.wpsi-data-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}
.wpsi-data-card {
  background: white;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}
.wpsi-data-card:hover {
  transform: translateY(-2px);
}
.wpsi-data-card.success {
  border-left: 4px solid #61ce70;
}
.wpsi-data-card.warning {
  border-left: 4px solid #d7263d;
}
.wpsi-totals-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  position: fixed;
  bottom: 20px;
  gap: 5px;
}
.wpsi-totals-container .wpsi-totals-label {
  font-weight: 400;
}
.wpsi-totals-container .wpsi-totals-value {
  font-size: 1.1em;
  font-weight: 600;
}
.wpsi-no-data {
  text-align: center;
  padding: 20px;
  color: #333333;
  font-style: italic;
}
/**
 * Unified container and row styling for Search Insights
 * This creates consistent appearance across all plugin sections:
 * - Dashboard widget
 * - Popular searches
 * - Analytics blocks
 * - Trending searches
 */
.wpsi-row-container,
.wpsi-analytics-container .wpsi-results-column,
#wpsi-dashboard-widget,
.wpsi-dashboard-widget-grid,
.wpsi-item .table-overview {
  border-radius: 4px;
  margin-bottom: 20px;
}
.wpsi-row-container .wpsi-container-header,
.wpsi-analytics-container .wpsi-results-column > h3,
#wpsi-dashboard-widget > h3,
.wpsi-dashboard-widget-grid > h3,
.wpsi-item .table-overview > h3 {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
}
.wpsi-row-container .wpsi-rows-wrap,
.wpsi-analytics-container .wpsi-results-column .wpsi-popular-results,
#wpsi-dashboard-widget .wpsi-popular-results,
.wpsi-dashboard-widget-grid .wpsi-popular-results,
.wpsi-item .table-overview .wpsi-popular-results,
.wpsi-analytics-container .wpsi-results-column ul,
#wpsi-dashboard-widget ul,
.wpsi-dashboard-widget-grid ul,
.wpsi-item .table-overview ul,
.wpsi-analytics-container .wpsi-results-column tbody,
#wpsi-dashboard-widget tbody,
.wpsi-dashboard-widget-grid tbody,
.wpsi-item .table-overview tbody {
  max-height: 400px;
  overflow-y: auto;
}
.wpsi-row-container .wpsi-rows-wrap::-webkit-scrollbar {
  width: 8px;
}
.wpsi-row-container .wpsi-rows-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.wpsi-row-container .wpsi-rows-wrap::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  border-radius: 4px;
}
.wpsi-row-container .wpsi-rows-wrap::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
.wpsi-search-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  transition: background-color 0.2s ease;
}
.wpsi-search-row:last-child {
  border-bottom: none;
}
.wpsi-search-row:nth-child(even) {
  background-color: #fdfdfd;
}
.wpsi-search-row:nth-child(odd) {
  background-color: #ffffff;
}
.wpsi-search-row .dashicons-yes-alt {
  color: #61ce70;
  font-size: 16px;
}
.wpsi-search-row .dashicons-no-alt {
  color: #d7263d;
  font-size: 16px;
}
.wpsi-search-row.wpsi-has-results .wpsi-row-term a {
  color: #61ce70;
}
.wpsi-search-row.wpsi-no-results .wpsi-row-term a {
  color: #d7263d;
}
.wpsi-search-row .wpsi-row-term {
  display: flex;
  align-items: center;
  max-width: 70%;
  overflow: hidden;
  font-size: 12px;
}
.wpsi-search-row .wpsi-row-term .dashicons {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.wpsi-search-row .wpsi-row-term .dashicons.dashicons-arrow-up-alt {
  color: #61ce70;
}
.wpsi-search-row .wpsi-row-term .dashicons.dashicons-arrow-down-alt {
  color: #61ce70;
}
.wpsi-search-row .wpsi-row-term a {
  text-decoration: none;
  color: #333333;
  transition: color 0.2s ease;
}
.wpsi-search-row .wpsi-row-term a:hover {
  color: #d7263d;
}
.wpsi-search-row .wpsi-row-term a.wpsi-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wpsi-search-row .wpsi-row-term .wpsi-status {
  display: flex;
  align-items: center;
}
.wpsi-search-row .wpsi-row-term .wpsi-status.wpsi-status-success {
  color: #61ce70;
}
.wpsi-search-row .wpsi-row-term .wpsi-status.wpsi-status-success .dashicons {
  color: #61ce70;
}
.wpsi-search-row .wpsi-row-term .wpsi-status.wpsi-status-abandoned {
  color: #d7263d;
}
.wpsi-search-row .wpsi-row-term .wpsi-status.wpsi-status-abandoned .dashicons {
  color: #d7263d;
}
.wpsi-search-row .wpsi-row-term .wpsi-status.wpsi-status-active {
  color: #2695d7;
}
.wpsi-search-row .wpsi-row-term .wpsi-status.wpsi-status-active .dashicons {
  color: #2695d7;
}
.wpsi-search-row .wpsi-row-term .wpsi-status.wpsi-status-exit,
.wpsi-search-row .wpsi-row-term .wpsi-status.wpsi-status-none {
  color: #d7263d;
}
.wpsi-search-row .wpsi-row-term .wpsi-status.wpsi-status-exit .dashicons,
.wpsi-search-row .wpsi-row-term .wpsi-status.wpsi-status-none .dashicons {
  color: #d7263d;
}
.wpsi-search-row .wpsi-row-stats {
  display: flex;
  align-items: center;
  text-align: right;
  color: #333333;
  font-size: 12px;
}
.wpsi-search-row .wpsi-row-stats > span {
  margin-left: 15px;
  white-space: nowrap;
}
.wpsi-search-row .wpsi-row-stats .wpsi-stat-trend {
  min-width: 60px;
  text-align: right;
  overflow: clip;
}
#dashboard.tab-content .item-content table tbody tr,
.wpsi-trending-container .wpsi-trending-table tbody tr {
  transition: background-color 0.2s ease;
}
#dashboard.tab-content .item-content table tbody tr:hover,
.wpsi-trending-container .wpsi-trending-table tbody tr:hover {
  background-color: #f8f8f8 !important;
}
#dashboard.tab-content .item-content table tbody tr:nth-child(even) td,
.wpsi-trending-container .wpsi-trending-table tbody tr:nth-child(even) td {
  background-color: #fdfdfd;
}
#dashboard.tab-content .item-content table tbody tr:nth-child(odd) td,
.wpsi-trending-container .wpsi-trending-table tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}
#dashboard.tab-content .item-content table td a,
.wpsi-trending-container .wpsi-trending-table td a {
  color: #333333;
  text-decoration: none;
  transition: color 0.2s ease;
}
#dashboard.tab-content .item-content table td a:hover,
.wpsi-trending-container .wpsi-trending-table td a:hover {
  color: #d7263d;
}
.wpsi-container-layout {
  display: flex;
  gap: 30px;
  margin: 20px 0;
}
.wpsi-container-layout .wpsi-row-container {
  flex: 1;
  min-width: 0;
}
.wpsi-container-layout .wpsi-col-2-3 {
  flex: 2;
}
.wpsi-container-layout .wpsi-col-1-3 {
  flex: 1;
}
.wpsi-container-layout .wpsi-col-1-2 {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .wpsi-container-layout {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wpsi-container-layout {
    flex-direction: column;
    gap: 20px;
  }
  .wpsi-container-layout .wpsi-row-container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wpsi-row-container .wpsi-container-header,
  .wpsi-analytics-container .wpsi-results-column > h3,
  #wpsi-dashboard-widget > h3,
  .wpsi-dashboard-widget-grid > h3,
  .wpsi-item .table-overview > h3 {
    padding: 12px;
  }
  .wpsi-search-row {
    padding: 8px 12px;
  }
  .wpsi-search-row .wpsi-row-term {
    max-width: 65%;
  }
  .wpsi-search-row .wpsi-row-stats > span {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .wpsi-row-container .wpsi-container-header,
  .wpsi-analytics-container .wpsi-results-column > h3,
  #wpsi-dashboard-widget > h3,
  .wpsi-dashboard-widget-grid > h3,
  .wpsi-item .table-overview > h3 {
    padding: 10px;
  }
  .wpsi-search-row {
    padding: 8px 10px;
  }
  .wpsi-search-row .wpsi-row-term {
    max-width: 60%;
  }
  .wpsi-search-row .wpsi-row-stats {
    flex-direction: column;
    align-items: flex-end;
  }
  .wpsi-search-row .wpsi-row-stats > span {
    margin-left: 0;
    margin-bottom: 3px;
    font-size: 10px;
  }
}
#dashboard-widgets #wpsi-dashboard-widget .wpsi-container-header .dashicons-editor-help,
#dashboard-widgets #wpsi-dashboard-widget .wpsi-container-title .dashicons-editor-help {
  display: none !important;
}
#dashboard-widgets #wpsi-dashboard-widget .wpsi-container-header .wpsi-tooltip-right:before,
#dashboard-widgets #wpsi-dashboard-widget .wpsi-container-title .wpsi-tooltip-right:before,
#dashboard-widgets #wpsi-dashboard-widget .wpsi-container-header .wpsi-tooltip-bottom:before,
#dashboard-widgets #wpsi-dashboard-widget .wpsi-container-title .wpsi-tooltip-bottom:before,
#dashboard-widgets #wpsi-dashboard-widget .wpsi-container-header [data-wpsi-tooltip]:before,
#dashboard-widgets #wpsi-dashboard-widget .wpsi-container-title [data-wpsi-tooltip]:before,
#dashboard-widgets #wpsi-dashboard-widget .wpsi-container-header .wpsi-tooltip-right:after,
#dashboard-widgets #wpsi-dashboard-widget .wpsi-container-title .wpsi-tooltip-right:after,
#dashboard-widgets #wpsi-dashboard-widget .wpsi-container-header .wpsi-tooltip-bottom:after,
#dashboard-widgets #wpsi-dashboard-widget .wpsi-container-title .wpsi-tooltip-bottom:after,
#dashboard-widgets #wpsi-dashboard-widget .wpsi-container-header [data-wpsi-tooltip]:after,
#dashboard-widgets #wpsi-dashboard-widget .wpsi-container-title [data-wpsi-tooltip]:after {
  display: none !important;
}
#dashboard-widgets #wpsi-dashboard-widget .wpsi-search-row .wpsi-tooltip-right:before,
#dashboard-widgets #wpsi-dashboard-widget .wpsi-search-row .wpsi-tooltip-bottom:before,
#dashboard-widgets #wpsi-dashboard-widget .wpsi-search-row [data-wpsi-tooltip]:before,
#dashboard-widgets #wpsi-dashboard-widget .wpsi-search-row .wpsi-tooltip-right:after,
#dashboard-widgets #wpsi-dashboard-widget .wpsi-search-row .wpsi-tooltip-bottom:after,
#dashboard-widgets #wpsi-dashboard-widget .wpsi-search-row [data-wpsi-tooltip]:after {
  display: none !important;
}
.wpsi-dashboard-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wpsi-dashboard-list .wpsi-search-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
}
.wpsi-dashboard-list .wpsi-search-row:last-child {
  border-bottom: none;
}
.wpsi-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.wpsi-modal-small .wpsi-modal-content {
  max-width: 400px;
}
.wpsi-modal-medium .wpsi-modal-content {
  max-width: 600px;
}
.wpsi-modal-large .wpsi-modal-content {
  max-width: 800px;
}
.wpsi-modal.wpsi-show-modal {
  display: flex !important;
}
.wpsi-modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 450px;
  max-width: 90%;
  max-height: 90vh;
  transform: none !important;
  /* Remove any transforms that might affect centering */
  animation: wpsiModalFadeIn 0.3s;
}
.wpsi-modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #d7263d;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.wpsi-modal-header h3 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.wpsi-modal-close {
  color: #f2f2f2;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  margin-top: -5px;
}
.wpsi-modal-close:hover,
.wpsi-modal-close:focus {
  color: #ffffff;
  text-decoration: none;
}
.wpsi-modal-body {
  padding: 20px;
  font-size: 13px;
  line-height: 1.5;
}
.wpsi-modal-footer {
  padding: 15px 20px;
  border-top: 1px solid #dedede;
  text-align: right;
}
.wpsi-modal-action {
  width: 130px;
  height: 30px;
  line-height: 28px !important;
  text-align: center;
  font-weight: 600 !important;
  margin-right: 10px !important;
}
.wpsi-modal-cancel {
  height: 30px;
  line-height: 28px !important;
}
.wpsi-modal .daterangepicker,
.wpsi-modal .dropdown-menu,
.wpsi-modal .select2-dropdown {
  z-index: 100010 !important;
}
@keyframes wpsiModalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Lock body scrolling when modal is open */
body.wpsi-modal-open {
  overflow: hidden;
}
.wpsi-export-modal-date {
  margin: 15px 0;
  padding: 8px 12px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
}
.wpsi-export-modal-date .dashicons {
  color: #233333;
  margin-top: 3px;
}
.wpsi-export-modal-date span {
  margin: 0 8px;
}
.wpsi-export-progress {
  margin: 20px 0;
}
.wpsi-export-progress .wpsi-export-progress-bar {
  width: 100%;
  height: 16px;
  background-color: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
}
.wpsi-export-progress .wpsi-export-progress-bar-inner {
  height: 100%;
  background-color: #2271b1;
  width: 0%;
  transition: width 0.3s ease;
}
.wpsi-export-progress .wpsi-export-status {
  text-align: center;
  margin-top: 8px;
}
.wpsi-export-progress .wpsi-export-status .wpsi-export-percentage {
  font-weight: 500;
}
.wpsi-download-text-link {
  margin: 15px 0;
}
.wpsi-download-text-link a {
  display: inline-flex;
  align-items: center;
  color: #2271b1;
  text-decoration: none;
}
.wpsi-download-text-link a:hover {
  text-decoration: underline;
}
.wpsi-download-text-link a .dashicons {
  margin-right: 5px;
}
.wpsi-modal-body {
  overflow: visible;
}
.daterangepicker {
  min-width: 540px !important;
  max-width: 90vw;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  z-index: 100000 !important;
}
.daterangepicker .drp-calendar {
  max-width: none;
}
.daterangepicker .drp-calendar.left,
.daterangepicker .drp-calendar.right {
  min-width: 250px;
}
.daterangepicker .ranges {
  min-width: 150px;
}
.daterangepicker-open:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.wpsi-inline-download-link:hover {
  text-decoration: underline;
}
.wpsi-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.wpsi-toast {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 300px;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(78, 78, 78, 0.1);
  border-radius: 4px;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}
