.js-enter-other-country input,
.js-enter-other-country select {
  display: block !important;
}

.podaci-o-narucitelju select.zemlje-input {
  padding: 12px;
  gap: 10px;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D6D7D9;
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #333840;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333840' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  cursor: pointer;
}

.zemlje {
  align-items: center !important;
  height: auto !important;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-top: 16px;
}

.mne, .slo, .mkd {
  display: flex;
  align-items: center;
}

.mne label, .slo label, .mkd label {
  width: unset !important;
  margin-right: 30px;
}

.unesi-ostale {
  display: flex;
  align-items: center;
}

.podaci-o-narucitelju select.zemlje-input.error {
  border: 1px solid #D94D36 !important;
  margin-bottom: 4px !important;
}

.bitno {
  display: flex;
}

.hidden {
  display: none !important;
}

.invalid-feedback {
  display: block !important;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert p {
  font-size: 15px;
  color: #842029;
  margin-bottom: 0;
}

.alert-heading {
  color: inherit;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}

.js-step-2 .coupon {
  justify-content: flex-end !important;
  align-items: center;
}

.js-step-2 .coupon #coupon_code {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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