@charset "UTF-8";
@import "~@alifd/theme-19629/index.scss";

.cuk-input-con {
  .icon-checkbox-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    .next-checkbox-label {
      flex: 1;
    }

    &-context {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;

      &-active {
        opacity: 0.4;
      }
    }

    &-left {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      font-family: PingFangSC-Regular;
      font-size: 12px;
      color: #595959;
      letter-spacing: 0;
    }

    &-img {
      width: 42px;
      height: 42px;
      border: 1px solid #e5e5e5;
      border-radius: 2px;
      margin-left: 8px !important;
      margin-right: 12px;
    }

    &-right {
      width: 12px;
      height: 12px;
    }
  }
}
