.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.vs-button {
  border: 1px solid #D2D2D2;
  border-radius: 1px;
  padding: 0.4em;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  font-size: 12px;
  font-family: cs-reg, Roboto, sans-serif;
  background-color: white;
  border-radius: 1px;
  color: #5F5F5F;
  text-transform: capitalize; }
  .vs-module--sm .vs-button {
    padding: 0.6em; }
  .vs-button:not(.vs-interface):active, .vs-button:not(.vs-interface).active {
    background-image: none;
    background-color: #F7F7F7;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .vs-button:not(.vs-interface):active:focus, .vs-button:not(.vs-interface):active.focus, .vs-button:not(.vs-interface).active:focus, .vs-button:not(.vs-interface).active.focus {
    background-color: #F7F7F7;
    outline: none; }
  .vs-button:hover, .vs-button:focus, .vs-button.focus {
    text-decoration: none;
    background-color: #F7F7F7;
    transition: all 0.1s ease-in-out; }
  .vs-button.disabled {
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none; }

.vs-button-group input[type="radio"],
.vs-button-group input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.vs-button-group .vs-button {
  display: block;
  float: left; }

.vs-button-group .vs-button + .vs-button {
  margin-left: -1px; }

.vs-button-label {
  line-height: 1; }
  .vs-button-label--function {
    font-weight: bold; }

.vs-toggle-switch {
  position: relative;
  border-radius: 1px;
  border: solid 1px #D2D2D2;
  width: 51px;
  height: 26px;
  box-sizing: content-box;
  background-color: #F7F7F7;
  transition: all 0.1s ease-out;
  box-shadow: inset -3px 3px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  overflow: hidden;
  float: right; }
  .vs-toggle-switch:before {
    background-color: white;
    border-radius: 1px;
    position: absolute;
    top: 2px;
    left: 3px;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    z-index: 2;
    box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.05s ease-out;
    border: solid 1px #D2D2D2; }
  .vs-toggle-switch.active {
    background-color: #5F5F5F;
    border-color: #5F5F5F;
    transition: all 0.05s ease-in; }
    .vs-toggle-switch.active:before {
      background-color: white;
      left: 27px;
      transition: all 0.1s ease-in;
      border-color: white;
      box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.2); }
    .vs-toggle-switch.active .on {
      opacity: 1;
      transition: left 0.2s ease, opacity 0.2s ease-out;
      left: 6px; }
    .vs-toggle-switch.active .off {
      opacity: 0;
      transition: right 0.2s ease, opacity 0.2s ease-out;
      right: -26px; }
  .vs-toggle-switch span {
    position: absolute;
    top: 7px;
    font-size: 12px;
    z-index: 1;
    line-height: 1;
    display: none; }
  .vs-toggle-switch .on {
    left: -24px;
    color: white;
    opacity: 0;
    transition: left 0.2s ease, opacity 0.2s ease; }
  .vs-toggle-switch .off {
    right: 8px;
    opacity: 1;
    transition: right 0.2s ease, opacity 0.2s ease; }
  .vs-toggle-switch.disabled {
    opacity: 0.05;
    cursor: not-allowed;
    pointer-events: none; }

