@charset "UTF-8";
body.gh_reporting #wpcontent {
  padding: 0;
}
body.gh_reporting .wrap {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
body.gh_reporting .gh-header + h2.gh-nav {
  margin-left: 0 !important;
}
body.gh_reporting .number-total,
body.gh_reporting .groundhogg-quick-stat-number {
  font-family: "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
}
body.gh_reporting .gh-panel .notice {
  margin: 10px;
  border-radius: 5px;
}
body.gh_reporting .gh-panel h2.title:has(.dashicons) {
  display: flex;
  align-items: center;
  gap: 3px;
}
body.gh_reporting .display-grid .gh-panel {
  position: relative;
}
body.gh_reporting .wrap.blurred {
  filter: blur(3px);
}
body.gh_reporting .gh-loader-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: -20px;
  bottom: 0;
  background: #FFF;
  opacity: 0.5;
  z-index: 9999;
}
body.gh_reporting .gh-tooltip {
  max-width: 200px;
}
body.gh_reporting .gh-loader {
  top: 50vh;
  margin: 0 !important;
  left: 50%;
  font-size: 40px !important;
  position: absolute !important;
  z-index: 99999;
}
body.gh_reporting img {
  max-width: 100%;
}
body.gh_reporting #screen-meta-links {
  display: none;
}
body.gh_reporting .nav-tab-wrapper {
  margin-bottom: 20px !important;
}

#groundhogg-datepicker-wrap {
  max-width: 450px;
}

.big-chart-wrap {
  height: 400px;
  padding: 10px;
}

.groundhogg-report {
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #ccd0d4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.groundhogg-report .inside {
  padding: 20px;
}

.groundhogg-quick-stats {
  margin-top: 20px;
}

.groundhogg-quick-stats .groundhogg-report {
  display: flex;
}

.groundhogg-quick-stats .groundhogg-quick-stat:first-child {
  border-left: none;
  border-radius: 5px 0 0 5px;
}

.groundhogg-quick-stats .groundhogg-quick-stat:last-child {
  border-radius: 0 5px 5px 0;
}

.groundhogg-quick-stats .groundhogg-quick-stat {
  width: 25%;
  position: relative;
  padding: 17px 20px 15px;
  border-left: 1px solid #ccd0d4;
  background: #FFF;
}

.groundhogg-quick-stat .groundhogg-quick-stat-number {
  font-size: 40px;
  line-height: 1;
}
.groundhogg-quick-stat .groundhogg-quick-stat-number a {
  text-decoration: none;
  line-height: 1;
}

.groundhogg-quick-stat .groundhogg-quick-stat-previous {
  /*margin: 10px 0 0 0;*/
  font-size: 16px;
  text-align: right;
}

.groundhogg-quick-stat .groundhogg-quick-stat-previous.red {
  color: #d73638;
}

.groundhogg-quick-stat .groundhogg-quick-stat-previous.green {
  color: #5cc0a5;
}

