/*!
 * surveyjs - SurveyJS Dashboard library v2.3.8
 * Copyright (c) 2015-2025 Devsoft Baltic OÜ  - http://surveyjs.io/
 * License: MIT (http://www.opensource.org/licenses/mit-license.php)
 */
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/visualizerBase.scss ***!
  \**************************************************************************************************************************************************************************/
.sa-visualizer__header {
  font-family: var(--font-family-secondary, Raleway, Arial, sans-serif);
  font-size: var(--root-font-size, 14px);
}

.sa-visualizer__content {
  font-family: var(--font-family, "Segoe UI", SegoeUI, Arial, sans-serif);
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.sa-visualizer__footer {
  margin-top: 10px;
}

.sa-visualizer__footer-title {
  display: inline-block;
  font-family: var(--font-family-secondary, Raleway, Arial, sans-serif);
  font-size: var(--root-font-size, 14px);
  color: #404040;
  line-height: 34px;
  vertical-align: middle;
  margin: 0;
}

.sa-visualizer__footer-content {
  margin-top: 10px;
}

.sa-data-loading-indicator-panel {
  width: 100%;
  min-height: 200px;
  position: relative;
}

.sa-data-loading-indicator {
  position: absolute;
  width: 64px;
  height: 64px;
  left: calc((100% - 64px) / 2);
  top: calc((100% - 64px) / 2);
  animation: sa-data-loading-indicator-spinner 1s infinite linear;
}

@keyframes sa-data-loading-indicator-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/visualizationPanel.scss ***!
  \******************************************************************************************************************************************************************************/
.sa-commercial {
  box-sizing: border-box;
  padding: var(--sjs2-spacing-static-x150, 12px) var(--sjs2-spacing-static-x600, 48px);
  justify-content: center;
  width: 100%;
  background: var(--sjs2-color-bg-brand-primary, #19B394);
}
@media screen and (max-width: 600px) {
  .sa-commercial {
    padding: var(--sjs2-spacing-static-x100, 8px) var(--sjs2-spacing-static-x300, 24px);
  }
}

.sa-commercial__text {
  text-decoration: none;
  color: var(--sjs2-color-fg-static-main-primary, #FFF);
  text-align: center;
  font-family: var(--sjs2-font-family-semantic-default, "Segoe UI", SegoeUI, Arial, sans-serif);
  font-size: var(--sjs2-font-size-semantic-default, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--sjs2-line-height-semantic-default, 24px);
}
@media screen and (max-width: 600px) {
  .sa-commercial__text {
    font-size: var(--sjs2-font-size-semantic-small, 12px);
    line-height: var(--sjs2-line-height-semantic-small, 16px);
  }
}
.sa-commercial__text a {
  color: var(--sjs2-color-fg-static-main-primary, #FFF);
  text-align: center;
  font-family: var(--sjs2-font-family-semantic-default, "Segoe UI", SegoeUI, Arial, sans-serif);
  font-size: var(--sjs2-font-size-semantic-default, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--sjs2-line-height-semantic-default, 24px);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 5%;
  text-underline-offset: 10%;
  text-underline-position: from-font;
}
@media screen and (max-width: 600px) {
  .sa-commercial__text a {
    font-size: var(--sjs2-font-size-semantic-small, 12px);
    line-height: var(--sjs2-line-height-semantic-small, 16px);
  }
}

.sa-panel__header {
  margin: 0 1em;
}

.sa-grid {
  position: relative;
}

.sa-grid__grid-sizer {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1400px) {
  .sa-grid__grid-sizer {
    width: 50%;
  }
}

.sa-question {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  overflow: hidden;
  padding: 1em;
}

.sa-question-layouted {
  position: absolute;
}
@media screen and (min-width: 1400px) {
  .sa-question-layouted {
    width: calc(50% - 1px);
  }
}

.sa-question__content {
  background-color: var(--background-color, #f7f7f7);
  padding: 20px;
}

.sa-question__title {
  margin-left: 30px;
  font-family: var(--font-family-secondary, Raleway, Arial, sans-serif);
  font-size: 18px;
  font-weight: bold;
  color: var(--text-color, #404040);
  margin: 0;
  margin-bottom: 1em;
}

.sa-question__title--draggable {
  cursor: move;
}
.sa-question__title--draggable:after {
  content: " ";
  display: block;
  float: right;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cg%3E%3Cpolygon style=%27fill: %231ab394%27 points=%2713,5 12,6 13,7 9,7 9,3 10,4 11,3 8,0 5,3 6,4 7,3 7,7 3,7 4,6 3,5 0,8 3,11 4,10 3,9 7,9 7,13 6,12 5,13 8,16 11,13 10,12 9,13 9,9 13,9 12,10 13,11 16,8 %27/%3E%3C/g%3E%3C/svg%3E");
}

[dir=rtl] .sa-question__title--draggable:after, [style*="direction: rtl"] .sa-question__title--draggable:after, [style*="direction:rtl"] .sa-question__title--draggable:after {
  float: left;
}

.sa-toolbar {
  font-family: var(--font-family, "Segoe UI", SegoeUI, Arial, sans-serif);
  font-size: var(--root-font-size, 14px);
  color: var(--text-color, #404040);
  line-height: 34px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.sa-toolbar.sa-toolbar > * {
  display: inline-flex;
  line-height: 1em;
}

.sa-toolbar__button {
  font-family: var(--font-family, "Segoe UI", SegoeUI, Arial, sans-serif);
  font-size: var(--root-font-size, 14px);
  padding: 8px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  margin: 0 10px;
}
.sa-toolbar__button:hover {
  border-color: var(--border-color, #e7e7e7);
  background-blend-mode: darken;
}
.sa-toolbar__button:first-child {
  margin-left: 0;
}
.sa-toolbar__button:last-child {
  margin-right: 0;
}

.sa-toolbar__svg-button {
  width: 15px;
  height: 15px;
  padding: 0;
  border: none;
  outline: none;
  background-color: inherit;
  cursor: pointer;
}
.sa-toolbar__svg-button use {
  fill: var(--svg-color, rgba(159, 159, 159, 0.4));
}
.sa-toolbar__svg-button:hover use {
  fill: var(--svg-hover-color, #9f9f9f);
}
.sa-toolbar__svg-button svg {
  width: 15px;
  height: 15px;
}

.sa-toolbar__button--right {
  float: right;
}

.sa-question__select-wrapper {
  position: relative;
  display: inline-block;
  min-width: 100px;
  max-width: 300px;
}
.sa-question__select-wrapper .sa-question__select-title {
  white-space: nowrap;
  display: inline-block;
  line-height: 34px;
  padding-right: 8px;
}
.sa-question__select-wrapper .sa-question__select {
  width: 100%;
  display: block;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px;
  background: var(--text-color-inverse, #fff);
  border-color: var(--border-color, #e7e7e7);
  height: 34px;
  padding: 5px 23px 5px 15px;
  line-height: initial;
}
.sa-question__select-wrapper .sa-question__select::-ms-expand {
  display: none;
}
.sa-question__select-wrapper .sa-question__select:focus {
  outline: 0;
  box-shadow: none;
}
.sa-question__select-wrapper .sa-question__select:disabled {
  color: var(--disabled-color, #b0b0b0);
}
.sa-question__select-wrapper:before {
  margin-top: -4px;
  top: 50%;
  right: 10px;
  z-index: 1;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-right: 2px solid var(--text-color, #404040);
  border-bottom: 2px solid var(--text-color, #404040);
  transform: rotate(45deg);
  box-sizing: content-box;
  pointer-events: none;
}

.sa-question__filter {
  display: inline-block;
  padding: 0 1em;
}

.sa-question__filter-text {
  vertical-align: middle;
  margin-top: 1px;
  line-height: 32px;
}

/* latin-ext */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: local("Raleway Bold"), local("Raleway-Bold"), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqhPAMif.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: local("Raleway Bold"), local("Raleway-Bold"), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPAA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/text.scss ***!
  \****************************************************************************************************************************************************************/
.sa-text-table__container {
  width: 100%;
  min-height: 200px;
  max-height: 500px;
  overflow: auto;
}

.sa-text-table {
  width: 100%;
  font-family: var(--font-family, "Segoe UI", SegoeUI, Arial, sans-serif);
  font-size: var(--root-font-size, 14px);
  color: var(--text-color, #404040);
  border-width: 1px;
  border-collapse: collapse;
  background-color: var(--background-color, #f7f7f7);
}

.sa-text-table__cell {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: var(--border-color, #e7e7e7);
  background-color: var(--background-color, #f7f7f7);
  min-height: 34px;
}

.sa-text-table__cell--number {
  text-align: end;
}

th.sa-text-table__cell {
  font-weight: 600;
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/statistics-table.scss ***!
  \****************************************************************************************************************************************************************************/
.sa-statistics-table__container {
  width: 100%;
  min-height: 200px;
  max-height: 500px;
  overflow: auto;
}

.sa-statistics-table {
  width: 100%;
  font-family: var(--font-family, "Segoe UI", SegoeUI, Arial, sans-serif);
  font-size: var(--root-font-size, 14px);
  color: var(--text-color, #404040);
  background-color: var(--background-color, #f7f7f7);
}

.sa-statistics-table__cell {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: var(--border-color, #e7e7e7);
  background-color: var(--background-color, #f7f7f7);
  min-height: 34px;
}

.sa-statistics-table__cell-value {
  text-align: right;
  min-width: 30px;
}

.sa-statistics-table__cell-header {
  font-weight: bold;
}

.sa-choices-sparkline {
  min-width: 100px;
  height: 24px;
  border: 1px solid var(--main-color, #1ab394);
}

.sa-choices-sparkline-value {
  height: 100%;
  background-color: var(--main-color, #1ab394);
}
/*!***************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/nps.scss ***!
  \***************************************************************************************************************************************************************/
.sa-visualizer-nps {
  display: flex;
  flex-direction: row;
  gap: 16px;
  overflow-x: auto;
}

.sa-visualizer-nps__score-part {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}

.sa-visualizer-nps__score-part-title {
  font-size: 32px;
  text-align: center;
  color: #909090;
}

.sa-visualizer-nps__score-part-values {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: baseline;
}

.sa-visualizer-nps__score-part-value {
  font-size: 48px;
}

.sa-visualizer-nps__score-part-percent {
  font-size: 24px;
  color: #606060;
}

/*# sourceMappingURL=survey.analytics.css.map*/