.home-card {
  width: 49%;
  margin-top: 10px;
  background: white;
  .home-card-title {
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    span {
      color: @text-color;
      margin-right: 10px;
    }
    .ant-select-selection {
      border: none;
      &:active {
        -webkit-box-shadow: none;
        box-shadow: none;
      }
    }
    .ant-select-open {
      border: none;
    }
  }
}
.ant-card-body {
  padding: 14px !important;
}
.chart-button {
  border-radius: 0;
  i {
    color: @success-color;
  }
  &:hover,
  &:focus {
    border-color: @success-color;
  }
}
.menu-button {
  border-radius: 0;
  &:hover,
  &:focus {
    border-color: @border-color-base;
    color: @success-color;
  }
}
.reload-button {
  margin: 0 5px;
  color: @primary-color;
}
.arrows-button {
  i {
    color: @warning-color;
  }
  &:hover,
  &:focus {
    border-color: @warning-color;
  }
}