.wpsi-toast.wpsi-toast-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.wpsi-toast.wpsi-toast-hide {
  opacity: 0;
  transform: translateY(-20px);
}
.wpsi-toast .wpsi-toast-content {
  display: flex;
  align-items: center;
  padding: 12px 15px;
}
.wpsi-toast .wpsi-toast-icon {
  margin-right: 10px;
}
.wpsi-toast .wpsi-toast-icon .dashicons {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.wpsi-toast .wpsi-toast-message {
  flex: 1;
  font-size: 14px;
}
.wpsi-toast.wpsi-toast-success {
  border-left: 4px solid #61ce70;
}
.wpsi-toast.wpsi-toast-success .wpsi-toast-icon .dashicons {
  color: #61ce70;
}
.wpsi-toast.wpsi-toast-error {
  border-left: 4px solid #d7263d;
}
.wpsi-toast.wpsi-toast-error .wpsi-toast-icon .dashicons {
  color: #d7263d;
}
.wpsi-toast .wpsi-toast-progress {
  height: 3px;
  width: 100%;
  opacity: 0.7;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.wpsi-save-feedback {
  margin-left: 10px;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  font-weight: 500;
  display: inline-block;
}
.wpsi-save-feedback.wpsi-feedback-visible {
  opacity: 1;
  transform: translateY(0);
}
.wpsi-save-feedback.wpsi-save-success {
  color: #61ce70;
}
.wpsi-save-feedback.wpsi-save-error {
  color: #d7263d;
}
.wpsi-save-button-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.wpsi-save-button-container input[type="submit"] {
  margin-right: 10px;
}
.update-nag {
  display: none;
}
.wrap {
  margin: 0 0 0 0;
}
@media screen and (max-width: 850px) {
  .tabs .documentation,
  .tabs #wpsi-toggle-options,
  .tabs .header-upsell {
    display: none;
  }
  #wpsi-dashboard .wpsi-grid-controls {
    display: flex;
    justify-content: end;
  }
  #wpsi-dashboard #wpsi-recent-table_wrapper {
    overflow: hidden;
  }
  #wpsi-dashboard .inside > div:nth-child(1) {
    float: none;
  }
  #wpsi-dashboard #wpsi-dashboard .wpsi-dataTables_wrapper {
    max-width: 650px;
  }
  #wpsi-dashboard #wpsi-toggle-arrows {
    margin-top: 6px;
  }
  #wpsi-dashboard .wpsi-item {
    margin-top: 10px;
  }
  #wpsi-dashboard .item-container {
    width: 95vw;
  }
  #wpsi-dashboard .wpsi-sub-title {
    padding-top: 30px;
  }
  #wpsi-dashboard .wpsi-rsssl button,
  #wpsi-dashboard .wpsi-cmplz button {
    margin-top: 120px;
  }
  #wpsi-dashboard #settings {
    margin-left: 0;
  }
  #wpsi-dashboard #settings .item-container {
    width: 85vw;
    clear: both;
  }
  #wpsi-dashboard #settings .item-container #wpsi_select_dashboard_capability,
  #wpsi-dashboard #settings .item-container #wpsi_select_term_deletion_period,
  #wpsi-dashboard #settings .item-container .wpsi_term_length {
    font-size: 14px;
  }
}
/**
widget
 */