.groundhogg-quick-stat .groundhogg-quick-stat-arrow:before {
  display: inline-block;
  content: "➜";
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.groundhogg-quick-stat-arrow.up:before {
  transform: rotate(-90deg);
}

.groundhogg-quick-stat-arrow.down:before {
  transform: rotate(90deg);
}

.groundhogg-quick-stat .groundhogg-quick-stat-compare {
  text-align: right;
  font-size: 12px;
  color: #acbdc9;
  display: inline-block;
}

.groundhogg-chart {
  width: 50%;
  position: relative;
  /*padding: 17px 20px 15px;*/
  /*border-left: 1px solid #ccd0d4;;*/
  background: #FFF;
  padding: 20px;
  border: 1px solid #ccd0d4;
  border-radius: 5px;
}

.groundhogg-chart-no-padding {
  width: 50%;
  position: relative;
  /*padding: 17px 20px 15px;*/
  /*border-left: 1px solid #ccd0d4;;*/
  background: #FFF;
  border: 1px solid #ccd0d4;
  border-radius: 5px;
  /*min-height: 200px;*/
}

.groundhogg-chart-no-padding.full-width {
  width: 100%;
  margin: 0 !important;
}

.groundhogg-chart-no-padding .notice {
  margin: 10px;
}

.groundhogg-chart:first-child, .groundhogg-chart-no-padding:first-child {
  margin-right: 15px;
}

.groundhogg-chart-no-padding div.inner {
  border-radius: 0 0 5px 5px;
}

.groundhogg-chart-wrapper {
  margin-bottom: 15px;
  margin-top: 15px;
  display: flex;
  border-radius: 5px;
}

.percentage-change.bad {
  color: #ff0000;
}

.percentage-change.good {
  color: #99cc00;
}

.gh-panel #table_funnel_stats td:first-child a.step-title {
  font-size: 16px;
  font-weight: normal;
}
.gh-panel .table-scroll {
  overflow-x: auto;
}
.gh-panel table.groundhogg-report-table tr th, .gh-panel table.groundhogg-report-table tr td {
  font-size: 14px;
  padding: 13px;
}
.gh-panel table.groundhogg-report-table tr th:not(:first-child), .gh-panel table.groundhogg-report-table tr td:not(:first-child) {
  padding-left: 0;
}
.gh-panel table.groundhogg-report-table tr th.great, .gh-panel table.groundhogg-report-table tr td.great {
  background-color: #d3e6cb;
}
.gh-panel table.groundhogg-report-table tr th.good, .gh-panel table.groundhogg-report-table tr td.good {
  background-color: #eef7e3;
}
.gh-panel table.groundhogg-report-table tr th.fair, .gh-panel table.groundhogg-report-table tr td.fair {
  background-color: #fef8e3;
}
.gh-panel table.groundhogg-report-table tr th.poor, .gh-panel table.groundhogg-report-table tr td.poor {
  background-color: #ffe6dd;
}
.gh-panel table.groundhogg-report-table tr th.bad, .gh-panel table.groundhogg-report-table tr td.bad {
  background-color: #F4CCCC;
}
.gh-panel table.groundhogg-report-table tr th .step-icon, .gh-panel table.groundhogg-report-table tr td .step-icon {
  position: absolute;
  width: 46px;
  top: 6px;
  left: 6px;
}
/* NEW CSS FOR TABLE */
table.groundhogg-report-table tbody tr:nth-child(odd) {
  background-color: rgba(0, 117, 255, 0.02);
}

.groundhogg-table-box {
  width: 100%;
  margin: 0 auto;
}

table.groundhogg-report-table {
  table-layout: auto;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

table.groundhogg-report-table a {
  text-decoration: none;
}

table.groundhogg-report-table th {
  line-height: 1.2;
  display: table-cell;
  padding: 15px;
  font-weight: 500;
  font-size: 15px;
  vertical-align: top;
}

table.groundhogg-report-table th,
table.groundhogg-report-table td {
  text-align: center;
}

table.groundhogg-report-table th:last-child,
table.groundhogg-report-table td:last-child {
  text-align: right;
}

table.groundhogg-report-table th:first-child,
table.groundhogg-report-table td:first-child {
  text-align: left;
}

table.groundhogg-report-table td {
  font-size: 15px;
  color: #666666;
  line-height: 1.2;
  /*font-weight: unset !important;*/
  display: table-cell;
  padding: 15px;
  text-decoration: none;
  /*word-break: break-word;*/
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 75px;
  white-space: nowrap;
}

table.groundhogg-report-table tr:last-child td {
  border-bottom: none;
}

table.groundhogg-report-table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.groundhogg-report-table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

#table_broadcast_stats table.groundhogg-report-table td:first-child,
#table_email_stats table.groundhogg-report-table td:first-child {
  width: 40px;
  font-weight: bold;
}

#table_broadcast_link_clicked table.groundhogg-report-table th:nth-child(2),
table.groundhogg-report-table th:last-child,
table.groundhogg-report-table td:last-child {
  width: 100px;
}

/* Sent, Opens, Clicks */
.emails-list table th:nth-child(4),
.emails-list table td:nth-child(4),
.emails-list table th:nth-child(3),
.emails-list table td:nth-child(3),
.emails-list table th:nth-child(2),
.emails-list table td:nth-child(2) {
  width: 70px;
}

