.pisell-lowcode-select-holder {
  &-modal {
    .pisell-view-grid-item {
      > div {
        height: 100%;
        .pisell-lowcode-card {
          height: 100% !important;
        }
      }
    }
    .pisell-lowcode-modal-content {
      .pisell-lowcode-modal-header {
        .pisell-lowcode-modal-title {
          text-align: center!important;
        }
      }
    }
  }


  &-modal-title {
    color: var(--Gray-900, #101828);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 16px;
  }

  &-selected-info {
    margin-bottom: 16px;
    color: #d92d20;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }

  &-selected-info-max {
    color: #7f56d9;
  }

  &-modal-mobile {
    .pisell-lowcode-modal-header {
      border: none !important;
    }
  }

  &-footer {
    display: flex;
    gap: 12px;
    width: 100%;
    button {
      flex: 1;
      height: 40px;
    }
  }
}

.pisell-lowcode-select-holder-modal {
  .pisell-view-grid-item {
    > div {
      height: 100%;
      .pisell-lowcode-card {
        height: 100% !important;
      }
    }
  }
  .ant-modal-content {
    .ant-modal-close {
      .ant-modal-close-x {
        width: unset !important;
        height: unset !important;
      }
    }
    .ant-modal-footer {
      padding-top: 12px;
    }
  }

  .pisell-lowcode-select-holder-modal-title {
    color: var(--Gray-900, #101828);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .pisell-lowcode-select-holder-selected-info {
    margin-bottom: 16px;
    color: #d92d20;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .pisell-lowcode-select-holder-selected-info-max {
    color: #7f56d9;
  }

  .pisell-lowcode-select-holder-add-card {
    .pisell-lowcode-avatar {
      background: var(--Primary-100, #f4ebff);
      .pisell-lowcode-avatar-string {
        line-height: 32px !important;
        width: 32px;
        height: 32px;
      }

      .anticon {
        font-size: 32px !important;
      }
    }

    .select-holder-name {
      color: var(--Text-Text_1, #1b1b1b);
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
    }
  }
}

// .pisell-lowcode-select-holder-footer {
//   display: flex;
//   gap: 12px;
//   width: 100%;
//   button {
//     flex: 1;
//     height: 40px;
//   }
// }

// .pisell-lowcode-select-holder-modal-mobile {
//   .pisell-lowcode-modal-header {
//     border: none !important;
//   }
// }
