/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
body.toplevel_page_search-console2 {
  background-color: #fff;
}

#wpcontent {
  background-color: #fff;
  padding: 0 !important;
}

#search-console-wrapper {
  background-color: #fff;
}

.search-console-header {
  background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.search-console-settings {
  background-color: #fff;
  padding: 20px;
  max-width: 25rem;
}
.search-console-settings .components-base-control {
  margin: 2em 0;
}

.search-console-chart {
  background-color: #fff;
  display: block;
  height: 400px;
  padding: 20px;
}

.search-console-filters {
  background-color: #fff;
  display: flex;
  padding: 20px;
  gap: 8px;
}
.search-console-filters .button-group {
  display: flex;
}
.search-console-filters .button-group button:first-child {
  margin: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.search-console-filters .button-group button {
  margin: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.search-console-filters div:last-child {
  margin-left: auto;
}

.search-console-modal-container {
  padding: 10px;
  max-height: 400px;
  overflow-y: auto;
}

.search-console-modal-footer {
  float: right;
  margin: 10px 0;
}
.search-console-modal-footer button {
  margin-left: 10px;
}

.search-console-dimensions {
  padding: 0;
  display: flex;
  flex: 1;
}
.search-console-dimensions a {
  padding: 1rem;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.search-console-dimensions .is-selected {
  border-bottom: 2px solid #135e96;
}

.search-console-table-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1 rem;
}
.search-console-table-bar input {
  width: 300px;
}

.search-console-table-wrapper {
  padding: 0 20px;
  overflow-x: auto;
}
.search-console-table-wrapper table {
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-spacing: 0;
}
.search-console-table-wrapper table tr td:first-child {
  text-align: left;
}
.search-console-table-wrapper table tr:last-child td {
  border-bottom: 0;
}
.search-console-table-wrapper table tr:hover {
  background-color: #ddd;
}
.search-console-table-wrapper table th,
.search-console-table-wrapper table td {
  margin: 0;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.search-console-pagination {
  display: flex;
  align-items: center;
  padding: 1rem;
  justify-content: flex-end;
}
.search-console-pagination div {
  margin-right: 1rem;
}
.search-console-pagination a {
  border: 1px solid #ddd;
}

.search-console-calendar {
  background-color: #fff;
  display: flex;
  width: 600px;
  min-width: 600px;
}

.components-modal__header {
  text-transform: capitalize;
}

/* FOOTER */
.star {
  color: #ffb900;
}

.red {
  color: red;
}

/*# sourceMappingURL=style-index.css.map*/