#spothit__dashboard {
  width: 100%;
}

.sh-widget {
  background-color: #fff;
  border-radius: 20px;
  padding-left: calc(1.5rem * .5);
  padding-right: calc(1.5rem * .5);
  // min-height: 400px;
  height: 100%;
  @extend %shadow-out;
}

#empty_credits_datas {

  .sh-widget-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
  }

  .icon-alert-credit {
    font-size: 50px;
  }


}

.sh-widget-title {
  background: $grey-secondary;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 15px 0px;
}

.sh-widget-title h3 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

.sh-widget-content {
  padding: 15px 0px;
}

.sh-widget-footer {
  padding: 15px 0px;
}

.widget-credits .col-product-credits {
  border-left: 1px solid #ddd;
}

.widget-credits .product-legend {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #ff0000;
}

.widget-credits .product-credits {

  p,
  span {

    font-size: 36px;
    font-weight: 300;
  }
}

.widget-credits .product-name {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 40px;
}

#last_campaigns_list {

  ul {
    padding: 0;

    li {
      display: flex;
      justify-content: space-between;
      padding: 5px 10px;
      min-height: 30px;
      height: fit-content;
      width: 100%;

      &:nth-child(2n+1) {
        background-color: $grey-background;
      }

      span {
        text-align: center;

        &:nth-child(1) {
          color: $blue-primary;
          width: 30px;
        }

        &:nth-child(2) {
          font-weight: bold;
          width: 40%;
          text-overflow: ellipsis;
          display: block;
          overflow: hidden;
          white-space: nowrap;
        }

        &:nth-child(3) {
          width: 20%;
          max-width: 30%;
        }

        &:nth-child(4) {
          border-radius: 20px;
          color: white;
          padding: 0.2em 1em;
          width: 100px;
          font-size: 13px;

          &.error-status {
            background-color: $blue-light;
          }

          &.success-status {
            background-color: $green-success;
          }
        }
      }
    }
  }
}


@media screen and (max-width: 1100px) {
.diagram-container {
  display: none;
}
.col-product-credits {
  text-align: center;
}
}