#dashboard_widget_wpsi,
#wpsi-dashboard {
  font-size: 13px;
}
#dashboard_widget_wpsi .inside,
#wpsi-dashboard .inside {
  padding: 0;
}
#dashboard_widget_wpsi .inside #wpsi-dashboard-widget h3,
#wpsi-dashboard .inside #wpsi-dashboard-widget h3 {
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
}
#dashboard_widget_wpsi .inside #wpsi-dashboard-widget .wpsi-widget-logo,
#wpsi-dashboard .inside #wpsi-dashboard-widget .wpsi-widget-logo {
  margin-left: 20px;
  display: flex;
}
#dashboard_widget_wpsi .inside #wpsi-dashboard-widget .wpsi-widget-logo span,
#wpsi-dashboard .inside #wpsi-dashboard-widget .wpsi-widget-logo span {
  padding: 10px;
}
#dashboard_widget_wpsi .inside #wpsi-dashboard-widget #wpsi-dashboard-widget-footer,
#wpsi-dashboard .inside #wpsi-dashboard-widget #wpsi-dashboard-widget-footer {
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  border-top: 1px solid #eee;
  color: #233333;
}
#wpsi-dashboard {
  font-size: 13px;
  line-height: 1.5;
  color: #333333;
}
#wpsi-dashboard h1 {
  font-size: 22px;
  font-weight: 600;
}
#wpsi-dashboard h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
#wpsi-dashboard h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0.675rem;
}
#wpsi-dashboard h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
#wpsi-dashboard p {
  font-size: 13px;
  margin-bottom: 15px;
}
#wpsi-dashboard table {
  font-size: 13px;
}
#wpsi-dashboard table th {
  font-size: 14px;
  font-weight: 600;
}
#wpsi-dashboard table td {
  font-size: 12px;
}
#wpsi-dashboard input,
#wpsi-dashboard select,
#wpsi-dashboard textarea,
#wpsi-dashboard button {
  font-size: 13px;
}
#wpsi-dashboard .dashicons {
  font-size: 20px;
}
#wpsi-dashboard .wpsi-large-icon,
#wpsi-dashboard .hit-icon {
  font-size: 1.6em;
}
#wpsi-dashboard .tabs {
  background: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-content: center;
  align-items: center;
}
#wpsi-dashboard .tabs .tabs-content {
  display: flex;
  width: 100%;
  margin-left: 40px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #wpsi-dashboard .tabs .tabs-content {
    margin-left: 0;
  }
}
#wpsi-dashboard .tabs .tab-links {
  color: #233333;
  display: flex;
  flex-direction: row;
  margin-left: 0;
}
#wpsi-dashboard .tabs .documentation-pro {
  display: flex;
  align-items: center;
}
#wpsi-dashboard .tabs .header-links {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
#wpsi-dashboard .tabs #wpsi-toggle-arrows {
  margin-top: 6px;
}
#wpsi-dashboard .tabs .documentation {
  margin-right: 15px;
}
#wpsi-dashboard {
  /*
  *
  *   Dashboard styling
  *
  */
  /*
      Navigation & tabs
   */
  /*
    General table styling
  */
  /*
      Table footer
   */
  /*
      No Results grid item
   */
  /*
    Other plugins
   */
  /*
      *
      *   Settings page styling
      *
   */
  /*
    Tips and Tricks
   */
  /*
      Fancy checkboxes
   */
  /* Base tooltip styles */
  /* Make sure the tooltip container is also set to overflow visible */
  /* Base tooltip styling */
  /* Force tooltip content to appear above everything else */
  /* Ensure tooltip root element is positioned properly */
  /* Tooltip container and arrow */
  /* Tooltip arrow styling */
  /* Tooltip content styling */
  /* Show tooltips on hover/focus */
  /* Position: Top (default) */
  /* Position: Bottom */
  /* Position: Right */
  /* Special case positioning */
}
#wpsi-dashboard .tab-text {
  color: #233333;
  font-size: 1.2em;
  outline: 0;
  box-shadow: 0 0 0 0;
  text-decoration: none;
}
#wpsi-dashboard .tab-text:focus {
  box-shadow: initial;
}
#wpsi-dashboard .wpsi-settings-logo {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 480px) {
  #wpsi-dashboard .wpsi-settings-logo {
    display: none;
  }
}
#wpsi-dashboard .wpsi-settings-intro {
  margin-left: 0 !important;
}
#wpsi-dashboard .wpsi-date-container {
  background: #fff;
  cursor: pointer;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  #wpsi-dashboard .wpsi-date-container {
    width: 18px;
    overflow: hidden;
  }
}
#wpsi-dashboard .wpsi-date-container.wpsi-export {
  float: left;
}
#wpsi-dashboard .dt-search {
  float: right;
  margin-bottom: 0;
  font-weight: 500;
}
#wpsi-dashboard .dt-search .dt-input {
  border: 1px solid #e0e0e0;
  padding: 0 30px 0 8px;
  line-height: 2;
  min-height: 30px;
  width: 250px;
}
#wpsi-dashboard .wpsi-search-container {
  float: right;
  margin-bottom: 0;
  margin-top: -5px;
}
#wpsi-dashboard .wpsi-search-input-wrapper {
  position: relative;
  display: inline-block;
}
#wpsi-dashboard .wpsi-search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  #wpsi-dashboard .wpsi-search-container {
    margin-top: 0;
  }
  #wpsi-dashboard .dt-search .dt-input {
    width: 150px;
  }
}
#wpsi-dashboard .search-insights-dashboard {
  display: flex;
  flex-flow: row wrap;
  word-break: break-all;
}
#wpsi-dashboard .wp-search-insights-main .unix-timestamp {
  display: none;
}
#wpsi-dashboard ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 66px;
}
#wpsi-dashboard ul.tabs li {
  background: none;
  color: #333333;
  display: inline-block;
  padding: 15px 15px 15px 15px;
  cursor: pointer;
  margin: 0;
}
#wpsi-dashboard ul.tabs li.current {
  background: #fff;
  color: #333333;
}
#wpsi-dashboard .tab-content {
  display: none;
  background: #F0F0F1;
  padding: 15px;
}
#wpsi-dashboard #wpsi-delete-selected,
#wpsi-dashboard #wpsi-ignore-selected {
  display: none;
  text-shadow: none !important;
  vertical-align: middle;
  margin-right: 39px;
  margin-bottom: 10px;
  padding: 10px 10px;
  line-height: 12px;
  min-height: 25px;
}
#wpsi-dashboard #wpsi-delete-selected .wpsi-delete-icon,
#wpsi-dashboard #wpsi-ignore-selected .wpsi-delete-icon {
  display: none;
}
@media screen and (max-width: 480px) {
  #wpsi-dashboard #wpsi-delete-selected .wpsi-delete-icon,
  #wpsi-dashboard #wpsi-ignore-selected .wpsi-delete-icon {
    display: block;
  }
  #wpsi-dashboard #wpsi-delete-selected .wpsi-delete-text,
  #wpsi-dashboard #wpsi-ignore-selected .wpsi-delete-text {
    display: none;
  }
}
#wpsi-dashboard #wpsi-delete-selected {
  margin-right: 20px;
}
#wpsi-dashboard .tab-content.current {
  display: inherit;
}
#wpsi-dashboard .current .tab-text {
  padding-bottom: 23px;
  border-bottom: 2px solid #d7263d;
}
#wpsi-dashboard #dashboard .item-content {
  padding: 15px 20px;
  flex: 1;
  margin: 0 auto;
  position: relative;
}
#wpsi-dashboard #dashboard .item-content input[type="search"] {
  width: 250px;
  margin-right: 20px;
  border: 1px solid #e0e0e0;
  padding: 0 8px;
  line-height: 2;
  min-height: 30px;
}
@media screen and (max-width: 480px) {
  #wpsi-dashboard #dashboard .item-content input[type="search"] {
    width: 150px;
  }
}
#wpsi-dashboard #dashboard .item-content table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  justify-content: normal;
}
#wpsi-dashboard #dashboard .item-content table.wpsi-dataTable tbody tr.wpsi-selected {
  background-color: #2695d759;
}
#wpsi-dashboard #dashboard .item-content table.wpsi-dataTable tbody tr.wpsi-selected td {
  background-color: #2695d759;
}
#wpsi-dashboard #dashboard .item-content table.wpsi-dataTable tbody tr.wpsi-selected td a {
  color: white;
  text-decoration: underline;
}
#wpsi-dashboard #dashboard .item-content table.wpsi-dataTable tbody tr.wpsi-selected:hover {
  background-color: rgba(58, 160, 220, 0.34901961);
}
#wpsi-dashboard #dashboard .item-content table caption {
  height: 50px;
  text-align: left;
  margin-top: -10px;
  padding-bottom: 10px;
}
#wpsi-dashboard #dashboard .item-content table tbody tr {
  border-bottom: 0.1em solid #e0e0e0;
}
#wpsi-dashboard #dashboard .item-content table tr {
  height: 40px;
  padding: 0.35em;
}
#wpsi-dashboard #dashboard .item-content table th,
#wpsi-dashboard #dashboard .item-content table td {
  padding: 0.625em;
  text-align: left;
  font-size: 12px;
}
#wpsi-dashboard #dashboard .item-content table th {
  color: #333333;
  font-size: 14px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right;
}
#wpsi-dashboard #dashboard .item-content table th:focus {
  outline: none;
}
#wpsi-dashboard #dashboard .item-content table tbody {
  color: #233333;
}
#wpsi-dashboard #dashboard .item-content table tr:first-child {
  border-top-left-radius: 0.55rem;
  border-top-right-radius: 0.55rem;
}
#wpsi-dashboard #dashboard .item-content table tr:last-child {
  margin-bottom: 0;
  border-bottom-left-radius: 0.55rem;
  border-bottom-right-radius: 0.55rem;
}
#wpsi-dashboard .full-width .item-content th {
  display: none;
}
#wpsi-dashboard .full-width .item-content td {
  padding: 0;
}
#wpsi-dashboard .full-width .item-content td textarea {
  height: 100px;
}
#wpsi-dashboard .wpsi-term {
  max-width: 250px;
}
#wpsi-dashboard .wpsi-term span {
  display: inline-block;
}
#wpsi-dashboard .wpsi-term a {
  text-decoration: none;
  color: #233333;
  max-width: 200px;
  display: block;
}
#wpsi-dashboard .wpsi-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s linear;
  white-space: nowrap;
  cursor: pointer;
}
#wpsi-dashboard .wpsi-ellipsis:focus,
#wpsi-dashboard .wpsi-ellipsis:hover {
  color: transparent;
}
#wpsi-dashboard .wpsi-ellipsis:focus:after,
#wpsi-dashboard .wpsi-ellipsis:hover:after {
  content: attr(data-text);
  overflow: visible;
  text-overflow: inherit;
  background: #fff;
  position: absolute;
  left: auto;
  top: auto;
  width: auto;
  max-width: 30rem;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 0.5rem;
  box-shadow: 0px 0px 5px 5px rgba(222, 222, 222, 0.2);
  white-space: normal;
  word-wrap: break-word;
  display: block;
  color: black;
  margin-top: -1.25rem;
  z-index: 2;
}
#wpsi-dashboard .wpsi-grid-controls {
  float: right;
}
#wpsi-dashboard .wpsi-grid-controls .wpsi-date-filter {
  border: 1px solid #e0e0e0;
}
#wpsi-dashboard .hit-icon {
  font-size: 1.6em;
}
#wpsi-dashboard .icon-cancel {
  color: #d7263d;
}
#wpsi-dashboard .icon-ok {
  color: #61ce70;
}
#wpsi-dashboard #term-link {
  text-decoration: none;
}
#wpsi-dashboard .wpsi-table-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  position: absolute;
  bottom: 45px;
  width: 100%;
}
#wpsi-dashboard .wpsi-table-footer button {
  float: right;
}
#wpsi-dashboard .wpsi-dt-pagination {
  flex: 1;
  margin-bottom: 10px;
  cursor: pointer;
}
#wpsi-dashboard .wpsi-dt-pagination .dt-paging nav {
  display: flex;
  flex-direction: row;
}
#wpsi-dashboard .wpsi-dt-pagination .dt-paging .dt-paging-button {
  color: #333333;
  padding: 0.5em 1em;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 1px 1px #e0e0e0;
  margin: 0 2px;
  background-color: white;
}
#wpsi-dashboard .wpsi-dt-pagination .dt-paging .dt-paging-button.next,
#wpsi-dashboard .wpsi-dt-pagination .dt-paging .dt-paging-button.previous {
  padding: 0.5em 1.8em;
  color: #d7263d;
}
#wpsi-dashboard .wpsi-dt-pagination .dt-paging .dt-paging-button.disabled {
  color: #aaaaaa;
  background-color: #f9f9f9;
  border-color: #e8e8e8;
  cursor: not-allowed;
  opacity: 0.7;
  box-shadow: none;
}
#wpsi-dashboard .wpsi-dt-pagination .dt-paging .dt-paging-button:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}
#wpsi-dashboard .wpsi-dt-pagination .dt-paging .dt-paging-button.current {
  color: white;
  background-color: #d7263d;
  border: 0;
}
#wpsi-dashboard .wpsi-pagination-compact {
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
#wpsi-dashboard .wpsi-pagination-compact .paginate_button {
  padding: 0.3em 0.5em !important;
}
#wpsi-dashboard .wpsi-pagination-compact .paginate_button:nth-child(n+7):nth-child(-n+100) {
  display: none;
}
#wpsi-dashboard .wpsi-pagination-compact .paginate_button.current,
#wpsi-dashboard .wpsi-pagination-compact .paginate_button.current + .paginate_button,
#wpsi-dashboard .wpsi-pagination-compact .paginate_button.current - .paginate_button,
#wpsi-dashboard .wpsi-pagination-compact .paginate_button:first-child,
#wpsi-dashboard .wpsi-pagination-compact .paginate_button:nth-child(2),
#wpsi-dashboard .wpsi-pagination-compact .paginate_button:nth-last-child(1),
#wpsi-dashboard .wpsi-pagination-compact .paginate_button:nth-last-child(2) {
  display: inline-block !important;
}
#wpsi-dashboard #wpsi-recent-table_previous {
  padding: 0.5em 1.8em;
  color: #d7263d;
}
#wpsi-dashboard .wpsi-nr-overview {
  margin: 0 auto;
  width: 95%;
}
#wpsi-dashboard .wpsi-nr-title {
  font-size: 16px;
  font-weight: 700;
}
#wpsi-dashboard .wpsi-nr-title-in-widget {
  font-weight: 600;
}
#wpsi-dashboard .wpsi-nr-header {
  display: flex;
  flex-direction: column;
  height: 50px;
}
#wpsi-dashboard .wpsi-nr-header-items {
  padding-top: 10px;
  font-weight: 500;
}
#wpsi-dashboard .nr-widget-results-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
#wpsi-dashboard .wpsi-trend {
  margin-left: 8px;
  font-weight: 500;
  white-space: nowrap;
}
#wpsi-dashboard .wpsi-trend.wpsi-trend-up {
  color: #61ce70;
}
#wpsi-dashboard .wpsi-trend.wpsi-trend-down {
  color: #d7263d;
}
#wpsi-dashboard .wpsi-trend.wpsi-trend-new {
  background-color: #2695d7;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}
