:root {
  --primary: #424C6F;
  --secondary: #f77e4b;
}

#header-nav, #countries-drop, #country-drop-label {
  visibility: hidden;
}

.country-choice-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.country-contain {
  margin-top: 50px;
}

.country-contain .countries {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  margin: auto;
  padding-left: 100px;
}

.country-contain .countries .region .region-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
}

.country-contain .countries .region .region-list .country {
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  width: 200px;
  display: flex;
  align-items: center;
}

.country-title {
  display: flex;
  justify-content: left;
  width: 70%;
  margin: 30px auto 20px;
  padding-left: 100px;
}

.default-title {
  display: flex;
  justify-content: left;
  width: 70%;
  margin: 30px auto 20px;
  padding-left: 100px;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: bold;
}

:dir(rtl) .country-title, :dir(rtl) .default-title {
  justify-content: right;
}