.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;
  z-index: 999;
  .footer-btn {
    flex: 1;
    &.cancel-btn {
      margin-right: 12px;
    }
  }
}