#wpsi-dashboard .popular-terms-title {
  padding-top: 15px;
}
#wpsi-dashboard .dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}
#wpsi-dashboard .dot-and-text {
  display: flex;
}
#wpsi-dashboard .result-title {
  font-weight: 600;
  padding-left: 10px;
}
#wpsi-dashboard .dot-success {
  background-color: #61ce70;
}
#wpsi-dashboard .dot-error {
  background-color: #d7263d;
}
#wpsi-dashboard .wpsi-result-count {
  color: #233333;
  padding-top: 10px;
  padding-left: 20px;
}
#wpsi-dashboard .wpsi-no-results {
  margin-top: -17px;
}
#wpsi-dashboard .wpsi-total-searches {
  padding-top: 25px;
  padding-bottom: 10px;
}
#wpsi-dashboard .wpsi-search-count {
  font-size: 16px;
  font-weight: 700;
  float: right;
}
#wpsi-dashboard .date-btn-all-searches {
  position: absolute;
  right: 180px;
  margin-top: 5px;
}
#wpsi-dashboard .wpsi-nr-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
#wpsi-dashboard .wpsi-nr-footer .dt-buttons {
  margin: 0 auto;
}
#wpsi-dashboard .wpsi-bullet {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-right: 10px;
}
#wpsi-dashboard #wpsi-start-export {
  float: right;
}
#wpsi-dashboard .wpsi-settings .item-content {
  max-height: 325px;
  overflow-y: scroll;
}
#wpsi-dashboard .wpsi-settings-intro {
  display: inline-block;
  padding-top: 10px;
  margin-bottom: 25px;
  margin-left: -58px;
}
#wpsi-dashboard .wpsi-settings-intro-text {
  font-weight: 600;
  font-size: 1.3em;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