.vs-core-ui {
  color: #5F5F5F;
  font-size: 12px;
  font-weight: 400;
  -webkit-print-color-adjust: exact; }
  .vs-core-ui .vs-list-item {
    font-family: cs-reg, Roboto, sans-serif; }
    .vs-core-ui .vs-list-item__link:hover {
      background-color: #f5f5f5; }
    .vs-core-ui .vs-list-item:hover .vs-dropdown-menu {
      display: block; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.vs-control-label {
  font-size: 12px;
  line-height: 16px;
  color: #888888;
  font-weight: normal;
  font-family: cs-reg, Roboto, sans-serif;
  padding-top: 6px; }
  .vs-control-label::first-letter {
    text-transform: uppercase; }

.vs-text-input {
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  padding: 2px 8px;
  height: 28px;
  border-radius: 1px;
  line-height: 1;
  box-shadow: none !important; }
  .vs-text-input:focus {
    border-color: #888888; }

[draggable] {
  cursor: pointer; }

.vs-row .col-xs-2, .vs-module-footer-ui .col-xs-2, .vs-row .col-xs-3, .vs-module-footer-ui .col-xs-3, .vs-row .col-xs-4, .vs-module-footer-ui .col-xs-4, .vs-row .col-xs-5, .vs-module-footer-ui .col-xs-5, .vs-row .col-xs-6, .vs-module-footer-ui .col-xs-6, .vs-row .col-xs-8, .vs-module-footer-ui .col-xs-8, .vs-row .col-xs-9, .vs-module-footer-ui .col-xs-9, .vs-row .col-xs-10, .vs-module-footer-ui .col-xs-10, .vs-row .col-sm-3, .vs-module-footer-ui .col-sm-3,
.vs-row .col-sm-4,
.vs-module-footer-ui .col-sm-4,
.vs-row .col-md-2,
.vs-module-footer-ui .col-md-2,
.vs-row .col-md-3,
.vs-module-footer-ui .col-md-3,
.vs-row .col-md-4,
.vs-module-footer-ui .col-md-4,
.vs-row .col-md-5,
.vs-module-footer-ui .col-md-5, .vs-module--xs .vs-row .col-sm-3, .vs-module--xs .vs-module-footer-ui .col-sm-3,
.vs-module--xs .vs-row .col-sm-4,
.vs-module--xs .vs-module-footer-ui .col-sm-4, .vs-module--md .vs-row .col-md-2, .vs-module--md .vs-module-footer-ui .col-md-2,
.vs-module--md .vs-row .col-md-3,
.vs-module--md .vs-module-footer-ui .col-md-3,
.vs-module--md .vs-row .col-md-4,
.vs-module--md .vs-module-footer-ui .col-md-4,
.vs-module--md .vs-row .col-md-6,
.vs-module--md .vs-module-footer-ui .col-md-6 {
  float: left; }

.vs-row, .vs-module-footer-ui {
  width: auto;
  white-space: nowrap;
  max-width: inherit;
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px; }
  .vs-row:before, .vs-module-footer-ui:before, .vs-row:after, .vs-module-footer-ui:after {
    content: " ";
    display: table; }
  .vs-row:after, .vs-module-footer-ui:after {
    clear: both; }
  .vs-row .col-xs-1 .col-xs-2, .vs-module-footer-ui .col-xs-1 .col-xs-2,
  .vs-row .col-xs-3,
  .vs-module-footer-ui .col-xs-3,
  .vs-row .col-xs-4,
  .vs-module-footer-ui .col-xs-4,
  .vs-row .col-xs-5,
  .vs-module-footer-ui .col-xs-5,
  .vs-row .col-xs-6,
  .vs-module-footer-ui .col-xs-6,
  .vs-row .col-xs-7,
  .vs-module-footer-ui .col-xs-7,
  .vs-row .col-xs-8,
  .vs-module-footer-ui .col-xs-8,
  .vs-row .col-xs-9,
  .vs-module-footer-ui .col-xs-9,
  .vs-row .col-xs-10 .col-xs-11,
  .vs-module-footer-ui .col-xs-10 .col-xs-11,
  .vs-row .col-xs-12,
  .vs-module-footer-ui .col-xs-12,
  .vs-row .col-sm-3,
  .vs-module-footer-ui .col-sm-3,
  .vs-row .col-sm-4,
  .vs-module-footer-ui .col-sm-4,
  .vs-row .col-md-2,
  .vs-module-footer-ui .col-md-2,
  .vs-row .col-md-3,
  .vs-module-footer-ui .col-md-3,
  .vs-row .col-md-4,
  .vs-module-footer-ui .col-md-4,
  .vs-row .col-md-5,
  .vs-module-footer-ui .col-md-5,
  .vs-row .col-md-6,
  .vs-module-footer-ui .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    min-height: 1px; }
    .vs-row .col-xs-1 .col-xs-2:empty, .vs-module-footer-ui .col-xs-1 .col-xs-2:empty,
    .vs-row .col-xs-3:empty,
    .vs-module-footer-ui .col-xs-3:empty,
    .vs-row .col-xs-4:empty,
    .vs-module-footer-ui .col-xs-4:empty,
    .vs-row .col-xs-5:empty,
    .vs-module-footer-ui .col-xs-5:empty,
    .vs-row .col-xs-6:empty,
    .vs-module-footer-ui .col-xs-6:empty,
    .vs-row .col-xs-7:empty,
    .vs-module-footer-ui .col-xs-7:empty,
    .vs-row .col-xs-8:empty,
    .vs-module-footer-ui .col-xs-8:empty,
    .vs-row .col-xs-9:empty,
    .vs-module-footer-ui .col-xs-9:empty,
    .vs-row .col-xs-10 .col-xs-11:empty,
    .vs-module-footer-ui .col-xs-10 .col-xs-11:empty,
    .vs-row .col-xs-12:empty,
    .vs-module-footer-ui .col-xs-12:empty,
    .vs-row .col-sm-3:empty,
    .vs-module-footer-ui .col-sm-3:empty,
    .vs-row .col-sm-4:empty,
    .vs-module-footer-ui .col-sm-4:empty,
    .vs-row .col-md-2:empty,
    .vs-module-footer-ui .col-md-2:empty,
    .vs-row .col-md-3:empty,
    .vs-module-footer-ui .col-md-3:empty,
    .vs-row .col-md-4:empty,
    .vs-module-footer-ui .col-md-4:empty,
    .vs-row .col-md-5:empty,
    .vs-module-footer-ui .col-md-5:empty,
    .vs-row .col-md-6:empty,
    .vs-module-footer-ui .col-md-6:empty {
      min-height: 10px; }
  .vs-row .col-xs-2, .vs-module-footer-ui .col-xs-2 {
    width: 16.66667%; }
  
  .vs-row .col-xs-3,
  .vs-module-footer-ui .col-xs-3 {
    width: 25%; }
  
  .vs-row .col-xs-4,
  .vs-module-footer-ui .col-xs-4 {
    width: 33.33333%; }
  
  .vs-row .col-xs-5,
  .vs-module-footer-ui .col-xs-5 {
    width: 41.66667%; }
  
  .vs-row .col-xs-6,
  .vs-module-footer-ui .col-xs-6 {
    width: 50%; }
  
  .vs-row .col-xs-8,
  .vs-module-footer-ui .col-xs-8 {
    width: 66.66667%; }
  
  .vs-row .col-xs-9,
  .vs-module-footer-ui .col-xs-9 {
    width: 75%; }
  .vs-row .col-xs-10, .vs-module-footer-ui .col-xs-10 {
    width: 83.33333%; }
  
  .vs-row .col-sm-3,
  .vs-module-footer-ui .col-sm-3,
  .vs-row .col-sm-4,
  .vs-module-footer-ui .col-sm-4,
  .vs-row .col-md-2,
  .vs-module-footer-ui .col-md-2,
  .vs-row .col-md-3,
  .vs-module-footer-ui .col-md-3,
  .vs-row .col-md-4,
  .vs-module-footer-ui .col-md-4,
  .vs-row .col-md-5,
  .vs-module-footer-ui .col-md-5 {
    width: 100%;
    white-space: normal; }

.vs-module--xs .vs-row .col-sm-3, .vs-module--xs .vs-module-footer-ui .col-sm-3 {
  width: 25%; }

.vs-module--xs .vs-row .col-sm-4, .vs-module--xs .vs-module-footer-ui .col-sm-4 {
  width: 33.33333%; }

.vs-module--md .vs-row .col-md-2, .vs-module--md .vs-module-footer-ui .col-md-2 {
  width: 16.66667%; }

.vs-module--md .vs-row .col-md-3, .vs-module--md .vs-module-footer-ui .col-md-3 {
  width: 25%; }

.vs-module--md .vs-row .col-md-4, .vs-module--md .vs-module-footer-ui .col-md-4 {
  width: 33.33333%; }

.vs-module--md .vs-row .col-md-5, .vs-module--md .vs-module-footer-ui .col-md-5 {
  width: 41.66667%; }

.vs-module--md .vs-row .col-md-6, .vs-module--md .vs-module-footer-ui .col-md-6 {
  width: 50%; }

.vs-list, .vs-dropdown-menu {
  padding: 5px 0;
  margin: 0;
  text-align: left; }

.vs-list-item {
  position: relative;
  list-style: none;
  border-bottom: 1px dashed #EFEFEF; }
  .vs-list-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .vs-list-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit; }
  .vs-list-item__link {
    display: block;
    padding: 5px 8px;
    cursor: pointer;
    color: inherit; }
    .vs-list-item__link:hover, .vs-list-item__link:focus {
      text-decoration: none;
      color: inherit; }
  .vs-list-item:hover, .vs-list-item:focus {
    text-decoration: none; }
    .vs-list-item:hover .vs-dropdown-menu--secondary, .vs-list-item:focus .vs-dropdown-menu--secondary {
      display: block; }
  .vs-list-item--heading-item {
    padding: 7px 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 11px;
    background: #EFEFEF;
    font-family: cs-reg, Roboto, sans-serif; }
    .vs-list-item--heading-item:hover, .vs-list-item--heading-item:focus {
      text-decoration: none; }
  .vs-list-item--action-item {
    margin: 3px 4px;
    padding: 6px 8px;
    color: #5F5F5F;
    background-color: #EFEFEF;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    font-size: 11px;
    font-family: cs-reg, Roboto, sans-serif;
    cursor: pointer;
    overflow: visible !important;
    box-shadow: 0 0 0 1px #E5E5E5 inset;
    border-radius: 3px; }
    .vs-list-item--action-item:hover, .vs-list-item--action-item:focus {
      background-color: #e7e7e7;
      text-decoration: none; }

.vs-module {
  font-weight: 400; }
  .vs-module ul {
    margin: 0;
    padding: 0; }
  .vs-module input[type="number"]::-webkit-outer-spin-button,
  .vs-module input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .vs-module input[type="number"] {
    -moz-appearance: textfield; }

.vs-text-editor-popup input[type="number"]::-webkit-outer-spin-button,
.vs-text-editor-popup input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.vs-text-editor-popup input[type="number"] {
  -moz-appearance: textfield; }

.vs-text-area {
  display: block;
  position: relative;
  white-space: normal;
  flex: 1;
  transform-origin: bottom left; }
  .vs-text-area a {
    color: inherit;
    cursor: pointer; }
  .vs-text-area p {
    margin: 0;
    padding: 0; }
  .vs-text-area * {
    text-transform: none; }

.editable .vs-text-area:active, .editable .vs-text-area:hover, .editable .vs-text-area:focus {
  outline: none;
  transition: all 0.2s ease-out;
  background: rgba(0, 0, 0, 0.05); }

.vs-icon {
  width: 1em;
  height: 1em; }
  .vs-icon > svg {
    width: 1em;
    height: 1em;
    fill: currentColor; }

.viz-graph {
  display: block;
  position: relative;
  width: 100%; }
  .viz-graph.preloading {
    opacity: 0; }

.vs-module--static .no-export {
  display: none !important; }

.vs-module--minimal .no-export,
.vs-module--minimal .vs-header-ui,
.vs-module--minimal .vs-module-header,
.vs-module--minimal .vs-module-footer {
  display: none; }

.vs-module--minimal text,
.vs-module--minimal line {
  display: none; }

.vs-logo-area .col-md-4 {
  margin: 10px 0; }

.vs-logo-area__link {
  text-align: center;
  position: relative;
  display: block; }

.vs-footer-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .vs-footer-image__image {
    display: block;
    width: 66%;
    height: auto;
    max-width: 200px;
    position: relative; }
  .editable .vs-footer-image {
    cursor: url("../img/tooltips/add-image-tooltip.svg"), auto; }
    .editable .vs-footer-image--empty:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0.5;
      background-color: rgba(0, 0, 0, 0.05);
      transition: all 0.2s ease-out; }
    .editable .vs-footer-image--empty.highlight .vs-empty-ui-slot, .editable .vs-footer-image--empty:hover .vs-empty-ui-slot {
      opacity: 0.75; }
    .editable .vs-footer-image--empty.highlight:before, .editable .vs-footer-image--empty:hover:before {
      top: -5px;
      right: -5px;
      bottom: -5px;
      left: -5px;
      opacity: 1; }
    .editable .vs-footer-image .vs-empty-ui-slot {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      padding: 10px;
      width: 100%;
      opacity: 0.25; }
      .editable .vs-footer-image .vs-empty-ui-slot svg {
        width: 1em;
        height: 1em;
        fill: currentColor;
        margin-right: 10px; }

.vs-module--sm .vs-footer-image {
  align-items: center; }

.vs-module--md .vs-footer-image {
  align-items: flex-end; }

.vs-module--md .vs-logo-area {
  display: flex; }
  .vs-module--md .vs-logo-area .col-md-4 {
    text-align: center; }
    .vs-module--md .vs-logo-area .col-md-4:first-of-type .vs-footer-image {
      justify-content: flex-start; }
    .vs-module--md .vs-logo-area .col-md-4:last-of-type .vs-footer-image {
      justify-content: flex-end; }

.vs-module {
  position: relative;
  box-sizing: border-box;
  font-family: cs-reg, Roboto, sans-serif;
  -webkit-print-color-adjust: exact; }
  .vs-module.dynamic {
    display: block; }
  .vs-module.static .no-export, .vs-module.minimal .no-export {
    display: none !important; }
  .vs-module:not(.interactive) {
    user-select: none; }
    .vs-module:not(.interactive) iframe,
    .vs-module:not(.interactive) .vs-artboard {
      user-select: none;
      pointer-events: none; }
  .vs-module .vs-frame-section {
    margin-bottom: 10px; }

.vs-module-header {
  margin-bottom: 1em; }

.vs-beta-feedback {
  display: inline-block;
  vertical-align: middle; }
  .vs-beta-feedback .vs-button {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700; }
    .vs-beta-feedback .vs-button:before, .vs-beta-feedback .vs-button:after {
      display: inline-block;
      position: relative;
      width: 1.34em;
      height: 1.34em;
      vertical-align: sub;
      background-repeat: no-repeat;
      background-position: center; }
    .vs-beta-feedback .vs-button:before {
      content: "";
      margin-right: 0.5em; }
    .vs-beta-feedback .vs-button:before {
      background-image: url("/app/img/ui-icons/feedback.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: contain; }
      .no-svg .vs-beta-feedback .vs-button:before {
        background: image-url("/app/img/ui-icons/feedback.png") 0 0 no-repeat;
        background-color: inherit;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain; }

.vs-viz-actions-dropdown {
  display: inline-block; }

.vs-global-ui {
  position: absolute;
  margin: 0 0 0.5em 0;
  padding: inherit;
  right: 0;
  top: 0; }
  .vs-global-ui .vs-viz-actions-dropdown .vs-dropdown__toggle svg {
    position: relative;
    top: 0.05em; }

.vs-artboard {
  position: relative;
  opacity: 1;
  transition: opacity 0.2s ease-out 0.2s;
  -webkit-transition: opacity 0.2s ease-out 0.2s;
  flex: auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1; }
  .vs-artboard--resizing {
    opacity: 0;
    transition: none;
    -webkit-transition: none; }
  .vs-artboard--parsing {
    opacity: 0.5; }

.vs-rendering-area {
  position: relative;
  background-color: green; }
  .vs-rendering-area--canvas {
    display: block; }
  .vs-rendering-area--svg {
    display: block;
    width: 100%;
    height: 100%;
    text-transform: none; }

.vs-row .col-xs-2, .vs-module-footer-ui .col-xs-2, .vs-row .col-xs-3, .vs-module-footer-ui .col-xs-3, .vs-row .col-xs-4, .vs-module-footer-ui .col-xs-4, .vs-row .col-xs-5, .vs-module-footer-ui .col-xs-5, .vs-row .col-xs-6, .vs-module-footer-ui .col-xs-6, .vs-row .col-xs-8, .vs-module-footer-ui .col-xs-8, .vs-row .col-xs-9, .vs-module-footer-ui .col-xs-9, .vs-row .col-xs-10, .vs-module-footer-ui .col-xs-10, .vs-row .col-sm-3, .vs-module-footer-ui .col-sm-3,
.vs-row .col-sm-4,
.vs-module-footer-ui .col-sm-4,
.vs-row .col-md-2,
.vs-module-footer-ui .col-md-2,
.vs-row .col-md-3,
.vs-module-footer-ui .col-md-3,
.vs-row .col-md-4,
.vs-module-footer-ui .col-md-4,
.vs-row .col-md-5,
.vs-module-footer-ui .col-md-5, .vs-module--xs .vs-row .col-sm-3, .vs-module--xs .vs-module-footer-ui .col-sm-3,
.vs-module--xs .vs-row .col-sm-4,
.vs-module--xs .vs-module-footer-ui .col-sm-4, .vs-module--md .vs-row .col-md-2, .vs-module--md .vs-module-footer-ui .col-md-2,
.vs-module--md .vs-row .col-md-3,
.vs-module--md .vs-module-footer-ui .col-md-3,
.vs-module--md .vs-row .col-md-4,
.vs-module--md .vs-module-footer-ui .col-md-4,
.vs-module--md .vs-row .col-md-6,
.vs-module--md .vs-module-footer-ui .col-md-6 {
  float: left; }

.vs-row, .vs-module-footer-ui {
  width: auto;
  white-space: nowrap;
  max-width: inherit;
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px; }
  .vs-row:before, .vs-module-footer-ui:before, .vs-row:after, .vs-module-footer-ui:after {
    content: " ";
    display: table; }
  .vs-row:after, .vs-module-footer-ui:after {
    clear: both; }
  .vs-row .col-xs-1 .col-xs-2, .vs-module-footer-ui .col-xs-1 .col-xs-2,
  .vs-row .col-xs-3,
  .vs-module-footer-ui .col-xs-3,
  .vs-row .col-xs-4,
  .vs-module-footer-ui .col-xs-4,
  .vs-row .col-xs-5,
  .vs-module-footer-ui .col-xs-5,
  .vs-row .col-xs-6,
  .vs-module-footer-ui .col-xs-6,
  .vs-row .col-xs-7,
  .vs-module-footer-ui .col-xs-7,
  .vs-row .col-xs-8,
  .vs-module-footer-ui .col-xs-8,
  .vs-row .col-xs-9,
  .vs-module-footer-ui .col-xs-9,
  .vs-row .col-xs-10 .col-xs-11,
  .vs-module-footer-ui .col-xs-10 .col-xs-11,
  .vs-row .col-xs-12,
  .vs-module-footer-ui .col-xs-12,
  .vs-row .col-sm-3,
  .vs-module-footer-ui .col-sm-3,
  .vs-row .col-sm-4,
  .vs-module-footer-ui .col-sm-4,
  .vs-row .col-md-2,
  .vs-module-footer-ui .col-md-2,
  .vs-row .col-md-3,
  .vs-module-footer-ui .col-md-3,
  .vs-row .col-md-4,
  .vs-module-footer-ui .col-md-4,
  .vs-row .col-md-5,
  .vs-module-footer-ui .col-md-5,
  .vs-row .col-md-6,
  .vs-module-footer-ui .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    min-height: 1px; }
    .vs-row .col-xs-1 .col-xs-2:empty, .vs-module-footer-ui .col-xs-1 .col-xs-2:empty,
    .vs-row .col-xs-3:empty,
    .vs-module-footer-ui .col-xs-3:empty,
    .vs-row .col-xs-4:empty,
    .vs-module-footer-ui .col-xs-4:empty,
    .vs-row .col-xs-5:empty,
    .vs-module-footer-ui .col-xs-5:empty,
    .vs-row .col-xs-6:empty,
    .vs-module-footer-ui .col-xs-6:empty,
    .vs-row .col-xs-7:empty,
    .vs-module-footer-ui .col-xs-7:empty,
    .vs-row .col-xs-8:empty,
    .vs-module-footer-ui .col-xs-8:empty,
    .vs-row .col-xs-9:empty,
    .vs-module-footer-ui .col-xs-9:empty,
    .vs-row .col-xs-10 .col-xs-11:empty,
    .vs-module-footer-ui .col-xs-10 .col-xs-11:empty,
    .vs-row .col-xs-12:empty,
    .vs-module-footer-ui .col-xs-12:empty,
    .vs-row .col-sm-3:empty,
    .vs-module-footer-ui .col-sm-3:empty,
    .vs-row .col-sm-4:empty,
    .vs-module-footer-ui .col-sm-4:empty,
    .vs-row .col-md-2:empty,
    .vs-module-footer-ui .col-md-2:empty,
    .vs-row .col-md-3:empty,
    .vs-module-footer-ui .col-md-3:empty,
    .vs-row .col-md-4:empty,
    .vs-module-footer-ui .col-md-4:empty,
    .vs-row .col-md-5:empty,
    .vs-module-footer-ui .col-md-5:empty,
    .vs-row .col-md-6:empty,
    .vs-module-footer-ui .col-md-6:empty {
      min-height: 10px; }
  .vs-row .col-xs-2, .vs-module-footer-ui .col-xs-2 {
    width: 16.66667%; }
  
  .vs-row .col-xs-3,
  .vs-module-footer-ui .col-xs-3 {
    width: 25%; }
  
  .vs-row .col-xs-4,
  .vs-module-footer-ui .col-xs-4 {
    width: 33.33333%; }
  
  .vs-row .col-xs-5,
  .vs-module-footer-ui .col-xs-5 {
    width: 41.66667%; }
  
  .vs-row .col-xs-6,
  .vs-module-footer-ui .col-xs-6 {
    width: 50%; }
  
  .vs-row .col-xs-8,
  .vs-module-footer-ui .col-xs-8 {
    width: 66.66667%; }
  
  .vs-row .col-xs-9,
  .vs-module-footer-ui .col-xs-9 {
    width: 75%; }
  .vs-row .col-xs-10, .vs-module-footer-ui .col-xs-10 {
    width: 83.33333%; }
  
  .vs-row .col-sm-3,
  .vs-module-footer-ui .col-sm-3,
  .vs-row .col-sm-4,
  .vs-module-footer-ui .col-sm-4,
  .vs-row .col-md-2,
  .vs-module-footer-ui .col-md-2,
  .vs-row .col-md-3,
  .vs-module-footer-ui .col-md-3,
  .vs-row .col-md-4,
  .vs-module-footer-ui .col-md-4,
  .vs-row .col-md-5,
  .vs-module-footer-ui .col-md-5 {
    width: 100%;
    white-space: normal; }

.vs-module--xs .vs-row .col-sm-3, .vs-module--xs .vs-module-footer-ui .col-sm-3 {
  width: 25%; }

.vs-module--xs .vs-row .col-sm-4, .vs-module--xs .vs-module-footer-ui .col-sm-4 {
  width: 33.33333%; }

.vs-module--md .vs-row .col-md-2, .vs-module--md .vs-module-footer-ui .col-md-2 {
  width: 16.66667%; }

.vs-module--md .vs-row .col-md-3, .vs-module--md .vs-module-footer-ui .col-md-3 {
  width: 25%; }

.vs-module--md .vs-row .col-md-4, .vs-module--md .vs-module-footer-ui .col-md-4 {
  width: 33.33333%; }

.vs-module--md .vs-row .col-md-5, .vs-module--md .vs-module-footer-ui .col-md-5 {
  width: 41.66667%; }

.vs-module--md .vs-row .col-md-6, .vs-module--md .vs-module-footer-ui .col-md-6 {
  width: 50%; }

.vs-module-footer {
  margin-top: 1em;
  margin-bottom: 1em; }
  .vs-module-footer__credits-and-source__credits {
    min-height: 1px; }
  .vs-module-footer__credits-and-source__source {
    min-height: 1px; }
  .vs-module-footer__credits-and-source .col-md-6 {
    min-height: 1px; }
  .vs-module-footer__logo-area {
    padding-top: 1em; }
    .vs-module-footer__logo-area__client-logo--left {
      text-align: left; }
    .vs-module-footer__logo-area__client-logo--right {
      text-align: right; }
    .vs-module-footer__logo-area__vizsweet-logo {
      text-align: center;
      background-color: transparent;
      min-height: inherit;
      width: 100px;
      height: 20px; }
      .vs-module-footer__logo-area__vizsweet-logo__svg {
        width: 130px;
        margin-top: 10px; }

.vs-module--sm .vs-module-footer {
  margin-bottom: 0; }

.vs-row .col-xs-2, .vs-module-footer-ui .col-xs-2, .vs-row .col-xs-3, .vs-module-footer-ui .col-xs-3, .vs-row .col-xs-4, .vs-module-footer-ui .col-xs-4, .vs-row .col-xs-5, .vs-module-footer-ui .col-xs-5, .vs-row .col-xs-6, .vs-module-footer-ui .col-xs-6, .vs-row .col-xs-8, .vs-module-footer-ui .col-xs-8, .vs-row .col-xs-9, .vs-module-footer-ui .col-xs-9, .vs-row .col-xs-10, .vs-module-footer-ui .col-xs-10, .vs-row .col-sm-3, .vs-module-footer-ui .col-sm-3,
.vs-row .col-sm-4,
.vs-module-footer-ui .col-sm-4,
.vs-row .col-md-2,
.vs-module-footer-ui .col-md-2,
.vs-row .col-md-3,
.vs-module-footer-ui .col-md-3,
.vs-row .col-md-4,
.vs-module-footer-ui .col-md-4,
.vs-row .col-md-5,
.vs-module-footer-ui .col-md-5, .vs-module--xs .vs-row .col-sm-3, .vs-module--xs .vs-module-footer-ui .col-sm-3,
.vs-module--xs .vs-row .col-sm-4,
.vs-module--xs .vs-module-footer-ui .col-sm-4, .vs-module--md .vs-row .col-md-2, .vs-module--md .vs-module-footer-ui .col-md-2,
.vs-module--md .vs-row .col-md-3,
.vs-module--md .vs-module-footer-ui .col-md-3,
.vs-module--md .vs-row .col-md-4,
.vs-module--md .vs-module-footer-ui .col-md-4,
.vs-module--md .vs-row .col-md-6,
.vs-module--md .vs-module-footer-ui .col-md-6 {
  float: left; }

.vs-row, .vs-module-footer-ui {
  width: auto;
  white-space: nowrap;
  max-width: inherit;
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px; }
  .vs-row:before, .vs-module-footer-ui:before, .vs-row:after, .vs-module-footer-ui:after {
    content: " ";
    display: table; }
  .vs-row:after, .vs-module-footer-ui:after {
    clear: both; }
  .vs-row .col-xs-1 .col-xs-2, .vs-module-footer-ui .col-xs-1 .col-xs-2,
  .vs-row .col-xs-3,
  .vs-module-footer-ui .col-xs-3,
  .vs-row .col-xs-4,
  .vs-module-footer-ui .col-xs-4,
  .vs-row .col-xs-5,
  .vs-module-footer-ui .col-xs-5,
  .vs-row .col-xs-6,
  .vs-module-footer-ui .col-xs-6,
  .vs-row .col-xs-7,
  .vs-module-footer-ui .col-xs-7,
  .vs-row .col-xs-8,
  .vs-module-footer-ui .col-xs-8,
  .vs-row .col-xs-9,
  .vs-module-footer-ui .col-xs-9,
  .vs-row .col-xs-10 .col-xs-11,
  .vs-module-footer-ui .col-xs-10 .col-xs-11,
  .vs-row .col-xs-12,
  .vs-module-footer-ui .col-xs-12,
  .vs-row .col-sm-3,
  .vs-module-footer-ui .col-sm-3,
  .vs-row .col-sm-4,
  .vs-module-footer-ui .col-sm-4,
  .vs-row .col-md-2,
  .vs-module-footer-ui .col-md-2,
  .vs-row .col-md-3,
  .vs-module-footer-ui .col-md-3,
  .vs-row .col-md-4,
  .vs-module-footer-ui .col-md-4,
  .vs-row .col-md-5,
  .vs-module-footer-ui .col-md-5,
  .vs-row .col-md-6,
  .vs-module-footer-ui .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    min-height: 1px; }
    .vs-row .col-xs-1 .col-xs-2:empty, .vs-module-footer-ui .col-xs-1 .col-xs-2:empty,
    .vs-row .col-xs-3:empty,
    .vs-module-footer-ui .col-xs-3:empty,
    .vs-row .col-xs-4:empty,
    .vs-module-footer-ui .col-xs-4:empty,
    .vs-row .col-xs-5:empty,
    .vs-module-footer-ui .col-xs-5:empty,
    .vs-row .col-xs-6:empty,
    .vs-module-footer-ui .col-xs-6:empty,
    .vs-row .col-xs-7:empty,
    .vs-module-footer-ui .col-xs-7:empty,
    .vs-row .col-xs-8:empty,
    .vs-module-footer-ui .col-xs-8:empty,
    .vs-row .col-xs-9:empty,
    .vs-module-footer-ui .col-xs-9:empty,
    .vs-row .col-xs-10 .col-xs-11:empty,
    .vs-module-footer-ui .col-xs-10 .col-xs-11:empty,
    .vs-row .col-xs-12:empty,
    .vs-module-footer-ui .col-xs-12:empty,
    .vs-row .col-sm-3:empty,
    .vs-module-footer-ui .col-sm-3:empty,
    .vs-row .col-sm-4:empty,
    .vs-module-footer-ui .col-sm-4:empty,
    .vs-row .col-md-2:empty,
    .vs-module-footer-ui .col-md-2:empty,
    .vs-row .col-md-3:empty,
    .vs-module-footer-ui .col-md-3:empty,
    .vs-row .col-md-4:empty,
    .vs-module-footer-ui .col-md-4:empty,
    .vs-row .col-md-5:empty,
    .vs-module-footer-ui .col-md-5:empty,
    .vs-row .col-md-6:empty,
    .vs-module-footer-ui .col-md-6:empty {
      min-height: 10px; }
  .vs-row .col-xs-2, .vs-module-footer-ui .col-xs-2 {
    width: 16.66667%; }
  
  .vs-row .col-xs-3,
  .vs-module-footer-ui .col-xs-3 {
    width: 25%; }
  
  .vs-row .col-xs-4,
  .vs-module-footer-ui .col-xs-4 {
    width: 33.33333%; }
  
  .vs-row .col-xs-5,
  .vs-module-footer-ui .col-xs-5 {
    width: 41.66667%; }
  
  .vs-row .col-xs-6,
  .vs-module-footer-ui .col-xs-6 {
    width: 50%; }
  
  .vs-row .col-xs-8,
  .vs-module-footer-ui .col-xs-8 {
    width: 66.66667%; }
  
  .vs-row .col-xs-9,
  .vs-module-footer-ui .col-xs-9 {
    width: 75%; }
  .vs-row .col-xs-10, .vs-module-footer-ui .col-xs-10 {
    width: 83.33333%; }
  
  .vs-row .col-sm-3,
  .vs-module-footer-ui .col-sm-3,
  .vs-row .col-sm-4,
  .vs-module-footer-ui .col-sm-4,
  .vs-row .col-md-2,
  .vs-module-footer-ui .col-md-2,
  .vs-row .col-md-3,
  .vs-module-footer-ui .col-md-3,
  .vs-row .col-md-4,
  .vs-module-footer-ui .col-md-4,
  .vs-row .col-md-5,
  .vs-module-footer-ui .col-md-5 {
    width: 100%;
    white-space: normal; }

.vs-module--xs .vs-row .col-sm-3, .vs-module--xs .vs-module-footer-ui .col-sm-3 {
  width: 25%; }

.vs-module--xs .vs-row .col-sm-4, .vs-module--xs .vs-module-footer-ui .col-sm-4 {
  width: 33.33333%; }

.vs-module--md .vs-row .col-md-2, .vs-module--md .vs-module-footer-ui .col-md-2 {
  width: 16.66667%; }

.vs-module--md .vs-row .col-md-3, .vs-module--md .vs-module-footer-ui .col-md-3 {
  width: 25%; }

.vs-module--md .vs-row .col-md-4, .vs-module--md .vs-module-footer-ui .col-md-4 {
  width: 33.33333%; }

.vs-module--md .vs-row .col-md-5, .vs-module--md .vs-module-footer-ui .col-md-5 {
  width: 41.66667%; }

.vs-module--md .vs-row .col-md-6, .vs-module--md .vs-module-footer-ui .col-md-6 {
  width: 50%; }

.vs-module-footer-ui {
  margin-bottom: 2em; }
  .vs-module-footer-ui__send-feedback {
    text-align: left; }
    .vs-module-footer-ui__send-feedback .vs-button svg {
      vertical-align: baseline;
      line-height: 1em;
      height: auto;
      width: 1.2em;
      position: relative;
      top: 0.05em;
      margin-right: 0.3em; }
    .vs-module-footer-ui__send-feedback .vs-button svg {
      position: relative;
      top: 0.2em; }
  .vs-module-footer-ui__see-the-data {
    text-align: right; }
    .vs-module-footer-ui__see-the-data .vs-button svg {
      vertical-align: baseline;
      line-height: 1em;
      height: auto;
      width: 1.2em;
      position: relative;
      top: 0.05em;
      margin-right: 0.3em; }
    .vs-module-footer-ui__see-the-data .vs-button svg {
      position: relative;
      top: 0.1em; }

.borderless-ui .vs-module-footer-ui__send-feedback .vs-button {
  margin-left: -0.6em; }

.vs-module-ui {
  width: 100%; }
  .vs-module-ui--footer {
    margin-bottom: 1em; }
  .vs-module-ui__component-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%; }
    .vs-module-ui__component-group:empty {
      margin-bottom: 0; }
    .vs-module-ui__component-group__hit-area {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0; }
    .vs-module-ui__component-group .vs-ui-component {
      margin: 0 5px 5px 0; }
    .editable .vs-module-ui__component-group {
      cursor: url("../img/tooltips/add-ui-tooltip.svg"), auto; }
      .editable .vs-module-ui__component-group:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.05);
        transition: all 0.2s ease-out; }
      .editable .vs-module-ui__component-group .vs-empty-ui-slot {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        padding: 10px;
        width: 100%;
        opacity: 0.25; }
        .editable .vs-module-ui__component-group .vs-empty-ui-slot svg {
          width: 1em;
          height: 1em;
          fill: currentColor;
          margin-right: 10px; }
      .editable .vs-module-ui__component-group--empty:before, .editable .vs-module-ui__component-group:empty:before {
        opacity: 0.5; }
      .editable .vs-module-ui__component-group.highlight .vs-empty-ui-slot, .editable .vs-module-ui__component-group:hover .vs-empty-ui-slot {
        opacity: 0.75; }
      .editable .vs-module-ui__component-group.highlight:before, .editable .vs-module-ui__component-group:hover:before {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
        opacity: 1; }
    .vs-module-ui__component-group.vs-align-ui--top {
      align-items: flex-end; }
    .vs-module-ui__component-group.vs-align-ui--bottom {
      align-items: flex-start; }

