.vi-ui.form .fields {

  .four.wide.field {
    align-self: center;
  }

  .description:nth-child(2) {
    padding: 0 0.5em !important;
  }
}

.vi-ui.form .fields .thirteen.wide.field input {
  /*padding: 0.4em 0.6em;*/
}

.vi-ui.form .fields .thirteen.wide.field select {
  /*padding: 0.4em 0.6em;*/
}

.nimap-location-icon {
  position: absolute;
  top: 10px;
  right: 5px;
  cursor: pointer;

  .nimap-location-icon-loading {
    display: none;
  }

  &.nimap-geolocation-loading {

    .nimap-location-icon-loading {
      display: block;
    }

    i {
      display: none;
    }
  }
}

#custom_meta_box_nimap_address {

  .nimap-hidden {
    display: none !important;
  }

  .nimap-store-address-search-block {
    display: flex;

    .content {
      width: 100%;
      position: relative;

      input {
        //padding-right: 35px;
      }
    }

    .button {
      width: fit-content;
    }
  }
}

.nimap-store-address-map {

  .nimap-address-map-canvas {
    height: 400px;
  }
}