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

    .input-item {
      min-height: 40px;
      border: 1px solid @input-border-color;
      &.margin-top {
        margin-top: 15px;
      }
    }
    .am-list-item.am-input-item {
      padding-left: 10px !important;
    }
    .am-list-item .am-input-control input {
      color: rgba(0, 0, 0, 0.65);
      font-size: var(--title-default-sizee);
    }
    .mask-container {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      .am-list {
        height: 0;
        flex: 1;
        overflow-y: scroll;
        .am-checkbox-input {
          width: 100% !important;
          height: 100% !important;
        }
      }
      .widget-user-selected-button {
        width: 100%;
        padding: 11px 15px;
        z-index: 2;
        background: #fff;
        box-sizing: border-box;

        .am-button {
          height: 47px;
          line-height: 47px;
        }
      }
    }
  }
}
