/* gender - age icon age */
.f2-gender {
  display: flex;
  margin-right: 10px;
  padding-top: 5px;
  font-weight: var(--weight_normal);
}
.f2-gender .f2-fema {
  margin: -1px 0 0 -8px;
  position: relative;
  z-index: 6;
}
.f2-gender .f2-male {
  margin: -6px 0 0 -30px;
  position: relative;
  z-index: 5;
}
.f2-gender .f2-male0 {
  margin: -6px 0 0 -10px;
  position: relative;
  z-index: 5;
}
.f2-gender .f2-fema_cpl {
  margin: -5px 0 0 -5px;
  position: relative;
  z-index: 6;
}
.f2-gender .f2-male_cpl {
  margin: -6px 0 0 -4px;
  position: relative;
  z-index: 5;
}
.f2-gender .f2-male_age {
  margin-left: -5px;
}
.f2-gender .f2-biz0 {
  margin: -2px 0 2px -4px;
}


.f2-location.flexMax {max-width: 100%; width: 100%; display: flex; align-items: flex-start; flex-wrap: wrap;}
.f2-location.flexMax .country { display: flex;}
.f2-location.flexMax .townName {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.f2-location.flexMax .f2-locationTown {margin-right: 5px;}
.f2-location.flexMax .fcs {display: flex; min-width: 75px; max-width:75px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}