.g-status-box {
  position: relative;
  min-height: 108px;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #e6e9ed;
  border-radius: 0.25em;

  &__content {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
  }

  &__icon {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #e6e9ed;
    font-size: 36px;
  }

  &__label {
    font-weight: 700;
  }

  &__select {
    width: auto;
  }

  &__body {
    padding: 10px 0;
  }

  &__value {
    display: block;
    color: #5a738e;
    font-size: 32px;
    line-height: 32px;
  }

  &__change {
    font-weight: 700;

    &--up {
      color: #26b99a;
    }

    &--down {
      color: #d9534f;
    }
  }

  &__graph {
    position: absolute;
    bottom: 0;
    opacity: 0.25;
  }

  &__donut {
    position: absolute;
    right: 15px;
    bottom: 10px;
    width: 60px;
    height: 60px;
    opacity: 0.25;
  }
}
