@prefixCls: ecocup-cup-list;

.@{prefixCls} {
  &-container {
    height: 100%;
    background-color: #2A1C48;
    display: flex;
    flex-direction: column;
    padding: 38px 12px 12px;

    .pisell-lowcode-page-header-left {
      flex: 1;
    }

    .pisell-lowcode-action-btn-icon {
      color: #fff !important;

      &:hover {
        color: #101828 !important;
      }
    }

    .materials-grid-table-wrap {
      .grid-view-table-wrap {
        border-radius: 0 0 10px 10px;
        overflow: hidden;
      }
    }
  }

  &-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  &-date-picker {
    width: 240px !important;
    background: #916ce0;
    border-radius: 8px;

    >div>div {
      font-size: 14px;
      color: #fff;
      font-weight: 600;
      line-height: 20px;

      input {
        height: 38px !important;
        line-height: 38px !important;
        padding: 0 0 0 14px !important;

        &::selection {
          background: transparent;
        }
      }
    }
  }

  &-summary {
    &-card {
      min-height: 80px;
      border: none;

      .pisell-lowcode-card-body {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        min-height: 80px;
      }

      &-statistic {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 8px;
        font-weight: 600;

        .pisell-lowcode-statistic-title,
        .pisell-lowcode-statistic-content-value {
          line-height: 24px;
          margin: 0;
        }

        .pisell-lowcode-statistic-content-value {
          font-size: 28px;
        }

        .pisell-lowcode-statistic-content {
          line-height: 28px;
        }
      }
    }

    &-primary {
      background: #916ce0;

      .pisell-lowcode-statistic-title,
      .pisell-lowcode-statistic-content-value {
        color: #ffffff !important;
      }
    }
  }

  &-table {
    td {
      text-align: center;
    }

    &-table-row {
      &:hover {
        cursor: pointer;
      }
    }
  }

  &-table-status {
    padding: 4px 8px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    width: max-content;
    margin: 0 auto;
  }

  &-table-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  &-header-right-content {
    display: flex;
    align-items: center;
    gap: 16px;

    &-button {
      width: 100px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      box-shadow: none;
      border: 1px solid #7f56d9;
      color: #7f56d9;
      font-weight: bold;
      &:hover {
        background: #7f56d9;
        color: #fff;
      }
    }
  }
}