.pisell-lowcode__schedules-component-resources-detail {
  .resources-detail-head {
    padding: 18px 24px;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    .resources-detail-crumb {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      cursor: pointer;
      .crumb-back {
        font-size: 20px;
        color: #d9d9d9;
        margin-right: 8px;
        cursor: pointer;
      }
      .crumb-title {
        color: #d9d9d9;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
      }
    }
    .resources-title {
      color: #1b1b1b;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 22px;
      margin-left: 2px;
    }
  }

  .resources-detail-card {
    padding: 20px 24px;
    padding-bottom: 50px;
    .card-title {
      color: #1b1b1b;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 22px;
      margin-bottom: 16px;
    }
    .schedules-type-list {
        padding: 0 0 27px 0;
        .schedules-type-item {
            padding: 10px 0 8px 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #E2E8F0;
            .dot {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                display: inline-block;
            }
            .name {
                color: #1C1F23;
                font-size: 14px;
                font-style: normal;
                font-weight: 600;
                line-height: 20px;
                margin-left: 12px;
            }
        }
    }
    .pisell-lowcode__resourcesadd-assign-btn {
        width: 170px;
        height: 48px;
        font-size: 16px;
    }
    .products-type {
        display: flex;
        flex-direction: column;
        .ant-radio-wrapper {
            margin-bottom: 12px;
        }
    }
    .products-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 12px;
        .browse {
            height: 44px;
            margin-left: 12px;
            width: 60px;
        }
    }

    .product-info {
        display: flex;
        align-items: center;
        .product-name {
            margin-left: 20px;
        }
    }
    .product-del {
        font-size: 20px;
        cursor: pointer;
    }
  }
}

.pisell-lowcode__schedules-component-resources-detail-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  padding: 8px 16px;
  border-top: 1px solid rgba(22, 44, 88, 0.09);
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  .footer-btn {
    flex: 1;
    &.cancel-btn {
      margin-right: 12px;
    }
  }
}