#wpsi-dashboard .rsp-image {
  height: 35px;
  margin-left: 10px;
  margin-bottom: -12px;
}
#wpsi-dashboard .form-table {
  padding-left: 50px;
}
#wpsi-dashboard .settings-title {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 950px) {
  #wpsi-dashboard .settings-block {
    width: 85vw !important;
  }
}
#wpsi-dashboard .settings-title {
  display: flex;
  flex-direction: column;
}
#wpsi-dashboard #settings .form-table th {
  padding-top: 16px;
  width: initial;
  font-weight: 400;
}
#wpsi-dashboard #settings .wpsi-download-link {
  padding-top: 6px;
  margin-right: 20px;
}
#wpsi-dashboard #settings input[type=text],
#wpsi-dashboard #settings textarea,
#wpsi-dashboard #settings select {
  border: 1px solid #e0e0e0;
}
#wpsi-dashboard #settings textarea {
  width: 100%;
}
#wpsi-dashboard #settings .wpsi-export-grid td {
  display: flex;
}
#wpsi-dashboard #wpsi_exclude_admin {
  display: none;
}
#wpsi-dashboard .wpsi_term_length {
  width: 60px;
  text-align: center;
}
#wpsi-dashboard #clear-searches-btn-border {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
  width: 95%;
}
#wpsi-dashboard .wpsi-tips-tricks .item-content > div {
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 480px) {
  #wpsi-dashboard .wpsi-tips-tricks .item-content > div {
    flex-direction: row;
    height: auto;
    overflow: hidden;
  }
}
#wpsi-dashboard .wpsi-tips-tricks .item-content > div .wpsi-tips-tricks-element {
  width: 45%;
  margin-right: 5%;
  color: #233333;
}
@media screen and (max-width: 480px) {
  #wpsi-dashboard .wpsi-tips-tricks .item-content > div .wpsi-tips-tricks-element {
    width: 100%;
  }
}
#wpsi-dashboard .wpsi-tips-tricks .item-content > div .wpsi-tips-tricks-element a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #233333;
  padding: 5px 0;
}
#wpsi-dashboard .wpsi-tips-tricks .item-content > div .wpsi-tips-tricks-element a:hover {
  color: #d7263d;
}
#wpsi-dashboard .wpsi-tips-tricks .item-content > div .wpsi-tips-tricks-element a:hover .wpsi-bullet {
  background-color: #d7263d;
}
#wpsi-dashboard .wpsi-tips-tricks .item-content > div .wpsi-tips-tricks-element .wpsi-bullet {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background-color: #ededed;
  border-radius: 50%;
  margin-right: 12px;
  transition: background-color 0.2s ease;
}
#wpsi-dashboard .wpsi-tips-tricks .item-content > div .wpsi-tips-tricks-element .wpsi-tips-tricks-content {
  flex: 1;
  line-height: 1.4;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
