#registrationapp {
  text-align: center;
}
.city-step {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.city-step .step-number,
.city-step .step-title,
.city-step .step-description,
.city-step .search-city,
.city-step .step-next-button,
.city-step .step-need-help {
  padding-bottom: 20px;
}
.city-step .step-number,
.city-step .step-title {
  font-size: 1.4em;
  font-weight: bold;
}
.city-step .not-visible {
  visibility: hidden;
}
.city-step .is-invalid {
  color: red;
  font-weight: bold;
}
#citymap {
  height: 400px;
}
#cities-module-map {
  height: 400px;
}
.cities-list {
  display: flex;
  flex-wrap: wrap;
}
.cities-list .city-card {
  width: 350px;
  margin: 10px;
}
.cities-list .city-card .city-name {
  height: 200px;
  line-height: 200px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5em;
  font-weight: bold;
  background-color: darkblue;
  color: white;
  margin: auto;
}
.interested .modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.interested .city-modal {
  background: #FFFFFF;
  box-shadow: 2px 2px 20px 1px;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
}
.interested .modal-header,
.interested .modal-footer {
  padding: 15px;
  display: flex;
}
.interested .modal-header {
  border-bottom: 1px solid #eeeeee;
  color: #4AAE9B;
  justify-content: space-between;
}
.interested .modal-footer {
  border-top: 1px solid #eeeeee;
  justify-content: flex-end;
}
.interested .modal-body {
  position: relative;
  padding: 20px 10px;
}
.interested .btn-close {
  border: none;
  font-size: 20px;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  color: #4AAE9B;
  background: transparent;
}
.interested .btn-green {
  color: white;
  background: #4AAE9B;
  border: 1px solid #4AAE9B;
  border-radius: 2px;
}
.info-interested {
  margin: 1em 0;
  text-transform: uppercase;
}
.info-interested .icon {
  color: #6bb745;
}