.vs-module--md .vs-module-ui {
  display: flex;
  justify-content: space-between; }
  .vs-module--md .vs-module-ui__component-group {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: none;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex: 1 1 auto;
    width: auto;
    max-width: 60%; }
    .vs-module--md .vs-module-ui__component-group .vs-ui-component {
      margin: 0 5px 0 0; }
    .vs-module--md .vs-module-ui__component-group:first-of-type {
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      padding: 0 1em 0 0; }
      .vs-module--md .vs-module-ui__component-group:first-of-type .vs-ui-component {
        margin-left: 0;
        margin-right: 5px; }
    .vs-module--md .vs-module-ui__component-group:last-of-type {
      -webkit-align-content: flex-end;
      -moz-align-content: flex-end;
      -ms-align-content: flex-end;
      align-content: flex-end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      padding: 0 0 0 1em; }
      .vs-module--md .vs-module-ui__component-group:last-of-type .vs-ui-component {
        margin-left: 5px;
        margin-right: 0; }

.editable .vs-module-ui {
  min-height: 32px; }

.borderless-ui .vs-module-ui__component-group .vs-ui-component.vs-dropdown:first-of-type .vs-dropdown__toggle {
  margin-left: -0.6em; }

.borderless-ui .vs-module-ui__component-group .vs-ui-component.vs-dropdown:last-of-type .vs-dropdown__toggle {
  margin-right: -0.6em; }