/*table.groundhogg-report-table tr:last-child{*/
/*    border-radius: 0 0 5px 5px;*/
/*}*/
.chart-legend li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.chart-legend {
  max-height: 250px;
  overflow: auto;
}

.chart-legend li {
  cursor: pointer;
}

.strike {
  text-decoration: line-through !important;
}

.float-left {
  float: left;
}

.notice-no-data {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

#table_funnel_stats table td:first-child {
  position: relative;
  padding-left: 65px;
}

.donut-chart-left {
  width: 60%;
}

.donut-chart-right {
  width: 40%;
}

#leadscore-ad {
  width: 100%;
  filter: blur(3px);
  opacity: 0.3;
}

.gh-donut-chart-wrap {
  width: 100%;
  box-sizing: border-box;
}

.broadcast-type {
  font-size: 10px;
  font-weight: 600;
  margin-right: 10px;
  opacity: 0.7;
}

#groundhogg-datepicker .dr-preset-list {
  left: 0;
}
#groundhogg-datepicker .dr-selections {
  right: 0;
}

#chart_funnel_breakdown {
  display: flex;
  padding: 0 25px;
  align-items: stretch;
  justify-content: space-evenly;
  --spacer-height: 20px;
  --stage-height: 60px;
}
#chart_funnel_breakdown div.funnel-labels {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#chart_funnel_breakdown div.funnel-labels div.funnel-stage-label {
  height: var(--stage-height);
  display: flex;
  align-items: center;
  font-size: 14px;
}
#chart_funnel_breakdown div.funnel-labels div.funnel-stage-label a {
  color: #f58115;
}
#chart_funnel_breakdown div.funnel-stages {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue", Helvetica, Arial, Lucida Grande, sans-serif;
  width: 50%;
}
#chart_funnel_breakdown div.funnel-stages .stage-percentage {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #102640;
  color: #fff;
  height: var(--spacer-height);
  line-height: 0;
}
#chart_funnel_breakdown div.funnel-stages div.funnel-stage-layer {
  position: relative;
  height: var(--stage-height);
  background: rgba(245, 129, 21, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
#chart_funnel_breakdown div.funnel-stages div.funnel-stage-layer a {
  color: #000;
}
#chart_funnel_breakdown div.funnel-stages div.funnel-stage-layer:hover {
  color: #fff;
  background-color: #f58115;
}
#chart_funnel_breakdown div.funnel-stages div.funnel-stage-layer:hover a {
  color: #fff;
}

@media only screen and (max-width: 700px) {
  .groundhogg-chart-wrapper {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
  }

  .groundhogg-chart-no-padding {
    width: 100%;
    margin-top: 15px;
    position: relative;
    /* padding: 17px 20px 15px; */
    background: #FFF;
    border: 1px solid #d6e2ed;
    border-radius: 5px;
    min-height: 200px;
  }

  .groundhogg-chart {
    width: 100%;
    margin-top: 15px;
    position: relative;
    /*padding: 17px 20px 15px;*/
    background: #FFF;
    border: 1px solid #d6e2ed;
    border-radius: 5px;
    min-height: 250px;
    padding: 0px;
    float: left;
  }

  div:not(#table_broadcast_stats) > table.groundhogg-report-table tr {
    position: relative;
  }
  div:not(#table_broadcast_stats) > table.groundhogg-report-table th:not(:first-child) {
    display: none;
  }
  div:not(#table_broadcast_stats) > table.groundhogg-report-table td {
    display: block !important;
    position: relative;
    width: 100% !important;
    box-sizing: border-box;
    text-align: left !important;
  }
  div:not(#table_broadcast_stats) > table.groundhogg-report-table td:not(:first-child) {
    padding-left: 60% !important;
    border-top: none !important;
    padding-top: 0 !important;
    font-size: 13px !important;
  }
  div:not(#table_broadcast_stats) > table.groundhogg-report-table td:not(:first-child):before {
    position: absolute;
    left: 30px;
    display: block;
    overflow: hidden;
    width: 32%;
    content: attr(data-colname);
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
  }

  #edit-funnel {
    display: none;
  }
}

/*# sourceMappingURL=reporting.css.map */
