/* imgix-shared */
/* Some resets */
body {
  margin: 0;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
/* stylelint-disable declaration-no-important  */
html.testing * {
  animation-play-state: paused !important;
  transition: none !important;
}
/* stylelint-enable */
/* Hide the reference SVG element */
svg.refs {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

address {
  display: block;
  font-style: normal;
}
.address-chunk {
  display: block;
}

analytics-graph {
  position: relative;

  font-size: 16px;
  line-height: 24px;
}
analytics-graph .analyticsGraph-content {
  border-top-color: #00bffe;
}
@media (max-width: 540px) {
  analytics-graph {
    font-size: 13px;
    line-height: 18px;
  }
}
/*--- Header ---*/
.analyticsGraph-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  margin-bottom: 6px;

  line-height: 36px;
  vertical-align: baseline;
}
@media (max-width: 540px) {
  .analyticsGraph-header {
    line-height: 24px;
  }
}
.analyticsGraph-label {
  flex: 1 0 auto;
  margin-right: 20px;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.analyticsGraph-title {
  flex: 0 0 auto;
}
.analyticsGraph-title > h3 {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 540px) {
  .analyticsGraph-title > h3 {
    font-size: 13px;
  }
}
.analyticsGraph-description {
  flex: 0 0 auto;
  align-self: center;

  margin-left: 0.5em;
}
.analyticsGraph-total {
  flex: 0 0 auto;
  order: 2;

  font-size: 24px;
  color: rgb(57, 76, 91);
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 540px) {
  .analyticsGraph-total {
    font-size: 18px;
  }
}
.analyticsGraph-total .unit {
  font-size: 0.7em;
  line-height: 0;
  color: rgb(145, 159, 170);
}
/*--- Content ---*/
.analyticsGraph-content {
  position: relative;
  width: 100%;

  border-top: 6px solid #00bffe;
}
/*--- Graph ---*/
.analyticsGraph-graph {
  height: 0;
  box-sizing: border-box;

  border: 1px solid rgb(166, 172, 177);
  border-top: none;
}
.analyticsGraph-graph > * {
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 1px;
  right: 1px;
  transition: opacity 150ms linear 150ms;
}
.analyticsGraph-graph > *.ng-hide {
  opacity: 0;
}
/*--- Table ---*/
.analyticsGraph-table-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  align-items: center;

  min-height: 24px;
  padding: 12px 20px;

  border-top: 1px solid rgb(217, 223, 228);
}
.analyticsGraph-table-row:first-child {
  border-top: 0;
}
.analyticsGraph-table-row:last-child {
  border-bottom: 1px solid rgb(217, 223, 228);
}
.analyticsGraph-table-row:nth-child(2n) {
  background: #e8f0f4;
  background: rgba(232, 240, 244, 0.4);
}
.analyticsGraph-table-row.analyticsGraph-table-row_total {
  background: none;
  border-top-color: rgb(166, 172, 177);
  border-bottom: none;
  font-weight: 700;
}
@media (max-width: 540px) {
  .analyticsGraph-table-row {
    grid-gap: 10px;
    min-height: 18px;
    padding: 6px 10px;
  }
}
@media (max-width: 400px) {
  .analyticsGraph-table-row {
    grid-template-columns: 3fr 3fr 2fr;
  }
}
.analyticsGraph-table-row-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.analyticsGraph-table-row-label-index {
  margin-right: 10px;
}
@media (max-width: 540px) {
  .analyticsGraph-table-row-label-index {
    margin-right: 0.25em;
  }
  .analyticsGraph-table-row-label-index:after {
    content: '.';
  }
}
.analyticsGraph-table-row-value,
.analyticsGraph-table-row-percentage {
  text-align: right;
}
/*--- Empty state ---*/
.analyticsGraph-empty {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 12px 20px;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 20px;
  line-height: 30px;
  color: rgb(217, 223, 228);
  text-align: center;

  transition: opacity 150ms linear 150ms;
}
.analyticsGraph-empty.ng-hide {
  opacity: 0;
}
@media (max-width: 540px) {
  .analyticsGraph-empty {
    font-size: 15px;
    line-height: 20px;
  }
}
/*--- Spinner ---*/
.analyticsGraph-spinner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;

  width: 100%;
  height: 100%;
  padding: 0;

  background-color: #ffffff;

  background-color: rgba(255, 255, 255, 0.5);
}
/*--- Colorizing ---*/
/* Defaults*/
analytics-graph .analyticsGraph-content {
  border-top-color: #00bffe;
}
analytics-graph .lineGraph-data-series[data-series='primary'] .lineGraph-data-series-area {
  fill: #00bffe;
}
analytics-graph .lineGraph-data-series[data-series='primary'] .lineGraph-data-series-line {
  stroke: rgb(0, 153, 203);
}
analytics-graph .pieChart-data-series[data-series='primary'] {
  fill: #00bffe;
  stroke: rgb(0, 153, 203);
}
analytics-graph .lineGraph-reticle-points-point[data-series='primary'] {
  background-color: rgb(0, 153, 203);
}
analytics-graph [data-series='primary'] .lineGraph-legend-series-swatch,
    analytics-graph [data-series='primary'] .pieChart-legend-series-swatch,
    analytics-graph [data-series='primary'] .lineGraph-callout-series-swatch,
    analytics-graph [data-series='primary'] .pieChart-callout-label-swatch {
  background-color: #00bffe;
  border-color: rgb(0, 153, 203);
}
analytics-graph .lineGraph-data-series[data-series='ghost'] .lineGraph-data-series-area {
  fill: rgb(227, 231, 235);
}
analytics-graph .lineGraph-data-series[data-series='ghost'] .lineGraph-data-series-line {
  stroke: rgb(182, 185, 188);
}
analytics-graph .pieChart-data-series[data-series='ghost'] {
  fill: rgb(227, 231, 235);
  stroke: rgb(182, 185, 188);
}
analytics-graph .lineGraph-reticle-points-point[data-series='ghost'] {
  background-color: rgb(182, 185, 188);
}
analytics-graph [data-series='ghost'] .lineGraph-legend-series-swatch,
    analytics-graph [data-series='ghost'] .pieChart-legend-series-swatch,
    analytics-graph [data-series='ghost'] .lineGraph-callout-series-swatch,
    analytics-graph [data-series='ghost'] .pieChart-callout-label-swatch {
  background-color: rgb(227, 231, 235);
  border-color: rgb(182, 185, 188);
}
analytics-graph .lineGraph-data-series[data-series='0'] .lineGraph-data-series-area {
  fill: #00bffe;
}
analytics-graph .lineGraph-data-series[data-series='0'] .lineGraph-data-series-line {
  stroke: rgb(0, 153, 203);
}
analytics-graph .pieChart-data-series[data-series='0'] {
  fill: #00bffe;
  stroke: rgb(0, 153, 203);
}
analytics-graph .lineGraph-reticle-points-point[data-series='0'] {
  background-color: rgb(0, 153, 203);
}
analytics-graph [data-series='0'] .lineGraph-legend-series-swatch,
    analytics-graph [data-series='0'] .pieChart-legend-series-swatch,
    analytics-graph [data-series='0'] .lineGraph-callout-series-swatch,
    analytics-graph [data-series='0'] .pieChart-callout-label-swatch {
  background-color: #00bffe;
  border-color: rgb(0, 153, 203);
}
analytics-graph .lineGraph-data-series[data-series='1'] .lineGraph-data-series-area {
  fill: #28e398;
}
analytics-graph .lineGraph-data-series[data-series='1'] .lineGraph-data-series-line {
  stroke: rgb(32, 182, 122);
}
analytics-graph .pieChart-data-series[data-series='1'] {
  fill: #28e398;
  stroke: rgb(32, 182, 122);
}
analytics-graph .lineGraph-reticle-points-point[data-series='1'] {
  background-color: rgb(32, 182, 122);
}
analytics-graph [data-series='1'] .lineGraph-legend-series-swatch,
    analytics-graph [data-series='1'] .pieChart-legend-series-swatch,
    analytics-graph [data-series='1'] .lineGraph-callout-series-swatch,
    analytics-graph [data-series='1'] .pieChart-callout-label-swatch {
  background-color: #28e398;
  border-color: rgb(32, 182, 122);
}
analytics-graph .lineGraph-data-series[data-series='2'] .lineGraph-data-series-area {
  fill: #f5b942;
}
analytics-graph .lineGraph-data-series[data-series='2'] .lineGraph-data-series-line {
  stroke: rgb(196, 148, 53);
}
analytics-graph .pieChart-data-series[data-series='2'] {
  fill: #f5b942;
  stroke: rgb(196, 148, 53);
}
analytics-graph .lineGraph-reticle-points-point[data-series='2'] {
  background-color: rgb(196, 148, 53);
}
analytics-graph [data-series='2'] .lineGraph-legend-series-swatch,
    analytics-graph [data-series='2'] .pieChart-legend-series-swatch,
    analytics-graph [data-series='2'] .lineGraph-callout-series-swatch,
    analytics-graph [data-series='2'] .pieChart-callout-label-swatch {
  background-color: #f5b942;
  border-color: rgb(196, 148, 53);
}
analytics-graph .lineGraph-data-series[data-series='3'] .lineGraph-data-series-area {
  fill: #f8510f;
}
analytics-graph .lineGraph-data-series[data-series='3'] .lineGraph-data-series-line {
  stroke: rgb(198, 65, 12);
}
analytics-graph .pieChart-data-series[data-series='3'] {
  fill: #f8510f;
  stroke: rgb(198, 65, 12);
}
analytics-graph .lineGraph-reticle-points-point[data-series='3'] {
  background-color: rgb(198, 65, 12);
}
analytics-graph [data-series='3'] .lineGraph-legend-series-swatch,
    analytics-graph [data-series='3'] .pieChart-legend-series-swatch,
    analytics-graph [data-series='3'] .lineGraph-callout-series-swatch,
    analytics-graph [data-series='3'] .pieChart-callout-label-swatch {
  background-color: #f8510f;
  border-color: rgb(198, 65, 12);
}
analytics-graph .lineGraph-data-series[data-series='4'] .lineGraph-data-series-area {
  fill: #b48cbf;
}
analytics-graph .lineGraph-data-series[data-series='4'] .lineGraph-data-series-line {
  stroke: rgb(144, 112, 153);
}
analytics-graph .pieChart-data-series[data-series='4'] {
  fill: #b48cbf;
  stroke: rgb(144, 112, 153);
}
analytics-graph .lineGraph-reticle-points-point[data-series='4'] {
  background-color: rgb(144, 112, 153);
}
analytics-graph [data-series='4'] .lineGraph-legend-series-swatch,
    analytics-graph [data-series='4'] .pieChart-legend-series-swatch,
    analytics-graph [data-series='4'] .lineGraph-callout-series-swatch,
    analytics-graph [data-series='4'] .pieChart-callout-label-swatch {
  background-color: #b48cbf;
  border-color: rgb(144, 112, 153);
}
analytics-graph .lineGraph-data-series[data-series='5'] .lineGraph-data-series-area {
  fill: #91c4d9;
}
analytics-graph .lineGraph-data-series[data-series='5'] .lineGraph-data-series-line {
  stroke: rgb(116, 157, 174);
}
analytics-graph .pieChart-data-series[data-series='5'] {
  fill: #91c4d9;
  stroke: rgb(116, 157, 174);
}
analytics-graph .lineGraph-reticle-points-point[data-series='5'] {
  background-color: rgb(116, 157, 174);
}
analytics-graph [data-series='5'] .lineGraph-legend-series-swatch,
    analytics-graph [data-series='5'] .pieChart-legend-series-swatch,
    analytics-graph [data-series='5'] .lineGraph-callout-series-swatch,
    analytics-graph [data-series='5'] .pieChart-callout-label-swatch {
  background-color: #91c4d9;
  border-color: rgb(116, 157, 174);
}
analytics-graph .lineGraph-data-series[data-series='6'] .lineGraph-data-series-area {
  fill: #e0a07e;
}
analytics-graph .lineGraph-data-series[data-series='6'] .lineGraph-data-series-line {
  stroke: rgb(179, 128, 101);
}
analytics-graph .pieChart-data-series[data-series='6'] {
  fill: #e0a07e;
  stroke: rgb(179, 128, 101);
}
analytics-graph .lineGraph-reticle-points-point[data-series='6'] {
  background-color: rgb(179, 128, 101);
}
analytics-graph [data-series='6'] .lineGraph-legend-series-swatch,
    analytics-graph [data-series='6'] .pieChart-legend-series-swatch,
    analytics-graph [data-series='6'] .lineGraph-callout-series-swatch,
    analytics-graph [data-series='6'] .pieChart-callout-label-swatch {
  background-color: #e0a07e;
  border-color: rgb(179, 128, 101);
}
analytics-graph .lineGraph-data-series[data-series='7'] .lineGraph-data-series-area {
  fill: rgb(166, 172, 177);
}
analytics-graph .lineGraph-data-series[data-series='7'] .lineGraph-data-series-line {
  stroke: rgb(133, 138, 142);
}
analytics-graph .pieChart-data-series[data-series='7'] {
  fill: rgb(166, 172, 177);
  stroke: rgb(133, 138, 142);
}
analytics-graph .lineGraph-reticle-points-point[data-series='7'] {
  background-color: rgb(133, 138, 142);
}
analytics-graph [data-series='7'] .lineGraph-legend-series-swatch,
    analytics-graph [data-series='7'] .pieChart-legend-series-swatch,
    analytics-graph [data-series='7'] .lineGraph-callout-series-swatch,
    analytics-graph [data-series='7'] .pieChart-callout-label-swatch {
  background-color: rgb(166, 172, 177);
  border-color: rgb(133, 138, 142);
}
analytics-graph[color='1'] .analyticsGraph-content {
  border-top-color: #f8510f;
}
analytics-graph[color='1'] .lineGraph-data-series[data-series='primary'] .lineGraph-data-series-area {
  fill: #f8510f;
}
analytics-graph[color='1'] .lineGraph-data-series[data-series='primary'] .lineGraph-data-series-line {
  stroke: rgb(198, 65, 12);
}
analytics-graph[color='1'] .pieChart-data-series[data-series='primary'] {
  fill: #f8510f;
  stroke: rgb(198, 65, 12);
}
analytics-graph[color='1'] .lineGraph-reticle-points-point[data-series='primary'] {
  background-color: rgb(198, 65, 12);
}
analytics-graph[color='1'] [data-series='primary'] .lineGraph-legend-series-swatch,
    analytics-graph[color='1'] [data-series='primary'] .pieChart-legend-series-swatch,
    analytics-graph[color='1'] [data-series='primary'] .lineGraph-callout-series-swatch,
    analytics-graph[color='1'] [data-series='primary'] .pieChart-callout-label-swatch {
  background-color: #f8510f;
  border-color: rgb(198, 65, 12);
}
analytics-graph[color='2'] .analyticsGraph-content {
  border-top-color: #b48cbf;
}
analytics-graph[color='2'] .lineGraph-data-series[data-series='primary'] .lineGraph-data-series-area {
  fill: #b48cbf;
}
analytics-graph[color='2'] .lineGraph-data-series[data-series='primary'] .lineGraph-data-series-line {
  stroke: rgb(144, 112, 153);
}
analytics-graph[color='2'] .pieChart-data-series[data-series='primary'] {
  fill: #b48cbf;
  stroke: rgb(144, 112, 153);
}
analytics-graph[color='2'] .lineGraph-reticle-points-point[data-series='primary'] {
  background-color: rgb(144, 112, 153);
}
analytics-graph[color='2'] [data-series='primary'] .lineGraph-legend-series-swatch,
    analytics-graph[color='2'] [data-series='primary'] .pieChart-legend-series-swatch,
    analytics-graph[color='2'] [data-series='primary'] .lineGraph-callout-series-swatch,
    analytics-graph[color='2'] [data-series='primary'] .pieChart-callout-label-swatch {
  background-color: #b48cbf;
  border-color: rgb(144, 112, 153);
}
analytics-graph[color='3'] .analyticsGraph-content {
  border-top-color: #e0a07e;
}
analytics-graph[color='3'] .lineGraph-data-series[data-series='primary'] .lineGraph-data-series-area {
  fill: #e0a07e;
}
analytics-graph[color='3'] .lineGraph-data-series[data-series='primary'] .lineGraph-data-series-line {
  stroke: rgb(179, 128, 101);
}
analytics-graph[color='3'] .pieChart-data-series[data-series='primary'] {
  fill: #e0a07e;
  stroke: rgb(179, 128, 101);
}
analytics-graph[color='3'] .lineGraph-reticle-points-point[data-series='primary'] {
  background-color: rgb(179, 128, 101);
}
analytics-graph[color='3'] [data-series='primary'] .lineGraph-legend-series-swatch,
    analytics-graph[color='3'] [data-series='primary'] .pieChart-legend-series-swatch,
    analytics-graph[color='3'] [data-series='primary'] .lineGraph-callout-series-swatch,
    analytics-graph[color='3'] [data-series='primary'] .pieChart-callout-label-swatch {
  background-color: #e0a07e;
  border-color: rgb(179, 128, 101);
}
analytics-graph[color='4'] .analyticsGraph-content {
  border-top-color: #91c4d9;
}
analytics-graph[color='4'] .lineGraph-data-series[data-series='primary'] .lineGraph-data-series-area {
  fill: #91c4d9;
}
analytics-graph[color='4'] .lineGraph-data-series[data-series='primary'] .lineGraph-data-series-line {
  stroke: rgb(116, 157, 174);
}
analytics-graph[color='4'] .pieChart-data-series[data-series='primary'] {
  fill: #91c4d9;
  stroke: rgb(116, 157, 174);
}
analytics-graph[color='4'] .lineGraph-reticle-points-point[data-series='primary'] {
  background-color: rgb(116, 157, 174);
}
analytics-graph[color='4'] [data-series='primary'] .lineGraph-legend-series-swatch,
    analytics-graph[color='4'] [data-series='primary'] .pieChart-legend-series-swatch,
    analytics-graph[color='4'] [data-series='primary'] .lineGraph-callout-series-swatch,
    analytics-graph[color='4'] [data-series='primary'] .pieChart-callout-label-swatch {
  background-color: #91c4d9;
  border-color: rgb(116, 157, 174);
}
analytics-graph[color='5'] .analyticsGraph-content {
  border-top-color: #f5b942;
}
analytics-graph[color='5'] .lineGraph-data-series[data-series='primary'] .lineGraph-data-series-area {
  fill: #f5b942;
}
analytics-graph[color='5'] .lineGraph-data-series[data-series='primary'] .lineGraph-data-series-line {
  stroke: rgb(196, 148, 53);
}
analytics-graph[color='5'] .pieChart-data-series[data-series='primary'] {
  fill: #f5b942;
  stroke: rgb(196, 148, 53);
}
analytics-graph[color='5'] .lineGraph-reticle-points-point[data-series='primary'] {
  background-color: rgb(196, 148, 53);
}
analytics-graph[color='5'] [data-series='primary'] .lineGraph-legend-series-swatch,
    analytics-graph[color='5'] [data-series='primary'] .pieChart-legend-series-swatch,
    analytics-graph[color='5'] [data-series='primary'] .lineGraph-callout-series-swatch,
    analytics-graph[color='5'] [data-series='primary'] .pieChart-callout-label-swatch {
  background-color: #f5b942;
  border-color: rgb(196, 148, 53);
}
analytics-graph[color='6'] .analyticsGraph-content {
  border-top-color: rgb(108, 127, 142);
}
analytics-graph[color='6'] .lineGraph-data-series[data-series='primary'] .lineGraph-data-series-area {
  fill: rgb(108, 127, 142);
}
analytics-graph[color='6'] .lineGraph-data-series[data-series='primary'] .lineGraph-data-series-line {
  stroke: rgb(86, 102, 114);
}
analytics-graph[color='6'] .pieChart-data-series[data-series='primary'] {
  fill: rgb(108, 127, 142);
  stroke: rgb(86, 102, 114);
}
analytics-graph[color='6'] .lineGraph-reticle-points-point[data-series='primary'] {
  background-color: rgb(86, 102, 114);
}
analytics-graph[color='6'] [data-series='primary'] .lineGraph-legend-series-swatch,
    analytics-graph[color='6'] [data-series='primary'] .pieChart-legend-series-swatch,
    analytics-graph[color='6'] [data-series='primary'] .lineGraph-callout-series-swatch,
    analytics-graph[color='6'] [data-series='primary'] .pieChart-callout-label-swatch {
  background-color: rgb(108, 127, 142);
  border-color: rgb(86, 102, 114);
}
analytics-graph[color='7'] .analyticsGraph-content {
  border-top-color: #28e398;
}
analytics-graph[color='7'] .lineGraph-data-series[data-series='primary'] .lineGraph-data-series-area {
  fill: #28e398;
}
analytics-graph[color='7'] .lineGraph-data-series[data-series='primary'] .lineGraph-data-series-line {
  stroke: rgb(32, 182, 122);
}
analytics-graph[color='7'] .pieChart-data-series[data-series='primary'] {
  fill: #28e398;
  stroke: rgb(32, 182, 122);
}
analytics-graph[color='7'] .lineGraph-reticle-points-point[data-series='primary'] {
  background-color: rgb(32, 182, 122);
}
analytics-graph[color='7'] [data-series='primary'] .lineGraph-legend-series-swatch,
    analytics-graph[color='7'] [data-series='primary'] .pieChart-legend-series-swatch,
    analytics-graph[color='7'] [data-series='primary'] .lineGraph-callout-series-swatch,
    analytics-graph[color='7'] [data-series='primary'] .pieChart-callout-label-swatch {
  background-color: #28e398;
  border-color: rgb(32, 182, 122);
}
/*--- Layout classes for parents ---*/
.analyticsGraphs {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
@media (max-width: 540px) {
  .analyticsGraphs {
    /* All graphs in a single column*/
  }
  .analyticsGraphs analytics-graph {
    grid-column: span 12;
  }
  .analyticsGraphs analytics-graph .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  .analyticsGraphs analytics-graph .analyticsGraph-graph {
    padding-bottom: 35%;
  }
  .analyticsGraphs analytics-graph .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.35) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs analytics-graph .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.35) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs analytics-graph .analyticsGraph-graph {
      padding-bottom: 50%;
    }
    .analyticsGraphs analytics-graph .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs analytics-graph .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
      }
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs analytics-graph .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs analytics-graph .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs analytics-graph .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
}
/* Standard 1-Graph Layout*/
.analyticsGraphs[data-count='1'] analytics-graph {
  grid-column: span 12;
}
.analyticsGraphs[data-count='1'] analytics-graph .analyticsGraph-label {
  flex-basis: auto;
  margin-right: 20px;
  line-height: inherit;
}
.analyticsGraphs[data-count='1'] analytics-graph .analyticsGraph-graph {
  padding-bottom: 35%;
}
.analyticsGraphs[data-count='1'] analytics-graph .analyticsGraph-graph > pie-chart {
  grid-template-columns: 1fr calc((100% - 20px) * 0.35) 1fr;
}
@media (max-width: 540px) {
  .analyticsGraphs[data-count='1'] analytics-graph .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 10px) * 0.35) 1fr;
  }
}
@media (max-width: 950px) {
  .analyticsGraphs[data-count='1'] analytics-graph .analyticsGraph-graph {
    padding-bottom: 50%;
  }
  .analyticsGraphs[data-count='1'] analytics-graph .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='1'] analytics-graph .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
    }
  }
}
@media (max-width: 540px) {
  .analyticsGraphs[data-count='1'] analytics-graph .analyticsGraph-graph {
    padding-bottom: 60%;
  }
  .analyticsGraphs[data-count='1'] analytics-graph .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='1'] analytics-graph .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
    }
  }
}
/* Standard 2-Graph or 4-Graph Layout*/
/* All graphs in two columns*/
.analyticsGraphs[data-count='2'] analytics-graph, .analyticsGraphs[data-count='4'] analytics-graph {
  grid-column: span 6;
}
.analyticsGraphs[data-count='2'] analytics-graph .analyticsGraph-label, .analyticsGraphs[data-count='4'] analytics-graph .analyticsGraph-label {
  flex-basis: auto;
  margin-right: 20px;
  line-height: inherit;
}
@media (max-width: 660px) {
  .analyticsGraphs[data-count='2'] analytics-graph .analyticsGraph-label, .analyticsGraphs[data-count='4'] analytics-graph .analyticsGraph-label {
    flex-basis: 100%;
    margin-right: 0;
    line-height: 24px;
  }
}
@media (max-width: 540px) {
  .analyticsGraphs[data-count='2'] analytics-graph .analyticsGraph-label, .analyticsGraphs[data-count='4'] analytics-graph .analyticsGraph-label {
    line-height: 18px;
  }
}
.analyticsGraphs[data-count='2'] analytics-graph .analyticsGraph-graph, .analyticsGraphs[data-count='4'] analytics-graph .analyticsGraph-graph {
  padding-bottom: 50%;
}
.analyticsGraphs[data-count='2'] analytics-graph .analyticsGraph-graph > pie-chart, .analyticsGraphs[data-count='4'] analytics-graph .analyticsGraph-graph > pie-chart {
  grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
}
@media (max-width: 540px) {
  .analyticsGraphs[data-count='2'] analytics-graph .analyticsGraph-graph > pie-chart, .analyticsGraphs[data-count='4'] analytics-graph .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
  }
}
@media (max-width: 950px) {
  .analyticsGraphs[data-count='2'] analytics-graph .analyticsGraph-graph, .analyticsGraphs[data-count='4'] analytics-graph .analyticsGraph-graph {
    padding-bottom: 60%;
  }
  .analyticsGraphs[data-count='2'] analytics-graph .analyticsGraph-graph > pie-chart, .analyticsGraphs[data-count='4'] analytics-graph .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='2'] analytics-graph .analyticsGraph-graph > pie-chart, .analyticsGraphs[data-count='4'] analytics-graph .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
    }
  }
}
@media (max-width: 540px) {
  .analyticsGraphs[data-count='2'],
.analyticsGraphs[data-count='4'] {
    /* All graphs in a single column*/
  }
  .analyticsGraphs[data-count='2'] analytics-graph:nth-child(n), .analyticsGraphs[data-count='4'] analytics-graph:nth-child(n) {
    grid-column: span 12;
  }
  .analyticsGraphs[data-count='2'] analytics-graph:nth-child(n) .analyticsGraph-label, .analyticsGraphs[data-count='4'] analytics-graph:nth-child(n) .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  .analyticsGraphs[data-count='2'] analytics-graph:nth-child(n) .analyticsGraph-graph, .analyticsGraphs[data-count='4'] analytics-graph:nth-child(n) .analyticsGraph-graph {
    padding-bottom: 35%;
  }
  .analyticsGraphs[data-count='2'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart, .analyticsGraphs[data-count='4'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.35) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='2'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart, .analyticsGraphs[data-count='4'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.35) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs[data-count='2'] analytics-graph:nth-child(n) .analyticsGraph-graph, .analyticsGraphs[data-count='4'] analytics-graph:nth-child(n) .analyticsGraph-graph {
      padding-bottom: 50%;
    }
    .analyticsGraphs[data-count='2'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart, .analyticsGraphs[data-count='4'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs[data-count='2'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart, .analyticsGraphs[data-count='4'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
      }
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='2'] analytics-graph:nth-child(n) .analyticsGraph-graph, .analyticsGraphs[data-count='4'] analytics-graph:nth-child(n) .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs[data-count='2'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart, .analyticsGraphs[data-count='4'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs[data-count='2'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart, .analyticsGraphs[data-count='4'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
}
/* Expanded 2-Graph or 4-Graph Layout*/
@media (max-width: 650px) {
  .analyticsGraphs_expanded[data-count='2'],
.analyticsGraphs_expanded[data-count='4'] {
    /* All graphs in a single column*/
  }
  .analyticsGraphs_expanded[data-count='2'] analytics-graph, .analyticsGraphs_expanded[data-count='4'] analytics-graph {
    grid-column: span 12;
  }
  .analyticsGraphs_expanded[data-count='2'] analytics-graph .analyticsGraph-label, .analyticsGraphs_expanded[data-count='4'] analytics-graph .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  .analyticsGraphs_expanded[data-count='2'] analytics-graph .analyticsGraph-graph, .analyticsGraphs_expanded[data-count='4'] analytics-graph .analyticsGraph-graph {
    padding-bottom: 35%;
  }
  .analyticsGraphs_expanded[data-count='2'] analytics-graph .analyticsGraph-graph > pie-chart, .analyticsGraphs_expanded[data-count='4'] analytics-graph .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.35) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='2'] analytics-graph .analyticsGraph-graph > pie-chart, .analyticsGraphs_expanded[data-count='4'] analytics-graph .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.35) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs_expanded[data-count='2'] analytics-graph .analyticsGraph-graph, .analyticsGraphs_expanded[data-count='4'] analytics-graph .analyticsGraph-graph {
      padding-bottom: 50%;
    }
    .analyticsGraphs_expanded[data-count='2'] analytics-graph .analyticsGraph-graph > pie-chart, .analyticsGraphs_expanded[data-count='4'] analytics-graph .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs_expanded[data-count='2'] analytics-graph .analyticsGraph-graph > pie-chart, .analyticsGraphs_expanded[data-count='4'] analytics-graph .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
      }
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='2'] analytics-graph .analyticsGraph-graph, .analyticsGraphs_expanded[data-count='4'] analytics-graph .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs_expanded[data-count='2'] analytics-graph .analyticsGraph-graph > pie-chart, .analyticsGraphs_expanded[data-count='4'] analytics-graph .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs_expanded[data-count='2'] analytics-graph .analyticsGraph-graph > pie-chart, .analyticsGraphs_expanded[data-count='4'] analytics-graph .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
}
/* Standard 3-Graph Layout*/
/* All graphs in the same row*/
.analyticsGraphs[data-count='3'] analytics-graph {
  grid-column: span 4;
}
@media (max-width: 900px) {
  .analyticsGraphs[data-count='3'] analytics-graph .analyticsGraph-label {
    flex-basis: 100%;
    margin-right: 0;
    line-height: 24px;
  }
}
@media (max-width: 540px) {
  .analyticsGraphs[data-count='3'] analytics-graph .analyticsGraph-label {
    line-height: 18px;
  }
}
.analyticsGraphs[data-count='3'] analytics-graph .analyticsGraph-graph {
  padding-bottom: 60%;
}
.analyticsGraphs[data-count='3'] analytics-graph .analyticsGraph-graph > pie-chart {
  grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
}
@media (max-width: 540px) {
  .analyticsGraphs[data-count='3'] analytics-graph .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
  }
}
@media (max-width: 767px) {
  .analyticsGraphs[data-count='3'] {
    /* Make graph 1 span the whole width*/
    /* Graphs 2 & 3 in the same row*/
  }
  .analyticsGraphs[data-count='3'] analytics-graph:nth-child(1) {
    grid-column: span 12;
  }
  .analyticsGraphs[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  .analyticsGraphs[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph {
    padding-bottom: 35%;
  }
  .analyticsGraphs[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.35) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.35) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph {
      padding-bottom: 50%;
    }
    .analyticsGraphs[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
      }
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
  .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n + 2) {
    grid-column: span 6;
  }
  .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  @media (max-width: 660px) {
    .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-label {
      flex-basis: 100%;
      margin-right: 0;
      line-height: 24px;
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-label {
      line-height: 18px;
    }
  }
  .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph {
    padding-bottom: 50%;
  }
  .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
}
@media (max-width: 540px) {
  .analyticsGraphs[data-count='3'] {
    /* All graphs in a single column*/
  }
  .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n) {
    grid-column: span 12;
  }
  .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph {
    padding-bottom: 35%;
  }
  .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.35) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.35) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph {
      padding-bottom: 50%;
    }
    .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
      }
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
}
/* Expanded 3-Graph Layout*/
@media (max-width: 950px) {
  .analyticsGraphs_expanded[data-count='3'] {
    /* Make graph 1 span the whole width*/
    /* Graphs 2 & 3 in the same row*/
  }
  .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(1) {
    grid-column: span 12;
  }
  .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph {
    padding-bottom: 35%;
  }
  .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.35) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.35) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph {
      padding-bottom: 50%;
    }
    .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
      }
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
  .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n + 2) {
    grid-column: span 6;
  }
  .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  @media (max-width: 660px) {
    .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-label {
      flex-basis: 100%;
      margin-right: 0;
      line-height: 24px;
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-label {
      line-height: 18px;
    }
  }
  .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph {
    padding-bottom: 50%;
  }
  .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
}
@media (max-width: 650px) {
  .analyticsGraphs_expanded[data-count='3'] {
    /* All graphs in a single column*/
  }
  .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n) {
    grid-column: span 12;
  }
  .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph {
    padding-bottom: 35%;
  }
  .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.35) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.35) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph {
      padding-bottom: 50%;
    }
    .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
      }
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs_expanded[data-count='3'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
}
/* Standard 5-Graph Layout*/
/* Graphs 1 and 2 are twins*/
.analyticsGraphs[data-count='5'] analytics-graph:nth-child(n - 2) {
  grid-column: span 6;
}
.analyticsGraphs[data-count='5'] analytics-graph:nth-child(n - 2) .analyticsGraph-label {
  flex-basis: auto;
  margin-right: 20px;
  line-height: inherit;
}
@media (max-width: 660px) {
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n - 2) .analyticsGraph-label {
    flex-basis: 100%;
    margin-right: 0;
    line-height: 24px;
  }
}
@media (max-width: 540px) {
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n - 2) .analyticsGraph-label {
    line-height: 18px;
  }
}
.analyticsGraphs[data-count='5'] analytics-graph:nth-child(n - 2) .analyticsGraph-graph {
  padding-bottom: 50%;
}
.analyticsGraphs[data-count='5'] analytics-graph:nth-child(n - 2) .analyticsGraph-graph > pie-chart {
  grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
}
@media (max-width: 540px) {
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n - 2) .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
  }
}
@media (max-width: 950px) {
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n - 2) .analyticsGraph-graph {
    padding-bottom: 60%;
  }
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n - 2) .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n - 2) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
    }
  }
}
/* Graphs 3, 4, & 5 are triplets*/
.analyticsGraphs[data-count='5'] analytics-graph:nth-child(n + 3) {
  grid-column: span 4;
}
@media (max-width: 900px) {
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n + 3) .analyticsGraph-label {
    flex-basis: 100%;
    margin-right: 0;
    line-height: 24px;
  }
}
@media (max-width: 540px) {
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n + 3) .analyticsGraph-label {
    line-height: 18px;
  }
}
.analyticsGraphs[data-count='5'] analytics-graph:nth-child(n + 3) .analyticsGraph-graph {
  padding-bottom: 60%;
}
.analyticsGraphs[data-count='5'] analytics-graph:nth-child(n + 3) .analyticsGraph-graph > pie-chart {
  grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
}
@media (max-width: 540px) {
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n + 3) .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
  }
}
@media (max-width: 767px) {
  .analyticsGraphs[data-count='5'] {
    /* Make the first graph span the whole width*/
    /* Graphs 2, 3, 4, & 5 are paired twins*/
  }
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(1) {
    grid-column: span 12;
  }
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph {
    padding-bottom: 35%;
  }
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.35) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.35) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph {
      padding-bottom: 50%;
    }
    .analyticsGraphs[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
      }
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n + 2) {
    grid-column: span 6;
  }
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  @media (max-width: 660px) {
    .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-label {
      flex-basis: 100%;
      margin-right: 0;
      line-height: 24px;
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-label {
      line-height: 18px;
    }
  }
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph {
    padding-bottom: 50%;
  }
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
}
@media (max-width: 540px) {
  .analyticsGraphs[data-count='5'] {
    /* All graphs in a single column*/
  }
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n) {
    grid-column: span 12;
  }
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph {
    padding-bottom: 35%;
  }
  .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.35) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.35) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph {
      padding-bottom: 50%;
    }
    .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
      }
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
}
/* Expanded 5-Graph Layout*/
@media (max-width: 950px) {
  .analyticsGraphs_expanded[data-count='5'] {
    /* Make the first graph span the whole width*/
    /* Graphs 2, 3, 4, & 5 are paired twins*/
  }
  .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(1) {
    grid-column: span 12;
  }
  .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph {
    padding-bottom: 35%;
  }
  .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.35) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.35) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph {
      padding-bottom: 50%;
    }
    .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
      }
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(1) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
  .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n + 2) {
    grid-column: span 6;
  }
  .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  @media (max-width: 660px) {
    .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-label {
      flex-basis: 100%;
      margin-right: 0;
      line-height: 24px;
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-label {
      line-height: 18px;
    }
  }
  .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph {
    padding-bottom: 50%;
  }
  .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n + 2) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
}
@media (max-width: 650px) {
  .analyticsGraphs_expanded[data-count='5'] {
    /* All graphs in a single column*/
  }
  .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n) {
    grid-column: span 12;
  }
  .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph {
    padding-bottom: 35%;
  }
  .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.35) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.35) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph {
      padding-bottom: 50%;
    }
    .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
      }
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs_expanded[data-count='5'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
}
/* Standard 6-Graph Layout*/
/* All graphs in three columns*/
.analyticsGraphs[data-count='6'] analytics-graph {
  grid-column: span 4;
}
@media (max-width: 900px) {
  .analyticsGraphs[data-count='6'] analytics-graph .analyticsGraph-label {
    flex-basis: 100%;
    margin-right: 0;
    line-height: 24px;
  }
}
@media (max-width: 540px) {
  .analyticsGraphs[data-count='6'] analytics-graph .analyticsGraph-label {
    line-height: 18px;
  }
}
.analyticsGraphs[data-count='6'] analytics-graph .analyticsGraph-graph {
  padding-bottom: 60%;
}
.analyticsGraphs[data-count='6'] analytics-graph .analyticsGraph-graph > pie-chart {
  grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
}
@media (max-width: 540px) {
  .analyticsGraphs[data-count='6'] analytics-graph .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
  }
}
@media (max-width: 767px) {
  .analyticsGraphs[data-count='6'] {
    /* All graphs in two columns*/
  }
  .analyticsGraphs[data-count='6'] analytics-graph {
    grid-column: span 6;
  }
  .analyticsGraphs[data-count='6'] analytics-graph .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  @media (max-width: 660px) {
    .analyticsGraphs[data-count='6'] analytics-graph .analyticsGraph-label {
      flex-basis: 100%;
      margin-right: 0;
      line-height: 24px;
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='6'] analytics-graph .analyticsGraph-label {
      line-height: 18px;
    }
  }
  .analyticsGraphs[data-count='6'] analytics-graph .analyticsGraph-graph {
    padding-bottom: 50%;
  }
  .analyticsGraphs[data-count='6'] analytics-graph .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='6'] analytics-graph .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs[data-count='6'] analytics-graph .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs[data-count='6'] analytics-graph .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs[data-count='6'] analytics-graph .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
}
@media (max-width: 540px) {
  .analyticsGraphs[data-count='6'] {
    /* All graphs in a single column*/
  }
  .analyticsGraphs[data-count='6'] analytics-graph:nth-child(n) {
    grid-column: span 12;
  }
  .analyticsGraphs[data-count='6'] analytics-graph:nth-child(n) .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  .analyticsGraphs[data-count='6'] analytics-graph:nth-child(n) .analyticsGraph-graph {
    padding-bottom: 35%;
  }
  .analyticsGraphs[data-count='6'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.35) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='6'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.35) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs[data-count='6'] analytics-graph:nth-child(n) .analyticsGraph-graph {
      padding-bottom: 50%;
    }
    .analyticsGraphs[data-count='6'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs[data-count='6'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
      }
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs[data-count='6'] analytics-graph:nth-child(n) .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs[data-count='6'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs[data-count='6'] analytics-graph:nth-child(n) .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
}
/* Expanded 6-Graph Layout*/
@media (max-width: 950px) {
  .analyticsGraphs_expanded[data-count='6'] {
    /* All graphs in two columns*/
  }
  .analyticsGraphs_expanded[data-count='6'] analytics-graph {
    grid-column: span 6;
  }
  .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  @media (max-width: 660px) {
    .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-label {
      flex-basis: 100%;
      margin-right: 0;
      line-height: 24px;
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-label {
      line-height: 18px;
    }
  }
  .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-graph {
    padding-bottom: 50%;
  }
  .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
}
@media (max-width: 650px) {
  .analyticsGraphs_expanded[data-count='6'] {
    /* All graphs in a single column*/
  }
  .analyticsGraphs_expanded[data-count='6'] analytics-graph {
    grid-column: span 12;
  }
  .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-label {
    flex-basis: auto;
    margin-right: 20px;
    line-height: inherit;
  }
  .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-graph {
    padding-bottom: 35%;
  }
  .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-graph > pie-chart {
    grid-template-columns: 1fr calc((100% - 20px) * 0.35) 1fr;
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 10px) * 0.35) 1fr;
    }
  }
  @media (max-width: 950px) {
    .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-graph {
      padding-bottom: 50%;
    }
    .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.5) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.5) 1fr;
      }
    }
  }
  @media (max-width: 540px) {
    .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-graph {
      padding-bottom: 60%;
    }
    .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-graph > pie-chart {
      grid-template-columns: 1fr calc((100% - 20px) * 0.6) 1fr;
    }
    @media (max-width: 540px) {
      .analyticsGraphs_expanded[data-count='6'] analytics-graph .analyticsGraph-graph > pie-chart {
        grid-template-columns: 1fr calc((100% - 10px) * 0.6) 1fr;
      }
    }
  }
}

/*--- Color Mixins ---*/
/*--- Sizing Mixins ---*/
/*--- Layout Mixins ---*/

api-key-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
  align-items: center;

  position: relative;
  padding: 12px 20px;
  min-height: 26px;

  margin-left: -20px;
  margin-right: -20px;

  border-top: 1px solid #d0d7dd;
}
api-key-row:last-child {
  border-bottom: 1px solid #d0d7dd;
}
api-key-row:nth-child(2n) {
  background: #e8f0f4;
  background: rgba(232, 240, 244, 0.4);
}
api-key-row > div:not(.apiKeyRow-permissions) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1250px) {
  api-key-row {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (max-width: 700px) {
  api-key-row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 540px) {
  api-key-row {
    padding: 12px 10px;
    margin-left: -10px;
    margin-right: -10px;
    grid-gap: 10px;
  }
}
api-key-row[header] {
  border: none;
}
@media (max-width: 540px) {
  api-key-row[header] {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (max-width: 700px) {
  api-key-row[header] {
    display: none;
  }
}
/*--- Status ---*/
.apiKeyRow-status {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;

  height: 16px;

  margin: auto;
}
.apiKeyRow-status > tooltip {
  margin-left: 0;
  vertical-align: initial;
}
@media (max-width: 540px) {
  .apiKeyRow-status {
    left: 10px;
  }
}
@media (max-width: 700px) {
  .apiKeyRow-status {
    position: static;
    flex: 0 0 auto;
    margin: 0;
    margin-right: 10px;
  }
}
/*--- Name ---*/
.apiKeyRow-name {
  grid-column: span 2;

  /* Leave room for the status tooltip*/
  padding-left: 26px;
}
api-key-row[header] .apiKeyRow-name {
  padding-left: 0;
}
@media (max-width: 700px) {
  .apiKeyRow-name {
    flex: 1 1 0;
    padding-left: 0;
  }
}
/*--- Key ---*/
.apiKeyRow-key {
  font-family: monospace;
  font-size: 14px;
  color: rgb(57, 76, 91);
}
@media (max-width: 540px) {
  .apiKeyRow-key {
    font-size: 11px;
  }
}
@media (max-width: 1010px) {
  .apiKeyRow-key {
    grid-column: span 2;
  }
}
@media (max-width: 700px) {
  .apiKeyRow-key {
    display: none;
  }
}
api-key-row[header] .apiKeyRow-key {
  font-family: inherit;
  font-size: inherit;
  color: #475f72;
}
/*--- Last Used ---*/
@media (max-width: 700px) {
  .apiKeyRow-lastUsed {
    /* Leave room for the status tooltip*/
    padding-right: 34px;
    display: none;
  }
}
@media (max-width: 1010px) {
  .apiKeyRow-lastUsed {
    grid-column: span 2;
  }
}
/*--- Created ---*/
@media (max-width: 1250px) {
  .apiKeyRow-created {
    display: none;
  }
}
/*--- User ---*/
.apiKeyRow-user {
  grid-column: span 2;

  /* Leave room for the status tooltip*/
  padding-right: 34px;
}
@media (max-width: 1010px) {
  .apiKeyRow-user {
    display: none;
  }
}
@media (max-width: 700px) {
  .apiKeyRow-user {
    display: none;
  }
}
.apiKeyRow-user-email {
  font-size: 14px;
  color: rgb(145, 159, 170);
}
@media (max-width: 1250px) {
  .apiKeyRow-user-email {
    display: none;
  }
}
@media (max-width: 540px) {
  .apiKeyRow-user-email {
    font-size: 11px;
  }
}
.apiKeyRow-permissions {
  display: grid;
  grid-template-columns: 1fr 24px;
  grid-column: span 5;
  align-items: center;

  /* Make up for margin-bottom in permissions-tag */
  margin-top: 4px;
  margin-bottom: -8px;
}
.apiKeyRow-permissions permissions-tag {
  margin-right: 4px;
  margin-bottom: 8px;
}
@media (max-width: 1250px) {
  .apiKeyRow-permissions {
    grid-column: span 4;
  }
}
@media (max-width: 700px) {
  .apiKeyRow-permissions {
    width: 100%;
  }
}
/*--- Controls ---*/
.apiKeyRow-controls {
  margin-top: -4px;
  margin-left: auto;
  margin-right: auto;
}
.apiKeyRow-controls > tooltip {
  width: 24px;
  height: 24px;
  margin-left: 0;
  vertical-align: initial;
}
@media (max-width: 700px) {
  .apiKeyRow-controls {
    position: static;
    flex: 0 0 auto;
  }
}
/*--- Summary ---*/
.apiKeyRow-summary {
  display: none;

  flex: 0 0 100%;
  margin-top: 12px;
}
@media (max-width: 700px) {
  .apiKeyRow-summary {
    display: block;
  }
}
/*--- Status Styles ---*/
api-key-row[status='disabled'] .apiKeyRow-status .tooltip-icon {
  fill: #f8510f;
}
api-key-row[status='unused'] .apiKeyRow-status .tooltip-icon {
  fill: #d0d7dd;
}
api-key-row[status='dormant'] .apiKeyRow-status .tooltip-icon {
  fill: rgb(57, 76, 91);
}
api-key-row[status='active'] .apiKeyRow-status .tooltip-icon {
  fill: #00bffe;
}


.badge {
  position: relative;
  top: -0.1em;

  margin: 0 0.15em;
  padding: 0.15em 0.25em 0.05em;

  border: 1px solid;
  border-radius: 3px;

  font-size: 0.6em;
  line-height: inherit;
  font-weight: normal;
  vertical-align: middle;

  color: #475f72;

  border-color: #475f72;
}
.badge.badge_grey {
  color: #5b6166;
  border-color: #5b6166;
}
.badge.badge_blue {
  color: #00bffe;
  border-color: #00bffe;
}
.badge.badge_orange {
  color: #f8510f;
  border-color: #f8510f;
}
.badge.badge_green {
  color: rgb(32, 182, 122);
  border-color: rgb(32, 182, 122);
}
.badge.badge_yellow {
  color: #fed800;
  border-color: #fed800;
}



*[big-number][negative='true']:before {
  content: '-';
}
.bigNumber-unit:before {
  content: ' ';
}

*[binary-data][negative='true']:before {
  content: '-';
}
.binaryData-unit:before {
  content: ' ';
}

breadcrumbs {
  display: flex;
}
.breadcrumbs-link,
.breadcrumbs-current {
  flex: 0 0 auto;

  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 540px) {
  .breadcrumbs-link,
.breadcrumbs-current {
    font-size: 11px;
    line-height: 14px;
  }
}
.breadcrumbs-link {
  display: flex;
  align-items: center;

  margin-right: 10px;
  color: #475f72;
  border-color: #475f72;
  fill: #475f72;
}
.breadcrumbs-link span {
  border-bottom: 1px solid;
  border-color: inherit;
}
.breadcrumbs-link svg {
  flex: 0 0 auto;
  width: 6px;
  height: 10px;
  margin-left: 5px;
  fill: inherit;
}
.breadcrumbs-link:hover {
  color: #00bffe;
  border-color: #00bffe;
  fill: #00bffe;
  text-decoration: none;
}
@media (max-width: 540px) {
  .breadcrumbs-link {
    margin-right: 5px;
  }
}

/*--- Basic Buttons ---*/
button,
[button] {
  display: inline-block;

  position: relative;
  height: 36px;
  padding: 0 11px;
  box-sizing: border-box;

  border: 1px solid transparent;
  border-radius: 4px;

  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;

  cursor: pointer;

  box-shadow: 0 2px rgba(162, 168, 171, 0.3);

  transition-property: background, opacity;
  transition-duration: 0ms;
  transition-timing-function: linear;
}
button:hover,
  button:focus,
  [button]:hover,
  [button]:focus {
  text-decoration: none;
  box-shadow: 0 2px rgba(162, 168, 171, 0.2);
}
button:active, [button]:active {
  box-shadow: none;
}
button:active,
  button:focus,
  [button]:active,
  [button]:focus {
  outline: none;
}
button[selected],
  button[data-selected='true'],
  button.button_selected,
  [button][selected],
  [button][data-selected='true'],
  [button].button_selected {
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}
button[working],
  button[data-working=true],
  [button][working],
  [button][data-working=true] {
  opacity: 1;
}
button[disabled], [button][disabled] {
  opacity: 0.4;
  box-shadow: none;
  cursor: default;
}
button[disabled],
  button[working],
  button[data-working=true],
  button.button_confirming,
  [button][disabled],
  [button][working],
  [button][data-working=true],
  [button].button_confirming {
  transition-duration: 250ms;
}
button.button_lowercase, [button].button_lowercase {
  text-transform: none;
}
.button-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
  min-width: 48px;

  transition: opacity 150ms linear;
}
button[working] > .button-content,
  [button][working] > .button-content,
  button[data-working=true] > .button-content,
  [button][data-working=true] > .button-content,
  button.button_confirming > .button-content,
  [button].button_confirming > .button-content {
  opacity: 0;
}
.button-label {
  display: block;
  position: relative;
  top: 1px; /* Optically align text*/

  flex: 0 1 auto;
  order: 1;

  overflow: hidden;
}
.button-label > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;

  flex: 0 0 auto;

  fill: #fff;
  stroke: #fff;
  stroke-width: 0;

  opacity: 0.5;
}
button[icon-alignment='right'] > .button-content > .button-icon,
  [button][icon-alignment='right'] > .button-content > .button-icon {
  margin-left: 6px;
  margin-right: 0;
  order: 2;
}
/* Kraken button support*/
.button-icon svg {
  width: 100%;
  height: 100%;
}
.button-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  margin: auto;

  transition-duration: 150ms;
}
.button-spinner_compact {
  display: none;
}
.button-confirmation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  width: 16px;
  height: 16px;

  margin: auto;

  stroke: #fff;
  stroke-width: 2.828px;
  fill: none;
  opacity: 0;

  transition: opacity 150ms linear;
}
button.button_confirming > .button-confirmation,
  [button].button_confirming > .button-confirmation {
  opacity: 1;
}
.button-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  opacity: 0;

  background-color: #fff;
}
.button-menu tooltip {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
}
.button-menu .tooltip-icon {
  display: none;
}
.button-menu .callout-bubble {
  max-width: 180px;
}
.button-selection {
  display: none;
  position: absolute;

  /* -1px accounts for border*/
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  overflow: hidden;
}
.button-selection:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 4px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button_inset .button-selection:after {
  transform: none;
}
/*--- Button Set ---*/
.buttonSet {
  display: inline-flex;

  /* Stacking context :)*/
  position: relative;
}
.buttonSet > button,
  .buttonSet > [button] {
  position: relative;
  flex: 0 0 auto;
  margin-right: -1px;
  border-radius: 0;
}
.buttonSet > button:first-child, .buttonSet > [button]:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.buttonSet > button:last-child, .buttonSet > [button]:last-child {
  margin-right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* Selected buttons get their full border shown*/
.buttonSet > button:hover,
    .buttonSet > button:focus,
    .buttonSet > button:active,
    .buttonSet > button[selected],
    .buttonSet > button[data-selected='true'],
    .buttonSet > button.button_selected,
    .buttonSet > [button]:hover,
    .buttonSet > [button]:focus,
    .buttonSet > [button]:active,
    .buttonSet > [button][selected],
    .buttonSet > [button][data-selected='true'],
    .buttonSet > [button].button_selected {
  z-index: 1;
}
/* Interacting buttons take top precedence*/
.buttonSet > button:hover,
    .buttonSet > button:focus,
    .buttonSet > button:active,
    .buttonSet > [button]:hover,
    .buttonSet > [button]:focus,
    .buttonSet > [button]:active {
  z-index: 2;
}
/*--- Button Switch ---*/
.buttonSwitch {
  display: inline-flex;

  border-radius: 4px;
  box-shadow: 0 0 0 2px rgba(162, 168, 171, 0.3);
}
.buttonSwitch > button,
  .buttonSwitch > span > button,
  .buttonSwitch > [button],
  .buttonSwitch > span > [button] {
  position: relative;
  flex: 0 0 auto;
  margin-right: 0;
  border-radius: 0;
  box-shadow: none;
}
.buttonSwitch > button:hover,
    .buttonSwitch > button:focus,
    .buttonSwitch > span > button:hover,
    .buttonSwitch > span > button:focus,
    .buttonSwitch > [button]:hover,
    .buttonSwitch > [button]:focus,
    .buttonSwitch > span > [button]:hover,
    .buttonSwitch > span > [button]:focus {
  box-shadow: none;
}
.buttonSwitch > button .button-selection, .buttonSwitch > span > button .button-selection, .buttonSwitch > [button] .button-selection, .buttonSwitch > span > [button] .button-selection {
  display: block;
}
.buttonSwitch > button .button-label, .buttonSwitch > span > button .button-label, .buttonSwitch > [button] .button-label, .buttonSwitch > span > [button] .button-label {
  opacity: 0.7;
}
.buttonSwitch > button:first-child, .buttonSwitch > [button]:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.buttonSwitch > button:last-child, .buttonSwitch > [button]:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.buttonSwitch > span:first-child > button {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.buttonSwitch > span:first-child > button[data-selected='true'] .button-label {
  opacity: 1;
}
.buttonSwitch > span:first-child > button[data-selected='true'] .button-icon {
  opacity: 0.8;
}
.buttonSwitch > span:first-child > button[data-selected='true'] .button-selection:after {
  transform: translateX(0);
}
.buttonSwitch > span:first-child > button[data-selected='false'] .button-icon {
  opacity: 0.5;
}
.buttonSwitch > span:last-child > button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.buttonSwitch > span:last-child > button[data-selected='true'] .button-label {
  opacity: 1;
}
.buttonSwitch > span:last-child > button[data-selected='true'] .button-icon {
  opacity: 0.8;
}
.buttonSwitch > span:last-child > button[data-selected='true'] .button-selection:after {
  transform: translateX(0);
}
.buttonSwitch > span:last-child > button[data-selected='false'] .button-icon {
  opacity: 0.5;
}
.buttonSwitch > span:last-child > button[data-selected='false'] .button-selection:after {
  transform: translateX(-100%);
}
.buttonSwitch > button[selected] .button-label, .buttonSwitch > button[data-selected='true'] .button-label, .buttonSwitch > [button][selected] .button-label, .buttonSwitch > [button][data-selected='true'] .button-label, .buttonSwitch > button.button_selected .button-label, .buttonSwitch > [button].button_selected .button-label {
  opacity: 1;
}
.buttonSwitch > button[selected] .button-selection:after, .buttonSwitch > button[data-selected='true'] .button-selection:after, .buttonSwitch > [button][selected] .button-selection:after, .buttonSwitch > [button][data-selected='true'] .button-selection:after, .buttonSwitch > button.button_selected .button-selection:after, .buttonSwitch > [button].button_selected .button-selection:after {
  transform: translateX(0);
}
.buttonSwitch > button[selected] + button .button-selection:after, .buttonSwitch > button[data-selected='true'] + button .button-selection:after, .buttonSwitch > button[selected] + [button] .button-selection:after, .buttonSwitch > button[data-selected='true'] + [button] .button-selection:after, .buttonSwitch > [button][selected] + button .button-selection:after, .buttonSwitch > [button][data-selected='true'] + button .button-selection:after, .buttonSwitch > [button][selected] + [button] .button-selection:after, .buttonSwitch > [button][data-selected='true'] + [button] .button-selection:after, .buttonSwitch > button.button_selected + button .button-selection:after, .buttonSwitch > button.button_selected + [button] .button-selection:after, .buttonSwitch > [button].button_selected + button .button-selection:after, .buttonSwitch > [button].button_selected + [button] .button-selection:after {
  transform: translateX(-100%);
}
/*--- Color Variations ---*/
/* Standard (blue) style*/
button,
[button],
.buttonSet > button,
.buttonSet > [button] {
  background: #00bffe;
  border-color: #00bffe;
}
button:hover,
  button:focus,
  [button]:hover,
  [button]:focus,
  .buttonSet > button:hover,
  .buttonSet > button:focus,
  .buttonSet > [button]:hover,
  .buttonSet > [button]:focus {
  background: rgb(51, 204, 254);
  border-color: rgb(51, 204, 254);
}
button:active, [button]:active, .buttonSet > button:active, .buttonSet > [button]:active {
  background: rgb(0, 134, 178);
  border-color: rgb(0, 96, 127);
}
button[selected],
  button[data-selected='true'],
  button.button_selected,
  [button][selected],
  [button][data-selected='true'],
  [button].button_selected,
  .buttonSet > button[selected],
  .buttonSet > button[data-selected='true'],
  .buttonSet > button.button_selected,
  .buttonSet > [button][selected],
  .buttonSet > [button][data-selected='true'],
  .buttonSet > [button].button_selected {
  background: rgb(0, 134, 178);
  border-color: transparent;
}
button[disabled], [button][disabled], .buttonSet > button[disabled], .buttonSet > [button][disabled] {
  background: #00bffe;
  border-color: transparent;
}
button[working], button[data-working='true'], [button][working], [button][data-working='true'], .buttonSet > button[working], .buttonSet > button[data-working='true'], .buttonSet > [button][working], .buttonSet > [button][data-working='true'] {
  background: #00bffe;
  background: rgba(0, 191, 254, 0.4);
  border-color: transparent;
}
button > .button-spinners > .button-spinner .spinner-pip, [button] > .button-spinners > .button-spinner .spinner-pip, .buttonSet > button > .button-spinners > .button-spinner .spinner-pip, .buttonSet > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: #00bffe;
}
button.button_inset .button-selection:after, [button].button_inset .button-selection:after, .buttonSet > button.button_inset .button-selection:after, .buttonSet > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(0, 134, 178);
}
button.button_minimal,
  button.button_frameless,
  [button].button_minimal,
  [button].button_frameless,
  .buttonSet > button.button_minimal,
  .buttonSet > button.button_frameless,
  .buttonSet > [button].button_minimal,
  .buttonSet > [button].button_frameless {
  background: transparent;
  color: #00bffe;
}
button.button_minimal > .button-content > .button-icon, button.button_frameless > .button-content > .button-icon, [button].button_minimal > .button-content > .button-icon, [button].button_frameless > .button-content > .button-icon, .buttonSet > button.button_minimal > .button-content > .button-icon, .buttonSet > button.button_frameless > .button-content > .button-icon, .buttonSet > [button].button_minimal > .button-content > .button-icon, .buttonSet > [button].button_frameless > .button-content > .button-icon {
  fill: #00bffe;
}
button.button_minimal .button-confirmation, button.button_frameless .button-confirmation, [button].button_minimal .button-confirmation, [button].button_frameless .button-confirmation, .buttonSet > button.button_minimal .button-confirmation, .buttonSet > button.button_frameless .button-confirmation, .buttonSet > [button].button_minimal .button-confirmation, .buttonSet > [button].button_frameless .button-confirmation {
  stroke: #00bffe;
}
button.button_minimal > .button-underline, button.button_frameless > .button-underline, [button].button_minimal > .button-underline, [button].button_frameless > .button-underline, .buttonSet > button.button_minimal > .button-underline, .buttonSet > button.button_frameless > .button-underline, .buttonSet > [button].button_minimal > .button-underline, .buttonSet > [button].button_frameless > .button-underline {
  background-color: #00bffe;
}
button.button_minimal:hover,
    button.button_minimal:focus,
    button.button_frameless:hover,
    button.button_frameless:focus,
    [button].button_minimal:hover,
    [button].button_minimal:focus,
    [button].button_frameless:hover,
    [button].button_frameless:focus,
    .buttonSet > button.button_minimal:hover,
    .buttonSet > button.button_minimal:focus,
    .buttonSet > button.button_frameless:hover,
    .buttonSet > button.button_frameless:focus,
    .buttonSet > [button].button_minimal:hover,
    .buttonSet > [button].button_minimal:focus,
    .buttonSet > [button].button_frameless:hover,
    .buttonSet > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(77, 210, 254);
  color: rgb(77, 210, 254);
}
button.button_minimal:hover > .button-content > .button-icon, button.button_minimal:focus > .button-content > .button-icon, button.button_frameless:hover > .button-content > .button-icon, button.button_frameless:focus > .button-content > .button-icon, [button].button_minimal:hover > .button-content > .button-icon, [button].button_minimal:focus > .button-content > .button-icon, [button].button_frameless:hover > .button-content > .button-icon, [button].button_frameless:focus > .button-content > .button-icon, .buttonSet > button.button_minimal:hover > .button-content > .button-icon, .buttonSet > button.button_minimal:focus > .button-content > .button-icon, .buttonSet > button.button_frameless:hover > .button-content > .button-icon, .buttonSet > button.button_frameless:focus > .button-content > .button-icon, .buttonSet > [button].button_minimal:hover > .button-content > .button-icon, .buttonSet > [button].button_minimal:focus > .button-content > .button-icon, .buttonSet > [button].button_frameless:hover > .button-content > .button-icon, .buttonSet > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(77, 210, 254);
}
button.button_minimal:active,
    button.button_minimal[selected],
    button.button_minimal[data-selected='true'],
    button.button_minimal.button_selected,
    button.button_frameless:active,
    button.button_frameless[selected],
    button.button_frameless[data-selected='true'],
    button.button_frameless.button_selected,
    [button].button_minimal:active,
    [button].button_minimal[selected],
    [button].button_minimal[data-selected='true'],
    [button].button_minimal.button_selected,
    [button].button_frameless:active,
    [button].button_frameless[selected],
    [button].button_frameless[data-selected='true'],
    [button].button_frameless.button_selected,
    .buttonSet > button.button_minimal:active,
    .buttonSet > button.button_minimal[selected],
    .buttonSet > button.button_minimal[data-selected='true'],
    .buttonSet > button.button_minimal.button_selected,
    .buttonSet > button.button_frameless:active,
    .buttonSet > button.button_frameless[selected],
    .buttonSet > button.button_frameless[data-selected='true'],
    .buttonSet > button.button_frameless.button_selected,
    .buttonSet > [button].button_minimal:active,
    .buttonSet > [button].button_minimal[selected],
    .buttonSet > [button].button_minimal[data-selected='true'],
    .buttonSet > [button].button_minimal.button_selected,
    .buttonSet > [button].button_frameless:active,
    .buttonSet > [button].button_frameless[selected],
    .buttonSet > [button].button_frameless[data-selected='true'],
    .buttonSet > [button].button_frameless.button_selected {
  background: #00bffe;
  background: rgba(0, 191, 254, 0.05);
  color: rgb(0, 134, 178);
  border-color: rgb(0, 134, 178);
}
button.button_minimal:active > .button-content > .button-icon, button.button_minimal[selected] > .button-content > .button-icon, button.button_minimal[data-selected='true'] > .button-content > .button-icon, button.button_minimal.button_selected > .button-content > .button-icon, button.button_frameless:active > .button-content > .button-icon, button.button_frameless[selected] > .button-content > .button-icon, button.button_frameless[data-selected='true'] > .button-content > .button-icon, button.button_frameless.button_selected > .button-content > .button-icon, [button].button_minimal:active > .button-content > .button-icon, [button].button_minimal[selected] > .button-content > .button-icon, [button].button_minimal[data-selected='true'] > .button-content > .button-icon, [button].button_minimal.button_selected > .button-content > .button-icon, [button].button_frameless:active > .button-content > .button-icon, [button].button_frameless[selected] > .button-content > .button-icon, [button].button_frameless[data-selected='true'] > .button-content > .button-icon, [button].button_frameless.button_selected > .button-content > .button-icon, .buttonSet > button.button_minimal:active > .button-content > .button-icon, .buttonSet > button.button_minimal[selected] > .button-content > .button-icon, .buttonSet > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSet > button.button_frameless:active > .button-content > .button-icon, .buttonSet > button.button_frameless[selected] > .button-content > .button-icon, .buttonSet > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSet > [button].button_minimal:active > .button-content > .button-icon, .buttonSet > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSet > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSet > [button].button_frameless:active > .button-content > .button-icon, .buttonSet > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSet > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(0, 134, 178);
}
button.button_minimal[disabled], button.button_frameless[disabled], [button].button_minimal[disabled], [button].button_frameless[disabled], .buttonSet > button.button_minimal[disabled], .buttonSet > button.button_frameless[disabled], .buttonSet > [button].button_minimal[disabled], .buttonSet > [button].button_frameless[disabled] {
  background: transparent;
  color: #00bffe;
  border-color: #00bffe;
}
button.button_minimal[disabled] > .button-content > .button-icon, button.button_frameless[disabled] > .button-content > .button-icon, [button].button_minimal[disabled] > .button-content > .button-icon, [button].button_frameless[disabled] > .button-content > .button-icon, .buttonSet > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSet > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSet > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSet > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: #00bffe;
}
button.button_minimal[working], button.button_frameless[working], [button].button_minimal[working], [button].button_frameless[working], .buttonSet > button.button_minimal[working], .buttonSet > button.button_frameless[working], .buttonSet > [button].button_minimal[working], .buttonSet > [button].button_frameless[working] {
  background: transparent;
  border-color: #00bffe;
  border-color: rgba(0, 191, 254, 0.4);
  box-shadow: none;
}
button.button_frameless, [button].button_frameless, .buttonSet > button.button_frameless, .buttonSet > [button].button_frameless {
  box-shadow: none;
}
button.button_frameless:hover,
    button.button_frameless:focus,
    [button].button_frameless:hover,
    [button].button_frameless:focus,
    .buttonSet > button.button_frameless:hover,
    .buttonSet > button.button_frameless:focus,
    .buttonSet > [button].button_frameless:hover,
    .buttonSet > [button].button_frameless:focus {
  box-shadow: none;
}
button.button_frameless:active,
    button.button_frameless[selected],
    button.button_frameless[data-selected='true'],
    button.button_frameless.button_selected,
    [button].button_frameless:active,
    [button].button_frameless[selected],
    [button].button_frameless[data-selected='true'],
    [button].button_frameless.button_selected,
    .buttonSet > button.button_frameless:active,
    .buttonSet > button.button_frameless[selected],
    .buttonSet > button.button_frameless[data-selected='true'],
    .buttonSet > button.button_frameless.button_selected,
    .buttonSet > [button].button_frameless:active,
    .buttonSet > [button].button_frameless[selected],
    .buttonSet > [button].button_frameless[data-selected='true'],
    .buttonSet > [button].button_frameless.button_selected {
  background: transparent;
}
button.button_chrome.button_framelessHover:hover, [button].button_chrome.button_framelessHover:hover, .buttonSet > button.button_chrome.button_framelessHover:hover, .buttonSet > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
button.button_chrome.button_framelessHover:active,
    button.button_chrome.button_framelessHover[selected],
    button.button_chrome.button_framelessHover[data-selected='true'],
    button.button_chrome.button_framelessHover.button_selected,
    [button].button_chrome.button_framelessHover:active,
    [button].button_chrome.button_framelessHover[selected],
    [button].button_chrome.button_framelessHover[data-selected='true'],
    [button].button_chrome.button_framelessHover.button_selected,
    .buttonSet > button.button_chrome.button_framelessHover:active,
    .buttonSet > button.button_chrome.button_framelessHover[selected],
    .buttonSet > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet > button.button_chrome.button_framelessHover.button_selected,
    .buttonSet > [button].button_chrome.button_framelessHover:active,
    .buttonSet > [button].button_chrome.button_framelessHover[selected],
    .buttonSet > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
button.button_chrome.button_framelessHover[disabled], [button].button_chrome.button_framelessHover[disabled], .buttonSet > button.button_chrome.button_framelessHover[disabled], .buttonSet > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
button.button_fg.button_framelessHover:hover,
    button.button_fg.button_framelessHover:focus,
    [button].button_fg.button_framelessHover:hover,
    [button].button_fg.button_framelessHover:focus,
    .buttonSet > button.button_fg.button_framelessHover:hover,
    .buttonSet > button.button_fg.button_framelessHover:focus,
    .buttonSet > [button].button_fg.button_framelessHover:hover,
    .buttonSet > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
button.button_fg.button_framelessHover:active,
    button.button_fg.button_framelessHover[selected],
    button.button_fg.button_framelessHover[data-selected='true']
    button.button_fg.button_framelessHover.button_selected,
    [button].button_fg.button_framelessHover:active,
    [button].button_fg.button_framelessHover[selected],
    [button].button_fg.button_framelessHover[data-selected='true']
    [button].button_fg.button_framelessHover.button_selected,
    .buttonSet > button.button_fg.button_framelessHover:active,
    .buttonSet > button.button_fg.button_framelessHover[selected],
    .buttonSet > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSet > button.button_fg.button_framelessHover.button_selected,
    .buttonSet > [button].button_fg.button_framelessHover:active,
    .buttonSet > [button].button_fg.button_framelessHover[selected],
    .buttonSet > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSet > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
button.button_fg.button_framelessHover[disabled], [button].button_fg.button_framelessHover[disabled], .buttonSet > button.button_fg.button_framelessHover[disabled], .buttonSet > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSet > button,
.buttonSet > [button] {
  border-left-color: rgb(0, 172, 229);
}
.buttonSwitch > button,
.buttonSwitch > span > button,
.buttonSwitch > [button],
.buttonSwitch > span > [button] {
  background: #00bffe;
  border-color: #00bffe;
  border-color: transparent;
}
.buttonSwitch > button:hover,
  .buttonSwitch > button:focus,
  .buttonSwitch > span > button:hover,
  .buttonSwitch > span > button:focus,
  .buttonSwitch > [button]:hover,
  .buttonSwitch > [button]:focus,
  .buttonSwitch > span > [button]:hover,
  .buttonSwitch > span > [button]:focus {
  background: rgb(51, 204, 254);
  border-color: rgb(51, 204, 254);
}
.buttonSwitch > button:active, .buttonSwitch > span > button:active, .buttonSwitch > [button]:active, .buttonSwitch > span > [button]:active {
  background: rgb(0, 134, 178);
  border-color: rgb(0, 96, 127);
}
.buttonSwitch > button[selected],
  .buttonSwitch > button[data-selected='true'],
  .buttonSwitch > button.button_selected,
  .buttonSwitch > span > button[selected],
  .buttonSwitch > span > button[data-selected='true'],
  .buttonSwitch > span > button.button_selected,
  .buttonSwitch > [button][selected],
  .buttonSwitch > [button][data-selected='true'],
  .buttonSwitch > [button].button_selected,
  .buttonSwitch > span > [button][selected],
  .buttonSwitch > span > [button][data-selected='true'],
  .buttonSwitch > span > [button].button_selected {
  background: rgb(0, 134, 178);
  border-color: transparent;
}
.buttonSwitch > button[disabled], .buttonSwitch > span > button[disabled], .buttonSwitch > [button][disabled], .buttonSwitch > span > [button][disabled] {
  background: #00bffe;
  border-color: transparent;
}
.buttonSwitch > button[working], .buttonSwitch > button[data-working='true'], .buttonSwitch > span > button[working], .buttonSwitch > span > button[data-working='true'], .buttonSwitch > [button][working], .buttonSwitch > [button][data-working='true'], .buttonSwitch > span > [button][working], .buttonSwitch > span > [button][data-working='true'] {
  background: #00bffe;
  background: rgba(0, 191, 254, 0.4);
  border-color: transparent;
}
.buttonSwitch > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch > span > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch > [button] > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch > span > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: #00bffe;
}
.buttonSwitch > button.button_inset .button-selection:after, .buttonSwitch > span > button.button_inset .button-selection:after, .buttonSwitch > [button].button_inset .button-selection:after, .buttonSwitch > span > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(0, 134, 178);
}
.buttonSwitch > button.button_minimal,
  .buttonSwitch > button.button_frameless,
  .buttonSwitch > span > button.button_minimal,
  .buttonSwitch > span > button.button_frameless,
  .buttonSwitch > [button].button_minimal,
  .buttonSwitch > [button].button_frameless,
  .buttonSwitch > span > [button].button_minimal,
  .buttonSwitch > span > [button].button_frameless {
  background: transparent;
  color: #00bffe;
}
.buttonSwitch > button.button_minimal > .button-content > .button-icon, .buttonSwitch > button.button_frameless > .button-content > .button-icon, .buttonSwitch > span > button.button_minimal > .button-content > .button-icon, .buttonSwitch > span > button.button_frameless > .button-content > .button-icon, .buttonSwitch > [button].button_minimal > .button-content > .button-icon, .buttonSwitch > [button].button_frameless > .button-content > .button-icon, .buttonSwitch > span > [button].button_minimal > .button-content > .button-icon, .buttonSwitch > span > [button].button_frameless > .button-content > .button-icon {
  fill: #00bffe;
}
.buttonSwitch > button.button_minimal .button-confirmation, .buttonSwitch > button.button_frameless .button-confirmation, .buttonSwitch > span > button.button_minimal .button-confirmation, .buttonSwitch > span > button.button_frameless .button-confirmation, .buttonSwitch > [button].button_minimal .button-confirmation, .buttonSwitch > [button].button_frameless .button-confirmation, .buttonSwitch > span > [button].button_minimal .button-confirmation, .buttonSwitch > span > [button].button_frameless .button-confirmation {
  stroke: #00bffe;
}
.buttonSwitch > button.button_minimal > .button-underline, .buttonSwitch > button.button_frameless > .button-underline, .buttonSwitch > span > button.button_minimal > .button-underline, .buttonSwitch > span > button.button_frameless > .button-underline, .buttonSwitch > [button].button_minimal > .button-underline, .buttonSwitch > [button].button_frameless > .button-underline, .buttonSwitch > span > [button].button_minimal > .button-underline, .buttonSwitch > span > [button].button_frameless > .button-underline {
  background-color: #00bffe;
}
.buttonSwitch > button.button_minimal:hover,
    .buttonSwitch > button.button_minimal:focus,
    .buttonSwitch > button.button_frameless:hover,
    .buttonSwitch > button.button_frameless:focus,
    .buttonSwitch > span > button.button_minimal:hover,
    .buttonSwitch > span > button.button_minimal:focus,
    .buttonSwitch > span > button.button_frameless:hover,
    .buttonSwitch > span > button.button_frameless:focus,
    .buttonSwitch > [button].button_minimal:hover,
    .buttonSwitch > [button].button_minimal:focus,
    .buttonSwitch > [button].button_frameless:hover,
    .buttonSwitch > [button].button_frameless:focus,
    .buttonSwitch > span > [button].button_minimal:hover,
    .buttonSwitch > span > [button].button_minimal:focus,
    .buttonSwitch > span > [button].button_frameless:hover,
    .buttonSwitch > span > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(77, 210, 254);
  color: rgb(77, 210, 254);
}
.buttonSwitch > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch > span > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch > span > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch > span > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch > span > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch > [button].button_frameless:focus > .button-content > .button-icon, .buttonSwitch > span > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch > span > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch > span > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch > span > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(77, 210, 254);
}
.buttonSwitch > button.button_minimal:active,
    .buttonSwitch > button.button_minimal[selected],
    .buttonSwitch > button.button_minimal[data-selected='true'],
    .buttonSwitch > button.button_minimal.button_selected,
    .buttonSwitch > button.button_frameless:active,
    .buttonSwitch > button.button_frameless[selected],
    .buttonSwitch > button.button_frameless[data-selected='true'],
    .buttonSwitch > button.button_frameless.button_selected,
    .buttonSwitch > span > button.button_minimal:active,
    .buttonSwitch > span > button.button_minimal[selected],
    .buttonSwitch > span > button.button_minimal[data-selected='true'],
    .buttonSwitch > span > button.button_minimal.button_selected,
    .buttonSwitch > span > button.button_frameless:active,
    .buttonSwitch > span > button.button_frameless[selected],
    .buttonSwitch > span > button.button_frameless[data-selected='true'],
    .buttonSwitch > span > button.button_frameless.button_selected,
    .buttonSwitch > [button].button_minimal:active,
    .buttonSwitch > [button].button_minimal[selected],
    .buttonSwitch > [button].button_minimal[data-selected='true'],
    .buttonSwitch > [button].button_minimal.button_selected,
    .buttonSwitch > [button].button_frameless:active,
    .buttonSwitch > [button].button_frameless[selected],
    .buttonSwitch > [button].button_frameless[data-selected='true'],
    .buttonSwitch > [button].button_frameless.button_selected,
    .buttonSwitch > span > [button].button_minimal:active,
    .buttonSwitch > span > [button].button_minimal[selected],
    .buttonSwitch > span > [button].button_minimal[data-selected='true'],
    .buttonSwitch > span > [button].button_minimal.button_selected,
    .buttonSwitch > span > [button].button_frameless:active,
    .buttonSwitch > span > [button].button_frameless[selected],
    .buttonSwitch > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch > span > [button].button_frameless.button_selected {
  background: #00bffe;
  background: rgba(0, 191, 254, 0.05);
  color: rgb(0, 134, 178);
  border-color: rgb(0, 134, 178);
}
.buttonSwitch > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch > span > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch > span > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch > span > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch > span > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch > span > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch > span > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch > span > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch > span > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch > [button].button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch > span > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch > span > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch > span > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch > span > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch > span > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch > span > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch > span > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch > span > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(0, 134, 178);
}
.buttonSwitch > button.button_minimal[disabled], .buttonSwitch > button.button_frameless[disabled], .buttonSwitch > span > button.button_minimal[disabled], .buttonSwitch > span > button.button_frameless[disabled], .buttonSwitch > [button].button_minimal[disabled], .buttonSwitch > [button].button_frameless[disabled], .buttonSwitch > span > [button].button_minimal[disabled], .buttonSwitch > span > [button].button_frameless[disabled] {
  background: transparent;
  color: #00bffe;
  border-color: #00bffe;
}
.buttonSwitch > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch > span > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch > span > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch > [button].button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch > span > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch > span > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: #00bffe;
}
.buttonSwitch > button.button_minimal[working], .buttonSwitch > button.button_frameless[working], .buttonSwitch > span > button.button_minimal[working], .buttonSwitch > span > button.button_frameless[working], .buttonSwitch > [button].button_minimal[working], .buttonSwitch > [button].button_frameless[working], .buttonSwitch > span > [button].button_minimal[working], .buttonSwitch > span > [button].button_frameless[working] {
  background: transparent;
  border-color: #00bffe;
  border-color: rgba(0, 191, 254, 0.4);
  box-shadow: none;
}
.buttonSwitch > button.button_frameless, .buttonSwitch > span > button.button_frameless, .buttonSwitch > [button].button_frameless, .buttonSwitch > span > [button].button_frameless {
  box-shadow: none;
}
.buttonSwitch > button.button_frameless:hover,
    .buttonSwitch > button.button_frameless:focus,
    .buttonSwitch > span > button.button_frameless:hover,
    .buttonSwitch > span > button.button_frameless:focus,
    .buttonSwitch > [button].button_frameless:hover,
    .buttonSwitch > [button].button_frameless:focus,
    .buttonSwitch > span > [button].button_frameless:hover,
    .buttonSwitch > span > [button].button_frameless:focus {
  box-shadow: none;
}
.buttonSwitch > button.button_frameless:active,
    .buttonSwitch > button.button_frameless[selected],
    .buttonSwitch > button.button_frameless[data-selected='true'],
    .buttonSwitch > button.button_frameless.button_selected,
    .buttonSwitch > span > button.button_frameless:active,
    .buttonSwitch > span > button.button_frameless[selected],
    .buttonSwitch > span > button.button_frameless[data-selected='true'],
    .buttonSwitch > span > button.button_frameless.button_selected,
    .buttonSwitch > [button].button_frameless:active,
    .buttonSwitch > [button].button_frameless[selected],
    .buttonSwitch > [button].button_frameless[data-selected='true'],
    .buttonSwitch > [button].button_frameless.button_selected,
    .buttonSwitch > span > [button].button_frameless:active,
    .buttonSwitch > span > [button].button_frameless[selected],
    .buttonSwitch > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch > span > [button].button_frameless.button_selected {
  background: transparent;
}
.buttonSwitch > button.button_chrome.button_framelessHover:hover, .buttonSwitch > span > button.button_chrome.button_framelessHover:hover, .buttonSwitch > [button].button_chrome.button_framelessHover:hover, .buttonSwitch > span > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
.buttonSwitch > button.button_chrome.button_framelessHover:active,
    .buttonSwitch > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch > span > button.button_chrome.button_framelessHover:active,
    .buttonSwitch > span > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch > span > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch > span > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch > [button].button_chrome.button_framelessHover.button_selected,
    .buttonSwitch > span > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch > span > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch > span > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch > span > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
.buttonSwitch > button.button_chrome.button_framelessHover[disabled], .buttonSwitch > span > button.button_chrome.button_framelessHover[disabled], .buttonSwitch > [button].button_chrome.button_framelessHover[disabled], .buttonSwitch > span > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch > button.button_fg.button_framelessHover:hover,
    .buttonSwitch > button.button_fg.button_framelessHover:focus,
    .buttonSwitch > span > button.button_fg.button_framelessHover:hover,
    .buttonSwitch > span > button.button_fg.button_framelessHover:focus,
    .buttonSwitch > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch > [button].button_fg.button_framelessHover:focus,
    .buttonSwitch > span > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch > span > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
.buttonSwitch > button.button_fg.button_framelessHover:active,
    .buttonSwitch > button.button_fg.button_framelessHover[selected],
    .buttonSwitch > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch > span > button.button_fg.button_framelessHover:active,
    .buttonSwitch > span > button.button_fg.button_framelessHover[selected],
    .buttonSwitch > span > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch > span > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch > [button].button_fg.button_framelessHover:active,
    .buttonSwitch > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch > [button].button_fg.button_framelessHover.button_selected,
    .buttonSwitch > span > [button].button_fg.button_framelessHover:active,
    .buttonSwitch > span > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch > span > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch > span > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
.buttonSwitch > button.button_fg.button_framelessHover[disabled], .buttonSwitch > span > button.button_fg.button_framelessHover[disabled], .buttonSwitch > [button].button_fg.button_framelessHover[disabled], .buttonSwitch > span > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch > button:hover,
  .buttonSwitch > button:focus,
  .buttonSwitch > span > button:hover,
  .buttonSwitch > span > button:focus,
  .buttonSwitch > [button]:hover,
  .buttonSwitch > [button]:focus,
  .buttonSwitch > span > [button]:hover,
  .buttonSwitch > span > [button]:focus {
  background: rgb(51, 204, 254);
  border-color: transparent;
}
.buttonSwitch > button:active, .buttonSwitch > span > button:active, .buttonSwitch > [button]:active, .buttonSwitch > span > [button]:active {
  background: rgb(0, 181, 241);
  border-color: transparent;
}
.buttonSwitch > button[selected],
  .buttonSwitch > button[data-selected='true'],
  .buttonSwitch > button.button_selected,
  .buttonSwitch > span > button[selected],
  .buttonSwitch > span > button[data-selected='true'],
  .buttonSwitch > span > button.button_selected,
  .buttonSwitch > [button][selected],
  .buttonSwitch > [button][data-selected='true'],
  .buttonSwitch > [button].button_selected,
  .buttonSwitch > span > [button][selected],
  .buttonSwitch > span > [button][data-selected='true'],
  .buttonSwitch > span > [button].button_selected {
  background: #00bffe;
  border-color: #00bffe;
}
.buttonSwitch > button .button-selection:after, .buttonSwitch > span > button .button-selection:after, .buttonSwitch > [button] .button-selection:after, .buttonSwitch > span > [button] .button-selection:after {
  background: rgb(0, 115, 152);
  box-shadow: inset 0 -2px rgb(0, 96, 127);
}
/* Attention (orange) style*/
button.button_attention,
[button].button_attention,
.buttonSet.buttonSet_attention > button,
.buttonSet.buttonSet_attention > [button] {
  background: #f8510f;
  border-color: #f8510f;
}
button.button_attention:hover,
  button.button_attention:focus,
  [button].button_attention:hover,
  [button].button_attention:focus,
  .buttonSet.buttonSet_attention > button:hover,
  .buttonSet.buttonSet_attention > button:focus,
  .buttonSet.buttonSet_attention > [button]:hover,
  .buttonSet.buttonSet_attention > [button]:focus {
  background: rgb(249, 116, 63);
  border-color: rgb(249, 116, 63);
}
button.button_attention:active, [button].button_attention:active, .buttonSet.buttonSet_attention > button:active, .buttonSet.buttonSet_attention > [button]:active {
  background: rgb(174, 57, 11);
  border-color: rgb(124, 41, 8);
}
button.button_attention[selected],
  button.button_attention[data-selected='true'],
  button.button_attention.button_selected,
  [button].button_attention[selected],
  [button].button_attention[data-selected='true'],
  [button].button_attention.button_selected,
  .buttonSet.buttonSet_attention > button[selected],
  .buttonSet.buttonSet_attention > button[data-selected='true'],
  .buttonSet.buttonSet_attention > button.button_selected,
  .buttonSet.buttonSet_attention > [button][selected],
  .buttonSet.buttonSet_attention > [button][data-selected='true'],
  .buttonSet.buttonSet_attention > [button].button_selected {
  background: rgb(174, 57, 11);
  border-color: transparent;
}
button.button_attention[disabled], [button].button_attention[disabled], .buttonSet.buttonSet_attention > button[disabled], .buttonSet.buttonSet_attention > [button][disabled] {
  background: #f8510f;
  border-color: transparent;
}
button.button_attention[working], button.button_attention[data-working='true'], [button].button_attention[working], [button].button_attention[data-working='true'], .buttonSet.buttonSet_attention > button[working], .buttonSet.buttonSet_attention > button[data-working='true'], .buttonSet.buttonSet_attention > [button][working], .buttonSet.buttonSet_attention > [button][data-working='true'] {
  background: #f8510f;
  background: rgba(248, 81, 15, 0.4);
  border-color: transparent;
}
button.button_attention > .button-spinners > .button-spinner .spinner-pip, [button].button_attention > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_attention > button > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_attention > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: #f8510f;
}
button.button_attention.button_inset .button-selection:after, [button].button_attention.button_inset .button-selection:after, .buttonSet.buttonSet_attention > button.button_inset .button-selection:after, .buttonSet.buttonSet_attention > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(174, 57, 11);
}
button.button_attention.button_minimal,
  button.button_attention.button_frameless,
  [button].button_attention.button_minimal,
  [button].button_attention.button_frameless,
  .buttonSet.buttonSet_attention > button.button_minimal,
  .buttonSet.buttonSet_attention > button.button_frameless,
  .buttonSet.buttonSet_attention > [button].button_minimal,
  .buttonSet.buttonSet_attention > [button].button_frameless {
  background: transparent;
  color: #f8510f;
}
button.button_attention.button_minimal > .button-content > .button-icon, button.button_attention.button_frameless > .button-content > .button-icon, [button].button_attention.button_minimal > .button-content > .button-icon, [button].button_attention.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_attention > button.button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_attention > button.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_attention > [button].button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_attention > [button].button_frameless > .button-content > .button-icon {
  fill: #f8510f;
}
button.button_attention.button_minimal .button-confirmation, button.button_attention.button_frameless .button-confirmation, [button].button_attention.button_minimal .button-confirmation, [button].button_attention.button_frameless .button-confirmation, .buttonSet.buttonSet_attention > button.button_minimal .button-confirmation, .buttonSet.buttonSet_attention > button.button_frameless .button-confirmation, .buttonSet.buttonSet_attention > [button].button_minimal .button-confirmation, .buttonSet.buttonSet_attention > [button].button_frameless .button-confirmation {
  stroke: #f8510f;
}
button.button_attention.button_minimal > .button-underline, button.button_attention.button_frameless > .button-underline, [button].button_attention.button_minimal > .button-underline, [button].button_attention.button_frameless > .button-underline, .buttonSet.buttonSet_attention > button.button_minimal > .button-underline, .buttonSet.buttonSet_attention > button.button_frameless > .button-underline, .buttonSet.buttonSet_attention > [button].button_minimal > .button-underline, .buttonSet.buttonSet_attention > [button].button_frameless > .button-underline {
  background-color: #f8510f;
}
button.button_attention.button_minimal:hover,
    button.button_attention.button_minimal:focus,
    button.button_attention.button_frameless:hover,
    button.button_attention.button_frameless:focus,
    [button].button_attention.button_minimal:hover,
    [button].button_attention.button_minimal:focus,
    [button].button_attention.button_frameless:hover,
    [button].button_attention.button_frameless:focus,
    .buttonSet.buttonSet_attention > button.button_minimal:hover,
    .buttonSet.buttonSet_attention > button.button_minimal:focus,
    .buttonSet.buttonSet_attention > button.button_frameless:hover,
    .buttonSet.buttonSet_attention > button.button_frameless:focus,
    .buttonSet.buttonSet_attention > [button].button_minimal:hover,
    .buttonSet.buttonSet_attention > [button].button_minimal:focus,
    .buttonSet.buttonSet_attention > [button].button_frameless:hover,
    .buttonSet.buttonSet_attention > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(250, 133, 87);
  color: rgb(250, 133, 87);
}
button.button_attention.button_minimal:hover > .button-content > .button-icon, button.button_attention.button_minimal:focus > .button-content > .button-icon, button.button_attention.button_frameless:hover > .button-content > .button-icon, button.button_attention.button_frameless:focus > .button-content > .button-icon, [button].button_attention.button_minimal:hover > .button-content > .button-icon, [button].button_attention.button_minimal:focus > .button-content > .button-icon, [button].button_attention.button_frameless:hover > .button-content > .button-icon, [button].button_attention.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_attention > button.button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_attention > button.button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_attention > button.button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_attention > button.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_attention > [button].button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_attention > [button].button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_attention > [button].button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_attention > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(250, 133, 87);
}
button.button_attention.button_minimal:active,
    button.button_attention.button_minimal[selected],
    button.button_attention.button_minimal[data-selected='true'],
    button.button_attention.button_minimal.button_selected,
    button.button_attention.button_frameless:active,
    button.button_attention.button_frameless[selected],
    button.button_attention.button_frameless[data-selected='true'],
    button.button_attention.button_frameless.button_selected,
    [button].button_attention.button_minimal:active,
    [button].button_attention.button_minimal[selected],
    [button].button_attention.button_minimal[data-selected='true'],
    [button].button_attention.button_minimal.button_selected,
    [button].button_attention.button_frameless:active,
    [button].button_attention.button_frameless[selected],
    [button].button_attention.button_frameless[data-selected='true'],
    [button].button_attention.button_frameless.button_selected,
    .buttonSet.buttonSet_attention > button.button_minimal:active,
    .buttonSet.buttonSet_attention > button.button_minimal[selected],
    .buttonSet.buttonSet_attention > button.button_minimal[data-selected='true'],
    .buttonSet.buttonSet_attention > button.button_minimal.button_selected,
    .buttonSet.buttonSet_attention > button.button_frameless:active,
    .buttonSet.buttonSet_attention > button.button_frameless[selected],
    .buttonSet.buttonSet_attention > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_attention > button.button_frameless.button_selected,
    .buttonSet.buttonSet_attention > [button].button_minimal:active,
    .buttonSet.buttonSet_attention > [button].button_minimal[selected],
    .buttonSet.buttonSet_attention > [button].button_minimal[data-selected='true'],
    .buttonSet.buttonSet_attention > [button].button_minimal.button_selected,
    .buttonSet.buttonSet_attention > [button].button_frameless:active,
    .buttonSet.buttonSet_attention > [button].button_frameless[selected],
    .buttonSet.buttonSet_attention > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_attention > [button].button_frameless.button_selected {
  background: #f8510f;
  background: rgba(248, 81, 15, 0.05);
  color: rgb(174, 57, 11);
  border-color: rgb(174, 57, 11);
}
button.button_attention.button_minimal:active > .button-content > .button-icon, button.button_attention.button_minimal[selected] > .button-content > .button-icon, button.button_attention.button_minimal[data-selected='true'] > .button-content > .button-icon, button.button_attention.button_minimal.button_selected > .button-content > .button-icon, button.button_attention.button_frameless:active > .button-content > .button-icon, button.button_attention.button_frameless[selected] > .button-content > .button-icon, button.button_attention.button_frameless[data-selected='true'] > .button-content > .button-icon, button.button_attention.button_frameless.button_selected > .button-content > .button-icon, [button].button_attention.button_minimal:active > .button-content > .button-icon, [button].button_attention.button_minimal[selected] > .button-content > .button-icon, [button].button_attention.button_minimal[data-selected='true'] > .button-content > .button-icon, [button].button_attention.button_minimal.button_selected > .button-content > .button-icon, [button].button_attention.button_frameless:active > .button-content > .button-icon, [button].button_attention.button_frameless[selected] > .button-content > .button-icon, [button].button_attention.button_frameless[data-selected='true'] > .button-content > .button-icon, [button].button_attention.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_attention > button.button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_attention > button.button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_attention > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_attention > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_attention > button.button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_attention > button.button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_attention > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_attention > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_attention > [button].button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_attention > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_attention > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_attention > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_attention > [button].button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_attention > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_attention > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_attention > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(174, 57, 11);
}
button.button_attention.button_minimal[disabled], button.button_attention.button_frameless[disabled], [button].button_attention.button_minimal[disabled], [button].button_attention.button_frameless[disabled], .buttonSet.buttonSet_attention > button.button_minimal[disabled], .buttonSet.buttonSet_attention > button.button_frameless[disabled], .buttonSet.buttonSet_attention > [button].button_minimal[disabled], .buttonSet.buttonSet_attention > [button].button_frameless[disabled] {
  background: transparent;
  color: #f8510f;
  border-color: #f8510f;
}
button.button_attention.button_minimal[disabled] > .button-content > .button-icon, button.button_attention.button_frameless[disabled] > .button-content > .button-icon, [button].button_attention.button_minimal[disabled] > .button-content > .button-icon, [button].button_attention.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_attention > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_attention > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_attention > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_attention > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: #f8510f;
}
button.button_attention.button_minimal[working], button.button_attention.button_frameless[working], [button].button_attention.button_minimal[working], [button].button_attention.button_frameless[working], .buttonSet.buttonSet_attention > button.button_minimal[working], .buttonSet.buttonSet_attention > button.button_frameless[working], .buttonSet.buttonSet_attention > [button].button_minimal[working], .buttonSet.buttonSet_attention > [button].button_frameless[working] {
  background: transparent;
  border-color: #f8510f;
  border-color: rgba(248, 81, 15, 0.4);
  box-shadow: none;
}
button.button_attention.button_frameless, [button].button_attention.button_frameless, .buttonSet.buttonSet_attention > button.button_frameless, .buttonSet.buttonSet_attention > [button].button_frameless {
  box-shadow: none;
}
button.button_attention.button_frameless:hover,
    button.button_attention.button_frameless:focus,
    [button].button_attention.button_frameless:hover,
    [button].button_attention.button_frameless:focus,
    .buttonSet.buttonSet_attention > button.button_frameless:hover,
    .buttonSet.buttonSet_attention > button.button_frameless:focus,
    .buttonSet.buttonSet_attention > [button].button_frameless:hover,
    .buttonSet.buttonSet_attention > [button].button_frameless:focus {
  box-shadow: none;
}
button.button_attention.button_frameless:active,
    button.button_attention.button_frameless[selected],
    button.button_attention.button_frameless[data-selected='true'],
    button.button_attention.button_frameless.button_selected,
    [button].button_attention.button_frameless:active,
    [button].button_attention.button_frameless[selected],
    [button].button_attention.button_frameless[data-selected='true'],
    [button].button_attention.button_frameless.button_selected,
    .buttonSet.buttonSet_attention > button.button_frameless:active,
    .buttonSet.buttonSet_attention > button.button_frameless[selected],
    .buttonSet.buttonSet_attention > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_attention > button.button_frameless.button_selected,
    .buttonSet.buttonSet_attention > [button].button_frameless:active,
    .buttonSet.buttonSet_attention > [button].button_frameless[selected],
    .buttonSet.buttonSet_attention > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_attention > [button].button_frameless.button_selected {
  background: transparent;
}
button.button_attention.button_chrome.button_framelessHover:hover, [button].button_attention.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_attention > button.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_attention > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
button.button_attention.button_chrome.button_framelessHover:active,
    button.button_attention.button_chrome.button_framelessHover[selected],
    button.button_attention.button_chrome.button_framelessHover[data-selected='true'],
    button.button_attention.button_chrome.button_framelessHover.button_selected,
    [button].button_attention.button_chrome.button_framelessHover:active,
    [button].button_attention.button_chrome.button_framelessHover[selected],
    [button].button_attention.button_chrome.button_framelessHover[data-selected='true'],
    [button].button_attention.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_attention > button.button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_attention > button.button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_attention > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_attention > button.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_attention > [button].button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_attention > [button].button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_attention > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_attention > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
button.button_attention.button_chrome.button_framelessHover[disabled], [button].button_attention.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_attention > button.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_attention > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
button.button_attention.button_fg.button_framelessHover:hover,
    button.button_attention.button_fg.button_framelessHover:focus,
    [button].button_attention.button_fg.button_framelessHover:hover,
    [button].button_attention.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_attention > button.button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_attention > button.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_attention > [button].button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_attention > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
button.button_attention.button_fg.button_framelessHover:active,
    button.button_attention.button_fg.button_framelessHover[selected],
    button.button_attention.button_fg.button_framelessHover[data-selected='true']
    button.button_attention.button_fg.button_framelessHover.button_selected,
    [button].button_attention.button_fg.button_framelessHover:active,
    [button].button_attention.button_fg.button_framelessHover[selected],
    [button].button_attention.button_fg.button_framelessHover[data-selected='true']
    [button].button_attention.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_attention > button.button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_attention > button.button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_attention > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_attention > button.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_attention > [button].button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_attention > [button].button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_attention > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_attention > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
button.button_attention.button_fg.button_framelessHover[disabled], [button].button_attention.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_attention > button.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_attention > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSet.buttonSet_attention > button,
.buttonSet.buttonSet_attention > [button] {
  border-left-color: rgb(223, 73, 14);
}
.buttonSwitch.buttonSwitch_attention > button,
.buttonSwitch.buttonSwitch_attention > span > button,
.buttonSwitch.buttonSwitch_attention > [button],
.buttonSwitch.buttonSwitch_attention > span > [button] {
  background: #f8510f;
  border-color: #f8510f;
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_attention > button:hover,
  .buttonSwitch.buttonSwitch_attention > button:focus,
  .buttonSwitch.buttonSwitch_attention > span > button:hover,
  .buttonSwitch.buttonSwitch_attention > span > button:focus,
  .buttonSwitch.buttonSwitch_attention > [button]:hover,
  .buttonSwitch.buttonSwitch_attention > [button]:focus,
  .buttonSwitch.buttonSwitch_attention > span > [button]:hover,
  .buttonSwitch.buttonSwitch_attention > span > [button]:focus {
  background: rgb(249, 116, 63);
  border-color: rgb(249, 116, 63);
}
.buttonSwitch.buttonSwitch_attention > button:active, .buttonSwitch.buttonSwitch_attention > span > button:active, .buttonSwitch.buttonSwitch_attention > [button]:active, .buttonSwitch.buttonSwitch_attention > span > [button]:active {
  background: rgb(174, 57, 11);
  border-color: rgb(124, 41, 8);
}
.buttonSwitch.buttonSwitch_attention > button[selected],
  .buttonSwitch.buttonSwitch_attention > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_attention > button.button_selected,
  .buttonSwitch.buttonSwitch_attention > span > button[selected],
  .buttonSwitch.buttonSwitch_attention > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_attention > span > button.button_selected,
  .buttonSwitch.buttonSwitch_attention > [button][selected],
  .buttonSwitch.buttonSwitch_attention > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_attention > [button].button_selected,
  .buttonSwitch.buttonSwitch_attention > span > [button][selected],
  .buttonSwitch.buttonSwitch_attention > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_attention > span > [button].button_selected {
  background: rgb(174, 57, 11);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_attention > button[disabled], .buttonSwitch.buttonSwitch_attention > span > button[disabled], .buttonSwitch.buttonSwitch_attention > [button][disabled], .buttonSwitch.buttonSwitch_attention > span > [button][disabled] {
  background: #f8510f;
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_attention > button[working], .buttonSwitch.buttonSwitch_attention > button[data-working='true'], .buttonSwitch.buttonSwitch_attention > span > button[working], .buttonSwitch.buttonSwitch_attention > span > button[data-working='true'], .buttonSwitch.buttonSwitch_attention > [button][working], .buttonSwitch.buttonSwitch_attention > [button][data-working='true'], .buttonSwitch.buttonSwitch_attention > span > [button][working], .buttonSwitch.buttonSwitch_attention > span > [button][data-working='true'] {
  background: #f8510f;
  background: rgba(248, 81, 15, 0.4);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_attention > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_attention > span > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_attention > [button] > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_attention > span > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: #f8510f;
}
.buttonSwitch.buttonSwitch_attention > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_attention > span > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_attention > [button].button_inset .button-selection:after, .buttonSwitch.buttonSwitch_attention > span > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(174, 57, 11);
}
.buttonSwitch.buttonSwitch_attention > button.button_minimal,
  .buttonSwitch.buttonSwitch_attention > button.button_frameless,
  .buttonSwitch.buttonSwitch_attention > span > button.button_minimal,
  .buttonSwitch.buttonSwitch_attention > span > button.button_frameless,
  .buttonSwitch.buttonSwitch_attention > [button].button_minimal,
  .buttonSwitch.buttonSwitch_attention > [button].button_frameless,
  .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal,
  .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless {
  background: transparent;
  color: #f8510f;
}
.buttonSwitch.buttonSwitch_attention > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > [button].button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless > .button-content > .button-icon {
  fill: #f8510f;
}
.buttonSwitch.buttonSwitch_attention > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_attention > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_attention > span > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_attention > span > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_attention > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_attention > [button].button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless .button-confirmation {
  stroke: #f8510f;
}
.buttonSwitch.buttonSwitch_attention > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_attention > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_attention > span > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_attention > span > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_attention > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_attention > [button].button_frameless > .button-underline, .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless > .button-underline {
  background-color: #f8510f;
}
.buttonSwitch.buttonSwitch_attention > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_attention > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_attention > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_attention > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_attention > span > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_attention > span > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_attention > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_attention > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_attention > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_attention > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_attention > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_attention > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(250, 133, 87);
  color: rgb(250, 133, 87);
}
.buttonSwitch.buttonSwitch_attention > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > [button].button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(250, 133, 87);
}
.buttonSwitch.buttonSwitch_attention > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_attention > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_attention > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_attention > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_attention > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_attention > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_attention > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_attention > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_attention > span > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_attention > span > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_attention > span > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_attention > span > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_attention > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_attention > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_attention > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_attention > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_attention > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_attention > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_attention > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_attention > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_attention > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_attention > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_attention > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_attention > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless.button_selected {
  background: #f8510f;
  background: rgba(248, 81, 15, 0.05);
  color: rgb(174, 57, 11);
  border-color: rgb(174, 57, 11);
}
.buttonSwitch.buttonSwitch_attention > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > [button].button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(174, 57, 11);
}
.buttonSwitch.buttonSwitch_attention > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_attention > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_attention > span > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_attention > span > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_attention > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_attention > [button].button_frameless[disabled], .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless[disabled] {
  background: transparent;
  color: #f8510f;
  border-color: #f8510f;
}
.buttonSwitch.buttonSwitch_attention > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > [button].button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: #f8510f;
}
.buttonSwitch.buttonSwitch_attention > button.button_minimal[working], .buttonSwitch.buttonSwitch_attention > button.button_frameless[working], .buttonSwitch.buttonSwitch_attention > span > button.button_minimal[working], .buttonSwitch.buttonSwitch_attention > span > button.button_frameless[working], .buttonSwitch.buttonSwitch_attention > [button].button_minimal[working], .buttonSwitch.buttonSwitch_attention > [button].button_frameless[working], .buttonSwitch.buttonSwitch_attention > span > [button].button_minimal[working], .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless[working] {
  background: transparent;
  border-color: #f8510f;
  border-color: rgba(248, 81, 15, 0.4);
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_attention > button.button_frameless, .buttonSwitch.buttonSwitch_attention > span > button.button_frameless, .buttonSwitch.buttonSwitch_attention > [button].button_frameless, .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_attention > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_attention > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_attention > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_attention > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_attention > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_attention > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless:focus {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_attention > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_attention > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_attention > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_attention > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_attention > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_attention > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_attention > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_attention > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_attention > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_attention > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_attention > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_attention > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_attention > span > [button].button_frameless.button_selected {
  background: transparent;
}
.buttonSwitch.buttonSwitch_attention > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_attention > span > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_attention > [button].button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_attention > span > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
.buttonSwitch.buttonSwitch_attention > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_attention > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_attention > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_attention > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_attention > span > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_attention > span > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_attention > span > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_attention > span > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_attention > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_attention > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_attention > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_attention > [button].button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_attention > span > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_attention > span > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
.buttonSwitch.buttonSwitch_attention > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_attention > span > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_attention > [button].button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_attention > span > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_attention > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_attention > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_attention > span > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_attention > span > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_attention > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_attention > [button].button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
.buttonSwitch.buttonSwitch_attention > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_attention > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_attention > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_attention > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_attention > span > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_attention > span > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_attention > span > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_attention > span > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_attention > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_attention > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_attention > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_attention > [button].button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_attention > span > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_attention > span > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_attention > span > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
.buttonSwitch.buttonSwitch_attention > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_attention > span > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_attention > [button].button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_attention > span > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_attention > button:hover,
  .buttonSwitch.buttonSwitch_attention > button:focus,
  .buttonSwitch.buttonSwitch_attention > span > button:hover,
  .buttonSwitch.buttonSwitch_attention > span > button:focus,
  .buttonSwitch.buttonSwitch_attention > [button]:hover,
  .buttonSwitch.buttonSwitch_attention > [button]:focus,
  .buttonSwitch.buttonSwitch_attention > span > [button]:hover,
  .buttonSwitch.buttonSwitch_attention > span > [button]:focus {
  background: rgb(249, 116, 63);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_attention > button:active, .buttonSwitch.buttonSwitch_attention > span > button:active, .buttonSwitch.buttonSwitch_attention > [button]:active, .buttonSwitch.buttonSwitch_attention > span > [button]:active {
  background: rgb(236, 77, 14);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_attention > button[selected],
  .buttonSwitch.buttonSwitch_attention > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_attention > button.button_selected,
  .buttonSwitch.buttonSwitch_attention > span > button[selected],
  .buttonSwitch.buttonSwitch_attention > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_attention > span > button.button_selected,
  .buttonSwitch.buttonSwitch_attention > [button][selected],
  .buttonSwitch.buttonSwitch_attention > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_attention > [button].button_selected,
  .buttonSwitch.buttonSwitch_attention > span > [button][selected],
  .buttonSwitch.buttonSwitch_attention > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_attention > span > [button].button_selected {
  background: #f8510f;
  border-color: #f8510f;
}
.buttonSwitch.buttonSwitch_attention > button .button-selection:after, .buttonSwitch.buttonSwitch_attention > span > button .button-selection:after, .buttonSwitch.buttonSwitch_attention > [button] .button-selection:after, .buttonSwitch.buttonSwitch_attention > span > [button] .button-selection:after {
  background: rgb(149, 49, 9);
  box-shadow: inset 0 -2px rgb(124, 41, 8);
}
/* Attention Dark (orange) style*/
button.button_attentionDark,
[button].button_attentionDark,
.buttonSet.button_attentionDark > button,
.buttonSet.button_attentionDark > [button] {
  background: rgb(198, 65, 12);
  border-color: rgb(198, 65, 12);
}
button.button_attentionDark:hover,
  button.button_attentionDark:focus,
  [button].button_attentionDark:hover,
  [button].button_attentionDark:focus,
  .buttonSet.button_attentionDark > button:hover,
  .buttonSet.button_attentionDark > button:focus,
  .buttonSet.button_attentionDark > [button]:hover,
  .buttonSet.button_attentionDark > [button]:focus {
  background: rgb(209, 103, 61);
  border-color: rgb(209, 103, 61);
}
button.button_attentionDark:active, [button].button_attentionDark:active, .buttonSet.button_attentionDark > button:active, .buttonSet.button_attentionDark > [button]:active {
  background: rgb(139, 46, 8);
  border-color: rgb(99, 33, 6);
}
button.button_attentionDark[selected],
  button.button_attentionDark[data-selected='true'],
  button.button_attentionDark.button_selected,
  [button].button_attentionDark[selected],
  [button].button_attentionDark[data-selected='true'],
  [button].button_attentionDark.button_selected,
  .buttonSet.button_attentionDark > button[selected],
  .buttonSet.button_attentionDark > button[data-selected='true'],
  .buttonSet.button_attentionDark > button.button_selected,
  .buttonSet.button_attentionDark > [button][selected],
  .buttonSet.button_attentionDark > [button][data-selected='true'],
  .buttonSet.button_attentionDark > [button].button_selected {
  background: rgb(139, 46, 8);
  border-color: transparent;
}
button.button_attentionDark[disabled], [button].button_attentionDark[disabled], .buttonSet.button_attentionDark > button[disabled], .buttonSet.button_attentionDark > [button][disabled] {
  background: rgb(198, 65, 12);
  border-color: transparent;
}
button.button_attentionDark[working], button.button_attentionDark[data-working='true'], [button].button_attentionDark[working], [button].button_attentionDark[data-working='true'], .buttonSet.button_attentionDark > button[working], .buttonSet.button_attentionDark > button[data-working='true'], .buttonSet.button_attentionDark > [button][working], .buttonSet.button_attentionDark > [button][data-working='true'] {
  background: #c6410c;
  background: rgba(198, 65, 12, 0.4);
  border-color: transparent;
}
button.button_attentionDark > .button-spinners > .button-spinner .spinner-pip, [button].button_attentionDark > .button-spinners > .button-spinner .spinner-pip, .buttonSet.button_attentionDark > button > .button-spinners > .button-spinner .spinner-pip, .buttonSet.button_attentionDark > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: rgb(198, 65, 12);
}
button.button_attentionDark.button_inset .button-selection:after, [button].button_attentionDark.button_inset .button-selection:after, .buttonSet.button_attentionDark > button.button_inset .button-selection:after, .buttonSet.button_attentionDark > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(139, 46, 8);
}
button.button_attentionDark.button_minimal,
  button.button_attentionDark.button_frameless,
  [button].button_attentionDark.button_minimal,
  [button].button_attentionDark.button_frameless,
  .buttonSet.button_attentionDark > button.button_minimal,
  .buttonSet.button_attentionDark > button.button_frameless,
  .buttonSet.button_attentionDark > [button].button_minimal,
  .buttonSet.button_attentionDark > [button].button_frameless {
  background: transparent;
  color: rgb(198, 65, 12);
}
button.button_attentionDark.button_minimal > .button-content > .button-icon, button.button_attentionDark.button_frameless > .button-content > .button-icon, [button].button_attentionDark.button_minimal > .button-content > .button-icon, [button].button_attentionDark.button_frameless > .button-content > .button-icon, .buttonSet.button_attentionDark > button.button_minimal > .button-content > .button-icon, .buttonSet.button_attentionDark > button.button_frameless > .button-content > .button-icon, .buttonSet.button_attentionDark > [button].button_minimal > .button-content > .button-icon, .buttonSet.button_attentionDark > [button].button_frameless > .button-content > .button-icon {
  fill: rgb(198, 65, 12);
}
button.button_attentionDark.button_minimal .button-confirmation, button.button_attentionDark.button_frameless .button-confirmation, [button].button_attentionDark.button_minimal .button-confirmation, [button].button_attentionDark.button_frameless .button-confirmation, .buttonSet.button_attentionDark > button.button_minimal .button-confirmation, .buttonSet.button_attentionDark > button.button_frameless .button-confirmation, .buttonSet.button_attentionDark > [button].button_minimal .button-confirmation, .buttonSet.button_attentionDark > [button].button_frameless .button-confirmation {
  stroke: rgb(198, 65, 12);
}
button.button_attentionDark.button_minimal > .button-underline, button.button_attentionDark.button_frameless > .button-underline, [button].button_attentionDark.button_minimal > .button-underline, [button].button_attentionDark.button_frameless > .button-underline, .buttonSet.button_attentionDark > button.button_minimal > .button-underline, .buttonSet.button_attentionDark > button.button_frameless > .button-underline, .buttonSet.button_attentionDark > [button].button_minimal > .button-underline, .buttonSet.button_attentionDark > [button].button_frameless > .button-underline {
  background-color: rgb(198, 65, 12);
}
button.button_attentionDark.button_minimal:hover,
    button.button_attentionDark.button_minimal:focus,
    button.button_attentionDark.button_frameless:hover,
    button.button_attentionDark.button_frameless:focus,
    [button].button_attentionDark.button_minimal:hover,
    [button].button_attentionDark.button_minimal:focus,
    [button].button_attentionDark.button_frameless:hover,
    [button].button_attentionDark.button_frameless:focus,
    .buttonSet.button_attentionDark > button.button_minimal:hover,
    .buttonSet.button_attentionDark > button.button_minimal:focus,
    .buttonSet.button_attentionDark > button.button_frameless:hover,
    .buttonSet.button_attentionDark > button.button_frameless:focus,
    .buttonSet.button_attentionDark > [button].button_minimal:hover,
    .buttonSet.button_attentionDark > [button].button_minimal:focus,
    .buttonSet.button_attentionDark > [button].button_frameless:hover,
    .buttonSet.button_attentionDark > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(215, 122, 85);
  color: rgb(215, 122, 85);
}
button.button_attentionDark.button_minimal:hover > .button-content > .button-icon, button.button_attentionDark.button_minimal:focus > .button-content > .button-icon, button.button_attentionDark.button_frameless:hover > .button-content > .button-icon, button.button_attentionDark.button_frameless:focus > .button-content > .button-icon, [button].button_attentionDark.button_minimal:hover > .button-content > .button-icon, [button].button_attentionDark.button_minimal:focus > .button-content > .button-icon, [button].button_attentionDark.button_frameless:hover > .button-content > .button-icon, [button].button_attentionDark.button_frameless:focus > .button-content > .button-icon, .buttonSet.button_attentionDark > button.button_minimal:hover > .button-content > .button-icon, .buttonSet.button_attentionDark > button.button_minimal:focus > .button-content > .button-icon, .buttonSet.button_attentionDark > button.button_frameless:hover > .button-content > .button-icon, .buttonSet.button_attentionDark > button.button_frameless:focus > .button-content > .button-icon, .buttonSet.button_attentionDark > [button].button_minimal:hover > .button-content > .button-icon, .buttonSet.button_attentionDark > [button].button_minimal:focus > .button-content > .button-icon, .buttonSet.button_attentionDark > [button].button_frameless:hover > .button-content > .button-icon, .buttonSet.button_attentionDark > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(215, 122, 85);
}
button.button_attentionDark.button_minimal:active,
    button.button_attentionDark.button_minimal[selected],
    button.button_attentionDark.button_minimal[data-selected='true'],
    button.button_attentionDark.button_minimal.button_selected,
    button.button_attentionDark.button_frameless:active,
    button.button_attentionDark.button_frameless[selected],
    button.button_attentionDark.button_frameless[data-selected='true'],
    button.button_attentionDark.button_frameless.button_selected,
    [button].button_attentionDark.button_minimal:active,
    [button].button_attentionDark.button_minimal[selected],
    [button].button_attentionDark.button_minimal[data-selected='true'],
    [button].button_attentionDark.button_minimal.button_selected,
    [button].button_attentionDark.button_frameless:active,
    [button].button_attentionDark.button_frameless[selected],
    [button].button_attentionDark.button_frameless[data-selected='true'],
    [button].button_attentionDark.button_frameless.button_selected,
    .buttonSet.button_attentionDark > button.button_minimal:active,
    .buttonSet.button_attentionDark > button.button_minimal[selected],
    .buttonSet.button_attentionDark > button.button_minimal[data-selected='true'],
    .buttonSet.button_attentionDark > button.button_minimal.button_selected,
    .buttonSet.button_attentionDark > button.button_frameless:active,
    .buttonSet.button_attentionDark > button.button_frameless[selected],
    .buttonSet.button_attentionDark > button.button_frameless[data-selected='true'],
    .buttonSet.button_attentionDark > button.button_frameless.button_selected,
    .buttonSet.button_attentionDark > [button].button_minimal:active,
    .buttonSet.button_attentionDark > [button].button_minimal[selected],
    .buttonSet.button_attentionDark > [button].button_minimal[data-selected='true'],
    .buttonSet.button_attentionDark > [button].button_minimal.button_selected,
    .buttonSet.button_attentionDark > [button].button_frameless:active,
    .buttonSet.button_attentionDark > [button].button_frameless[selected],
    .buttonSet.button_attentionDark > [button].button_frameless[data-selected='true'],
    .buttonSet.button_attentionDark > [button].button_frameless.button_selected {
  background: #c6410c;
  background: rgba(198, 65, 12, 0.05);
  color: rgb(139, 46, 8);
  border-color: rgb(139, 46, 8);
}
button.button_attentionDark.button_minimal:active > .button-content > .button-icon, button.button_attentionDark.button_minimal[selected] > .button-content > .button-icon, button.button_attentionDark.button_minimal[data-selected='true'] > .button-content > .button-icon, button.button_attentionDark.button_minimal.button_selected > .button-content > .button-icon, button.button_attentionDark.button_frameless:active > .button-content > .button-icon, button.button_attentionDark.button_frameless[selected] > .button-content > .button-icon, button.button_attentionDark.button_frameless[data-selected='true'] > .button-content > .button-icon, button.button_attentionDark.button_frameless.button_selected > .button-content > .button-icon, [button].button_attentionDark.button_minimal:active > .button-content > .button-icon, [button].button_attentionDark.button_minimal[selected] > .button-content > .button-icon, [button].button_attentionDark.button_minimal[data-selected='true'] > .button-content > .button-icon, [button].button_attentionDark.button_minimal.button_selected > .button-content > .button-icon, [button].button_attentionDark.button_frameless:active > .button-content > .button-icon, [button].button_attentionDark.button_frameless[selected] > .button-content > .button-icon, [button].button_attentionDark.button_frameless[data-selected='true'] > .button-content > .button-icon, [button].button_attentionDark.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.button_attentionDark > button.button_minimal:active > .button-content > .button-icon, .buttonSet.button_attentionDark > button.button_minimal[selected] > .button-content > .button-icon, .buttonSet.button_attentionDark > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.button_attentionDark > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSet.button_attentionDark > button.button_frameless:active > .button-content > .button-icon, .buttonSet.button_attentionDark > button.button_frameless[selected] > .button-content > .button-icon, .buttonSet.button_attentionDark > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.button_attentionDark > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.button_attentionDark > [button].button_minimal:active > .button-content > .button-icon, .buttonSet.button_attentionDark > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSet.button_attentionDark > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.button_attentionDark > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSet.button_attentionDark > [button].button_frameless:active > .button-content > .button-icon, .buttonSet.button_attentionDark > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSet.button_attentionDark > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.button_attentionDark > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(139, 46, 8);
}
button.button_attentionDark.button_minimal[disabled], button.button_attentionDark.button_frameless[disabled], [button].button_attentionDark.button_minimal[disabled], [button].button_attentionDark.button_frameless[disabled], .buttonSet.button_attentionDark > button.button_minimal[disabled], .buttonSet.button_attentionDark > button.button_frameless[disabled], .buttonSet.button_attentionDark > [button].button_minimal[disabled], .buttonSet.button_attentionDark > [button].button_frameless[disabled] {
  background: transparent;
  color: rgb(198, 65, 12);
  border-color: rgb(198, 65, 12);
}
button.button_attentionDark.button_minimal[disabled] > .button-content > .button-icon, button.button_attentionDark.button_frameless[disabled] > .button-content > .button-icon, [button].button_attentionDark.button_minimal[disabled] > .button-content > .button-icon, [button].button_attentionDark.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.button_attentionDark > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSet.button_attentionDark > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.button_attentionDark > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSet.button_attentionDark > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: rgb(198, 65, 12);
}
button.button_attentionDark.button_minimal[working], button.button_attentionDark.button_frameless[working], [button].button_attentionDark.button_minimal[working], [button].button_attentionDark.button_frameless[working], .buttonSet.button_attentionDark > button.button_minimal[working], .buttonSet.button_attentionDark > button.button_frameless[working], .buttonSet.button_attentionDark > [button].button_minimal[working], .buttonSet.button_attentionDark > [button].button_frameless[working] {
  background: transparent;
  border-color: #c6410c;
  border-color: rgba(198, 65, 12, 0.4);
  box-shadow: none;
}
button.button_attentionDark.button_frameless, [button].button_attentionDark.button_frameless, .buttonSet.button_attentionDark > button.button_frameless, .buttonSet.button_attentionDark > [button].button_frameless {
  box-shadow: none;
}
button.button_attentionDark.button_frameless:hover,
    button.button_attentionDark.button_frameless:focus,
    [button].button_attentionDark.button_frameless:hover,
    [button].button_attentionDark.button_frameless:focus,
    .buttonSet.button_attentionDark > button.button_frameless:hover,
    .buttonSet.button_attentionDark > button.button_frameless:focus,
    .buttonSet.button_attentionDark > [button].button_frameless:hover,
    .buttonSet.button_attentionDark > [button].button_frameless:focus {
  box-shadow: none;
}
button.button_attentionDark.button_frameless:active,
    button.button_attentionDark.button_frameless[selected],
    button.button_attentionDark.button_frameless[data-selected='true'],
    button.button_attentionDark.button_frameless.button_selected,
    [button].button_attentionDark.button_frameless:active,
    [button].button_attentionDark.button_frameless[selected],
    [button].button_attentionDark.button_frameless[data-selected='true'],
    [button].button_attentionDark.button_frameless.button_selected,
    .buttonSet.button_attentionDark > button.button_frameless:active,
    .buttonSet.button_attentionDark > button.button_frameless[selected],
    .buttonSet.button_attentionDark > button.button_frameless[data-selected='true'],
    .buttonSet.button_attentionDark > button.button_frameless.button_selected,
    .buttonSet.button_attentionDark > [button].button_frameless:active,
    .buttonSet.button_attentionDark > [button].button_frameless[selected],
    .buttonSet.button_attentionDark > [button].button_frameless[data-selected='true'],
    .buttonSet.button_attentionDark > [button].button_frameless.button_selected {
  background: transparent;
}
button.button_attentionDark.button_chrome.button_framelessHover:hover, [button].button_attentionDark.button_chrome.button_framelessHover:hover, .buttonSet.button_attentionDark > button.button_chrome.button_framelessHover:hover, .buttonSet.button_attentionDark > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
button.button_attentionDark.button_chrome.button_framelessHover:active,
    button.button_attentionDark.button_chrome.button_framelessHover[selected],
    button.button_attentionDark.button_chrome.button_framelessHover[data-selected='true'],
    button.button_attentionDark.button_chrome.button_framelessHover.button_selected,
    [button].button_attentionDark.button_chrome.button_framelessHover:active,
    [button].button_attentionDark.button_chrome.button_framelessHover[selected],
    [button].button_attentionDark.button_chrome.button_framelessHover[data-selected='true'],
    [button].button_attentionDark.button_chrome.button_framelessHover.button_selected,
    .buttonSet.button_attentionDark > button.button_chrome.button_framelessHover:active,
    .buttonSet.button_attentionDark > button.button_chrome.button_framelessHover[selected],
    .buttonSet.button_attentionDark > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.button_attentionDark > button.button_chrome.button_framelessHover.button_selected,
    .buttonSet.button_attentionDark > [button].button_chrome.button_framelessHover:active,
    .buttonSet.button_attentionDark > [button].button_chrome.button_framelessHover[selected],
    .buttonSet.button_attentionDark > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.button_attentionDark > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
button.button_attentionDark.button_chrome.button_framelessHover[disabled], [button].button_attentionDark.button_chrome.button_framelessHover[disabled], .buttonSet.button_attentionDark > button.button_chrome.button_framelessHover[disabled], .buttonSet.button_attentionDark > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
button.button_attentionDark.button_fg.button_framelessHover:hover,
    button.button_attentionDark.button_fg.button_framelessHover:focus,
    [button].button_attentionDark.button_fg.button_framelessHover:hover,
    [button].button_attentionDark.button_fg.button_framelessHover:focus,
    .buttonSet.button_attentionDark > button.button_fg.button_framelessHover:hover,
    .buttonSet.button_attentionDark > button.button_fg.button_framelessHover:focus,
    .buttonSet.button_attentionDark > [button].button_fg.button_framelessHover:hover,
    .buttonSet.button_attentionDark > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
button.button_attentionDark.button_fg.button_framelessHover:active,
    button.button_attentionDark.button_fg.button_framelessHover[selected],
    button.button_attentionDark.button_fg.button_framelessHover[data-selected='true']
    button.button_attentionDark.button_fg.button_framelessHover.button_selected,
    [button].button_attentionDark.button_fg.button_framelessHover:active,
    [button].button_attentionDark.button_fg.button_framelessHover[selected],
    [button].button_attentionDark.button_fg.button_framelessHover[data-selected='true']
    [button].button_attentionDark.button_fg.button_framelessHover.button_selected,
    .buttonSet.button_attentionDark > button.button_fg.button_framelessHover:active,
    .buttonSet.button_attentionDark > button.button_fg.button_framelessHover[selected],
    .buttonSet.button_attentionDark > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSet.button_attentionDark > button.button_fg.button_framelessHover.button_selected,
    .buttonSet.button_attentionDark > [button].button_fg.button_framelessHover:active,
    .buttonSet.button_attentionDark > [button].button_fg.button_framelessHover[selected],
    .buttonSet.button_attentionDark > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSet.button_attentionDark > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
button.button_attentionDark.button_fg.button_framelessHover[disabled], [button].button_attentionDark.button_fg.button_framelessHover[disabled], .buttonSet.button_attentionDark > button.button_fg.button_framelessHover[disabled], .buttonSet.button_attentionDark > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSet.buttonSet_attentionDark > button,
.buttonSet.buttonSet_attentionDark > [button] {
  border-left-color: rgb(178, 59, 11);
}
.buttonSwitch.buttonSwitch_attentionDark > button,
.buttonSwitch.buttonSwitch_attentionDark > span > button,
.buttonSwitch.buttonSwitch_attentionDark > [button],
.buttonSwitch.buttonSwitch_attentionDark > span > [button] {
  background: rgb(198, 65, 12);
  border-color: rgb(198, 65, 12);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_attentionDark > button:hover,
  .buttonSwitch.buttonSwitch_attentionDark > button:focus,
  .buttonSwitch.buttonSwitch_attentionDark > span > button:hover,
  .buttonSwitch.buttonSwitch_attentionDark > span > button:focus,
  .buttonSwitch.buttonSwitch_attentionDark > [button]:hover,
  .buttonSwitch.buttonSwitch_attentionDark > [button]:focus,
  .buttonSwitch.buttonSwitch_attentionDark > span > [button]:hover,
  .buttonSwitch.buttonSwitch_attentionDark > span > [button]:focus {
  background: rgb(209, 103, 61);
  border-color: rgb(209, 103, 61);
}
.buttonSwitch.buttonSwitch_attentionDark > button:active, .buttonSwitch.buttonSwitch_attentionDark > span > button:active, .buttonSwitch.buttonSwitch_attentionDark > [button]:active, .buttonSwitch.buttonSwitch_attentionDark > span > [button]:active {
  background: rgb(139, 46, 8);
  border-color: rgb(99, 33, 6);
}
.buttonSwitch.buttonSwitch_attentionDark > button[selected],
  .buttonSwitch.buttonSwitch_attentionDark > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_attentionDark > button.button_selected,
  .buttonSwitch.buttonSwitch_attentionDark > span > button[selected],
  .buttonSwitch.buttonSwitch_attentionDark > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_attentionDark > span > button.button_selected,
  .buttonSwitch.buttonSwitch_attentionDark > [button][selected],
  .buttonSwitch.buttonSwitch_attentionDark > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_attentionDark > [button].button_selected,
  .buttonSwitch.buttonSwitch_attentionDark > span > [button][selected],
  .buttonSwitch.buttonSwitch_attentionDark > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_selected {
  background: rgb(139, 46, 8);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_attentionDark > button[disabled], .buttonSwitch.buttonSwitch_attentionDark > span > button[disabled], .buttonSwitch.buttonSwitch_attentionDark > [button][disabled], .buttonSwitch.buttonSwitch_attentionDark > span > [button][disabled] {
  background: rgb(198, 65, 12);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_attentionDark > button[working], .buttonSwitch.buttonSwitch_attentionDark > button[data-working='true'], .buttonSwitch.buttonSwitch_attentionDark > span > button[working], .buttonSwitch.buttonSwitch_attentionDark > span > button[data-working='true'], .buttonSwitch.buttonSwitch_attentionDark > [button][working], .buttonSwitch.buttonSwitch_attentionDark > [button][data-working='true'], .buttonSwitch.buttonSwitch_attentionDark > span > [button][working], .buttonSwitch.buttonSwitch_attentionDark > span > [button][data-working='true'] {
  background: #c6410c;
  background: rgba(198, 65, 12, 0.4);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_attentionDark > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_attentionDark > span > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_attentionDark > [button] > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_attentionDark > span > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: rgb(198, 65, 12);
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_attentionDark > [button].button_inset .button-selection:after, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(139, 46, 8);
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_minimal,
  .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless,
  .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal,
  .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless,
  .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal,
  .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless,
  .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal,
  .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless {
  background: transparent;
  color: rgb(198, 65, 12);
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless > .button-content > .button-icon {
  fill: rgb(198, 65, 12);
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless .button-confirmation {
  stroke: rgb(198, 65, 12);
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless > .button-underline, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless > .button-underline {
  background-color: rgb(198, 65, 12);
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_attentionDark > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(215, 122, 85);
  color: rgb(215, 122, 85);
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(215, 122, 85);
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_attentionDark > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_attentionDark > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_attentionDark > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless.button_selected {
  background: #c6410c;
  background: rgba(198, 65, 12, 0.05);
  color: rgb(139, 46, 8);
  border-color: rgb(139, 46, 8);
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(139, 46, 8);
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless[disabled], .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless[disabled] {
  background: transparent;
  color: rgb(198, 65, 12);
  border-color: rgb(198, 65, 12);
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: rgb(198, 65, 12);
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_minimal[working], .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless[working], .buttonSwitch.buttonSwitch_attentionDark > span > button.button_minimal[working], .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless[working], .buttonSwitch.buttonSwitch_attentionDark > [button].button_minimal[working], .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless[working], .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_minimal[working], .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless[working] {
  background: transparent;
  border-color: #c6410c;
  border-color: rgba(198, 65, 12, 0.4);
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_frameless, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless, .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless:focus {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_attentionDark > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_frameless.button_selected {
  background: transparent;
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_attentionDark > span > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_attentionDark > [button].button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_attentionDark > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_attentionDark > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_attentionDark > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_attentionDark > span > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_attentionDark > [button].button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_attentionDark > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_attentionDark > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_attentionDark > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_attentionDark > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_attentionDark > span > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_attentionDark > [button].button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
.buttonSwitch.buttonSwitch_attentionDark > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_attentionDark > span > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_attentionDark > [button].button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_attentionDark > button:hover,
  .buttonSwitch.buttonSwitch_attentionDark > button:focus,
  .buttonSwitch.buttonSwitch_attentionDark > span > button:hover,
  .buttonSwitch.buttonSwitch_attentionDark > span > button:focus,
  .buttonSwitch.buttonSwitch_attentionDark > [button]:hover,
  .buttonSwitch.buttonSwitch_attentionDark > [button]:focus,
  .buttonSwitch.buttonSwitch_attentionDark > span > [button]:hover,
  .buttonSwitch.buttonSwitch_attentionDark > span > [button]:focus {
  background: rgb(209, 103, 61);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_attentionDark > button:active, .buttonSwitch.buttonSwitch_attentionDark > span > button:active, .buttonSwitch.buttonSwitch_attentionDark > [button]:active, .buttonSwitch.buttonSwitch_attentionDark > span > [button]:active {
  background: rgb(188, 62, 11);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_attentionDark > button[selected],
  .buttonSwitch.buttonSwitch_attentionDark > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_attentionDark > button.button_selected,
  .buttonSwitch.buttonSwitch_attentionDark > span > button[selected],
  .buttonSwitch.buttonSwitch_attentionDark > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_attentionDark > span > button.button_selected,
  .buttonSwitch.buttonSwitch_attentionDark > [button][selected],
  .buttonSwitch.buttonSwitch_attentionDark > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_attentionDark > [button].button_selected,
  .buttonSwitch.buttonSwitch_attentionDark > span > [button][selected],
  .buttonSwitch.buttonSwitch_attentionDark > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_attentionDark > span > [button].button_selected {
  background: rgb(198, 65, 12);
  border-color: rgb(198, 65, 12);
}
.buttonSwitch.buttonSwitch_attentionDark > button .button-selection:after, .buttonSwitch.buttonSwitch_attentionDark > span > button .button-selection:after, .buttonSwitch.buttonSwitch_attentionDark > [button] .button-selection:after, .buttonSwitch.buttonSwitch_attentionDark > span > [button] .button-selection:after {
  background: rgb(119, 39, 7);
  box-shadow: inset 0 -2px rgb(99, 33, 6);
}
/* Warning (yellow) style*/
button.button_warning,
[button].button_warning,
.buttonSet.buttonSet_warning > button,
.buttonSet.buttonSet_warning > [button] {
  background: #d7950c;
  border-color: #d7950c;
}
button.button_warning:hover,
  button.button_warning:focus,
  [button].button_warning:hover,
  [button].button_warning:focus,
  .buttonSet.buttonSet_warning > button:hover,
  .buttonSet.buttonSet_warning > button:focus,
  .buttonSet.buttonSet_warning > [button]:hover,
  .buttonSet.buttonSet_warning > [button]:focus {
  background: rgb(223, 170, 61);
  border-color: rgb(223, 170, 61);
}
button.button_warning:active, [button].button_warning:active, .buttonSet.buttonSet_warning > button:active, .buttonSet.buttonSet_warning > [button]:active {
  background: rgb(151, 104, 8);
  border-color: rgb(108, 75, 6);
}
button.button_warning[selected],
  button.button_warning[data-selected='true'],
  button.button_warning.button_selected,
  [button].button_warning[selected],
  [button].button_warning[data-selected='true'],
  [button].button_warning.button_selected,
  .buttonSet.buttonSet_warning > button[selected],
  .buttonSet.buttonSet_warning > button[data-selected='true'],
  .buttonSet.buttonSet_warning > button.button_selected,
  .buttonSet.buttonSet_warning > [button][selected],
  .buttonSet.buttonSet_warning > [button][data-selected='true'],
  .buttonSet.buttonSet_warning > [button].button_selected {
  background: rgb(151, 104, 8);
  border-color: transparent;
}
button.button_warning[disabled], [button].button_warning[disabled], .buttonSet.buttonSet_warning > button[disabled], .buttonSet.buttonSet_warning > [button][disabled] {
  background: #d7950c;
  border-color: transparent;
}
button.button_warning[working], button.button_warning[data-working='true'], [button].button_warning[working], [button].button_warning[data-working='true'], .buttonSet.buttonSet_warning > button[working], .buttonSet.buttonSet_warning > button[data-working='true'], .buttonSet.buttonSet_warning > [button][working], .buttonSet.buttonSet_warning > [button][data-working='true'] {
  background: #d7950c;
  background: rgba(215, 149, 12, 0.4);
  border-color: transparent;
}
button.button_warning > .button-spinners > .button-spinner .spinner-pip, [button].button_warning > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_warning > button > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_warning > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: #d7950c;
}
button.button_warning.button_inset .button-selection:after, [button].button_warning.button_inset .button-selection:after, .buttonSet.buttonSet_warning > button.button_inset .button-selection:after, .buttonSet.buttonSet_warning > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(151, 104, 8);
}
button.button_warning.button_minimal,
  button.button_warning.button_frameless,
  [button].button_warning.button_minimal,
  [button].button_warning.button_frameless,
  .buttonSet.buttonSet_warning > button.button_minimal,
  .buttonSet.buttonSet_warning > button.button_frameless,
  .buttonSet.buttonSet_warning > [button].button_minimal,
  .buttonSet.buttonSet_warning > [button].button_frameless {
  background: transparent;
  color: #d7950c;
}
button.button_warning.button_minimal > .button-content > .button-icon, button.button_warning.button_frameless > .button-content > .button-icon, [button].button_warning.button_minimal > .button-content > .button-icon, [button].button_warning.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_warning > button.button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_warning > button.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_warning > [button].button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_warning > [button].button_frameless > .button-content > .button-icon {
  fill: #d7950c;
}
button.button_warning.button_minimal .button-confirmation, button.button_warning.button_frameless .button-confirmation, [button].button_warning.button_minimal .button-confirmation, [button].button_warning.button_frameless .button-confirmation, .buttonSet.buttonSet_warning > button.button_minimal .button-confirmation, .buttonSet.buttonSet_warning > button.button_frameless .button-confirmation, .buttonSet.buttonSet_warning > [button].button_minimal .button-confirmation, .buttonSet.buttonSet_warning > [button].button_frameless .button-confirmation {
  stroke: #d7950c;
}
button.button_warning.button_minimal > .button-underline, button.button_warning.button_frameless > .button-underline, [button].button_warning.button_minimal > .button-underline, [button].button_warning.button_frameless > .button-underline, .buttonSet.buttonSet_warning > button.button_minimal > .button-underline, .buttonSet.buttonSet_warning > button.button_frameless > .button-underline, .buttonSet.buttonSet_warning > [button].button_minimal > .button-underline, .buttonSet.buttonSet_warning > [button].button_frameless > .button-underline {
  background-color: #d7950c;
}
button.button_warning.button_minimal:hover,
    button.button_warning.button_minimal:focus,
    button.button_warning.button_frameless:hover,
    button.button_warning.button_frameless:focus,
    [button].button_warning.button_minimal:hover,
    [button].button_warning.button_minimal:focus,
    [button].button_warning.button_frameless:hover,
    [button].button_warning.button_frameless:focus,
    .buttonSet.buttonSet_warning > button.button_minimal:hover,
    .buttonSet.buttonSet_warning > button.button_minimal:focus,
    .buttonSet.buttonSet_warning > button.button_frameless:hover,
    .buttonSet.buttonSet_warning > button.button_frameless:focus,
    .buttonSet.buttonSet_warning > [button].button_minimal:hover,
    .buttonSet.buttonSet_warning > [button].button_minimal:focus,
    .buttonSet.buttonSet_warning > [button].button_frameless:hover,
    .buttonSet.buttonSet_warning > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(227, 181, 85);
  color: rgb(227, 181, 85);
}
button.button_warning.button_minimal:hover > .button-content > .button-icon, button.button_warning.button_minimal:focus > .button-content > .button-icon, button.button_warning.button_frameless:hover > .button-content > .button-icon, button.button_warning.button_frameless:focus > .button-content > .button-icon, [button].button_warning.button_minimal:hover > .button-content > .button-icon, [button].button_warning.button_minimal:focus > .button-content > .button-icon, [button].button_warning.button_frameless:hover > .button-content > .button-icon, [button].button_warning.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_warning > button.button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_warning > button.button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_warning > button.button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_warning > button.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_warning > [button].button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_warning > [button].button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_warning > [button].button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_warning > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(227, 181, 85);
}
button.button_warning.button_minimal:active,
    button.button_warning.button_minimal[selected],
    button.button_warning.button_minimal[data-selected='true'],
    button.button_warning.button_minimal.button_selected,
    button.button_warning.button_frameless:active,
    button.button_warning.button_frameless[selected],
    button.button_warning.button_frameless[data-selected='true'],
    button.button_warning.button_frameless.button_selected,
    [button].button_warning.button_minimal:active,
    [button].button_warning.button_minimal[selected],
    [button].button_warning.button_minimal[data-selected='true'],
    [button].button_warning.button_minimal.button_selected,
    [button].button_warning.button_frameless:active,
    [button].button_warning.button_frameless[selected],
    [button].button_warning.button_frameless[data-selected='true'],
    [button].button_warning.button_frameless.button_selected,
    .buttonSet.buttonSet_warning > button.button_minimal:active,
    .buttonSet.buttonSet_warning > button.button_minimal[selected],
    .buttonSet.buttonSet_warning > button.button_minimal[data-selected='true'],
    .buttonSet.buttonSet_warning > button.button_minimal.button_selected,
    .buttonSet.buttonSet_warning > button.button_frameless:active,
    .buttonSet.buttonSet_warning > button.button_frameless[selected],
    .buttonSet.buttonSet_warning > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_warning > button.button_frameless.button_selected,
    .buttonSet.buttonSet_warning > [button].button_minimal:active,
    .buttonSet.buttonSet_warning > [button].button_minimal[selected],
    .buttonSet.buttonSet_warning > [button].button_minimal[data-selected='true'],
    .buttonSet.buttonSet_warning > [button].button_minimal.button_selected,
    .buttonSet.buttonSet_warning > [button].button_frameless:active,
    .buttonSet.buttonSet_warning > [button].button_frameless[selected],
    .buttonSet.buttonSet_warning > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_warning > [button].button_frameless.button_selected {
  background: #d7950c;
  background: rgba(215, 149, 12, 0.05);
  color: rgb(151, 104, 8);
  border-color: rgb(151, 104, 8);
}
button.button_warning.button_minimal:active > .button-content > .button-icon, button.button_warning.button_minimal[selected] > .button-content > .button-icon, button.button_warning.button_minimal[data-selected='true'] > .button-content > .button-icon, button.button_warning.button_minimal.button_selected > .button-content > .button-icon, button.button_warning.button_frameless:active > .button-content > .button-icon, button.button_warning.button_frameless[selected] > .button-content > .button-icon, button.button_warning.button_frameless[data-selected='true'] > .button-content > .button-icon, button.button_warning.button_frameless.button_selected > .button-content > .button-icon, [button].button_warning.button_minimal:active > .button-content > .button-icon, [button].button_warning.button_minimal[selected] > .button-content > .button-icon, [button].button_warning.button_minimal[data-selected='true'] > .button-content > .button-icon, [button].button_warning.button_minimal.button_selected > .button-content > .button-icon, [button].button_warning.button_frameless:active > .button-content > .button-icon, [button].button_warning.button_frameless[selected] > .button-content > .button-icon, [button].button_warning.button_frameless[data-selected='true'] > .button-content > .button-icon, [button].button_warning.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_warning > button.button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_warning > button.button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_warning > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_warning > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_warning > button.button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_warning > button.button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_warning > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_warning > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_warning > [button].button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_warning > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_warning > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_warning > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_warning > [button].button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_warning > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_warning > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_warning > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(151, 104, 8);
}
button.button_warning.button_minimal[disabled], button.button_warning.button_frameless[disabled], [button].button_warning.button_minimal[disabled], [button].button_warning.button_frameless[disabled], .buttonSet.buttonSet_warning > button.button_minimal[disabled], .buttonSet.buttonSet_warning > button.button_frameless[disabled], .buttonSet.buttonSet_warning > [button].button_minimal[disabled], .buttonSet.buttonSet_warning > [button].button_frameless[disabled] {
  background: transparent;
  color: #d7950c;
  border-color: #d7950c;
}
button.button_warning.button_minimal[disabled] > .button-content > .button-icon, button.button_warning.button_frameless[disabled] > .button-content > .button-icon, [button].button_warning.button_minimal[disabled] > .button-content > .button-icon, [button].button_warning.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_warning > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_warning > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_warning > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_warning > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: #d7950c;
}
button.button_warning.button_minimal[working], button.button_warning.button_frameless[working], [button].button_warning.button_minimal[working], [button].button_warning.button_frameless[working], .buttonSet.buttonSet_warning > button.button_minimal[working], .buttonSet.buttonSet_warning > button.button_frameless[working], .buttonSet.buttonSet_warning > [button].button_minimal[working], .buttonSet.buttonSet_warning > [button].button_frameless[working] {
  background: transparent;
  border-color: #d7950c;
  border-color: rgba(215, 149, 12, 0.4);
  box-shadow: none;
}
button.button_warning.button_frameless, [button].button_warning.button_frameless, .buttonSet.buttonSet_warning > button.button_frameless, .buttonSet.buttonSet_warning > [button].button_frameless {
  box-shadow: none;
}
button.button_warning.button_frameless:hover,
    button.button_warning.button_frameless:focus,
    [button].button_warning.button_frameless:hover,
    [button].button_warning.button_frameless:focus,
    .buttonSet.buttonSet_warning > button.button_frameless:hover,
    .buttonSet.buttonSet_warning > button.button_frameless:focus,
    .buttonSet.buttonSet_warning > [button].button_frameless:hover,
    .buttonSet.buttonSet_warning > [button].button_frameless:focus {
  box-shadow: none;
}
button.button_warning.button_frameless:active,
    button.button_warning.button_frameless[selected],
    button.button_warning.button_frameless[data-selected='true'],
    button.button_warning.button_frameless.button_selected,
    [button].button_warning.button_frameless:active,
    [button].button_warning.button_frameless[selected],
    [button].button_warning.button_frameless[data-selected='true'],
    [button].button_warning.button_frameless.button_selected,
    .buttonSet.buttonSet_warning > button.button_frameless:active,
    .buttonSet.buttonSet_warning > button.button_frameless[selected],
    .buttonSet.buttonSet_warning > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_warning > button.button_frameless.button_selected,
    .buttonSet.buttonSet_warning > [button].button_frameless:active,
    .buttonSet.buttonSet_warning > [button].button_frameless[selected],
    .buttonSet.buttonSet_warning > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_warning > [button].button_frameless.button_selected {
  background: transparent;
}
button.button_warning.button_chrome.button_framelessHover:hover, [button].button_warning.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_warning > button.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_warning > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
button.button_warning.button_chrome.button_framelessHover:active,
    button.button_warning.button_chrome.button_framelessHover[selected],
    button.button_warning.button_chrome.button_framelessHover[data-selected='true'],
    button.button_warning.button_chrome.button_framelessHover.button_selected,
    [button].button_warning.button_chrome.button_framelessHover:active,
    [button].button_warning.button_chrome.button_framelessHover[selected],
    [button].button_warning.button_chrome.button_framelessHover[data-selected='true'],
    [button].button_warning.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_warning > button.button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_warning > button.button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_warning > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_warning > button.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_warning > [button].button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_warning > [button].button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_warning > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_warning > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
button.button_warning.button_chrome.button_framelessHover[disabled], [button].button_warning.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_warning > button.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_warning > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
button.button_warning.button_fg.button_framelessHover:hover,
    button.button_warning.button_fg.button_framelessHover:focus,
    [button].button_warning.button_fg.button_framelessHover:hover,
    [button].button_warning.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_warning > button.button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_warning > button.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_warning > [button].button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_warning > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
button.button_warning.button_fg.button_framelessHover:active,
    button.button_warning.button_fg.button_framelessHover[selected],
    button.button_warning.button_fg.button_framelessHover[data-selected='true']
    button.button_warning.button_fg.button_framelessHover.button_selected,
    [button].button_warning.button_fg.button_framelessHover:active,
    [button].button_warning.button_fg.button_framelessHover[selected],
    [button].button_warning.button_fg.button_framelessHover[data-selected='true']
    [button].button_warning.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_warning > button.button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_warning > button.button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_warning > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_warning > button.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_warning > [button].button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_warning > [button].button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_warning > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_warning > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
button.button_warning.button_fg.button_framelessHover[disabled], [button].button_warning.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_warning > button.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_warning > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSet.buttonSet_warning > button,
.buttonSet.buttonSet_warning > [button] {
  border-left-color: rgb(194, 134, 11);
}
/* Secondary (blue-grey) style*/
button.button_secondary,
[button].button_secondary,
.buttonSet.buttonSet_secondary > button,
.buttonSet.buttonSet_secondary > [button] {
  background: #475f72;
  border-color: #475f72;
}
button.button_secondary:hover,
  button.button_secondary:focus,
  [button].button_secondary:hover,
  [button].button_secondary:focus,
  .buttonSet.buttonSet_secondary > button:hover,
  .buttonSet.buttonSet_secondary > button:focus,
  .buttonSet.buttonSet_secondary > [button]:hover,
  .buttonSet.buttonSet_secondary > [button]:focus {
  background: rgb(108, 127, 142);
  border-color: rgb(108, 127, 142);
}
button.button_secondary:active, [button].button_secondary:active, .buttonSet.buttonSet_secondary > button:active, .buttonSet.buttonSet_secondary > [button]:active {
  background: rgb(50, 67, 80);
  border-color: rgb(36, 48, 57);
}
button.button_secondary[selected],
  button.button_secondary[data-selected='true'],
  button.button_secondary.button_selected,
  [button].button_secondary[selected],
  [button].button_secondary[data-selected='true'],
  [button].button_secondary.button_selected,
  .buttonSet.buttonSet_secondary > button[selected],
  .buttonSet.buttonSet_secondary > button[data-selected='true'],
  .buttonSet.buttonSet_secondary > button.button_selected,
  .buttonSet.buttonSet_secondary > [button][selected],
  .buttonSet.buttonSet_secondary > [button][data-selected='true'],
  .buttonSet.buttonSet_secondary > [button].button_selected {
  background: rgb(50, 67, 80);
  border-color: transparent;
}
button.button_secondary[disabled], [button].button_secondary[disabled], .buttonSet.buttonSet_secondary > button[disabled], .buttonSet.buttonSet_secondary > [button][disabled] {
  background: #475f72;
  border-color: transparent;
}
button.button_secondary[working], button.button_secondary[data-working='true'], [button].button_secondary[working], [button].button_secondary[data-working='true'], .buttonSet.buttonSet_secondary > button[working], .buttonSet.buttonSet_secondary > button[data-working='true'], .buttonSet.buttonSet_secondary > [button][working], .buttonSet.buttonSet_secondary > [button][data-working='true'] {
  background: #475f72;
  background: rgba(71, 95, 114, 0.4);
  border-color: transparent;
}
button.button_secondary > .button-spinners > .button-spinner .spinner-pip, [button].button_secondary > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_secondary > button > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_secondary > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: #475f72;
}
button.button_secondary.button_inset .button-selection:after, [button].button_secondary.button_inset .button-selection:after, .buttonSet.buttonSet_secondary > button.button_inset .button-selection:after, .buttonSet.buttonSet_secondary > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(50, 67, 80);
}
button.button_secondary.button_minimal,
  button.button_secondary.button_frameless,
  [button].button_secondary.button_minimal,
  [button].button_secondary.button_frameless,
  .buttonSet.buttonSet_secondary > button.button_minimal,
  .buttonSet.buttonSet_secondary > button.button_frameless,
  .buttonSet.buttonSet_secondary > [button].button_minimal,
  .buttonSet.buttonSet_secondary > [button].button_frameless {
  background: transparent;
  color: #475f72;
}
button.button_secondary.button_minimal > .button-content > .button-icon, button.button_secondary.button_frameless > .button-content > .button-icon, [button].button_secondary.button_minimal > .button-content > .button-icon, [button].button_secondary.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_secondary > button.button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_secondary > button.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_secondary > [button].button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_secondary > [button].button_frameless > .button-content > .button-icon {
  fill: #475f72;
}
button.button_secondary.button_minimal .button-confirmation, button.button_secondary.button_frameless .button-confirmation, [button].button_secondary.button_minimal .button-confirmation, [button].button_secondary.button_frameless .button-confirmation, .buttonSet.buttonSet_secondary > button.button_minimal .button-confirmation, .buttonSet.buttonSet_secondary > button.button_frameless .button-confirmation, .buttonSet.buttonSet_secondary > [button].button_minimal .button-confirmation, .buttonSet.buttonSet_secondary > [button].button_frameless .button-confirmation {
  stroke: #475f72;
}
button.button_secondary.button_minimal > .button-underline, button.button_secondary.button_frameless > .button-underline, [button].button_secondary.button_minimal > .button-underline, [button].button_secondary.button_frameless > .button-underline, .buttonSet.buttonSet_secondary > button.button_minimal > .button-underline, .buttonSet.buttonSet_secondary > button.button_frameless > .button-underline, .buttonSet.buttonSet_secondary > [button].button_minimal > .button-underline, .buttonSet.buttonSet_secondary > [button].button_frameless > .button-underline {
  background-color: #475f72;
}
button.button_secondary.button_minimal:hover,
    button.button_secondary.button_minimal:focus,
    button.button_secondary.button_frameless:hover,
    button.button_secondary.button_frameless:focus,
    [button].button_secondary.button_minimal:hover,
    [button].button_secondary.button_minimal:focus,
    [button].button_secondary.button_frameless:hover,
    [button].button_secondary.button_frameless:focus,
    .buttonSet.buttonSet_secondary > button.button_minimal:hover,
    .buttonSet.buttonSet_secondary > button.button_minimal:focus,
    .buttonSet.buttonSet_secondary > button.button_frameless:hover,
    .buttonSet.buttonSet_secondary > button.button_frameless:focus,
    .buttonSet.buttonSet_secondary > [button].button_minimal:hover,
    .buttonSet.buttonSet_secondary > [button].button_minimal:focus,
    .buttonSet.buttonSet_secondary > [button].button_frameless:hover,
    .buttonSet.buttonSet_secondary > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(126, 143, 156);
  color: rgb(126, 143, 156);
}
button.button_secondary.button_minimal:hover > .button-content > .button-icon, button.button_secondary.button_minimal:focus > .button-content > .button-icon, button.button_secondary.button_frameless:hover > .button-content > .button-icon, button.button_secondary.button_frameless:focus > .button-content > .button-icon, [button].button_secondary.button_minimal:hover > .button-content > .button-icon, [button].button_secondary.button_minimal:focus > .button-content > .button-icon, [button].button_secondary.button_frameless:hover > .button-content > .button-icon, [button].button_secondary.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_secondary > button.button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_secondary > button.button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_secondary > button.button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_secondary > button.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_secondary > [button].button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_secondary > [button].button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_secondary > [button].button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_secondary > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(126, 143, 156);
}
button.button_secondary.button_minimal:active,
    button.button_secondary.button_minimal[selected],
    button.button_secondary.button_minimal[data-selected='true'],
    button.button_secondary.button_minimal.button_selected,
    button.button_secondary.button_frameless:active,
    button.button_secondary.button_frameless[selected],
    button.button_secondary.button_frameless[data-selected='true'],
    button.button_secondary.button_frameless.button_selected,
    [button].button_secondary.button_minimal:active,
    [button].button_secondary.button_minimal[selected],
    [button].button_secondary.button_minimal[data-selected='true'],
    [button].button_secondary.button_minimal.button_selected,
    [button].button_secondary.button_frameless:active,
    [button].button_secondary.button_frameless[selected],
    [button].button_secondary.button_frameless[data-selected='true'],
    [button].button_secondary.button_frameless.button_selected,
    .buttonSet.buttonSet_secondary > button.button_minimal:active,
    .buttonSet.buttonSet_secondary > button.button_minimal[selected],
    .buttonSet.buttonSet_secondary > button.button_minimal[data-selected='true'],
    .buttonSet.buttonSet_secondary > button.button_minimal.button_selected,
    .buttonSet.buttonSet_secondary > button.button_frameless:active,
    .buttonSet.buttonSet_secondary > button.button_frameless[selected],
    .buttonSet.buttonSet_secondary > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_secondary > button.button_frameless.button_selected,
    .buttonSet.buttonSet_secondary > [button].button_minimal:active,
    .buttonSet.buttonSet_secondary > [button].button_minimal[selected],
    .buttonSet.buttonSet_secondary > [button].button_minimal[data-selected='true'],
    .buttonSet.buttonSet_secondary > [button].button_minimal.button_selected,
    .buttonSet.buttonSet_secondary > [button].button_frameless:active,
    .buttonSet.buttonSet_secondary > [button].button_frameless[selected],
    .buttonSet.buttonSet_secondary > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_secondary > [button].button_frameless.button_selected {
  background: #475f72;
  background: rgba(71, 95, 114, 0.05);
  color: rgb(50, 67, 80);
  border-color: rgb(50, 67, 80);
}
button.button_secondary.button_minimal:active > .button-content > .button-icon, button.button_secondary.button_minimal[selected] > .button-content > .button-icon, button.button_secondary.button_minimal[data-selected='true'] > .button-content > .button-icon, button.button_secondary.button_minimal.button_selected > .button-content > .button-icon, button.button_secondary.button_frameless:active > .button-content > .button-icon, button.button_secondary.button_frameless[selected] > .button-content > .button-icon, button.button_secondary.button_frameless[data-selected='true'] > .button-content > .button-icon, button.button_secondary.button_frameless.button_selected > .button-content > .button-icon, [button].button_secondary.button_minimal:active > .button-content > .button-icon, [button].button_secondary.button_minimal[selected] > .button-content > .button-icon, [button].button_secondary.button_minimal[data-selected='true'] > .button-content > .button-icon, [button].button_secondary.button_minimal.button_selected > .button-content > .button-icon, [button].button_secondary.button_frameless:active > .button-content > .button-icon, [button].button_secondary.button_frameless[selected] > .button-content > .button-icon, [button].button_secondary.button_frameless[data-selected='true'] > .button-content > .button-icon, [button].button_secondary.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_secondary > button.button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_secondary > button.button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_secondary > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_secondary > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_secondary > button.button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_secondary > button.button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_secondary > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_secondary > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_secondary > [button].button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_secondary > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_secondary > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_secondary > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_secondary > [button].button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_secondary > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_secondary > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_secondary > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(50, 67, 80);
}
button.button_secondary.button_minimal[disabled], button.button_secondary.button_frameless[disabled], [button].button_secondary.button_minimal[disabled], [button].button_secondary.button_frameless[disabled], .buttonSet.buttonSet_secondary > button.button_minimal[disabled], .buttonSet.buttonSet_secondary > button.button_frameless[disabled], .buttonSet.buttonSet_secondary > [button].button_minimal[disabled], .buttonSet.buttonSet_secondary > [button].button_frameless[disabled] {
  background: transparent;
  color: #475f72;
  border-color: #475f72;
}
button.button_secondary.button_minimal[disabled] > .button-content > .button-icon, button.button_secondary.button_frameless[disabled] > .button-content > .button-icon, [button].button_secondary.button_minimal[disabled] > .button-content > .button-icon, [button].button_secondary.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_secondary > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_secondary > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_secondary > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_secondary > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: #475f72;
}
button.button_secondary.button_minimal[working], button.button_secondary.button_frameless[working], [button].button_secondary.button_minimal[working], [button].button_secondary.button_frameless[working], .buttonSet.buttonSet_secondary > button.button_minimal[working], .buttonSet.buttonSet_secondary > button.button_frameless[working], .buttonSet.buttonSet_secondary > [button].button_minimal[working], .buttonSet.buttonSet_secondary > [button].button_frameless[working] {
  background: transparent;
  border-color: #475f72;
  border-color: rgba(71, 95, 114, 0.4);
  box-shadow: none;
}
button.button_secondary.button_frameless, [button].button_secondary.button_frameless, .buttonSet.buttonSet_secondary > button.button_frameless, .buttonSet.buttonSet_secondary > [button].button_frameless {
  box-shadow: none;
}
button.button_secondary.button_frameless:hover,
    button.button_secondary.button_frameless:focus,
    [button].button_secondary.button_frameless:hover,
    [button].button_secondary.button_frameless:focus,
    .buttonSet.buttonSet_secondary > button.button_frameless:hover,
    .buttonSet.buttonSet_secondary > button.button_frameless:focus,
    .buttonSet.buttonSet_secondary > [button].button_frameless:hover,
    .buttonSet.buttonSet_secondary > [button].button_frameless:focus {
  box-shadow: none;
}
button.button_secondary.button_frameless:active,
    button.button_secondary.button_frameless[selected],
    button.button_secondary.button_frameless[data-selected='true'],
    button.button_secondary.button_frameless.button_selected,
    [button].button_secondary.button_frameless:active,
    [button].button_secondary.button_frameless[selected],
    [button].button_secondary.button_frameless[data-selected='true'],
    [button].button_secondary.button_frameless.button_selected,
    .buttonSet.buttonSet_secondary > button.button_frameless:active,
    .buttonSet.buttonSet_secondary > button.button_frameless[selected],
    .buttonSet.buttonSet_secondary > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_secondary > button.button_frameless.button_selected,
    .buttonSet.buttonSet_secondary > [button].button_frameless:active,
    .buttonSet.buttonSet_secondary > [button].button_frameless[selected],
    .buttonSet.buttonSet_secondary > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_secondary > [button].button_frameless.button_selected {
  background: transparent;
}
button.button_secondary.button_chrome.button_framelessHover:hover, [button].button_secondary.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_secondary > button.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_secondary > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
button.button_secondary.button_chrome.button_framelessHover:active,
    button.button_secondary.button_chrome.button_framelessHover[selected],
    button.button_secondary.button_chrome.button_framelessHover[data-selected='true'],
    button.button_secondary.button_chrome.button_framelessHover.button_selected,
    [button].button_secondary.button_chrome.button_framelessHover:active,
    [button].button_secondary.button_chrome.button_framelessHover[selected],
    [button].button_secondary.button_chrome.button_framelessHover[data-selected='true'],
    [button].button_secondary.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_secondary > button.button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_secondary > button.button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_secondary > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_secondary > button.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_secondary > [button].button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_secondary > [button].button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_secondary > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_secondary > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
button.button_secondary.button_chrome.button_framelessHover[disabled], [button].button_secondary.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_secondary > button.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_secondary > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
button.button_secondary.button_fg.button_framelessHover:hover,
    button.button_secondary.button_fg.button_framelessHover:focus,
    [button].button_secondary.button_fg.button_framelessHover:hover,
    [button].button_secondary.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_secondary > button.button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_secondary > button.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_secondary > [button].button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_secondary > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
button.button_secondary.button_fg.button_framelessHover:active,
    button.button_secondary.button_fg.button_framelessHover[selected],
    button.button_secondary.button_fg.button_framelessHover[data-selected='true']
    button.button_secondary.button_fg.button_framelessHover.button_selected,
    [button].button_secondary.button_fg.button_framelessHover:active,
    [button].button_secondary.button_fg.button_framelessHover[selected],
    [button].button_secondary.button_fg.button_framelessHover[data-selected='true']
    [button].button_secondary.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_secondary > button.button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_secondary > button.button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_secondary > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_secondary > button.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_secondary > [button].button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_secondary > [button].button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_secondary > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_secondary > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
button.button_secondary.button_fg.button_framelessHover[disabled], [button].button_secondary.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_secondary > button.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_secondary > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSet.buttonSet_secondary > button,
.buttonSet.buttonSet_secondary > [button] {
  border-left-color: rgb(64, 86, 103);
}
.buttonSwitch.buttonSwitch_secondary > button,
.buttonSwitch.buttonSwitch_secondary > span > button,
.buttonSwitch.buttonSwitch_secondary > [button],
.buttonSwitch.buttonSwitch_secondary > span > [button] {
  background: #475f72;
  border-color: #475f72;
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_secondary > button:hover,
  .buttonSwitch.buttonSwitch_secondary > button:focus,
  .buttonSwitch.buttonSwitch_secondary > span > button:hover,
  .buttonSwitch.buttonSwitch_secondary > span > button:focus,
  .buttonSwitch.buttonSwitch_secondary > [button]:hover,
  .buttonSwitch.buttonSwitch_secondary > [button]:focus,
  .buttonSwitch.buttonSwitch_secondary > span > [button]:hover,
  .buttonSwitch.buttonSwitch_secondary > span > [button]:focus {
  background: rgb(108, 127, 142);
  border-color: rgb(108, 127, 142);
}
.buttonSwitch.buttonSwitch_secondary > button:active, .buttonSwitch.buttonSwitch_secondary > span > button:active, .buttonSwitch.buttonSwitch_secondary > [button]:active, .buttonSwitch.buttonSwitch_secondary > span > [button]:active {
  background: rgb(50, 67, 80);
  border-color: rgb(36, 48, 57);
}
.buttonSwitch.buttonSwitch_secondary > button[selected],
  .buttonSwitch.buttonSwitch_secondary > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_secondary > button.button_selected,
  .buttonSwitch.buttonSwitch_secondary > span > button[selected],
  .buttonSwitch.buttonSwitch_secondary > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_secondary > span > button.button_selected,
  .buttonSwitch.buttonSwitch_secondary > [button][selected],
  .buttonSwitch.buttonSwitch_secondary > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_secondary > [button].button_selected,
  .buttonSwitch.buttonSwitch_secondary > span > [button][selected],
  .buttonSwitch.buttonSwitch_secondary > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_secondary > span > [button].button_selected {
  background: rgb(50, 67, 80);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_secondary > button[disabled], .buttonSwitch.buttonSwitch_secondary > span > button[disabled], .buttonSwitch.buttonSwitch_secondary > [button][disabled], .buttonSwitch.buttonSwitch_secondary > span > [button][disabled] {
  background: #475f72;
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_secondary > button[working], .buttonSwitch.buttonSwitch_secondary > button[data-working='true'], .buttonSwitch.buttonSwitch_secondary > span > button[working], .buttonSwitch.buttonSwitch_secondary > span > button[data-working='true'], .buttonSwitch.buttonSwitch_secondary > [button][working], .buttonSwitch.buttonSwitch_secondary > [button][data-working='true'], .buttonSwitch.buttonSwitch_secondary > span > [button][working], .buttonSwitch.buttonSwitch_secondary > span > [button][data-working='true'] {
  background: #475f72;
  background: rgba(71, 95, 114, 0.4);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_secondary > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_secondary > span > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_secondary > [button] > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_secondary > span > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: #475f72;
}
.buttonSwitch.buttonSwitch_secondary > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_secondary > span > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_secondary > [button].button_inset .button-selection:after, .buttonSwitch.buttonSwitch_secondary > span > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(50, 67, 80);
}
.buttonSwitch.buttonSwitch_secondary > button.button_minimal,
  .buttonSwitch.buttonSwitch_secondary > button.button_frameless,
  .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal,
  .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless,
  .buttonSwitch.buttonSwitch_secondary > [button].button_minimal,
  .buttonSwitch.buttonSwitch_secondary > [button].button_frameless,
  .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal,
  .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless {
  background: transparent;
  color: #475f72;
}
.buttonSwitch.buttonSwitch_secondary > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > [button].button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless > .button-content > .button-icon {
  fill: #475f72;
}
.buttonSwitch.buttonSwitch_secondary > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_secondary > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_secondary > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_secondary > [button].button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless .button-confirmation {
  stroke: #475f72;
}
.buttonSwitch.buttonSwitch_secondary > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_secondary > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_secondary > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_secondary > [button].button_frameless > .button-underline, .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless > .button-underline {
  background-color: #475f72;
}
.buttonSwitch.buttonSwitch_secondary > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_secondary > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_secondary > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_secondary > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_secondary > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_secondary > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_secondary > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_secondary > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(126, 143, 156);
  color: rgb(126, 143, 156);
}
.buttonSwitch.buttonSwitch_secondary > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > [button].button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(126, 143, 156);
}
.buttonSwitch.buttonSwitch_secondary > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_secondary > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_secondary > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_secondary > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_secondary > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_secondary > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_secondary > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_secondary > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_secondary > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_secondary > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_secondary > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_secondary > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_secondary > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_secondary > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_secondary > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_secondary > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless.button_selected {
  background: #475f72;
  background: rgba(71, 95, 114, 0.05);
  color: rgb(50, 67, 80);
  border-color: rgb(50, 67, 80);
}
.buttonSwitch.buttonSwitch_secondary > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > [button].button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(50, 67, 80);
}
.buttonSwitch.buttonSwitch_secondary > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_secondary > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_secondary > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_secondary > [button].button_frameless[disabled], .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless[disabled] {
  background: transparent;
  color: #475f72;
  border-color: #475f72;
}
.buttonSwitch.buttonSwitch_secondary > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > [button].button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: #475f72;
}
.buttonSwitch.buttonSwitch_secondary > button.button_minimal[working], .buttonSwitch.buttonSwitch_secondary > button.button_frameless[working], .buttonSwitch.buttonSwitch_secondary > span > button.button_minimal[working], .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless[working], .buttonSwitch.buttonSwitch_secondary > [button].button_minimal[working], .buttonSwitch.buttonSwitch_secondary > [button].button_frameless[working], .buttonSwitch.buttonSwitch_secondary > span > [button].button_minimal[working], .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless[working] {
  background: transparent;
  border-color: #475f72;
  border-color: rgba(71, 95, 114, 0.4);
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_secondary > button.button_frameless, .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless, .buttonSwitch.buttonSwitch_secondary > [button].button_frameless, .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_secondary > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_secondary > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_secondary > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_secondary > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless:focus {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_secondary > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_secondary > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_secondary > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_secondary > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_secondary > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_secondary > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_secondary > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_secondary > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_secondary > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_frameless.button_selected {
  background: transparent;
}
.buttonSwitch.buttonSwitch_secondary > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_secondary > span > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_secondary > [button].button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_secondary > span > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
.buttonSwitch.buttonSwitch_secondary > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_secondary > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_secondary > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_secondary > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_secondary > span > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_secondary > span > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_secondary > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_secondary > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_secondary > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_secondary > [button].button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
.buttonSwitch.buttonSwitch_secondary > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_secondary > span > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_secondary > [button].button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_secondary > span > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_secondary > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_secondary > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_secondary > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_secondary > [button].button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
.buttonSwitch.buttonSwitch_secondary > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_secondary > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_secondary > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_secondary > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_secondary > span > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_secondary > span > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_secondary > span > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_secondary > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_secondary > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_secondary > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_secondary > [button].button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_secondary > span > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
.buttonSwitch.buttonSwitch_secondary > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_secondary > span > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_secondary > [button].button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_secondary > span > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_secondary > button:hover,
  .buttonSwitch.buttonSwitch_secondary > button:focus,
  .buttonSwitch.buttonSwitch_secondary > span > button:hover,
  .buttonSwitch.buttonSwitch_secondary > span > button:focus,
  .buttonSwitch.buttonSwitch_secondary > [button]:hover,
  .buttonSwitch.buttonSwitch_secondary > [button]:focus,
  .buttonSwitch.buttonSwitch_secondary > span > [button]:hover,
  .buttonSwitch.buttonSwitch_secondary > span > [button]:focus {
  background: rgb(108, 127, 142);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_secondary > button:active, .buttonSwitch.buttonSwitch_secondary > span > button:active, .buttonSwitch.buttonSwitch_secondary > [button]:active, .buttonSwitch.buttonSwitch_secondary > span > [button]:active {
  background: rgb(67, 90, 108);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_secondary > button[selected],
  .buttonSwitch.buttonSwitch_secondary > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_secondary > button.button_selected,
  .buttonSwitch.buttonSwitch_secondary > span > button[selected],
  .buttonSwitch.buttonSwitch_secondary > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_secondary > span > button.button_selected,
  .buttonSwitch.buttonSwitch_secondary > [button][selected],
  .buttonSwitch.buttonSwitch_secondary > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_secondary > [button].button_selected,
  .buttonSwitch.buttonSwitch_secondary > span > [button][selected],
  .buttonSwitch.buttonSwitch_secondary > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_secondary > span > [button].button_selected {
  background: #475f72;
  border-color: #475f72;
}
.buttonSwitch.buttonSwitch_secondary > button .button-selection:after, .buttonSwitch.buttonSwitch_secondary > span > button .button-selection:after, .buttonSwitch.buttonSwitch_secondary > [button] .button-selection:after, .buttonSwitch.buttonSwitch_secondary > span > [button] .button-selection:after {
  background: rgb(43, 57, 68);
  box-shadow: inset 0 -2px rgb(36, 48, 57);
}
/* Used in kraken*/
.button_secondary .spinner-pip {
  background-color: #475f72;
}
button.button_spinnerBg > .button-spinners .spinner-pip {
  background-color: #ffffff;
}
/* Chrome color style (for dark screen)*/
button.button_chrome,
[button].button_chrome,
.buttonSet.buttonSet_chrome > button,
.buttonSet.buttonSet_chrome > [button] {
  background: #d0d7dd;
  border-color: #d0d7dd;
}
button.button_chrome:hover,
  button.button_chrome:focus,
  [button].button_chrome:hover,
  [button].button_chrome:focus,
  .buttonSet.buttonSet_chrome > button:hover,
  .buttonSet.buttonSet_chrome > button:focus,
  .buttonSet.buttonSet_chrome > [button]:hover,
  .buttonSet.buttonSet_chrome > [button]:focus {
  background: rgb(217, 223, 228);
  border-color: rgb(217, 223, 228);
}
button.button_chrome:active, [button].button_chrome:active, .buttonSet.buttonSet_chrome > button:active, .buttonSet.buttonSet_chrome > [button]:active {
  background: rgb(146, 151, 155);
  border-color: rgb(104, 108, 111);
}
button.button_chrome[selected],
  button.button_chrome[data-selected='true'],
  button.button_chrome.button_selected,
  [button].button_chrome[selected],
  [button].button_chrome[data-selected='true'],
  [button].button_chrome.button_selected,
  .buttonSet.buttonSet_chrome > button[selected],
  .buttonSet.buttonSet_chrome > button[data-selected='true'],
  .buttonSet.buttonSet_chrome > button.button_selected,
  .buttonSet.buttonSet_chrome > [button][selected],
  .buttonSet.buttonSet_chrome > [button][data-selected='true'],
  .buttonSet.buttonSet_chrome > [button].button_selected {
  background: rgb(146, 151, 155);
  border-color: transparent;
}
button.button_chrome[disabled], [button].button_chrome[disabled], .buttonSet.buttonSet_chrome > button[disabled], .buttonSet.buttonSet_chrome > [button][disabled] {
  background: #d0d7dd;
  border-color: transparent;
}
button.button_chrome[working], button.button_chrome[data-working='true'], [button].button_chrome[working], [button].button_chrome[data-working='true'], .buttonSet.buttonSet_chrome > button[working], .buttonSet.buttonSet_chrome > button[data-working='true'], .buttonSet.buttonSet_chrome > [button][working], .buttonSet.buttonSet_chrome > [button][data-working='true'] {
  background: #d0d7dd;
  background: rgba(208, 215, 221, 0.4);
  border-color: transparent;
}
button.button_chrome > .button-spinners > .button-spinner .spinner-pip, [button].button_chrome > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_chrome > button > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_chrome > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: #d0d7dd;
}
button.button_chrome.button_inset .button-selection:after, [button].button_chrome.button_inset .button-selection:after, .buttonSet.buttonSet_chrome > button.button_inset .button-selection:after, .buttonSet.buttonSet_chrome > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(146, 151, 155);
}
button.button_chrome.button_minimal,
  button.button_chrome.button_frameless,
  [button].button_chrome.button_minimal,
  [button].button_chrome.button_frameless,
  .buttonSet.buttonSet_chrome > button.button_minimal,
  .buttonSet.buttonSet_chrome > button.button_frameless,
  .buttonSet.buttonSet_chrome > [button].button_minimal,
  .buttonSet.buttonSet_chrome > [button].button_frameless {
  background: transparent;
  color: #d0d7dd;
}
button.button_chrome.button_minimal > .button-content > .button-icon, button.button_chrome.button_frameless > .button-content > .button-icon, [button].button_chrome.button_minimal > .button-content > .button-icon, [button].button_chrome.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_chrome > button.button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_chrome > button.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_chrome > [button].button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_chrome > [button].button_frameless > .button-content > .button-icon {
  fill: #d0d7dd;
}
button.button_chrome.button_minimal .button-confirmation, button.button_chrome.button_frameless .button-confirmation, [button].button_chrome.button_minimal .button-confirmation, [button].button_chrome.button_frameless .button-confirmation, .buttonSet.buttonSet_chrome > button.button_minimal .button-confirmation, .buttonSet.buttonSet_chrome > button.button_frameless .button-confirmation, .buttonSet.buttonSet_chrome > [button].button_minimal .button-confirmation, .buttonSet.buttonSet_chrome > [button].button_frameless .button-confirmation {
  stroke: #d0d7dd;
}
button.button_chrome.button_minimal > .button-underline, button.button_chrome.button_frameless > .button-underline, [button].button_chrome.button_minimal > .button-underline, [button].button_chrome.button_frameless > .button-underline, .buttonSet.buttonSet_chrome > button.button_minimal > .button-underline, .buttonSet.buttonSet_chrome > button.button_frameless > .button-underline, .buttonSet.buttonSet_chrome > [button].button_minimal > .button-underline, .buttonSet.buttonSet_chrome > [button].button_frameless > .button-underline {
  background-color: #d0d7dd;
}
button.button_chrome.button_minimal:hover,
    button.button_chrome.button_minimal:focus,
    button.button_chrome.button_frameless:hover,
    button.button_chrome.button_frameless:focus,
    [button].button_chrome.button_minimal:hover,
    [button].button_chrome.button_minimal:focus,
    [button].button_chrome.button_frameless:hover,
    [button].button_chrome.button_frameless:focus,
    .buttonSet.buttonSet_chrome > button.button_minimal:hover,
    .buttonSet.buttonSet_chrome > button.button_minimal:focus,
    .buttonSet.buttonSet_chrome > button.button_frameless:hover,
    .buttonSet.buttonSet_chrome > button.button_frameless:focus,
    .buttonSet.buttonSet_chrome > [button].button_minimal:hover,
    .buttonSet.buttonSet_chrome > [button].button_minimal:focus,
    .buttonSet.buttonSet_chrome > [button].button_frameless:hover,
    .buttonSet.buttonSet_chrome > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(222, 227, 231);
  color: rgb(222, 227, 231);
}
button.button_chrome.button_minimal:hover > .button-content > .button-icon, button.button_chrome.button_minimal:focus > .button-content > .button-icon, button.button_chrome.button_frameless:hover > .button-content > .button-icon, button.button_chrome.button_frameless:focus > .button-content > .button-icon, [button].button_chrome.button_minimal:hover > .button-content > .button-icon, [button].button_chrome.button_minimal:focus > .button-content > .button-icon, [button].button_chrome.button_frameless:hover > .button-content > .button-icon, [button].button_chrome.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_chrome > button.button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_chrome > button.button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_chrome > button.button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_chrome > button.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_chrome > [button].button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_chrome > [button].button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_chrome > [button].button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_chrome > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(222, 227, 231);
}
button.button_chrome.button_minimal:active,
    button.button_chrome.button_minimal[selected],
    button.button_chrome.button_minimal[data-selected='true'],
    button.button_chrome.button_minimal.button_selected,
    button.button_chrome.button_frameless:active,
    button.button_chrome.button_frameless[selected],
    button.button_chrome.button_frameless[data-selected='true'],
    button.button_chrome.button_frameless.button_selected,
    [button].button_chrome.button_minimal:active,
    [button].button_chrome.button_minimal[selected],
    [button].button_chrome.button_minimal[data-selected='true'],
    [button].button_chrome.button_minimal.button_selected,
    [button].button_chrome.button_frameless:active,
    [button].button_chrome.button_frameless[selected],
    [button].button_chrome.button_frameless[data-selected='true'],
    [button].button_chrome.button_frameless.button_selected,
    .buttonSet.buttonSet_chrome > button.button_minimal:active,
    .buttonSet.buttonSet_chrome > button.button_minimal[selected],
    .buttonSet.buttonSet_chrome > button.button_minimal[data-selected='true'],
    .buttonSet.buttonSet_chrome > button.button_minimal.button_selected,
    .buttonSet.buttonSet_chrome > button.button_frameless:active,
    .buttonSet.buttonSet_chrome > button.button_frameless[selected],
    .buttonSet.buttonSet_chrome > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_chrome > button.button_frameless.button_selected,
    .buttonSet.buttonSet_chrome > [button].button_minimal:active,
    .buttonSet.buttonSet_chrome > [button].button_minimal[selected],
    .buttonSet.buttonSet_chrome > [button].button_minimal[data-selected='true'],
    .buttonSet.buttonSet_chrome > [button].button_minimal.button_selected,
    .buttonSet.buttonSet_chrome > [button].button_frameless:active,
    .buttonSet.buttonSet_chrome > [button].button_frameless[selected],
    .buttonSet.buttonSet_chrome > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_chrome > [button].button_frameless.button_selected {
  background: #d0d7dd;
  background: rgba(208, 215, 221, 0.05);
  color: rgb(146, 151, 155);
  border-color: rgb(146, 151, 155);
}
button.button_chrome.button_minimal:active > .button-content > .button-icon, button.button_chrome.button_minimal[selected] > .button-content > .button-icon, button.button_chrome.button_minimal[data-selected='true'] > .button-content > .button-icon, button.button_chrome.button_minimal.button_selected > .button-content > .button-icon, button.button_chrome.button_frameless:active > .button-content > .button-icon, button.button_chrome.button_frameless[selected] > .button-content > .button-icon, button.button_chrome.button_frameless[data-selected='true'] > .button-content > .button-icon, button.button_chrome.button_frameless.button_selected > .button-content > .button-icon, [button].button_chrome.button_minimal:active > .button-content > .button-icon, [button].button_chrome.button_minimal[selected] > .button-content > .button-icon, [button].button_chrome.button_minimal[data-selected='true'] > .button-content > .button-icon, [button].button_chrome.button_minimal.button_selected > .button-content > .button-icon, [button].button_chrome.button_frameless:active > .button-content > .button-icon, [button].button_chrome.button_frameless[selected] > .button-content > .button-icon, [button].button_chrome.button_frameless[data-selected='true'] > .button-content > .button-icon, [button].button_chrome.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_chrome > button.button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_chrome > button.button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_chrome > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_chrome > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_chrome > button.button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_chrome > button.button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_chrome > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_chrome > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_chrome > [button].button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_chrome > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_chrome > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_chrome > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_chrome > [button].button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_chrome > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_chrome > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_chrome > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(146, 151, 155);
}
button.button_chrome.button_minimal[disabled], button.button_chrome.button_frameless[disabled], [button].button_chrome.button_minimal[disabled], [button].button_chrome.button_frameless[disabled], .buttonSet.buttonSet_chrome > button.button_minimal[disabled], .buttonSet.buttonSet_chrome > button.button_frameless[disabled], .buttonSet.buttonSet_chrome > [button].button_minimal[disabled], .buttonSet.buttonSet_chrome > [button].button_frameless[disabled] {
  background: transparent;
  color: #d0d7dd;
  border-color: #d0d7dd;
}
button.button_chrome.button_minimal[disabled] > .button-content > .button-icon, button.button_chrome.button_frameless[disabled] > .button-content > .button-icon, [button].button_chrome.button_minimal[disabled] > .button-content > .button-icon, [button].button_chrome.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_chrome > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_chrome > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_chrome > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_chrome > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: #d0d7dd;
}
button.button_chrome.button_minimal[working], button.button_chrome.button_frameless[working], [button].button_chrome.button_minimal[working], [button].button_chrome.button_frameless[working], .buttonSet.buttonSet_chrome > button.button_minimal[working], .buttonSet.buttonSet_chrome > button.button_frameless[working], .buttonSet.buttonSet_chrome > [button].button_minimal[working], .buttonSet.buttonSet_chrome > [button].button_frameless[working] {
  background: transparent;
  border-color: #d0d7dd;
  border-color: rgba(208, 215, 221, 0.4);
  box-shadow: none;
}
button.button_chrome.button_frameless, [button].button_chrome.button_frameless, .buttonSet.buttonSet_chrome > button.button_frameless, .buttonSet.buttonSet_chrome > [button].button_frameless {
  box-shadow: none;
}
button.button_chrome.button_frameless:hover,
    button.button_chrome.button_frameless:focus,
    [button].button_chrome.button_frameless:hover,
    [button].button_chrome.button_frameless:focus,
    .buttonSet.buttonSet_chrome > button.button_frameless:hover,
    .buttonSet.buttonSet_chrome > button.button_frameless:focus,
    .buttonSet.buttonSet_chrome > [button].button_frameless:hover,
    .buttonSet.buttonSet_chrome > [button].button_frameless:focus {
  box-shadow: none;
}
button.button_chrome.button_frameless:active,
    button.button_chrome.button_frameless[selected],
    button.button_chrome.button_frameless[data-selected='true'],
    button.button_chrome.button_frameless.button_selected,
    [button].button_chrome.button_frameless:active,
    [button].button_chrome.button_frameless[selected],
    [button].button_chrome.button_frameless[data-selected='true'],
    [button].button_chrome.button_frameless.button_selected,
    .buttonSet.buttonSet_chrome > button.button_frameless:active,
    .buttonSet.buttonSet_chrome > button.button_frameless[selected],
    .buttonSet.buttonSet_chrome > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_chrome > button.button_frameless.button_selected,
    .buttonSet.buttonSet_chrome > [button].button_frameless:active,
    .buttonSet.buttonSet_chrome > [button].button_frameless[selected],
    .buttonSet.buttonSet_chrome > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_chrome > [button].button_frameless.button_selected {
  background: transparent;
}
button.button_chrome.button_chrome.button_framelessHover:hover, [button].button_chrome.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_chrome > button.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_chrome > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
button.button_chrome.button_chrome.button_framelessHover:active,
    button.button_chrome.button_chrome.button_framelessHover[selected],
    button.button_chrome.button_chrome.button_framelessHover[data-selected='true'],
    button.button_chrome.button_chrome.button_framelessHover.button_selected,
    [button].button_chrome.button_chrome.button_framelessHover:active,
    [button].button_chrome.button_chrome.button_framelessHover[selected],
    [button].button_chrome.button_chrome.button_framelessHover[data-selected='true'],
    [button].button_chrome.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_chrome > button.button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_chrome > button.button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_chrome > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_chrome > button.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_chrome > [button].button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_chrome > [button].button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_chrome > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_chrome > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
button.button_chrome.button_chrome.button_framelessHover[disabled], [button].button_chrome.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_chrome > button.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_chrome > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
button.button_chrome.button_fg.button_framelessHover:hover,
    button.button_chrome.button_fg.button_framelessHover:focus,
    [button].button_chrome.button_fg.button_framelessHover:hover,
    [button].button_chrome.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_chrome > button.button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_chrome > button.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_chrome > [button].button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_chrome > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
button.button_chrome.button_fg.button_framelessHover:active,
    button.button_chrome.button_fg.button_framelessHover[selected],
    button.button_chrome.button_fg.button_framelessHover[data-selected='true']
    button.button_chrome.button_fg.button_framelessHover.button_selected,
    [button].button_chrome.button_fg.button_framelessHover:active,
    [button].button_chrome.button_fg.button_framelessHover[selected],
    [button].button_chrome.button_fg.button_framelessHover[data-selected='true']
    [button].button_chrome.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_chrome > button.button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_chrome > button.button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_chrome > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_chrome > button.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_chrome > [button].button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_chrome > [button].button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_chrome > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_chrome > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
button.button_chrome.button_fg.button_framelessHover[disabled], [button].button_chrome.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_chrome > button.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_chrome > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSet.buttonSet_chrome > button,
.buttonSet.buttonSet_chrome > [button] {
  border-left-color: rgb(187, 194, 199);
}
.buttonSwitch.buttonSwitch_chrome > button,
.buttonSwitch.buttonSwitch_chrome > span > button,
.buttonSwitch.buttonSwitch_chrome > [button],
.buttonSwitch.buttonSwitch_chrome > span > [button] {
  background: #d0d7dd;
  border-color: #d0d7dd;
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_chrome > button:hover,
  .buttonSwitch.buttonSwitch_chrome > button:focus,
  .buttonSwitch.buttonSwitch_chrome > span > button:hover,
  .buttonSwitch.buttonSwitch_chrome > span > button:focus,
  .buttonSwitch.buttonSwitch_chrome > [button]:hover,
  .buttonSwitch.buttonSwitch_chrome > [button]:focus,
  .buttonSwitch.buttonSwitch_chrome > span > [button]:hover,
  .buttonSwitch.buttonSwitch_chrome > span > [button]:focus {
  background: rgb(217, 223, 228);
  border-color: rgb(217, 223, 228);
}
.buttonSwitch.buttonSwitch_chrome > button:active, .buttonSwitch.buttonSwitch_chrome > span > button:active, .buttonSwitch.buttonSwitch_chrome > [button]:active, .buttonSwitch.buttonSwitch_chrome > span > [button]:active {
  background: rgb(146, 151, 155);
  border-color: rgb(104, 108, 111);
}
.buttonSwitch.buttonSwitch_chrome > button[selected],
  .buttonSwitch.buttonSwitch_chrome > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_chrome > button.button_selected,
  .buttonSwitch.buttonSwitch_chrome > span > button[selected],
  .buttonSwitch.buttonSwitch_chrome > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_chrome > span > button.button_selected,
  .buttonSwitch.buttonSwitch_chrome > [button][selected],
  .buttonSwitch.buttonSwitch_chrome > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_chrome > [button].button_selected,
  .buttonSwitch.buttonSwitch_chrome > span > [button][selected],
  .buttonSwitch.buttonSwitch_chrome > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_chrome > span > [button].button_selected {
  background: rgb(146, 151, 155);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_chrome > button[disabled], .buttonSwitch.buttonSwitch_chrome > span > button[disabled], .buttonSwitch.buttonSwitch_chrome > [button][disabled], .buttonSwitch.buttonSwitch_chrome > span > [button][disabled] {
  background: #d0d7dd;
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_chrome > button[working], .buttonSwitch.buttonSwitch_chrome > button[data-working='true'], .buttonSwitch.buttonSwitch_chrome > span > button[working], .buttonSwitch.buttonSwitch_chrome > span > button[data-working='true'], .buttonSwitch.buttonSwitch_chrome > [button][working], .buttonSwitch.buttonSwitch_chrome > [button][data-working='true'], .buttonSwitch.buttonSwitch_chrome > span > [button][working], .buttonSwitch.buttonSwitch_chrome > span > [button][data-working='true'] {
  background: #d0d7dd;
  background: rgba(208, 215, 221, 0.4);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_chrome > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_chrome > span > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_chrome > [button] > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_chrome > span > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: #d0d7dd;
}
.buttonSwitch.buttonSwitch_chrome > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_chrome > span > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_chrome > [button].button_inset .button-selection:after, .buttonSwitch.buttonSwitch_chrome > span > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(146, 151, 155);
}
.buttonSwitch.buttonSwitch_chrome > button.button_minimal,
  .buttonSwitch.buttonSwitch_chrome > button.button_frameless,
  .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal,
  .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless,
  .buttonSwitch.buttonSwitch_chrome > [button].button_minimal,
  .buttonSwitch.buttonSwitch_chrome > [button].button_frameless,
  .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal,
  .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless {
  background: transparent;
  color: #d0d7dd;
}
.buttonSwitch.buttonSwitch_chrome > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > [button].button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless > .button-content > .button-icon {
  fill: #d0d7dd;
}
.buttonSwitch.buttonSwitch_chrome > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_chrome > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_chrome > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_chrome > [button].button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless .button-confirmation {
  stroke: #d0d7dd;
}
.buttonSwitch.buttonSwitch_chrome > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_chrome > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_chrome > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_chrome > [button].button_frameless > .button-underline, .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless > .button-underline {
  background-color: #d0d7dd;
}
.buttonSwitch.buttonSwitch_chrome > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_chrome > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_chrome > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_chrome > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_chrome > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_chrome > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_chrome > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_chrome > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(222, 227, 231);
  color: rgb(222, 227, 231);
}
.buttonSwitch.buttonSwitch_chrome > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > [button].button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(222, 227, 231);
}
.buttonSwitch.buttonSwitch_chrome > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_chrome > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_chrome > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_chrome > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_chrome > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_chrome > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_chrome > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_chrome > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_chrome > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_chrome > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_chrome > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_chrome > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_chrome > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_chrome > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_chrome > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_chrome > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless.button_selected {
  background: #d0d7dd;
  background: rgba(208, 215, 221, 0.05);
  color: rgb(146, 151, 155);
  border-color: rgb(146, 151, 155);
}
.buttonSwitch.buttonSwitch_chrome > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > [button].button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(146, 151, 155);
}
.buttonSwitch.buttonSwitch_chrome > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_chrome > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_chrome > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_chrome > [button].button_frameless[disabled], .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless[disabled] {
  background: transparent;
  color: #d0d7dd;
  border-color: #d0d7dd;
}
.buttonSwitch.buttonSwitch_chrome > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > [button].button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: #d0d7dd;
}
.buttonSwitch.buttonSwitch_chrome > button.button_minimal[working], .buttonSwitch.buttonSwitch_chrome > button.button_frameless[working], .buttonSwitch.buttonSwitch_chrome > span > button.button_minimal[working], .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless[working], .buttonSwitch.buttonSwitch_chrome > [button].button_minimal[working], .buttonSwitch.buttonSwitch_chrome > [button].button_frameless[working], .buttonSwitch.buttonSwitch_chrome > span > [button].button_minimal[working], .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless[working] {
  background: transparent;
  border-color: #d0d7dd;
  border-color: rgba(208, 215, 221, 0.4);
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_chrome > button.button_frameless, .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless, .buttonSwitch.buttonSwitch_chrome > [button].button_frameless, .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_chrome > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_chrome > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_chrome > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_chrome > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless:focus {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_chrome > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_chrome > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_chrome > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_chrome > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_chrome > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_chrome > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_chrome > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_chrome > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_chrome > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_frameless.button_selected {
  background: transparent;
}
.buttonSwitch.buttonSwitch_chrome > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_chrome > span > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_chrome > [button].button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_chrome > span > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
.buttonSwitch.buttonSwitch_chrome > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_chrome > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_chrome > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_chrome > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_chrome > span > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_chrome > span > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_chrome > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_chrome > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_chrome > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_chrome > [button].button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
.buttonSwitch.buttonSwitch_chrome > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_chrome > span > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_chrome > [button].button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_chrome > span > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_chrome > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_chrome > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_chrome > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_chrome > [button].button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
.buttonSwitch.buttonSwitch_chrome > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_chrome > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_chrome > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_chrome > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_chrome > span > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_chrome > span > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_chrome > span > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_chrome > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_chrome > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_chrome > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_chrome > [button].button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_chrome > span > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
.buttonSwitch.buttonSwitch_chrome > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_chrome > span > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_chrome > [button].button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_chrome > span > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_chrome > button:hover,
  .buttonSwitch.buttonSwitch_chrome > button:focus,
  .buttonSwitch.buttonSwitch_chrome > span > button:hover,
  .buttonSwitch.buttonSwitch_chrome > span > button:focus,
  .buttonSwitch.buttonSwitch_chrome > [button]:hover,
  .buttonSwitch.buttonSwitch_chrome > [button]:focus,
  .buttonSwitch.buttonSwitch_chrome > span > [button]:hover,
  .buttonSwitch.buttonSwitch_chrome > span > [button]:focus {
  background: rgb(217, 223, 228);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_chrome > button:active, .buttonSwitch.buttonSwitch_chrome > span > button:active, .buttonSwitch.buttonSwitch_chrome > [button]:active, .buttonSwitch.buttonSwitch_chrome > span > [button]:active {
  background: rgb(198, 204, 210);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_chrome > button[selected],
  .buttonSwitch.buttonSwitch_chrome > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_chrome > button.button_selected,
  .buttonSwitch.buttonSwitch_chrome > span > button[selected],
  .buttonSwitch.buttonSwitch_chrome > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_chrome > span > button.button_selected,
  .buttonSwitch.buttonSwitch_chrome > [button][selected],
  .buttonSwitch.buttonSwitch_chrome > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_chrome > [button].button_selected,
  .buttonSwitch.buttonSwitch_chrome > span > [button][selected],
  .buttonSwitch.buttonSwitch_chrome > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_chrome > span > [button].button_selected {
  background: #d0d7dd;
  border-color: #d0d7dd;
}
.buttonSwitch.buttonSwitch_chrome > button .button-selection:after, .buttonSwitch.buttonSwitch_chrome > span > button .button-selection:after, .buttonSwitch.buttonSwitch_chrome > [button] .button-selection:after, .buttonSwitch.buttonSwitch_chrome > span > [button] .button-selection:after {
  background: rgb(125, 129, 133);
  box-shadow: inset 0 -2px rgb(104, 108, 111);
}
/* Bg color style*/
button.button_bg,
[button].button_bg,
.buttonSet.buttonSet_bg > button,
.buttonSet.buttonSet_bg > [button] {
  background: rgb(227, 231, 235);
  border-color: rgb(227, 231, 235);
}
button.button_bg:hover,
  button.button_bg:focus,
  [button].button_bg:hover,
  [button].button_bg:focus,
  .buttonSet.buttonSet_bg > button:hover,
  .buttonSet.buttonSet_bg > button:focus,
  .buttonSet.buttonSet_bg > [button]:hover,
  .buttonSet.buttonSet_bg > [button]:focus {
  background: rgb(233, 236, 239);
  border-color: rgb(233, 236, 239);
}
button.button_bg:active, [button].button_bg:active, .buttonSet.buttonSet_bg > button:active, .buttonSet.buttonSet_bg > [button]:active {
  background: rgb(159, 162, 165);
  border-color: rgb(114, 116, 118);
}
button.button_bg[selected],
  button.button_bg[data-selected='true'],
  button.button_bg.button_selected,
  [button].button_bg[selected],
  [button].button_bg[data-selected='true'],
  [button].button_bg.button_selected,
  .buttonSet.buttonSet_bg > button[selected],
  .buttonSet.buttonSet_bg > button[data-selected='true'],
  .buttonSet.buttonSet_bg > button.button_selected,
  .buttonSet.buttonSet_bg > [button][selected],
  .buttonSet.buttonSet_bg > [button][data-selected='true'],
  .buttonSet.buttonSet_bg > [button].button_selected {
  background: rgb(159, 162, 165);
  border-color: transparent;
}
button.button_bg[disabled], [button].button_bg[disabled], .buttonSet.buttonSet_bg > button[disabled], .buttonSet.buttonSet_bg > [button][disabled] {
  background: rgb(227, 231, 235);
  border-color: transparent;
}
button.button_bg[working], button.button_bg[data-working='true'], [button].button_bg[working], [button].button_bg[data-working='true'], .buttonSet.buttonSet_bg > button[working], .buttonSet.buttonSet_bg > button[data-working='true'], .buttonSet.buttonSet_bg > [button][working], .buttonSet.buttonSet_bg > [button][data-working='true'] {
  background: #e3e7eb;
  background: rgba(227, 231, 235, 0.4);
  border-color: transparent;
}
button.button_bg > .button-spinners > .button-spinner .spinner-pip, [button].button_bg > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_bg > button > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_bg > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: rgb(227, 231, 235);
}
button.button_bg.button_inset .button-selection:after, [button].button_bg.button_inset .button-selection:after, .buttonSet.buttonSet_bg > button.button_inset .button-selection:after, .buttonSet.buttonSet_bg > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(159, 162, 165);
}
button.button_bg.button_minimal,
  button.button_bg.button_frameless,
  [button].button_bg.button_minimal,
  [button].button_bg.button_frameless,
  .buttonSet.buttonSet_bg > button.button_minimal,
  .buttonSet.buttonSet_bg > button.button_frameless,
  .buttonSet.buttonSet_bg > [button].button_minimal,
  .buttonSet.buttonSet_bg > [button].button_frameless {
  background: transparent;
  color: rgb(227, 231, 235);
}
button.button_bg.button_minimal > .button-content > .button-icon, button.button_bg.button_frameless > .button-content > .button-icon, [button].button_bg.button_minimal > .button-content > .button-icon, [button].button_bg.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_bg > button.button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_bg > button.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_bg > [button].button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_bg > [button].button_frameless > .button-content > .button-icon {
  fill: rgb(227, 231, 235);
}
button.button_bg.button_minimal .button-confirmation, button.button_bg.button_frameless .button-confirmation, [button].button_bg.button_minimal .button-confirmation, [button].button_bg.button_frameless .button-confirmation, .buttonSet.buttonSet_bg > button.button_minimal .button-confirmation, .buttonSet.buttonSet_bg > button.button_frameless .button-confirmation, .buttonSet.buttonSet_bg > [button].button_minimal .button-confirmation, .buttonSet.buttonSet_bg > [button].button_frameless .button-confirmation {
  stroke: rgb(227, 231, 235);
}
button.button_bg.button_minimal > .button-underline, button.button_bg.button_frameless > .button-underline, [button].button_bg.button_minimal > .button-underline, [button].button_bg.button_frameless > .button-underline, .buttonSet.buttonSet_bg > button.button_minimal > .button-underline, .buttonSet.buttonSet_bg > button.button_frameless > .button-underline, .buttonSet.buttonSet_bg > [button].button_minimal > .button-underline, .buttonSet.buttonSet_bg > [button].button_frameless > .button-underline {
  background-color: rgb(227, 231, 235);
}
button.button_bg.button_minimal:hover,
    button.button_bg.button_minimal:focus,
    button.button_bg.button_frameless:hover,
    button.button_bg.button_frameless:focus,
    [button].button_bg.button_minimal:hover,
    [button].button_bg.button_minimal:focus,
    [button].button_bg.button_frameless:hover,
    [button].button_bg.button_frameless:focus,
    .buttonSet.buttonSet_bg > button.button_minimal:hover,
    .buttonSet.buttonSet_bg > button.button_minimal:focus,
    .buttonSet.buttonSet_bg > button.button_frameless:hover,
    .buttonSet.buttonSet_bg > button.button_frameless:focus,
    .buttonSet.buttonSet_bg > [button].button_minimal:hover,
    .buttonSet.buttonSet_bg > [button].button_minimal:focus,
    .buttonSet.buttonSet_bg > [button].button_frameless:hover,
    .buttonSet.buttonSet_bg > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(235, 238, 241);
  color: rgb(235, 238, 241);
}
button.button_bg.button_minimal:hover > .button-content > .button-icon, button.button_bg.button_minimal:focus > .button-content > .button-icon, button.button_bg.button_frameless:hover > .button-content > .button-icon, button.button_bg.button_frameless:focus > .button-content > .button-icon, [button].button_bg.button_minimal:hover > .button-content > .button-icon, [button].button_bg.button_minimal:focus > .button-content > .button-icon, [button].button_bg.button_frameless:hover > .button-content > .button-icon, [button].button_bg.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_bg > button.button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_bg > button.button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_bg > button.button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_bg > button.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_bg > [button].button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_bg > [button].button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_bg > [button].button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_bg > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(235, 238, 241);
}
button.button_bg.button_minimal:active,
    button.button_bg.button_minimal[selected],
    button.button_bg.button_minimal[data-selected='true'],
    button.button_bg.button_minimal.button_selected,
    button.button_bg.button_frameless:active,
    button.button_bg.button_frameless[selected],
    button.button_bg.button_frameless[data-selected='true'],
    button.button_bg.button_frameless.button_selected,
    [button].button_bg.button_minimal:active,
    [button].button_bg.button_minimal[selected],
    [button].button_bg.button_minimal[data-selected='true'],
    [button].button_bg.button_minimal.button_selected,
    [button].button_bg.button_frameless:active,
    [button].button_bg.button_frameless[selected],
    [button].button_bg.button_frameless[data-selected='true'],
    [button].button_bg.button_frameless.button_selected,
    .buttonSet.buttonSet_bg > button.button_minimal:active,
    .buttonSet.buttonSet_bg > button.button_minimal[selected],
    .buttonSet.buttonSet_bg > button.button_minimal[data-selected='true'],
    .buttonSet.buttonSet_bg > button.button_minimal.button_selected,
    .buttonSet.buttonSet_bg > button.button_frameless:active,
    .buttonSet.buttonSet_bg > button.button_frameless[selected],
    .buttonSet.buttonSet_bg > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_bg > button.button_frameless.button_selected,
    .buttonSet.buttonSet_bg > [button].button_minimal:active,
    .buttonSet.buttonSet_bg > [button].button_minimal[selected],
    .buttonSet.buttonSet_bg > [button].button_minimal[data-selected='true'],
    .buttonSet.buttonSet_bg > [button].button_minimal.button_selected,
    .buttonSet.buttonSet_bg > [button].button_frameless:active,
    .buttonSet.buttonSet_bg > [button].button_frameless[selected],
    .buttonSet.buttonSet_bg > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_bg > [button].button_frameless.button_selected {
  background: #e3e7eb;
  background: rgba(227, 231, 235, 0.05);
  color: rgb(159, 162, 165);
  border-color: rgb(159, 162, 165);
}
button.button_bg.button_minimal:active > .button-content > .button-icon, button.button_bg.button_minimal[selected] > .button-content > .button-icon, button.button_bg.button_minimal[data-selected='true'] > .button-content > .button-icon, button.button_bg.button_minimal.button_selected > .button-content > .button-icon, button.button_bg.button_frameless:active > .button-content > .button-icon, button.button_bg.button_frameless[selected] > .button-content > .button-icon, button.button_bg.button_frameless[data-selected='true'] > .button-content > .button-icon, button.button_bg.button_frameless.button_selected > .button-content > .button-icon, [button].button_bg.button_minimal:active > .button-content > .button-icon, [button].button_bg.button_minimal[selected] > .button-content > .button-icon, [button].button_bg.button_minimal[data-selected='true'] > .button-content > .button-icon, [button].button_bg.button_minimal.button_selected > .button-content > .button-icon, [button].button_bg.button_frameless:active > .button-content > .button-icon, [button].button_bg.button_frameless[selected] > .button-content > .button-icon, [button].button_bg.button_frameless[data-selected='true'] > .button-content > .button-icon, [button].button_bg.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_bg > button.button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_bg > button.button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_bg > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_bg > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_bg > button.button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_bg > button.button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_bg > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_bg > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_bg > [button].button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_bg > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_bg > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_bg > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_bg > [button].button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_bg > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_bg > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_bg > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(159, 162, 165);
}
button.button_bg.button_minimal[disabled], button.button_bg.button_frameless[disabled], [button].button_bg.button_minimal[disabled], [button].button_bg.button_frameless[disabled], .buttonSet.buttonSet_bg > button.button_minimal[disabled], .buttonSet.buttonSet_bg > button.button_frameless[disabled], .buttonSet.buttonSet_bg > [button].button_minimal[disabled], .buttonSet.buttonSet_bg > [button].button_frameless[disabled] {
  background: transparent;
  color: rgb(227, 231, 235);
  border-color: rgb(227, 231, 235);
}
button.button_bg.button_minimal[disabled] > .button-content > .button-icon, button.button_bg.button_frameless[disabled] > .button-content > .button-icon, [button].button_bg.button_minimal[disabled] > .button-content > .button-icon, [button].button_bg.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_bg > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_bg > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_bg > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_bg > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: rgb(227, 231, 235);
}
button.button_bg.button_minimal[working], button.button_bg.button_frameless[working], [button].button_bg.button_minimal[working], [button].button_bg.button_frameless[working], .buttonSet.buttonSet_bg > button.button_minimal[working], .buttonSet.buttonSet_bg > button.button_frameless[working], .buttonSet.buttonSet_bg > [button].button_minimal[working], .buttonSet.buttonSet_bg > [button].button_frameless[working] {
  background: transparent;
  border-color: #e3e7eb;
  border-color: rgba(227, 231, 235, 0.4);
  box-shadow: none;
}
button.button_bg.button_frameless, [button].button_bg.button_frameless, .buttonSet.buttonSet_bg > button.button_frameless, .buttonSet.buttonSet_bg > [button].button_frameless {
  box-shadow: none;
}
button.button_bg.button_frameless:hover,
    button.button_bg.button_frameless:focus,
    [button].button_bg.button_frameless:hover,
    [button].button_bg.button_frameless:focus,
    .buttonSet.buttonSet_bg > button.button_frameless:hover,
    .buttonSet.buttonSet_bg > button.button_frameless:focus,
    .buttonSet.buttonSet_bg > [button].button_frameless:hover,
    .buttonSet.buttonSet_bg > [button].button_frameless:focus {
  box-shadow: none;
}
button.button_bg.button_frameless:active,
    button.button_bg.button_frameless[selected],
    button.button_bg.button_frameless[data-selected='true'],
    button.button_bg.button_frameless.button_selected,
    [button].button_bg.button_frameless:active,
    [button].button_bg.button_frameless[selected],
    [button].button_bg.button_frameless[data-selected='true'],
    [button].button_bg.button_frameless.button_selected,
    .buttonSet.buttonSet_bg > button.button_frameless:active,
    .buttonSet.buttonSet_bg > button.button_frameless[selected],
    .buttonSet.buttonSet_bg > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_bg > button.button_frameless.button_selected,
    .buttonSet.buttonSet_bg > [button].button_frameless:active,
    .buttonSet.buttonSet_bg > [button].button_frameless[selected],
    .buttonSet.buttonSet_bg > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_bg > [button].button_frameless.button_selected {
  background: transparent;
}
button.button_bg.button_chrome.button_framelessHover:hover, [button].button_bg.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_bg > button.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_bg > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
button.button_bg.button_chrome.button_framelessHover:active,
    button.button_bg.button_chrome.button_framelessHover[selected],
    button.button_bg.button_chrome.button_framelessHover[data-selected='true'],
    button.button_bg.button_chrome.button_framelessHover.button_selected,
    [button].button_bg.button_chrome.button_framelessHover:active,
    [button].button_bg.button_chrome.button_framelessHover[selected],
    [button].button_bg.button_chrome.button_framelessHover[data-selected='true'],
    [button].button_bg.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_bg > button.button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_bg > button.button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_bg > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_bg > button.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_bg > [button].button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_bg > [button].button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_bg > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_bg > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
button.button_bg.button_chrome.button_framelessHover[disabled], [button].button_bg.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_bg > button.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_bg > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
button.button_bg.button_fg.button_framelessHover:hover,
    button.button_bg.button_fg.button_framelessHover:focus,
    [button].button_bg.button_fg.button_framelessHover:hover,
    [button].button_bg.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_bg > button.button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_bg > button.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_bg > [button].button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_bg > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
button.button_bg.button_fg.button_framelessHover:active,
    button.button_bg.button_fg.button_framelessHover[selected],
    button.button_bg.button_fg.button_framelessHover[data-selected='true']
    button.button_bg.button_fg.button_framelessHover.button_selected,
    [button].button_bg.button_fg.button_framelessHover:active,
    [button].button_bg.button_fg.button_framelessHover[selected],
    [button].button_bg.button_fg.button_framelessHover[data-selected='true']
    [button].button_bg.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_bg > button.button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_bg > button.button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_bg > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_bg > button.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_bg > [button].button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_bg > [button].button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_bg > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_bg > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
button.button_bg.button_fg.button_framelessHover[disabled], [button].button_bg.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_bg > button.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_bg > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_bg > button,
.buttonSwitch.buttonSwitch_bg > span > button,
.buttonSwitch.buttonSwitch_bg > [button],
.buttonSwitch.buttonSwitch_bg > span > [button] {
  background: #f5f6f6;
  border-color: #f5f6f6;
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_bg > button:hover,
  .buttonSwitch.buttonSwitch_bg > button:focus,
  .buttonSwitch.buttonSwitch_bg > span > button:hover,
  .buttonSwitch.buttonSwitch_bg > span > button:focus,
  .buttonSwitch.buttonSwitch_bg > [button]:hover,
  .buttonSwitch.buttonSwitch_bg > [button]:focus,
  .buttonSwitch.buttonSwitch_bg > span > [button]:hover,
  .buttonSwitch.buttonSwitch_bg > span > [button]:focus {
  background: rgb(247, 248, 248);
  border-color: rgb(247, 248, 248);
}
.buttonSwitch.buttonSwitch_bg > button:active, .buttonSwitch.buttonSwitch_bg > span > button:active, .buttonSwitch.buttonSwitch_bg > [button]:active, .buttonSwitch.buttonSwitch_bg > span > [button]:active {
  background: rgb(172, 172, 172);
  border-color: rgb(123, 123, 123);
}
.buttonSwitch.buttonSwitch_bg > button[selected],
  .buttonSwitch.buttonSwitch_bg > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_bg > button.button_selected,
  .buttonSwitch.buttonSwitch_bg > span > button[selected],
  .buttonSwitch.buttonSwitch_bg > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_bg > span > button.button_selected,
  .buttonSwitch.buttonSwitch_bg > [button][selected],
  .buttonSwitch.buttonSwitch_bg > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_bg > [button].button_selected,
  .buttonSwitch.buttonSwitch_bg > span > [button][selected],
  .buttonSwitch.buttonSwitch_bg > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_bg > span > [button].button_selected {
  background: rgb(172, 172, 172);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_bg > button[disabled], .buttonSwitch.buttonSwitch_bg > span > button[disabled], .buttonSwitch.buttonSwitch_bg > [button][disabled], .buttonSwitch.buttonSwitch_bg > span > [button][disabled] {
  background: #f5f6f6;
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_bg > button[working], .buttonSwitch.buttonSwitch_bg > button[data-working='true'], .buttonSwitch.buttonSwitch_bg > span > button[working], .buttonSwitch.buttonSwitch_bg > span > button[data-working='true'], .buttonSwitch.buttonSwitch_bg > [button][working], .buttonSwitch.buttonSwitch_bg > [button][data-working='true'], .buttonSwitch.buttonSwitch_bg > span > [button][working], .buttonSwitch.buttonSwitch_bg > span > [button][data-working='true'] {
  background: #f5f6f6;
  background: rgba(245, 246, 246, 0.4);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_bg > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_bg > span > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_bg > [button] > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_bg > span > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: #f5f6f6;
}
.buttonSwitch.buttonSwitch_bg > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_bg > span > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_bg > [button].button_inset .button-selection:after, .buttonSwitch.buttonSwitch_bg > span > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(172, 172, 172);
}
.buttonSwitch.buttonSwitch_bg > button.button_minimal,
  .buttonSwitch.buttonSwitch_bg > button.button_frameless,
  .buttonSwitch.buttonSwitch_bg > span > button.button_minimal,
  .buttonSwitch.buttonSwitch_bg > span > button.button_frameless,
  .buttonSwitch.buttonSwitch_bg > [button].button_minimal,
  .buttonSwitch.buttonSwitch_bg > [button].button_frameless,
  .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal,
  .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless {
  background: transparent;
  color: #f5f6f6;
}
.buttonSwitch.buttonSwitch_bg > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > [button].button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless > .button-content > .button-icon {
  fill: #f5f6f6;
}
.buttonSwitch.buttonSwitch_bg > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_bg > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_bg > span > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_bg > span > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_bg > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_bg > [button].button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless .button-confirmation {
  stroke: #f5f6f6;
}
.buttonSwitch.buttonSwitch_bg > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_bg > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_bg > span > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_bg > span > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_bg > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_bg > [button].button_frameless > .button-underline, .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless > .button-underline {
  background-color: #f5f6f6;
}
.buttonSwitch.buttonSwitch_bg > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_bg > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_bg > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_bg > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_bg > span > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_bg > span > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_bg > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_bg > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_bg > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_bg > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_bg > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_bg > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(248, 249, 249);
  color: rgb(248, 249, 249);
}
.buttonSwitch.buttonSwitch_bg > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > [button].button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(248, 249, 249);
}
.buttonSwitch.buttonSwitch_bg > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_bg > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_bg > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_bg > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_bg > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_bg > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_bg > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_bg > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_bg > span > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_bg > span > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_bg > span > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_bg > span > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_bg > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_bg > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_bg > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_bg > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_bg > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_bg > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_bg > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_bg > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_bg > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_bg > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_bg > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_bg > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless.button_selected {
  background: #f5f6f6;
  background: rgba(245, 246, 246, 0.05);
  color: rgb(172, 172, 172);
  border-color: rgb(172, 172, 172);
}
.buttonSwitch.buttonSwitch_bg > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > [button].button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(172, 172, 172);
}
.buttonSwitch.buttonSwitch_bg > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_bg > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_bg > span > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_bg > span > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_bg > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_bg > [button].button_frameless[disabled], .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless[disabled] {
  background: transparent;
  color: #f5f6f6;
  border-color: #f5f6f6;
}
.buttonSwitch.buttonSwitch_bg > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > [button].button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: #f5f6f6;
}
.buttonSwitch.buttonSwitch_bg > button.button_minimal[working], .buttonSwitch.buttonSwitch_bg > button.button_frameless[working], .buttonSwitch.buttonSwitch_bg > span > button.button_minimal[working], .buttonSwitch.buttonSwitch_bg > span > button.button_frameless[working], .buttonSwitch.buttonSwitch_bg > [button].button_minimal[working], .buttonSwitch.buttonSwitch_bg > [button].button_frameless[working], .buttonSwitch.buttonSwitch_bg > span > [button].button_minimal[working], .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless[working] {
  background: transparent;
  border-color: #f5f6f6;
  border-color: rgba(245, 246, 246, 0.4);
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_bg > button.button_frameless, .buttonSwitch.buttonSwitch_bg > span > button.button_frameless, .buttonSwitch.buttonSwitch_bg > [button].button_frameless, .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_bg > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_bg > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_bg > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_bg > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_bg > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_bg > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless:focus {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_bg > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_bg > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_bg > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_bg > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_bg > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_bg > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_bg > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_bg > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_bg > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_bg > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_bg > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_bg > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_bg > span > [button].button_frameless.button_selected {
  background: transparent;
}
.buttonSwitch.buttonSwitch_bg > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_bg > span > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_bg > [button].button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_bg > span > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
.buttonSwitch.buttonSwitch_bg > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_bg > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_bg > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_bg > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_bg > span > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_bg > span > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_bg > span > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_bg > span > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_bg > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_bg > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_bg > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_bg > [button].button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_bg > span > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_bg > span > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
.buttonSwitch.buttonSwitch_bg > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_bg > span > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_bg > [button].button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_bg > span > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_bg > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_bg > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_bg > span > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_bg > span > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_bg > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_bg > [button].button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
.buttonSwitch.buttonSwitch_bg > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_bg > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_bg > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_bg > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_bg > span > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_bg > span > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_bg > span > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_bg > span > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_bg > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_bg > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_bg > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_bg > [button].button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_bg > span > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_bg > span > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_bg > span > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
.buttonSwitch.buttonSwitch_bg > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_bg > span > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_bg > [button].button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_bg > span > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_bg > button:hover,
  .buttonSwitch.buttonSwitch_bg > button:focus,
  .buttonSwitch.buttonSwitch_bg > span > button:hover,
  .buttonSwitch.buttonSwitch_bg > span > button:focus,
  .buttonSwitch.buttonSwitch_bg > [button]:hover,
  .buttonSwitch.buttonSwitch_bg > [button]:focus,
  .buttonSwitch.buttonSwitch_bg > span > [button]:hover,
  .buttonSwitch.buttonSwitch_bg > span > [button]:focus {
  background: rgb(247, 248, 248);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_bg > button:active, .buttonSwitch.buttonSwitch_bg > span > button:active, .buttonSwitch.buttonSwitch_bg > [button]:active, .buttonSwitch.buttonSwitch_bg > span > [button]:active {
  background: rgb(233, 234, 234);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_bg > button[selected],
  .buttonSwitch.buttonSwitch_bg > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_bg > button.button_selected,
  .buttonSwitch.buttonSwitch_bg > span > button[selected],
  .buttonSwitch.buttonSwitch_bg > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_bg > span > button.button_selected,
  .buttonSwitch.buttonSwitch_bg > [button][selected],
  .buttonSwitch.buttonSwitch_bg > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_bg > [button].button_selected,
  .buttonSwitch.buttonSwitch_bg > span > [button][selected],
  .buttonSwitch.buttonSwitch_bg > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_bg > span > [button].button_selected {
  background: #f5f6f6;
  border-color: #f5f6f6;
}
.buttonSwitch.buttonSwitch_bg > button .button-selection:after, .buttonSwitch.buttonSwitch_bg > span > button .button-selection:after, .buttonSwitch.buttonSwitch_bg > [button] .button-selection:after, .buttonSwitch.buttonSwitch_bg > span > [button] .button-selection:after {
  background: rgb(147, 148, 148);
  box-shadow: inset 0 -2px rgb(123, 123, 123);
}
/* Fg color style (for light screen)*/
button.button_fg,
[button].button_fg,
.buttonSet.buttonSet_fg > button,
.buttonSet.buttonSet_fg > [button] {
  background: #475f72;
  border-color: #475f72;
}
button.button_fg:hover,
  button.button_fg:focus,
  [button].button_fg:hover,
  [button].button_fg:focus,
  .buttonSet.buttonSet_fg > button:hover,
  .buttonSet.buttonSet_fg > button:focus,
  .buttonSet.buttonSet_fg > [button]:hover,
  .buttonSet.buttonSet_fg > [button]:focus {
  background: rgb(108, 127, 142);
  border-color: rgb(108, 127, 142);
}
button.button_fg:active, [button].button_fg:active, .buttonSet.buttonSet_fg > button:active, .buttonSet.buttonSet_fg > [button]:active {
  background: rgb(50, 67, 80);
  border-color: rgb(36, 48, 57);
}
button.button_fg[selected],
  button.button_fg[data-selected='true'],
  button.button_fg.button_selected,
  [button].button_fg[selected],
  [button].button_fg[data-selected='true'],
  [button].button_fg.button_selected,
  .buttonSet.buttonSet_fg > button[selected],
  .buttonSet.buttonSet_fg > button[data-selected='true'],
  .buttonSet.buttonSet_fg > button.button_selected,
  .buttonSet.buttonSet_fg > [button][selected],
  .buttonSet.buttonSet_fg > [button][data-selected='true'],
  .buttonSet.buttonSet_fg > [button].button_selected {
  background: rgb(50, 67, 80);
  border-color: transparent;
}
button.button_fg[disabled], [button].button_fg[disabled], .buttonSet.buttonSet_fg > button[disabled], .buttonSet.buttonSet_fg > [button][disabled] {
  background: #475f72;
  border-color: transparent;
}
button.button_fg[working], button.button_fg[data-working='true'], [button].button_fg[working], [button].button_fg[data-working='true'], .buttonSet.buttonSet_fg > button[working], .buttonSet.buttonSet_fg > button[data-working='true'], .buttonSet.buttonSet_fg > [button][working], .buttonSet.buttonSet_fg > [button][data-working='true'] {
  background: #475f72;
  background: rgba(71, 95, 114, 0.4);
  border-color: transparent;
}
button.button_fg > .button-spinners > .button-spinner .spinner-pip, [button].button_fg > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_fg > button > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_fg > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: #475f72;
}
button.button_fg.button_inset .button-selection:after, [button].button_fg.button_inset .button-selection:after, .buttonSet.buttonSet_fg > button.button_inset .button-selection:after, .buttonSet.buttonSet_fg > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(50, 67, 80);
}
button.button_fg.button_minimal,
  button.button_fg.button_frameless,
  [button].button_fg.button_minimal,
  [button].button_fg.button_frameless,
  .buttonSet.buttonSet_fg > button.button_minimal,
  .buttonSet.buttonSet_fg > button.button_frameless,
  .buttonSet.buttonSet_fg > [button].button_minimal,
  .buttonSet.buttonSet_fg > [button].button_frameless {
  background: transparent;
  color: #475f72;
}
button.button_fg.button_minimal > .button-content > .button-icon, button.button_fg.button_frameless > .button-content > .button-icon, [button].button_fg.button_minimal > .button-content > .button-icon, [button].button_fg.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_fg > button.button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_fg > button.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_fg > [button].button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_fg > [button].button_frameless > .button-content > .button-icon {
  fill: #475f72;
}
button.button_fg.button_minimal .button-confirmation, button.button_fg.button_frameless .button-confirmation, [button].button_fg.button_minimal .button-confirmation, [button].button_fg.button_frameless .button-confirmation, .buttonSet.buttonSet_fg > button.button_minimal .button-confirmation, .buttonSet.buttonSet_fg > button.button_frameless .button-confirmation, .buttonSet.buttonSet_fg > [button].button_minimal .button-confirmation, .buttonSet.buttonSet_fg > [button].button_frameless .button-confirmation {
  stroke: #475f72;
}
button.button_fg.button_minimal > .button-underline, button.button_fg.button_frameless > .button-underline, [button].button_fg.button_minimal > .button-underline, [button].button_fg.button_frameless > .button-underline, .buttonSet.buttonSet_fg > button.button_minimal > .button-underline, .buttonSet.buttonSet_fg > button.button_frameless > .button-underline, .buttonSet.buttonSet_fg > [button].button_minimal > .button-underline, .buttonSet.buttonSet_fg > [button].button_frameless > .button-underline {
  background-color: #475f72;
}
button.button_fg.button_minimal:hover,
    button.button_fg.button_minimal:focus,
    button.button_fg.button_frameless:hover,
    button.button_fg.button_frameless:focus,
    [button].button_fg.button_minimal:hover,
    [button].button_fg.button_minimal:focus,
    [button].button_fg.button_frameless:hover,
    [button].button_fg.button_frameless:focus,
    .buttonSet.buttonSet_fg > button.button_minimal:hover,
    .buttonSet.buttonSet_fg > button.button_minimal:focus,
    .buttonSet.buttonSet_fg > button.button_frameless:hover,
    .buttonSet.buttonSet_fg > button.button_frameless:focus,
    .buttonSet.buttonSet_fg > [button].button_minimal:hover,
    .buttonSet.buttonSet_fg > [button].button_minimal:focus,
    .buttonSet.buttonSet_fg > [button].button_frameless:hover,
    .buttonSet.buttonSet_fg > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(126, 143, 156);
  color: rgb(126, 143, 156);
}
button.button_fg.button_minimal:hover > .button-content > .button-icon, button.button_fg.button_minimal:focus > .button-content > .button-icon, button.button_fg.button_frameless:hover > .button-content > .button-icon, button.button_fg.button_frameless:focus > .button-content > .button-icon, [button].button_fg.button_minimal:hover > .button-content > .button-icon, [button].button_fg.button_minimal:focus > .button-content > .button-icon, [button].button_fg.button_frameless:hover > .button-content > .button-icon, [button].button_fg.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_fg > button.button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_fg > button.button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_fg > button.button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_fg > button.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_fg > [button].button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_fg > [button].button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_fg > [button].button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_fg > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(126, 143, 156);
}
button.button_fg.button_minimal:active,
    button.button_fg.button_minimal[selected],
    button.button_fg.button_minimal[data-selected='true'],
    button.button_fg.button_minimal.button_selected,
    button.button_fg.button_frameless:active,
    button.button_fg.button_frameless[selected],
    button.button_fg.button_frameless[data-selected='true'],
    button.button_fg.button_frameless.button_selected,
    [button].button_fg.button_minimal:active,
    [button].button_fg.button_minimal[selected],
    [button].button_fg.button_minimal[data-selected='true'],
    [button].button_fg.button_minimal.button_selected,
    [button].button_fg.button_frameless:active,
    [button].button_fg.button_frameless[selected],
    [button].button_fg.button_frameless[data-selected='true'],
    [button].button_fg.button_frameless.button_selected,
    .buttonSet.buttonSet_fg > button.button_minimal:active,
    .buttonSet.buttonSet_fg > button.button_minimal[selected],
    .buttonSet.buttonSet_fg > button.button_minimal[data-selected='true'],
    .buttonSet.buttonSet_fg > button.button_minimal.button_selected,
    .buttonSet.buttonSet_fg > button.button_frameless:active,
    .buttonSet.buttonSet_fg > button.button_frameless[selected],
    .buttonSet.buttonSet_fg > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_fg > button.button_frameless.button_selected,
    .buttonSet.buttonSet_fg > [button].button_minimal:active,
    .buttonSet.buttonSet_fg > [button].button_minimal[selected],
    .buttonSet.buttonSet_fg > [button].button_minimal[data-selected='true'],
    .buttonSet.buttonSet_fg > [button].button_minimal.button_selected,
    .buttonSet.buttonSet_fg > [button].button_frameless:active,
    .buttonSet.buttonSet_fg > [button].button_frameless[selected],
    .buttonSet.buttonSet_fg > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_fg > [button].button_frameless.button_selected {
  background: #475f72;
  background: rgba(71, 95, 114, 0.05);
  color: rgb(50, 67, 80);
  border-color: rgb(50, 67, 80);
}
button.button_fg.button_minimal:active > .button-content > .button-icon, button.button_fg.button_minimal[selected] > .button-content > .button-icon, button.button_fg.button_minimal[data-selected='true'] > .button-content > .button-icon, button.button_fg.button_minimal.button_selected > .button-content > .button-icon, button.button_fg.button_frameless:active > .button-content > .button-icon, button.button_fg.button_frameless[selected] > .button-content > .button-icon, button.button_fg.button_frameless[data-selected='true'] > .button-content > .button-icon, button.button_fg.button_frameless.button_selected > .button-content > .button-icon, [button].button_fg.button_minimal:active > .button-content > .button-icon, [button].button_fg.button_minimal[selected] > .button-content > .button-icon, [button].button_fg.button_minimal[data-selected='true'] > .button-content > .button-icon, [button].button_fg.button_minimal.button_selected > .button-content > .button-icon, [button].button_fg.button_frameless:active > .button-content > .button-icon, [button].button_fg.button_frameless[selected] > .button-content > .button-icon, [button].button_fg.button_frameless[data-selected='true'] > .button-content > .button-icon, [button].button_fg.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_fg > button.button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_fg > button.button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_fg > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_fg > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_fg > button.button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_fg > button.button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_fg > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_fg > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_fg > [button].button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_fg > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_fg > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_fg > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_fg > [button].button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_fg > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_fg > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_fg > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(50, 67, 80);
}
button.button_fg.button_minimal[disabled], button.button_fg.button_frameless[disabled], [button].button_fg.button_minimal[disabled], [button].button_fg.button_frameless[disabled], .buttonSet.buttonSet_fg > button.button_minimal[disabled], .buttonSet.buttonSet_fg > button.button_frameless[disabled], .buttonSet.buttonSet_fg > [button].button_minimal[disabled], .buttonSet.buttonSet_fg > [button].button_frameless[disabled] {
  background: transparent;
  color: #475f72;
  border-color: #475f72;
}
button.button_fg.button_minimal[disabled] > .button-content > .button-icon, button.button_fg.button_frameless[disabled] > .button-content > .button-icon, [button].button_fg.button_minimal[disabled] > .button-content > .button-icon, [button].button_fg.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_fg > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_fg > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_fg > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_fg > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: #475f72;
}
button.button_fg.button_minimal[working], button.button_fg.button_frameless[working], [button].button_fg.button_minimal[working], [button].button_fg.button_frameless[working], .buttonSet.buttonSet_fg > button.button_minimal[working], .buttonSet.buttonSet_fg > button.button_frameless[working], .buttonSet.buttonSet_fg > [button].button_minimal[working], .buttonSet.buttonSet_fg > [button].button_frameless[working] {
  background: transparent;
  border-color: #475f72;
  border-color: rgba(71, 95, 114, 0.4);
  box-shadow: none;
}
button.button_fg.button_frameless, [button].button_fg.button_frameless, .buttonSet.buttonSet_fg > button.button_frameless, .buttonSet.buttonSet_fg > [button].button_frameless {
  box-shadow: none;
}
button.button_fg.button_frameless:hover,
    button.button_fg.button_frameless:focus,
    [button].button_fg.button_frameless:hover,
    [button].button_fg.button_frameless:focus,
    .buttonSet.buttonSet_fg > button.button_frameless:hover,
    .buttonSet.buttonSet_fg > button.button_frameless:focus,
    .buttonSet.buttonSet_fg > [button].button_frameless:hover,
    .buttonSet.buttonSet_fg > [button].button_frameless:focus {
  box-shadow: none;
}
button.button_fg.button_frameless:active,
    button.button_fg.button_frameless[selected],
    button.button_fg.button_frameless[data-selected='true'],
    button.button_fg.button_frameless.button_selected,
    [button].button_fg.button_frameless:active,
    [button].button_fg.button_frameless[selected],
    [button].button_fg.button_frameless[data-selected='true'],
    [button].button_fg.button_frameless.button_selected,
    .buttonSet.buttonSet_fg > button.button_frameless:active,
    .buttonSet.buttonSet_fg > button.button_frameless[selected],
    .buttonSet.buttonSet_fg > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_fg > button.button_frameless.button_selected,
    .buttonSet.buttonSet_fg > [button].button_frameless:active,
    .buttonSet.buttonSet_fg > [button].button_frameless[selected],
    .buttonSet.buttonSet_fg > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_fg > [button].button_frameless.button_selected {
  background: transparent;
}
button.button_fg.button_chrome.button_framelessHover:hover, [button].button_fg.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_fg > button.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_fg > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
button.button_fg.button_chrome.button_framelessHover:active,
    button.button_fg.button_chrome.button_framelessHover[selected],
    button.button_fg.button_chrome.button_framelessHover[data-selected='true'],
    button.button_fg.button_chrome.button_framelessHover.button_selected,
    [button].button_fg.button_chrome.button_framelessHover:active,
    [button].button_fg.button_chrome.button_framelessHover[selected],
    [button].button_fg.button_chrome.button_framelessHover[data-selected='true'],
    [button].button_fg.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_fg > button.button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_fg > button.button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_fg > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_fg > button.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_fg > [button].button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_fg > [button].button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_fg > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_fg > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
button.button_fg.button_chrome.button_framelessHover[disabled], [button].button_fg.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_fg > button.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_fg > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
button.button_fg.button_fg.button_framelessHover:hover,
    button.button_fg.button_fg.button_framelessHover:focus,
    [button].button_fg.button_fg.button_framelessHover:hover,
    [button].button_fg.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_fg > button.button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_fg > button.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_fg > [button].button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_fg > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
button.button_fg.button_fg.button_framelessHover:active,
    button.button_fg.button_fg.button_framelessHover[selected],
    button.button_fg.button_fg.button_framelessHover[data-selected='true']
    button.button_fg.button_fg.button_framelessHover.button_selected,
    [button].button_fg.button_fg.button_framelessHover:active,
    [button].button_fg.button_fg.button_framelessHover[selected],
    [button].button_fg.button_fg.button_framelessHover[data-selected='true']
    [button].button_fg.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_fg > button.button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_fg > button.button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_fg > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_fg > button.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_fg > [button].button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_fg > [button].button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_fg > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_fg > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
button.button_fg.button_fg.button_framelessHover[disabled], [button].button_fg.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_fg > button.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_fg > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSet.buttonSet_fg > button,
.buttonSet.buttonSet_fg > [button] {
  border-left-color: rgb(64, 86, 103);
}
.buttonSwitch.buttonSwitch_fg > button,
.buttonSwitch.buttonSwitch_fg > span > button,
.buttonSwitch.buttonSwitch_fg > [button],
.buttonSwitch.buttonSwitch_fg > span > [button] {
  background: #475f72;
  border-color: #475f72;
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_fg > button:hover,
  .buttonSwitch.buttonSwitch_fg > button:focus,
  .buttonSwitch.buttonSwitch_fg > span > button:hover,
  .buttonSwitch.buttonSwitch_fg > span > button:focus,
  .buttonSwitch.buttonSwitch_fg > [button]:hover,
  .buttonSwitch.buttonSwitch_fg > [button]:focus,
  .buttonSwitch.buttonSwitch_fg > span > [button]:hover,
  .buttonSwitch.buttonSwitch_fg > span > [button]:focus {
  background: rgb(108, 127, 142);
  border-color: rgb(108, 127, 142);
}
.buttonSwitch.buttonSwitch_fg > button:active, .buttonSwitch.buttonSwitch_fg > span > button:active, .buttonSwitch.buttonSwitch_fg > [button]:active, .buttonSwitch.buttonSwitch_fg > span > [button]:active {
  background: rgb(50, 67, 80);
  border-color: rgb(36, 48, 57);
}
.buttonSwitch.buttonSwitch_fg > button[selected],
  .buttonSwitch.buttonSwitch_fg > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_fg > button.button_selected,
  .buttonSwitch.buttonSwitch_fg > span > button[selected],
  .buttonSwitch.buttonSwitch_fg > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_fg > span > button.button_selected,
  .buttonSwitch.buttonSwitch_fg > [button][selected],
  .buttonSwitch.buttonSwitch_fg > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_fg > [button].button_selected,
  .buttonSwitch.buttonSwitch_fg > span > [button][selected],
  .buttonSwitch.buttonSwitch_fg > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_fg > span > [button].button_selected {
  background: rgb(50, 67, 80);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_fg > button[disabled], .buttonSwitch.buttonSwitch_fg > span > button[disabled], .buttonSwitch.buttonSwitch_fg > [button][disabled], .buttonSwitch.buttonSwitch_fg > span > [button][disabled] {
  background: #475f72;
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_fg > button[working], .buttonSwitch.buttonSwitch_fg > button[data-working='true'], .buttonSwitch.buttonSwitch_fg > span > button[working], .buttonSwitch.buttonSwitch_fg > span > button[data-working='true'], .buttonSwitch.buttonSwitch_fg > [button][working], .buttonSwitch.buttonSwitch_fg > [button][data-working='true'], .buttonSwitch.buttonSwitch_fg > span > [button][working], .buttonSwitch.buttonSwitch_fg > span > [button][data-working='true'] {
  background: #475f72;
  background: rgba(71, 95, 114, 0.4);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_fg > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_fg > span > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_fg > [button] > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_fg > span > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: #475f72;
}
.buttonSwitch.buttonSwitch_fg > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_fg > span > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_fg > [button].button_inset .button-selection:after, .buttonSwitch.buttonSwitch_fg > span > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(50, 67, 80);
}
.buttonSwitch.buttonSwitch_fg > button.button_minimal,
  .buttonSwitch.buttonSwitch_fg > button.button_frameless,
  .buttonSwitch.buttonSwitch_fg > span > button.button_minimal,
  .buttonSwitch.buttonSwitch_fg > span > button.button_frameless,
  .buttonSwitch.buttonSwitch_fg > [button].button_minimal,
  .buttonSwitch.buttonSwitch_fg > [button].button_frameless,
  .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal,
  .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless {
  background: transparent;
  color: #475f72;
}
.buttonSwitch.buttonSwitch_fg > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > [button].button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless > .button-content > .button-icon {
  fill: #475f72;
}
.buttonSwitch.buttonSwitch_fg > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_fg > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_fg > span > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_fg > span > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_fg > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_fg > [button].button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless .button-confirmation {
  stroke: #475f72;
}
.buttonSwitch.buttonSwitch_fg > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_fg > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_fg > span > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_fg > span > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_fg > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_fg > [button].button_frameless > .button-underline, .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless > .button-underline {
  background-color: #475f72;
}
.buttonSwitch.buttonSwitch_fg > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_fg > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_fg > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_fg > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_fg > span > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_fg > span > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_fg > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_fg > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_fg > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_fg > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_fg > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_fg > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(126, 143, 156);
  color: rgb(126, 143, 156);
}
.buttonSwitch.buttonSwitch_fg > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > [button].button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(126, 143, 156);
}
.buttonSwitch.buttonSwitch_fg > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_fg > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_fg > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_fg > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_fg > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_fg > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_fg > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_fg > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_fg > span > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_fg > span > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_fg > span > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_fg > span > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_fg > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_fg > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_fg > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_fg > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_fg > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_fg > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_fg > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_fg > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_fg > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_fg > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_fg > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_fg > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless.button_selected {
  background: #475f72;
  background: rgba(71, 95, 114, 0.05);
  color: rgb(50, 67, 80);
  border-color: rgb(50, 67, 80);
}
.buttonSwitch.buttonSwitch_fg > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > [button].button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(50, 67, 80);
}
.buttonSwitch.buttonSwitch_fg > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_fg > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_fg > span > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_fg > span > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_fg > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_fg > [button].button_frameless[disabled], .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless[disabled] {
  background: transparent;
  color: #475f72;
  border-color: #475f72;
}
.buttonSwitch.buttonSwitch_fg > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > [button].button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: #475f72;
}
.buttonSwitch.buttonSwitch_fg > button.button_minimal[working], .buttonSwitch.buttonSwitch_fg > button.button_frameless[working], .buttonSwitch.buttonSwitch_fg > span > button.button_minimal[working], .buttonSwitch.buttonSwitch_fg > span > button.button_frameless[working], .buttonSwitch.buttonSwitch_fg > [button].button_minimal[working], .buttonSwitch.buttonSwitch_fg > [button].button_frameless[working], .buttonSwitch.buttonSwitch_fg > span > [button].button_minimal[working], .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless[working] {
  background: transparent;
  border-color: #475f72;
  border-color: rgba(71, 95, 114, 0.4);
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_fg > button.button_frameless, .buttonSwitch.buttonSwitch_fg > span > button.button_frameless, .buttonSwitch.buttonSwitch_fg > [button].button_frameless, .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_fg > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_fg > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_fg > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_fg > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_fg > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_fg > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless:focus {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_fg > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_fg > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_fg > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_fg > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_fg > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_fg > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_fg > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_fg > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_fg > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_fg > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_fg > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_fg > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_fg > span > [button].button_frameless.button_selected {
  background: transparent;
}
.buttonSwitch.buttonSwitch_fg > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_fg > span > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_fg > [button].button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_fg > span > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
.buttonSwitch.buttonSwitch_fg > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_fg > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_fg > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_fg > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_fg > span > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_fg > span > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_fg > span > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_fg > span > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_fg > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_fg > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_fg > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_fg > [button].button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_fg > span > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_fg > span > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
.buttonSwitch.buttonSwitch_fg > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_fg > span > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_fg > [button].button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_fg > span > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_fg > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_fg > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_fg > span > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_fg > span > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_fg > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_fg > [button].button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
.buttonSwitch.buttonSwitch_fg > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_fg > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_fg > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_fg > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_fg > span > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_fg > span > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_fg > span > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_fg > span > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_fg > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_fg > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_fg > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_fg > [button].button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_fg > span > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_fg > span > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_fg > span > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
.buttonSwitch.buttonSwitch_fg > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_fg > span > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_fg > [button].button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_fg > span > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_fg > button:hover,
  .buttonSwitch.buttonSwitch_fg > button:focus,
  .buttonSwitch.buttonSwitch_fg > span > button:hover,
  .buttonSwitch.buttonSwitch_fg > span > button:focus,
  .buttonSwitch.buttonSwitch_fg > [button]:hover,
  .buttonSwitch.buttonSwitch_fg > [button]:focus,
  .buttonSwitch.buttonSwitch_fg > span > [button]:hover,
  .buttonSwitch.buttonSwitch_fg > span > [button]:focus {
  background: rgb(108, 127, 142);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_fg > button:active, .buttonSwitch.buttonSwitch_fg > span > button:active, .buttonSwitch.buttonSwitch_fg > [button]:active, .buttonSwitch.buttonSwitch_fg > span > [button]:active {
  background: rgb(67, 90, 108);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_fg > button[selected],
  .buttonSwitch.buttonSwitch_fg > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_fg > button.button_selected,
  .buttonSwitch.buttonSwitch_fg > span > button[selected],
  .buttonSwitch.buttonSwitch_fg > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_fg > span > button.button_selected,
  .buttonSwitch.buttonSwitch_fg > [button][selected],
  .buttonSwitch.buttonSwitch_fg > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_fg > [button].button_selected,
  .buttonSwitch.buttonSwitch_fg > span > [button][selected],
  .buttonSwitch.buttonSwitch_fg > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_fg > span > [button].button_selected {
  background: #475f72;
  border-color: #475f72;
}
.buttonSwitch.buttonSwitch_fg > button .button-selection:after, .buttonSwitch.buttonSwitch_fg > span > button .button-selection:after, .buttonSwitch.buttonSwitch_fg > [button] .button-selection:after, .buttonSwitch.buttonSwitch_fg > span > [button] .button-selection:after {
  background: rgb(43, 57, 68);
  box-shadow: inset 0 -2px rgb(36, 48, 57);
}
/* Additive (green) style*/
button.button_additive,
[button].button_additive,
.buttonSet.buttonSet_additive > button,
.buttonSet.buttonSet_additive > [button] {
  background: rgb(32, 182, 122);
  border-color: rgb(32, 182, 122);
}
button.button_additive:hover,
  button.button_additive:focus,
  [button].button_additive:hover,
  [button].button_additive:focus,
  .buttonSet.buttonSet_additive > button:hover,
  .buttonSet.buttonSet_additive > button:focus,
  .buttonSet.buttonSet_additive > [button]:hover,
  .buttonSet.buttonSet_additive > [button]:focus {
  background: rgb(77, 197, 149);
  border-color: rgb(77, 197, 149);
}
button.button_additive:active, [button].button_additive:active, .buttonSet.buttonSet_additive > button:active, .buttonSet.buttonSet_additive > [button]:active {
  background: rgb(22, 127, 85);
  border-color: rgb(16, 91, 61);
}
button.button_additive[selected],
  button.button_additive[data-selected='true'],
  button.button_additive.button_selected,
  [button].button_additive[selected],
  [button].button_additive[data-selected='true'],
  [button].button_additive.button_selected,
  .buttonSet.buttonSet_additive > button[selected],
  .buttonSet.buttonSet_additive > button[data-selected='true'],
  .buttonSet.buttonSet_additive > button.button_selected,
  .buttonSet.buttonSet_additive > [button][selected],
  .buttonSet.buttonSet_additive > [button][data-selected='true'],
  .buttonSet.buttonSet_additive > [button].button_selected {
  background: rgb(22, 127, 85);
  border-color: transparent;
}
button.button_additive[disabled], [button].button_additive[disabled], .buttonSet.buttonSet_additive > button[disabled], .buttonSet.buttonSet_additive > [button][disabled] {
  background: rgb(32, 182, 122);
  border-color: transparent;
}
button.button_additive[working], button.button_additive[data-working='true'], [button].button_additive[working], [button].button_additive[data-working='true'], .buttonSet.buttonSet_additive > button[working], .buttonSet.buttonSet_additive > button[data-working='true'], .buttonSet.buttonSet_additive > [button][working], .buttonSet.buttonSet_additive > [button][data-working='true'] {
  background: #20b67a;
  background: rgba(32, 182, 122, 0.4);
  border-color: transparent;
}
button.button_additive > .button-spinners > .button-spinner .spinner-pip, [button].button_additive > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_additive > button > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_additive > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: rgb(32, 182, 122);
}
button.button_additive.button_inset .button-selection:after, [button].button_additive.button_inset .button-selection:after, .buttonSet.buttonSet_additive > button.button_inset .button-selection:after, .buttonSet.buttonSet_additive > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(22, 127, 85);
}
button.button_additive.button_minimal,
  button.button_additive.button_frameless,
  [button].button_additive.button_minimal,
  [button].button_additive.button_frameless,
  .buttonSet.buttonSet_additive > button.button_minimal,
  .buttonSet.buttonSet_additive > button.button_frameless,
  .buttonSet.buttonSet_additive > [button].button_minimal,
  .buttonSet.buttonSet_additive > [button].button_frameless {
  background: transparent;
  color: rgb(32, 182, 122);
}
button.button_additive.button_minimal > .button-content > .button-icon, button.button_additive.button_frameless > .button-content > .button-icon, [button].button_additive.button_minimal > .button-content > .button-icon, [button].button_additive.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_additive > button.button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_additive > button.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_additive > [button].button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_additive > [button].button_frameless > .button-content > .button-icon {
  fill: rgb(32, 182, 122);
}
button.button_additive.button_minimal .button-confirmation, button.button_additive.button_frameless .button-confirmation, [button].button_additive.button_minimal .button-confirmation, [button].button_additive.button_frameless .button-confirmation, .buttonSet.buttonSet_additive > button.button_minimal .button-confirmation, .buttonSet.buttonSet_additive > button.button_frameless .button-confirmation, .buttonSet.buttonSet_additive > [button].button_minimal .button-confirmation, .buttonSet.buttonSet_additive > [button].button_frameless .button-confirmation {
  stroke: rgb(32, 182, 122);
}
button.button_additive.button_minimal > .button-underline, button.button_additive.button_frameless > .button-underline, [button].button_additive.button_minimal > .button-underline, [button].button_additive.button_frameless > .button-underline, .buttonSet.buttonSet_additive > button.button_minimal > .button-underline, .buttonSet.buttonSet_additive > button.button_frameless > .button-underline, .buttonSet.buttonSet_additive > [button].button_minimal > .button-underline, .buttonSet.buttonSet_additive > [button].button_frameless > .button-underline {
  background-color: rgb(32, 182, 122);
}
button.button_additive.button_minimal:hover,
    button.button_additive.button_minimal:focus,
    button.button_additive.button_frameless:hover,
    button.button_additive.button_frameless:focus,
    [button].button_additive.button_minimal:hover,
    [button].button_additive.button_minimal:focus,
    [button].button_additive.button_frameless:hover,
    [button].button_additive.button_frameless:focus,
    .buttonSet.buttonSet_additive > button.button_minimal:hover,
    .buttonSet.buttonSet_additive > button.button_minimal:focus,
    .buttonSet.buttonSet_additive > button.button_frameless:hover,
    .buttonSet.buttonSet_additive > button.button_frameless:focus,
    .buttonSet.buttonSet_additive > [button].button_minimal:hover,
    .buttonSet.buttonSet_additive > [button].button_minimal:focus,
    .buttonSet.buttonSet_additive > [button].button_frameless:hover,
    .buttonSet.buttonSet_additive > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(99, 204, 162);
  color: rgb(99, 204, 162);
}
button.button_additive.button_minimal:hover > .button-content > .button-icon, button.button_additive.button_minimal:focus > .button-content > .button-icon, button.button_additive.button_frameless:hover > .button-content > .button-icon, button.button_additive.button_frameless:focus > .button-content > .button-icon, [button].button_additive.button_minimal:hover > .button-content > .button-icon, [button].button_additive.button_minimal:focus > .button-content > .button-icon, [button].button_additive.button_frameless:hover > .button-content > .button-icon, [button].button_additive.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_additive > button.button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_additive > button.button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_additive > button.button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_additive > button.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_additive > [button].button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_additive > [button].button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_additive > [button].button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_additive > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(99, 204, 162);
}
button.button_additive.button_minimal:active,
    button.button_additive.button_minimal[selected],
    button.button_additive.button_minimal[data-selected='true'],
    button.button_additive.button_minimal.button_selected,
    button.button_additive.button_frameless:active,
    button.button_additive.button_frameless[selected],
    button.button_additive.button_frameless[data-selected='true'],
    button.button_additive.button_frameless.button_selected,
    [button].button_additive.button_minimal:active,
    [button].button_additive.button_minimal[selected],
    [button].button_additive.button_minimal[data-selected='true'],
    [button].button_additive.button_minimal.button_selected,
    [button].button_additive.button_frameless:active,
    [button].button_additive.button_frameless[selected],
    [button].button_additive.button_frameless[data-selected='true'],
    [button].button_additive.button_frameless.button_selected,
    .buttonSet.buttonSet_additive > button.button_minimal:active,
    .buttonSet.buttonSet_additive > button.button_minimal[selected],
    .buttonSet.buttonSet_additive > button.button_minimal[data-selected='true'],
    .buttonSet.buttonSet_additive > button.button_minimal.button_selected,
    .buttonSet.buttonSet_additive > button.button_frameless:active,
    .buttonSet.buttonSet_additive > button.button_frameless[selected],
    .buttonSet.buttonSet_additive > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_additive > button.button_frameless.button_selected,
    .buttonSet.buttonSet_additive > [button].button_minimal:active,
    .buttonSet.buttonSet_additive > [button].button_minimal[selected],
    .buttonSet.buttonSet_additive > [button].button_minimal[data-selected='true'],
    .buttonSet.buttonSet_additive > [button].button_minimal.button_selected,
    .buttonSet.buttonSet_additive > [button].button_frameless:active,
    .buttonSet.buttonSet_additive > [button].button_frameless[selected],
    .buttonSet.buttonSet_additive > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_additive > [button].button_frameless.button_selected {
  background: #20b67a;
  background: rgba(32, 182, 122, 0.05);
  color: rgb(22, 127, 85);
  border-color: rgb(22, 127, 85);
}
button.button_additive.button_minimal:active > .button-content > .button-icon, button.button_additive.button_minimal[selected] > .button-content > .button-icon, button.button_additive.button_minimal[data-selected='true'] > .button-content > .button-icon, button.button_additive.button_minimal.button_selected > .button-content > .button-icon, button.button_additive.button_frameless:active > .button-content > .button-icon, button.button_additive.button_frameless[selected] > .button-content > .button-icon, button.button_additive.button_frameless[data-selected='true'] > .button-content > .button-icon, button.button_additive.button_frameless.button_selected > .button-content > .button-icon, [button].button_additive.button_minimal:active > .button-content > .button-icon, [button].button_additive.button_minimal[selected] > .button-content > .button-icon, [button].button_additive.button_minimal[data-selected='true'] > .button-content > .button-icon, [button].button_additive.button_minimal.button_selected > .button-content > .button-icon, [button].button_additive.button_frameless:active > .button-content > .button-icon, [button].button_additive.button_frameless[selected] > .button-content > .button-icon, [button].button_additive.button_frameless[data-selected='true'] > .button-content > .button-icon, [button].button_additive.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_additive > button.button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_additive > button.button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_additive > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_additive > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_additive > button.button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_additive > button.button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_additive > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_additive > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_additive > [button].button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_additive > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_additive > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_additive > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_additive > [button].button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_additive > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_additive > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_additive > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(22, 127, 85);
}
button.button_additive.button_minimal[disabled], button.button_additive.button_frameless[disabled], [button].button_additive.button_minimal[disabled], [button].button_additive.button_frameless[disabled], .buttonSet.buttonSet_additive > button.button_minimal[disabled], .buttonSet.buttonSet_additive > button.button_frameless[disabled], .buttonSet.buttonSet_additive > [button].button_minimal[disabled], .buttonSet.buttonSet_additive > [button].button_frameless[disabled] {
  background: transparent;
  color: rgb(32, 182, 122);
  border-color: rgb(32, 182, 122);
}
button.button_additive.button_minimal[disabled] > .button-content > .button-icon, button.button_additive.button_frameless[disabled] > .button-content > .button-icon, [button].button_additive.button_minimal[disabled] > .button-content > .button-icon, [button].button_additive.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_additive > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_additive > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_additive > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_additive > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: rgb(32, 182, 122);
}
button.button_additive.button_minimal[working], button.button_additive.button_frameless[working], [button].button_additive.button_minimal[working], [button].button_additive.button_frameless[working], .buttonSet.buttonSet_additive > button.button_minimal[working], .buttonSet.buttonSet_additive > button.button_frameless[working], .buttonSet.buttonSet_additive > [button].button_minimal[working], .buttonSet.buttonSet_additive > [button].button_frameless[working] {
  background: transparent;
  border-color: #20b67a;
  border-color: rgba(32, 182, 122, 0.4);
  box-shadow: none;
}
button.button_additive.button_frameless, [button].button_additive.button_frameless, .buttonSet.buttonSet_additive > button.button_frameless, .buttonSet.buttonSet_additive > [button].button_frameless {
  box-shadow: none;
}
button.button_additive.button_frameless:hover,
    button.button_additive.button_frameless:focus,
    [button].button_additive.button_frameless:hover,
    [button].button_additive.button_frameless:focus,
    .buttonSet.buttonSet_additive > button.button_frameless:hover,
    .buttonSet.buttonSet_additive > button.button_frameless:focus,
    .buttonSet.buttonSet_additive > [button].button_frameless:hover,
    .buttonSet.buttonSet_additive > [button].button_frameless:focus {
  box-shadow: none;
}
button.button_additive.button_frameless:active,
    button.button_additive.button_frameless[selected],
    button.button_additive.button_frameless[data-selected='true'],
    button.button_additive.button_frameless.button_selected,
    [button].button_additive.button_frameless:active,
    [button].button_additive.button_frameless[selected],
    [button].button_additive.button_frameless[data-selected='true'],
    [button].button_additive.button_frameless.button_selected,
    .buttonSet.buttonSet_additive > button.button_frameless:active,
    .buttonSet.buttonSet_additive > button.button_frameless[selected],
    .buttonSet.buttonSet_additive > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_additive > button.button_frameless.button_selected,
    .buttonSet.buttonSet_additive > [button].button_frameless:active,
    .buttonSet.buttonSet_additive > [button].button_frameless[selected],
    .buttonSet.buttonSet_additive > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_additive > [button].button_frameless.button_selected {
  background: transparent;
}
button.button_additive.button_chrome.button_framelessHover:hover, [button].button_additive.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_additive > button.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_additive > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
button.button_additive.button_chrome.button_framelessHover:active,
    button.button_additive.button_chrome.button_framelessHover[selected],
    button.button_additive.button_chrome.button_framelessHover[data-selected='true'],
    button.button_additive.button_chrome.button_framelessHover.button_selected,
    [button].button_additive.button_chrome.button_framelessHover:active,
    [button].button_additive.button_chrome.button_framelessHover[selected],
    [button].button_additive.button_chrome.button_framelessHover[data-selected='true'],
    [button].button_additive.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_additive > button.button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_additive > button.button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_additive > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_additive > button.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_additive > [button].button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_additive > [button].button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_additive > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_additive > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
button.button_additive.button_chrome.button_framelessHover[disabled], [button].button_additive.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_additive > button.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_additive > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
button.button_additive.button_fg.button_framelessHover:hover,
    button.button_additive.button_fg.button_framelessHover:focus,
    [button].button_additive.button_fg.button_framelessHover:hover,
    [button].button_additive.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_additive > button.button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_additive > button.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_additive > [button].button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_additive > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
button.button_additive.button_fg.button_framelessHover:active,
    button.button_additive.button_fg.button_framelessHover[selected],
    button.button_additive.button_fg.button_framelessHover[data-selected='true']
    button.button_additive.button_fg.button_framelessHover.button_selected,
    [button].button_additive.button_fg.button_framelessHover:active,
    [button].button_additive.button_fg.button_framelessHover[selected],
    [button].button_additive.button_fg.button_framelessHover[data-selected='true']
    [button].button_additive.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_additive > button.button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_additive > button.button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_additive > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_additive > button.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_additive > [button].button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_additive > [button].button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_additive > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_additive > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
button.button_additive.button_fg.button_framelessHover[disabled], [button].button_additive.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_additive > button.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_additive > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSet.buttonSet_additive > button,
.buttonSet.buttonSet_additive > [button] {
  border-left-color: rgb(29, 164, 110);
}
.buttonSwitch.buttonSwitch_additive > button,
.buttonSwitch.buttonSwitch_additive > span > button,
.buttonSwitch.buttonSwitch_additive > [button],
.buttonSwitch.buttonSwitch_additive > span > [button] {
  background: rgb(32, 182, 122);
  border-color: rgb(32, 182, 122);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_additive > button:hover,
  .buttonSwitch.buttonSwitch_additive > button:focus,
  .buttonSwitch.buttonSwitch_additive > span > button:hover,
  .buttonSwitch.buttonSwitch_additive > span > button:focus,
  .buttonSwitch.buttonSwitch_additive > [button]:hover,
  .buttonSwitch.buttonSwitch_additive > [button]:focus,
  .buttonSwitch.buttonSwitch_additive > span > [button]:hover,
  .buttonSwitch.buttonSwitch_additive > span > [button]:focus {
  background: rgb(77, 197, 149);
  border-color: rgb(77, 197, 149);
}
.buttonSwitch.buttonSwitch_additive > button:active, .buttonSwitch.buttonSwitch_additive > span > button:active, .buttonSwitch.buttonSwitch_additive > [button]:active, .buttonSwitch.buttonSwitch_additive > span > [button]:active {
  background: rgb(22, 127, 85);
  border-color: rgb(16, 91, 61);
}
.buttonSwitch.buttonSwitch_additive > button[selected],
  .buttonSwitch.buttonSwitch_additive > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_additive > button.button_selected,
  .buttonSwitch.buttonSwitch_additive > span > button[selected],
  .buttonSwitch.buttonSwitch_additive > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_additive > span > button.button_selected,
  .buttonSwitch.buttonSwitch_additive > [button][selected],
  .buttonSwitch.buttonSwitch_additive > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_additive > [button].button_selected,
  .buttonSwitch.buttonSwitch_additive > span > [button][selected],
  .buttonSwitch.buttonSwitch_additive > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_additive > span > [button].button_selected {
  background: rgb(22, 127, 85);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_additive > button[disabled], .buttonSwitch.buttonSwitch_additive > span > button[disabled], .buttonSwitch.buttonSwitch_additive > [button][disabled], .buttonSwitch.buttonSwitch_additive > span > [button][disabled] {
  background: rgb(32, 182, 122);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_additive > button[working], .buttonSwitch.buttonSwitch_additive > button[data-working='true'], .buttonSwitch.buttonSwitch_additive > span > button[working], .buttonSwitch.buttonSwitch_additive > span > button[data-working='true'], .buttonSwitch.buttonSwitch_additive > [button][working], .buttonSwitch.buttonSwitch_additive > [button][data-working='true'], .buttonSwitch.buttonSwitch_additive > span > [button][working], .buttonSwitch.buttonSwitch_additive > span > [button][data-working='true'] {
  background: #20b67a;
  background: rgba(32, 182, 122, 0.4);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_additive > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_additive > span > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_additive > [button] > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_additive > span > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: rgb(32, 182, 122);
}
.buttonSwitch.buttonSwitch_additive > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_additive > span > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_additive > [button].button_inset .button-selection:after, .buttonSwitch.buttonSwitch_additive > span > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(22, 127, 85);
}
.buttonSwitch.buttonSwitch_additive > button.button_minimal,
  .buttonSwitch.buttonSwitch_additive > button.button_frameless,
  .buttonSwitch.buttonSwitch_additive > span > button.button_minimal,
  .buttonSwitch.buttonSwitch_additive > span > button.button_frameless,
  .buttonSwitch.buttonSwitch_additive > [button].button_minimal,
  .buttonSwitch.buttonSwitch_additive > [button].button_frameless,
  .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal,
  .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless {
  background: transparent;
  color: rgb(32, 182, 122);
}
.buttonSwitch.buttonSwitch_additive > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > [button].button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless > .button-content > .button-icon {
  fill: rgb(32, 182, 122);
}
.buttonSwitch.buttonSwitch_additive > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_additive > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_additive > span > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_additive > span > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_additive > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_additive > [button].button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless .button-confirmation {
  stroke: rgb(32, 182, 122);
}
.buttonSwitch.buttonSwitch_additive > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_additive > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_additive > span > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_additive > span > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_additive > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_additive > [button].button_frameless > .button-underline, .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless > .button-underline {
  background-color: rgb(32, 182, 122);
}
.buttonSwitch.buttonSwitch_additive > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_additive > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_additive > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_additive > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_additive > span > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_additive > span > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_additive > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_additive > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_additive > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_additive > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_additive > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_additive > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(99, 204, 162);
  color: rgb(99, 204, 162);
}
.buttonSwitch.buttonSwitch_additive > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > [button].button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(99, 204, 162);
}
.buttonSwitch.buttonSwitch_additive > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_additive > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_additive > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_additive > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_additive > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_additive > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_additive > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_additive > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_additive > span > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_additive > span > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_additive > span > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_additive > span > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_additive > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_additive > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_additive > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_additive > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_additive > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_additive > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_additive > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_additive > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_additive > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_additive > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_additive > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_additive > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless.button_selected {
  background: #20b67a;
  background: rgba(32, 182, 122, 0.05);
  color: rgb(22, 127, 85);
  border-color: rgb(22, 127, 85);
}
.buttonSwitch.buttonSwitch_additive > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > [button].button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(22, 127, 85);
}
.buttonSwitch.buttonSwitch_additive > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_additive > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_additive > span > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_additive > span > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_additive > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_additive > [button].button_frameless[disabled], .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless[disabled] {
  background: transparent;
  color: rgb(32, 182, 122);
  border-color: rgb(32, 182, 122);
}
.buttonSwitch.buttonSwitch_additive > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > [button].button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: rgb(32, 182, 122);
}
.buttonSwitch.buttonSwitch_additive > button.button_minimal[working], .buttonSwitch.buttonSwitch_additive > button.button_frameless[working], .buttonSwitch.buttonSwitch_additive > span > button.button_minimal[working], .buttonSwitch.buttonSwitch_additive > span > button.button_frameless[working], .buttonSwitch.buttonSwitch_additive > [button].button_minimal[working], .buttonSwitch.buttonSwitch_additive > [button].button_frameless[working], .buttonSwitch.buttonSwitch_additive > span > [button].button_minimal[working], .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless[working] {
  background: transparent;
  border-color: #20b67a;
  border-color: rgba(32, 182, 122, 0.4);
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_additive > button.button_frameless, .buttonSwitch.buttonSwitch_additive > span > button.button_frameless, .buttonSwitch.buttonSwitch_additive > [button].button_frameless, .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_additive > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_additive > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_additive > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_additive > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_additive > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_additive > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless:focus {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_additive > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_additive > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_additive > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_additive > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_additive > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_additive > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_additive > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_additive > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_additive > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_additive > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_additive > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_additive > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_additive > span > [button].button_frameless.button_selected {
  background: transparent;
}
.buttonSwitch.buttonSwitch_additive > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_additive > span > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_additive > [button].button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_additive > span > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
.buttonSwitch.buttonSwitch_additive > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_additive > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_additive > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_additive > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_additive > span > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_additive > span > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_additive > span > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_additive > span > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_additive > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_additive > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_additive > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_additive > [button].button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_additive > span > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_additive > span > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
.buttonSwitch.buttonSwitch_additive > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_additive > span > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_additive > [button].button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_additive > span > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_additive > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_additive > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_additive > span > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_additive > span > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_additive > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_additive > [button].button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
.buttonSwitch.buttonSwitch_additive > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_additive > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_additive > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_additive > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_additive > span > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_additive > span > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_additive > span > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_additive > span > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_additive > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_additive > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_additive > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_additive > [button].button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_additive > span > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_additive > span > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_additive > span > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
.buttonSwitch.buttonSwitch_additive > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_additive > span > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_additive > [button].button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_additive > span > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_additive > button:hover,
  .buttonSwitch.buttonSwitch_additive > button:focus,
  .buttonSwitch.buttonSwitch_additive > span > button:hover,
  .buttonSwitch.buttonSwitch_additive > span > button:focus,
  .buttonSwitch.buttonSwitch_additive > [button]:hover,
  .buttonSwitch.buttonSwitch_additive > [button]:focus,
  .buttonSwitch.buttonSwitch_additive > span > [button]:hover,
  .buttonSwitch.buttonSwitch_additive > span > [button]:focus {
  background: rgb(77, 197, 149);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_additive > button:active, .buttonSwitch.buttonSwitch_additive > span > button:active, .buttonSwitch.buttonSwitch_additive > [button]:active, .buttonSwitch.buttonSwitch_additive > span > [button]:active {
  background: rgb(30, 173, 116);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_additive > button[selected],
  .buttonSwitch.buttonSwitch_additive > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_additive > button.button_selected,
  .buttonSwitch.buttonSwitch_additive > span > button[selected],
  .buttonSwitch.buttonSwitch_additive > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_additive > span > button.button_selected,
  .buttonSwitch.buttonSwitch_additive > [button][selected],
  .buttonSwitch.buttonSwitch_additive > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_additive > [button].button_selected,
  .buttonSwitch.buttonSwitch_additive > span > [button][selected],
  .buttonSwitch.buttonSwitch_additive > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_additive > span > [button].button_selected {
  background: rgb(32, 182, 122);
  border-color: rgb(32, 182, 122);
}
.buttonSwitch.buttonSwitch_additive > button .button-selection:after, .buttonSwitch.buttonSwitch_additive > span > button .button-selection:after, .buttonSwitch.buttonSwitch_additive > [button] .button-selection:after, .buttonSwitch.buttonSwitch_additive > span > [button] .button-selection:after {
  background: rgb(19, 109, 73);
  box-shadow: inset 0 -2px rgb(16, 91, 61);
}
/* Subtle (light-grey) style*/
button.button_subtle,
[button].button_subtle,
.buttonSet.buttonSet_subtle > button,
.buttonSet.buttonSet_subtle > [button] {
  background: rgb(145, 159, 170);
  border-color: rgb(145, 159, 170);
}
button.button_subtle:hover,
  button.button_subtle:focus,
  [button].button_subtle:hover,
  [button].button_subtle:focus,
  .buttonSet.buttonSet_subtle > button:hover,
  .buttonSet.buttonSet_subtle > button:focus,
  .buttonSet.buttonSet_subtle > [button]:hover,
  .buttonSet.buttonSet_subtle > [button]:focus {
  background: rgb(167, 178, 187);
  border-color: rgb(167, 178, 187);
}
button.button_subtle:active, [button].button_subtle:active, .buttonSet.buttonSet_subtle > button:active, .buttonSet.buttonSet_subtle > [button]:active {
  background: rgb(102, 111, 119);
  border-color: rgb(73, 80, 85);
}
button.button_subtle[selected],
  button.button_subtle[data-selected='true'],
  button.button_subtle.button_selected,
  [button].button_subtle[selected],
  [button].button_subtle[data-selected='true'],
  [button].button_subtle.button_selected,
  .buttonSet.buttonSet_subtle > button[selected],
  .buttonSet.buttonSet_subtle > button[data-selected='true'],
  .buttonSet.buttonSet_subtle > button.button_selected,
  .buttonSet.buttonSet_subtle > [button][selected],
  .buttonSet.buttonSet_subtle > [button][data-selected='true'],
  .buttonSet.buttonSet_subtle > [button].button_selected {
  background: rgb(102, 111, 119);
  border-color: transparent;
}
button.button_subtle[disabled], [button].button_subtle[disabled], .buttonSet.buttonSet_subtle > button[disabled], .buttonSet.buttonSet_subtle > [button][disabled] {
  background: rgb(145, 159, 170);
  border-color: transparent;
}
button.button_subtle[working], button.button_subtle[data-working='true'], [button].button_subtle[working], [button].button_subtle[data-working='true'], .buttonSet.buttonSet_subtle > button[working], .buttonSet.buttonSet_subtle > button[data-working='true'], .buttonSet.buttonSet_subtle > [button][working], .buttonSet.buttonSet_subtle > [button][data-working='true'] {
  background: #919faa;
  background: rgba(145, 159, 170, 0.4);
  border-color: transparent;
}
button.button_subtle > .button-spinners > .button-spinner .spinner-pip, [button].button_subtle > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_subtle > button > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_subtle > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: rgb(145, 159, 170);
}
button.button_subtle.button_inset .button-selection:after, [button].button_subtle.button_inset .button-selection:after, .buttonSet.buttonSet_subtle > button.button_inset .button-selection:after, .buttonSet.buttonSet_subtle > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(102, 111, 119);
}
button.button_subtle.button_minimal,
  button.button_subtle.button_frameless,
  [button].button_subtle.button_minimal,
  [button].button_subtle.button_frameless,
  .buttonSet.buttonSet_subtle > button.button_minimal,
  .buttonSet.buttonSet_subtle > button.button_frameless,
  .buttonSet.buttonSet_subtle > [button].button_minimal,
  .buttonSet.buttonSet_subtle > [button].button_frameless {
  background: transparent;
  color: rgb(145, 159, 170);
}
button.button_subtle.button_minimal > .button-content > .button-icon, button.button_subtle.button_frameless > .button-content > .button-icon, [button].button_subtle.button_minimal > .button-content > .button-icon, [button].button_subtle.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_subtle > button.button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_subtle > button.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_subtle > [button].button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_subtle > [button].button_frameless > .button-content > .button-icon {
  fill: rgb(145, 159, 170);
}
button.button_subtle.button_minimal .button-confirmation, button.button_subtle.button_frameless .button-confirmation, [button].button_subtle.button_minimal .button-confirmation, [button].button_subtle.button_frameless .button-confirmation, .buttonSet.buttonSet_subtle > button.button_minimal .button-confirmation, .buttonSet.buttonSet_subtle > button.button_frameless .button-confirmation, .buttonSet.buttonSet_subtle > [button].button_minimal .button-confirmation, .buttonSet.buttonSet_subtle > [button].button_frameless .button-confirmation {
  stroke: rgb(145, 159, 170);
}
button.button_subtle.button_minimal > .button-underline, button.button_subtle.button_frameless > .button-underline, [button].button_subtle.button_minimal > .button-underline, [button].button_subtle.button_frameless > .button-underline, .buttonSet.buttonSet_subtle > button.button_minimal > .button-underline, .buttonSet.buttonSet_subtle > button.button_frameless > .button-underline, .buttonSet.buttonSet_subtle > [button].button_minimal > .button-underline, .buttonSet.buttonSet_subtle > [button].button_frameless > .button-underline {
  background-color: rgb(145, 159, 170);
}
button.button_subtle.button_minimal:hover,
    button.button_subtle.button_minimal:focus,
    button.button_subtle.button_frameless:hover,
    button.button_subtle.button_frameless:focus,
    [button].button_subtle.button_minimal:hover,
    [button].button_subtle.button_minimal:focus,
    [button].button_subtle.button_frameless:hover,
    [button].button_subtle.button_frameless:focus,
    .buttonSet.buttonSet_subtle > button.button_minimal:hover,
    .buttonSet.buttonSet_subtle > button.button_minimal:focus,
    .buttonSet.buttonSet_subtle > button.button_frameless:hover,
    .buttonSet.buttonSet_subtle > button.button_frameless:focus,
    .buttonSet.buttonSet_subtle > [button].button_minimal:hover,
    .buttonSet.buttonSet_subtle > [button].button_minimal:focus,
    .buttonSet.buttonSet_subtle > [button].button_frameless:hover,
    .buttonSet.buttonSet_subtle > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(178, 188, 196);
  color: rgb(178, 188, 196);
}
button.button_subtle.button_minimal:hover > .button-content > .button-icon, button.button_subtle.button_minimal:focus > .button-content > .button-icon, button.button_subtle.button_frameless:hover > .button-content > .button-icon, button.button_subtle.button_frameless:focus > .button-content > .button-icon, [button].button_subtle.button_minimal:hover > .button-content > .button-icon, [button].button_subtle.button_minimal:focus > .button-content > .button-icon, [button].button_subtle.button_frameless:hover > .button-content > .button-icon, [button].button_subtle.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_subtle > button.button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_subtle > button.button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_subtle > button.button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_subtle > button.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_subtle > [button].button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_subtle > [button].button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_subtle > [button].button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_subtle > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(178, 188, 196);
}
button.button_subtle.button_minimal:active,
    button.button_subtle.button_minimal[selected],
    button.button_subtle.button_minimal[data-selected='true'],
    button.button_subtle.button_minimal.button_selected,
    button.button_subtle.button_frameless:active,
    button.button_subtle.button_frameless[selected],
    button.button_subtle.button_frameless[data-selected='true'],
    button.button_subtle.button_frameless.button_selected,
    [button].button_subtle.button_minimal:active,
    [button].button_subtle.button_minimal[selected],
    [button].button_subtle.button_minimal[data-selected='true'],
    [button].button_subtle.button_minimal.button_selected,
    [button].button_subtle.button_frameless:active,
    [button].button_subtle.button_frameless[selected],
    [button].button_subtle.button_frameless[data-selected='true'],
    [button].button_subtle.button_frameless.button_selected,
    .buttonSet.buttonSet_subtle > button.button_minimal:active,
    .buttonSet.buttonSet_subtle > button.button_minimal[selected],
    .buttonSet.buttonSet_subtle > button.button_minimal[data-selected='true'],
    .buttonSet.buttonSet_subtle > button.button_minimal.button_selected,
    .buttonSet.buttonSet_subtle > button.button_frameless:active,
    .buttonSet.buttonSet_subtle > button.button_frameless[selected],
    .buttonSet.buttonSet_subtle > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_subtle > button.button_frameless.button_selected,
    .buttonSet.buttonSet_subtle > [button].button_minimal:active,
    .buttonSet.buttonSet_subtle > [button].button_minimal[selected],
    .buttonSet.buttonSet_subtle > [button].button_minimal[data-selected='true'],
    .buttonSet.buttonSet_subtle > [button].button_minimal.button_selected,
    .buttonSet.buttonSet_subtle > [button].button_frameless:active,
    .buttonSet.buttonSet_subtle > [button].button_frameless[selected],
    .buttonSet.buttonSet_subtle > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_subtle > [button].button_frameless.button_selected {
  background: #919faa;
  background: rgba(145, 159, 170, 0.05);
  color: rgb(102, 111, 119);
  border-color: rgb(102, 111, 119);
}
button.button_subtle.button_minimal:active > .button-content > .button-icon, button.button_subtle.button_minimal[selected] > .button-content > .button-icon, button.button_subtle.button_minimal[data-selected='true'] > .button-content > .button-icon, button.button_subtle.button_minimal.button_selected > .button-content > .button-icon, button.button_subtle.button_frameless:active > .button-content > .button-icon, button.button_subtle.button_frameless[selected] > .button-content > .button-icon, button.button_subtle.button_frameless[data-selected='true'] > .button-content > .button-icon, button.button_subtle.button_frameless.button_selected > .button-content > .button-icon, [button].button_subtle.button_minimal:active > .button-content > .button-icon, [button].button_subtle.button_minimal[selected] > .button-content > .button-icon, [button].button_subtle.button_minimal[data-selected='true'] > .button-content > .button-icon, [button].button_subtle.button_minimal.button_selected > .button-content > .button-icon, [button].button_subtle.button_frameless:active > .button-content > .button-icon, [button].button_subtle.button_frameless[selected] > .button-content > .button-icon, [button].button_subtle.button_frameless[data-selected='true'] > .button-content > .button-icon, [button].button_subtle.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_subtle > button.button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_subtle > button.button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_subtle > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_subtle > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_subtle > button.button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_subtle > button.button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_subtle > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_subtle > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_subtle > [button].button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_subtle > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_subtle > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_subtle > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_subtle > [button].button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_subtle > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_subtle > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_subtle > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(102, 111, 119);
}
button.button_subtle.button_minimal[disabled], button.button_subtle.button_frameless[disabled], [button].button_subtle.button_minimal[disabled], [button].button_subtle.button_frameless[disabled], .buttonSet.buttonSet_subtle > button.button_minimal[disabled], .buttonSet.buttonSet_subtle > button.button_frameless[disabled], .buttonSet.buttonSet_subtle > [button].button_minimal[disabled], .buttonSet.buttonSet_subtle > [button].button_frameless[disabled] {
  background: transparent;
  color: rgb(145, 159, 170);
  border-color: rgb(145, 159, 170);
}
button.button_subtle.button_minimal[disabled] > .button-content > .button-icon, button.button_subtle.button_frameless[disabled] > .button-content > .button-icon, [button].button_subtle.button_minimal[disabled] > .button-content > .button-icon, [button].button_subtle.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_subtle > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_subtle > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_subtle > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_subtle > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: rgb(145, 159, 170);
}
button.button_subtle.button_minimal[working], button.button_subtle.button_frameless[working], [button].button_subtle.button_minimal[working], [button].button_subtle.button_frameless[working], .buttonSet.buttonSet_subtle > button.button_minimal[working], .buttonSet.buttonSet_subtle > button.button_frameless[working], .buttonSet.buttonSet_subtle > [button].button_minimal[working], .buttonSet.buttonSet_subtle > [button].button_frameless[working] {
  background: transparent;
  border-color: #919faa;
  border-color: rgba(145, 159, 170, 0.4);
  box-shadow: none;
}
button.button_subtle.button_frameless, [button].button_subtle.button_frameless, .buttonSet.buttonSet_subtle > button.button_frameless, .buttonSet.buttonSet_subtle > [button].button_frameless {
  box-shadow: none;
}
button.button_subtle.button_frameless:hover,
    button.button_subtle.button_frameless:focus,
    [button].button_subtle.button_frameless:hover,
    [button].button_subtle.button_frameless:focus,
    .buttonSet.buttonSet_subtle > button.button_frameless:hover,
    .buttonSet.buttonSet_subtle > button.button_frameless:focus,
    .buttonSet.buttonSet_subtle > [button].button_frameless:hover,
    .buttonSet.buttonSet_subtle > [button].button_frameless:focus {
  box-shadow: none;
}
button.button_subtle.button_frameless:active,
    button.button_subtle.button_frameless[selected],
    button.button_subtle.button_frameless[data-selected='true'],
    button.button_subtle.button_frameless.button_selected,
    [button].button_subtle.button_frameless:active,
    [button].button_subtle.button_frameless[selected],
    [button].button_subtle.button_frameless[data-selected='true'],
    [button].button_subtle.button_frameless.button_selected,
    .buttonSet.buttonSet_subtle > button.button_frameless:active,
    .buttonSet.buttonSet_subtle > button.button_frameless[selected],
    .buttonSet.buttonSet_subtle > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_subtle > button.button_frameless.button_selected,
    .buttonSet.buttonSet_subtle > [button].button_frameless:active,
    .buttonSet.buttonSet_subtle > [button].button_frameless[selected],
    .buttonSet.buttonSet_subtle > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_subtle > [button].button_frameless.button_selected {
  background: transparent;
}
button.button_subtle.button_chrome.button_framelessHover:hover, [button].button_subtle.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_subtle > button.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_subtle > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
button.button_subtle.button_chrome.button_framelessHover:active,
    button.button_subtle.button_chrome.button_framelessHover[selected],
    button.button_subtle.button_chrome.button_framelessHover[data-selected='true'],
    button.button_subtle.button_chrome.button_framelessHover.button_selected,
    [button].button_subtle.button_chrome.button_framelessHover:active,
    [button].button_subtle.button_chrome.button_framelessHover[selected],
    [button].button_subtle.button_chrome.button_framelessHover[data-selected='true'],
    [button].button_subtle.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_subtle > button.button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_subtle > button.button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_subtle > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_subtle > button.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_subtle > [button].button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_subtle > [button].button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_subtle > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_subtle > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
button.button_subtle.button_chrome.button_framelessHover[disabled], [button].button_subtle.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_subtle > button.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_subtle > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
button.button_subtle.button_fg.button_framelessHover:hover,
    button.button_subtle.button_fg.button_framelessHover:focus,
    [button].button_subtle.button_fg.button_framelessHover:hover,
    [button].button_subtle.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_subtle > button.button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_subtle > button.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_subtle > [button].button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_subtle > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
button.button_subtle.button_fg.button_framelessHover:active,
    button.button_subtle.button_fg.button_framelessHover[selected],
    button.button_subtle.button_fg.button_framelessHover[data-selected='true']
    button.button_subtle.button_fg.button_framelessHover.button_selected,
    [button].button_subtle.button_fg.button_framelessHover:active,
    [button].button_subtle.button_fg.button_framelessHover[selected],
    [button].button_subtle.button_fg.button_framelessHover[data-selected='true']
    [button].button_subtle.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_subtle > button.button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_subtle > button.button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_subtle > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_subtle > button.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_subtle > [button].button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_subtle > [button].button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_subtle > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_subtle > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
button.button_subtle.button_fg.button_framelessHover[disabled], [button].button_subtle.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_subtle > button.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_subtle > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSet.buttonSet_subtle > button,
.buttonSet.buttonSet_subtle > [button] {
  border-left-color: rgb(131, 143, 153);
}
.buttonSwitch.buttonSwitch_subtle > button,
.buttonSwitch.buttonSwitch_subtle > span > button,
.buttonSwitch.buttonSwitch_subtle > [button],
.buttonSwitch.buttonSwitch_subtle > span > [button] {
  background: rgb(145, 159, 170);
  border-color: rgb(145, 159, 170);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_subtle > button:hover,
  .buttonSwitch.buttonSwitch_subtle > button:focus,
  .buttonSwitch.buttonSwitch_subtle > span > button:hover,
  .buttonSwitch.buttonSwitch_subtle > span > button:focus,
  .buttonSwitch.buttonSwitch_subtle > [button]:hover,
  .buttonSwitch.buttonSwitch_subtle > [button]:focus,
  .buttonSwitch.buttonSwitch_subtle > span > [button]:hover,
  .buttonSwitch.buttonSwitch_subtle > span > [button]:focus {
  background: rgb(167, 178, 187);
  border-color: rgb(167, 178, 187);
}
.buttonSwitch.buttonSwitch_subtle > button:active, .buttonSwitch.buttonSwitch_subtle > span > button:active, .buttonSwitch.buttonSwitch_subtle > [button]:active, .buttonSwitch.buttonSwitch_subtle > span > [button]:active {
  background: rgb(102, 111, 119);
  border-color: rgb(73, 80, 85);
}
.buttonSwitch.buttonSwitch_subtle > button[selected],
  .buttonSwitch.buttonSwitch_subtle > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_subtle > button.button_selected,
  .buttonSwitch.buttonSwitch_subtle > span > button[selected],
  .buttonSwitch.buttonSwitch_subtle > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_subtle > span > button.button_selected,
  .buttonSwitch.buttonSwitch_subtle > [button][selected],
  .buttonSwitch.buttonSwitch_subtle > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_subtle > [button].button_selected,
  .buttonSwitch.buttonSwitch_subtle > span > [button][selected],
  .buttonSwitch.buttonSwitch_subtle > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_subtle > span > [button].button_selected {
  background: rgb(102, 111, 119);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_subtle > button[disabled], .buttonSwitch.buttonSwitch_subtle > span > button[disabled], .buttonSwitch.buttonSwitch_subtle > [button][disabled], .buttonSwitch.buttonSwitch_subtle > span > [button][disabled] {
  background: rgb(145, 159, 170);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_subtle > button[working], .buttonSwitch.buttonSwitch_subtle > button[data-working='true'], .buttonSwitch.buttonSwitch_subtle > span > button[working], .buttonSwitch.buttonSwitch_subtle > span > button[data-working='true'], .buttonSwitch.buttonSwitch_subtle > [button][working], .buttonSwitch.buttonSwitch_subtle > [button][data-working='true'], .buttonSwitch.buttonSwitch_subtle > span > [button][working], .buttonSwitch.buttonSwitch_subtle > span > [button][data-working='true'] {
  background: #919faa;
  background: rgba(145, 159, 170, 0.4);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_subtle > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_subtle > span > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_subtle > [button] > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_subtle > span > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: rgb(145, 159, 170);
}
.buttonSwitch.buttonSwitch_subtle > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_subtle > span > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_subtle > [button].button_inset .button-selection:after, .buttonSwitch.buttonSwitch_subtle > span > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(102, 111, 119);
}
.buttonSwitch.buttonSwitch_subtle > button.button_minimal,
  .buttonSwitch.buttonSwitch_subtle > button.button_frameless,
  .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal,
  .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless,
  .buttonSwitch.buttonSwitch_subtle > [button].button_minimal,
  .buttonSwitch.buttonSwitch_subtle > [button].button_frameless,
  .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal,
  .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless {
  background: transparent;
  color: rgb(145, 159, 170);
}
.buttonSwitch.buttonSwitch_subtle > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > [button].button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless > .button-content > .button-icon {
  fill: rgb(145, 159, 170);
}
.buttonSwitch.buttonSwitch_subtle > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_subtle > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_subtle > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_subtle > [button].button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless .button-confirmation {
  stroke: rgb(145, 159, 170);
}
.buttonSwitch.buttonSwitch_subtle > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_subtle > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_subtle > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_subtle > [button].button_frameless > .button-underline, .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless > .button-underline {
  background-color: rgb(145, 159, 170);
}
.buttonSwitch.buttonSwitch_subtle > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_subtle > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_subtle > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_subtle > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_subtle > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_subtle > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_subtle > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_subtle > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(178, 188, 196);
  color: rgb(178, 188, 196);
}
.buttonSwitch.buttonSwitch_subtle > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > [button].button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(178, 188, 196);
}
.buttonSwitch.buttonSwitch_subtle > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_subtle > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_subtle > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_subtle > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_subtle > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_subtle > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_subtle > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_subtle > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_subtle > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_subtle > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_subtle > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_subtle > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_subtle > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_subtle > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_subtle > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_subtle > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless.button_selected {
  background: #919faa;
  background: rgba(145, 159, 170, 0.05);
  color: rgb(102, 111, 119);
  border-color: rgb(102, 111, 119);
}
.buttonSwitch.buttonSwitch_subtle > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > [button].button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(102, 111, 119);
}
.buttonSwitch.buttonSwitch_subtle > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_subtle > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_subtle > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_subtle > [button].button_frameless[disabled], .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless[disabled] {
  background: transparent;
  color: rgb(145, 159, 170);
  border-color: rgb(145, 159, 170);
}
.buttonSwitch.buttonSwitch_subtle > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > [button].button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: rgb(145, 159, 170);
}
.buttonSwitch.buttonSwitch_subtle > button.button_minimal[working], .buttonSwitch.buttonSwitch_subtle > button.button_frameless[working], .buttonSwitch.buttonSwitch_subtle > span > button.button_minimal[working], .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless[working], .buttonSwitch.buttonSwitch_subtle > [button].button_minimal[working], .buttonSwitch.buttonSwitch_subtle > [button].button_frameless[working], .buttonSwitch.buttonSwitch_subtle > span > [button].button_minimal[working], .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless[working] {
  background: transparent;
  border-color: #919faa;
  border-color: rgba(145, 159, 170, 0.4);
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_subtle > button.button_frameless, .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless, .buttonSwitch.buttonSwitch_subtle > [button].button_frameless, .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_subtle > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_subtle > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_subtle > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_subtle > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless:focus {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_subtle > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_subtle > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_subtle > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_subtle > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_subtle > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_subtle > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_subtle > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_subtle > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_subtle > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_frameless.button_selected {
  background: transparent;
}
.buttonSwitch.buttonSwitch_subtle > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_subtle > span > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_subtle > [button].button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_subtle > span > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
.buttonSwitch.buttonSwitch_subtle > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_subtle > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_subtle > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_subtle > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_subtle > span > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_subtle > span > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_subtle > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_subtle > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_subtle > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_subtle > [button].button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
.buttonSwitch.buttonSwitch_subtle > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_subtle > span > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_subtle > [button].button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_subtle > span > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_subtle > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_subtle > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_subtle > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_subtle > [button].button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
.buttonSwitch.buttonSwitch_subtle > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_subtle > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_subtle > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_subtle > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_subtle > span > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_subtle > span > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_subtle > span > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_subtle > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_subtle > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_subtle > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_subtle > [button].button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_subtle > span > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
.buttonSwitch.buttonSwitch_subtle > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_subtle > span > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_subtle > [button].button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_subtle > span > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_subtle > button:hover,
  .buttonSwitch.buttonSwitch_subtle > button:focus,
  .buttonSwitch.buttonSwitch_subtle > span > button:hover,
  .buttonSwitch.buttonSwitch_subtle > span > button:focus,
  .buttonSwitch.buttonSwitch_subtle > [button]:hover,
  .buttonSwitch.buttonSwitch_subtle > [button]:focus,
  .buttonSwitch.buttonSwitch_subtle > span > [button]:hover,
  .buttonSwitch.buttonSwitch_subtle > span > [button]:focus {
  background: rgb(167, 178, 187);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_subtle > button:active, .buttonSwitch.buttonSwitch_subtle > span > button:active, .buttonSwitch.buttonSwitch_subtle > [button]:active, .buttonSwitch.buttonSwitch_subtle > span > [button]:active {
  background: rgb(138, 151, 162);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_subtle > button[selected],
  .buttonSwitch.buttonSwitch_subtle > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_subtle > button.button_selected,
  .buttonSwitch.buttonSwitch_subtle > span > button[selected],
  .buttonSwitch.buttonSwitch_subtle > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_subtle > span > button.button_selected,
  .buttonSwitch.buttonSwitch_subtle > [button][selected],
  .buttonSwitch.buttonSwitch_subtle > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_subtle > [button].button_selected,
  .buttonSwitch.buttonSwitch_subtle > span > [button][selected],
  .buttonSwitch.buttonSwitch_subtle > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_subtle > span > [button].button_selected {
  background: rgb(145, 159, 170);
  border-color: rgb(145, 159, 170);
}
.buttonSwitch.buttonSwitch_subtle > button .button-selection:after, .buttonSwitch.buttonSwitch_subtle > span > button .button-selection:after, .buttonSwitch.buttonSwitch_subtle > [button] .button-selection:after, .buttonSwitch.buttonSwitch_subtle > span > [button] .button-selection:after {
  background: rgb(87, 95, 102);
  box-shadow: inset 0 -2px rgb(73, 80, 85);
}
/* Alert (red) style*/
button.button_alert,
[button].button_alert,
.buttonSet.buttonSet_alert > button,
.buttonSet.buttonSet_alert > [button] {
  background: rgb(198, 65, 12);
  border-color: rgb(198, 65, 12);
}
button.button_alert:hover,
  button.button_alert:focus,
  [button].button_alert:hover,
  [button].button_alert:focus,
  .buttonSet.buttonSet_alert > button:hover,
  .buttonSet.buttonSet_alert > button:focus,
  .buttonSet.buttonSet_alert > [button]:hover,
  .buttonSet.buttonSet_alert > [button]:focus {
  background: rgb(209, 103, 61);
  border-color: rgb(209, 103, 61);
}
button.button_alert:active, [button].button_alert:active, .buttonSet.buttonSet_alert > button:active, .buttonSet.buttonSet_alert > [button]:active {
  background: rgb(139, 46, 8);
  border-color: rgb(99, 33, 6);
}
button.button_alert[selected],
  button.button_alert[data-selected='true'],
  button.button_alert.button_selected,
  [button].button_alert[selected],
  [button].button_alert[data-selected='true'],
  [button].button_alert.button_selected,
  .buttonSet.buttonSet_alert > button[selected],
  .buttonSet.buttonSet_alert > button[data-selected='true'],
  .buttonSet.buttonSet_alert > button.button_selected,
  .buttonSet.buttonSet_alert > [button][selected],
  .buttonSet.buttonSet_alert > [button][data-selected='true'],
  .buttonSet.buttonSet_alert > [button].button_selected {
  background: rgb(139, 46, 8);
  border-color: transparent;
}
button.button_alert[disabled], [button].button_alert[disabled], .buttonSet.buttonSet_alert > button[disabled], .buttonSet.buttonSet_alert > [button][disabled] {
  background: rgb(198, 65, 12);
  border-color: transparent;
}
button.button_alert[working], button.button_alert[data-working='true'], [button].button_alert[working], [button].button_alert[data-working='true'], .buttonSet.buttonSet_alert > button[working], .buttonSet.buttonSet_alert > button[data-working='true'], .buttonSet.buttonSet_alert > [button][working], .buttonSet.buttonSet_alert > [button][data-working='true'] {
  background: #c6410c;
  background: rgba(198, 65, 12, 0.4);
  border-color: transparent;
}
button.button_alert > .button-spinners > .button-spinner .spinner-pip, [button].button_alert > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_alert > button > .button-spinners > .button-spinner .spinner-pip, .buttonSet.buttonSet_alert > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: rgb(198, 65, 12);
}
button.button_alert.button_inset .button-selection:after, [button].button_alert.button_inset .button-selection:after, .buttonSet.buttonSet_alert > button.button_inset .button-selection:after, .buttonSet.buttonSet_alert > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(139, 46, 8);
}
button.button_alert.button_minimal,
  button.button_alert.button_frameless,
  [button].button_alert.button_minimal,
  [button].button_alert.button_frameless,
  .buttonSet.buttonSet_alert > button.button_minimal,
  .buttonSet.buttonSet_alert > button.button_frameless,
  .buttonSet.buttonSet_alert > [button].button_minimal,
  .buttonSet.buttonSet_alert > [button].button_frameless {
  background: transparent;
  color: rgb(198, 65, 12);
}
button.button_alert.button_minimal > .button-content > .button-icon, button.button_alert.button_frameless > .button-content > .button-icon, [button].button_alert.button_minimal > .button-content > .button-icon, [button].button_alert.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_alert > button.button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_alert > button.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_alert > [button].button_minimal > .button-content > .button-icon, .buttonSet.buttonSet_alert > [button].button_frameless > .button-content > .button-icon {
  fill: rgb(198, 65, 12);
}
button.button_alert.button_minimal .button-confirmation, button.button_alert.button_frameless .button-confirmation, [button].button_alert.button_minimal .button-confirmation, [button].button_alert.button_frameless .button-confirmation, .buttonSet.buttonSet_alert > button.button_minimal .button-confirmation, .buttonSet.buttonSet_alert > button.button_frameless .button-confirmation, .buttonSet.buttonSet_alert > [button].button_minimal .button-confirmation, .buttonSet.buttonSet_alert > [button].button_frameless .button-confirmation {
  stroke: rgb(198, 65, 12);
}
button.button_alert.button_minimal > .button-underline, button.button_alert.button_frameless > .button-underline, [button].button_alert.button_minimal > .button-underline, [button].button_alert.button_frameless > .button-underline, .buttonSet.buttonSet_alert > button.button_minimal > .button-underline, .buttonSet.buttonSet_alert > button.button_frameless > .button-underline, .buttonSet.buttonSet_alert > [button].button_minimal > .button-underline, .buttonSet.buttonSet_alert > [button].button_frameless > .button-underline {
  background-color: rgb(198, 65, 12);
}
button.button_alert.button_minimal:hover,
    button.button_alert.button_minimal:focus,
    button.button_alert.button_frameless:hover,
    button.button_alert.button_frameless:focus,
    [button].button_alert.button_minimal:hover,
    [button].button_alert.button_minimal:focus,
    [button].button_alert.button_frameless:hover,
    [button].button_alert.button_frameless:focus,
    .buttonSet.buttonSet_alert > button.button_minimal:hover,
    .buttonSet.buttonSet_alert > button.button_minimal:focus,
    .buttonSet.buttonSet_alert > button.button_frameless:hover,
    .buttonSet.buttonSet_alert > button.button_frameless:focus,
    .buttonSet.buttonSet_alert > [button].button_minimal:hover,
    .buttonSet.buttonSet_alert > [button].button_minimal:focus,
    .buttonSet.buttonSet_alert > [button].button_frameless:hover,
    .buttonSet.buttonSet_alert > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(215, 122, 85);
  color: rgb(215, 122, 85);
}
button.button_alert.button_minimal:hover > .button-content > .button-icon, button.button_alert.button_minimal:focus > .button-content > .button-icon, button.button_alert.button_frameless:hover > .button-content > .button-icon, button.button_alert.button_frameless:focus > .button-content > .button-icon, [button].button_alert.button_minimal:hover > .button-content > .button-icon, [button].button_alert.button_minimal:focus > .button-content > .button-icon, [button].button_alert.button_frameless:hover > .button-content > .button-icon, [button].button_alert.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_alert > button.button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_alert > button.button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_alert > button.button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_alert > button.button_frameless:focus > .button-content > .button-icon, .buttonSet.buttonSet_alert > [button].button_minimal:hover > .button-content > .button-icon, .buttonSet.buttonSet_alert > [button].button_minimal:focus > .button-content > .button-icon, .buttonSet.buttonSet_alert > [button].button_frameless:hover > .button-content > .button-icon, .buttonSet.buttonSet_alert > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(215, 122, 85);
}
button.button_alert.button_minimal:active,
    button.button_alert.button_minimal[selected],
    button.button_alert.button_minimal[data-selected='true'],
    button.button_alert.button_minimal.button_selected,
    button.button_alert.button_frameless:active,
    button.button_alert.button_frameless[selected],
    button.button_alert.button_frameless[data-selected='true'],
    button.button_alert.button_frameless.button_selected,
    [button].button_alert.button_minimal:active,
    [button].button_alert.button_minimal[selected],
    [button].button_alert.button_minimal[data-selected='true'],
    [button].button_alert.button_minimal.button_selected,
    [button].button_alert.button_frameless:active,
    [button].button_alert.button_frameless[selected],
    [button].button_alert.button_frameless[data-selected='true'],
    [button].button_alert.button_frameless.button_selected,
    .buttonSet.buttonSet_alert > button.button_minimal:active,
    .buttonSet.buttonSet_alert > button.button_minimal[selected],
    .buttonSet.buttonSet_alert > button.button_minimal[data-selected='true'],
    .buttonSet.buttonSet_alert > button.button_minimal.button_selected,
    .buttonSet.buttonSet_alert > button.button_frameless:active,
    .buttonSet.buttonSet_alert > button.button_frameless[selected],
    .buttonSet.buttonSet_alert > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_alert > button.button_frameless.button_selected,
    .buttonSet.buttonSet_alert > [button].button_minimal:active,
    .buttonSet.buttonSet_alert > [button].button_minimal[selected],
    .buttonSet.buttonSet_alert > [button].button_minimal[data-selected='true'],
    .buttonSet.buttonSet_alert > [button].button_minimal.button_selected,
    .buttonSet.buttonSet_alert > [button].button_frameless:active,
    .buttonSet.buttonSet_alert > [button].button_frameless[selected],
    .buttonSet.buttonSet_alert > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_alert > [button].button_frameless.button_selected {
  background: #c6410c;
  background: rgba(198, 65, 12, 0.05);
  color: rgb(139, 46, 8);
  border-color: rgb(139, 46, 8);
}
button.button_alert.button_minimal:active > .button-content > .button-icon, button.button_alert.button_minimal[selected] > .button-content > .button-icon, button.button_alert.button_minimal[data-selected='true'] > .button-content > .button-icon, button.button_alert.button_minimal.button_selected > .button-content > .button-icon, button.button_alert.button_frameless:active > .button-content > .button-icon, button.button_alert.button_frameless[selected] > .button-content > .button-icon, button.button_alert.button_frameless[data-selected='true'] > .button-content > .button-icon, button.button_alert.button_frameless.button_selected > .button-content > .button-icon, [button].button_alert.button_minimal:active > .button-content > .button-icon, [button].button_alert.button_minimal[selected] > .button-content > .button-icon, [button].button_alert.button_minimal[data-selected='true'] > .button-content > .button-icon, [button].button_alert.button_minimal.button_selected > .button-content > .button-icon, [button].button_alert.button_frameless:active > .button-content > .button-icon, [button].button_alert.button_frameless[selected] > .button-content > .button-icon, [button].button_alert.button_frameless[data-selected='true'] > .button-content > .button-icon, [button].button_alert.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_alert > button.button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_alert > button.button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_alert > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_alert > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_alert > button.button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_alert > button.button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_alert > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_alert > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_alert > [button].button_minimal:active > .button-content > .button-icon, .buttonSet.buttonSet_alert > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSet.buttonSet_alert > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_alert > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSet.buttonSet_alert > [button].button_frameless:active > .button-content > .button-icon, .buttonSet.buttonSet_alert > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSet.buttonSet_alert > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSet.buttonSet_alert > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(139, 46, 8);
}
button.button_alert.button_minimal[disabled], button.button_alert.button_frameless[disabled], [button].button_alert.button_minimal[disabled], [button].button_alert.button_frameless[disabled], .buttonSet.buttonSet_alert > button.button_minimal[disabled], .buttonSet.buttonSet_alert > button.button_frameless[disabled], .buttonSet.buttonSet_alert > [button].button_minimal[disabled], .buttonSet.buttonSet_alert > [button].button_frameless[disabled] {
  background: transparent;
  color: rgb(198, 65, 12);
  border-color: rgb(198, 65, 12);
}
button.button_alert.button_minimal[disabled] > .button-content > .button-icon, button.button_alert.button_frameless[disabled] > .button-content > .button-icon, [button].button_alert.button_minimal[disabled] > .button-content > .button-icon, [button].button_alert.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_alert > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_alert > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_alert > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSet.buttonSet_alert > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: rgb(198, 65, 12);
}
button.button_alert.button_minimal[working], button.button_alert.button_frameless[working], [button].button_alert.button_minimal[working], [button].button_alert.button_frameless[working], .buttonSet.buttonSet_alert > button.button_minimal[working], .buttonSet.buttonSet_alert > button.button_frameless[working], .buttonSet.buttonSet_alert > [button].button_minimal[working], .buttonSet.buttonSet_alert > [button].button_frameless[working] {
  background: transparent;
  border-color: #c6410c;
  border-color: rgba(198, 65, 12, 0.4);
  box-shadow: none;
}
button.button_alert.button_frameless, [button].button_alert.button_frameless, .buttonSet.buttonSet_alert > button.button_frameless, .buttonSet.buttonSet_alert > [button].button_frameless {
  box-shadow: none;
}
button.button_alert.button_frameless:hover,
    button.button_alert.button_frameless:focus,
    [button].button_alert.button_frameless:hover,
    [button].button_alert.button_frameless:focus,
    .buttonSet.buttonSet_alert > button.button_frameless:hover,
    .buttonSet.buttonSet_alert > button.button_frameless:focus,
    .buttonSet.buttonSet_alert > [button].button_frameless:hover,
    .buttonSet.buttonSet_alert > [button].button_frameless:focus {
  box-shadow: none;
}
button.button_alert.button_frameless:active,
    button.button_alert.button_frameless[selected],
    button.button_alert.button_frameless[data-selected='true'],
    button.button_alert.button_frameless.button_selected,
    [button].button_alert.button_frameless:active,
    [button].button_alert.button_frameless[selected],
    [button].button_alert.button_frameless[data-selected='true'],
    [button].button_alert.button_frameless.button_selected,
    .buttonSet.buttonSet_alert > button.button_frameless:active,
    .buttonSet.buttonSet_alert > button.button_frameless[selected],
    .buttonSet.buttonSet_alert > button.button_frameless[data-selected='true'],
    .buttonSet.buttonSet_alert > button.button_frameless.button_selected,
    .buttonSet.buttonSet_alert > [button].button_frameless:active,
    .buttonSet.buttonSet_alert > [button].button_frameless[selected],
    .buttonSet.buttonSet_alert > [button].button_frameless[data-selected='true'],
    .buttonSet.buttonSet_alert > [button].button_frameless.button_selected {
  background: transparent;
}
button.button_alert.button_chrome.button_framelessHover:hover, [button].button_alert.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_alert > button.button_chrome.button_framelessHover:hover, .buttonSet.buttonSet_alert > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
button.button_alert.button_chrome.button_framelessHover:active,
    button.button_alert.button_chrome.button_framelessHover[selected],
    button.button_alert.button_chrome.button_framelessHover[data-selected='true'],
    button.button_alert.button_chrome.button_framelessHover.button_selected,
    [button].button_alert.button_chrome.button_framelessHover:active,
    [button].button_alert.button_chrome.button_framelessHover[selected],
    [button].button_alert.button_chrome.button_framelessHover[data-selected='true'],
    [button].button_alert.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_alert > button.button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_alert > button.button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_alert > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_alert > button.button_chrome.button_framelessHover.button_selected,
    .buttonSet.buttonSet_alert > [button].button_chrome.button_framelessHover:active,
    .buttonSet.buttonSet_alert > [button].button_chrome.button_framelessHover[selected],
    .buttonSet.buttonSet_alert > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSet.buttonSet_alert > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
button.button_alert.button_chrome.button_framelessHover[disabled], [button].button_alert.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_alert > button.button_chrome.button_framelessHover[disabled], .buttonSet.buttonSet_alert > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
button.button_alert.button_fg.button_framelessHover:hover,
    button.button_alert.button_fg.button_framelessHover:focus,
    [button].button_alert.button_fg.button_framelessHover:hover,
    [button].button_alert.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_alert > button.button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_alert > button.button_fg.button_framelessHover:focus,
    .buttonSet.buttonSet_alert > [button].button_fg.button_framelessHover:hover,
    .buttonSet.buttonSet_alert > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
button.button_alert.button_fg.button_framelessHover:active,
    button.button_alert.button_fg.button_framelessHover[selected],
    button.button_alert.button_fg.button_framelessHover[data-selected='true']
    button.button_alert.button_fg.button_framelessHover.button_selected,
    [button].button_alert.button_fg.button_framelessHover:active,
    [button].button_alert.button_fg.button_framelessHover[selected],
    [button].button_alert.button_fg.button_framelessHover[data-selected='true']
    [button].button_alert.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_alert > button.button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_alert > button.button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_alert > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_alert > button.button_fg.button_framelessHover.button_selected,
    .buttonSet.buttonSet_alert > [button].button_fg.button_framelessHover:active,
    .buttonSet.buttonSet_alert > [button].button_fg.button_framelessHover[selected],
    .buttonSet.buttonSet_alert > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSet.buttonSet_alert > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
button.button_alert.button_fg.button_framelessHover[disabled], [button].button_alert.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_alert > button.button_fg.button_framelessHover[disabled], .buttonSet.buttonSet_alert > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSet.buttonSet_alert > button,
.buttonSet.buttonSet_alert > [button] {
  border-left-color: rgb(178, 59, 11);
}
.buttonSwitch.buttonSwitch_alert > button,
.buttonSwitch.buttonSwitch_alert > span > button,
.buttonSwitch.buttonSwitch_alert > [button],
.buttonSwitch.buttonSwitch_alert > span > [button] {
  background: rgb(198, 65, 12);
  border-color: rgb(198, 65, 12);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_alert > button:hover,
  .buttonSwitch.buttonSwitch_alert > button:focus,
  .buttonSwitch.buttonSwitch_alert > span > button:hover,
  .buttonSwitch.buttonSwitch_alert > span > button:focus,
  .buttonSwitch.buttonSwitch_alert > [button]:hover,
  .buttonSwitch.buttonSwitch_alert > [button]:focus,
  .buttonSwitch.buttonSwitch_alert > span > [button]:hover,
  .buttonSwitch.buttonSwitch_alert > span > [button]:focus {
  background: rgb(209, 103, 61);
  border-color: rgb(209, 103, 61);
}
.buttonSwitch.buttonSwitch_alert > button:active, .buttonSwitch.buttonSwitch_alert > span > button:active, .buttonSwitch.buttonSwitch_alert > [button]:active, .buttonSwitch.buttonSwitch_alert > span > [button]:active {
  background: rgb(139, 46, 8);
  border-color: rgb(99, 33, 6);
}
.buttonSwitch.buttonSwitch_alert > button[selected],
  .buttonSwitch.buttonSwitch_alert > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_alert > button.button_selected,
  .buttonSwitch.buttonSwitch_alert > span > button[selected],
  .buttonSwitch.buttonSwitch_alert > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_alert > span > button.button_selected,
  .buttonSwitch.buttonSwitch_alert > [button][selected],
  .buttonSwitch.buttonSwitch_alert > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_alert > [button].button_selected,
  .buttonSwitch.buttonSwitch_alert > span > [button][selected],
  .buttonSwitch.buttonSwitch_alert > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_alert > span > [button].button_selected {
  background: rgb(139, 46, 8);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_alert > button[disabled], .buttonSwitch.buttonSwitch_alert > span > button[disabled], .buttonSwitch.buttonSwitch_alert > [button][disabled], .buttonSwitch.buttonSwitch_alert > span > [button][disabled] {
  background: rgb(198, 65, 12);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_alert > button[working], .buttonSwitch.buttonSwitch_alert > button[data-working='true'], .buttonSwitch.buttonSwitch_alert > span > button[working], .buttonSwitch.buttonSwitch_alert > span > button[data-working='true'], .buttonSwitch.buttonSwitch_alert > [button][working], .buttonSwitch.buttonSwitch_alert > [button][data-working='true'], .buttonSwitch.buttonSwitch_alert > span > [button][working], .buttonSwitch.buttonSwitch_alert > span > [button][data-working='true'] {
  background: #c6410c;
  background: rgba(198, 65, 12, 0.4);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_alert > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_alert > span > button > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_alert > [button] > .button-spinners > .button-spinner .spinner-pip, .buttonSwitch.buttonSwitch_alert > span > [button] > .button-spinners > .button-spinner .spinner-pip {
  background-color: rgb(198, 65, 12);
}
.buttonSwitch.buttonSwitch_alert > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_alert > span > button.button_inset .button-selection:after, .buttonSwitch.buttonSwitch_alert > [button].button_inset .button-selection:after, .buttonSwitch.buttonSwitch_alert > span > [button].button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(139, 46, 8);
}
.buttonSwitch.buttonSwitch_alert > button.button_minimal,
  .buttonSwitch.buttonSwitch_alert > button.button_frameless,
  .buttonSwitch.buttonSwitch_alert > span > button.button_minimal,
  .buttonSwitch.buttonSwitch_alert > span > button.button_frameless,
  .buttonSwitch.buttonSwitch_alert > [button].button_minimal,
  .buttonSwitch.buttonSwitch_alert > [button].button_frameless,
  .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal,
  .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless {
  background: transparent;
  color: rgb(198, 65, 12);
}
.buttonSwitch.buttonSwitch_alert > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > button.button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > [button].button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless > .button-content > .button-icon {
  fill: rgb(198, 65, 12);
}
.buttonSwitch.buttonSwitch_alert > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_alert > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_alert > span > button.button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_alert > span > button.button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_alert > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_alert > [button].button_frameless .button-confirmation, .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal .button-confirmation, .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless .button-confirmation {
  stroke: rgb(198, 65, 12);
}
.buttonSwitch.buttonSwitch_alert > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_alert > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_alert > span > button.button_minimal > .button-underline, .buttonSwitch.buttonSwitch_alert > span > button.button_frameless > .button-underline, .buttonSwitch.buttonSwitch_alert > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_alert > [button].button_frameless > .button-underline, .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal > .button-underline, .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless > .button-underline {
  background-color: rgb(198, 65, 12);
}
.buttonSwitch.buttonSwitch_alert > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_alert > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_alert > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_alert > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_alert > span > button.button_minimal:hover,
    .buttonSwitch.buttonSwitch_alert > span > button.button_minimal:focus,
    .buttonSwitch.buttonSwitch_alert > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_alert > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_alert > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_alert > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_alert > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_alert > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal:hover,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal:focus,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless:focus {
  background: transparent;
  border-color: rgb(215, 122, 85);
  color: rgb(215, 122, 85);
}
.buttonSwitch.buttonSwitch_alert > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > button.button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > button.button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > button.button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > button.button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > [button].button_frameless:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal:focus > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless:hover > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless:focus > .button-content > .button-icon {
  fill: rgb(215, 122, 85);
}
.buttonSwitch.buttonSwitch_alert > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_alert > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_alert > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_alert > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_alert > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_alert > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_alert > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_alert > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_alert > span > button.button_minimal:active,
    .buttonSwitch.buttonSwitch_alert > span > button.button_minimal[selected],
    .buttonSwitch.buttonSwitch_alert > span > button.button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_alert > span > button.button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_alert > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_alert > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_alert > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_alert > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_alert > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_alert > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_alert > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_alert > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_alert > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_alert > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_alert > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_alert > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal:active,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal[selected],
    .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal[data-selected='true'],
    .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal.button_selected,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless.button_selected {
  background: #c6410c;
  background: rgba(198, 65, 12, 0.05);
  color: rgb(139, 46, 8);
  border-color: rgb(139, 46, 8);
}
.buttonSwitch.buttonSwitch_alert > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > button.button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > button.button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > button.button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > button.button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > button.button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > button.button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > button.button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > button.button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > [button].button_frameless.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal.button_selected > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless:active > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless[selected] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless[data-selected='true'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(139, 46, 8);
}
.buttonSwitch.buttonSwitch_alert > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_alert > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_alert > span > button.button_minimal[disabled], .buttonSwitch.buttonSwitch_alert > span > button.button_frameless[disabled], .buttonSwitch.buttonSwitch_alert > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_alert > [button].button_frameless[disabled], .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal[disabled], .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless[disabled] {
  background: transparent;
  color: rgb(198, 65, 12);
  border-color: rgb(198, 65, 12);
}
.buttonSwitch.buttonSwitch_alert > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > button.button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > button.button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > [button].button_frameless[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal[disabled] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless[disabled] > .button-content > .button-icon {
  fill: rgb(198, 65, 12);
}
.buttonSwitch.buttonSwitch_alert > button.button_minimal[working], .buttonSwitch.buttonSwitch_alert > button.button_frameless[working], .buttonSwitch.buttonSwitch_alert > span > button.button_minimal[working], .buttonSwitch.buttonSwitch_alert > span > button.button_frameless[working], .buttonSwitch.buttonSwitch_alert > [button].button_minimal[working], .buttonSwitch.buttonSwitch_alert > [button].button_frameless[working], .buttonSwitch.buttonSwitch_alert > span > [button].button_minimal[working], .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless[working] {
  background: transparent;
  border-color: #c6410c;
  border-color: rgba(198, 65, 12, 0.4);
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_alert > button.button_frameless, .buttonSwitch.buttonSwitch_alert > span > button.button_frameless, .buttonSwitch.buttonSwitch_alert > [button].button_frameless, .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_alert > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_alert > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_alert > span > button.button_frameless:hover,
    .buttonSwitch.buttonSwitch_alert > span > button.button_frameless:focus,
    .buttonSwitch.buttonSwitch_alert > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_alert > [button].button_frameless:focus,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless:hover,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless:focus {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_alert > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_alert > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_alert > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_alert > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_alert > span > button.button_frameless:active,
    .buttonSwitch.buttonSwitch_alert > span > button.button_frameless[selected],
    .buttonSwitch.buttonSwitch_alert > span > button.button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_alert > span > button.button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_alert > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_alert > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_alert > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_alert > [button].button_frameless.button_selected,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless:active,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless[selected],
    .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless[data-selected='true'],
    .buttonSwitch.buttonSwitch_alert > span > [button].button_frameless.button_selected {
  background: transparent;
}
.buttonSwitch.buttonSwitch_alert > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_alert > span > button.button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_alert > [button].button_chrome.button_framelessHover:hover, .buttonSwitch.buttonSwitch_alert > span > [button].button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
.buttonSwitch.buttonSwitch_alert > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_alert > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_alert > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_alert > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_alert > span > button.button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_alert > span > button.button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_alert > span > button.button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_alert > span > button.button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_alert > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_alert > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_alert > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_alert > [button].button_chrome.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_chrome.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_chrome.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_alert > span > [button].button_chrome.button_framelessHover[data-selected='true'],
    .buttonSwitch.buttonSwitch_alert > span > [button].button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
.buttonSwitch.buttonSwitch_alert > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_alert > span > button.button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_alert > [button].button_chrome.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_alert > span > [button].button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_alert > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_alert > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_alert > span > button.button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_alert > span > button.button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_alert > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_alert > [button].button_fg.button_framelessHover:focus,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_fg.button_framelessHover:hover,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
.buttonSwitch.buttonSwitch_alert > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_alert > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_alert > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_alert > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_alert > span > button.button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_alert > span > button.button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_alert > span > button.button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_alert > span > button.button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_alert > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_alert > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_alert > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_alert > [button].button_fg.button_framelessHover.button_selected,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_fg.button_framelessHover:active,
    .buttonSwitch.buttonSwitch_alert > span > [button].button_fg.button_framelessHover[selected],
    .buttonSwitch.buttonSwitch_alert > span > [button].button_fg.button_framelessHover[data-selected='true']
    .buttonSwitch.buttonSwitch_alert > span > [button].button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
.buttonSwitch.buttonSwitch_alert > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_alert > span > button.button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_alert > [button].button_fg.button_framelessHover[disabled], .buttonSwitch.buttonSwitch_alert > span > [button].button_fg.button_framelessHover[disabled] {
  background: transparent;
}
.buttonSwitch.buttonSwitch_alert > button:hover,
  .buttonSwitch.buttonSwitch_alert > button:focus,
  .buttonSwitch.buttonSwitch_alert > span > button:hover,
  .buttonSwitch.buttonSwitch_alert > span > button:focus,
  .buttonSwitch.buttonSwitch_alert > [button]:hover,
  .buttonSwitch.buttonSwitch_alert > [button]:focus,
  .buttonSwitch.buttonSwitch_alert > span > [button]:hover,
  .buttonSwitch.buttonSwitch_alert > span > [button]:focus {
  background: rgb(209, 103, 61);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_alert > button:active, .buttonSwitch.buttonSwitch_alert > span > button:active, .buttonSwitch.buttonSwitch_alert > [button]:active, .buttonSwitch.buttonSwitch_alert > span > [button]:active {
  background: rgb(188, 62, 11);
  border-color: transparent;
}
.buttonSwitch.buttonSwitch_alert > button[selected],
  .buttonSwitch.buttonSwitch_alert > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_alert > button.button_selected,
  .buttonSwitch.buttonSwitch_alert > span > button[selected],
  .buttonSwitch.buttonSwitch_alert > span > button[data-selected='true'],
  .buttonSwitch.buttonSwitch_alert > span > button.button_selected,
  .buttonSwitch.buttonSwitch_alert > [button][selected],
  .buttonSwitch.buttonSwitch_alert > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_alert > [button].button_selected,
  .buttonSwitch.buttonSwitch_alert > span > [button][selected],
  .buttonSwitch.buttonSwitch_alert > span > [button][data-selected='true'],
  .buttonSwitch.buttonSwitch_alert > span > [button].button_selected {
  background: rgb(198, 65, 12);
  border-color: rgb(198, 65, 12);
}
.buttonSwitch.buttonSwitch_alert > button .button-selection:after, .buttonSwitch.buttonSwitch_alert > span > button .button-selection:after, .buttonSwitch.buttonSwitch_alert > [button] .button-selection:after, .buttonSwitch.buttonSwitch_alert > span > [button] .button-selection:after {
  background: rgb(119, 39, 7);
  box-shadow: inset 0 -2px rgb(99, 33, 6);
}
/* Purple stripe style*/
button.button_stripe,
[button].button_stripe {
  background: #635bff;
  border-color: #635bff;
}
button.button_stripe:hover,
  button.button_stripe:focus,
  [button].button_stripe:hover,
  [button].button_stripe:focus {
  background: rgb(130, 124, 255);
  border-color: rgb(130, 124, 255);
}
button.button_stripe:active, [button].button_stripe:active {
  background: rgb(69, 64, 179);
  border-color: rgb(50, 46, 128);
}
button.button_stripe[selected],
  button.button_stripe[data-selected='true'],
  button.button_stripe.button_selected,
  [button].button_stripe[selected],
  [button].button_stripe[data-selected='true'],
  [button].button_stripe.button_selected {
  background: rgb(69, 64, 179);
  border-color: transparent;
}
button.button_stripe[disabled], [button].button_stripe[disabled] {
  background: #635bff;
  border-color: transparent;
}
button.button_stripe[working], button.button_stripe[data-working='true'], [button].button_stripe[working], [button].button_stripe[data-working='true'] {
  background: #635bff;
  background: rgba(99, 91, 255, 0.4);
  border-color: transparent;
}
button.button_stripe > .button-spinners > .button-spinner .spinner-pip, [button].button_stripe > .button-spinners > .button-spinner .spinner-pip {
  background-color: #635bff;
}
button.button_stripe.button_inset .button-selection:after, [button].button_stripe.button_inset .button-selection:after {
  box-shadow: inset 0 -2px rgb(69, 64, 179);
}
button.button_stripe.button_minimal,
  button.button_stripe.button_frameless,
  [button].button_stripe.button_minimal,
  [button].button_stripe.button_frameless {
  background: transparent;
  color: #635bff;
}
button.button_stripe.button_minimal > .button-content > .button-icon, button.button_stripe.button_frameless > .button-content > .button-icon, [button].button_stripe.button_minimal > .button-content > .button-icon, [button].button_stripe.button_frameless > .button-content > .button-icon {
  fill: #635bff;
}
button.button_stripe.button_minimal .button-confirmation, button.button_stripe.button_frameless .button-confirmation, [button].button_stripe.button_minimal .button-confirmation, [button].button_stripe.button_frameless .button-confirmation {
  stroke: #635bff;
}
button.button_stripe.button_minimal > .button-underline, button.button_stripe.button_frameless > .button-underline, [button].button_stripe.button_minimal > .button-underline, [button].button_stripe.button_frameless > .button-underline {
  background-color: #635bff;
}
button.button_stripe.button_minimal:hover,
    button.button_stripe.button_minimal:focus,
    button.button_stripe.button_frameless:hover,
    button.button_stripe.button_frameless:focus,
    [button].button_stripe.button_minimal:hover,
    [button].button_stripe.button_minimal:focus,
    [button].button_stripe.button_frameless:hover,
    [button].button_stripe.button_frameless:focus {
  background: transparent;
  border-color: rgb(146, 140, 255);
  color: rgb(146, 140, 255);
}
button.button_stripe.button_minimal:hover > .button-content > .button-icon, button.button_stripe.button_minimal:focus > .button-content > .button-icon, button.button_stripe.button_frameless:hover > .button-content > .button-icon, button.button_stripe.button_frameless:focus > .button-content > .button-icon, [button].button_stripe.button_minimal:hover > .button-content > .button-icon, [button].button_stripe.button_minimal:focus > .button-content > .button-icon, [button].button_stripe.button_frameless:hover > .button-content > .button-icon, [button].button_stripe.button_frameless:focus > .button-content > .button-icon {
  fill: rgb(146, 140, 255);
}
button.button_stripe.button_minimal:active,
    button.button_stripe.button_minimal[selected],
    button.button_stripe.button_minimal[data-selected='true'],
    button.button_stripe.button_minimal.button_selected,
    button.button_stripe.button_frameless:active,
    button.button_stripe.button_frameless[selected],
    button.button_stripe.button_frameless[data-selected='true'],
    button.button_stripe.button_frameless.button_selected,
    [button].button_stripe.button_minimal:active,
    [button].button_stripe.button_minimal[selected],
    [button].button_stripe.button_minimal[data-selected='true'],
    [button].button_stripe.button_minimal.button_selected,
    [button].button_stripe.button_frameless:active,
    [button].button_stripe.button_frameless[selected],
    [button].button_stripe.button_frameless[data-selected='true'],
    [button].button_stripe.button_frameless.button_selected {
  background: #635bff;
  background: rgba(99, 91, 255, 0.05);
  color: rgb(69, 64, 179);
  border-color: rgb(69, 64, 179);
}
button.button_stripe.button_minimal:active > .button-content > .button-icon, button.button_stripe.button_minimal[selected] > .button-content > .button-icon, button.button_stripe.button_minimal[data-selected='true'] > .button-content > .button-icon, button.button_stripe.button_minimal.button_selected > .button-content > .button-icon, button.button_stripe.button_frameless:active > .button-content > .button-icon, button.button_stripe.button_frameless[selected] > .button-content > .button-icon, button.button_stripe.button_frameless[data-selected='true'] > .button-content > .button-icon, button.button_stripe.button_frameless.button_selected > .button-content > .button-icon, [button].button_stripe.button_minimal:active > .button-content > .button-icon, [button].button_stripe.button_minimal[selected] > .button-content > .button-icon, [button].button_stripe.button_minimal[data-selected='true'] > .button-content > .button-icon, [button].button_stripe.button_minimal.button_selected > .button-content > .button-icon, [button].button_stripe.button_frameless:active > .button-content > .button-icon, [button].button_stripe.button_frameless[selected] > .button-content > .button-icon, [button].button_stripe.button_frameless[data-selected='true'] > .button-content > .button-icon, [button].button_stripe.button_frameless.button_selected > .button-content > .button-icon {
  fill: rgb(69, 64, 179);
}
button.button_stripe.button_minimal[disabled], button.button_stripe.button_frameless[disabled], [button].button_stripe.button_minimal[disabled], [button].button_stripe.button_frameless[disabled] {
  background: transparent;
  color: #635bff;
  border-color: #635bff;
}
button.button_stripe.button_minimal[disabled] > .button-content > .button-icon, button.button_stripe.button_frameless[disabled] > .button-content > .button-icon, [button].button_stripe.button_minimal[disabled] > .button-content > .button-icon, [button].button_stripe.button_frameless[disabled] > .button-content > .button-icon {
  fill: #635bff;
}
button.button_stripe.button_minimal[working], button.button_stripe.button_frameless[working], [button].button_stripe.button_minimal[working], [button].button_stripe.button_frameless[working] {
  background: transparent;
  border-color: #635bff;
  border-color: rgba(99, 91, 255, 0.4);
  box-shadow: none;
}
button.button_stripe.button_frameless, [button].button_stripe.button_frameless {
  box-shadow: none;
}
button.button_stripe.button_frameless:hover,
    button.button_stripe.button_frameless:focus,
    [button].button_stripe.button_frameless:hover,
    [button].button_stripe.button_frameless:focus {
  box-shadow: none;
}
button.button_stripe.button_frameless:active,
    button.button_stripe.button_frameless[selected],
    button.button_stripe.button_frameless[data-selected='true'],
    button.button_stripe.button_frameless.button_selected,
    [button].button_stripe.button_frameless:active,
    [button].button_stripe.button_frameless[selected],
    [button].button_stripe.button_frameless[data-selected='true'],
    [button].button_stripe.button_frameless.button_selected {
  background: transparent;
}
button.button_stripe.button_chrome.button_framelessHover:hover, [button].button_stripe.button_chrome.button_framelessHover:hover {
  background-color: #24323d;
}
button.button_stripe.button_chrome.button_framelessHover:active,
    button.button_stripe.button_chrome.button_framelessHover[selected],
    button.button_stripe.button_chrome.button_framelessHover[data-selected='true'],
    button.button_stripe.button_chrome.button_framelessHover.button_selected,
    [button].button_stripe.button_chrome.button_framelessHover:active,
    [button].button_stripe.button_chrome.button_framelessHover[selected],
    [button].button_stripe.button_chrome.button_framelessHover[data-selected='true'],
    [button].button_stripe.button_chrome.button_framelessHover.button_selected {
  background-color: rgb(10, 15, 20);
}
button.button_stripe.button_chrome.button_framelessHover[disabled], [button].button_stripe.button_chrome.button_framelessHover[disabled] {
  background: transparent;
}
button.button_stripe.button_fg.button_framelessHover:hover,
    button.button_stripe.button_fg.button_framelessHover:focus,
    [button].button_stripe.button_fg.button_framelessHover:hover,
    [button].button_stripe.button_fg.button_framelessHover:focus {
  background-color: #e8f0f4;
}
button.button_stripe.button_fg.button_framelessHover:active,
    button.button_stripe.button_fg.button_framelessHover[selected],
    button.button_stripe.button_fg.button_framelessHover[data-selected='true']
    button.button_stripe.button_fg.button_framelessHover.button_selected,
    [button].button_stripe.button_fg.button_framelessHover:active,
    [button].button_stripe.button_fg.button_framelessHover[selected],
    [button].button_stripe.button_fg.button_framelessHover[data-selected='true']
    [button].button_stripe.button_fg.button_framelessHover.button_selected {
  background-color: #d0d7dd;
}
button.button_stripe.button_fg.button_framelessHover[disabled], [button].button_stripe.button_fg.button_framelessHover[disabled] {
  background: transparent;
}
/*--- Style Variations ---*/
/* Minimal style*/
button.button_minimal > .button-content > .button-icon, [button].button_minimal > .button-content > .button-icon {
  opacity: 0.8;
}
button.button_inset,
[button].button_inset {
  box-shadow: 0 0 0 2px rgba(162, 168, 171, 0.3);
}
button.button_inset .button-selection, [button].button_inset .button-selection {
  display: block;
}
button.button_inset:active .button-selection, [button].button_inset:active .button-selection {
  display: none;
}
/* Frameless style*/
button.button_frameless,
[button].button_frameless {
  padding-left: 0;
  padding-right: 0;

  border-width: 0;
  border-radius: 0;
  box-shadow: none;
}
button.button_frameless:before, [button].button_frameless:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  right: -5px;
}
button.button_frameless > .button-content, [button].button_frameless > .button-content {
  min-width: 0;
}
button.button_frameless > .button-content > .button-icon, [button].button_frameless > .button-content > .button-icon {
  opacity: 1;
}
button.button_framelessHover,
[button].button_framelessHover {
  border-radius: 4px;
  padding: 0 11px;
}
/* Inverted-shadow style*/
/* Use this for placing buttons on a dark background*/
button.button_invertShadow,
[button].button_invertShadow,
.buttonSet.buttonSet_invertShadow > button,
.buttonSet.buttonSet_invertShadow > [button] {
  box-shadow: 0 2px rgba(4, 7, 9, 0.3);
}
button.button_invertShadow:hover,
  button.button_invertShadow:focus,
  [button].button_invertShadow:hover,
  [button].button_invertShadow:focus,
  .buttonSet.buttonSet_invertShadow > button:hover,
  .buttonSet.buttonSet_invertShadow > button:focus,
  .buttonSet.buttonSet_invertShadow > [button]:hover,
  .buttonSet.buttonSet_invertShadow > [button]:focus {
  box-shadow: 0 2px rgba(4, 7, 9, 0.2);
}
button.button_invertShadow:active,
  button.button_invertShadow[disabled],
  button.button_invertShadow[disabled]:hover,
  [button].button_invertShadow:active,
  [button].button_invertShadow[disabled],
  [button].button_invertShadow[disabled]:hover,
  .buttonSet.buttonSet_invertShadow > button:active,
  .buttonSet.buttonSet_invertShadow > button[disabled],
  .buttonSet.buttonSet_invertShadow > button[disabled]:hover,
  .buttonSet.buttonSet_invertShadow > [button]:active,
  .buttonSet.buttonSet_invertShadow > [button][disabled],
  .buttonSet.buttonSet_invertShadow > [button][disabled]:hover {
  box-shadow: none;
}
button.button_invertShadow.button_inset, [button].button_invertShadow.button_inset, .buttonSet.buttonSet_invertShadow > button.button_inset, .buttonSet.buttonSet_invertShadow > [button].button_inset {
  box-shadow: 0 0 0 2px rgba(4, 7, 9, 0.3);
}
/* Dark-shadow style*/
/* Use this for placing buttons on a dark background*/
button.button_darkShadow,
[button].button_darkShadow,
.buttonSet.buttonSet_darkShadow > button,
.buttonSet.buttonSet_darkShadow > [button] {
  box-shadow: 0 2px rgb(43, 57, 68);
}
button.button_darkShadow:hover,
  button.button_darkShadow:focus,
  [button].button_darkShadow:hover,
  [button].button_darkShadow:focus,
  .buttonSet.buttonSet_darkShadow > button:hover,
  .buttonSet.buttonSet_darkShadow > button:focus,
  .buttonSet.buttonSet_darkShadow > [button]:hover,
  .buttonSet.buttonSet_darkShadow > [button]:focus {
  box-shadow: 0 2px rgb(39, 51, 61);
}
button.button_darkShadow:active,
  button.button_darkShadow[disabled],
  button.button_darkShadow[disabled]:hover,
  [button].button_darkShadow:active,
  [button].button_darkShadow[disabled],
  [button].button_darkShadow[disabled]:hover,
  .buttonSet.buttonSet_darkShadow > button:active,
  .buttonSet.buttonSet_darkShadow > button[disabled],
  .buttonSet.buttonSet_darkShadow > button[disabled]:hover,
  .buttonSet.buttonSet_darkShadow > [button]:active,
  .buttonSet.buttonSet_darkShadow > [button][disabled],
  .buttonSet.buttonSet_darkShadow > [button][disabled]:hover {
  box-shadow: none;
}
button.button_darkShadow.button_inset, [button].button_darkShadow.button_inset, .buttonSet.buttonSet_darkShadow > button.button_inset, .buttonSet.buttonSet_darkShadow > [button].button_inset {
  box-shadow: 0 0 0 2px rgb(43, 57, 68);
}
/* Underline-select style*/
/* Use this to include a thick colored underline for button*/
button.button_underlineSelect:hover .button-underline, button.button_underlineSelect:focus .button-underline, [button].button_underlineSelect:hover .button-underline, [button].button_underlineSelect:focus .button-underline, .buttonSet.buttonSet_underlineSelect > button:hover .button-underline, .buttonSet.buttonSet_underlineSelect > button:focus .button-underline, .buttonSet.buttonSet_underlineSelect > [button]:hover .button-underline, .buttonSet.buttonSet_underlineSelect > [button]:focus .button-underline {
  opacity: 0.5;
}
button.button_underlineSelect[selected] .button-underline, button.button_underlineSelect[data-selected='true'] .button-underline, button.button_underlineSelect.button_selected .button-underline, [button].button_underlineSelect[selected] .button-underline, [button].button_underlineSelect[data-selected='true'] .button-underline, [button].button_underlineSelect.button_selected .button-underline, .buttonSet.buttonSet_underlineSelect > button[selected] .button-underline, .buttonSet.buttonSet_underlineSelect > button[data-selected='true'] .button-underline, .buttonSet.buttonSet_underlineSelect > button.button_selected .button-underline, .buttonSet.buttonSet_underlineSelect > [button][selected] .button-underline, .buttonSet.buttonSet_underlineSelect > [button][data-selected='true'] .button-underline, .buttonSet.buttonSet_underlineSelect > [button].button_selected .button-underline {
  opacity: 1;
}
.buttonSwitch.buttonSwitch_invertShadow {
  box-shadow: 0 0 0 2px rgba(4, 7, 9, 0.3);
}
.buttonSwitch.buttonSwitch_invertShadow > button,
  .buttonSwitch.buttonSwitch_invertShadow > span > button,
  .buttonSwitch.buttonSwitch_invertShadow > [button],
  .buttonSwitch.buttonSwitch_invertShadow > span > [button] {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_invertShadow > button:hover,
    .buttonSwitch.buttonSwitch_invertShadow > button:focus,
    .buttonSwitch.buttonSwitch_invertShadow > span > button:hover,
    .buttonSwitch.buttonSwitch_invertShadow > span > button:focus,
    .buttonSwitch.buttonSwitch_invertShadow > [button]:hover,
    .buttonSwitch.buttonSwitch_invertShadow > [button]:focus,
    .buttonSwitch.buttonSwitch_invertShadow > span > [button]:hover,
    .buttonSwitch.buttonSwitch_invertShadow > span > [button]:focus {
  box-shadow: none;
}
.buttonSwitch.buttonSwitch_bg {
  border-color: #e8f0f4;
}
.buttonSwitch.buttonSwitch_bg button,
  .buttonSwitch.buttonSwitch_bg > span > button {
  color: rgb(108, 127, 142);
}
.buttonSwitch.buttonSwitch_bg button .button-selection:after, .buttonSwitch.buttonSwitch_bg > span > button .button-selection:after {
  background: #ffffff;
  box-shadow: inset 0 -2px #d9dfe4;
}
.buttonSwitch.buttonSwitch_bg .button-content > .button-icon,
  .buttonSwitch.buttonSwitch_bg > span > .button-content > .button-icon {
  fill: #475f72;
}
/*--- Size/Behavior Variations ---*/
/* Compact (inline-suitable) style*/
button.button_compact,
[button].button_compact,
.buttonSet.buttonSet_compact > button,
.buttonSet.buttonSet_compact > [button],
.buttonSwitch.buttonSwitch_compact > button,
.buttonSwitch.buttonSwitch_compact > span > button,
.buttonSwitch.buttonSwitch_compact > [button],
.buttonSwitch.buttonSwitch_compact > span > [button] {
  height: 26px;
  min-width: 26px;
  padding: 0 7px;
}
button.button_compact > .button-content > .button-icon, [button].button_compact > .button-content > .button-icon, .buttonSet.buttonSet_compact > button > .button-content > .button-icon, .buttonSet.buttonSet_compact > [button] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_compact > button > .button-content > .button-icon, .buttonSwitch.buttonSwitch_compact > span > button > .button-content > .button-icon, .buttonSwitch.buttonSwitch_compact > [button] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_compact > span > [button] > .button-content > .button-icon {
  margin-right: 4px;
}
button.button_compact[icon-alignment='right'] > .button-content > .button-icon, [button].button_compact[icon-alignment='right'] > .button-content > .button-icon, .buttonSet.buttonSet_compact > button[icon-alignment='right'] > .button-content > .button-icon, .buttonSet.buttonSet_compact > [button][icon-alignment='right'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_compact > button[icon-alignment='right'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_compact > span > button[icon-alignment='right'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_compact > [button][icon-alignment='right'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_compact > span > [button][icon-alignment='right'] > .button-content > .button-icon {
  margin-left: 4px;
  margin-right: 0;
}
button.button_compact.button_frameless, [button].button_compact.button_frameless, .buttonSet.buttonSet_compact > button.button_frameless, .buttonSet.buttonSet_compact > [button].button_frameless, .buttonSwitch.buttonSwitch_compact > button.button_frameless, .buttonSwitch.buttonSwitch_compact > span > button.button_frameless, .buttonSwitch.buttonSwitch_compact > [button].button_frameless, .buttonSwitch.buttonSwitch_compact > span > [button].button_frameless {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
button.button_compact.button_frameless > .button-content > .button-icon, [button].button_compact.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_compact > button.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_compact > [button].button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_compact > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_compact > span > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_compact > [button].button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_compact > span > [button].button_frameless > .button-content > .button-icon {
  margin-right: 5px;
}
button.button_compact.button_frameless[icon-alignment='right'] .button-icon, [button].button_compact.button_frameless[icon-alignment='right'] .button-icon, .buttonSet.buttonSet_compact > button.button_frameless[icon-alignment='right'] .button-icon, .buttonSet.buttonSet_compact > [button].button_frameless[icon-alignment='right'] .button-icon, .buttonSwitch.buttonSwitch_compact > button.button_frameless[icon-alignment='right'] .button-icon, .buttonSwitch.buttonSwitch_compact > span > button.button_frameless[icon-alignment='right'] .button-icon, .buttonSwitch.buttonSwitch_compact > [button].button_frameless[icon-alignment='right'] .button-icon, .buttonSwitch.buttonSwitch_compact > span > [button].button_frameless[icon-alignment='right'] .button-icon {
  margin-left: 5px;
  margin-right: 0;
}
button.button_compact.button_framelessHover, [button].button_compact.button_framelessHover, .buttonSet.buttonSet_compact > button.button_framelessHover, .buttonSet.buttonSet_compact > [button].button_framelessHover, .buttonSwitch.buttonSwitch_compact > button.button_framelessHover, .buttonSwitch.buttonSwitch_compact > span > button.button_framelessHover, .buttonSwitch.buttonSwitch_compact > [button].button_framelessHover, .buttonSwitch.buttonSwitch_compact > span > [button].button_framelessHover {
  padding: 0 6px;
}
/* Jumbo style*/
button.button_jumbo,
[button].button_jumbo,
.buttonSet.buttonSet_jumbo > button,
.buttonSet.buttonSet_jumbo > [button],
.buttonSwitch.buttonSwitch_jumbo > button,
.buttonSwitch.buttonSwitch_jumbo > span > button,
.buttonSwitch.buttonSwitch_jumbo > [button],
.buttonSwitch.buttonSwitch_jumbo > span > [button] {
  height: 44px;
  min-width: 44px;

  font-size: 16px;
  line-height: 24px;
}
button.button_jumbo > .button-content > .button-icon, [button].button_jumbo > .button-content > .button-icon, .buttonSet.buttonSet_jumbo > button > .button-content > .button-icon, .buttonSet.buttonSet_jumbo > [button] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_jumbo > button > .button-content > .button-icon, .buttonSwitch.buttonSwitch_jumbo > span > button > .button-content > .button-icon, .buttonSwitch.buttonSwitch_jumbo > [button] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_jumbo > span > [button] > .button-content > .button-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
button.button_jumbo[icon-alignment='right'] > .button-content > .button-icon, [button].button_jumbo[icon-alignment='right'] > .button-content > .button-icon, .buttonSet.buttonSet_jumbo > button[icon-alignment='right'] > .button-content > .button-icon, .buttonSet.buttonSet_jumbo > [button][icon-alignment='right'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_jumbo > button[icon-alignment='right'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_jumbo > span > button[icon-alignment='right'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_jumbo > [button][icon-alignment='right'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_jumbo > span > [button][icon-alignment='right'] > .button-content > .button-icon {
  margin-left: 8px;
  margin-right: 0;
}
button.button_jumbo.button_frameless, [button].button_jumbo.button_frameless, .buttonSet.buttonSet_jumbo > button.button_frameless, .buttonSet.buttonSet_jumbo > [button].button_frameless, .buttonSwitch.buttonSwitch_jumbo > button.button_frameless, .buttonSwitch.buttonSwitch_jumbo > span > button.button_frameless, .buttonSwitch.buttonSwitch_jumbo > [button].button_frameless, .buttonSwitch.buttonSwitch_jumbo > span > [button].button_frameless {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
button.button_jumbo.button_frameless > .button-content > .button-icon, [button].button_jumbo.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_jumbo > button.button_frameless > .button-content > .button-icon, .buttonSet.buttonSet_jumbo > [button].button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_jumbo > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_jumbo > span > button.button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_jumbo > [button].button_frameless > .button-content > .button-icon, .buttonSwitch.buttonSwitch_jumbo > span > [button].button_frameless > .button-content > .button-icon {
  margin-right: 5px;
}
button.button_jumbo.button_frameless[icon-alignment='right'] > .button-content > .button-icon, [button].button_jumbo.button_frameless[icon-alignment='right'] > .button-content > .button-icon, .buttonSet.buttonSet_jumbo > button.button_frameless[icon-alignment='right'] > .button-content > .button-icon, .buttonSet.buttonSet_jumbo > [button].button_frameless[icon-alignment='right'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_jumbo > button.button_frameless[icon-alignment='right'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_jumbo > span > button.button_frameless[icon-alignment='right'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_jumbo > [button].button_frameless[icon-alignment='right'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_jumbo > span > [button].button_frameless[icon-alignment='right'] > .button-content > .button-icon {
  margin-left: 5px;
  margin-right: 0;
}
/* Miniature style*/
button.button_miniature,
[button].button_miniature,
.buttonSet.buttonSet_miniature > button,
.buttonSet.buttonSet_miniature > [button],
.buttonSwitch.buttonSwitch_miniature > button,
.buttonSwitch.buttonSwitch_miniature > span > button,
.buttonSwitch.buttonSwitch_miniature > [button],
.buttonSwitch.buttonSwitch_miniature > span > [button] {
  height: 18px;
  min-width: 18px;
  padding: 0 5px;

  font-size: 11px;
  line-height: 14px;
}
button.button_miniature > .button-content > .button-icon, [button].button_miniature > .button-content > .button-icon, .buttonSet.buttonSet_miniature > button > .button-content > .button-icon, .buttonSet.buttonSet_miniature > [button] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_miniature > button > .button-content > .button-icon, .buttonSwitch.buttonSwitch_miniature > span > button > .button-content > .button-icon, .buttonSwitch.buttonSwitch_miniature > [button] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_miniature > span > [button] > .button-content > .button-icon {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
button.button_miniature[icon-alignment='right'] > .button-content > .button-icon, [button].button_miniature[icon-alignment='right'] > .button-content > .button-icon, .buttonSet.buttonSet_miniature > button[icon-alignment='right'] > .button-content > .button-icon, .buttonSet.buttonSet_miniature > [button][icon-alignment='right'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_miniature > button[icon-alignment='right'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_miniature > span > button[icon-alignment='right'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_miniature > [button][icon-alignment='right'] > .button-content > .button-icon, .buttonSwitch.buttonSwitch_miniature > span > [button][icon-alignment='right'] > .button-content > .button-icon {
  margin-left: 4px;
  margin-right: 0;
}
button.button_miniature .button-confirmation, [button].button_miniature .button-confirmation, .buttonSet.buttonSet_miniature > button .button-confirmation, .buttonSet.buttonSet_miniature > [button] .button-confirmation, .buttonSwitch.buttonSwitch_miniature > button .button-confirmation, .buttonSwitch.buttonSwitch_miniature > span > button .button-confirmation, .buttonSwitch.buttonSwitch_miniature > [button] .button-confirmation, .buttonSwitch.buttonSwitch_miniature > span > [button] .button-confirmation {
  width: 11px;
  height: 8px;
  stroke-width: 1.414px;
}
/* Collapsed (no-text) style*/
button[icon].button_collapsed > .button-content, [button][icon].button_collapsed > .button-content {
  min-width: 0;
}
button[icon].button_collapsed > .button-content > .button-label, [button][icon].button_collapsed > .button-content > .button-label {
  display: none;
}
button[icon].button_collapsed > .button-content > .button-icon,
  button[icon].button_collapsed[icon-alignment='right'] > .button-content > .button-icon,
  [button][icon].button_collapsed > .button-content > .button-icon,
  [button][icon].button_collapsed[icon-alignment='right'] > .button-content > .button-icon {
  margin-left: -2px;
  margin-right: -2px;
  opacity: 0.8;
}
button[icon].button_collapsed.button_minimal > .button-content > .button-icon, [button][icon].button_collapsed.button_minimal > .button-content > .button-icon {
  opacity: 1;
}
button[icon].button_collapsed.button_frameless > .button-content > .button-icon, [button][icon].button_collapsed.button_frameless > .button-content > .button-icon {
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
}
button[icon].button_collapsed > .button-spinners > .button-spinner_standard, [button][icon].button_collapsed > .button-spinners > .button-spinner_standard {
  display: none;
}
button[icon].button_collapsed > .button-spinners > .button-spinner_compact, [button][icon].button_collapsed > .button-spinners > .button-spinner_compact {
  display: flex;
}
/* Collapsible (no-text) style*/
@media screen and (max-width: 540px) {
  button[icon].button_collapsible > .button-content, [button][icon].button_collapsible > .button-content {
    min-width: 0;
  }
  button[icon].button_collapsible > .button-content > .button-label, [button][icon].button_collapsible > .button-content > .button-label {
    display: none;
  }
  button[icon].button_collapsible > .button-content > .button-icon,
    button[icon].button_collapsible[icon-alignment='right'] > .button-content > .button-icon,
    [button][icon].button_collapsible > .button-content > .button-icon,
    [button][icon].button_collapsible[icon-alignment='right'] > .button-content > .button-icon {
    margin-left: -2px;
    margin-right: -2px;
    opacity: 0.8;
  }
  button[icon].button_collapsible.button_minimal > .button-content > .button-icon, [button][icon].button_collapsible.button_minimal > .button-content > .button-icon {
    opacity: 1;
  }
  button[icon].button_collapsible.button_frameless > .button-content > .button-icon, [button][icon].button_collapsible.button_frameless > .button-content > .button-icon {
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
  }
  button[icon].button_collapsible > .button-spinners > .button-spinner_standard, [button][icon].button_collapsible > .button-spinners > .button-spinner_standard {
    display: none;
  }
  button[icon].button_collapsible > .button-spinners > .button-spinner_compact, [button][icon].button_collapsible > .button-spinners > .button-spinner_compact {
    display: flex;
  }
}
/* Collapsible (no-text) style*/
@media (max-width: 900px) {
  button[icon].button_collapsible_lg .button-content, [button][icon].button_collapsible_lg .button-content {
    min-width: 0;
  }
  button[icon].button_collapsible_lg .button-content .button-label, [button][icon].button_collapsible_lg .button-content .button-label {
    display: none;
  }
}
@media (max-width: 650px) {
  button[icon].button_collapsible_lg .button-content, [button][icon].button_collapsible_lg .button-content {
    min-width: 48px;
  }
  button[icon].button_collapsible_lg .button-content .button-label, [button][icon].button_collapsible_lg .button-content .button-label {
    display: block;
  }
}
@media (max-width: 540px) {
  button[icon].button_collapsible_lg .button-content .button-content > .button-label, [button][icon].button_collapsible_lg .button-content .button-content > .button-label {
    display: block;
  }
}
@media (max-width: 900px) {
  .buttonSwitch.buttonSwitch_bg > .button_collapsible .button-content > .button-icon, .buttonSwitch.buttonSwitch_bg > span > .button_collapsible .button-content > .button-icon {
    margin-left: -2px;
    margin-right: -2px;
  }
  .buttonSwitch.buttonSwitch_bg > .button_collapsible .button-content, .buttonSwitch.buttonSwitch_bg > span > .button_collapsible .button-content {
    min-width: 0;
  }
  .buttonSwitch.buttonSwitch_bg > .button_collapsible .button-content .button-label, .buttonSwitch.buttonSwitch_bg > span > .button_collapsible .button-content .button-label {
    display: none;
  }
}
/*--- Animations ---*/
/*--- Refusal animation for submit button ---*/
button.button_refusing, [button].button_refusing {
  animation: headShake 160ms linear 3;
}
button.button_confirming, [button].button_confirming {/* How long should this state last, in total?*/
  animation: bounce 300ms linear, 580ms;
}
button.button_confirming > .button-confirmation, [button].button_confirming > .button-confirmation {/* This is the approximate length of the checkmark's stroke*//* (The stroke is the hypotenuse of a 23x23 right isoceles triangle)*/
  stroke-dasharray: 28.284;
  stroke-dashoffset: 28.284;
  animation: draw 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 330ms forwards;
}
@keyframes headShake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}
@keyframes bounce {
  0% { transform: translateY(0); }
  25% { transform: translateY(-5px); }
  75% { transform: translateY(5px); }
  100% { transform: translateY(0); }
}
@keyframes draw {
  to { stroke-dashoffset: 0; }
}



callout {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;

  transition: left 0ms linear 120ms;
}
callout[open] {
  left: 0;
  transition-delay: 0ms;
}
.callout-position {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 500;

  display: flex;
  flex-wrap: no-wrap;
  align-items: center;
  justify-content: flex-end;

  opacity: 0;
  transform: scale(0.95);

  transition-property: opacity, transform;
  transition-duration: 120ms;
  transition-timing-function: linear, cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
/* Nubbin */
.callout-position:before {
  content: ' ';
  order: 2;
  flex: 0 0 none;
  width: 0;
  height: 0;
  border: 6px solid transparent;
}
callout[open] .callout-position {
  opacity: 1;
  transform: scale(1);
  transition-timing-function: linear, cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.callout-bubble {
  display: block;

  position: relative;

  flex: 1 0 auto;
  box-sizing: border-box;

  padding: 12px 20px;
  margin: 10px;

  background-color: #1c2c38;
  border-radius: 4px;

  color: #fafafa;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  text-align: left;
}
.callout-bubble:after {
  content: ' ';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}
.callout-bubble a {
  color: inherit;
  text-decoration: underline;
}
.callout-bubble a[button] {
  text-decoration: none;
}
.callout-bubble button,
  .callout-bubble [button] {
  display: block;
  width: 100%;
  margin-top: 12px;
}
.callout-bubble button:first-child, .callout-bubble [button]:first-child {
  margin-top: 0;
}
.callout-bubble code {
  background-color: rgb(22, 35, 45);
  color: #d0d7dd;
}
@media screen and (max-width: 540px) {
  .callout-bubble {
    padding: 6px 10px;
    margin: 5px;
    font-size: 13px;
    line-height: 18px;
  }
  .callout-bubble:after {
    content: ' ';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
  }
  .callout-bubble button,
    .callout-bubble [button] {
    display: block;
    width: 100%;
    margin-top: 6px;
  }
  .callout-bubble button:first-child, .callout-bubble [button]:first-child {
    margin-top: 0;
  }
}
/* Direction-specific variations*/
callout[direction='west'] .callout-position {
  top: 50%;
  right: 100%;
  flex-direction: row;
  transform-origin: left center;
}
callout[direction='west'] .callout-position:before {
  /* Shim the nubbin so it overlaps the bubble's margin*/
  margin-left: -12px;
  margin-right: 0px;
  border-left-color: #1c2c38;
}
callout[direction='west'] .callout-bubble {
  flex: 1 0 auto;
  max-width: 260px;
  /* Margin should push bubble to correct spot, ignoring nubbin*/
  margin-right: 12px;
}
callout[direction='east'] .callout-position {
  top: 50%;
  left: 100%;
  flex-direction: row-reverse;
  transform-origin: right center;
}
callout[direction='east'] .callout-position:before {
  /* Shim the nubbin so it pulls the bubble towards it and pushes away from the icon*/
  margin-right: -12px;
  margin-left: 0px;
  border-right-color: #1c2c38;
}
callout[direction='east'] .callout-bubble {
  flex: 1 0 auto;
  max-width: 260px;
  /* Margin should push bubble to correct spot, ignoring nubbin*/
  margin-left: 12px;
}
callout[direction='north'] .callout-position {
  bottom: 100%;
  left: 50%;
  flex-direction: column;
  transform-origin: center top;
}
callout[direction='north'] .callout-position:before {
  /* Shim the nubbin so it overlaps the bubble's margin*/
  margin-top: -12px;
  margin-bottom: 0px;
  border-top-color: #1c2c38;
}
callout[direction='north'] .callout-bubble {
  flex: 0 0 auto;
  width: 260px;
  /* Margin should push bubble to correct spot, ignoring nubbin*/
  margin-bottom: 12px;
}
callout[direction='south'] .callout-position {
  top: 100%;
  left: 50%;
  flex-direction: column-reverse;
  transform-origin: center bottom;
}
callout[direction='south'] .callout-position:before {
  /* Shim the nubbin so it overlaps the bubble's margin*/
  margin-bottom: -12px;
  margin-top: 0px;
  border-bottom-color: #1c2c38;
}
callout[direction='south'] .callout-bubble {
  flex: 0 0 auto;
  width: 260px;
  /* Margin should push bubble to correct spot, ignoring nubbin*/
  margin-top: 12px;
}

/* Spacing to maintain around the bubble*/
/* Padding around content inside of bubble*/
/* Distance between nubbin-tip and icon*/

form-error {
  display: flex;
  justify-content: flex-end;

  transition-property: opacity, transform;
  transition-duration: 100ms;
  transition-timing-function: linear, cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
form-error.ng-hide {
  opacity: 0;
  transform: translateY(-5px);
}
.formError-message {
  flex: 0 1 auto;
  margin: 0;

  max-width: 32em;

  font-size: 16px;
  line-height: 24px;
  color: #f8510f;
}
.formError-message a {
  color: inherit;
  text-decoration: underline;
}
.formError-message ul {
  margin: 0;
  padding: 0 1.25em;
}
@media (max-width: 800px) {
  .formError-message {
    min-width: 15em;
  }
}
@media (max-width: 540px) {
  .formError-message {
    font-size: 13px;
    line-height: 18px;
  }
}
.formError-icon {
  flex: 0 0 auto;
  order: -1;

  /* Gotta optically align this icon a lil bit*/
  position: relative;
  top: 2px;

  width: 16px;
  height: 16px;
  margin-right: 10px;

  fill: #f8510f;
}
@media (max-width: 540px) {
  .formError-icon {
    top: 0;
    margin-right: 0.5em;
  }
}



/*--- Main Element ---*/
form-field {
  display: block;
}
/*--- Label ---*/
.formField-label {
  display: flex;
  align-items: baseline;

  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 540px) {
  .formField-label {
    font-size: 13px;
  }
}
.formField-label-text {
  flex: 1 1 auto;
}
.formField-label-text .autoParam-container {
  display: flex;
  align-items: center;
}
.formField-label-text .autoParam-label {
  border-radius: 4px;
  background-color: #e8f0f4;
  padding: 1px 8px;
  margin-right: 3px;
  font-family: 'Roboto', sans-serif;
}
form-field.formField_error .formField-label-text {
  color: #f8510f;
}
form-field.formField_error .formField-label-text a {
  color: inherit;
  text-decoration: underline;
}
form-field.formField_disabled .formField-label-text .autoParam-container > .autoParam-label {
  opacity: 0.5;
}
.formField-label-text-hint {
  font-size: 14px;
  color: rgb(145, 159, 170);
}
@media (max-width: 540px) {
  .formField-label-text-hint {
    font-size: 11px;
  }
}
form-field.formField_error .formField-label-text-hint {
  color: inherit;
}
.formField-label-help {
  flex: 0 0 auto;
}
.formField-label-help tooltip {
  margin-left: 10px;
}
@media (max-width: 540px) {
  .formField-label-help tooltip {
    margin-left: 0.5em;/* One space, essentially*/
  }
}
.formField-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
/*--- Input ---*/
.formField-input {
  flex: 1 1 auto;

  position: relative;

  display: flex;

  box-sizing: border-box;

  background: #ffffff;
  border: 1px solid #d0d7dd;

  font-size: inherit;
  line-height: inherit;
  color: rgb(108, 127, 142);
}
.formField-input.formField-input_focus {
  border-color: rgb(166, 172, 177);
  color: #475f72;
}
.formField_revertible .formField-input {
  border-color: #00bffe;
}
.formField_error .formField-input {
  border-color: #f8510f;
}
.formField_diff .formField-input {
  border-color: rgb(32, 182, 122);
}
.formField_disabled .formField-input {
  color: rgb(145, 159, 170);
  background: #e8f0f4;
}
.formField_readonly .formField-input {
  color: rgb(145, 159, 170);
  cursor: not-allowed;
}
.formField_readonly .formField-input.formField-input_focus {
  border: 1px solid #d0d7dd;
}
@media (max-width: 540px) {
  .formField-input {
    font-size: 13px;
  }
}
.formField-input-container {
  flex: 1 1 auto;

  display: flex;
  flex-wrap: nowrap;
  /* stylelint-enable */
}
.formField-input-container > *, .formField-input-container .ix-select {
  flex: 1 0 auto;
  width: 0;
  box-sizing: border-box;
}
.formField-input-container > *:focus, .formField-input-container .ix-select:focus {
  outline: none;
}
.formField-input-container input,
  .formField-input-container textarea {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}
.formField-input-container input::-moz-placeholder, .formField-input-container textarea::-moz-placeholder {
  color: rgb(181, 191, 199);
}
.formField-input-container input::placeholder, .formField-input-container textarea::placeholder {
  color: rgb(181, 191, 199);
}
.formField-input-container .ixSelect-disclosureButton {
  border-left-color: #d0d7dd;
}
.formField-input_focus .formField-input-container .ixSelect-disclosureButton {
  border-left-color: rgb(166, 172, 177);
}
.formField-input-container .ix-select:only-child .ixSelect-disclosureButton, .formField-input-container ix-select:only-child .ixSelect-disclosureButton {
  border-left-width: 1px;
  border-left-style: solid;
}
.formField-input-container textarea {
  height: 60px;
  resize: vertical;
}
/* stylelint-disable property-no-vendor-prefix */
.formField-input-container input[disabled] {
  -webkit-text-fill-color: inherit;
}
.formField-input-container input[readonly] {
  cursor: not-allowed;
}
.formField-input-container input[type='number'] {
  -moz-appearance: textfield;
}
.formField-input-container input::-webkit-outer-spin-button,
  .formField-input-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/*--- Input Area Niceties ---*/
.formField-input-prefix,
.formField-input-suffix {
  flex: 0 0 auto;

  /* Ensure all children are vertically centered*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.formField-input-prefix prefix,
  .formField-input-prefix suffix,
  .formField-input-suffix prefix,
  .formField-input-suffix suffix {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.formField-input-prefix prefix svg, .formField-input-prefix suffix svg, .formField-input-suffix prefix svg, .formField-input-suffix suffix svg {
  fill: #d0d7dd;
}
.formField-input_focus .formField-input-prefix prefix svg, .formField-input_focus .formField-input-prefix suffix svg, .formField-input_focus .formField-input-suffix prefix svg, .formField-input_focus .formField-input-suffix suffix svg {
  fill: rgb(166, 172, 177);
}
/* Only apply sizing to direct-descendents*/
.formField-input-prefix prefix > svg, .formField-input-prefix suffix > svg, .formField-input-suffix prefix > svg, .formField-input-suffix suffix > svg {
  align-self: center;
  width: 24px;
  height: 24px;
}
.formField-input-prefix {
  order: -1;
  text-align: right;
}
.formField-input-suffix {
  order: 2;
}
.formField-input-divider {
  flex: 0 0 auto;
  min-width: 20px;

  color: rgb(108, 127, 142);
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
.formField-input-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 15;

  align-items: center;

  height: auto;

  padding-left: 30px;

  background: linear-gradient(to right, #ffffff 0, rgb(255, 255, 255) 30px);

  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 30px);
}
.formField_disabled .formField-input-spinner {
  background: linear-gradient(to right, #e8f0f4 0, rgb(232, 240, 244) 30px);
  background: linear-gradient(to right, rgba(232, 240, 244, 0) 0, rgb(232, 240, 244) 30px);
}
/*--- Controls ---*/
.formField-controls {
  flex: 0 0 auto;
}
.formField-controls controls {
  display: flex;
  flex-wrap: nowrap;
}
.formField-controls controls > * {
  flex: 0 0 auto;
}
.formField-controls controls button,
    .formField-controls controls [button] {
  margin-left: 10px;
}
.formField_empty .formField-clearButton {
  display: none;
}
/*--- Errors ---*/
.formField-error {
  flex: 0 0 auto;
  width: 100%;

  /* Make the text stick to the bottom*/
  display: flex;
  align-items: flex-end;

  transition-property: height, opacity;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), linear;
}
.formField-error.ng-hide {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53), linear;
}
.formField-error-message {
  flex: 0 0 100%;

  margin: 0;
  padding-top: 6px;
  padding-bottom: 0;

  font-size: 14px;
  line-height: 20px;
  color: #f8510f;
}
.formField-error-message a {
  color: inherit;
  text-decoration: underline;
}
.formField-error-message ul {
  margin: 0;
  padding: 0 1.25em;
}
@media (max-width: 540px) {
  .formField-error-message {
    font-size: 11px;
    line-height: 14px;
  }
}

/*--- Input Area Niceties ---*/
/*--- Errors ---*/
/*--- Layouts ---*/
/* Block Layout*/
/* Table Row Layout*/
/* Checkbox Layout*/
/* Checkbox input styles*/

form-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;

  margin-bottom: -12px;
}
.formFooter-buttons {
  flex: 0 0 auto;

  display: flex;
  flex-wrap: wrap;
  max-width: 100%;

  margin-left: 20px;
  margin-bottom: 12px;
}
.formFooter-buttons > * {
  flex: 0 0 auto;
}
.formFooter-buttons > * + * {
  margin-left: 10px;
}
@media (max-width: 540px) {
  .formFooter-buttons {
    margin-left: 10px;
  }
}
.formFooter-error {
  flex: 1 1 0;

  display: flex;
  justify-content: flex-end;

  margin-bottom: 12px;
}
@media (max-width: 800px) {
  .formFooter-error {
    justify-content: flex-start;
  }
}
@media (max-width: 450px) {
  .formFooter-buttons {
    width: 100%;
    margin-left: 0;

    flex-direction: column-reverse;
    align-items: stretch;
  }
  .formFooter-buttons > * {
    flex: 0 0 auto;
    margin-top: 6px;
  }
  .formFooter-buttons > * + * {
    margin-left: 0;
  }
  .formFooter-buttons > *:last-child {
    margin-top: 0;
  }

  .formFooter-error {
    flex: 0 0 auto;
    width: 100%;

    margin-bottom: 24px;

    justify-content: flex-start;
  }
}
/*--- Centered Layout ---*/
.formFooter_center {
  justify-content: center;

}
.formFooter_center .formFooter-error {
  justify-content: center;
  margin-bottom: 36px;
}
@media (max-width: 450px) {
  .formFooter_center .formFooter-error {
    margin-bottom: 24px;
  }
}
.formFooter_center .formFooter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}
.formFooter_center .formFooter-buttons > * {
  flex: 0 0 auto;
}
.formFooter_center .formFooter-buttons > * + * {
  margin-left: 10px;
}
@media (max-width: 450px) {
  .formFooter_center .formFooter-buttons > * + * {
    margin-left: 0;
  }
}
/*--- InfoTables with FormFooters ---*/
.infoTable-footer form-footer {
  justify-content: flex-start;
  flex-wrap: wrap-reverse;
}
.infoTable-footer form-footer .formFooter-buttons {
  order: -1;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 540px) {
  .infoTable-footer form-footer .formFooter-buttons {
    margin-left: 0;
    margin-right: 10px;
  }
}



.formIX-section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 20px;
}
@media (max-width: 540px) {
  .formIX-section {
    grid-column-gap: 10px;
  }
}
.formIX-section + .formIX-section {
  margin-top: 48px;
}
.formIX-section form-field {
  grid-column: span 12;
  margin-bottom: 48px;
}
@media (max-width: 540px) {
  .formIX-section form-field {
    margin-bottom: 24px;
  }
}
.formIX-section form-field[type='text'] .formField-label, .formIX-section form-field[type='textarea'] .formField-label, .formIX-section form-field[type='dropdown'] .formField-label {
  min-height: 24px;
  line-height: 24px;
  margin-bottom: 12px;
}
@media (max-width: 540px) {
  .formIX-section form-field[type='text'] .formField-label, .formIX-section form-field[type='textarea'] .formField-label, .formIX-section form-field[type='dropdown'] .formField-label {
    margin-bottom: 0;
  }
}
.formIX-section form-field[type='text'] .formField-input, .formIX-section form-field[type='textarea'] .formField-input, .formIX-section form-field[type='dropdown'] .formField-input {
  min-height: 38px;
  line-height: 24px;
  border-top-width: 5px;
  border-radius: 0;
}
.formIX-section form-field[type='text'] .formField-input:before, .formIX-section form-field[type='textarea'] .formField-input:before, .formIX-section form-field[type='dropdown'] .formField-input:before {
  content: ' ';
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  z-index: 1;
  height: 4px;
  background: #e8f0f4;
}
.formIX-section form-field[type='text'] .formField-input-container > *, .formIX-section form-field[type='textarea'] .formField-input-container > *, .formIX-section form-field[type='dropdown'] .formField-input-container > * {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 9px;
  padding-right: 9px;
}
.formIX-section form-field[type='text'] .formField-input-container > .formField-input-divider, .formIX-section form-field[type='textarea'] .formField-input-container > .formField-input-divider, .formIX-section form-field[type='dropdown'] .formField-input-container > .formField-input-divider {
  margin-left: -9px;
  margin-right: -9px;
  padding: 0;
}
.formIX-section form-field[type='text'] .formField-input-container > ix-select .ixSelect-disclosureButton, .formIX-section form-field[type='text'] .formField-input-container > .ix-select .ixSelect-disclosureButton, .formIX-section form-field[type='textarea'] .formField-input-container > ix-select .ixSelect-disclosureButton, .formIX-section form-field[type='textarea'] .formField-input-container > .ix-select .ixSelect-disclosureButton, .formIX-section form-field[type='dropdown'] .formField-input-container > ix-select .ixSelect-disclosureButton, .formIX-section form-field[type='dropdown'] .formField-input-container > .ix-select .ixSelect-disclosureButton {
  width: 38px;
  margin-top: -7px;
  margin-bottom: -7px;
  margin-right: -9px;
}
.formIX-section form-field[type='text'] .formField-input_focus:before,
  .formIX-section form-field[type='text'].formField_disabled .formField-input:before,
  .formIX-section form-field[type='textarea'] .formField-input_focus:before,
  .formIX-section form-field[type='textarea'].formField_disabled .formField-input:before,
  .formIX-section form-field[type='dropdown'] .formField-input_focus:before,
  .formIX-section form-field[type='dropdown'].formField_disabled .formField-input:before {
  background: rgb(220, 228, 232);
}
.formIX-section form-field[type='text'].formField_error .formField-input:before, .formIX-section form-field[type='textarea'].formField_error .formField-input:before, .formIX-section form-field[type='dropdown'].formField_error .formField-input:before {
  background: #f8510f;
}
.formIX-section form-field[type='text'] .formField-input-prefix,
  .formIX-section form-field[type='text'] .formField-input-suffix,
  .formIX-section form-field[type='textarea'] .formField-input-prefix,
  .formIX-section form-field[type='textarea'] .formField-input-suffix,
  .formIX-section form-field[type='dropdown'] .formField-input-prefix,
  .formIX-section form-field[type='dropdown'] .formField-input-suffix {
  height: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.formIX-section form-field[type='text'] .formField-input-prefix, .formIX-section form-field[type='textarea'] .formField-input-prefix, .formIX-section form-field[type='dropdown'] .formField-input-prefix {
  padding-left: 9px;
}
.formIX-section form-field[type='text'] .formField-input-suffix, .formIX-section form-field[type='textarea'] .formField-input-suffix, .formIX-section form-field[type='dropdown'] .formField-input-suffix {
  padding-right: 9px;
}
.formIX-section form-field[type='text'] .formField-input-spinner, .formIX-section form-field[type='textarea'] .formField-input-spinner, .formIX-section form-field[type='dropdown'] .formField-input-spinner {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 9px;
}
.formIX-section form-field[type='text'] .formField-controls button,
    .formIX-section form-field[type='text'] .formField-controls [button],
    .formIX-section form-field[type='textarea'] .formField-controls button,
    .formIX-section form-field[type='textarea'] .formField-controls [button],
    .formIX-section form-field[type='dropdown'] .formField-controls button,
    .formIX-section form-field[type='dropdown'] .formField-controls [button] {
  height: 44px;
  min-width: 44px;
}
.formIX-section form-field[type='text'] .formField-controls button.button_frameless, .formIX-section form-field[type='text'] .formField-controls [button].button_frameless, .formIX-section form-field[type='textarea'] .formField-controls button.button_frameless, .formIX-section form-field[type='textarea'] .formField-controls [button].button_frameless, .formIX-section form-field[type='dropdown'] .formField-controls button.button_frameless, .formIX-section form-field[type='dropdown'] .formField-controls [button].button_frameless {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.formIX-section form-field[type='text'] .formField-controls button.button_frameless .button-icon, .formIX-section form-field[type='text'] .formField-controls [button].button_frameless .button-icon, .formIX-section form-field[type='textarea'] .formField-controls button.button_frameless .button-icon, .formIX-section form-field[type='textarea'] .formField-controls [button].button_frameless .button-icon, .formIX-section form-field[type='dropdown'] .formField-controls button.button_frameless .button-icon, .formIX-section form-field[type='dropdown'] .formField-controls [button].button_frameless .button-icon {
  margin-left: 0;
  margin-right: 5px;
}
.formIX-section form-field[type='text'] .formField-controls button.button_frameless[icon-alignment='right'] .button-icon, .formIX-section form-field[type='text'] .formField-controls [button].button_frameless[icon-alignment='right'] .button-icon, .formIX-section form-field[type='textarea'] .formField-controls button.button_frameless[icon-alignment='right'] .button-icon, .formIX-section form-field[type='textarea'] .formField-controls [button].button_frameless[icon-alignment='right'] .button-icon, .formIX-section form-field[type='dropdown'] .formField-controls button.button_frameless[icon-alignment='right'] .button-icon, .formIX-section form-field[type='dropdown'] .formField-controls [button].button_frameless[icon-alignment='right'] .button-icon {
  margin-left: 5px;
  margin-right: 0;
}
.formIX-section form-field[type='text'] .ixSelect-disclosureButton, .formIX-section form-field[type='textarea'] .ixSelect-disclosureButton, .formIX-section form-field[type='dropdown'] .ixSelect-disclosureButton {
  width: 38px;
}
.formIX-section form-field[type='text'] .ixSelect-disclosureButton svg, .formIX-section form-field[type='textarea'] .ixSelect-disclosureButton svg, .formIX-section form-field[type='dropdown'] .ixSelect-disclosureButton svg {
  width: 16px;
  height: 8px;
}
.formIX-section form-field[type='text'] .ixSelect-menu, .formIX-section form-field[type='textarea'] .ixSelect-menu, .formIX-section form-field[type='dropdown'] .ixSelect-menu {
  top: -5px;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: rgb(220, 228, 232);
}
.formIX-section form-field[type='checkbox'] {
  display: flex;
  align-items: baseline;
}
.formIX-section form-field[type='checkbox'] .formField-label {
  flex: 1 1 auto;
}
.formIX-section form-field[type='checkbox'] .formField-content {
  flex: 0 0 auto;
  order: -1;
  margin-right: 10px;
}
.formIX-section form-field[type='checkbox'] .formField-input {
  display: block;
  top: 1px;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 540px) {
  .formIX-section form-field[type='checkbox'] .formField-input {
    top: 2px;
  }
}
.formIX-section form-field[type='checkbox'] .formField-input-container {
  display: block;
  flex-grow: 0;
}
.formIX-section form-field[type='checkbox'] .formField-input-container input {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #d0d7dd;
  padding: 0;
  box-sizing: border-box;
  -moz-appearance: none;
       -webkit-appearance: none;
          appearance: none;
}
.formIX-section form-field[type='checkbox'] .formField-input-container input[type='radio'] {
  border-radius: 50%;
}
.formIX-section form-field[type='checkbox'] .formField-input-container input:before {
  content: ' ';
  position: absolute;
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
}
.formIX-section form-field[type='checkbox'] .formField-input-container input:after {
  content: ' ';
  position: absolute;
  visibility: hidden;
  line-height: 0;
}
.formIX-section form-field[type='checkbox'] .formField-input-container input:checked:after {
  visibility: visible;
}
.formIX-section form-field[type='checkbox'] .formField-input-container input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzZjN2Y4ZSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
  bottom: 0;
  left: 0.33333px;
  width: 14px;
  height: 14px;
}
.formIX-section form-field[type='checkbox'] .formField-input-container input[type='radio']:after {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background: rgb(108, 127, 142);
  border-radius: 50%;
}
.formIX-section form-field[type='checkbox'] .formField-input_focus input {
  border-color: rgb(166, 172, 177);
}
.formIX-section form-field[type='checkbox'] .formField-input_focus input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzQ3NWY3MiIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
}
.formIX-section form-field[type='checkbox'] .formField-input_focus input[type='radio']:after {
  background: #475f72;
}
.formIX-section form-field[type='checkbox'].formField_error input {
  border-color: #f8510f;
}
.formIX-section form-field[type='checkbox'].formField_revertible input {
  border-color: #00bffe;
}
.formIX-section form-field[type='checkbox'].formField_disabled .formField-input {
  background: none;
  opacity: 0.75;
}
.formIX-section form-field[type='checkbox'].formField_disabled input {
  background: #e8f0f4;
  opacity: 0.75;
}
.formIX-section form-field[type='checkbox'].formField_disabled input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzkxOWZhYSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
}
.formIX-section form-field[type='checkbox'].formField_disabled input[type='radio']:after {
  background: rgb(145, 159, 170);
}
.formIX-section form-field[type='checkbox'].formField_diff input {
  border-color: rgb(32, 182, 122);
}
.formIX-section form-field[type='checkbox'].formField_diff input[type='checkbox']:after {
  border-color: rgb(32, 182, 122);
}
.formIX-section form-field[type='checkbox'].formField_diff input[type='radio']:after {
  background: rgb(32, 182, 122);
}
.formIX-section form-field[type='checkbox'].formField_linked {
  opacity: 0.75;
  cursor: not-allowed;
}
.formIX-section form-field[size='halfToFull'] {
  grid-column: span 6;
}
@media (max-width: 900px) {
  .formIX-section form-field[size='halfToFull'] {
    grid-column: span 12;
  }
}
.formIX-section form-field[size='thirdToHalf'] {
  grid-column: span 4;
}
@media (max-width: 900px) {
  .formIX-section form-field[size='thirdToHalf'] {
    grid-column: span 6;
  }
}
.formIX-section form-field[size='sixthToThird'] {
  grid-column: span 2;
}
@media (max-width: 900px) {
  .formIX-section form-field[size='sixthToThird'] {
    grid-column: span 4;
  }
}
@media (max-width: 540px) {
  .formIX-section form-field[size='halfToFull'],
  .formIX-section form-field[size='thirdTohalf'],
  .formIX-section form-field[size='halfTofull'] {
    grid-column: span 12;
  }
}
.formIX_inline {
  display: inline-grid;
  grid-template-columns: repeat(11, 1fr) minmax(min-content, auto);
  grid-column-gap: 20px;
  width: 100%;
}
@media (max-width: 540px) {
  .formIX_inline {
    grid-column-gap: 10px;
  }
}
.formIX_inline > form-field {
  grid-column: span 11;
  margin-bottom: 0;
}
.formIX_inline > form-field[type='text'] .formField-label, .formIX_inline > form-field[type='textarea'] .formField-label, .formIX_inline > form-field[type='dropdown'] .formField-label {
  min-height: 24px;
  line-height: 24px;
  margin-bottom: 12px;
}
@media (max-width: 540px) {
  .formIX_inline > form-field[type='text'] .formField-label, .formIX_inline > form-field[type='textarea'] .formField-label, .formIX_inline > form-field[type='dropdown'] .formField-label {
    margin-bottom: 0;
  }
}
.formIX_inline > form-field[type='text'] .formField-input, .formIX_inline > form-field[type='textarea'] .formField-input, .formIX_inline > form-field[type='dropdown'] .formField-input {
  min-height: 38px;
  line-height: 24px;
  border-top-width: 5px;
  border-radius: 0;
}
.formIX_inline > form-field[type='text'] .formField-input:before, .formIX_inline > form-field[type='textarea'] .formField-input:before, .formIX_inline > form-field[type='dropdown'] .formField-input:before {
  content: ' ';
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  z-index: 1;
  height: 4px;
  background: #e8f0f4;
}
.formIX_inline > form-field[type='text'] .formField-input-container > *, .formIX_inline > form-field[type='textarea'] .formField-input-container > *, .formIX_inline > form-field[type='dropdown'] .formField-input-container > * {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 9px;
  padding-right: 9px;
}
.formIX_inline > form-field[type='text'] .formField-input-container > .formField-input-divider, .formIX_inline > form-field[type='textarea'] .formField-input-container > .formField-input-divider, .formIX_inline > form-field[type='dropdown'] .formField-input-container > .formField-input-divider {
  margin-left: -9px;
  margin-right: -9px;
  padding: 0;
}
.formIX_inline > form-field[type='text'] .formField-input-container > ix-select .ixSelect-disclosureButton, .formIX_inline > form-field[type='text'] .formField-input-container > .ix-select .ixSelect-disclosureButton, .formIX_inline > form-field[type='textarea'] .formField-input-container > ix-select .ixSelect-disclosureButton, .formIX_inline > form-field[type='textarea'] .formField-input-container > .ix-select .ixSelect-disclosureButton, .formIX_inline > form-field[type='dropdown'] .formField-input-container > ix-select .ixSelect-disclosureButton, .formIX_inline > form-field[type='dropdown'] .formField-input-container > .ix-select .ixSelect-disclosureButton {
  width: 38px;
  margin-top: -7px;
  margin-bottom: -7px;
  margin-right: -9px;
}
.formIX_inline > form-field[type='text'] .formField-input_focus:before,
  .formIX_inline > form-field[type='text'].formField_disabled .formField-input:before,
  .formIX_inline > form-field[type='textarea'] .formField-input_focus:before,
  .formIX_inline > form-field[type='textarea'].formField_disabled .formField-input:before,
  .formIX_inline > form-field[type='dropdown'] .formField-input_focus:before,
  .formIX_inline > form-field[type='dropdown'].formField_disabled .formField-input:before {
  background: rgb(220, 228, 232);
}
.formIX_inline > form-field[type='text'].formField_error .formField-input:before, .formIX_inline > form-field[type='textarea'].formField_error .formField-input:before, .formIX_inline > form-field[type='dropdown'].formField_error .formField-input:before {
  background: #f8510f;
}
.formIX_inline > form-field[type='text'] .formField-input-prefix,
  .formIX_inline > form-field[type='text'] .formField-input-suffix,
  .formIX_inline > form-field[type='textarea'] .formField-input-prefix,
  .formIX_inline > form-field[type='textarea'] .formField-input-suffix,
  .formIX_inline > form-field[type='dropdown'] .formField-input-prefix,
  .formIX_inline > form-field[type='dropdown'] .formField-input-suffix {
  height: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.formIX_inline > form-field[type='text'] .formField-input-prefix, .formIX_inline > form-field[type='textarea'] .formField-input-prefix, .formIX_inline > form-field[type='dropdown'] .formField-input-prefix {
  padding-left: 9px;
}
.formIX_inline > form-field[type='text'] .formField-input-suffix, .formIX_inline > form-field[type='textarea'] .formField-input-suffix, .formIX_inline > form-field[type='dropdown'] .formField-input-suffix {
  padding-right: 9px;
}
.formIX_inline > form-field[type='text'] .formField-input-spinner, .formIX_inline > form-field[type='textarea'] .formField-input-spinner, .formIX_inline > form-field[type='dropdown'] .formField-input-spinner {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 9px;
}
.formIX_inline > form-field[type='text'] .formField-controls button,
    .formIX_inline > form-field[type='text'] .formField-controls [button],
    .formIX_inline > form-field[type='textarea'] .formField-controls button,
    .formIX_inline > form-field[type='textarea'] .formField-controls [button],
    .formIX_inline > form-field[type='dropdown'] .formField-controls button,
    .formIX_inline > form-field[type='dropdown'] .formField-controls [button] {
  height: 44px;
  min-width: 44px;
}
.formIX_inline > form-field[type='text'] .formField-controls button.button_frameless, .formIX_inline > form-field[type='text'] .formField-controls [button].button_frameless, .formIX_inline > form-field[type='textarea'] .formField-controls button.button_frameless, .formIX_inline > form-field[type='textarea'] .formField-controls [button].button_frameless, .formIX_inline > form-field[type='dropdown'] .formField-controls button.button_frameless, .formIX_inline > form-field[type='dropdown'] .formField-controls [button].button_frameless {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.formIX_inline > form-field[type='text'] .formField-controls button.button_frameless .button-icon, .formIX_inline > form-field[type='text'] .formField-controls [button].button_frameless .button-icon, .formIX_inline > form-field[type='textarea'] .formField-controls button.button_frameless .button-icon, .formIX_inline > form-field[type='textarea'] .formField-controls [button].button_frameless .button-icon, .formIX_inline > form-field[type='dropdown'] .formField-controls button.button_frameless .button-icon, .formIX_inline > form-field[type='dropdown'] .formField-controls [button].button_frameless .button-icon {
  margin-left: 0;
  margin-right: 5px;
}
.formIX_inline > form-field[type='text'] .formField-controls button.button_frameless[icon-alignment='right'] .button-icon, .formIX_inline > form-field[type='text'] .formField-controls [button].button_frameless[icon-alignment='right'] .button-icon, .formIX_inline > form-field[type='textarea'] .formField-controls button.button_frameless[icon-alignment='right'] .button-icon, .formIX_inline > form-field[type='textarea'] .formField-controls [button].button_frameless[icon-alignment='right'] .button-icon, .formIX_inline > form-field[type='dropdown'] .formField-controls button.button_frameless[icon-alignment='right'] .button-icon, .formIX_inline > form-field[type='dropdown'] .formField-controls [button].button_frameless[icon-alignment='right'] .button-icon {
  margin-left: 5px;
  margin-right: 0;
}
.formIX_inline > form-field[type='text'] .ixSelect-disclosureButton, .formIX_inline > form-field[type='textarea'] .ixSelect-disclosureButton, .formIX_inline > form-field[type='dropdown'] .ixSelect-disclosureButton {
  width: 38px;
}
.formIX_inline > form-field[type='text'] .ixSelect-disclosureButton svg, .formIX_inline > form-field[type='textarea'] .ixSelect-disclosureButton svg, .formIX_inline > form-field[type='dropdown'] .ixSelect-disclosureButton svg {
  width: 16px;
  height: 8px;
}
.formIX_inline > form-field[type='text'] .ixSelect-menu, .formIX_inline > form-field[type='textarea'] .ixSelect-menu, .formIX_inline > form-field[type='dropdown'] .ixSelect-menu {
  top: -5px;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: rgb(220, 228, 232);
}
.formIX_inline > form-field[type='checkbox'] {
  display: flex;
  align-items: baseline;
}
.formIX_inline > form-field[type='checkbox'] .formField-label {
  flex: 1 1 auto;
}
.formIX_inline > form-field[type='checkbox'] .formField-content {
  flex: 0 0 auto;
  order: -1;
  margin-right: 10px;
}
.formIX_inline > form-field[type='checkbox'] .formField-input {
  display: block;
  top: 1px;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 540px) {
  .formIX_inline > form-field[type='checkbox'] .formField-input {
    top: 2px;
  }
}
.formIX_inline > form-field[type='checkbox'] .formField-input-container {
  display: block;
  flex-grow: 0;
}
.formIX_inline > form-field[type='checkbox'] .formField-input-container input {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #d0d7dd;
  padding: 0;
  box-sizing: border-box;
  -moz-appearance: none;
       -webkit-appearance: none;
          appearance: none;
}
.formIX_inline > form-field[type='checkbox'] .formField-input-container input[type='radio'] {
  border-radius: 50%;
}
.formIX_inline > form-field[type='checkbox'] .formField-input-container input:before {
  content: ' ';
  position: absolute;
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
}
.formIX_inline > form-field[type='checkbox'] .formField-input-container input:after {
  content: ' ';
  position: absolute;
  visibility: hidden;
  line-height: 0;
}
.formIX_inline > form-field[type='checkbox'] .formField-input-container input:checked:after {
  visibility: visible;
}
.formIX_inline > form-field[type='checkbox'] .formField-input-container input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzZjN2Y4ZSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
  bottom: 0;
  left: 0.33333px;
  width: 14px;
  height: 14px;
}
.formIX_inline > form-field[type='checkbox'] .formField-input-container input[type='radio']:after {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background: rgb(108, 127, 142);
  border-radius: 50%;
}
.formIX_inline > form-field[type='checkbox'] .formField-input_focus input {
  border-color: rgb(166, 172, 177);
}
.formIX_inline > form-field[type='checkbox'] .formField-input_focus input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzQ3NWY3MiIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
}
.formIX_inline > form-field[type='checkbox'] .formField-input_focus input[type='radio']:after {
  background: #475f72;
}
.formIX_inline > form-field[type='checkbox'].formField_error input {
  border-color: #f8510f;
}
.formIX_inline > form-field[type='checkbox'].formField_revertible input {
  border-color: #00bffe;
}
.formIX_inline > form-field[type='checkbox'].formField_disabled .formField-input {
  background: none;
  opacity: 0.75;
}
.formIX_inline > form-field[type='checkbox'].formField_disabled input {
  background: #e8f0f4;
  opacity: 0.75;
}
.formIX_inline > form-field[type='checkbox'].formField_disabled input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzkxOWZhYSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
}
.formIX_inline > form-field[type='checkbox'].formField_disabled input[type='radio']:after {
  background: rgb(145, 159, 170);
}
.formIX_inline > form-field[type='checkbox'].formField_diff input {
  border-color: rgb(32, 182, 122);
}
.formIX_inline > form-field[type='checkbox'].formField_diff input[type='checkbox']:after {
  border-color: rgb(32, 182, 122);
}
.formIX_inline > form-field[type='checkbox'].formField_diff input[type='radio']:after {
  background: rgb(32, 182, 122);
}
.formIX_inline > form-field[type='checkbox'].formField_linked {
  opacity: 0.75;
  cursor: not-allowed;
}
.formIX_inline > controls {
  display: flex;
  flex-wrap: wrap;
  /* Add margin-top so the button lines up with the input, not the label*/
  margin-top: 36px;
}
.formIX_inline > controls > * {
  flex: 0 0 auto;
}
.formIX_inline > controls > * + * {
  margin-left: 10px;
}
.formIX_inline > controls > button,
    .formIX_inline > controls > [button] {
  /* The button's height should match the formField input height*/
  height: 44px;
  min-width: 44px;
}
.formIX_inline > controls > button.button_frameless, .formIX_inline > controls > [button].button_frameless {
  min-width: 0;
}
@media (max-width: 540px) {
  .formIX_inline > controls {
    margin-top: 24px;
  }
}
.formIX_inline.formIX_inline_noLabels .formField-label {
  display: none;
}
.formIX_inline.formIX_inline_noLabels > controls {
  margin-top: 0;
}
@media (max-width: 540px) {
  .formIX_inline.formIX_inline_noLabels > controls {
    margin-top: 0;
  }
}
.formIX_inline > form-error {
  flex: 0 0 100%;
  margin-top: 12px;
  justify-content: flex-start;
}



global-overlay, .globalOverlay {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.globalOverlay-blanket {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  min-width: 320px;

  z-index: 800;

  background: #1c2c38;

  background: rgba(28, 44, 56, 0.75);

  color: #fafafa;
  opacity: 1;

  transition: opacity 150ms linear;
}
.globalOverlay-blanket.ng-hide {
  opacity: 0;
}
body.app .globalOverlay-blanket {
  background: radial-gradient(circle, #ffffff, #ffffff 160px, #ffffff 100%);
  background: radial-gradient(circle, #ffffff, #ffffff 160px, rgba(255, 255, 255, 0.5) 100%);
  color: #475f72;
}
body.app .globalOverlay_dark .globalOverlay-blanket {
  background: #111a22;
  background: rgba(17, 26, 34, 0.6);
}
.globalOverlay_dark .globalOverlay-blanket .globalOverlay-spinner-message {
  color: #fafafa;
}
/*--- Spinner ---*/
.globalOverlay-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  width: 320px;
  height: 106px;
  padding: 20px;
  box-sizing: border-box;

  margin: auto;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.globalOverlay-spinner > spinner {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
.globalOverlay-spinner-message {
  position: relative;
  z-index: 1;

  display: block;
  flex: 0 0 30px;

  margin-top: 12px;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  font-size: 20px;
  line-height: 30px;
  text-align: center;

  transition-property: opacity, margin;
  transition-duration: 150ms;
  transition-timing-function: linear, cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.globalOverlay-spinner-message.ng-enter,
  .globalOverlay-spinner-message.ng-leave.ng-leave-active,
  .globalOverlay-spinner-message.globalOverlay-spinner-message_hide {
  margin-top: 36px;
  opacity: 0;
}
.globalOverlay-spinner-message.ng-enter.ng-enter-active,
  .globalOverlay-spinner-message.ng-leave,
  .globalOverlay-spinner-message.globalOverlay-spinner-message_active {
  margin-top: 12px;
  opacity: 1;
}
@media screen and (max-width: 540px) {
  .globalOverlay-spinner-message {
    font-size: 15px;
  }
}
.globalOverlay-modal {
  z-index: 2;

  transition-property: opacity, transform;
  transition-duration: 150ms;
  transition-timing-function: linear, cubic-bezier(0.55, 0.085, 0.68, 0.53);

  min-width: 100%;
}
.globalOverlay-modal.ng-enter,
  .globalOverlay-modal.ng-leave.ng-leave-active,
  .globalOverlay-modal.globalOverlay-modal_hide {
  transform: scale(0.9);
  opacity: 0;
}
.globalOverlay-modal.ng-enter.ng-enter-active,
  .globalOverlay-modal.ng-leave,
  .globalOverlay-modal.globalOverlay-modal_active {
  transform: scale(1);
  opacity: 1;
}
body.aux .globalOverlay-modal > .modal-window {
  box-shadow: 0 2px rgba(4, 7, 9, 0.3);
}



info-table, .infoTable {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;

  border-top: 8px solid #d0d7dd;
  padding-top: 24px;
}
.infoTable-header {
  flex: 0 0 auto;

  display: flex;
  align-items: flex-end;
}
.infoTable-title {
  flex: 1 1 auto;

  min-height: 26px;

  font-family: 'Adelle Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  .infoTable-title {
    font-size: 15px;
  }
}
.infoTable-title spinner {
  display: inline-flex;
  margin-left: 0.25em;
  vertical-align: middle;
}
.infoTable-buttons {
  flex: 0 0 auto;

  display: flex;
  flex-wrap: wrap;
  align-items: center;

  margin-left: 20px;
}
.infoTable-buttons > * {
  flex: 0 0 auto;
}
.infoTable-buttons > * + * {
  margin-left: 10px;
}
.infoTable-explanation {
  flex: 0 0 auto;
  max-width: 32em;
  order: 5;

  margin-top: 6px;

  color: rgb(145, 159, 170);
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 640px) {
  .infoTable-explanation {
    max-width: none;
  }
}
@media (max-width: 540px) {
  .infoTable-explanation {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (max-width: 480px) {
  .infoTable-explanation {
    order: initial;
  }
}
@media (min-width: 641px) {
  .infoTable-explanation.infoTable-explanation_credentials {
    max-width: 20em;
  }
}
.infoTable-explanation.infoTable-explanation_autoParams {
  margin-top: 8px;
}
.infoTable-explanation.infoTable-explanation_autoParams code {
  font-family: monospace;
  font-size: 13px;
}
.infoTable-body {
  flex: 0 0 auto;

  margin-top: 24px;
}
.infoTable-body:first-child {
  margin-top: 0;
}
@media (max-width: 480px) {
  .infoTable-body {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.infoTable-footer {
  flex: 0 0 auto;

  display: grid;

  grid-template-columns: 1fr [content-start] 1fr 1fr 1fr [content-end];

  grid-gap: 20px;

  margin-top: 12px;
}
@media (min-width: calc(800px + 1px)) {
  info-table.infoTable_half .infoTable-footer {
    grid-template-columns: 1fr [content-start] 1fr [content-end];
  }
  info-table.infoTable_half.infoTable_half_shortLabel .infoTable-footer {
    grid-template-columns: 1fr [content-start] 1fr 1fr [content-end];
  }
}
@media (max-width: 800px) {
  .infoTable-footer {
    grid-template-columns: 1fr [content-start] 1fr 1fr [content-end];
  }
}
@media (max-width: 540px) {
  .infoTable-footer {
    grid-gap: 10px;
  }
}
@media (max-width: 480px) {
  .infoTable-footer {
    grid-row-gap: 12px;
    grid-template-columns: [content-start] 1fr [content-end];
    padding: 0 10px;
  }
}
.infoTable-footer > * {
  grid-column: content-start / content-end;
}
/* Add tooltip call out bubble to button on hover*/
.tooltip-on-button-hover {
  flex-flow: column nowrap;
}
.tooltip-on-button-hover tooltip {
  position: absolute;
  width: auto;
}
.tooltip-on-button-hover tooltip svg {
  fill: transparent;
}

/* Same height as a compact button*/

info-table-row, .infoTable-row {
  display: grid;
  grid-template-columns: 1fr [content-start] 1fr 1fr 1fr [content-end];
  grid-gap: 20px;

  min-height: 24px;
  margin-bottom: 12px;

  font-size: 16px;
  line-height: 24px;
}
@media (min-width: calc(800px + 1px)) {
  info-table.infoTable_half info-table-row, info-table.infoTable_half .infoTable-row {
    grid-template-columns: 1fr [content-start] 1fr [content-end];
  }
  info-table.infoTable_half.infoTable_half_shortLabel info-table-row, info-table.infoTable_half.infoTable_half_shortLabel .infoTable-row {
    grid-template-columns: 1fr [content-start] 1fr 1fr [content-end];
  }
}
@media (max-width: 800px) {
  info-table-row, .infoTable-row {
    grid-template-columns: 1fr [content-start] 1fr 1fr [content-end];
  }
}
@media (max-width: 540px) {
  info-table-row, .infoTable-row {
    grid-gap: 10px;
  }
}
@media (max-width: 480px) {
  info-table-row, .infoTable-row {
    grid-row-gap: 12px;
    grid-template-columns: [content-start] 1fr [content-end];
  }
}
@media (max-width: 540px) {
  info-table-row, .infoTable-row {
    font-size: 13px;
  }
}
.infoTable-row-label {
  display: flex;
  align-items: baseline;
}
.infoTable-row-label p {
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 480px) {
  .infoTable-row-label p {
    display: none;
  }
}
.infoTable-row-label.infoTable-row-label_empty {
  display: none;
}
.infoTable-row-label-text {
  flex: 1 1 auto;
  color: rgb(145, 159, 170);
}
.infoTable-row-label-help {
  flex: 0 0 auto;
}
.infoTable-row-label-help tooltip {
  margin-left: 10px;
}
@media (max-width: 540px) {
  .infoTable-row-label-help tooltip {
    margin-left: 0.5em;
  }
}
.infoTable-row-content {
  grid-column: content-start / content-end;
}
.infoTable-row-content-main > p {
  margin: 0;
}
.infoTable-row-content-main > p + p {
  margin-top: 12px;
}
.infoTable-row-content-main > button,
  .infoTable-row-content-main > [button] {
  margin: -1px 0;
}
.infoTable-row-content-controls {
  margin-top: -1px;
  margin-bottom: -7px;
  margin-left: 20px;
}
.infoTable-row-content-controls controls {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.infoTable-row-content-controls controls > * {
  flex: 0 0 auto;
  margin-bottom: 6px;
  margin-left: 10px;
}
.infoTable-row-content-controls controls > *:first-child {
  margin-left: 0;
}
.infoTable-row-content-controls.infoTable-row-content-controls_empty {
  display: none;
}
.infoTable-row-subContent {
  margin-top: 12px;

  font-size: 14px;
  line-height: 20px;
}
.infoTable-row-subContent form-field[type='checkbox'] {
  display: flex;
  align-items: baseline;
  max-width: 300px;
}
.infoTable-row-subContent form-field[type='checkbox'] .formField-label {
  flex: 1 1 auto;
}
.infoTable-row-subContent form-field[type='checkbox'] .formField-content {
  flex: 0 0 auto;
  order: -1;
  margin-right: 10px;
}
.infoTable-row-subContent form-field[type='checkbox'] .formField-input {
  display: block;
  top: 1px;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 540px) {
  .infoTable-row-subContent form-field[type='checkbox'] .formField-input {
    top: 2px;
  }
}
.infoTable-row-subContent form-field[type='checkbox'] .formField-input-container {
  display: block;
  flex-grow: 0;
}
.infoTable-row-subContent form-field[type='checkbox'] .formField-input-container input {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #d0d7dd;
  padding: 0;
  box-sizing: border-box;
  -moz-appearance: none;
       -webkit-appearance: none;
          appearance: none;
}
.infoTable-row-subContent form-field[type='checkbox'] .formField-input-container input[type='radio'] {
  border-radius: 50%;
}
.infoTable-row-subContent form-field[type='checkbox'] .formField-input-container input:before {
  content: ' ';
  position: absolute;
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
}
.infoTable-row-subContent form-field[type='checkbox'] .formField-input-container input:after {
  content: ' ';
  position: absolute;
  visibility: hidden;
  line-height: 0;
}
.infoTable-row-subContent form-field[type='checkbox'] .formField-input-container input:checked:after {
  visibility: visible;
}
.infoTable-row-subContent form-field[type='checkbox'] .formField-input-container input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzZjN2Y4ZSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
  bottom: 0;
  left: 0.33333px;
  width: 14px;
  height: 14px;
}
.infoTable-row-subContent form-field[type='checkbox'] .formField-input-container input[type='radio']:after {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background: rgb(108, 127, 142);
  border-radius: 50%;
}
.infoTable-row-subContent form-field[type='checkbox'] .formField-input_focus input {
  border-color: rgb(166, 172, 177);
}
.infoTable-row-subContent form-field[type='checkbox'] .formField-input_focus input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzQ3NWY3MiIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
}
.infoTable-row-subContent form-field[type='checkbox'] .formField-input_focus input[type='radio']:after {
  background: #475f72;
}
.infoTable-row-subContent form-field[type='checkbox'].formField_error input {
  border-color: #f8510f;
}
.infoTable-row-subContent form-field[type='checkbox'].formField_revertible input {
  border-color: #00bffe;
}
.infoTable-row-subContent form-field[type='checkbox'].formField_disabled .formField-input {
  background: none;
  opacity: 0.75;
}
.infoTable-row-subContent form-field[type='checkbox'].formField_disabled input {
  background: #e8f0f4;
  opacity: 0.75;
}
.infoTable-row-subContent form-field[type='checkbox'].formField_disabled input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzkxOWZhYSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
}
.infoTable-row-subContent form-field[type='checkbox'].formField_disabled input[type='radio']:after {
  background: rgb(145, 159, 170);
}
.infoTable-row-subContent form-field[type='checkbox'].formField_diff input {
  border-color: rgb(32, 182, 122);
}
.infoTable-row-subContent form-field[type='checkbox'].formField_diff input[type='checkbox']:after {
  border-color: rgb(32, 182, 122);
}
.infoTable-row-subContent form-field[type='checkbox'].formField_diff input[type='radio']:after {
  background: rgb(32, 182, 122);
}
.infoTable-row-subContent form-field[type='checkbox'].formField_linked {
  opacity: 0.75;
  cursor: not-allowed;
}
/* Switch to a flexible block layout below this threshold*/
@media (max-width: 480px) {
  .infoTable-body > *:first-child > info-table-row,
    .infoTable-body > *:first-child > .infoTable-row,
    .infoTable-body > info-table-row:first-child {
    padding-top: 0;
  }
  .infoTable-body > *:last-child > info-table-row,
    .infoTable-body > *:last-child > .infoTable-row,
    .infoTable-body > info-table-row:last-child,
    .infoTable-body > .infoTable-row:last-child {
    padding-bottom: 0;
  }
  .infoTable-body > *:nth-child(2n) > info-table-row,
    .infoTable-body > *:nth-child(2n) > .infoTable-row,
    .infoTable-body > info-table-row:nth-child(2n),
    .infoTable-body > .infoTable-row:nth-child(2n) {
    padding-bottom: 12px;
    background: #e8f0f4;
    background: rgba(232, 240, 244, 0.4);
  }

  info-table-row, .infoTable-row {
    margin-bottom: 0;
    padding: 12px 10px;
  }

  .infoTable-row-content-main > button,
    .infoTable-row-content-main > [button] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/*--- Content Type: Simple ---*/
info-table-row[type='simple'] .infoTable-row-content, .infoTable-row[type='simple'] .infoTable-row-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
/*--- Content Type: Buttons ---*/
info-table-row[type='buttons'] .infoTable-row-content-main, .infoTable-row[type='buttons'] .infoTable-row-content-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px;
  margin-bottom: -7px;
}
info-table-row[type='buttons'] .infoTable-row-content-main > *, .infoTable-row[type='buttons'] .infoTable-row-content-main > * {
  flex: 0 0 auto;
  margin-right: 10px;
  margin-bottom: 6px;
}
info-table-row[type='buttons'] .infoTable-row-content-main > *:last-child, .infoTable-row[type='buttons'] .infoTable-row-content-main > *:last-child {
  margin-right: 0;
}
@media (max-width: 540px) {
  info-table-row[type='buttons'] .infoTable-row-content-main > *, .infoTable-row[type='buttons'] .infoTable-row-content-main > * {
    margin-right: 0.5em;
  }
}
/*--- Content Type: Controls ---*/
info-table-row[type='controls'] .infoTable-row-content, .infoTable-row[type='controls'] .infoTable-row-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
info-table-row[type='controls'] .infoTable-row-content-main, .infoTable-row[type='controls'] .infoTable-row-content-main {
  flex: 1 0 auto;
}
/*--- Content Type: Checkboxes ---*/
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'], .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] {
  display: flex;
  align-items: baseline;
  max-width: 300px;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-label, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-label {
  flex: 1 1 auto;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-content, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-content {
  flex: 0 0 auto;
  order: -1;
  margin-right: 10px;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input {
  display: block;
  top: 1px;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 540px) {
  info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input {
    top: 2px;
  }
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input-container, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input-container {
  display: block;
  flex-grow: 0;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input-container input, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input-container input {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #d0d7dd;
  padding: 0;
  box-sizing: border-box;
  -moz-appearance: none;
       -webkit-appearance: none;
          appearance: none;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input-container input[type='radio'], .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input-container input[type='radio'] {
  border-radius: 50%;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input-container input:before, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input-container input:before {
  content: ' ';
  position: absolute;
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input-container input:after, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input-container input:after {
  content: ' ';
  position: absolute;
  visibility: hidden;
  line-height: 0;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input-container input:checked:after, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input-container input:checked:after {
  visibility: visible;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input-container input[type='checkbox']:after, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input-container input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzZjN2Y4ZSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
  bottom: 0;
  left: 0.33333px;
  width: 14px;
  height: 14px;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input-container input[type='radio']:after, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input-container input[type='radio']:after {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background: rgb(108, 127, 142);
  border-radius: 50%;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input_focus input, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input_focus input {
  border-color: rgb(166, 172, 177);
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input_focus input[type='checkbox']:after, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input_focus input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzQ3NWY3MiIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input_focus input[type='radio']:after, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] .formField-input_focus input[type='radio']:after {
  background: #475f72;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_error input, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_error input {
  border-color: #f8510f;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_revertible input, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_revertible input {
  border-color: #00bffe;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_disabled .formField-input, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_disabled .formField-input {
  background: none;
  opacity: 0.75;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_disabled input, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_disabled input {
  background: #e8f0f4;
  opacity: 0.75;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_disabled input[type='checkbox']:after, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_disabled input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzkxOWZhYSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_disabled input[type='radio']:after, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_disabled input[type='radio']:after {
  background: rgb(145, 159, 170);
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_diff input, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_diff input {
  border-color: rgb(32, 182, 122);
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_diff input[type='checkbox']:after, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_diff input[type='checkbox']:after {
  border-color: rgb(32, 182, 122);
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_diff input[type='radio']:after, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_diff input[type='radio']:after {
  background: rgb(32, 182, 122);
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_linked, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_linked {
  opacity: 0.75;
  cursor: not-allowed;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_autoParam, .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'].formField_autoParam {
  width: -moz-fit-content;
  width: fit-content;
}
info-table-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] + form-field[type='checkbox'], .infoTable-row[type='checkboxes'] .infoTable-row-content form-field[type='checkbox'] + form-field[type='checkbox'] {
  margin-top: 12px;
}
/*--- Content Type: FormField ---*/
info-table-row[type='formField'],
.infoTable-row[type='formField'],
.infoTable-row[data-type='formField'] {
  display: block;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field, info-table-row[type='formField'] .form-field, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field, .infoTable-row[type='formField'] .form-field, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field, .infoTable-row[data-type='formField'] .form-field {
  display: flex;
  display: grid;
  grid-template-columns: 1fr [content-start] 1fr 1fr 1fr [content-end];
  grid-gap: 20px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-label, info-table-row[type='formField'] .form-field .formField-label, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-label, .infoTable-row[type='formField'] .form-field .formField-label, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-label, .infoTable-row[data-type='formField'] .form-field .formField-label {
  flex: 0 0 auto;
  line-height: 24px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-label.formField-label_empty, info-table-row[type='formField'] .form-field .formField-label.formField-label_empty, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-label.formField-label_empty, .infoTable-row[type='formField'] .form-field .formField-label.formField-label_empty, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-label.formField-label_empty, .infoTable-row[data-type='formField'] .form-field .formField-label.formField-label_empty {
  display: none;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-content, info-table-row[type='formField'] .form-field .formField-content, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-content, .infoTable-row[type='formField'] .form-field .formField-content, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-content, .infoTable-row[data-type='formField'] .form-field .formField-content {
  flex: 1 1 0;
  margin-top: -2px;
  margin-bottom: -2px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-input, info-table-row[type='formField'] .form-field .formField-input, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-input, .infoTable-row[type='formField'] .form-field .formField-input, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-input, .infoTable-row[data-type='formField'] .form-field .formField-input {
  max-width: 460px;
  min-height: 28px;
  line-height: 24px;
  border-radius: 4px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-container > *, info-table-row[type='formField'] .form-field .formField-input-container > *, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-container > *, .infoTable-row[type='formField'] .form-field .formField-input-container > *, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-input-container > *, .infoTable-row[data-type='formField'] .form-field .formField-input-container > * {
  padding-top: 3px;
  padding-bottom: 1px;
  padding-left: 9px;
  padding-right: 9px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-container > .formField-input-divider, info-table-row[type='formField'] .form-field .formField-input-container > .formField-input-divider, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-container > .formField-input-divider, .infoTable-row[type='formField'] .form-field .formField-input-container > .formField-input-divider, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-input-container > .formField-input-divider, .infoTable-row[data-type='formField'] .form-field .formField-input-container > .formField-input-divider {
  padding: 0;
  margin-left: -9px;
  margin-right: -9px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-container > ix-select .ixSelect-disclosureButton, info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-container .ix-select .ixSelect-disclosureButton, info-table-row[type='formField'] .form-field .formField-input-container > ix-select .ixSelect-disclosureButton, info-table-row[type='formField'] .form-field .formField-input-container .ix-select .ixSelect-disclosureButton, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-container > ix-select .ixSelect-disclosureButton, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-container .ix-select .ixSelect-disclosureButton, .infoTable-row[type='formField'] .form-field .formField-input-container > ix-select .ixSelect-disclosureButton, .infoTable-row[type='formField'] .form-field .formField-input-container .ix-select .ixSelect-disclosureButton, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-input-container > ix-select .ixSelect-disclosureButton, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-input-container .ix-select .ixSelect-disclosureButton, .infoTable-row[data-type='formField'] .form-field .formField-input-container > ix-select .ixSelect-disclosureButton, .infoTable-row[data-type='formField'] .form-field .formField-input-container .ix-select .ixSelect-disclosureButton {
  width: 28px;
  margin-top: -3px;
  margin-bottom: -1px;
  margin-right: -9px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field.formField_stretch .formField-input, info-table-row[type='formField'] .form-field.formField_stretch .formField-input, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field.formField_stretch .formField-input, .infoTable-row[type='formField'] .form-field.formField_stretch .formField-input, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field.formField_stretch .formField-input, .infoTable-row[data-type='formField'] .form-field.formField_stretch .formField-input {
  max-width: 640px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field.formField_shrink .formField-input, info-table-row[type='formField'] .form-field.formField_shrink .formField-input, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field.formField_shrink .formField-input, .infoTable-row[type='formField'] .form-field.formField_shrink .formField-input, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field.formField_shrink .formField-input, .infoTable-row[data-type='formField'] .form-field.formField_shrink .formField-input {
  max-width: 300px;
}
@media (max-width: 480px) {
  info-table-row[type='formField'] .infoTable-row-content-main > form-field.formField_shrink .formField-input, info-table-row[type='formField'] .form-field.formField_shrink .formField-input, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field.formField_shrink .formField-input, .infoTable-row[type='formField'] .form-field.formField_shrink .formField-input, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field.formField_shrink .formField-input, .infoTable-row[data-type='formField'] .form-field.formField_shrink .formField-input {
    max-width: none;
  }
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-prefix,
  info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-suffix,
  info-table-row[type='formField'] .form-field .formField-input-prefix,
  info-table-row[type='formField'] .form-field .formField-input-suffix,
  .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-prefix,
  .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-suffix,
  .infoTable-row[type='formField'] .form-field .formField-input-prefix,
  .infoTable-row[type='formField'] .form-field .formField-input-suffix,
  .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-input-prefix,
  .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-input-suffix,
  .infoTable-row[data-type='formField'] .form-field .formField-input-prefix,
  .infoTable-row[data-type='formField'] .form-field .formField-input-suffix {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 1px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-prefix, info-table-row[type='formField'] .form-field .formField-input-prefix, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-prefix, .infoTable-row[type='formField'] .form-field .formField-input-prefix, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-input-prefix, .infoTable-row[data-type='formField'] .form-field .formField-input-prefix {
  padding-left: 9px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-suffix, info-table-row[type='formField'] .form-field .formField-input-suffix, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-suffix, .infoTable-row[type='formField'] .form-field .formField-input-suffix, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-input-suffix, .infoTable-row[data-type='formField'] .form-field .formField-input-suffix {
  padding-right: 9px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-spinner, info-table-row[type='formField'] .form-field .formField-input-spinner, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-input-spinner, .infoTable-row[type='formField'] .form-field .formField-input-spinner, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-input-spinner, .infoTable-row[data-type='formField'] .form-field .formField-input-spinner {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 9px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-controls button,
    info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-controls [button],
    info-table-row[type='formField'] .form-field .formField-controls button,
    info-table-row[type='formField'] .form-field .formField-controls [button],
    .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-controls button,
    .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-controls [button],
    .infoTable-row[type='formField'] .form-field .formField-controls button,
    .infoTable-row[type='formField'] .form-field .formField-controls [button],
    .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-controls button,
    .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-controls [button],
    .infoTable-row[data-type='formField'] .form-field .formField-controls button,
    .infoTable-row[data-type='formField'] .form-field .formField-controls [button] {
  height: 30px;
  min-width: 30px;
  padding: 0 7px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-controls button.button_frameless, info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-controls [button].button_frameless, info-table-row[type='formField'] .form-field .formField-controls button.button_frameless, info-table-row[type='formField'] .form-field .formField-controls [button].button_frameless, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-controls button.button_frameless, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-controls [button].button_frameless, .infoTable-row[type='formField'] .form-field .formField-controls button.button_frameless, .infoTable-row[type='formField'] .form-field .formField-controls [button].button_frameless, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-controls button.button_frameless, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-controls [button].button_frameless, .infoTable-row[data-type='formField'] .form-field .formField-controls button.button_frameless, .infoTable-row[data-type='formField'] .form-field .formField-controls [button].button_frameless {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-error-message, info-table-row[type='formField'] .form-field .formField-error-message, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-error-message, .infoTable-row[type='formField'] .form-field .formField-error-message, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-error-message, .infoTable-row[data-type='formField'] .form-field .formField-error-message {
  padding-top: 4px;
  padding-bottom: 12px;
}
@media (max-width: 540px) {
  info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-error-message, info-table-row[type='formField'] .form-field .formField-error-message, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-error-message, .infoTable-row[type='formField'] .form-field .formField-error-message, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-error-message, .infoTable-row[data-type='formField'] .form-field .formField-error-message {
    padding-bottom: 4px;
  }
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .ixSelect-disclosureButton, info-table-row[type='formField'] .form-field .ixSelect-disclosureButton, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .ixSelect-disclosureButton, .infoTable-row[type='formField'] .form-field .ixSelect-disclosureButton, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .ixSelect-disclosureButton, .infoTable-row[data-type='formField'] .form-field .ixSelect-disclosureButton {
  width: 28px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .ixSelect-disclosureButton svg, info-table-row[type='formField'] .form-field .ixSelect-disclosureButton svg, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .ixSelect-disclosureButton svg, .infoTable-row[type='formField'] .form-field .ixSelect-disclosureButton svg, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .ixSelect-disclosureButton svg, .infoTable-row[data-type='formField'] .form-field .ixSelect-disclosureButton svg {
  width: 10px;
  height: 5px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .ixSelect-menu, info-table-row[type='formField'] .form-field .ixSelect-menu, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .ixSelect-menu, .infoTable-row[type='formField'] .form-field .ixSelect-menu, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .ixSelect-menu, .infoTable-row[data-type='formField'] .form-field .ixSelect-menu {
  border-radius: 4px;
}
@media (min-width: calc(800px + 1px)) {
  info-table.infoTable_half info-table-row[type='formField'] .infoTable-row-content-main > form-field, info-table.infoTable_half info-table-row[type='formField'] .form-field, info-table.infoTable_half .infoTable-row[type='formField'] .infoTable-row-content-main > form-field, info-table.infoTable_half .infoTable-row[type='formField'] .form-field, info-table.infoTable_half .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field, info-table.infoTable_half .infoTable-row[data-type='formField'] .form-field {
    grid-template-columns: 1fr [content-start] 1fr [content-end];
  }
  info-table.infoTable_half.infoTable_half_shortLabel info-table-row[type='formField'] .infoTable-row-content-main > form-field, info-table.infoTable_half.infoTable_half_shortLabel info-table-row[type='formField'] .form-field, info-table.infoTable_half.infoTable_half_shortLabel .infoTable-row[type='formField'] .infoTable-row-content-main > form-field, info-table.infoTable_half.infoTable_half_shortLabel .infoTable-row[type='formField'] .form-field, info-table.infoTable_half.infoTable_half_shortLabel .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field, info-table.infoTable_half.infoTable_half_shortLabel .infoTable-row[data-type='formField'] .form-field {
    grid-template-columns: 1fr [content-start] 1fr 1fr [content-end];
  }
}
@media (max-width: 800px) {
  info-table-row[type='formField'] .infoTable-row-content-main > form-field, info-table-row[type='formField'] .form-field, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field, .infoTable-row[type='formField'] .form-field, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field, .infoTable-row[data-type='formField'] .form-field {
    grid-template-columns: 1fr [content-start] 1fr 1fr [content-end];
  }
}
@media (max-width: 540px) {
  info-table-row[type='formField'] .infoTable-row-content-main > form-field, info-table-row[type='formField'] .form-field, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field, .infoTable-row[type='formField'] .form-field, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field, .infoTable-row[data-type='formField'] .form-field {
    grid-gap: 10px;
  }
}
@media (max-width: 480px) {
  info-table-row[type='formField'] .infoTable-row-content-main > form-field, info-table-row[type='formField'] .form-field, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field, .infoTable-row[type='formField'] .form-field, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field, .infoTable-row[data-type='formField'] .form-field {
    grid-row-gap: 12px;
    grid-template-columns: [content-start] 1fr [content-end];
  }
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-label, info-table-row[type='formField'] .form-field .formField-label, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-label, .infoTable-row[type='formField'] .form-field .formField-label, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-label, .infoTable-row[data-type='formField'] .form-field .formField-label {
  color: rgb(145, 159, 170);
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field .formField-content, info-table-row[type='formField'] .form-field .formField-content, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field .formField-content, .infoTable-row[type='formField'] .form-field .formField-content, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field .formField-content, .infoTable-row[data-type='formField'] .form-field .formField-content {
  grid-column: content-start / content-end;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field + form-field, info-table-row[type='formField'] .form-field + form-field, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field + form-field, .infoTable-row[type='formField'] .form-field + form-field, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field + form-field, .infoTable-row[data-type='formField'] .form-field + form-field {
  margin-top: 12px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input {
  display: block;
  top: 1px;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 540px) {
  info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input {
    top: 2px;
  }
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container {
  display: block;
  flex-grow: 0;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #d0d7dd;
  padding: 0;
  box-sizing: border-box;
  -moz-appearance: none;
       -webkit-appearance: none;
          appearance: none;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input[type='radio'], .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input[type='radio'], .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input[type='radio'] {
  border-radius: 50%;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input:before, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input:before, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input:before {
  content: ' ';
  position: absolute;
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input:after, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input:after, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input:after {
  content: ' ';
  position: absolute;
  visibility: hidden;
  line-height: 0;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input:checked:after, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input:checked:after, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input:checked:after {
  visibility: visible;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input[type='checkbox']:after, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input[type='checkbox']:after, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzZjN2Y4ZSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
  bottom: 0;
  left: 1px;
  width: 18px;
  height: 18px;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input[type='radio']:after, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input[type='radio']:after, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container input[type='radio']:after {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background: rgb(108, 127, 142);
  border-radius: 50%;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input_focus input, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input_focus input, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input_focus input {
  border-color: rgb(166, 172, 177);
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input_focus input[type='checkbox']:after, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input_focus input[type='checkbox']:after, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input_focus input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzQ3NWY3MiIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input_focus input[type='radio']:after, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input_focus input[type='radio']:after, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input_focus input[type='radio']:after {
  background: #475f72;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_error input, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_error input, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_error input {
  border-color: #f8510f;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_revertible input, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_revertible input, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_revertible input {
  border-color: #00bffe;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_disabled .formField-input, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_disabled .formField-input, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_disabled .formField-input {
  background: none;
  opacity: 0.75;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_disabled input, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_disabled input, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_disabled input {
  background: #e8f0f4;
  opacity: 0.75;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_disabled input[type='checkbox']:after, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_disabled input[type='checkbox']:after, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_disabled input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzkxOWZhYSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_disabled input[type='radio']:after, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_disabled input[type='radio']:after, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_disabled input[type='radio']:after {
  background: rgb(145, 159, 170);
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_diff input, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_diff input, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_diff input {
  border-color: rgb(32, 182, 122);
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_diff input[type='checkbox']:after, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_diff input[type='checkbox']:after, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_diff input[type='checkbox']:after {
  border-color: rgb(32, 182, 122);
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_diff input[type='radio']:after, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_diff input[type='radio']:after, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_diff input[type='radio']:after {
  background: rgb(32, 182, 122);
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_linked, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_linked, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'].formField_linked {
  opacity: 0.75;
  cursor: not-allowed;
}
info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-input-container {
  margin-top: 5px;
}
@media (max-width: 480px) {
  info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'], .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'], .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] {
    display: flex;
  }
  info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-label, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-label, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-label {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  info-table-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-content, .infoTable-row[type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-content, .infoTable-row[data-type='formField'] .infoTable-row-content-main > form-field[type='checkbox'] .formField-content {
    flex: 0 0 auto;
    width: auto;
    order: -1;
    margin-right: 10px;
  }
}
info-table-row[type='formField'] .infoTable-row-subContent, .infoTable-row[type='formField'] .infoTable-row-subContent, .infoTable-row[data-type='formField'] .infoTable-row-subContent {
  display: grid;
  grid-template-columns: 1fr [content-start] 1fr 1fr 1fr [content-end];
  grid-gap: 20px;
}
@media (min-width: calc(800px + 1px)) {
  info-table.infoTable_half info-table-row[type='formField'] .infoTable-row-subContent, info-table.infoTable_half .infoTable-row[type='formField'] .infoTable-row-subContent, info-table.infoTable_half .infoTable-row[data-type='formField'] .infoTable-row-subContent {
    grid-template-columns: 1fr [content-start] 1fr [content-end];
  }
  info-table.infoTable_half.infoTable_half_shortLabel info-table-row[type='formField'] .infoTable-row-subContent, info-table.infoTable_half.infoTable_half_shortLabel .infoTable-row[type='formField'] .infoTable-row-subContent, info-table.infoTable_half.infoTable_half_shortLabel .infoTable-row[data-type='formField'] .infoTable-row-subContent {
    grid-template-columns: 1fr [content-start] 1fr 1fr [content-end];
  }
}
@media (max-width: 800px) {
  info-table-row[type='formField'] .infoTable-row-subContent, .infoTable-row[type='formField'] .infoTable-row-subContent, .infoTable-row[data-type='formField'] .infoTable-row-subContent {
    grid-template-columns: 1fr [content-start] 1fr 1fr [content-end];
  }
}
@media (max-width: 540px) {
  info-table-row[type='formField'] .infoTable-row-subContent, .infoTable-row[type='formField'] .infoTable-row-subContent, .infoTable-row[data-type='formField'] .infoTable-row-subContent {
    grid-gap: 10px;
  }
}
@media (max-width: 480px) {
  info-table-row[type='formField'] .infoTable-row-subContent, .infoTable-row[type='formField'] .infoTable-row-subContent, .infoTable-row[data-type='formField'] .infoTable-row-subContent {
    grid-row-gap: 12px;
    grid-template-columns: [content-start] 1fr [content-end];
  }
}
info-table-row[type='formField'] .infoTable-row-subContent > *, .infoTable-row[type='formField'] .infoTable-row-subContent > *, .infoTable-row[data-type='formField'] .infoTable-row-subContent > * {
  grid-column: content-start / content-end;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  info-table-row[type='formField'] .infoTable-row-subContent > *, .infoTable-row[type='formField'] .infoTable-row-subContent > *, .infoTable-row[data-type='formField'] .infoTable-row-subContent > * {
    margin-bottom: 0;
  }
}
info-table-row[type='formField'] > form-field + .infoTable-row-subContent, .infoTable-row[type='formField'] > form-field + .infoTable-row-subContent, .infoTable-row[data-type='formField'] > form-field + .infoTable-row-subContent {
  margin-top: 12px;
}
/*--- Content Type: multiInput ---*/
info-table-row[type='multiInput'] .infoTable-row-content_header, .infoTable-row[type='multiInput'] .infoTable-row-content_header {
  margin-bottom: 20px;
}
info-table-row[type='multiInput'] .infoTable-row-content_header strong, .infoTable-row[type='multiInput'] .infoTable-row-content_header strong {
  text-decoration: underline;
}
info-table-row[type='multiInput'] .infoTable-row-content_headerDiff strong, .infoTable-row[type='multiInput'] .infoTable-row-content_headerDiff strong {
  color: rgb(32, 182, 122);
}
info-table-row[type='multiInput'] .infoTable-row-content_wrapper, .infoTable-row[type='multiInput'] .infoTable-row-content_wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1097px) {
  info-table-row[type='multiInput'] .infoTable-row-content_wrapper, .infoTable-row[type='multiInput'] .infoTable-row-content_wrapper {
    display: block;
  }
}
@media (max-width: 540px) {
  info-table-row[type='multiInput'] .infoTable-row-content_wrapper, .infoTable-row[type='multiInput'] .infoTable-row-content_wrapper {
    font-weight: 700;
  }
  info-table-row[type='multiInput'] .infoTable-row-content_wrapper form-field, .infoTable-row[type='multiInput'] .infoTable-row-content_wrapper form-field {
    font-weight: 400;
  }
  info-table-row[type='multiInput'] .infoTable-row-content, .infoTable-row[type='multiInput'] .infoTable-row-content {
    grid-column: span 2;
  }
}
info-table-row[type='multiInput'] .infoTable-row-multiFormField, .infoTable-row[type='multiInput'] .infoTable-row-multiFormField {
  display: inline-flex;
  flex-wrap: wrap;
  width: 490px;
  max-width: 100%;
}
info-table-row[type='multiInput'] .formField-multiInput, .infoTable-row[type='multiInput'] .formField-multiInput {
  width: 490px;
}
info-table-row[type='multiInput'] .formField-multiInput .formField-input, .infoTable-row[type='multiInput'] .formField-multiInput .formField-input {
  width: 460px;
}
@media (max-width: 780px) {
  info-table-row[type='multiInput'] .formField-multiInput .formField-input, .infoTable-row[type='multiInput'] .formField-multiInput .formField-input {
    width: auto;
  }
}
info-table-row[type='multiInput'] .formField-multiInput-button, .infoTable-row[type='multiInput'] .formField-multiInput-button {
  margin: -1px 0 0 10px;
}
@media (max-width: 678px) {
  info-table-row[type='multiInput'] .formField-multiInput-button, .infoTable-row[type='multiInput'] .formField-multiInput-button {
    margin-left: 0;
  }
}
@media (max-width: 540px) {
  info-table-row[type='multiInput'] .formField-multiInput-button, .infoTable-row[type='multiInput'] .formField-multiInput-button {
    margin: -4px 0 0 10px;
  }
}
info-table-row[type='multiInput'] form-field, .infoTable-row[type='multiInput'] form-field {
  display: flex;
  display: grid;
  grid-template-columns: 1fr [content-start] 1fr 1fr 1fr [content-end];
  grid-gap: 20px;
  display: inline-block;
  margin-bottom: 12px;
  width: 178px;
  max-width: 100%;
}
info-table-row[type='multiInput'] form-field .formField-label, .infoTable-row[type='multiInput'] form-field .formField-label {
  flex: 0 0 auto;
  line-height: 24px;
}
info-table-row[type='multiInput'] form-field .formField-label.formField-label_empty, .infoTable-row[type='multiInput'] form-field .formField-label.formField-label_empty {
  display: none;
}
info-table-row[type='multiInput'] form-field .formField-content, .infoTable-row[type='multiInput'] form-field .formField-content {
  flex: 1 1 0;
  margin-top: -2px;
  margin-bottom: -2px;
}
info-table-row[type='multiInput'] form-field .formField-input, .infoTable-row[type='multiInput'] form-field .formField-input {
  max-width: 460px;
  min-height: 28px;
  line-height: 24px;
  border-radius: 4px;
}
info-table-row[type='multiInput'] form-field .formField-input-container > *, .infoTable-row[type='multiInput'] form-field .formField-input-container > * {
  padding-top: 3px;
  padding-bottom: 1px;
  padding-left: 9px;
  padding-right: 9px;
}
info-table-row[type='multiInput'] form-field .formField-input-container > .formField-input-divider, .infoTable-row[type='multiInput'] form-field .formField-input-container > .formField-input-divider {
  padding: 0;
  margin-left: -9px;
  margin-right: -9px;
}
info-table-row[type='multiInput'] form-field .formField-input-container > ix-select .ixSelect-disclosureButton, info-table-row[type='multiInput'] form-field .formField-input-container .ix-select .ixSelect-disclosureButton, .infoTable-row[type='multiInput'] form-field .formField-input-container > ix-select .ixSelect-disclosureButton, .infoTable-row[type='multiInput'] form-field .formField-input-container .ix-select .ixSelect-disclosureButton {
  width: 28px;
  margin-top: -3px;
  margin-bottom: -1px;
  margin-right: -9px;
}
info-table-row[type='multiInput'] form-field.formField_stretch .formField-input, .infoTable-row[type='multiInput'] form-field.formField_stretch .formField-input {
  max-width: 640px;
}
info-table-row[type='multiInput'] form-field.formField_shrink .formField-input, .infoTable-row[type='multiInput'] form-field.formField_shrink .formField-input {
  max-width: 300px;
}
@media (max-width: 480px) {
  info-table-row[type='multiInput'] form-field.formField_shrink .formField-input, .infoTable-row[type='multiInput'] form-field.formField_shrink .formField-input {
    max-width: none;
  }
}
info-table-row[type='multiInput'] form-field .formField-input-prefix,
  info-table-row[type='multiInput'] form-field .formField-input-suffix,
  .infoTable-row[type='multiInput'] form-field .formField-input-prefix,
  .infoTable-row[type='multiInput'] form-field .formField-input-suffix {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 1px;
}
info-table-row[type='multiInput'] form-field .formField-input-prefix, .infoTable-row[type='multiInput'] form-field .formField-input-prefix {
  padding-left: 9px;
}
info-table-row[type='multiInput'] form-field .formField-input-suffix, .infoTable-row[type='multiInput'] form-field .formField-input-suffix {
  padding-right: 9px;
}
info-table-row[type='multiInput'] form-field .formField-input-spinner, .infoTable-row[type='multiInput'] form-field .formField-input-spinner {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 9px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
info-table-row[type='multiInput'] form-field .formField-controls button,
    info-table-row[type='multiInput'] form-field .formField-controls [button],
    .infoTable-row[type='multiInput'] form-field .formField-controls button,
    .infoTable-row[type='multiInput'] form-field .formField-controls [button] {
  height: 30px;
  min-width: 30px;
  padding: 0 7px;
}
info-table-row[type='multiInput'] form-field .formField-controls button.button_frameless, info-table-row[type='multiInput'] form-field .formField-controls [button].button_frameless, .infoTable-row[type='multiInput'] form-field .formField-controls button.button_frameless, .infoTable-row[type='multiInput'] form-field .formField-controls [button].button_frameless {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
info-table-row[type='multiInput'] form-field .formField-error-message, .infoTable-row[type='multiInput'] form-field .formField-error-message {
  padding-top: 4px;
  padding-bottom: 12px;
}
@media (max-width: 540px) {
  info-table-row[type='multiInput'] form-field .formField-error-message, .infoTable-row[type='multiInput'] form-field .formField-error-message {
    padding-bottom: 4px;
  }
}
info-table-row[type='multiInput'] form-field .ixSelect-disclosureButton, .infoTable-row[type='multiInput'] form-field .ixSelect-disclosureButton {
  width: 28px;
}
info-table-row[type='multiInput'] form-field .ixSelect-disclosureButton svg, .infoTable-row[type='multiInput'] form-field .ixSelect-disclosureButton svg {
  width: 10px;
  height: 5px;
}
info-table-row[type='multiInput'] form-field .ixSelect-menu, .infoTable-row[type='multiInput'] form-field .ixSelect-menu {
  border-radius: 4px;
}
@media (min-width: calc(800px + 1px)) {
  info-table.infoTable_half info-table-row[type='multiInput'] form-field, info-table.infoTable_half .infoTable-row[type='multiInput'] form-field {
    grid-template-columns: 1fr [content-start] 1fr [content-end];
  }
  info-table.infoTable_half.infoTable_half_shortLabel info-table-row[type='multiInput'] form-field, info-table.infoTable_half.infoTable_half_shortLabel .infoTable-row[type='multiInput'] form-field {
    grid-template-columns: 1fr [content-start] 1fr 1fr [content-end];
  }
}
@media (max-width: 800px) {
  info-table-row[type='multiInput'] form-field, .infoTable-row[type='multiInput'] form-field {
    grid-template-columns: 1fr [content-start] 1fr 1fr [content-end];
  }
}
@media (max-width: 540px) {
  info-table-row[type='multiInput'] form-field, .infoTable-row[type='multiInput'] form-field {
    grid-gap: 10px;
  }
}
@media (max-width: 480px) {
  info-table-row[type='multiInput'] form-field, .infoTable-row[type='multiInput'] form-field {
    grid-row-gap: 12px;
    grid-template-columns: [content-start] 1fr [content-end];
  }
}
info-table-row[type='multiInput'] span[type='include'], .infoTable-row[type='multiInput'] span[type='include'] {
  color: #00bffe;
}
info-table-row[type='multiInput'] span[type='exclude'], .infoTable-row[type='multiInput'] span[type='exclude'] {
  color: #f8510f;
}

/* At this breakpoint, we adjust columns to fit the screen better*/
/* At this breakpoint, we switch to a more flexible layout*/

.invoices-header {
}
.invoices-header invoice-row {
  background-color: #ffffff;
}
.invoices-header[sticky='active'] {
  width: calc(100% - 20px * 2);
}
.invoices-header[sticky='active'] invoice-row {
  box-shadow: 0 2px rgba(162, 168, 171, 0.3);
}
@media (max-width: 540px) {
  .invoices-header[sticky='active'] {
    width: calc(100% - 20px);
  }
}
invoice-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  grid-gap: 20px;
  align-items: center;

  padding: 12px 20px;
  min-height: 26px;

  margin-left: -20px;
  margin-right: -20px;

  border-top: 1px solid #d0d7dd;
}
invoice-row:last-child {
  border-bottom: 1px solid #d0d7dd;
}
invoice-row:nth-child(2n) {
  background: #e8f0f4;
  background: rgba(232, 240, 244, 0.4);
}
@media (max-width: 540px) {
  invoice-row {
    padding: 12px 10px;
    margin-left: -10px;
    margin-right: -10px;
    grid-gap: 10px;
  }
}
/* Two-line flex layout*/
@media (max-width: 480px) {
  invoice-row {
    display: flex;
    flex-wrap: wrap;
  }
}
invoice-row[header] {
  border: none;

  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
invoice-row[header] tooltip {
  top: -1px;
  width: 12px;
  height: 12px;
}
@media (max-width: 540px) {
  invoice-row[header] {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (max-width: 480px) {
  invoice-row[header] {
    display: none;
  }
}
/*--- ID Column ---*/
.invoiceRow-id {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .invoiceRow-id {
    flex: 1 1 auto;
    margin-right: 10px;
    font-weight: bold;
  }
}
.invoiceRow-id-date_short {
  display: none;
}
@media (max-width: 975px) {
  .invoiceRow-id-date_short {
    display: inline;
  }

  .invoiceRow-id-date_long {
    display: none;
  }
}
@media (max-width: 480px) {
  .invoiceRow-id-date_short {
    display: none;
  }

  .invoiceRow-id-date_long {
    display: inline;
  }
}
.invoiceRow-id-status {
  width: 12px;
  margin-right: 0.5em;
}
.invoiceRow-id-status tooltip {
  top: -1px;
  width: 12px;
  height: 12px;
}
/*--- Stats Columns ---*/
.invoiceRow-stats-column-min-delivered-short,
.invoiceRow-stats-column-min-under-management-short,
.invoice-row-stats-label-mobile {
  display: none;
}
@media (max-width: 1054px) {
  .invoiceRow-stats-column-min-delivered-short,
  .invoiceRow-stats-column-min-under-management-short {
    display: inline;
  }

  .invoiceRow-stats-column-min-delivered-long,
  .invoiceRow-stats-column-min-under-management-long {
    display: none;
  }
}
@media (max-width: 800px) {
  .invoice-row-header-label {
    width: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 630px) {
  .invoice-row-header-label {
    display: none;
  }
}
.invoiceRow-stats {
  grid-column: span 6;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  grid-gap: 20px;
}
@media (max-width: 480px) {
  .invoiceRow-stats {
    flex: 0 0 100%;
    order: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 3.33333px;
    margin-top: 12px;
  }
  .invoiceRow-stats .invoice-row-stats-icon {
    margin-left: auto;
    margin-right: 15px;
  }
  .invoiceRow-stats .invoice-row-stats-label-mobile {
    margin-right: 15px;
    display: block;
  }
}
.invoiceRow-stats-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  .invoiceRow-stats-column {
    justify-content: flex-start;
  }
}
.invoiceRow-stats-column-labelIcon {
  display: none;

  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-right: 0.5em;

  fill: rgb(108, 127, 142);
}
@media (max-width: 480px) {
  .invoiceRow-stats-column-labelIcon {
    display: block;
  }
}
invoice-row[header] .invoiceRow-stats-column-labelIcon {
  display: block;
}
/*--- Controls Column ---*/
.invoiceRow-buttons {
  display: flex;
  justify-content: flex-end;
}
/*--- Content Type: Overdue ---*/
invoice-row[type='overdue'] {
  background: none;
}
invoice-row[type='overdue']:nth-child(2n) {
  background: none;
}
invoice-row[type='overdue'] .invoiceRow-total {
  color: #f8510f;
}



ix-select, .ix-select {
  display: flex;

  width: 100%;
  height: 100%;
  position: relative;

  cursor: pointer;
}
ix-select[disabled], .ix-select[disabled] {
  cursor: default;
}
.ixSelect-selection {
  flex: 1 1 auto;

  display: flex;
  align-items: flex-start;
  justify-content: flex-start;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ixSelect-selection > label {
  cursor: inherit;
}
.ixSelect-selection-placeholder {
  flex: 1 1 auto;

  color: rgb(181, 191, 199);
}
.ixSelect-disclosureButton {
  flex: 0 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;
}
.ixSelect-disclosureButton > svg {
  flex: 0 0 auto;
  width: 12px;
  height: 6px;
  fill: rgb(108, 127, 142);
}
ix-select:focus .ixSelect-disclosureButton > svg, .ix-select:focus .ixSelect-disclosureButton > svg {
  fill: #475f72;
}
.ixSelect-disclosureButton > svg ix-select[disabled], .ix-select[disabled] .ixSelect-disclosureButton > svg {
  fill: rgb(145, 159, 170);
}
.ixSelect_noArrow .ixSelect-disclosureButton {
  display: none;
}
/* Helper classes for common label layouts*/
.ixSelect-label_flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.ixSelect-label-icon {
  flex: 0 0 auto;

  width: 16px;
  height: 16px;

  /* Optical align*/
  position: relative;
  top: 2px;

  margin-right: 0.5em;

  fill: rgb(108, 127, 142);
}
.ixSelect-menu {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;

  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);

  z-index: 200;

  background: #ffffff;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);

  overflow: hidden;

  cursor: default;
}
.ixSelect_fluidLeft .ixSelect-menu {
  left: auto;
}
.ixSelect_fluidRight .ixSelect-menu {
  right: auto;
}
.ixSelect-menu-filter {
  display: flex;
  align-items: center;

  margin-bottom: 6px;
  margin-left: 10px;
  margin-right: 10px;

  border-bottom: 1px solid rgb(108, 127, 142);
}
.ixSelect-menu-filter-label {
  flex: 0 0 auto;
}
.ixSelect-menu-filter-label-icon {
  display: block;
  width: 16px;
  height: 16px;

  /* Optical align with adjacent input*/
  margin-right: -2px;

  fill: #475f72;
}
/* Beware, specificity conflict ahead*/
.ixSelect-menu-filter-input,
.formField-input-container .ixSelect-menu-filter-input {
  flex: 1 1 auto;
  padding: 6px 10px;
  min-width: 0;
}
.ixSelect-menu-filter-input:focus, .formField-input-container .ixSelect-menu-filter-input:focus {
  outline: 0;
}
.ixSelect-menu-filter-clear {
  flex: 0 0 auto;
}
.ixSelect-menu-list {
  max-height: 240px;

  overflow: auto;
}
.ixSelect-menu-list-group {
  margin-top: 6px;
  border-top: 1px solid #d0d7dd;
  padding-top: 6px;
}
.ixSelect-menu-list-group:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.ixSelect-menu-list-group-header {
  padding: 6px 10px;

  color: #475f72;
  text-transform: uppercase;
}
.ixSelect-menu-list-item {
  padding: 6px 10px;

  font-size: 16px;
  line-height: 24px;

  cursor: pointer;
}
.ixSelect-menu-list-item:hover {
  background: #e8f0f4;
  background: rgba(232, 240, 244, 0.4);
}
.ixSelect-menu-list-item[disabled] {
  cursor: default;
  color: rgb(163, 175, 185);
  font-style: italic;
}
.ixSelect-menu-list-item[disabled]:hover {
  background: none;
}
.ixSelect-menu-list-item > label {
  cursor: inherit;
}
.ixSelect-menu-list-group-header ~ .ixSelect-menu-list-item {
  padding-left: 20px;
}
@media (max-width: 540px) {
  .ixSelect-menu-list-item {
    font-size: 13px;
    line-height: 18px;
  }
}
.ixSelect-menu-list-item_highlighted,
.ixSelect-menu-list-item_highlighted:hover {
  background: #e8f0f4;
}
.ixSelect-menu-list-item_selected {
  font-weight: 700;
  cursor: default;
}
.ixSelect-menu-list-item_empty {
  color: rgb(181, 191, 199);
}
.ixSelect-menu-footer {
  padding: 6px 10px;

  border-top: 1px solid #d0d7dd;
}
/* Image Editing Styles (Dark & Label) */
.ixSelect-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.ixSelect-label_dark {
  margin-right: 8px;
  font-family: Inconsolata;
  font-size: 14px;
  line-height: 14px;
  color: rgb(161, 173, 183);
}
.ixSelect-menu-list-title {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 20px;
  color: rgb(161, 173, 183);
}
.ix-select_dark {
  background-color: rgb(17, 26, 34);
  border-radius: 5px;
  border: 1px solid rgb(57, 76, 91);
  height: 28px;

  font-family: Roboto, sans-serif;
  font-weight: 300;
}
.ix-select_dark .ixSelect-selection {
  padding: 5px 8px;
  background: rgb(17, 26, 34);
  border: 1px solid rgb(10, 15, 20);
  border-right: 0;
  border-radius: 3px 0 0 3px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #fafafa;
}
.ix-select_dark .ixSelect-disclosureButton {
  width: 28px;
  border: 1px solid rgb(10, 15, 20);
  border-left: 0;
  border-radius: 0 3px 3px 0;
}
.ix-select_dark .ixSelect-disclosureButton > svg {
  width: 8px;
  height: 4px;
  fill: #d0d7dd;
}
.ix-select_dark .ixSelect-menu {
  top: -2px;
  right: -2px;
  left: -2px;
  min-width: 212px;
  background: #1c2c38;
  box-shadow: 0 2px 24px rgba(10, 15, 20, 0.5);
  border-radius: 4px;
}
.ix-select_dark .ixSelect-menu-list {
  max-height: 260px;
}
.ix-select_dark .ixSelect-menu-list-item {
  padding: 10px 16px;
  color: #fafafa;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.ix-select_dark .ixSelect-menu-list-item:hover {
  background-color: #253644;
}
.ix-select_dark .ixSelect-menu-list-item_disabled {
  pointer-events: none;
  color: rgb(73, 86, 96);
}
.ix-select_dark .ixSelect-menu-list-item_selected {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
}
.ix-select_dark .ixSelect-menu-list-item_selected:after {
  content: '';
  right: 16px;
  top: 14px;
  height: 8px;
  width: 8px;
  margin-left: 8px;
  background-color: #00bffe;
  border-radius: 50%;
}
.ix-select_disabled {
  pointer-events: none;
}
.ix-select_disabled .ixSelect-label_dark {
  color: #55616b;
}
.ix-select_disabled .ix-select_dark {
  background-color: #141f28;
  border: 1px solid #263542;
  box-shadow: inset 0 0 0 1px #111a22;
}
.ix-select_disabled .ix-select_dark .ixSelect-selection {
  background-color: #141f28;
  color: #55616b;
  border: 1px solid #111a22;
  border-right: 0;
}
.ix-select_disabled .ix-select_dark .ixSelect-disclosureButton {
  border: 1px solid #111a22;
  border-left: 0;
}
.ix-select_disabled .ix-select_dark .ixSelect-disclosureButton > svg {
  fill: #55616b;
}
.ix-select_dark:hover {
  border: 1px solid rgb(108, 127, 142);
}
.ix-select_active:hover {
  border: 1px solid #00bffe;
}



line-graph {
  display: block;

  cursor: crosshair;
}
/*--- Data ---*/
.lineGraph-data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lineGraph-data-series-area {
  stroke: none;
  fill-opacity: 0.8;
}
.lineGraph-data-series-line {
  fill: none;
  stroke-width: 2px;
}
/*--- Ticks ---*/
.lineGraph-ticks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  overflow: hidden;
  pointer-events: none;
}
.lineGraph-tick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.lineGraph-tick-label {
  display: block;
  position: absolute;
  top: -8px;
  right: 5px;

  padding: 0 5px;

  font-size: 12px;
  line-height: 16px;
  color: rgb(108, 127, 142);
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.75);
  text-align: right;
}
.lineGraph-tick-label:before,
  .lineGraph-tick-label:after {
  content: ' ';
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 0;
  border-top: 1px dotted rgba(51, 51, 51, 0.3);
}
.lineGraph-tick-label:before {
  right: 100%;
}
.lineGraph-tick-label:after {
  left: 100%;
}
.lineGraph-tick-label .bigNumber-unit:before {
  content: none;
}
/*--- Legend ---*/
.lineGraph-legend {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  margin: 0;

  display: flex;
  flex-wrap: wrap;
  list-style: none;

  background: #ffffff;

  background: rgba(255, 255, 255, 0.5);

  pointer-events: none;

  transition: opacity 120ms linear;
}
.lineGraph-legend.ng-hide {
  opacity: 0;
}
.lineGraph-legend-series {
  flex: 0 0 auto;

  display: flex;
  flex-direction: row-reverse;
  align-items: center;

  padding: 5px;
}
.lineGraph-legend-series-label {
  flex: 1 1 auto;

  font-size: 12px;
  line-height: 15px;
  color: #475f72;
}
@media (max-width: 540px) {
  .lineGraph-legend-series-label {
    line-height: 10px;
  }
}
.lineGraph-legend-series-swatch {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  box-sizing: border-box;

  margin-right: 5px;

  border: 1px solid;

  /* Optical alignment with label*/
  position: relative;
  top: -1px;
}
@media (max-width: 540px) {
  .lineGraph-legend-series-swatch {
    width: 10px;
    height: 10px;
  }
}
/*--- Reticle & Points ---*/
.lineGraph-reticle {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 90;

  pointer-events: none;
}
.lineGraph-reticle:before {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  transition: opacity 120ms linear;
  transform: translateX(-1px);
  border-left: 2px solid rgb(166, 172, 177);
}
.lineGraph-reticle.ng-hide:before {
  opacity: 0;
}
.lineGraph-reticle-points-point {

  position: absolute;
  left: 0;

  width: 8px;
  height: 8px;
  border-radius: 50%;

  transform: translate(-4px, -4px);
}
/*--- Callout ---*/
.lineGraph-callout {
  /* Target this callout to a single point*/
  width: 0;
  height: 0;
  z-index: 90;
}
.lineGraph-callout .callout-bubble {
  font-size: 14px;
  line-height: 20px;
}
.lineGraph-callout[direction='north'] .callout-bubble,
  .lineGraph-callout[direction='south'] .callout-bubble {
  width: 220px;
}
.lineGraph-callout-title {
  display: block;
  margin-bottom: 10px;

  text-align: center;
  font-weight: 700;
}
.lineGraph-callout-data {
  display: block;
}
.lineGraph-callout-series {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.lineGraph-callout-series + .lineGraph-callout-series {
  margin-top: 10px;
}
.lineGraph-callout-series-swatch {
  flex: 0 0 auto;

  width: 10px;
  height: 10px;
  box-sizing: border-box;

  margin-right: 5px;

  border: 1px solid;
}
.lineGraph-callout-series-label {
  flex: 1 1 auto;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lineGraph-callout-series-value {
  flex: 0 0 auto;

  margin-left: 10px;
}
/*--- Hitbox ---*/
.lineGraph-hitBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 91;
}
/* Use a pseudo-element to extend the size of the hitBox while keeping its actual dimensions identical to the graph data*/
.lineGraph-hitBox:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  right: -10px;
}

/* Space between label and edge*/
/* Space between label and line*/
/* Space between labels*/
/* Space between swatch and label*/
/* Space between values*/

modal, .modal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;

  -webkit-user-select: text;

     -moz-user-select: text;

          user-select: text;
}
@media screen and (max-width: 540px) {
  modal, .modal {
    padding: 10px;
  }
}
.modal-window {
  display: block;

  flex: 0 0 auto;

  width: 100%;
  max-width: 600px;
  padding: 24px 20px;
  box-sizing: border-box;

  border: 1px solid rgb(57, 76, 91);
  border-top-width: 12px;
  background: #ffffff;
  box-shadow: 0 2px rgba(162, 168, 171, 0.3);

  font-size: 16px;
  line-height: 24px;
  color: #475f72;
}
@media (max-width: 540px) {
  .modal-window {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
  }
}
body.aux .modal-window {
  background: #e8f0f4;
}
.modal_confirmation .modal-window {
  border-color: #00bffe;
}
.modal_attention .modal-window {
  border-color: #f8510f;
}
.modal_dark .modal-window {
  background-color: rgb(22, 35, 45);
  color: #ffffff;
}
.modal-section {
  margin: 0;
}
.modal-section + .modal-section {
  margin-top: 36px;
}
.modal-section > * {
  margin: 0;
}
.modal-section > * + * {
  margin-top: 12px;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;

  margin-top: 36px;
}
.modal-footer > * {
  flex: 0 0 auto;
}
.modal-footer > * + * {
  margin-left: 10px;
}
@media (max-width: 400px) {
  .modal-footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .modal-footer > * {
    flex: 0 0 auto;
    margin-top: 6px;
  }
  .modal-footer > * + * {
    margin-left: 0;
  }
  .modal-footer > *:last-child {
    margin-top: 0;
  }
}



*[money][negative='true']:before {
    content: '-';
}

monthly-nav {
  display: flex;

  width: 280px;
}
.monthlyNav-incrementalButton {
  flex: 0 0 auto;
}
.monthlyNav-incrementalButton:first-child {
  margin-right: 10px;
}
.monthlyNav-incrementalButton:last-child {
  margin-left: 10px;
}
.monthlyNav-selector {
  display: flex;

  flex: 1 1 auto;
}
.monthlyNav-selector .formField-label {
  flex: 0 0 auto;
  line-height: 24px;
}
.monthlyNav-selector .formField-label.formField-label_empty {
  display: none;
}
.monthlyNav-selector .formField-content {
  flex: 1 1 0;
  margin-top: -2px;
  margin-bottom: -2px;
}
.monthlyNav-selector .formField-input {
  max-width: 460px;
  min-height: 28px;
  line-height: 24px;
  border-radius: 4px;
}
.monthlyNav-selector .formField-input-container > * {
  padding-top: 3px;
  padding-bottom: 1px;
  padding-left: 9px;
  padding-right: 9px;
}
.monthlyNav-selector .formField-input-container > .formField-input-divider {
  padding: 0;
  margin-left: -9px;
  margin-right: -9px;
}
.monthlyNav-selector .formField-input-container > ix-select .ixSelect-disclosureButton, .monthlyNav-selector .formField-input-container .ix-select .ixSelect-disclosureButton {
  width: 28px;
  margin-top: -3px;
  margin-bottom: -1px;
  margin-right: -9px;
}
.monthlyNav-selector.formField_stretch .formField-input {
  max-width: 640px;
}
.monthlyNav-selector.formField_shrink .formField-input {
  max-width: 300px;
}
@media (max-width: 480px) {
  .monthlyNav-selector.formField_shrink .formField-input {
    max-width: none;
  }
}
.monthlyNav-selector .formField-input-prefix,
  .monthlyNav-selector .formField-input-suffix {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 1px;
}
.monthlyNav-selector .formField-input-prefix {
  padding-left: 9px;
}
.monthlyNav-selector .formField-input-suffix {
  padding-right: 9px;
}
.monthlyNav-selector .formField-input-spinner {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 9px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.monthlyNav-selector .formField-controls button,
    .monthlyNav-selector .formField-controls [button] {
  height: 30px;
  min-width: 30px;
  padding: 0 7px;
}
.monthlyNav-selector .formField-controls button.button_frameless, .monthlyNav-selector .formField-controls [button].button_frameless {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.monthlyNav-selector .formField-error-message {
  padding-top: 4px;
  padding-bottom: 12px;
}
@media (max-width: 540px) {
  .monthlyNav-selector .formField-error-message {
    padding-bottom: 4px;
  }
}
.monthlyNav-selector .ixSelect-disclosureButton {
  width: 28px;
}
.monthlyNav-selector .ixSelect-disclosureButton svg {
  width: 10px;
  height: 5px;
}
.monthlyNav-selector .ixSelect-menu {
  border-radius: 4px;
}
.monthlyNav-selector .formField-content {
  margin: 0;
}
.monthlyNav-selector .formField-input {
  width: 100%;
  max-width: none;
  line-height: 30px;
}
.monthlyNav-selector ix-select {
  height: 34px;
}
.monthlyNav-selector .formField-input-container > ix-select .ixSelect-disclosureButton {
  width: 34px;
}
.monthlyNav-selector-label-month_abbrev {
  display: none;
}

.paramsList-parameter {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: nowrap;

}
.paramsList-parameter.paramsList-parameter_experimental,
  .paramsList-parameter.paramsList-parameter_deprecated,
  .paramsList-parameter.paramsList-parameter_invalidName,
  .paramsList-parameter.paramsList-parameter_invalidValue {
  color: #f8510f;

}
.paramsList-parameter.paramsList-parameter_experimental .paramsList-parameter-separator, .paramsList-parameter.paramsList-parameter_deprecated .paramsList-parameter-separator, .paramsList-parameter.paramsList-parameter_invalidName .paramsList-parameter-separator, .paramsList-parameter.paramsList-parameter_invalidValue .paramsList-parameter-separator {
  color: #f8510f;

}
.paramsList-parameter.paramsList-parameter_experimental a, .paramsList-parameter.paramsList-parameter_deprecated a, .paramsList-parameter.paramsList-parameter_invalidName a, .paramsList-parameter.paramsList-parameter_invalidValue a {
  color: #f8510f;

}
.paramsList-parameter-name {
  flex: 0 0 auto;

  color: inherit;
}
.paramsList-parameter-separator {
  flex: 0 0 auto;
  margin: 0 0.25em;

  color: rgb(145, 159, 170);
}
.paramsList-parameter-separator:before {
  content: '=';

}
.paramsList-parameter-value {
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.paramsList-parameter-help {
  flex: 0 0 auto;
  margin-left: 0.5em;
}
.paramsList-parameter-help .tooltip-icon {
  fill: #f8510f;

}
.paramsList-parameter-help + .paramsList-parameter-help {
  display: none;

}

permissions-tags tooltip-tag {
    margin-right: 4px;
    margin-bottom: 8px;
}
permissions-tags tooltip-tag .tooltipTag-identifier[type='account'] {
    background-color: #f8510f;
}
permissions-tags tooltip-tag .tooltipTag-identifier[type='analytics'] {
    background-color: #91c4d9;
}
permissions-tags tooltip-tag .tooltipTag-identifier[type='billing'] {
    background-color: #00bffe;
}
permissions-tags tooltip-tag .tooltipTag-identifier[type='purge'] {
    background-color: rgb(130, 146, 159);
}
permissions-tags tooltip-tag .tooltipTag-identifier[type='source'] {
    background-color: #28e398;
}
permissions-tags tooltip-tag .tooltipTag-identifier[type='image_manager_update'] {
    background-color: #efa50d;
}
permissions-tags tooltip-tag .tooltipTag-identifier[type='image_manager_read'] {
    background-color: #b48cbf;
}

pie-chart {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: 100%;

  background-image: radial-gradient(circle at 8px 8px, rgba(51, 51, 51, 0.4) 0.5px, transparent 0);
  background-size: 16px 16px;
}
/*--- Legend ---*/
.pieChart-legend {
  grid-column: span 1;
  order: -1;

  min-width: 130px;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  list-style: none;

  background: #ffffff;

  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 540px) {
  .pieChart-legend {
    padding: 5px;
  }
}
.pieChart-legend-series {
  flex: 0 0 auto;
  height: 25px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pieChart-legend-series:first-child {
  margin-top: -5px;
}
.pieChart-legend-series:last-child {
  margin-bottom: -5px;
}
@media (max-width: 540px) {
  .pieChart-legend-series {
    height: 20px;
  }
}
.pieChart-legend-series-label {
  flex: 1 1 auto;

  font-size: 12px;
  line-height: 15px;
  color: #475f72;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pieChart-legend-series-swatch {
  order: -1;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  box-sizing: border-box;

  margin-right: 5px;

  border: 1px solid;

  /* Optical alignment with label*/
  position: relative;
  top: -1px;
}
@media (max-width: 540px) {
  .pieChart-legend-series-swatch {
    width: 10px;
    height: 10px;
  }
}
/*--- Content Box ---*/
.pieChart-content {
  align-self: stretch;
  justify-self: stretch;

  margin: 10px 0;
  position: relative;

  display: flex;
  align-items: center;
}
@media (max-width: 540px) {
  .pieChart-content {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
/*--- Data ---*/
.pieChart-data {
  width: 100%;
  max-height: 100%;
}
.pieChart-data-series {
  fill-opacity: 0.8;

  stroke-width: 2px;
  stroke-linejoin: round;
}
/*--- Callouts ---*/
.pieChart-callouts {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pieChart-callout {
  /* Target this callout to a single point*/
  width: 0;
  height: 0;
  z-index: 90;
}
.pieChart-callout .callout-bubble {
  font-size: 14px;
  line-height: 20px;
}
.pieChart-callout[direction='north'] .callout-bubble,
  .pieChart-callout[direction='south'] .callout-bubble {
  width: 200px;
}
.pieChart-callout-label {
  display: flex;
  justify-content: center;
  align-items: center;

  margin-bottom: 10px;
}
.pieChart-callout-label-swatch {
  flex: 0 0 auto;

  width: 10px;
  height: 10px;
  box-sizing: border-box;

  margin-right: 5px;

  border: 1px solid;
}
.pieChart-callout-value {
  display: flex;
  justify-content: space-between;
}
/*--- Hit box ---*/
.pieChart-hitBox {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;

  width: calc(100% + 10px);
  max-height: calc(100% + 10px);
  margin: auto;

  z-index: 91;
}
.pieChart-hitBox-series {
  fill: transparent;
}

/* Space between values*/



source-card {
  align-self: stretch;

  box-sizing: border-box;
  position: relative;

  padding: 20px;

  border: 1px solid #d0d7dd;
  border-top-width: 6px;
  box-shadow: 0 2px rgba(162, 168, 171, 0.3);

  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 540px) {
  source-card {
    padding: 10px;
    padding-top: 15px;
    font-size: 11px;
    line-height: 14px;
  }
}
/*--- Header ---*/
.sourceCard-header {
  flex: 0 0 100%;

  display: flex;
  align-items: center;

  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .sourceCard-header {
    margin-bottom: 10px;
  }
}
.sourceCard-name {
  flex: 1 1 auto;
  width: 0;

  margin: 0;

  font-size: 24px;
  line-height: 36px;
  color: rgb(57, 76, 91);
  font-weight: 300;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 540px) {
  .sourceCard-name {
    font-size: 18px;
    line-height: 24px;
  }
}
.sourceCard-deletedTooltip {
  flex: 0 0 auto;
  order: -1;
  margin-right: 0.5em;
}
.sourceCard-controls {
  flex: 0 0 auto;
}
.sourceCard-controls controls {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.sourceCard-controls controls > * {
  flex: 0 0 auto;
  margin-left: 20px;
}
@media (max-width: 540px) {
  .sourceCard-controls {
    margin-top: -2px;
  }
  .sourceCard-controls controls > * {
    margin-left: 10px;
  }
}
/*--- Type-specific Info ---*/
.sourceCard-status {
  display: flex;
  flex-direction: row-reverse;

  height: 20px;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .sourceCard-status {
    height: 14px;
    margin-bottom: 10px;
  }
}
.sourceCard-status-explanation {
  flex: 1 1 auto;

  margin: 0;

  font-size: 14px;
  line-height: 20px;
  color: rgb(108, 127, 142);
  font-weight: 400;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 540px) {
  .sourceCard-status-explanation {
    font-size: 11px;
    line-height: 14px;
  }
}
.sourceCard-status-sourceType {
  display: flex;
  align-items: center;

  flex: 0 0 auto;
  order: -1;

  margin-left: 20px;

  color: rgb(166, 172, 177);
  text-align: right;
}
.sourceCard-status-sourceType-text {
  flex: 0 0 auto;
}
.sourceCard-status-sourceType-icon {
  flex: 0 0 auto;

  width: 16px;
  height: 16px;

  margin-top: -2px;
  margin-left: 8px;

  fill: rgb(166, 172, 177);
}
@media (max-width: 540px) {
  .sourceCard-status-sourceType-icon {
    margin-left: 6px;
  }
}
/*--- Details Section ---*/
.sourceCard-details {
  display: flex;
  flex-wrap: nowrap;
}
/*--- Domains List ---*/
.sourceCard-domains {
  flex: 1 1 auto;
  overflow: hidden;

  height: 60px;

  font-size: 14px;
  line-height: 20px;
  color: rgb(145, 159, 170);
}
@media (max-width: 540px) {
  .sourceCard-domains {
    height: 42px;
    font-size: 11px;
    line-height: 14px;
  }
}
.sourceCard-domain-list {
  margin: 0;
  padding: 0;
}
.sourceCard-domain {
  position: relative;

  padding-left: 15px;
  list-style: none;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sourceCard-domain:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  background: rgb(145, 159, 170);
}
.sourceCard-domains-overflow {
  margin: 0;
  margin-left: 15px;

  color: #475f72;
  font-size: 11px;
}
/*--- Features ---*/
.sourceCard-features {
  flex: 0 0 auto;
  align-self: flex-end;

  display: flex;
  justify-content: flex-end;

  margin-top: 10px;
  margin-left: 10px;
}
.sourceCard-feature {
  margin: 0;
}
.sourceCard-feature .tooltip-icon {
  fill: #475f72;
}
.sourceCard-feature + .sourceCard-feature {
  margin-left: 0.5em;
}
/*--- Status Bar ---*/
.sourceCard-statusBar {
  position: absolute;
  top: -6px;
  left: -1px;
  right: -1px;

  height: 6px;
  overflow: hidden;

  background: #d0d7dd;
}
.sourceCard-statusBar[status='deleted'] {
  background: #1c2c38;
}
.sourceCard-statusBar[status='deployed'] {
  background: #28e398;
}
.sourceCard-statusBar[status='queued'] {
  background: #fed800;
}



source-config-table, .infoTable-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 48px;
}
source-config-table > .infoTable, source-config-table info-table, .infoTable-grid > .infoTable, .infoTable-grid info-table {
  grid-column: span 2;
}
source-config-table > .infoTable_half, .infoTable-grid > .infoTable_half {
  grid-column: span 1;
}
@media (max-width: 800px) {
  source-config-table > .infoTable_half, .infoTable-grid > .infoTable_half {
    grid-column: span 2;
  }
}
source-config-table + form-footer, .infoTable-grid + form-footer {
  margin-top: 48px;
}
@media (max-width: 800px) {
  source-config-table, .infoTable-grid {
    grid-template-columns: 1fr;
  }
}
/*--- Domain controls ---*/
.sourceConfigTable-domainControls-addMenu {
  display: none;
}
@media (max-width: 680px) {
  .sourceConfigTable-domainControls-addButton {
    display: none;
  }

  .sourceConfigTable-domainControls-addMenu {
    display: inline-block;
  }
}
/*--- Default Params menu ---*/
.sourceConfigTable-paramsMenu-param {
  flex: 1 1 auto;

  font-family: monospace;
}
.sourceConfigTable-paramsMenu-link {
  flex: 0 0 auto;

  text-align: right;
}
/*--- Secure Token UI ---*/
.sourceConfigTable-secureToken-token {
  line-height: 20px;
  margin-top: -1px; /* Align with buttons*/
}
/*--- AWS/GCS error messages ---*/
.sourceConfigTable-awsError,
.sourceConfigTable-gcsError {
  max-width: 32em;
  margin: 0;

  font-size: 16px;
  line-height: 24px;
  color: #f8510f;
}
@media (max-width: 800px) {
  .sourceConfigTable-awsError,
.sourceConfigTable-gcsError {
    min-width: 15em;
  }
}
@media (max-width: 540px) {
  .sourceConfigTable-awsError,
.sourceConfigTable-gcsError {
    font-size: 13px;
    line-height: 18px;
  }
}
/*--- AWS/GCS Secret Key ---*/
source-config-table-row[field='aws_secret_key'] info-table-row[type='buttons'] .infoTable-row-content-main > *:first-child, source-config-table-row[field='gcs_secret_key'] info-table-row[type='buttons'] .infoTable-row-content-main > *:first-child, source-config-table-row[field='secret_key'] info-table-row[type='buttons'] .infoTable-row-content-main > *:first-child {
  margin-right: 20px;
}
@media (max-width: 480px) {
  source-config-table-row[field='aws_secret_key'] info-table-row[type='buttons'] .infoTable-row-content-main, source-config-table-row[field='gcs_secret_key'] info-table-row[type='buttons'] .infoTable-row-content-main, source-config-table-row[field='secret_key'] info-table-row[type='buttons'] .infoTable-row-content-main {
    justify-content: space-between;
  }
}
/* Asset Exemption Styles */
.infoTable-row_assetExemption p:nth-of-type(2) {
  margin-top: 20px;
}
/*--- Default Params field ---*/
source-config-table-row[field='default_params'] .formField-input-prefix {
  margin-right: 0.25em;
}
.sourceConfigTable-defaultParameter-separator {
  margin: 0;
  margin-left: 0.25em;

  color: rgb(145, 159, 170);
}
.sourceConfigTable-defaultParameter-separator:before {
  content: '=';
}

source-selector {
  display: block;
}
.sourceSelector-formField {
  display: flex;

  flex: 1 1 auto;
}
.sourceSelector-formField .formField-label {
  flex: 0 0 auto;
  line-height: 24px;
}
.sourceSelector-formField .formField-label.formField-label_empty {
  display: none;
}
.sourceSelector-formField .formField-content {
  flex: 1 1 0;
  margin-top: -2px;
  margin-bottom: -2px;
}
.sourceSelector-formField .formField-input {
  max-width: 460px;
  min-height: 28px;
  line-height: 24px;
  border-radius: 4px;
}
.sourceSelector-formField .formField-input-container > * {
  padding-top: 3px;
  padding-bottom: 1px;
  padding-left: 9px;
  padding-right: 9px;
}
.sourceSelector-formField .formField-input-container > .formField-input-divider {
  padding: 0;
  margin-left: -9px;
  margin-right: -9px;
}
.sourceSelector-formField .formField-input-container > ix-select .ixSelect-disclosureButton, .sourceSelector-formField .formField-input-container .ix-select .ixSelect-disclosureButton {
  width: 28px;
  margin-top: -3px;
  margin-bottom: -1px;
  margin-right: -9px;
}
.sourceSelector-formField.formField_stretch .formField-input {
  max-width: 640px;
}
.sourceSelector-formField.formField_shrink .formField-input {
  max-width: 300px;
}
@media (max-width: 480px) {
  .sourceSelector-formField.formField_shrink .formField-input {
    max-width: none;
  }
}
.sourceSelector-formField .formField-input-prefix,
  .sourceSelector-formField .formField-input-suffix {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 1px;
}
.sourceSelector-formField .formField-input-prefix {
  padding-left: 9px;
}
.sourceSelector-formField .formField-input-suffix {
  padding-right: 9px;
}
.sourceSelector-formField .formField-input-spinner {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 9px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.sourceSelector-formField .formField-controls button,
    .sourceSelector-formField .formField-controls [button] {
  height: 30px;
  min-width: 30px;
  padding: 0 7px;
}
.sourceSelector-formField .formField-controls button.button_frameless, .sourceSelector-formField .formField-controls [button].button_frameless {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.sourceSelector-formField .formField-error-message {
  padding-top: 4px;
  padding-bottom: 12px;
}
@media (max-width: 540px) {
  .sourceSelector-formField .formField-error-message {
    padding-bottom: 4px;
  }
}
.sourceSelector-formField .ixSelect-disclosureButton {
  width: 28px;
}
.sourceSelector-formField .ixSelect-disclosureButton svg {
  width: 10px;
  height: 5px;
}
.sourceSelector-formField .ixSelect-menu {
  border-radius: 4px;
}
.sourceSelector-formField .formField-content {
  margin: 0;
}
.sourceSelector-formField .formField-input {
  width: 100%;
  max-width: none;
  line-height: 30px;
}
.sourceSelector-formField ix-select, .sourceSelector-formField .ix-select {
  height: 34px;
}
.sourceSelector-formField .ixSelect-menu {
  width: 420px;
}
@media(max-width: 540px) {
  .sourceSelector-formField .ixSelect-menu {
    width: 300px;
  }
}
.sourceSelector-formField .ixSelect-menu-list {
  max-height: 420px;
}
@media (max-width: 540px) {
  .sourceSelector-formField .ixSelect-menu-list {
    max-height: 240px;
  }
}
.sourceSelector-formField .formField-input-container > ix-select .ixSelect-disclosureButton, .sourceSelector-formField .formField-input-container > .ix-select .ixSelect-disclosureButton {
  width: 34px;
}
/*--- Items ---*/
.sourceSelector-item {
  display: flex;
  flex-wrap: wrap;
}
menu-label.sourceSelector-item {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 540px) {
  menu-label.sourceSelector-item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sourceSelector-item-details {
  flex: 0 0 100%;
  display: flex;
}
@media (max-width: 540px) {
  .sourceSelector-item-details {
    justify-content: space-between;
  }
}
.sourceSelector-item-name {
  display: flex;
  align-items: center;
}
menu-label .sourceSelector-item-name {
  font-size: 18px;
  line-height: 24px;
  color: rgb(57, 76, 91);
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 540px) {
  menu-label .sourceSelector-item-name {
    font-size: 16px;
  }
}
.sourceSelector-item-name:before {
  content: ' ';
  position: relative;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
  background: #d0d7dd;
}
.sourceSelector-item-name[status='deployed']:before {
  background: #28e398;
}
.sourceSelector-item-name[status='queued']:before {
  background: #fed800;
  animation: statusPulse 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.sourceSelector-item-name[status='all']:before {
  background: #00bffe;
}
.sourceSelector-item-type {
  display: flex;
  align-items: center;

  font-size: 14px;
  line-height: 20px;

  white-space: nowrap;

  color: rgb(108, 127, 142);
}
.sourceSelector-item-type:before {
  content: ' ';
  display: block;
  width: 1px;
  height: 18px;
  margin-right: 10px;
  background-color: #d0d7dd;
}
@media (max-width: 540px) {
  .sourceSelector-item-type:before {
    content: none;
  }
}
.sourceSelector-item-type-icon {
  width: 16px;
  height: 16px;

  position: relative;

  margin-left: 0.5em;

  fill: rgb(108, 127, 142);
}
.sourceSelector-item-features {
  flex: 1 1 auto;

  display: flex;
  justify-content: flex-end;
}
@media (max-width: 540px) {
  .sourceSelector-item-features {
    display: none;
  }
}
.sourceSelector-item-feature {
  width: 16px;
  height: 16px;

  position: relative;

  margin-left: 0.5em;

  fill: rgb(108, 127, 142);
}
.sourceSelector-item-domains {
  flex: 1 1 auto;
  display: block;

  font-size: 14px;
  line-height: 20px;

  color: rgb(108, 127, 142);

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  margin-left: 22px;
  margin-top: 6px;
}



source-config-table-value {
  display: block;
}
source-config-table-value[type='simple'] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sourceConfigTable-value-domains {
  margin: 0;
  padding: 0;

  list-style: none;
}
.sourceConfigTable-value-domain {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sourceConfigTable-value-showDomains {
  font-size: 14px;
  line-height: 20px;
  color: #00bffe;
}
.sourceConfigTable-value-showDomains:hover {
  text-decoration: underline;
  cursor: pointer;
}
.sourceConfigTable-value-showDomains svg {
  width: 8px;
  height: 8px;
  /* Optically align with text*/
  position: relative;
  top: -1px;
  margin-right: 0.25em;
  fill: #00bffe;
}
@media (max-width: 540px) {
  .sourceConfigTable-value-showDomains {
    font-size: 11px;
    line-height: 14px;
  }
}
.sourceConfigTable-value-url {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sourceConfigTable-value-checkmark {
  display: flex;

  max-width: 350px;
}
.sourceConfigTable-value-checkmark .sourceConfigTable-value-checkmark-label {
  flex: 1 1 auto;
}
.sourceConfigTable-value-checkmark .sourceConfigTable-value-checkmark-icon {
  flex: 0 0 auto;
  order: -1;
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  margin-right: 10px;
  stroke: rgb(108, 127, 142);
}
/*--- Empty State ---*/
.sourceConfigTable-value_empty {
  font-style: italic;
}
/*--- Diff State (old value) ---*/
.sourceConfigTable-value_diff {
  color: rgb(145, 159, 170);
  text-decoration: line-through;
}
.sourceConfigTable-value_diff .sourceConfigTable-value-ttl {
  background: none;
  color: inherit;
  border: 1px solid #e8f0f4;
  padding: 2px 4px;
}
@media (max-width: 540px) {
  .sourceConfigTable-value_diff .sourceConfigTable-value-ttl {
    padding: 1px 3px;
  }
}
.sourceConfigTable-value_diff .sourceConfigTable-value-hint {
  display: none;
}
/*--- Highlight State (new value) ---*/
.sourceConfigTable-value_highlight {
  color: rgb(32, 182, 122);
  font-weight: 600;
}
.sourceConfigTable-value_highlight .sourceConfigTable-value-showDomains {
  color: rgb(32, 182, 122);
  font-weight: normal;
}
.sourceConfigTable-value_highlight .sourceConfigTable-value-showDomains svg {
  fill: rgb(32, 182, 122);
}
.sourceConfigTable-value_highlight .paramsList-parameter-separator {
  color: inherit;
}
.sourceConfigTable-value_highlight .sourceConfigTable-value-ttl {
  color: inherit;
}
.sourceConfigTable-value_highlight .sourceConfigTable-value-checkmark-icon {
  stroke: rgb(32, 182, 122);
}



*[source-status] {
  display: flex;
  align-items: center;
}
*[source-status]:after {
  content: ' ';
  display: block;
  flex: 0 0 auto;
  order: -1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
  background: #d0d7dd;
}
[source-status='deployed']:after {
  background: #28e398;
}
[source-status='deleted']:after {
  background: #1c2c38;
}
[source-status='queued']:after {
  background: #fed800;
  animation: sourceStatusPulse 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@keyframes sourceStatusPulse {
  0% { transform: scale(1); }
  12% { transform: scale(0.75); }
  24% { transform: scale(1); }
  36% { transform: scale(0.75); }
  48% { transform: scale(1); }
}

spinner, .spinner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;

  width: 48px;
  height: 12px;
  padding: 6px;

  transition: opacity 150ms linear;
}
spinner.ng-hide, .spinner.ng-hide {
  opacity: 0;
}
.spinner-pip {
  display: block;
  width: 12px;
  height: 12px;

  flex: 0 0 auto;

  background-color: #00bffe;
  border-radius: 2px;

  animation: spinner_pip_fade 1000ms cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
  /* The negative delay ensures that, when frozen, the animation appears to be in-progress*/
  animation-delay: -500ms;
}
.spinner-pip:nth-child(n + 2) {
  margin-left: 6px;
  animation-delay: -400ms;
}
.spinner-pip:nth-child(n + 3) {
  animation-delay: -300ms;
}
/*--- Size/Behavior Variations ---*/
/* Compact style*/
spinner.spinner_compact, .spinner.spinner_compact {
  width: 24px;
  height: 6px;
  padding: 3px;
}
spinner.spinner_compact .spinner-pip, .spinner.spinner_compact .spinner-pip {
  width: 6px;
  height: 6px;
}
spinner.spinner_compact .spinner-pip:nth-child(n + 2), .spinner.spinner_compact .spinner-pip:nth-child(n + 2) {
  margin-left: 3px;
}
@keyframes spinner_pip_fade {
  60% {
    opacity: 0;
  }
}





*[sticky='active'] {
  position: fixed;
  top: 0;
  z-index: 150;
}

tab-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;

  height: 100%;
}
.tabNav-link {
  display: flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;

  height: 100%;

  color: #475f72;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.tabNav-link:hover {
  text-decoration: none;
}
.tabNav-link:hover:not(.tabNav-link_selected) {
  color: rgb(0, 153, 203);
}
.tabNav-link:hover .tabNav-link-icon {
  fill: rgb(0, 153, 203);
}
.tabNav-link.tabNav-link_selected {
  color: rgb(0, 153, 203);
}
.tabNav-link.tabNav-link_selected:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  border-bottom: 6px solid #00bffe;
}
.tabNav-link + .tabNav-link {
  margin-left: 30px;
}
@media (max-width: 1370px) {
  .tabNav-link {
    display: none;
  }
}
.tabNav-selector {
  display: flex;

  flex: 1 1 auto;
  display: none;
}
.tabNav-selector .formField-label {
  flex: 0 0 auto;
  line-height: 24px;
}
.tabNav-selector .formField-label.formField-label_empty {
  display: none;
}
.tabNav-selector .formField-content {
  flex: 1 1 0;
  margin-top: -2px;
  margin-bottom: -2px;
}
.tabNav-selector .formField-input {
  max-width: 460px;
  min-height: 28px;
  line-height: 24px;
  border-radius: 4px;
}
.tabNav-selector .formField-input-container > * {
  padding-top: 3px;
  padding-bottom: 1px;
  padding-left: 9px;
  padding-right: 9px;
}
.tabNav-selector .formField-input-container > .formField-input-divider {
  padding: 0;
  margin-left: -9px;
  margin-right: -9px;
}
.tabNav-selector .formField-input-container > ix-select .ixSelect-disclosureButton, .tabNav-selector .formField-input-container .ix-select .ixSelect-disclosureButton {
  width: 28px;
  margin-top: -3px;
  margin-bottom: -1px;
  margin-right: -9px;
}
.tabNav-selector.formField_stretch .formField-input {
  max-width: 640px;
}
.tabNav-selector.formField_shrink .formField-input {
  max-width: 300px;
}
@media (max-width: 480px) {
  .tabNav-selector.formField_shrink .formField-input {
    max-width: none;
  }
}
.tabNav-selector .formField-input-prefix,
  .tabNav-selector .formField-input-suffix {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 1px;
}
.tabNav-selector .formField-input-prefix {
  padding-left: 9px;
}
.tabNav-selector .formField-input-suffix {
  padding-right: 9px;
}
.tabNav-selector .formField-input-spinner {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 9px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tabNav-selector .formField-controls button,
    .tabNav-selector .formField-controls [button] {
  height: 30px;
  min-width: 30px;
  padding: 0 7px;
}
.tabNav-selector .formField-controls button.button_frameless, .tabNav-selector .formField-controls [button].button_frameless {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.tabNav-selector .formField-error-message {
  padding-top: 4px;
  padding-bottom: 12px;
}
@media (max-width: 540px) {
  .tabNav-selector .formField-error-message {
    padding-bottom: 4px;
  }
}
.tabNav-selector .ixSelect-disclosureButton {
  width: 28px;
}
.tabNav-selector .ixSelect-disclosureButton svg {
  width: 10px;
  height: 5px;
}
.tabNav-selector .ixSelect-menu {
  border-radius: 4px;
}
.tabNav-selector .formField-content {
  margin: 0;
}
.tabNav-selector .formField-input {
  max-width: none;
  line-height: 30px;
}
.tabNav-selector dropdown {
  height: 34px;
}
@media (max-width: 1370px) {
  .tabNav-selector {
    display: flex;
  }
}
.tabNav-link-icon {
  fill: #475f72;

  /* Adjustment for line heights*/
  position: relative;
  top: -1px;
  margin-right: 5px;

  width: 16px;
  height: 16px;
}
.tabNav-link_selected .tabNav-link-icon {
  fill: rgb(0, 153, 203);
}
@media (max-width: 1370px) {
  .tabNav-link-icon {
    display: none;
  }
}
@media (max-width: 650px) {
  nav:has(tab-nav) {

    /* I hate this, but this is very much a one off and should be ok */

    /* stylelint-disable declaration-no-important */
    border-bottom: none !important;
  }
}

tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  position: relative;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  box-sizing: border-box;

  border: 1px solid;
  border-radius: 4px;

  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 16px;
  vertical-align: middle;
}
.tag-label {
  display: block;

  flex: 1 1 auto;
  order: 1;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tag-icon,
.tag-deleteButton {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: -2px;
  margin-right: 6px;

  /* Optically align with text*/
  position: relative;
  top: -1px;

  flex: 0 0 auto;
  order: -1;
}
tag[deletable] {
  cursor: pointer;
}
tag[deletable] .tag-deleteButton {
  display: none;
}
tag[deletable]:hover .tag-icon {
  display: none;
}
tag[deletable]:hover .tag-deleteButton {
  display: block;
}
.tag-menu tooltip {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
}
.tag-menu .tooltip-icon {
  display: none;
}
/*--- Colors ---*/
tag {
  color: #475f72;
  border-color: #475f72;
}
tag .tag-icon,
  tag .tag-deleteButton {
  fill: #475f72;
}
tag.tag_grey {
  color: rgb(145, 159, 170);
  border-color: rgb(145, 159, 170);
}
tag.tag_grey .tag-icon,
  tag.tag_grey .tag-deleteButton {
  fill: rgb(145, 159, 170);
}
tag.tag_blue {
  color: #00bffe;
  border-color: #00bffe;
}
tag.tag_blue .tag-icon,
  tag.tag_blue .tag-deleteButton {
  fill: #00bffe;
}
tag.tag_orange {
  color: #f8510f;
  border-color: #f8510f;
}
tag.tag_orange .tag-icon,
  tag.tag_orange .tag-deleteButton {
  fill: #f8510f;
}
tag.tag_green {
  color: rgb(32, 182, 122);
  border-color: rgb(32, 182, 122);
}
tag.tag_green .tag-icon,
  tag.tag_green .tag-deleteButton {
  fill: rgb(32, 182, 122);
}
tag.tag_yellow {
  color: #fed800;
  border-color: #fed800;
}
tag.tag_yellow .tag-icon,
  tag.tag_yellow .tag-deleteButton {
  fill: #fed800;
}



tooltip {

  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;

  margin-left: 2px;
  vertical-align: middle;
}
tooltip:after {

  content: ' ';

  position: absolute;

  top: -10px;

  left: -10px;

  right: -10px;

  bottom: -10px;
}
.tooltip-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;

  -webkit-user-select: none;

     -moz-user-select: none;

          user-select: none;

  fill: rgb(108, 127, 142);
}
tooltip[icon='tooltip-warning'] .tooltip-icon {

  fill: #f8510f;
}
tooltip[icon='tooltip-caution'] .tooltip-icon {

  fill: #efa50d;
}
tooltip[icon='tooltip-checkmark'] .tooltip-icon {

  fill: rgb(32, 182, 122);
}
.tooltip-callout {
  width: 100%;
  height: 100%;

  -webkit-user-select: none;

     -moz-user-select: none;

          user-select: none;
}
.tooltip-callout-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.tooltip_bestPractice > callout .callout-bubble {

  width: -moz-max-content;

  width: max-content;
}

/* Spacing to maintain around the callout*/

tooltip-tag {
  position: relative;
  display: inline-block;
  padding: 6px 8px;
  border: 1px solid #d0d7dd;
  background-color: #ffffff;
  font-size: 13px;
  line-height: 18px;
}
tooltip-tag tooltip {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
}
tooltip-tag .tooltip-icon {
  display: none;
}
.tooltipTag-identifier {
  height: 4px;
  position: absolute;
  top: -4px;
  left: -1px;
  right: -1px;
  background-color: rgb(130, 146, 159);
}

tutorial-step {
  display: grid;
  grid-gap: 0 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  position: relative;

  /* Use padding for the top so the "border" element can be absolutely positioned*/
  padding-top: 36px;
  margin-bottom: 72px;
}
tutorial-step:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 0;
  border-top: 4px solid #00bffe;
}
@media (max-width: 479px) {
  tutorial-step:before {
    width: 80px;
  }
}
@media (max-width: 720px) {
  tutorial-step {
    grid-template-columns: 100%;
  }
}
@media (max-width: 540px) {
  tutorial-step {
    padding-top: 24px;
    margin-bottom: 36px;
  }
}
.tutorialStep-title {
  grid-column: span 2;

  margin-bottom: 24px;

  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 720px) {
  .tutorialStep-title {
    grid-column: span 1;
  }
}
@media (max-width: 540px) {
  .tutorialStep-title {
    font-size: 15px;
    line-height: 20px;
  }
}
.tutorialStep-description {
  padding-right: 40px;
  box-sizing: border-box;
}
.tutorialStep-description description {
  display: block;
}
.tutorialStep-description description > * {
  max-width: 32em;
  margin: 0;
  margin-bottom: 12px;
}
.tutorialStep-description description > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .tutorialStep-description {
    max-width: 32em;
    padding: 0;
    margin-bottom: 48px;
  }
}
@media (max-width: 540px) {
  .tutorialStep-description {
    margin-bottom: 24px;
  }
}
.tutorialStep-content form-field {
  margin-bottom: 24px;
}
.tutorialStep-content form-field:last-child {
  margin-bottom: 0;
}
.tutorialStep-content form-field[type='text'] .formField-label, .tutorialStep-content form-field[type='textarea'] .formField-label {
  min-height: 24px;
  line-height: 24px;
  margin-bottom: 12px;
}
@media (max-width: 540px) {
  .tutorialStep-content form-field[type='text'] .formField-label, .tutorialStep-content form-field[type='textarea'] .formField-label {
    margin-bottom: 0;
  }
}
.tutorialStep-content form-field[type='text'] .formField-input, .tutorialStep-content form-field[type='textarea'] .formField-input {
  min-height: 38px;
  line-height: 24px;
  border-top-width: 5px;
  border-radius: 0;
}
.tutorialStep-content form-field[type='text'] .formField-input:before, .tutorialStep-content form-field[type='textarea'] .formField-input:before {
  content: ' ';
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  z-index: 1;
  height: 4px;
  background: #e8f0f4;
}
.tutorialStep-content form-field[type='text'] .formField-input-container > *, .tutorialStep-content form-field[type='textarea'] .formField-input-container > * {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 9px;
  padding-right: 9px;
}
.tutorialStep-content form-field[type='text'] .formField-input-container > .formField-input-divider, .tutorialStep-content form-field[type='textarea'] .formField-input-container > .formField-input-divider {
  margin-left: -9px;
  margin-right: -9px;
  padding: 0;
}
.tutorialStep-content form-field[type='text'] .formField-input-container > ix-select .ixSelect-disclosureButton, .tutorialStep-content form-field[type='text'] .formField-input-container > .ix-select .ixSelect-disclosureButton, .tutorialStep-content form-field[type='textarea'] .formField-input-container > ix-select .ixSelect-disclosureButton, .tutorialStep-content form-field[type='textarea'] .formField-input-container > .ix-select .ixSelect-disclosureButton {
  width: 38px;
  margin-top: -7px;
  margin-bottom: -7px;
  margin-right: -9px;
}
.tutorialStep-content form-field[type='text'] .formField-input_focus:before,
  .tutorialStep-content form-field[type='text'].formField_disabled .formField-input:before,
  .tutorialStep-content form-field[type='textarea'] .formField-input_focus:before,
  .tutorialStep-content form-field[type='textarea'].formField_disabled .formField-input:before {
  background: rgb(220, 228, 232);
}
.tutorialStep-content form-field[type='text'].formField_error .formField-input:before, .tutorialStep-content form-field[type='textarea'].formField_error .formField-input:before {
  background: #f8510f;
}
.tutorialStep-content form-field[type='text'] .formField-input-prefix,
  .tutorialStep-content form-field[type='text'] .formField-input-suffix,
  .tutorialStep-content form-field[type='textarea'] .formField-input-prefix,
  .tutorialStep-content form-field[type='textarea'] .formField-input-suffix {
  height: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.tutorialStep-content form-field[type='text'] .formField-input-prefix, .tutorialStep-content form-field[type='textarea'] .formField-input-prefix {
  padding-left: 9px;
}
.tutorialStep-content form-field[type='text'] .formField-input-suffix, .tutorialStep-content form-field[type='textarea'] .formField-input-suffix {
  padding-right: 9px;
}
.tutorialStep-content form-field[type='text'] .formField-input-spinner, .tutorialStep-content form-field[type='textarea'] .formField-input-spinner {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 9px;
}
.tutorialStep-content form-field[type='text'] .formField-controls button,
    .tutorialStep-content form-field[type='text'] .formField-controls [button],
    .tutorialStep-content form-field[type='textarea'] .formField-controls button,
    .tutorialStep-content form-field[type='textarea'] .formField-controls [button] {
  height: 44px;
  min-width: 44px;
}
.tutorialStep-content form-field[type='text'] .formField-controls button.button_frameless, .tutorialStep-content form-field[type='text'] .formField-controls [button].button_frameless, .tutorialStep-content form-field[type='textarea'] .formField-controls button.button_frameless, .tutorialStep-content form-field[type='textarea'] .formField-controls [button].button_frameless {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.tutorialStep-content form-field[type='text'] .formField-controls button.button_frameless .button-icon, .tutorialStep-content form-field[type='text'] .formField-controls [button].button_frameless .button-icon, .tutorialStep-content form-field[type='textarea'] .formField-controls button.button_frameless .button-icon, .tutorialStep-content form-field[type='textarea'] .formField-controls [button].button_frameless .button-icon {
  margin-left: 0;
  margin-right: 5px;
}
.tutorialStep-content form-field[type='text'] .formField-controls button.button_frameless[icon-alignment='right'] .button-icon, .tutorialStep-content form-field[type='text'] .formField-controls [button].button_frameless[icon-alignment='right'] .button-icon, .tutorialStep-content form-field[type='textarea'] .formField-controls button.button_frameless[icon-alignment='right'] .button-icon, .tutorialStep-content form-field[type='textarea'] .formField-controls [button].button_frameless[icon-alignment='right'] .button-icon {
  margin-left: 5px;
  margin-right: 0;
}
.tutorialStep-content form-field[type='text'] .ixSelect-disclosureButton, .tutorialStep-content form-field[type='textarea'] .ixSelect-disclosureButton {
  width: 38px;
}
.tutorialStep-content form-field[type='text'] .ixSelect-disclosureButton svg, .tutorialStep-content form-field[type='textarea'] .ixSelect-disclosureButton svg {
  width: 16px;
  height: 8px;
}
.tutorialStep-content form-field[type='text'] .ixSelect-menu, .tutorialStep-content form-field[type='textarea'] .ixSelect-menu {
  top: -5px;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: rgb(220, 228, 232);
}
.tutorialStep-content form-field[type='checkbox'] {
  display: flex;
  align-items: baseline;
  box-sizing: border-box;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 9px;
  padding-right: 9px;
  background: #ffffff;
  border: 1px solid #d0d7dd;
  color: rgb(108, 127, 142);
  cursor: pointer;
  margin-bottom: 12px;
}
.tutorialStep-content form-field[type='checkbox'] .formField-label {
  flex: 1 1 auto;
}
.tutorialStep-content form-field[type='checkbox'] .formField-content {
  flex: 0 0 auto;
  order: -1;
  margin-right: 10px;
}
.tutorialStep-content form-field[type='checkbox'] .formField-input {
  display: block;
  top: 1px;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 540px) {
  .tutorialStep-content form-field[type='checkbox'] .formField-input {
    top: 2px;
  }
}
.tutorialStep-content form-field[type='checkbox'] .formField-input-container {
  display: block;
  flex-grow: 0;
}
.tutorialStep-content form-field[type='checkbox'] .formField-input-container input {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #d0d7dd;
  padding: 0;
  box-sizing: border-box;
  -moz-appearance: none;
       -webkit-appearance: none;
          appearance: none;
}
.tutorialStep-content form-field[type='checkbox'] .formField-input-container input[type='radio'] {
  border-radius: 50%;
}
.tutorialStep-content form-field[type='checkbox'] .formField-input-container input:before {
  content: ' ';
  position: absolute;
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
}
.tutorialStep-content form-field[type='checkbox'] .formField-input-container input:after {
  content: ' ';
  position: absolute;
  visibility: hidden;
  line-height: 0;
}
.tutorialStep-content form-field[type='checkbox'] .formField-input-container input:checked:after {
  visibility: visible;
}
.tutorialStep-content form-field[type='checkbox'] .formField-input-container input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzZjN2Y4ZSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
  bottom: 0;
  left: 0.33333px;
  width: 14px;
  height: 14px;
}
.tutorialStep-content form-field[type='checkbox'] .formField-input-container input[type='radio']:after {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background: rgb(108, 127, 142);
  border-radius: 50%;
}
.tutorialStep-content form-field[type='checkbox'] .formField-input_focus input {
  border-color: rgb(166, 172, 177);
}
.tutorialStep-content form-field[type='checkbox'] .formField-input_focus input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzQ3NWY3MiIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
}
.tutorialStep-content form-field[type='checkbox'] .formField-input_focus input[type='radio']:after {
  background: #475f72;
}
.tutorialStep-content form-field[type='checkbox'].formField_error input {
  border-color: #f8510f;
}
.tutorialStep-content form-field[type='checkbox'].formField_revertible input {
  border-color: #00bffe;
}
.tutorialStep-content form-field[type='checkbox'].formField_disabled .formField-input {
  background: none;
  opacity: 0.75;
}
.tutorialStep-content form-field[type='checkbox'].formField_disabled input {
  background: #e8f0f4;
  opacity: 0.75;
}
.tutorialStep-content form-field[type='checkbox'].formField_disabled input[type='checkbox']:after {
  content: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+PHBvbHlsaW5lIHN0cm9rZT0iIzkxOWZhYSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBwb2ludHM9IjEsNyA1LDEyIDEzLDIiLz48L3N2Zz4=');
}
.tutorialStep-content form-field[type='checkbox'].formField_disabled input[type='radio']:after {
  background: rgb(145, 159, 170);
}
.tutorialStep-content form-field[type='checkbox'].formField_diff input {
  border-color: rgb(32, 182, 122);
}
.tutorialStep-content form-field[type='checkbox'].formField_diff input[type='checkbox']:after {
  border-color: rgb(32, 182, 122);
}
.tutorialStep-content form-field[type='checkbox'].formField_diff input[type='radio']:after {
  background: rgb(32, 182, 122);
}
.tutorialStep-content form-field[type='checkbox'].formField_linked {
  opacity: 0.75;
  cursor: not-allowed;
}
.tutorialStep-content form-field[type='checkbox'].formField_revertible {
  border-color: #00bffe;
}
.tutorialStep-content form-field[type='checkbox'].formField_error {
  border-color: #f8510f;
}
.tutorialStep-content form-field[type='checkbox'].formField_error .formField-label-text {
  color: inherit;
}
.tutorialStep-content form-field[type='checkbox'].formField_diff {
  border-color: rgb(32, 182, 122);
}
.tutorialStep-content form-field[type='checkbox'].formField_disabled {
  color: rgb(145, 159, 170);
  background: #e8f0f4;
  cursor: default;
}
.tutorialStep-content form-field[type='checkbox'] label {
  cursor: inherit;
}
.tutorialStep-content form-field[type='checkbox'].formField_selected {
  border-color: rgb(166, 172, 177);
  color: #475f72;
}
.tutorialStep-content form-field[type='checkbox']:last-child {
  margin-bottom: 0;
}
.tutorialStep-content .formField-label_empty {
  display: none;
}
.tutorialStep-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tutorialStep-list > li {
  display: flex;
  margin: 0;
  padding: 12px 10px;
  border-top: 1px solid #d0d7dd;
}
@media (max-width: 720px) {
  .tutorialStep-list > li {
    padding: 12px 0;
  }
}
.tutorialStep-list > li:last-child {
  border-bottom: 1px solid #d0d7dd;
}
.tutorialStep-list > li > svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-right: 10px;

  /* Optical alignment with accompanying text*/
  position: relative;
  top: 2px;
  fill: rgb(108, 127, 142);
}
@media (max-width: 540px) {
  .tutorialStep-list > li > svg {
    width: 12px;
    height: 12px;
  }
}



/*--- These font declarations should be included in the app, with the correct paths to font files:
@font-face {
  font-family: 'Adelle Sans';
  src: url('/fonts/adellesans-regular.woff2') format('woff2'),
    url('/fonts/adellesans-regular.woff') format('woff'),
    url('/fonts/adellesans-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Adelle Sans';
  src: url('/fonts/adellesans-bold.woff2') format('woff2'),
    url('/fonts/adellesans-bold.woff') format('woff'),
    url('/fonts/adellesans-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
---*/
html {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #475f72;
}
a {
  color: #00bffe;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
}
code {
  padding: 3px 5px;

  background: #e8f0f4;
  border-radius: 4px;

  font-size: 14px;
  color: rgb(57, 76, 91);
  white-space: nowrap;
}
@media (max-width: 540px) {
  code {
    padding: 2px 4px;
    font-size: 11px;
  }
}
.heading_1 {
  font-family: 'Adelle Sans', sans-serif;
  font-weight: 700;
  font-size: 112px;
  line-height: 128px;
}
.heading_2 {
  font-family: 'Adelle Sans', sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 64px;
}
.heading_3 {
  font-family: 'Adelle Sans', sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 64px;
}
.heading_4 {
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
}
.heading_5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}
.heading_6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
small {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 540px) {
  html {
    font-size: 13px;
    line-height: 18px;
  }

  .heading_1 {
    font-size: 84px;
    line-height: 96px;
  }

  .heading_2 {
    font-size: 39px;
    line-height: 48px;
  }

  .heading_3 {
    font-size: 30px;
    line-height: 42px;
  }

  .heading_4 {
    font-size: 21px;
    line-height: 28px;
  }

  .heading_5 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading_6 {
    font-size: 15px;
    line-height: 20px;
  }

  small {
    font-size: 11px;
    line-height: 14px;
  }
}

.view-header {
  margin-bottom: 48px;
}
@media (max-width: 540px) {
  .view-header {
    margin-bottom: 36px;
  }
}
.view-header-main {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
@media (max-width: 540px) {
  .view-header-main {
    align-items: flex-start;
  }
}
.view-header-wrapper {
  display: flex;
  flex: 1 1 auto;
}
.view-header-title {
  flex: 1 1 auto;
  overflow: hidden;
}
.view-header-title > h1 {
  font-family: 'Adelle Sans', sans-serif;
  font-size: 45px;
  line-height: 64px;
  font-weight: 700;
  word-spacing: 0.15em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 540px) {
  .view-header-title > h1 {
    font-size: 30px;
    line-height: 42px;
  }
}
.view-header-switch {
  display: flex;
  align-self: center;
  justify-content: flex-start;
}
@media screen and (max-width: 540px) {
  .view-header-switch {
    justify-content: flex-end;
  }
}
.view-header-controls {
  flex: 0 0 auto;
}
.view-header-controls controls {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: -5px;
  margin-left: 20px;
}
@media (max-width: 540px) {
  .view-header-controls controls {
    top: 0;
  }
}
.view-header-controls controls > * {
  flex: 0 0 auto;
}
.view-header-controls controls > * + * {
  margin-left: 10px;
}
.view-header-controls controls > .tooltip_buttonMenu {
  width: 32px;
  height: 32px;
}
@media (max-width: 540px) {
  .view-header-controls controls > .tooltip_buttonMenu {
    top: 5px;
  }
}
.view-header-breadcrumbs {
  margin-top: 8px;
}
.view-header-nav {
  margin-top: 36px;
}
@media (max-width: 540px) {
  .view-header-nav {
    margin-top: 24px;
  }
}
.view-header-nav > nav {
  position: relative;

  margin-top: -12px;

  background: #ffffff;
}
.view-header-nav > nav[sticky] {
  border-bottom: 1px solid #d0d7dd;
}
.view-header-nav > nav[sticky='active'] {
  position: fixed;
  z-index: 150;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0 20px;
  box-shadow: 0 2px rgba(162, 168, 171, 0.3);
}
@media (max-width: 540px) {
  .view-header-nav > nav[sticky='active'] {
    padding: 0 10px;
  }
}

view-message, .viewMessage {
  display: block;

  margin-bottom: 48px;
  box-sizing: border-box;

  border: 1px solid #d0d7dd;
  border-top-width: 8px;

  background: #ffffff;
  box-shadow: 0 2px rgba(162, 168, 171, 0.3);
}
@media screen and (max-width: 540px) {
  view-message, .viewMessage {
    margin-bottom: 36px;
  }
}
view-message.viewMessage_highlight, .viewMessage.viewMessage_highlight {
  border-color: rgb(0, 153, 203);
}
view-message.viewMessage_confirm, .viewMessage.viewMessage_confirm {
  border-color: rgb(32, 182, 122);
}
view-message.viewMessage_attention, .viewMessage.viewMessage_attention {
  border-color: #f8510f;
}
view-message.viewMessage_note, .viewMessage.viewMessage_note {
  border-color: #475f72;
}
view-message.viewMessage_review, .viewMessage.viewMessage_review {
  border-color: #efa50d;
}
.viewMessage-content {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;

  padding: 0 20px 12px;
}
@media screen and (max-width: 540px) {
  .viewMessage-content {
    padding: 10px;
    padding-top: 0;
  }
}
.viewMessage-message {
  flex: 0 1 auto;
  margin-top: 12px;
}
.viewMessage-message > * {
  margin: 0;
}
.viewMessage-message > * + * {
  margin-top: 24px;
}
@media screen and (max-width: 540px) {
  .viewMessage-message {
    margin-top: 10px;
  }
  .viewMessage-message > * + * {
    margin-top: 18px;
  }
}
.viewMessage-controls {
  flex: 1 0 auto;
  order: 1;
  margin-top: 12px;
}
.viewMessage-controls controls, .viewMessage-controls .controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 100%;
  margin-left: 20px;
}
.viewMessage-controls controls > *, .viewMessage-controls .controls > * {
  flex: 0 0 auto;
}
.viewMessage-controls controls > * + *, .viewMessage-controls .controls > * + * {
  margin-left: 10px;
}
@media screen and (max-width: 540px) {
  .viewMessage-controls {
    margin-top: 10px;
  }
}
@media screen and (max-width: 479px) {
  .viewMessage-controls {
    width: 100%;
    margin-left: 0;
  }
  .viewMessage-controls controls {
    flex-direction: column;
    align-items: stretch;
    max-width: 280px;
    margin: auto;
  }
  .viewMessage-controls controls > * {
    flex: 0 0 auto;
    margin-top: 6px;
  }
  .viewMessage-controls controls > * + * {
    margin-left: 0;
  }
  .viewMessage-controls controls > *:first-child {
    margin-top: 0;
  }
}
/*--- Sticky messages ---*/
view-message[sticky='active'], .viewMessage[sticky='active'] {
  position: fixed;
  z-index: 150;
  left: 0;
  right: 0;

  border-width: 0;
  border-bottom-width: 8px;
}
view-message[sticky='active'] .viewMessage-content, .viewMessage[sticky='active'] .viewMessage-content {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 540px) {
  view-message[sticky='active'] .viewMessage-content, .viewMessage[sticky='active'] .viewMessage-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}



.view-section {
  display: block;
  margin-bottom: 96px;
}
@media screen and (max-width: 540px) {
  .view-section {
    margin-bottom: 48px;
  }
}
.view-section-header {
  display: flex;
  margin-bottom: 24px;
  align-items: flex-start;
  justify-content: flex-end;
}
.view-section-header.view-section-header_empty {
  display: none;
}
.view-section-title {
  flex: 1 1 auto;
  overflow: hidden;

  min-height: 36px;
  box-sizing: border-box;
}
@media (max-width: 540px) {
  .view-section-title {
    padding-top: 8px;
  }
}
.view-section-title h2 {
  font-family: 'Adelle Sans', sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 540px) {
  .view-section-title h2 {
    font-size: 21px;
    line-height: 28px;
  }
}
.view-section-title h2 a {
  border-bottom: 1px dotted #00bffe;
  white-space: nowrap;
}
.view-section-title h2 a:hover {
  text-decoration: none;
}
.view-section-title h2 spinner {
  display: inline-flex;
  margin-left: 0.25em;
  vertical-align: middle;
}
@media (max-width: 540px) {
  .view-section_smallTitle .view-section-title {
    padding-top: 16px;
  }
}
.view-section_smallTitle .view-section-title h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 540px) {
  .view-section_smallTitle .view-section-title h2 {
    font-size: 15px;
    line-height: 20px;
  }
}
.view-section-controls {
  flex: 0 0 auto;
}
.view-section-controls controls {
  display: flex;
  flex-wrap: wrap;
}
.view-section-controls controls > * {
  flex: 0 0 auto;
  margin-left: 10px;
}
.view-section-controls controls > *:first-child {
  margin-left: 20px;
}
/*--- Two Columns ---*/
.view-section_twoColumns .view-section-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 48px;
}
@media (max-width: 800px) {
  .view-section_twoColumns .view-section-content {
    grid-template-columns: 1fr;
  }
}
.view-section_twoColumns .view-section-content > *:last-child:nth-child(odd) {
  grid-column: span 1;
}
@media (min-width: calc(800px + 1px)) {
  .view-section_twoColumns .view-section-content > *:last-child:nth-child(odd) {
    grid-column: span 2;
  }
}
/*--- Copy style ---*/
.view-section_copy {
  position: relative;
  margin-left: auto;
  margin-right: auto;

  padding-top: 28px;
}
.view-section_copy:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16.66667%;
  height: 0;
  border-top: 4px solid #00bffe;
}
.view-section_copy .view-section-title {
  overflow: visible;
}
.view-section_copy .view-section-title h2 {
  overflow: visible;
  white-space: normal;
}
@media (min-width: 420px) {
  .view-section_copy {
    width: 83.33333%;
  }
}
@media (min-width: 640px) {
  .view-section_copy {
    width: 75%;
  }
}
@media (min-width: 800px) {
  .view-section_copy {
    width: 66.66667%;
  }
}
@media (min-width: 960px) {
  .view-section_copy {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .view-section_copy {
    width: 33.33333%;
  }
}

.analytics-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1599px) {
  .analytics-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 950px) {
  .analytics-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .analytics-cards {
    grid-gap: 10px;
  }
}
analytics-card {
  display: block;
}

highlight-card,
[highlight-card] {
  display: block;

  position: relative;
  height: 101px;
  padding: 0 9px;
  box-sizing: border-box;

  border: 1px solid #d0d7dd;
  border-radius: 4px;

  color: inherit;
  text-decoration: none;
}
highlight-card:hover,
  highlight-card:focus,
  [highlight-card]:hover,
  [highlight-card]:focus {
  text-decoration: none;
}
highlight-card:active,
  highlight-card:focus,
  [highlight-card]:active,
  [highlight-card]:focus {
  outline: none;
}
@media (max-width: 640px) {
  highlight-card,
[highlight-card] {
    height: 71px;
  }
}
@media (max-width: 540px) {
  highlight-card,
[highlight-card] {
    padding: 0;
  }
}
.highlightCard-overage {
  border: 1px solid rgb(198, 65, 12);
}
/*--- Content ---*/
.highlightCard-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;

  height: 100%;

  transition: opacity 150ms linear 150ms;
}
.highlightCard-content.ng-hide {
  opacity: 0;
}
.highlightCard-value {
  flex: 0 0 auto;
  order: -1;
  margin-bottom: 0;

  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.highlightCard-value .unit {
  color: rgb(108, 127, 142);
  font-size: 0.75em;
  line-height: 0;
  font-weight: 400;
}
.highlightCard-value svg {
  fill: rgb(108, 127, 142);
}
.highlightCard_inverted .highlightCard-value {
  order: 1;
}
.highlightCard-overage .highlightCard-value .highlightCard-value_usage {
  color: rgb(198, 65, 12);
}
@media (max-width: 640px) {
  .highlightCard-value {
    font-size: 18px;
    line-height: 21px;
  }
}
.highlightCard-label {
  flex: 0 0 auto;
  margin-top: 3px;
  margin-bottom: 0;

  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}
.highlightCard_inverted .highlightCard-label {
  margin-top: 0;
  margin-bottom: 3px;
}
@media (max-width: 640px) {
  .highlightCard-label {
    font-size: 13px;
    line-height: 16px;
  }
}
.highlightCard-help tooltip {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
}
.highlightCard-help .tooltip-icon {
  display: none;
}
/*--- Loading State ---*/
.highlightCard-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/*--- Error State ---*/
.highlightCard-error {
  flex: 1 1 auto;

  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;

  transition: opacity 150ms linear 150ms;
}
.highlightCard-error.ng-hide {
  opacity: 0;
}
.highlightCard-error-icon {
  flex: 0 0 auto;
  order: -1;

  display: block;
  width: 32px;
  height: 32px;
  margin-right: 10px;

  position: relative;
  top: -2px; /* Optical alignment with text*/

  fill: rgb(145, 159, 170);
}
.highlightCard-error-message {
  display: block;
  margin: 0;

  color: rgb(145, 159, 170);
}

/* eslint-disable */
*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  
}
.static {
    position: static
}
.relative {
    position: relative
}
.sticky {
    position: sticky
}
.col-span-1 {
    grid-column: span 1 / span 1
}
.col-span-2 {
    grid-column: span 2 / span 2
}
.col-start-2 {
    grid-column-start: 2
}
.mx-2 {
    margin-left: 8px;
    margin-right: 8px
}
.mb-\[48px\] {
    margin-bottom: 48px
}
.ml-\[10px\] {
    margin-left: 10px
}
.ml-auto {
    margin-left: auto
}
.mr-2 {
    margin-right: 8px
}
.mt-12 {
    margin-top: 48px
}
.mt-\[10vh\] {
    margin-top: 10vh
}
.flex {
    display: flex
}
.inline-flex {
    display: inline-flex
}
.table {
    display: table
}
.h-4 {
    height: 16px
}
.h-8 {
    height: 32px
}
.h-full {
    height: 100%
}
.w-4 {
    width: 16px
}
.w-8 {
    width: 32px
}
.w-auto {
    width: auto
}
.w-full {
    width: 100%
}
.min-w-0 {
    min-width: 0px
}
.min-w-\[120px\] {
    min-width: 120px
}
.min-w-full {
    min-width: 100%
}
.min-w-max {
    min-width: -moz-max-content;
    min-width: max-content
}
.max-w-full {
    max-width: 100%
}
.shrink-0 {
    flex-shrink: 0
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}
.flex-row {
    flex-direction: row
}
.flex-col {
    flex-direction: column
}
.items-start {
    align-items: flex-start
}
.items-end {
    align-items: flex-end
}
.items-center {
    align-items: center
}
.justify-center {
    justify-content: center
}
.gap-\[10px\] {
    gap: 10px
}
.justify-self-end {
    justify-self: end
}
.overflow-visible {
    overflow: visible
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-nowrap {
    text-wrap: nowrap
}
.border-none {
    border-style: none
}
.bg-transparent {
    background-color: transparent
}
.pl-2 {
    padding-left: 8px
}
.pt-0 {
    padding-top: 0px
}
.text-\[30px\] {
    font-size: 30px
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
}
.font-bold {
    font-weight: 700
}
.font-medium {
    font-weight: 500
}
.lowercase {
    text-transform: lowercase
}
.leading-\[42px\] {
    line-height: 42px
}
.text-color_fg {
    --tw-text-opacity: 1;
    color: rgb(71 95 114 / var(--tw-text-opacity))
}
.text-color_imgix_orange {
    --tw-text-opacity: 1;
    color: rgb(248 81 15 / var(--tw-text-opacity))
}
.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
@media (min-width: 540px) {
    .\35 40\:text-\[45px\] {
        font-size: 45px
    }
    .\35 40\:leading-\[64px\] {
        line-height: 64px
    }
}
.\[\&_label\]\:font-medium label {
    font-weight: 500
}
@media(max-width:1370px) {
    .\[\@media\(max-width\:1370px\)\]\:col-span-1 {
        grid-column: span 1 / span 1
    }
    .\[\@media\(max-width\:1370px\)\]\:border-b-0 {
        border-bottom-width: 0px
    }
}
@media(max-width:650px) {
    .\[\@media\(max-width\:650px\)\]\:col-span-2 {
        grid-column: span 2 / span 2
    }
}
