.bt-country-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bt-country-modal {
  background: white;
  padding: 2em;
  border-radius: 8px;
  max-width: 90%;
  text-align: center;
}

.bt-country-modal-close-modal.button {
  margin-top: 1em;
  cursor: pointer;
  line-height: 24px;
  vertical-align: baseline;
  border-width: 1px;
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
}

.bt-country-modal-close-modal.button:hover {
  background-color: #333;;
  color: white;
  border: 1px solid #333;
}

.bt-country-modal-body {
  margin-bottom: 1em;
}

.bt-country-modal-action {
  border-color: #0073aa;
}