#wpsi-dashboard .wpsi-tips-tricks .item-content a {
  text-decoration: none;
}
#wpsi-dashboard .wpsi-tips-tricks .button-upsell {
  margin-top: 16px;
  margin-left: 15px;
  display: block;
  clear: both;
}
#wpsi-dashboard .wpsi-tips-tricks-container-title {
  border-bottom: 1px solid #e0e0e0;
}
#wpsi-dashboard .wpsi-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 21px;
}
#wpsi-dashboard .wpsi-switch input {
  display: none;
}
#wpsi-dashboard .wpsi-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#wpsi-dashboard .wpsi-slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#wpsi-dashboard .wpsi-slider.wpsi-round {
  border-radius: 20px;
}
#wpsi-dashboard .wpsi-slider.wpsi-round:before {
  border-radius: 50%;
}
#wpsi-dashboard input:checked + .wpsi-slider {
  background-color: #2695d7;
}
#wpsi-dashboard input:checked + .wpsi-slider:before {
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
#wpsi-dashboard input:checked:disabled + .wpsi-slider {
  background-color: #d2e9f7;
}
#wpsi-dashboard input:focus + .wpsi-slider {
  box-shadow: 0 0 1px #2695d7;
}
#wpsi-dashboard .wpsi-item,
#wpsi-dashboard .item-container,
#wpsi-dashboard .item-content,
#wpsi-dashboard .wpsi-table,
#wpsi-dashboard .wpsi-grid,
#wpsi-dashboard .wpsi-grid .wpsi-item .item-container {
  overflow: visible !important;
}
#wpsi-dashboard [data-wpsi-tooltip],
#wpsi-dashboard .wpsi-tooltip-right,
#wpsi-dashboard .wpsi-tooltip-bottom,
#wpsi-dashboard .wpsi-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: visible !important;
  z-index: 10000000;
}
#wpsi-dashboard .wpsi-tooltip-right:after {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#wpsi-dashboard [data-wpsi-tooltip] {
  position: relative;
}
#wpsi-dashboard [data-wpsi-tooltip]:before,
#wpsi-dashboard [data-wpsi-tooltip]:after,
#wpsi-dashboard .wpsi-tooltip:before,
#wpsi-dashboard .wpsi-tooltip:after,
#wpsi-dashboard .wpsi-tooltip-right:before,
#wpsi-dashboard .wpsi-tooltip-right:after,
#wpsi-dashboard .wpsi-tooltip-bottom:before,
#wpsi-dashboard .wpsi-tooltip-bottom:after {
  position: absolute;
  z-index: 10000001;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  border-radius: 5px;
}
#wpsi-dashboard [data-wpsi-tooltip]:before,
#wpsi-dashboard .wpsi-tooltip:before,
#wpsi-dashboard .wpsi-tooltip-right:before,
#wpsi-dashboard .wpsi-tooltip-bottom:before {
  content: "";
  border: 6px solid transparent;
  background: transparent;
}
#wpsi-dashboard [data-wpsi-tooltip]:after,
#wpsi-dashboard .wpsi-tooltip:after,
#wpsi-dashboard .wpsi-tooltip-right:after,
#wpsi-dashboard .wpsi-tooltip-bottom:after {
  content: attr(data-wpsi-tooltip);
  padding: 8px;
  background-color: #a4000a;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  white-space: normal;
  word-wrap: break-word;
  min-width: 175px;
  max-width: 500px;
  width: auto;
  font-weight: 400;
  opacity: 0;
}
#wpsi-dashboard [data-wpsi-tooltip]:hover:before,
#wpsi-dashboard [data-wpsi-tooltip]:hover:after,
#wpsi-dashboard [data-wpsi-tooltip]:focus:before,
#wpsi-dashboard [data-wpsi-tooltip]:focus:after,
#wpsi-dashboard .wpsi-tooltip:hover:before,
#wpsi-dashboard .wpsi-tooltip:hover:after,
#wpsi-dashboard .wpsi-tooltip:focus:before,
#wpsi-dashboard .wpsi-tooltip:focus:after,
#wpsi-dashboard .wpsi-tooltip-right:hover:before,
#wpsi-dashboard .wpsi-tooltip-right:hover:after,
#wpsi-dashboard .wpsi-tooltip-right:focus:before,
#wpsi-dashboard .wpsi-tooltip-right:focus:after,
#wpsi-dashboard .wpsi-tooltip-bottom:hover:before,
#wpsi-dashboard .wpsi-tooltip-bottom:hover:after,
#wpsi-dashboard .wpsi-tooltip-bottom:focus:before,
#wpsi-dashboard .wpsi-tooltip-bottom:focus:after {
  visibility: visible;
  opacity: 1;
}
#wpsi-dashboard [data-wpsi-tooltip]:before,
#wpsi-dashboard [data-wpsi-tooltip]:after,
#wpsi-dashboard .wpsi-tooltip:before,
#wpsi-dashboard .wpsi-tooltip:after {
  bottom: 100%;
  left: 50%;
}
#wpsi-dashboard [data-wpsi-tooltip]:before,
#wpsi-dashboard .wpsi-tooltip:before {
  margin-left: -6px;
  margin-bottom: -12px;
}
#wpsi-dashboard [data-wpsi-tooltip]:after,
#wpsi-dashboard .wpsi-tooltip:after {
  margin-left: -80px;
}
#wpsi-dashboard [data-wpsi-tooltip]:hover:before,
#wpsi-dashboard [data-wpsi-tooltip]:hover:after,
#wpsi-dashboard [data-wpsi-tooltip]:focus:before,
#wpsi-dashboard [data-wpsi-tooltip]:focus:after,
#wpsi-dashboard .wpsi-tooltip:hover:before,
#wpsi-dashboard .wpsi-tooltip:hover:after,
#wpsi-dashboard .wpsi-tooltip:focus:before,
#wpsi-dashboard .wpsi-tooltip:focus:after {
  transform: translateY(-12px);
}
#wpsi-dashboard .wpsi-tooltip-bottom:before,
#wpsi-dashboard .wpsi-tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}
#wpsi-dashboard .wpsi-tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
}
#wpsi-dashboard .wpsi-tooltip-bottom:hover:before,
#wpsi-dashboard .wpsi-tooltip-bottom:hover:after,
#wpsi-dashboard .wpsi-tooltip-bottom:focus:before,
#wpsi-dashboard .wpsi-tooltip-bottom:focus:after {
  transform: translateY(12px);
}
#wpsi-dashboard .wpsi-tooltip-right {
  float: right;
}
#wpsi-dashboard .wpsi-tooltip-right:before,
#wpsi-dashboard .wpsi-tooltip-right:after {
  bottom: 50%;
  left: 100%;
}
#wpsi-dashboard .wpsi-tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  top: 3px;
}
#wpsi-dashboard .wpsi-tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
#wpsi-dashboard .wpsi-tooltip-right:hover:before,
#wpsi-dashboard .wpsi-tooltip-right:hover:after,
#wpsi-dashboard .wpsi-tooltip-right:focus:before,
#wpsi-dashboard .wpsi-tooltip-right:focus:after {
  transform: translateX(12px);
}
#wpsi-dashboard #settings .wpsi-tooltip-right {
  margin-left: 8px;
  margin-top: 1px;
}
#wpsi-dashboard .dashboard-tooltip-hits > span:nth-child(1) > span:nth-child(1) {
  margin-left: -135px;
}
#wpsi-dashboard .dashboard-tooltip-from > span:nth-child(1) > span:nth-child(1) {
  margin-left: -65px;
}
/*
    Toggle boxes styling
 */
