
.country-selector[data-v-e3360d4e] {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.label-selector[data-v-e3360d4e] {
  position: initial;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.016px;
  color: #101010;
  font-family: "Titillium Web";
  font-size: 16px;
}
.dropdown-label[data-v-e3360d4e] {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}
.dropdown-input[data-v-e3360d4e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.dropdown-input.is-active[data-v-e3360d4e] {
  border: 2px solid #005151;
  -webkit-box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
          box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.arrow[data-v-e3360d4e] {
  margin-left: 5px;
}
.dropdown-list[data-v-e3360d4e] {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background: white;
  z-index: 1000;
  margin-top: 2px;
}
.flag-icon[data-v-e3360d4e] {
  margin-right: 8px;
}
.dropdown-search[data-v-e3360d4e] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  margin-bottom: 10px;
  border: none;
  border-bottom: 2px solid #dbdbdb;
}
.dropdown-list ul[data-v-e3360d4e] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-item[data-v-e3360d4e] {
  padding: 0.375em 0.625em;
  cursor: pointer;
  font-size: 14px;
}
.dropdown-item[data-v-e3360d4e]:hover {
  background-color: #f5f5f5;
}


/*# sourceMappingURL=2.43836382.css.map*/