/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/pages/FormResult/App.less ***!
  \****************************************************************************************************************************************************/
/*====================================
=            BREAK POINTS            =
====================================*/
.forms-result__result-col {
  width: 200px;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  overflow: auto;
  word-break: break-all;
}
.forms-result__result-col-viewForms {
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1em 1em 1em 0;
  color: #00AEEF;
  cursor: pointer;
}
.forms-result__result-col-viewForms:hover {
  text-decoration: underline;
}
.forms-builder-breadcrumbs-breadCrumbs-multi {
  cursor: pointer;
}
.forms-builder-breadcrumbs-breadCrumbs-multi:hover {
  color: #0093d6;
}
.forms-result__result-row {
  margin: auto;
}
.forms-result__single {
  display: flex;
  flex-direction: row;
  margin-bottom: 0em;
  width: max-content;
  height: 75px;
}
.forms-result__column {
  border: 1px solid #ededed;
  padding: 0.5em;
}
.question {
  font-weight: bold;
  background: rgba(0, 0, 0, 0.02);
}
.forms-result-index {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.5em;
  font-size: 1em;
  background-color: #f9f9f9;
  font-weight: bold;
  width: 50px;
}
.forms-result-main {
  width: 100%;
  height: 100%;
}
.forms-result-raw-view {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}
.forms-result-dashboard {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 2em 0em;
}
.forms-result-dashboard .forms-result-dashboard-pill {
  background-color: #ededed;
  padding: 2em;
  margin-right: 2em;
  border-radius: 5px;
}
.forms-result-dashboard .forms-result-dashboard-pill .forms-result-dashboard-title {
  font-size: 2em;
  font-weight: bold;
}
.forms-result-submissions-filter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1em;
  border-bottom: 1px solid #ededed;
  margin-bottom: 2em;
}
.forms-result-submissions-filter h2 {
  margin-bottom: 0em;
}
.forms-builder__no-results {
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

