.root {
  // :global {
  @import (less) '../../../utils/themes.less';

  .ss-checkbox-group {
    display: flex;
    flex-direction: column;
    .check-name {
      font-size: var(--content-second-size);
    }
    .am-checkbox-inner {
      width: 18px;
      height: 18px;
      border-radius: 4px;
      margin-right: 10px;
      &::after {
        height: 10px;
        right: 5px;
        border-width: 0 2px 2px 0;
      }
    }

    .am-checkbox-wrapper {
      padding-left: 7px;
      &:not(:last-child) {
        margin-bottom: 6px;
      }
    }
    .am-list-item,
    .am-input-item {
      min-height: 40px;
      padding-left: 10px !important;
      border: 1px solid @input-border-color;
    }
    .am-list-item.am-input-item {
      height: 40px;
    }
  }

  // }
}
