.harnesslink-geo-selector {
  font-family: "Lato", sans-serif;
}
.harnesslink-geo-selector #harnesslink-country {
  background: #00255e;
  border-radius: 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 30px 8px 30px;
  font-size: 14px;
  font-weight: 600;
  background-image: url("/wp-content/plugins/harnesslink-custom-plugin/assets/world-icon.svg"), url("/wp-content/plugins/harnesslink-custom-plugin/assets/down-icon.svg");
  background-size: 16px 16px, 12px 12px;
  background-repeat: no-repeat, no-repeat;
  background-position: 8px center, calc(100% - 16px) center;
}
.harnesslink-geo-selector #harnesslink-country:focus {
  outline: 2px solid rgba(255, 255, 255, 0.2);
}
.harnesslink-geo-selector #harnesslink-country::-webkit-scrollbar-track {
  width: 4px;
}
@media screen and (max-width: 767px) {
  .harnesslink-geo-selector #harnesslink-country {
    -moz-appearance: none;
         appearance: none; /* Removes default browser styling */
    -webkit-appearance: none;
    color: transparent; /* Hides the selected text */
    cursor: pointer;
    max-width: 50px;
  }
  .harnesslink-geo-selector #harnesslink-country option {
    color: #fff;
  }
}/*# sourceMappingURL=harnesslink-custom-plugin.css.map */