#wpsi-toggle-dashboard {
  margin-bottom: 10px;
  height: 90px;
  display: none;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccd0d4;
  border-top: 0;
  box-shadow: 0 0 0 transparent;
}
#wpsi-toggle-dashboard #wpsi-toggle-dashboard-text {
  padding-top: 25px;
  padding-left: 35px;
  font-weight: 600;
}
#wpsi-toggle-dashboard #wpsi-checkboxes {
  padding: 10px 0 0 20px;
}
#wpsi-toggle-dashboard #wpsi-checkboxes .wpsi-toggle-items {
  margin-left: 15px !important;
}
#wpsi-toggle-link-wrap {
  width: 150px;
}
#wpsi-toggle-link-wrap #wpsi-show-toggles {
  width: 135px;
  background-color: #fff;
  color: black;
  border-color: #ccc;
}
.wpsi-thickboxheader {
  margin-top: 15px;
  font-weight: 600;
}
/*
Animated skeleton screen using CSS.

Create shapes using gradients that simulate solids.

Use `:empty` pseduo-class to show skeleton screen background only while container has no content (ex: for the "loading" state). When content is added to the container element, the pseudo-class selector won't match anymore and the skeleton screen will be removed automatically; no need to toggle a separate class on the container.

See: https://developer.mozilla.org/en-US/docs/Web/CSS/:empty

Animating one layer of the background which is a tilted linear gradient with white in the middle to achieve shine effect.
*/
.wpsi-skeleton:empty {
  width: 350px;
  height: 400px;
  /* change height to see repeat-y behavior */
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 80%), linear-gradient(#dadada 20px, transparent 0), linear-gradient(#dadada 20px, transparent 0), linear-gradient(#dadada 20px, transparent 0), linear-gradient(#dadada 20px, transparent 0);
  background-repeat: repeat-y;
  background-size: 50px 160px, /* highlight */ 150px 160px, 350px 160px, 300px 160px, 250px 160px;
  background-position: 0 0, /* highlight */ 0px 0, 0px 40px, 0px 80px, 0px 120px;
  animation: shine 1s infinite;
}
@keyframes shine {
  to {
    background-position: 100% 0, /* move highlight to right */ 0px 0, 0px 40px, 0px 80px, 0px 120px;
  }
}
/*

Settings block height

 */
