@import '../../../theme/common/var.less';

.searchAddress {
  position: absolute;
  top: 8px;
  left: 8px;
  transform: translateZ(0);
  box-shadow: @cluster-box-shadow;

  :global {
    .ant-input-affix-wrapper {
      padding: 2px 8px;
      height: 24px;
      font-size: 12px;
      border: none;
      box-shadow: none;

      input.ant-input {
        font-size: 12px;
        line-height: 20px;
      }
    }
    .ant-input-search .ant-input-suffix {
      margin-left: 0;
    }
    .ant-input-search-icon {
      padding: 0;
    }
  }
}
