.c7nagile-choose-field-list {
  width: 280px;
  max-height: 410px;
  display: flex;
  flex-direction: column;
  background: white;
  box-shadow: 0 1px 8px 0 var(--divider), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -2px rgba(0, 0, 0, 0.2);

  &-search {
    height: 50px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 15px;
    border-bottom: 1px solid var(--divider);
  }

  &-header {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 40px;
    border-bottom: 1px solid var(--divider);
    padding: 0 15px;
  }

  &-content {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 15px 15px;
  }

  &-title {
    color: var(--text-color3);
    margin-bottom: 5px;
    margin-top: 10px;
  }

  &-list {
    display: flex;
    flex-wrap: wrap;
  }

  &-item {
    width: 50%;
    margin: 6px 0;
  }
  .c7n-pro-checkbox:disabled + .c7n-pro-checkbox-inner {
    background-color: #f5f5f5 !important;
  }
}