.wpsi-grid .wpsi-item.wpsi-settings {
  height: auto;
  max-height: 650px;
  /* Increase from default 500px */
}
/* Adjust the content container height accordingly */
.wpsi-grid .wpsi-item.wpsi-settings .item-container {
  height: 630px;
  /* Increase from default 480px */
}
/* Adjust the item-content height */
.wpsi-grid .wpsi-item.wpsi-settings .item-content {
  height: 568px;
  /* Adjust from default 438px */
  overflow-y: auto;
}
/* Hide scrollbar when content doesn't overflow */
.wpsi-grid .wpsi-item.wpsi-settings .item-content:not(:hover)::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
/* Show scrollbar on hover only when needed */
.wpsi-grid .wpsi-item.wpsi-settings .item-content:hover::-webkit-scrollbar {
  width: 8px;
}
.wpsi-grid .wpsi-item.wpsi-settings .item-content:hover::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border-radius: 4px;
}
/* For Firefox */
.wpsi-grid .wpsi-item.wpsi-settings .item-content {
  scrollbar-width: none;
  overflow-y: auto !important;
  max-height: 550px !important;
}
.wpsi-grid .wpsi-item.wpsi-settings .item-content:hover {
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd transparent;
}
/* Fix grid item stacking */
.wpsi-grid .wpsi-item.wpsi-analytics {
  z-index: 2;
  /* Higher than tips and tricks block */
}
.wpsi-drag-handle {
  color: #333333;
}
.wpsi-card-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.wpsi-card-title {
  color: #333333;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}
.wpsi-data-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  height: 100%;
}
.wpsi-data-card .wpsi-card-number {
  margin-top: 0;
  font-size: 2.2em;
  font-weight: bold;
  color: #333333;
  padding: 5px;
}
.wpsi-data-card .wpsi-card-number .wpsi-trend {
  margin-left: 5px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: normal;
  opacity: 0.85;
}
.wpsi-data-card .wpsi-card-number .wpsi-trend-context {
  color: #233333;
  opacity: 0.7;
  font-size: 12px;
  white-space: nowrap;
}
.wpsi-data-card .wpsi-card-footer {
  color: #233333;
  font-size: 12px;
  padding: 5px;
}
.wpsi-data-card .wpsi-trend-up {
  color: #61ce70;
}
.wpsi-data-card .wpsi-trend-down {
  color: #d7263d;
}
.wpsi-data-card .wpsi-card-header {
  display: none;
  font-size: 0.9em;
}
.wpsi-data-card.success {
  border-left: 4px solid #61ce70;
}
.wpsi-data-card.warning {
  border-left: 4px solid #d7263d;
}
.wpsi-data-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}
.dashicons-editor-help {
  color: #a4000a;
}
#wpsi-dashboard .wpsi-grid .wpsi-item[data-table_type="results"]:hover {
  z-index: 1000 !important;
}
#wpsi-dashboard .wpsi-grid .wpsi-item[data-table_type="results"] .wpsi-tooltip-right:hover,
#wpsi-dashboard .wpsi-grid .wpsi-item[data-table_type="results"] .wpsi-tooltip-bottom:hover,
#wpsi-dashboard .wpsi-grid .wpsi-item[data-table_type="results"] [data-wpsi-tooltip]:hover,
#wpsi-dashboard .wpsi-grid .wpsi-item[data-table_type="results"] .wpsi-tooltip-right:focus,
#wpsi-dashboard .wpsi-grid .wpsi-item[data-table_type="results"] .wpsi-tooltip-bottom:focus,
#wpsi-dashboard .wpsi-grid .wpsi-item[data-table_type="results"] [data-wpsi-tooltip]:focus {
  z-index: 100001 !important;
}
#wpsi-dashboard .wpsi-grid .wpsi-item[data-table_type="popular"] {
  z-index: 1;
}
#wpsi-dashboard .wpsi-tooltip-right:after,
#wpsi-dashboard .wpsi-tooltip-bottom:after,
#wpsi-dashboard [data-wpsi-tooltip]:after {
  z-index: 100002 !important;
}
.wpsi-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.wpsi-loading-overlay .wpsi-loading-content {
  text-align: center;
  background-color: white;
  padding: 20px 30px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.wpsi-loading-overlay .wpsi-loading-content .wpsi-loading-spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #d7263d;
  animation: wpsi-spin 1s ease-in-out infinite;
  margin-bottom: 10px;
}
.wpsi-loading-overlay .wpsi-loading-content .wpsi-loading-text {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
.wpsi-loading-overlay .wpsi-loading-content .wpsi-loading-percentage {
  font-weight: bold;
  margin-left: 5px;
}
.wpsi-loading-overlay .wpsi-loading-content .wpsi-loading-progress-container {
  margin-top: 15px;
  width: 200px;
  height: 8px;
  background-color: #e2e4e7;
  border-radius: 4px;
  overflow: hidden;
}
.wpsi-loading-overlay .wpsi-loading-content .wpsi-loading-progress-container .wpsi-loading-progress {
  height: 100%;
  background-color: #d7263d;
  width: 0%;
  transition: width 0.3s ease;
}
@keyframes wpsi-spin {
  to {
    transform: rotate(360deg);
  }
}
#wpsi-total-count,
.wpsi-search-count {
  font-weight: 500;
  font-size: 13px;
}
@media (max-width: 782px) {
  .wpsi-search-count {
    font-size: 13px;
  }
}
.wpsi-table .dt-column-header {
  display: flex;
  align-items: center;
  position: relative;
}
.wpsi-table .dt-column-title {
  display: inline-block;
  vertical-align: middle;
}
.wpsi-table .dt-column-order {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
.wpsi-table .dt-column-order::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ededed;
  opacity: 0.6;
}
.wpsi-table th.dt-ordering-asc .dt-column-order::before {
  content: none;
}
.wpsi-table th.dt-ordering-asc .dt-column-order::after {
  content: "\f142";
  font-family: dashicons;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #d7263d;
  opacity: 1;
  font-weight: bold;
}
.wpsi-table th.dt-ordering-desc .dt-column-order::before {
  content: none;
}
.wpsi-table th.dt-ordering-desc .dt-column-order::after {
  content: "\f140";
  font-family: dashicons;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #d7263d;
  opacity: 1;
  font-weight: bold;
}
.wpsi-table th:not(.dt-orderable-asc):not(.dt-orderable-desc) .dt-column-order::before {
  display: none;
}
.wpsi-table th:hover .dt-column-order::before,
.wpsi-table th:hover .dt-column-order::after {
  opacity: 1;
}
.wpsi-stat-trend {
  margin-left: 10px;
  display: inline-block;
}
.wpsi-stat-trend .wpsi-trend {
  font-size: 13px;
  margin-left: 0;
}
.wpsi-stat-trend .wpsi-trend-context {
  color: #333333;
  opacity: 0.7;
  font-size: 12px;
  white-space: nowrap;
}
.wpsi-popular-filter {
  position: relative;
  display: inline-block;
}
.wpsi-popular-filter select {
  padding: 5px 28px 5px 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  color: #233333;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24"><path fill="%23555" d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  cursor: pointer;
}
.wpsi-popular-filter select:hover {
  border-color: #999;
}
.wpsi-popular-filter select:focus {
  border-color: #5b9dd9;
  box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
  outline: none;
}
.wpsi-popular-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  position: fixed;
  bottom: 20px;
  gap: 10px;
  border-color: #e0e0e0;
}
.wpsi-popular-pagination .wpsi-pagination-btn {
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 1px 1px #e0e0e0;
  margin: 0 2px;
  background-color: white;
  padding: 0.5em 1.8em;
  color: #d7263d;
  cursor: pointer;
}
.wpsi-popular-pagination .wpsi-pagination-btn:hover:not([disabled]) {
  background-color: #e0e0e0;
  cursor: pointer;
}
.wpsi-popular-pagination .wpsi-pagination-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.wpsi-popular-pagination .wpsi-pagination-info {
  color: #333333;
  font-size: 12px;
  padding: 0 10px;
}
.wpsi-pro-upsell {
  margin-top: 15px;
  padding: 12px;
  background-color: #f9f9e8;
  border: 1px solid #e5e5b8;
  border-radius: 3px;
}
.wpsi-pro-upsell p {
  color: #666;
  margin: 0 0 10px 0;
  font-size: 13px;
}
.wpsi-pro-upsell a.button-primary {
  background-color: #d7263d;
  border-color: #c52236;
}
.wpsi-pro-upsell a.button-primary:hover {
  background-color: #c52236;
  border-color: #b31e30;
}
.daterangepicker {
  z-index: 100000 !important;
}
.daterangepicker .ranges,
.daterangepicker .drp-calendar,
.daterangepicker .drp-buttons {
  z-index: 100001 !important;
}
.daterangepicker.show-calendar {
  z-index: 100000 !important;
}
/*# sourceMappingURL=style.css.map */