@use "/styles/all" as *;

.inputWithIconContainer {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  :global {
    .ant-select-selection-item {
      font-family: "GothamMedium";
      line-height: 1 !important;
      word-break: break-word !important;
      white-space: pre-line !important;
    }

    .ant-select-single {
      width: 100%;
      height: 100%;
    }

    .ant-select-selector {
      height: 44px !important;
    }
  }
}

.prefixIcon {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 25px;
  transform: translate(-50%, -50%);
}

.withPrefix :global {
  .ant-select-selection-search,
  .ant-select-selection-item {
    padding-inline-start: 28px !important;
  }
}

.loadingSpinner {
  margin-block-start: -5px;
  margin-inline-start: -5px;
}
