.pisell-lowcode__schedules-component-resources {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  .resources-title {
    color: #000000;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 24px;
  }
  .resources-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 32px;
    .resources-filter-icon {
      font-size: 25px;
      margin-left: 20px;
    }
  }

  .resources-list {
    padding: 0 32px;
    overflow-y: auto;
    flex: 1;
    .ant-collapse-item {
      padding: 20px 0;
    }
    .ant-collapse-header {
      padding: 0;
      .ant-collapse-header-text {
        color: #1b1b1b;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
      }
      .ant-collapse-arrow {
        font-size: 16px;
        color: #000000;
      }
    }
    .ant-collapse-content-box {
      padding: 0;
    }
  }
}
