
.form-group {
  .select2-container {

    background: #FFF;
    padding-left: 1rem;
    width: 100% !important;
  }
}

.select2-container--bootstrap4 {
  height: initial;

  .select2-results__group {
    color: initial;
  }
}

.search {
  height: 100%;
  align-items: center;

  select {
    background: transparent !important;
    border: none !important;
  }

  .marker {
    padding: 0 0.5rem 0 1.5rem;
    background: transparent;
    font-size: 1rem;
    text-align: right;
  }

  #data2ui-selected-city {
    .select2-selection {
      height: 100%;
      min-height: 42px;
      line-height: 100%;
      padding: 0 5px;
      text-transform: uppercase;
      font-weight: bold;
      text-align: left;
    }
  }
}