.lx-verify-search-container {

  display: flex;

  align-items: center;

  height: 45px;

  gap: 20px;

}



.lx-verify-search-container .lx-verify-search-input {

  height: 100%;

}



.lx-verify-search-container .lx-verify-search-button {

  display: flex;

  justify-content: center;

  align-items: center;

  white-space: nowrap;

  gap: 8px;

  border-radius: 10px;

  height: 100%;

  color: white;

  transition: all 0.3s ease;

}



.lx-verify-search-container .lx-verify-search-button .lx-button-text,

.lx-verify-search-container .lx-verify-search-button svg {

  transition: inherit;

  fill: currentColor;

}

.lx-verify-search-button.loading {
  cursor: not-allowed;
  opacity: 0.5;
}



.lx-verify-search-container .lx-verify-search-button .lx-button-text {

  font-size: 0.875rem;

  font-weight: 500;

  color: inherit;

}