.vs-module--static .vs-module-ui:before, .vs-module--static .vs-module-ui:after {
  content: " ";
  display: table; }

.vs-module--static .vs-module-ui:after {
  clear: both; }

.vs-fallback-image {
  display: block; }
  .vs-fallback-image__image {
    display: block;
    width: 100%;
    height: auto; }
  .vs-fallback-image__placeholder {
    display: flex;
    flex-direction: column;
    height: 400px;
    justify-content: center;
    align-items: center; }
    .vs-fallback-image__placeholder__text {
      font-size: 18px;
      text-align: center; }
      .vs-fallback-image__placeholder__text:first-of-type {
        font-size: 24px;
        font-weight: bold; }

.vs-preloader {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  color: #5F5F5F;
  z-index: 15;
  font-family: Helvetica, Arial, san-serif;
  transition: background-color 0.5s ease-out, color 0.5s ease-out; }
  .vs-preloader__loading-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.vs-ui-component {
  position: relative;
  font: initial;
  font-size: 14px; }
  .vs-ui-component.dragging {
    opacity: 0.5; }
  .vs-ui-component.non-interactive {
    pointer-events: none; }
  .editable .vs-ui-component .vs-draggable {
    cursor: move; }

drag-ghost, .ghost-element {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  transform: translate(0, 0); }

.vs-dropdown {
  position: relative;
  font-family: cs-reg, Roboto, sans-serif; }
  .vs-dropdown__toggle {
    border: 1px solid #D2D2D2;
    border-radius: 1px;
    padding: 0.4em;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    font-size: 12px;
    font-family: cs-reg, Roboto, sans-serif;
    background-color: white;
    border-radius: 1px;
    color: #5F5F5F;
    text-transform: capitalize;
    position: relative;
    max-width: 200px;
    overflow: hidden; }
    .vs-module--sm .vs-dropdown__toggle {
      padding: 0.6em; }
    .vs-dropdown__toggle:not(.vs-interface):active, .vs-dropdown__toggle:not(.vs-interface).active {
      background-image: none;
      background-color: #F7F7F7;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .vs-dropdown__toggle:not(.vs-interface):active:focus, .vs-dropdown__toggle:not(.vs-interface):active.focus, .vs-dropdown__toggle:not(.vs-interface).active:focus, .vs-dropdown__toggle:not(.vs-interface).active.focus {
      background-color: #F7F7F7;
      outline: none; }
    .vs-dropdown__toggle:hover, .vs-dropdown__toggle:focus, .vs-dropdown__toggle.focus {
      text-decoration: none;
      background-color: #F7F7F7;
      transition: all 0.1s ease-in-out; }
    .vs-dropdown__toggle.disabled {
      cursor: not-allowed;
      opacity: 0.65;
      box-shadow: none; }
    .vs-dropdown__toggle .caret {
      position: absolute;
      display: inline-block;
      right: 0.9em;
      border-top: 0.33em solid;
      border-top: 0.33em solid \9;
      border-right: 0.33em solid transparent;
      border-left: 0.33em solid transparent;
      vertical-align: middle; }
      .vs-module-ui .vs-dropdown__toggle .caret {
        position: relative;
        right: 0.165em;
        margin-left: 1em; }
  .vs-dropdown.open .vs-dropdown-menu {
    display: block; }
  .vs-dropdown.disabled {
    pointer-events: none; }
  .vs-dropdown .vs-list-item {
    overflow: hidden; }

.vs-sort__toggle svg {
  vertical-align: baseline;
  line-height: 1em;
  height: auto;
  width: 1.2em;
  position: relative;
  top: 0.05em;
  margin-right: 0.3em; }

.vs-panel-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.vs-dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 10;
  float: left;
  min-width: 100%;
  width: auto;
  overflow: visible;
  max-width: 300px;
  box-sizing: border-box;
  list-style: none;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  background-clip: padding-box;
  left: 0;
  white-space: nowrap; }
  .vs-dropdown-menu--secondary {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    background-color: white;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 10;
    float: left;
    min-width: 100%;
    width: auto;
    overflow: visible;
    max-width: 300px;
    box-sizing: border-box;
    list-style: none;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    background-clip: padding-box; }
    .vs-dropdown-menu--secondary .vs-list-item {
      padding-left: 5px;
      font-style: italic; }
  .vs-dropdown-menu--small {
    max-height: 150px; }
  .vs-dropdown-menu--medium {
    max-height: 200px; }
  .vs-dropdown-menu--tall {
    max-height: 200px; }
  .vs-align-ui--bottom .vs-dropdown-menu {
    top: auto;
    bottom: 100%; }

.vs-module--md .vs-align-ui--centre .vs-dropdown-menu {
  left: 50%;
  right: auto;
  transform: translate(-50%, 0); }

.vs-module--md .vs-align-ui--right .vs-dropdown-menu {
  left: auto;
  right: 0; }

.vs-align-ui--right .vs-module--md .vs-dropdown-menu {
  left: auto;
  right: 0; }

.vs-module--md .vs-dropdown-menu--secondary {
  display: none;
  position: absolute;
  top: 0;
  left: 96%;
  width: auto;
  margin: 0;
  white-space: nowrap; }
  .vs-module--md .vs-dropdown-menu--secondary .vs-list-item {
    padding-left: 0;
    font-style: inherit; }
  .vs-align-ui--right .vs-module--md .vs-dropdown-menu--secondary {
    left: auto;
    right: 100%; }
  .vs-align-ui--bottom .vs-module--md .vs-dropdown-menu--secondary {
    top: auto;
    bottom: 0; }

.vs-ui-button-group {
  display: flex;
  align-items: center;
  font-size: 0;
  white-space: nowrap; }
  .vs-ui-button-group__title {
    display: inline-block;
    background-color: transparent;
    font-weight: bold;
    margin: 0 0.2em 0 0.6em;
    vertical-align: middle;
    padding: 0.4em; }
    .vs-module--sm .vs-ui-button-group__title {
      padding: 0.6em; }
  .vs-ui-button-group .vs-ui-component {
    display: inline-block; }
    .vs-ui-button-group .vs-ui-component + .vs-button {
      border-left: 0; }
  .vs-ui-button-group.disabled {
    pointer-events: none; }

.vs-module--md .vs-ui-button-group {
  white-space: nowrap; }

.vs-search-text-input {
  border: 1px solid #D2D2D2;
  border-radius: 1px;
  padding: 0.4em;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  font-size: 12px;
  font-family: cs-reg, Roboto, sans-serif;
  background-color: white;
  border-radius: 1px;
  color: #5F5F5F;
  text-transform: capitalize;
  overflow: hidden; }
  .vs-module--sm .vs-search-text-input {
    padding: 0.6em; }
  .vs-search-text-input:not(.vs-interface):active, .vs-search-text-input:not(.vs-interface).active {
    background-image: none;
    background-color: #F7F7F7;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .vs-search-text-input:not(.vs-interface):active:focus, .vs-search-text-input:not(.vs-interface):active.focus, .vs-search-text-input:not(.vs-interface).active:focus, .vs-search-text-input:not(.vs-interface).active.focus {
    background-color: #F7F7F7;
    outline: none; }
  .vs-search-text-input:hover, .vs-search-text-input:focus, .vs-search-text-input.focus {
    text-decoration: none;
    background-color: #F7F7F7;
    transition: all 0.1s ease-in-out; }
  .vs-search-text-input.disabled {
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none; }
  .vs-search-text-input__content {
    text-align: left;
    text-transform: none;
    min-width: 150px;
    max-width: 250px;
    height: 100%;
    margin: 0;
    outline: none;
    font-weight: inherit;
    width: calc(100% - 1.5em);
    overflow: hidden; }
    .vs-search-text-input__content:after {
      position: absolute;
      content: attr(data-autocomplete);
      opacity: 0.5;
      pointer-events: none;
      user-select: none;
      white-space: pre; }
  .vs-search-text-input__clear-input-button {
    position: absolute;
    top: 0.1em;
    right: 0;
    padding-right: 0.5em;
    vertical-align: middle;
    height: 100%;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none; }
    .vs-search-text-input__clear-input-button svg {
      position: relative;
      width: 1em;
      height: 1em; }
    .vs-search-text-input__clear-input-button:hover {
      opacity: 0.5; }

.vs-dropdown-legend svg,
.vs-legend svg {
  vertical-align: baseline;
  line-height: 1em;
  height: auto;
  width: 1.2em;
  position: relative;
  top: 0.05em;
  margin-right: 0.3em; }

.vs-dropdown-legend__list-item.residual,
.vs-legend__list-item.residual {
  opacity: 0.2; }

.vs-dropdown-legend .vs-dropdown-menu {
  max-width: inherit;
  overflow-x: hidden;
  overflow-y: auto; }

.vs-dropdown-legend--swatch .vs-entity-highlight .vs-legend-ui, .vs-dropdown-legend--swatch__list-item .vs-legend-ui {
  top: 50%;
  left: 90%;
  bottom: auto;
  right: auto;
  transform: translate(0, -50%); }
  .vs-align-ui--right .vs-dropdown-legend--swatch .vs-entity-highlight .vs-legend-ui, .vs-align-ui--right .vs-dropdown-legend--swatch__list-item .vs-legend-ui {
    right: 90%;
    left: auto; }

.vs-dropdown-legend--swatch .vs-entity-highlight__swatch, .vs-dropdown-legend--swatch__list-item__swatch {
  position: relative;
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  margin: 0 12px 0 0;
  vertical-align: middle;
  -webkit-print-color-adjust: exact; }

.vs-module--xs .vs-dropdown-legend .vs-dropdown-menu {
  max-height: 250px; }

.vs-module--md .vs-dropdown-legend .vs-dropdown-menu {
  max-height: 400px; }

.vs-module--lg .vs-dropdown-legend .vs-dropdown-menu {
  max-height: 600px; }

