.country-price-location img{
    max-width: 40px !important;
}

.js-options-empty {
  margin: 0;
  padding: 14px;
  color: #667085;
  text-align: center;
}

.js-picker-search {
  width: 100%;
}

.country-options [role="option"].is-active,
.phone-country-options [role="option"].is-active {
  background: #eaf2ff;
  outline: 2px solid #355887;
  outline-offset: -2px;
}

.campaign-countdown.is-expired .countdown-units {
  display: none;
}

.factory-video[data-loading="true"] {
  cursor: progress;
}

.js-form-status {
  margin: 12px 0;
}

.js-form-status[hidden] {
  display: none;
}

.js-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(4, 13, 34, 0.72);
}

.js-price-country {
  min-width: 0;
}

.js-price-country .country-options {
  max-height: min(310px, 45vh);
}

@media (max-width: 700px) {
  .js-modal-backdrop {
    align-items: end;
    padding: 10px;
  }
}
