// This file is part of Coog. The COPYRIGHT file at the top level of
// this repository contains the full copyright notices and license terms.

@import '../variables';
@import '../typography.scss';

.osm-address-field {
  @include font-defaults;

  .icon {
    display: none;
  }

  &.loading {
    .geocoder-container {
      .geoapify-autocomplete-input {
        color: rgba(black, 0.5);
      }
    }

    .icon {
      display: block;
      width: fit-content;
      position: relative;
      float: right;
      right: 34px;
      margin-top: -30px;
    }
  }
}
