@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Besley:wght@300;400;500;600;700;800;900&display=swap");
.feedback-export .nav-tab-wrapper {
  margin-bottom: 20px;
}
.feedback-export__filters, .feedback-export__settings, .feedback-export__table {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccd0d4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
.feedback-export__filters h2, .feedback-export__settings h2, .feedback-export__table h2 {
  margin-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.feedback-export__filters-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.feedback-export__filters-select {
  -ms-flex: 1;
  flex: 1;
  min-width: 250px;
}
.feedback-export__filters-select label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.feedback-export__filters-select select {
  width: 100%;
  max-width: 300px;
}
.feedback-export__filters-export {
  text-align: right;
  margin-left: auto;
}
.feedback-export__filters-export form {
  margin: 0;
}
.feedback-export__filters-status {
  margin-top: 15px;
  color: #666;
}
.feedback-export__settings .form-table {
  margin-top: 15px;
}
.feedback-export__settings textarea {
  width: 100%;
}
.feedback-export__settings p.description {
  margin-top: 5px;
}
.feedback-export__settings p.submit {
  margin-top: 15px;
  padding: 0;
}
.feedback-export__table-empty {
  text-align: center;
  padding: 20px;
  color: #666;
}
.feedback-export__table table {
  width: 100%;
  border-collapse: collapse;
}
.feedback-export__table table th {
  text-align: left;
}
@media screen and (max-width: 782px) {
  .feedback-export__filters-container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .feedback-export__filters-select {
    width: 100%;
  }
  .feedback-export__filters-export {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    text-align: left;
  }
}
/*# sourceMappingURL=feedback-dashboard.css.map */