.vs-fixed-legend {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  margin: 0; }
  .vs-align-ui--left .vs-fixed-legend {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }
    .vs-align-ui--left .vs-fixed-legend__clear-filter-button {
      order: 2; }
  .vs-align-ui--centre .vs-fixed-legend {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  .vs-align-ui--right .vs-fixed-legend {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }
    .vs-align-ui--right .vs-fixed-legend__clear-filter-button {
      order: 0; }
  .vs-fixed-legend__list-item {
    list-style: none;
    order: 1; }
    .vs-fixed-legend__list-item:hover {
      opacity: 1; }
  .vs-fixed-legend__link {
    display: flex;
    cursor: pointer; }
  .vs-fixed-legend__clear-filter-button .vs-fixed-legend__link {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%; }
  .vs-fixed-legend__clear-filter-button svg {
    position: relative;
    width: 1em;
    height: 100%; }
  .vs-fixed-legend__clear-filter-button:hover {
    opacity: 0.5; }
  .vs-fixed-legend--swatch__swatch {
    position: relative;
    display: inline-block;
    content: '';
    width: 1em;
    height: 1em;
    margin: 0 0.25em 0 0;
    vertical-align: middle;
    background-color: grey;
    -webkit-print-color-adjust: exact; }
  .vs-fixed-legend--swatch__label {
    position: relative;
    line-height: 0.9em; }
  .vs-fixed-legend__numeric-legend {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    .vs-fixed-legend__numeric-legend__gradient {
      position: relative;
      display: block;
      width: 100px;
      height: 100%;
      overflow: hidden; }
      .vs-fixed-legend__numeric-legend__gradient svg {
        position: absolute;
        left: 0; }
    .vs-fixed-legend__numeric-legend__min-label {
      padding: 0.4em; }
      .vs-module--sm .vs-fixed-legend__numeric-legend__min-label {
        padding: 0.6em; }
    .vs-fixed-legend__numeric-legend__max-label {
      padding: 0.4em; }
      .vs-module--sm .vs-fixed-legend__numeric-legend__max-label {
        padding: 0.6em; }

.vs-filter-list {
  overflow-x: hidden; }
  .vs-filter-list__title {
    font-weight: bold;
    margin: 0;
    padding: 0.6em;
    border-bottom: 1px solid #E5E5E5; }
  .vs-filter-list__list {
    overflow-y: scroll;
    overflow-x: hidden;
    border-bottom: 1px solid #E5E5E5;
    max-height: 40vh; }
    .vs-filter-list__list.two-column {
      columns: 2; }
  .vs-filter-list__list-item {
    list-style: none;
    padding: 0.4em;
    border-bottom: 1px dashed #EFEFEF; }
    .vs-filter-list__list-item:last-of-type {
      border-bottom: 0px none; }
    .vs-filter-list__list-item__icon {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      opacity: 0.1;
      margin-right: 0.3em; }
      .vs-filter-list__list-item__icon svg {
        position: relative;
        top: 0.05em; }
      .vs-filter-list__list-item__icon:last-of-type {
        display: none;
        opacity: 0.5; }
    .vs-filter-list__list-item.active .vs-filter-list__list-item__icon:first-of-type {
      display: none; }
    .vs-filter-list__list-item.active .vs-filter-list__list-item__icon:last-of-type {
      display: inline-block; }

.vs-slider {
  position: relative;
  min-height: 100px;
  min-width: 60vw; }
  .vs-slider__title {
    font-weight: bold;
    margin: 0;
    padding: 0.6em; }
  .vs-slider__track {
    position: relative;
    margin: 40px 30px 30px 30px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px; }
    .vs-slider__track__label {
      position: absolute;
      margin: 0;
      padding: 0;
      bottom: calc(100% + 1.5em);
      display: none; }
      .vs-slider__track__label:first-of-type {
        left: 0;
        transform: translate(-50%, 0); }
      .vs-slider__track__label:last-of-type {
        right: 0;
        transform: translate(50%, 0); }
  .vs-slider__handle {
    display: block;
    position: absolute;
    outline: none;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: black;
    cursor: pointer; }
    .vs-slider__handle__label {
      pointer-events: none;
      position: absolute;
      bottom: calc(100% + 0.5em);
      left: 50%;
      margin: 0;
      padding: 0;
      transform: translate(-50%, 0); }

.vs-module--sm .vs-slider {
  position: relative;
  min-height: 100px;
  min-width: 40vw; }

.vs-module--md .vs-slider {
  position: relative;
  min-height: 100px;
  min-width: 400px; }

.vs-filter-panel__toggle svg {
  vertical-align: baseline;
  line-height: 1em;
  height: auto;
  width: 1.2em;
  position: relative;
  top: 0.05em;
  margin-right: 0.3em; }

.vs-filter-panel__toggle svg {
  position: relative;
  top: 0.1em;
  width: 1em; }

.vs-filter-panel .vs-dropdown-menu {
  flex-direction: column;
  flex: 1 1 auto;
  max-height: 60vh;
  max-width: 600px;
  min-width: 200px; }
  .vs-filter-panel .vs-dropdown-menu .list-filter,
  .vs-filter-panel .vs-dropdown-menu .slider-filter {
    display: block; }

.vs-filter-panel.open .vs-dropdown-menu {
  display: flex; }

.vs-filter-panel__list-filters {
  display: flex; }
  .vs-filter-panel__list-filters > * {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 50%;
    max-height: 100%; }

.vs-filter-panel__slider-filters {
  display: flex;
  flex-direction: column; }

.quick-sort {
  padding-left: 2em !important; }
  .quick-sort svg {
    width: 1.3em;
    height: 1.3em;
    left: 5px;
    line-height: 0;
    position: absolute; }

.vs-module--sm .quick-sort,
.vs-module--md .quick-sort {
  padding-left: 2em !important; }
  .vs-module--sm .quick-sort svg,
  .vs-module--md .quick-sort svg {
    width: 1.5em;
    height: 1.5em;
    left: 0.4em;
    top: 0.4em; }

.vs-modal, .vs-see-the-data-modal, .vs-introduction-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  transition: opacity 5s ease-out;
  outline: 0; }
  .vs-modal__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1); }
  .vs-modal__content {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    background-color: white;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    font-family: Roboto, sans-serif;
    max-height: calc(100vh - 40px);
    max-width: calc(100% - 40px); }
  .vs-modal__header {
    border-bottom: solid 1px #D2D2D2;
    padding: 1em;
    position: relative; }
    .vs-modal__header:before, .vs-modal__header:after {
      content: " ";
      display: table; }
    .vs-modal__header:after {
      clear: both; }
    .vs-modal__header__close-button {
      border: 1px solid #D2D2D2;
      border-radius: 1px;
      padding: 0.4em;
      display: inline-block;
      position: relative;
      margin-bottom: 0;
      text-align: center;
      vertical-align: middle;
      white-space: nowrap;
      touch-action: manipulation;
      cursor: pointer;
      font-size: 12px;
      font-family: cs-reg, Roboto, sans-serif;
      background-color: white;
      border-radius: 1px;
      color: #5F5F5F;
      text-transform: capitalize;
      position: relative;
      float: right; }
      .vs-module--sm .vs-modal__header__close-button {
        padding: 0.6em; }
      .vs-modal__header__close-button:not(.vs-interface):active, .vs-modal__header__close-button:not(.vs-interface).active {
        background-image: none;
        background-color: #F7F7F7;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
      .vs-modal__header__close-button:not(.vs-interface):active:focus, .vs-modal__header__close-button:not(.vs-interface):active.focus, .vs-modal__header__close-button:not(.vs-interface).active:focus, .vs-modal__header__close-button:not(.vs-interface).active.focus {
        background-color: #F7F7F7;
        outline: none; }
      .vs-modal__header__close-button:hover, .vs-modal__header__close-button:focus, .vs-modal__header__close-button.focus {
        text-decoration: none;
        background-color: #F7F7F7;
        transition: all 0.1s ease-in-out; }
      .vs-modal__header__close-button.disabled {
        cursor: not-allowed;
        opacity: 0.65;
        box-shadow: none; }
      .vs-modal__header__close-button:before, .vs-modal__header__close-button:after {
        display: inline-block;
        position: relative;
        width: 1.34em;
        height: 1.34em;
        vertical-align: sub;
        background-repeat: no-repeat;
        background-position: center; }
      .vs-modal__header__close-button:before {
        content: ""; }
      .vs-modal__header__close-button:before {
        background-image: url("/app/img/ui-icons/close.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
        .no-svg .vs-modal__header__close-button:before {
          background: image-url("/app/img/ui-icons/close.png") center center no-repeat;
          background-color: inherit;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain; }
      .vs-modal__header__close-button:empty {
        line-height: 0;
        padding-left: 0.6em;
        padding-right: 0.6em; }
  .vs-modal__body {
    padding: 1em;
    max-height: calc(100vh - 100px); }
  .vs-modal__footer {
    padding: 1em;
    border-top: solid 1px #E5E5E5;
    text-align: center; }
  .vs-modal.visible, .visible.vs-see-the-data-modal, .visible.vs-introduction-modal {
    display: block;
    opacity: 1;
    animation: fade-in-from-hidden 0.5s ease-out; }

.vs-see-the-data-modal {
  text-transform: initial;
  font-size: 13px; }
  .vs-see-the-data-modal__content {
    max-width: 1200px; }
  .vs-see-the-data-modal__body {
    max-height: calc(100vh - 120px);
    overflow: auto;
    padding: 0 1em 1em; }
  .vs-see-the-data-modal__header {
    border-bottom: 0px none;
    text-align: left;
    min-height: 60px; }
    .vs-see-the-data-modal__header__title {
      width: calc(100% - 390px);
      margin: 0px; }
  .vs-see-the-data-modal__table {
    display: block;
    position: relative;
    border-spacing: 10px;
    margin: auto;
    color: #5F5F5F;
    border-collapse: collapse; }
    .vs-see-the-data-modal__table thead {
      display: inline-block;
      position: relative; }
    .vs-see-the-data-modal__table tbody {
      display: inline-block;
      position: relative;
      max-height: calc(100vh - 221px);
      width: auto !important; }
    .vs-see-the-data-modal__table tbody tr:hover td {
      background-color: rgba(0, 0, 0, 0.1); }
    .vs-see-the-data-modal__table tbody td.numeric {
      text-align: right; }
    .vs-see-the-data-modal__table tbody tr td > div {
      width: 150px; }
    .vs-see-the-data-modal__table thead tr th {
      position: relative; }
      .vs-see-the-data-modal__table thead tr th div:after {
        display: block;
        content: "";
        position: absolute;
        right: 20px;
        transition: border 0.2s ease-out;
        top: auto;
        width: 0px;
        height: 0px;
        border-left: 5px solid #5F5F5F;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        bottom: 12px; }
      .vs-see-the-data-modal__table thead tr th div.desc:after {
        transform: rotate(90deg); }
      .vs-see-the-data-modal__table thead tr th div.asc:after {
        transform: rotate(-90deg); }
    .vs-see-the-data-modal__table thead tr th > div {
      width: 170px;
      cursor: pointer;
      padding: 8px 34px 8px 10px;
      box-sizing: border-box;
      overflow: hidden;
      height: 100%;
      display: block;
      max-height: 78px; }
      .vs-see-the-data-modal__table thead tr th > div span {
        white-space: initial;
        line-height: 1.2em;
        display: block; }
    .vs-see-the-data-modal__table tbody tr:last-child td {
      padding-bottom: 40px; }
    .vs-see-the-data-modal__table tbody tr td,
    .vs-see-the-data-modal__table thead tr th {
      padding: 10px;
      line-height: 120%;
      text-overflow: ellipsis;
      word-wrap: break-word;
      white-space: nowrap;
      width: 150px;
      text-align: left;
      border: solid 1px #DBDBDB; }
      .vs-see-the-data-modal__table tbody tr td:first-child,
      .vs-see-the-data-modal__table thead tr th:first-child {
        border-left: 0px none; }
      .vs-see-the-data-modal__table tbody tr td:last-child,
      .vs-see-the-data-modal__table thead tr th:last-child {
        padding-right: 0;
        border-right: 0px none; }
    .vs-see-the-data-modal__table tbody tr td {
      position: relative;
      overflow: hidden; }
      .vs-see-the-data-modal__table tbody tr td:hover {
        overflow: visible; }
        .vs-see-the-data-modal__table tbody tr td:hover span {
          position: absolute;
          background: white;
          box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
          padding: 10px;
          max-width: 300px;
          white-space: normal;
          top: 0;
          left: 0;
          right: 0;
          border: solid 1px rgba(0, 0, 0, 0.5);
          z-index: 17;
          min-height: 100%;
          min-width: 100%;
          box-sizing: border-box; }
    .vs-see-the-data-modal__table thead tr th {
      padding: 0px;
      font-weight: bold;
      vertical-align: bottom;
      font-size: 18px;
      border-top: 2px solid white;
      background: white;
      border-bottom: 2px solid black;
      position: relative; }
    .vs-see-the-data-modal__table td.numeric {
      text-align: right; }
  .vs-see-the-data-modal__button-group {
    position: absolute;
    top: 1em;
    right: 1em; }
    .vs-see-the-data-modal__button-group button {
      display: inline-block; }
  .vs-see-the-data-modal__close-button {
    border: 1px solid #D2D2D2;
    border-radius: 1px;
    padding: 0.4em;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    font-size: 12px;
    font-family: cs-reg, Roboto, sans-serif;
    background-color: white;
    border-radius: 1px;
    color: #5F5F5F;
    text-transform: capitalize; }
    .vs-module--sm .vs-see-the-data-modal__close-button {
      padding: 0.6em; }
    .vs-see-the-data-modal__close-button:not(.vs-interface):active, .vs-see-the-data-modal__close-button:not(.vs-interface).active {
      background-image: none;
      background-color: #F7F7F7;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .vs-see-the-data-modal__close-button:not(.vs-interface):active:focus, .vs-see-the-data-modal__close-button:not(.vs-interface):active.focus, .vs-see-the-data-modal__close-button:not(.vs-interface).active:focus, .vs-see-the-data-modal__close-button:not(.vs-interface).active.focus {
      background-color: #F7F7F7;
      outline: none; }
    .vs-see-the-data-modal__close-button:hover, .vs-see-the-data-modal__close-button:focus, .vs-see-the-data-modal__close-button.focus {
      text-decoration: none;
      background-color: #F7F7F7;
      transition: all 0.1s ease-in-out; }
    .vs-see-the-data-modal__close-button.disabled {
      cursor: not-allowed;
      opacity: 0.65;
      box-shadow: none; }
    .vs-see-the-data-modal__close-button:before, .vs-see-the-data-modal__close-button:after {
      display: inline-block;
      position: relative;
      width: 1.34em;
      height: 1.34em;
      vertical-align: sub;
      background-repeat: no-repeat;
      background-position: center; }
    .vs-see-the-data-modal__close-button:before {
      content: ""; }
    .vs-see-the-data-modal__close-button:before {
      background-image: url("/app/img/ui-icons/close.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
      .no-svg .vs-see-the-data-modal__close-button:before {
        background: image-url("/app/img/ui-icons/close.png") center center no-repeat;
        background-color: inherit;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
    .vs-see-the-data-modal__close-button:empty {
      line-height: 0;
      padding-left: 0.6em;
      padding-right: 0.6em; }
  .vs-see-the-data-modal__download-csv-button:before, .vs-see-the-data-modal__download-csv-button:after {
    display: inline-block;
    position: relative;
    width: 1.34em;
    height: 1.34em;
    vertical-align: sub;
    background-repeat: no-repeat;
    background-position: center; }
  .vs-see-the-data-modal__download-csv-button:before {
    content: ""; }
  .vs-see-the-data-modal__download-csv-button:before {
    background-image: url("/app/img/ui-icons/data-download-csv.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
    .no-svg .vs-see-the-data-modal__download-csv-button:before {
      background: image-url("/app/img/ui-icons/data-download-csv.png") center center no-repeat;
      background-color: inherit;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
  .vs-see-the-data-modal__download-csv-button:empty {
    line-height: 0;
    padding-left: 0.6em;
    padding-right: 0.6em; }
  .vs-see-the-data-modal__open-data-url-button:before, .vs-see-the-data-modal__open-data-url-button:after {
    display: inline-block;
    position: relative;
    width: 1.34em;
    height: 1.34em;
    vertical-align: sub;
    background-repeat: no-repeat;
    background-position: center; }
  .vs-see-the-data-modal__open-data-url-button:before {
    content: ""; }
  .vs-see-the-data-modal__open-data-url-button:before {
    background-image: url("/app/img/ui-icons/data-view-sheet.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
    .no-svg .vs-see-the-data-modal__open-data-url-button:before {
      background: image-url("/app/img/ui-icons/data-view-sheet.png") center center no-repeat;
      background-color: inherit;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
  .vs-see-the-data-modal__open-data-url-button:empty {
    line-height: 0;
    padding-left: 0.6em;
    padding-right: 0.6em; }

.vs-introduction-modal .vs-modal__content {
  top: 30vh; }

.vs-popup-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  .vs-popup-container.visible {
    display: block;
    visibility: visible;
    opacity: 1; }

.vs-popup, .vs-entity-editor-popup, .vs-add-ui-component-popup, .vs-module--md .vs-add-ui-component-popup, .vs-text-editor-popup, .vs-label-editor-popup, .vs-frame-editor-popup, .vs-image-editor-popup {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 240px;
  min-width: 150px;
  z-index: 16;
  transition: opacity 0.1s ease-out;
  text-align: left;
  box-sizing: content-box; }
  .vs-popup__bg {
    position: fixed;
    z-index: 15;
    background-color: rgba(255, 255, 255, 0.1); }
  .vs-popup__title {
    padding: 8px;
    color: #5F5F5F;
    border-bottom: solid 1px #E5E5E5;
    text-align: left;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    font-size: 11px;
    font-family: cs-reg, Roboto, sans-serif; }
  .vs-popup__context {
    padding: 7px 12px 5px; }
  .vs-popup__divider {
    height: 0;
    border-bottom: solid 1px #E5E5E5; }
  .vs-popup:after, .vs-entity-editor-popup:after, .vs-add-ui-component-popup:after, .vs-module--md .vs-add-ui-component-popup:after, .vs-text-editor-popup:after, .vs-label-editor-popup:after, .vs-frame-editor-popup:after, .vs-image-editor-popup:after, .vs-popup:before, .vs-entity-editor-popup:before, .vs-add-ui-component-popup:before, .vs-module--md .vs-add-ui-component-popup:before, .vs-text-editor-popup:before, .vs-label-editor-popup:before, .vs-frame-editor-popup:before, .vs-image-editor-popup:before {
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .vs-popup:after, .vs-entity-editor-popup:after, .vs-add-ui-component-popup:after, .vs-module--md .vs-add-ui-component-popup:after, .vs-text-editor-popup:after, .vs-label-editor-popup:after, .vs-frame-editor-popup:after, .vs-image-editor-popup:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-left: -8px; }
  .vs-popup:before, .vs-entity-editor-popup:before, .vs-add-ui-component-popup:before, .vs-module--md .vs-add-ui-component-popup:before, .vs-text-editor-popup:before, .vs-label-editor-popup:before, .vs-frame-editor-popup:before, .vs-image-editor-popup:before {
    border-color: rgba(204, 204, 204, 0);
    border-width: 9px;
    margin-left: -9px; }
  .vs-popup--arrow-bottom:after, .vs-popup--arrow-bottom:before {
    top: 100%; }
  .vs-popup--arrow-bottom:before {
    border-top-color: #D2D2D2; }
  .vs-popup--arrow-bottom:after {
    border-top-color: #FFF; }
  .vs-popup--arrow-top:after, .vs-popup--arrow-top:before {
    bottom: 100%; }
  .vs-popup--arrow-top:before {
    border-bottom-color: #D2D2D2; }
  .vs-popup--arrow-top:after {
    border-bottom-color: #FFF; }

.vs-toggle-switch {
  position: relative;
  border-radius: 1px;
  border: solid 1px #D2D2D2;
  width: 51px;
  height: 26px;
  box-sizing: content-box;
  background-color: #F7F7F7;
  transition: all 0.1s ease-out;
  box-shadow: inset -3px 3px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  overflow: hidden;
  float: right; }
  .vs-toggle-switch:before {
    background-color: white;
    border-radius: 1px;
    position: absolute;
    top: 2px;
    left: 3px;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    z-index: 2;
    box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.05s ease-out;
    border: solid 1px #D2D2D2; }
  .vs-toggle-switch.active {
    background-color: #5F5F5F;
    border-color: #5F5F5F;
    transition: all 0.05s ease-in; }
    .vs-toggle-switch.active:before {
      background-color: white;
      left: 27px;
      transition: all 0.1s ease-in;
      border-color: white;
      box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.2); }
    .vs-toggle-switch.active .on {
      opacity: 1;
      transition: left 0.2s ease, opacity 0.2s ease-out;
      left: 6px; }
    .vs-toggle-switch.active .off {
      opacity: 0;
      transition: right 0.2s ease, opacity 0.2s ease-out;
      right: -26px; }
  .vs-toggle-switch span {
    position: absolute;
    top: 7px;
    font-size: 12px;
    z-index: 1;
    line-height: 1;
    display: none; }
  .vs-toggle-switch .on {
    left: -24px;
    color: white;
    opacity: 0;
    transition: left 0.2s ease, opacity 0.2s ease; }
  .vs-toggle-switch .off {
    right: 8px;
    opacity: 1;
    transition: right 0.2s ease, opacity 0.2s ease; }
  .vs-toggle-switch.disabled {
    opacity: 0.05;
    cursor: not-allowed;
    pointer-events: none; }

.vs-entity-editor-popup {
  max-width: inherit;
  min-width: 180px !important; }
  .vs-entity-editor-popup .vs-row, .vs-entity-editor-popup .vs-module-footer-ui {
    padding: 6px 8px; }
  .vs-entity-editor-popup .vs-button--clear {
    color: #5F5F5F;
    background-color: #EFEFEF;
    border: solid 1px #e2e2e2;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    font-size: 11px;
    font-family: cs-reg, Roboto, sans-serif; }
    .vs-entity-editor-popup .vs-button--clear:hover {
      background-color: #e2e2e2;
      border: solid 1px gainsboro; }

.vs-add-ui-component-popup .vs-dropdown-menu--secondary {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 10;
  float: left;
  min-width: 100%;
  width: auto;
  overflow: visible;
  max-width: 300px;
  box-sizing: border-box;
  list-style: none;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  background-clip: padding-box; }

.vs-module--md .vs-add-ui-component-popup .vs-dropdown-menu--secondary {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 10;
  float: left;
  min-width: 100%;
  width: auto;
  overflow: visible;
  max-width: 300px;
  box-sizing: border-box;
  list-style: none;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  background-clip: padding-box; }

.vs-popup-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  .vs-popup-container.visible {
    display: block;
    visibility: visible;
    opacity: 1; }

.vs-popup, .vs-entity-editor-popup, .vs-add-ui-component-popup, .vs-module--md .vs-add-ui-component-popup, .vs-text-editor-popup, .vs-label-editor-popup, .vs-frame-editor-popup, .vs-image-editor-popup {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 240px;
  min-width: 150px;
  z-index: 16;
  transition: opacity 0.1s ease-out;
  text-align: left;
  box-sizing: content-box; }
  .vs-popup__bg {
    position: fixed;
    z-index: 15;
    background-color: rgba(255, 255, 255, 0.1); }
  .vs-popup__title {
    padding: 8px;
    color: #5F5F5F;
    border-bottom: solid 1px #E5E5E5;
    text-align: left;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    font-size: 11px;
    font-family: cs-reg, Roboto, sans-serif; }
  .vs-popup__context {
    padding: 7px 12px 5px; }
  .vs-popup__divider {
    height: 0;
    border-bottom: solid 1px #E5E5E5; }
  .vs-popup:after, .vs-entity-editor-popup:after, .vs-add-ui-component-popup:after, .vs-module--md .vs-add-ui-component-popup:after, .vs-text-editor-popup:after, .vs-label-editor-popup:after, .vs-frame-editor-popup:after, .vs-image-editor-popup:after, .vs-popup:before, .vs-entity-editor-popup:before, .vs-add-ui-component-popup:before, .vs-module--md .vs-add-ui-component-popup:before, .vs-text-editor-popup:before, .vs-label-editor-popup:before, .vs-frame-editor-popup:before, .vs-image-editor-popup:before {
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .vs-popup:after, .vs-entity-editor-popup:after, .vs-add-ui-component-popup:after, .vs-module--md .vs-add-ui-component-popup:after, .vs-text-editor-popup:after, .vs-label-editor-popup:after, .vs-frame-editor-popup:after, .vs-image-editor-popup:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-left: -8px; }
  .vs-popup:before, .vs-entity-editor-popup:before, .vs-add-ui-component-popup:before, .vs-module--md .vs-add-ui-component-popup:before, .vs-text-editor-popup:before, .vs-label-editor-popup:before, .vs-frame-editor-popup:before, .vs-image-editor-popup:before {
    border-color: rgba(204, 204, 204, 0);
    border-width: 9px;
    margin-left: -9px; }
  .vs-popup--arrow-bottom:after, .vs-popup--arrow-bottom:before {
    top: 100%; }
  .vs-popup--arrow-bottom:before {
    border-top-color: #D2D2D2; }
  .vs-popup--arrow-bottom:after {
    border-top-color: #FFF; }
  .vs-popup--arrow-top:after, .vs-popup--arrow-top:before {
    bottom: 100%; }
  .vs-popup--arrow-top:before {
    border-bottom-color: #D2D2D2; }
  .vs-popup--arrow-top:after {
    border-bottom-color: #FFF; }

.vs-colour-picker__toggle {
  border: 1px solid #D2D2D2;
  border-radius: 1px;
  padding: 0.4em;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  font-size: 12px;
  font-family: cs-reg, Roboto, sans-serif;
  background-color: white;
  border-radius: 1px;
  color: #5F5F5F;
  text-transform: capitalize;
  width: 100%;
  height: 28px;
  padding: 5px; }
  .vs-module--sm .vs-colour-picker__toggle {
    padding: 0.6em; }
  .vs-colour-picker__toggle:not(.vs-interface):active, .vs-colour-picker__toggle:not(.vs-interface).active {
    background-image: none;
    background-color: #F7F7F7;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .vs-colour-picker__toggle:not(.vs-interface):active:focus, .vs-colour-picker__toggle:not(.vs-interface):active.focus, .vs-colour-picker__toggle:not(.vs-interface).active:focus, .vs-colour-picker__toggle:not(.vs-interface).active.focus {
    background-color: #F7F7F7;
    outline: none; }
  .vs-colour-picker__toggle:hover, .vs-colour-picker__toggle:focus, .vs-colour-picker__toggle.focus {
    text-decoration: none;
    background-color: #F7F7F7;
    transition: all 0.1s ease-in-out; }
  .vs-colour-picker__toggle.disabled {
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none; }
  .vs-colour-picker__toggle__colour-swatch {
    display: block;
    width: 100%;
    height: 16px; }

.vs-colour-picker__popup {
  position: absolute;
  right: 8px;
  z-index: 17;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin: 0;
  padding: 0;
  border: none; }

.vs-colour-picker__tone-pane, .vs-colour-picker__hue-pane {
  position: relative;
  display: flex;
  cursor: crosshair; }

.vs-colour-picker__tone-pane {
  margin: 5px;
  width: 134px;
  height: 134px;
  float: left; }

.vs-colour-picker__hue-pane {
  width: 20px;
  height: 134px;
  margin: 5px 5px 5px 0; }

.vs-colour-picker__colour-swatch {
  width: 28px;
  height: 28px;
  float: left;
  margin: 0 5px 0 5px; }

.vs-colour-picker__hex-field {
  width: 127px; }

.vs-colour-picker__buttons {
  clear: both;
  margin: 0 5px 5px 5px; }
  .vs-colour-picker__buttons .vs-button--clear {
    display: inline-block !important;
    width: 50%  !important; }

.picky-tone-pane {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: crosshair; }
  .picky-tone-pane:after {
    content: '';
    display: block;
    margin-top: 100%; }
  .picky-tone-pane__palette {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

.picky-hue-pane {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: crosshair; }
  .picky-hue-pane:after {
    content: '';
    display: block;
    margin-top: 670%; }
  .picky-hue-pane__container {
    padding-left: 0; }
  .picky-hue-pane__palette {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

.picky-button-swatch {
  width: 100%;
  height: 18px; }

.picky-swatch {
  width: 28px;
  height: 28px; }

.font-dropdown ul li a {
  font-size: 18px;
  line-height: 1; }

.vs-text-area-container {
  position: relative; }
  .vs-text-area-container a {
    text-decoration: underline; }

.vs-text-editor-popup {
  width: 235px;
  height: 315px;
  border: none !important;
  box-shadow: none;
  transition: opacity 0.3s ease-out;
  transition-delay: 0.1s; }
  .vs-text-editor-popup__bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2); }
  .vs-text-editor-popup--content {
    padding: 3px 8px; }
    .vs-text-editor-popup--content input:focus,
    .vs-text-editor-popup--content button:focus {
      outline: none; }
    .vs-text-editor-popup--content .vs-row, .vs-text-editor-popup--content .vs-module-footer-ui {
      margin-bottom: 3px;
      margin-left: -5px;
      margin-right: -5px; }
      .vs-text-editor-popup--content .vs-row [class*="col-xs-"], .vs-text-editor-popup--content .vs-module-footer-ui [class*="col-xs-"] {
        padding-left: 5px;
        padding-right: 5px; }
    .vs-text-editor-popup--content .vs-control-label {
      color: #5F5F5F;
      font-weight: 600;
      display: block;
      margin-bottom: 0.2em;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-size: 11px; }
    .vs-text-editor-popup--content .vs-control .vs-dropdown__toggle {
      width: 100%;
      text-align: left;
      box-sizing: border-box;
      padding-top: 5px;
      padding-bottom: 5px; }
    .vs-text-editor-popup--content .vs-control .vs-dropdown .vs-dropdown-menu {
      overflow-y: auto; }
    .vs-text-editor-popup--content .vs-control--link {
      display: flex; }
      .vs-text-editor-popup--content .vs-control--link .vs-text-input {
        z-index: 1; }
    .vs-text-editor-popup--content .vs-button {
      display: block; }
      .vs-text-editor-popup--content .vs-button-group {
        display: flex; }
      .vs-text-editor-popup--content .vs-button--colour {
        width: 100%;
        padding: 4px; }
      .vs-text-editor-popup--content .vs-button--style {
        width: 25%;
        box-sizing: content-box;
        padding-top: 5px;
        padding-bottom: 5px; }
        .vs-text-editor-popup--content .vs-button--style--bold {
          font-weight: bold; }
        .vs-text-editor-popup--content .vs-button--style--italic {
          font-style: italic; }
        .vs-text-editor-popup--content .vs-button--style--underline {
          text-decoration: underline; }
        .vs-text-editor-popup--content .vs-button--style--strikethrough {
          text-decoration: line-through; }
      .vs-text-editor-popup--content .vs-button--align {
        width: 33.333333%;
        display: flex;
        box-sizing: border-box;
        text-align: end;
        padding: 0px 7px;
        height: 28px; }
        .vs-text-editor-popup--content .vs-button--align--bar, .vs-text-editor-popup--content .vs-button--align--bar:before, .vs-text-editor-popup--content .vs-button--align--bar:after {
          display: block;
          background: #5F5F5F;
          height: 2px;
          width: 100%; }
        .vs-text-editor-popup--content .vs-button--align--bar {
          position: relative;
          align-self: center; }
          .vs-text-editor-popup--content .vs-button--align--bar:before, .vs-text-editor-popup--content .vs-button--align--bar:after {
            content: "";
            position: absolute; }
        .vs-text-editor-popup--content .vs-button--align--left--bar:before {
          top: -4px;
          left: 0px;
          width: 45%; }
        .vs-text-editor-popup--content .vs-button--align--left--bar:after {
          top: 4px;
          left: 0px;
          width: 100%; }
        .vs-text-editor-popup--content .vs-button--align--center--bar:before {
          top: -4px;
          left: 25%;
          width: 50%;
          right: 25%; }
        .vs-text-editor-popup--content .vs-button--align--center--bar:after {
          top: 4px;
          left: 25%;
          width: 50%;
          right: 25%; }
        .vs-text-editor-popup--content .vs-button--align--right--bar:before {
          top: -4px;
          right: 0;
          width: 45%; }
        .vs-text-editor-popup--content .vs-button--align--right--bar:after {
          top: 4px;
          left: 0px;
          width: 100%; }
      .vs-text-editor-popup--content .vs-button--link {
        min-width: 32px;
        height: 28px;
        background-position: center center;
        background-repeat: no-repeat;
        margin-left: -1px; }
        .vs-text-editor-popup--content .vs-button--link--input {
          width: auto; }
        .vs-text-editor-popup--content .vs-button--link--create {
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5saW5rLWljb248L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iTmV3LWRlc2lnbi1iaXRzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJJbi1Nb2R1bGUtRWRpdC1UZXh0LVBvcHVwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzcxLjAwMDAwMCwgLTM3MC4wMDAwMDApIiBmaWxsPSIjNkY2RjZGIj4gICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzUzLjAwMDAwMCwgMTQ5LjAwMDAwMCkiPiAgICAgICAgICAgICAgICA8ZyBpZD0ibGluay1pY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNC43NzgxNzUsIDIyNy43NzgxNzUpIHJvdGF0ZSgtNDA1LjAwMDAwMCkgdHJhbnNsYXRlKC0yNC43NzgxNzUsIC0yMjcuNzc4MTc1KSB0cmFuc2xhdGUoMTYuNzc4MTc1LCAyMjQuNzc4MTc1KSI+ICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNC4wMjUzMzU3LDMuOTI5NDkzNDkgTDQuMDI1MzM1Nyw1LjI5Mjg5MzIyIEwxLjQ4NjAzNDgyLDUuMjkyODkzMjIgQzEuNDg2MDM0ODIsNS4yOTI4OTMyMiAwLjM0MjgyOTQ0Myw1LjIwMzQ4MTU0IDAuMzA4MjU4MjExLDQuMjg1Nzg3NTcgQzAuMjczNjg2OTc5LDMuMzY4MDkzNjEgMC4zMDgyNTgyMTEsMS42MDA1MDQ1NiAwLjMwODI1ODIxMSwxLjYwMDUwNDU2IEMwLjMwODI1ODIxMSwxLjYwMDUwNDU2IDAuMzA1MTc2NDIyLDAuMjY2MTEyMTgyIDEuODM2OTg2OCwwLjI5MzMwMzIgQzMuMzY4Nzk3MTcsMC4zMjA0OTQyMTggOC44MDg3NjAzMywwLjI5MzMwMzIgOC44MDg3NjAzMywwLjI5MzMwMzIgQzguODA4NzYwMzMsMC4yOTMzMDMyIDEwLjI1MDExMjYsMC4zMDkzMzc2MjQgMTAuMjc5NzMsMS41NTExMTU0MiBDMTAuMzA5MzQ3MywyLjc5Mjg5MzIyIDEwLjI3OTczLDIuOTcwODEwNDMgMTAuMjc5NzMsMi45NzA4MTA0MyBMOC41MjUwMzI5OCwyLjk3MDgxMDQzIEw4LjUyNTAzMjk4LDEuNzY0MDkyMjQgTDIuMDU1MDMwMywxLjc2NDA5MjI0IEwyLjA1NTAzMDMsMy44NDkyOTM1OSIgaWQ9IlBhdGgtMiI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTkuNzMyNDQyNDgsNC42MzY2MDAyNyBMOS43MzI0NDI0OCw2IEw3LjE5MzE0MTYsNiBDNy4xOTMxNDE2LDYgNi4wNDk5MzYyMiw1LjkxMDU4ODMzIDYuMDE1MzY0OTksNC45OTI4OTQzNiBDNS45ODA3OTM3Niw0LjA3NTIwMDM5IDYuMDE1MzY0OTksMi4zMDc2MTEzNCA2LjAxNTM2NDk5LDIuMzA3NjExMzQgQzYuMDE1MzY0OTksMi4zMDc2MTEzNCA2LjAxMjI4MzIsMC45NzMyMTg5NjMgNy41NDQwOTM1OCwxLjAwMDQwOTk4IEM5LjA3NTkwMzk1LDEuMDI3NjAxIDE0LjUxNTg2NzEsMS4wMDA0MDk5OCAxNC41MTU4NjcxLDEuMDAwNDA5OTggQzE0LjUxNTg2NzEsMS4wMDA0MDk5OCAxNS45NTcyMTk0LDEuMDE2NDQ0NCAxNS45ODY4MzY3LDIuMjU4MjIyMiBDMTYuMDE2NDU0MSwzLjUgMTUuOTg2ODM2NywzLjY3NzkxNzIxIDE1Ljk4NjgzNjcsMy42Nzc5MTcyMSBMMTQuMjMyMTM5OCwzLjY3NzkxNzIxIEwxNC4yMzIxMzk4LDIuNDcxMTk5MDIgTDcuNzYyMTM3MDgsMi40NzExOTkwMiBMNy43NjIxMzcwOCw0LjU1NjQwMDM3IiBpZD0iUGF0aC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMS4wMDAwMDAsIDMuNTAwMDAwKSBzY2FsZSgtMSwgLTEpIHRyYW5zbGF0ZSgtMTEuMDAwMDAwLCAtMy41MDAwMDApICI+PC9wYXRoPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+); }
        .vs-text-editor-popup--content .vs-button--link--remove {
          padding: 0; }
          .vs-text-editor-popup--content .vs-button--link--remove:before {
            content: "\00d7";
            display: inline-block;
            font-size: 21px;
            line-height: 1em; }
      .vs-text-editor-popup--content .vs-button--clear {
        color: #5F5F5F;
        background-color: #EFEFEF;
        border: solid 1px #e2e2e2;
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-top: 5px;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        font-weight: 600;
        font-size: 11px;
        font-family: cs-reg, Roboto, sans-serif; }
        .vs-text-editor-popup--content .vs-button--clear:hover {
          background-color: #e2e2e2;
          border: solid 1px gainsboro; }

.vs-popup-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  .vs-popup-container.visible {
    display: block;
    visibility: visible;
    opacity: 1; }

.vs-popup, .vs-entity-editor-popup, .vs-add-ui-component-popup, .vs-module--md .vs-add-ui-component-popup, .vs-text-editor-popup, .vs-label-editor-popup, .vs-frame-editor-popup, .vs-image-editor-popup {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 240px;
  min-width: 150px;
  z-index: 16;
  transition: opacity 0.1s ease-out;
  text-align: left;
  box-sizing: content-box; }
  .vs-popup__bg {
    position: fixed;
    z-index: 15;
    background-color: rgba(255, 255, 255, 0.1); }
  .vs-popup__title {
    padding: 8px;
    color: #5F5F5F;
    border-bottom: solid 1px #E5E5E5;
    text-align: left;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    font-size: 11px;
    font-family: cs-reg, Roboto, sans-serif; }
  .vs-popup__context {
    padding: 7px 12px 5px; }
  .vs-popup__divider {
    height: 0;
    border-bottom: solid 1px #E5E5E5; }
  .vs-popup:after, .vs-entity-editor-popup:after, .vs-add-ui-component-popup:after, .vs-module--md .vs-add-ui-component-popup:after, .vs-text-editor-popup:after, .vs-label-editor-popup:after, .vs-frame-editor-popup:after, .vs-image-editor-popup:after, .vs-popup:before, .vs-entity-editor-popup:before, .vs-add-ui-component-popup:before, .vs-module--md .vs-add-ui-component-popup:before, .vs-text-editor-popup:before, .vs-label-editor-popup:before, .vs-frame-editor-popup:before, .vs-image-editor-popup:before {
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .vs-popup:after, .vs-entity-editor-popup:after, .vs-add-ui-component-popup:after, .vs-module--md .vs-add-ui-component-popup:after, .vs-text-editor-popup:after, .vs-label-editor-popup:after, .vs-frame-editor-popup:after, .vs-image-editor-popup:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-left: -8px; }
  .vs-popup:before, .vs-entity-editor-popup:before, .vs-add-ui-component-popup:before, .vs-module--md .vs-add-ui-component-popup:before, .vs-text-editor-popup:before, .vs-label-editor-popup:before, .vs-frame-editor-popup:before, .vs-image-editor-popup:before {
    border-color: rgba(204, 204, 204, 0);
    border-width: 9px;
    margin-left: -9px; }
  .vs-popup--arrow-bottom:after, .vs-popup--arrow-bottom:before {
    top: 100%; }
  .vs-popup--arrow-bottom:before {
    border-top-color: #D2D2D2; }
  .vs-popup--arrow-bottom:after {
    border-top-color: #FFF; }
  .vs-popup--arrow-top:after, .vs-popup--arrow-top:before {
    bottom: 100%; }
  .vs-popup--arrow-top:before {
    border-bottom-color: #D2D2D2; }
  .vs-popup--arrow-top:after {
    border-bottom-color: #FFF; }

.vs-label-editor-popup .input-group {
  display: block; }

.vs-popup-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  .vs-popup-container.visible {
    display: block;
    visibility: visible;
    opacity: 1; }

.vs-popup, .vs-entity-editor-popup, .vs-add-ui-component-popup, .vs-module--md .vs-add-ui-component-popup, .vs-text-editor-popup, .vs-label-editor-popup, .vs-frame-editor-popup, .vs-image-editor-popup {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 240px;
  min-width: 150px;
  z-index: 16;
  transition: opacity 0.1s ease-out;
  text-align: left;
  box-sizing: content-box; }
  .vs-popup__bg {
    position: fixed;
    z-index: 15;
    background-color: rgba(255, 255, 255, 0.1); }
  .vs-popup__title {
    padding: 8px;
    color: #5F5F5F;
    border-bottom: solid 1px #E5E5E5;
    text-align: left;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    font-size: 11px;
    font-family: cs-reg, Roboto, sans-serif; }
  .vs-popup__context {
    padding: 7px 12px 5px; }
  .vs-popup__divider {
    height: 0;
    border-bottom: solid 1px #E5E5E5; }
  .vs-popup:after, .vs-entity-editor-popup:after, .vs-add-ui-component-popup:after, .vs-module--md .vs-add-ui-component-popup:after, .vs-text-editor-popup:after, .vs-label-editor-popup:after, .vs-frame-editor-popup:after, .vs-image-editor-popup:after, .vs-popup:before, .vs-entity-editor-popup:before, .vs-add-ui-component-popup:before, .vs-module--md .vs-add-ui-component-popup:before, .vs-text-editor-popup:before, .vs-label-editor-popup:before, .vs-frame-editor-popup:before, .vs-image-editor-popup:before {
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .vs-popup:after, .vs-entity-editor-popup:after, .vs-add-ui-component-popup:after, .vs-module--md .vs-add-ui-component-popup:after, .vs-text-editor-popup:after, .vs-label-editor-popup:after, .vs-frame-editor-popup:after, .vs-image-editor-popup:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-left: -8px; }
  .vs-popup:before, .vs-entity-editor-popup:before, .vs-add-ui-component-popup:before, .vs-module--md .vs-add-ui-component-popup:before, .vs-text-editor-popup:before, .vs-label-editor-popup:before, .vs-frame-editor-popup:before, .vs-image-editor-popup:before {
    border-color: rgba(204, 204, 204, 0);
    border-width: 9px;
    margin-left: -9px; }
  .vs-popup--arrow-bottom:after, .vs-popup--arrow-bottom:before {
    top: 100%; }
  .vs-popup--arrow-bottom:before {
    border-top-color: #D2D2D2; }
  .vs-popup--arrow-bottom:after {
    border-top-color: #FFF; }
  .vs-popup--arrow-top:after, .vs-popup--arrow-top:before {
    bottom: 100%; }
  .vs-popup--arrow-top:before {
    border-bottom-color: #D2D2D2; }
  .vs-popup--arrow-top:after {
    border-bottom-color: #FFF; }

.vs-frame-editor-popup .input-group {
  display: block; }

.vs-image-editor-popup {
  width: 200px; }
  .vs-image-editor-popup--content {
    padding: 3px 8px; }
    .vs-image-editor-popup--content input:focus,
    .vs-image-editor-popup--content button:focus {
      outline: none; }
    .vs-image-editor-popup--content .vs-row, .vs-image-editor-popup--content .vs-module-footer-ui {
      margin-bottom: 3px;
      margin-left: -5px;
      margin-right: -5px; }
      .vs-image-editor-popup--content .vs-row [class*="col-xs-"], .vs-image-editor-popup--content .vs-module-footer-ui [class*="col-xs-"] {
        padding-left: 5px;
        padding-right: 5px; }
    .vs-image-editor-popup--content .vs-control {
      position: relative;
      display: flex; }
      .vs-image-editor-popup--content .vs-control .vs-button {
        flex: 1; }
      .vs-image-editor-popup--content .vs-control-label {
        color: #5F5F5F;
        font-weight: 600;
        display: block;
        margin-bottom: 0.2em;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-size: 11px; }
      .vs-image-editor-popup--content .vs-control .vs-dropdown__toggle {
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        padding-top: 5px;
        padding-bottom: 5px; }
      .vs-image-editor-popup--content .vs-control .vs-dropdown .vs-dropdown-menu {
        overflow-y: auto; }
      .vs-image-editor-popup--content .vs-control--link {
        display: flex; }
        .vs-image-editor-popup--content .vs-control--link .vs-text-input {
          z-index: 1; }
    .vs-image-editor-popup--content .vs-button {
      display: block; }
      .vs-image-editor-popup--content .vs-button-group {
        display: flex; }
      .vs-image-editor-popup--content .vs-button--colour {
        width: 100%;
        padding: 4px; }
      .vs-image-editor-popup--content .vs-button--style {
        width: 25%;
        box-sizing: content-box;
        padding-top: 5px;
        padding-bottom: 5px; }
        .vs-image-editor-popup--content .vs-button--style--bold {
          font-weight: bold; }
        .vs-image-editor-popup--content .vs-button--style--italic {
          font-style: italic; }
        .vs-image-editor-popup--content .vs-button--style--underline {
          text-decoration: underline; }
        .vs-image-editor-popup--content .vs-button--style--strikethrough {
          text-decoration: line-through; }
      .vs-image-editor-popup--content .vs-button--align {
        width: 33.333333%;
        display: flex;
        box-sizing: border-box;
        text-align: end;
        padding: 0px 7px;
        height: 28px; }
        .vs-image-editor-popup--content .vs-button--align--bar, .vs-image-editor-popup--content .vs-button--align--bar:before, .vs-image-editor-popup--content .vs-button--align--bar:after {
          display: block;
          background: #5F5F5F;
          height: 2px;
          width: 100%; }
        .vs-image-editor-popup--content .vs-button--align--bar {
          position: relative;
          align-self: center; }
          .vs-image-editor-popup--content .vs-button--align--bar:before, .vs-image-editor-popup--content .vs-button--align--bar:after {
            content: "";
            position: absolute; }
        .vs-image-editor-popup--content .vs-button--align--left--bar:before {
          top: -4px;
          left: 0px;
          width: 45%; }
        .vs-image-editor-popup--content .vs-button--align--left--bar:after {
          top: 4px;
          left: 0px;
          width: 100%; }
        .vs-image-editor-popup--content .vs-button--align--center--bar:before {
          top: -4px;
          left: 25%;
          width: 50%;
          right: 25%; }
        .vs-image-editor-popup--content .vs-button--align--center--bar:after {
          top: 4px;
          left: 25%;
          width: 50%;
          right: 25%; }
        .vs-image-editor-popup--content .vs-button--align--right--bar:before {
          top: -4px;
          right: 0;
          width: 45%; }
        .vs-image-editor-popup--content .vs-button--align--right--bar:after {
          top: 4px;
          left: 0px;
          width: 100%; }
      .vs-image-editor-popup--content .vs-button--link {
        min-width: 32px;
        height: 28px;
        background-position: center center;
        background-repeat: no-repeat;
        margin-left: -1px; }
        .vs-image-editor-popup--content .vs-button--link--input {
          width: auto; }
        .vs-image-editor-popup--content .vs-button--link--create {
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNCAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5saW5rLWljb248L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iTmV3LWRlc2lnbi1iaXRzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJJbi1Nb2R1bGUtRWRpdC1UZXh0LVBvcHVwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzcxLjAwMDAwMCwgLTM3MC4wMDAwMDApIiBmaWxsPSIjNkY2RjZGIj4gICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzUzLjAwMDAwMCwgMTQ5LjAwMDAwMCkiPiAgICAgICAgICAgICAgICA8ZyBpZD0ibGluay1pY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNC43NzgxNzUsIDIyNy43NzgxNzUpIHJvdGF0ZSgtNDA1LjAwMDAwMCkgdHJhbnNsYXRlKC0yNC43NzgxNzUsIC0yMjcuNzc4MTc1KSB0cmFuc2xhdGUoMTYuNzc4MTc1LCAyMjQuNzc4MTc1KSI+ICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNC4wMjUzMzU3LDMuOTI5NDkzNDkgTDQuMDI1MzM1Nyw1LjI5Mjg5MzIyIEwxLjQ4NjAzNDgyLDUuMjkyODkzMjIgQzEuNDg2MDM0ODIsNS4yOTI4OTMyMiAwLjM0MjgyOTQ0Myw1LjIwMzQ4MTU0IDAuMzA4MjU4MjExLDQuMjg1Nzg3NTcgQzAuMjczNjg2OTc5LDMuMzY4MDkzNjEgMC4zMDgyNTgyMTEsMS42MDA1MDQ1NiAwLjMwODI1ODIxMSwxLjYwMDUwNDU2IEMwLjMwODI1ODIxMSwxLjYwMDUwNDU2IDAuMzA1MTc2NDIyLDAuMjY2MTEyMTgyIDEuODM2OTg2OCwwLjI5MzMwMzIgQzMuMzY4Nzk3MTcsMC4zMjA0OTQyMTggOC44MDg3NjAzMywwLjI5MzMwMzIgOC44MDg3NjAzMywwLjI5MzMwMzIgQzguODA4NzYwMzMsMC4yOTMzMDMyIDEwLjI1MDExMjYsMC4zMDkzMzc2MjQgMTAuMjc5NzMsMS41NTExMTU0MiBDMTAuMzA5MzQ3MywyLjc5Mjg5MzIyIDEwLjI3OTczLDIuOTcwODEwNDMgMTAuMjc5NzMsMi45NzA4MTA0MyBMOC41MjUwMzI5OCwyLjk3MDgxMDQzIEw4LjUyNTAzMjk4LDEuNzY0MDkyMjQgTDIuMDU1MDMwMywxLjc2NDA5MjI0IEwyLjA1NTAzMDMsMy44NDkyOTM1OSIgaWQ9IlBhdGgtMiI+PC9wYXRoPiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTkuNzMyNDQyNDgsNC42MzY2MDAyNyBMOS43MzI0NDI0OCw2IEw3LjE5MzE0MTYsNiBDNy4xOTMxNDE2LDYgNi4wNDk5MzYyMiw1LjkxMDU4ODMzIDYuMDE1MzY0OTksNC45OTI4OTQzNiBDNS45ODA3OTM3Niw0LjA3NTIwMDM5IDYuMDE1MzY0OTksMi4zMDc2MTEzNCA2LjAxNTM2NDk5LDIuMzA3NjExMzQgQzYuMDE1MzY0OTksMi4zMDc2MTEzNCA2LjAxMjI4MzIsMC45NzMyMTg5NjMgNy41NDQwOTM1OCwxLjAwMDQwOTk4IEM5LjA3NTkwMzk1LDEuMDI3NjAxIDE0LjUxNTg2NzEsMS4wMDA0MDk5OCAxNC41MTU4NjcxLDEuMDAwNDA5OTggQzE0LjUxNTg2NzEsMS4wMDA0MDk5OCAxNS45NTcyMTk0LDEuMDE2NDQ0NCAxNS45ODY4MzY3LDIuMjU4MjIyMiBDMTYuMDE2NDU0MSwzLjUgMTUuOTg2ODM2NywzLjY3NzkxNzIxIDE1Ljk4NjgzNjcsMy42Nzc5MTcyMSBMMTQuMjMyMTM5OCwzLjY3NzkxNzIxIEwxNC4yMzIxMzk4LDIuNDcxMTk5MDIgTDcuNzYyMTM3MDgsMi40NzExOTkwMiBMNy43NjIxMzcwOCw0LjU1NjQwMDM3IiBpZD0iUGF0aC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMS4wMDAwMDAsIDMuNTAwMDAwKSBzY2FsZSgtMSwgLTEpIHRyYW5zbGF0ZSgtMTEuMDAwMDAwLCAtMy41MDAwMDApICI+PC9wYXRoPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+); }
        .vs-image-editor-popup--content .vs-button--link--remove {
          padding: 0; }
          .vs-image-editor-popup--content .vs-button--link--remove:before {
            content: "\00d7";
            display: inline-block;
            font-size: 21px;
            line-height: 1em; }
      .vs-image-editor-popup--content .vs-button--clear {
        color: #5F5F5F;
        background-color: #EFEFEF;
        border: solid 1px #e2e2e2;
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-top: 5px;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        font-weight: 600;
        font-size: 11px;
        font-family: cs-reg, Roboto, sans-serif; }
        .vs-image-editor-popup--content .vs-button--clear:hover {
          background-color: #e2e2e2;
          border: solid 1px gainsboro; }

.vs-rollover, .vs-node-details-rollover {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin: 0;
  padding: 0;
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 17;
  transition: opacity 0s;
  transition-delay: 0.1s;
  pointer-events: none; }
  .vs-rollover.visible, .visible.vs-node-details-rollover {
    display: block;
    visibility: visible;
    opacity: 1; }
  .vs-rollover__title {
    padding: 8px;
    color: #5F5F5F;
    border-bottom: solid 1px #E5E5E5;
    text-align: left;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    font-size: 11px;
    font-family: cs-reg, Roboto, sans-serif; }
  .vs-rollover__content {
    padding: 7px 12px 5px; }

.vs-node-details-rollover__data-stream {
  border-bottom: dashed 1px rgba(0, 0, 0, 0.15);
  vertical-align: top; }
  .vs-node-details-rollover__data-stream__label {
    padding: 2px 15px 2px 0;
    font-weight: bold;
    text-align: right; }
  .vs-node-details-rollover__data-stream__value {
    padding: 2px 0;
    max-width: 200px;
    min-width: 100px;
    text-transform: none; }
  .vs-node-details-rollover__data-stream:last-of-type {
    border-bottom: none; }
    .vs-node-details-rollover__data-stream:last-of-type__label-column {
      padding-bottom: 0; }

.vs-node-details-rollover__show-more-link {
  width: 100%;
  margin: 0;
  padding: 7px 12px 5px;
  text-align: center;
  box-sizing: border-box; }

.vs-module--sm .vs-node-details-rollover__data-stream__value,
.vs-module--md .vs-node-details-rollover__data-stream__value {
  max-width: 300px;
  min-width: 150px; }
