ai-dashboard-create {
  display: block;

  .header {
    height: 40px;
    background: white;
    border-bottom: 1px solid #dddddd;
    display: flex;

    & > div {
      flex: 1;
      padding: 0 10px;
      line-height: 40px;
    }

    .title-area {
      label {
        line-height: 40px;
        font-size: 14px;
      }
    }

    .operation-area {
      text-align: right;
      padding-right: 30px;

      .o-items {
        margin: 0 10px;
        color: var(--global-theme-color-deep, #04BEB4);
      }

      time-filter {
        border: none;
      }
    }
  }

  .search-div {
    background: white;
    box-sizing: content-box;

    .multi {
      display: block;

      .multiSelect {
        width: 100%;

        > button {
          overflow: hidden;
          width: 100%;
          border: 1px solid #e4e4e4;
          height: 34px;
        }
      }
    }

    .timefilter-button {
      height: 30px;
      line-height: 30px;
    }

    .setting {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      padding: 20px 10px 10px;
    }

    .form-item {
      margin-right: 15px;
      height: 61px;
      flex: 1;
    }

    .form-control {
      &:focus {
        border-color: #ecf0f1 !important;
      }
    }
  }

  .report-charts {
    display: flex;
    flex-wrap: wrap;

    .echarts {
      width: 33%;
      height: 280px;
    }
  }

  .calendarChart {
    height: 400px;
  }

  .query-charts {
    position: relative;
    height: 40px;
    margin: 10px 0;

    button {
      position: absolute;
      right: 10px;
      top: 3px;
    }
  }

  .exception-area {
    text-align: center;
    padding: 10em 0;
    color: #8D8D8D;
  }
}
