body {
  /* Don't remove */
}

/* Header adjustments*/
.header {
  text-align: center;
  margin-top: -8px;
}

.header img {
  max-width: 100%;
  height: auto;
}

/* Container adjustments */
.container {
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 300;
  color: #566969;
  margin: auto;
  max-width: 900px;
  width: 100%;

  /* Disallow any copy and paste*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h1 {
  color: #01438e;
  font-size: 44px;
  font-weight: 300;
}

h2 {
  font-family: "Roboto";
  color: #01438e;
  font-size: 30px;
  font-weight: 200;
}

h3 {
  font-family: "Roboto";
  color: #566969;
  font-size: 22px;
  font-weight: 200;
}

form {
  /* Keep */
}

/* Checkboxes adjustments - section "My inspiration for traveling" & "I`d love flying to..." */
.form-group .checkbox-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-group .checkbox-row-button {
  width: 898px;
}

.form-group .checkbox-row label {
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  height: 260px;
  margin-bottom: 39px;
  margin-right: 2px;
  margin-left: 2px;
  width: 274px;
  padding-bottom: 15px;
  border-width: 1px;
  border-style: solid;
  border-radius: 7px !important;
  transform: scale(0.95) !important;
}

.form-group .checkbox-row label:hover {
  margin-bottom: 35px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  border-color: #f98f04 !important;
  border-width: 3px;
  border-style: solid;
  transition: all 0.3s ease-in-out !important;
  box-shadow: 7px 7px 10px 0px #c2c2c2 !important;
}

.form-group .checkbox-row input[type="checkbox"] {
  display: none;
}

.form-group .checkbox-row .checkbox-label-container {
  align-items: center;
  display: flex;
}

.form-group .checkbox-row input[type="checkbox"]:checked + label {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 35px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  border-color: #f98f04 !important;
  border-width: 3px;
  border-style: solid;
  transition: all 0.3s ease-in-out !important;
  box-shadow: 7px 7px 10px 0px #c2c2c2 !important;
}

.checkbox-label-container {
  position: relative; /* This makes it a reference for absolute positioning of child elements */
  z-index: 2;
}

.overlay-text {
  display: flex;
  justify-content: space-between; /* Distributes the space evenly between the items */
  align-items: center;
  position: absolute;
  top: 215px;
  left: 27px;
  right: 27px;
  color: #01438e;
  font-family: "Roboto";
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  line-height: 45px;
  z-index: 3;
}

.heart-icon {
  cursor: pointer;
  transition: fill 0.3s ease-in-out, stroke 0.3s ease;
  width: 30px;
  height: auto;
}

/* Clicked state for the path */
.heart-icon.heart-clicked path {
  fill: #ec6608;
  stroke: #ec6608;
}

/* Checked state */
.overlay-text.checked {
  color: #ec6608;
}

/* Hover state */
.overlay-text.hover .heart-icon path {
  color: #ec6608;
  fill: #ec6608;
  stroke: #ec6608;
}

.overlay-text.hover {
  color: #ec6608;
  fill: #ec6608;
  stroke: #ec6608;
}

/* Checkbox Label Checked */
.checkbox-label-container input[type="checkbox"]:checked + label {
  background-color: #ec6608;
  opacity: 1;
}

.checkbox-label-container.checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 197px;
  border-radius: 9px;
  opacity: 0.85;
  pointer-events: none;
}

/* Checkboxes adjustments - section "Id love flying to" */
.container-custom {
  display: flex;
  font-weight: 300;
  font-size: 19px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-custom {
  display: flex;
  align-items: center;
  flex-basis: calc(100% / 4);
}

.row-custom,
.row-custom-first {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 107%;
  margin-bottom: 15px;
}

.row-custom-first {
  margin-bottom: 20px;
}

.text-hide {
  display: none;
}

.row-custom-first .checkbox-custom:nth-child(4) {
  visibility: hidden;
}

.checkbox-custom input[type="checkbox"] {
  margin-right: 15px;
  transition: transform 0.3s ease;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 1px solid #01438e;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox-custom input[type="checkbox"]:checked {
  background-color: transparent !important;
}

.checkbox-custom input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  margin-left: 8px;
  margin-top: -3px;
  border: solid #f79f41;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.arrow-icon {
  transition: fill 0.3s;
}

.arrow-icon:hover {
  fill: #f58406;
}

.arrow-icon-active {
  fill: #f58406;
}

#expandCities {
  margin-left: 2px;
  margin-top: 3px;
}

.label-cities {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 200;
}

.checkbox-cities {
  display: flex;
  flex-basis: calc(100% / 4);
  padding-bottom: 8px;
}

.checkbox-cities input[type="checkbox"] {
  margin-right: 15px;
  transition: transform 0.3s ease;
  cursor: pointer;
  width: 19px;
  height: 19px;
  border: 1px solid #01438e;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox-cities input[type="checkbox"]:checked {
  background-color: transparent !important;
}

.checkbox-cities input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  margin-left: 8px;
  margin-top: -3px;
  border: solid #f79f41;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

div.checkbox-cities:nth-child(24) {
  visibility: hidden;
}

.row-custom-cities {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 106%;
}

.city-list {
  display: none;
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 2px;
  width: 101%;
  background-color: #e1e7f4;
  margin-bottom: 20px;
  margin-left: 0px;
}

#DE > div:nth-child(1) > div:nth-child(18),
#DE > div:nth-child(1) > div:nth-child(19),
#DE > div:nth-child(1) > div:nth-child(20),
#AL > div:nth-child(1) > div:nth-child(2),
#AL > div:nth-child(1) > div:nth-child(3),
#AL > div:nth-child(1) > div:nth-child(4),
#BG > div:nth-child(1) > div:nth-child(2),
#BG > div:nth-child(1) > div:nth-child(3),
#BG > div:nth-child(1) > div:nth-child(4),
#EE > div:nth-child(1) > div:nth-child(2),
#EE > div:nth-child(1) > div:nth-child(3),
#EE > div:nth-child(1) > div:nth-child(4),
#FR > div:nth-child(1) > div:nth-child(1),
#FR > div:nth-child(1) > div:nth-child(3),
#FR > div:nth-child(1) > div:nth-child(4),
#GE > div:nth-child(1) > div:nth-child(2),
#GE > div:nth-child(1) > div:nth-child(1),
#GE > div:nth-child(1) > div:nth-child(4),
#HU > div:nth-child(1) > div:nth-child(2),
#HU > div:nth-child(1) > div:nth-child(3),
#HU > div:nth-child(1) > div:nth-child(4),
#IQ > div:nth-child(1) > div:nth-child(1),
#IQ > div:nth-child(1) > div:nth-child(3),
#IQ > div:nth-child(1) > div:nth-child(4),
#IE > div:nth-child(1) > div:nth-child(1),
#IE > div:nth-child(1) > div:nth-child(2),
#IE > div:nth-child(1) > div:nth-child(4),
#IL > div:nth-child(1) > div:nth-child(3),
#IL > div:nth-child(1) > div:nth-child(2),
#IL > div:nth-child(1) > div:nth-child(1),
#IT > div:nth-child(1) > div:nth-child(1),
#XK > div:nth-child(1) > div:nth-child(1),
#XK > div:nth-child(1) > div:nth-child(3),
#XK > div:nth-child(1) > div:nth-child(4),
#LB > div:nth-child(1) > div:nth-child(2),
#LB > div:nth-child(1) > div:nth-child(4),
#LB > div:nth-child(1) > div:nth-child(1),
#MK > div:nth-child(1) > div:nth-child(3),
#MK > div:nth-child(1) > div:nth-child(2),
#MK > div:nth-child(1) > div:nth-child(1),
#NL > div:nth-child(1) > div:nth-child(1),
#NO > div:nth-child(1) > div:nth-child(1),
#NO > div:nth-child(1) > div:nth-child(3),
#NO > div:nth-child(1) > div:nth-child(4),
#PL > div:nth-child(1) > div:nth-child(4),
#PL > div:nth-child(1) > div:nth-child(1),
#ES > div:nth-child(1) > div:nth-child(2),
#ES > div:nth-child(1) > div:nth-child(1),
#SE > div:nth-child(1) > div:nth-child(2),
#SE > div:nth-child(1) > div:nth-child(3),
#SE > div:nth-child(1) > div:nth-child(4),
#CH > div:nth-child(1) > div:nth-child(4),
#AE > div:nth-child(1) > div:nth-child(4),
#AE > div:nth-child(1) > div:nth-child(1),
#GB > div:nth-child(1) > div:nth-child(10),
#GB > div:nth-child(1) > div:nth-child(11),
#GB > div:nth-child(1) > div:nth-child(12),
#AT > div:nth-child(1) > div:nth-child(1),
#AT > div:nth-child(1) > div:nth-child(4),
#BH > div:nth-child(1) > div:nth-child(4),
#BH > div:nth-child(1) > div:nth-child(2),
#BH > div:nth-child(1) > div:nth-child(1),
#BE > div:nth-child(1) > div:nth-child(3),
#BE > div:nth-child(1) > div:nth-child(2),
#BE > div:nth-child(1) > div:nth-child(1),
#CZ > div:nth-child(1) > div:nth-child(1),
#CZ > div:nth-child(1) > div:nth-child(3),
#CZ > div:nth-child(1) > div:nth-child(4),
#DK > div:nth-child(1) > div:nth-child(4),
#GR > div:nth-child(1) > div:nth-child(3),
#GR > div:nth-child(1) > div:nth-child(2),
#GR > div:nth-child(1) > div:nth-child(1),
#Others > div:nth-child(1) > div:nth-child(2),
#Others > div:nth-child(1) > div:nth-child(3),
#Others > div:nth-child(1) > div:nth-child(1) {
  visibility: hidden;
}

#DE {
  padding-right: 40px;
}

#IT {
  padding-right: 20px;
}

.label-bold {
  color: #f58406;
}

/* Sumbit Botton adjustments */
input[type="submit"] {
  background: linear-gradient(to bottom, #b2ca24 0%, #85b62f 100%);
  border: none;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  max-width: fit-content;
  padding: 15px 20px;
  transition: background 0.5s ease;
}

input[type="submit"]:hover {
  background: linear-gradient(to bottom, #b2ca24 0%, #57781d 100%);
}

#submit-done {
  display: none;
}

/* Back Button styles */
.back-btn {
  border: 2px solid #01438e;
  background: none;
  color: #01438e;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  text-align: center;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  max-width: fit-content;
  padding: 13px 20px;
  transition: background 0.5s ease;
}

.back-btn:hover {
  background: linear-gradient(to bottom, #0263b0, #01438e);
  color: white;
}

/* Next Button styles */
.next-btn {
  border: 2px solid #f58406;
  background-color: #f58406;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
  text-align: center;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  max-width: fit-content;
  padding: 13px 20px;
  transition: background 0.5s ease;
  background: linear-gradient(to bottom, #f88906, #eb6a0a);
  z-index: 5;
}

.next-btn:hover {
  background: white;
  color: #f88906;
}

.button-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.button-row .next-btn:only-child {
  margin-left: auto;
}

/* Responsive adjustments */
@media (max-width: 400px) {
  .row-custom {
    font-size: 16px !important;
    margin-left: 50px !important;
  }
  .row-custom-first {
    font-size: 16px !important;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 21px;
  }
  .container {
    font-size: 15px;
  }
  .row-custom {
    font-size: 17px;
    display: contents !important;
  }
  .row-custom-first {
    font-size: 17px !important;
    display: contents !important;
  }
  .label-bold {
    font-size: 17px;
  }
  .checkbox-row-button {
    height: 150px;
    width: 274px;
  }
  .checkbox-label-container {
    margin-right: 0px !important;
  }
  #checkboxCustom30 {
    padding-right: 18px;
  }

  #EG > div:nth-child(1) > div:nth-child(4) > label:nth-child(2),
  #EG > div:nth-child(1) > div:nth-child(3) > label:nth-child(2),
  #IT > div:nth-child(1) > div:nth-child(4) > label:nth-child(2),
  #AE > div:nth-child(1) > div:nth-child(2) > label:nth-child(2),
  #TR > div:nth-child(1) > div:nth-child(7) > label:nth-child(2),
  #TR > div:nth-child(1) > div:nth-child(19) > label:nth-child(2),
  #DE > div:nth-child(1) > div:nth-child(3) > label:nth-child(2),
  #DE > div:nth-child(1) > div:nth-child(7) > label:nth-child(2),
  #DE > div:nth-child(1) > div:nth-child(12) > label:nth-child(2),
  #DE > div:nth-child(1) > div:nth-child(11) > label:nth-child(2),
  #DE > div:nth-child(1) > div:nth-child(1) > label:nth-child(2),
  #GB > div:nth-child(1) > div:nth-child(4) > label:nth-child(2),
  #GB > div:nth-child(1) > div:nth-child(7) > label:nth-child(2),
  #GB > div:nth-child(1) > div:nth-child(6) > label:nth-child(2),
  #GB > div:nth-child(1) > div:nth-child(5) > label:nth-child(2) {
    width: 200px;
  }
}

@media (max-width: 755px) and (min-width: 610px) {
  .label-cities {
    font-size: 15px;
    line-height: 1.7;
  }
  #checkboxCustom33 {
    padding-right: 15px;
  }

  #checkboxCustom8 {
    padding-right: 15px;
  }
}

@media (max-width: 888px) {
  .checkbox-row-button {
    display: block;
    height: 100px;
    width: 289px;
    text-align: center;
  }
}

@media (max-width: 1146px) {
  .form-group .checkbox-row .checkbox-label-container {
    margin-right: 18px;
  }
  .form-group .checkbox-row {
    justify-content: center;
  }
}

@media (max-width: 1146px) and (min-width: 755px) {
  .label-cities {
    font-size: 16px;
    line-height: 1.6;
  }

  #checkboxCustom33 {
    padding-right: 15px;
  }

  #checkboxCustom8 {
    padding-right: 15px;
  }
}

.image {
  flex: 1 0 25%;
  max-width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.empty {
  height: 100px;
  width: 274px;
}

@media (min-width: 1147px) {
  .empty {
    display: flex;
  }
}
.checkbox-row-button {
  display: block;
  height: 100px;
  width: 274px;
  text-align: center;
}

@media (max-width: 1147px) {
  .checkbox-row-button {
    display: block;
    height: 100px;
    width: 274px;
    text-align: center;
  }
  .header {
    display: none;
  }
  .header-tmp {
    display: none;
  }
}

@media (max-width: 1147px) and (min-width: 600px) {
  #txt_title {
    margin-top: 33px;
  }

  #txt_lovetofly,
  #txt_services,
  #txt_subtitle {
    margin-bottom: 28px;
    margin-top: 28px;
  }
}

.checkbox-row {
  position: relative;
}

.almost-there {
  position: absolute;
  top: 545px;
  left: 45%;
  width: 274px;
  height: 197px;
  z-index: 1;
  transform: translateY(100%);
}

/* General CSS adjustments*/
.spacer-10px {
  height: 20px;
}

.icon {
  margin-left: 10px;
  height: 22px;
  width: 22px;
}

/* Cities Mobile adjustements*/
@media (min-width: 1030px) {
  #destinationsSection {
    /* width: 100%; */
    width: 107%;
  }
}

@media (max-width: 1030px) {
  .row-custom-cities {
    width: 100%;
  }

  #destinationsSection {
    width: 97%;
  }

  div.row-custom:nth-child(37) > div:nth-child(3) > label:nth-child(2) {
    margin-right: 0px;
  }

  div.row-custom:nth-child(37) > div:nth-child(3) > a:nth-child(3) {
    margin-left: 0px;
  }
}

@media (max-width: 830px) and (min-width: 500px) {
  .city-list {
    width: 105%;
  }
}

@media (max-width: 500px) {
  .row-custom-cities {
    width: 100%;
  }

  .city-list {
    width: 100px;
  }

  #AE > div:nth-child(1) > div:nth-child(3),
  #cities-AE-Abu-Dhabi-International,
  #cities-IT-Venezia-Marco-Polo,
  #cities-IL-Tel-Aviv-Ben-Gurion,
  #IL > div:nth-child(1) > div:nth-child(4),
  #IL > div:nth-child(1) > div:nth-child(4) > label:nth-child(2),
  #IL > div:nth-child(1),
  #cities-GR-Lorem-Ipsum,
  #cities-EG-Marsa-Alam,
  #cities-EG-Sharm-El-Sheikh,
  #cities-BH-Lorem-Ipsum,
  #cities-GB-Leeds-Bradford,
  #cities-GB-Londond\ Gatwick,
  #cities-GB-London-Luton,
  #cities-GB-London-Stansted,
  #cities-DE-Berlin-Brandenburg,
  #cities-DE-Cologne\/Bonn,
  #cities-DE-Dusseldorf-Weeze,
  #cities-DE-Leipzig\/Halle,
  #cities-DE-Muenster\/Osnabrueck,
  #cities-TR-Edremit,
  #cities-TR-Ordu-Giresun,
  #cities-Others-Lorem-Ipsum {
    padding-right: 15px;
  }

  #AE > div:nth-child(1) > div:nth-child(3) > label:nth-child(2) {
    margin-right: -45px;
  }

  #destinationsSection {
    width: 100%;
  }
  div.row-custom:nth-child(37) > div:nth-child(3) > label:nth-child(2) {
    margin-right: 0px;
  }

  div.row-custom:nth-child(37) > div:nth-child(3) > a:nth-child(3) {
    margin-left: 0px;
  }
}

.mobile-city-list-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-overlay {
  position: absolute;
  top: 28px;
  right: 15px;
  background: #fff;
  border: none;
  font-size: 20px;
  padding: 5px 10px;
  cursor: pointer;
  color: #01438e;
}

#closeOverlay {
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #01438e;
}

.overlay-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  height: 90%;
  background-color: #e1e7f4;
  overflow-y: auto;
}

/* I am flying from styles */
.dropdown-content a .country,
.dropdown-content a .IATA {
  color: grey;
  font-size: 14px;
}

.dropdown-content a .IATA {
  float: right;
}

.dropdown .dropdown-content a:hover {
  background-color: #e1e7f4;
}

.split-two > div {
  width: 60%;
  margin-right: 3%;
}

.split-two {
  align-items: center;
  margin-bottom: 20px;
}

.dropbtn {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-color: #01438e;
  border-radius: 10px;
  box-sizing: border-box;
  color: #566969;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  appearance: none;
  background: url("https://assets.codepen.io/t-9930/pointer-down-bold.svg")
    no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px;
  padding-right: 1.5rem;
  cursor: pointer;
  text-align: left;
}

.dropbtn-label {
  display: block;
  color: #666;
}

.dropdown .dropbtn {
  background-color: #ffffff;
  color: #566969;
  font-size: 18px;
  border: 1px solid #aecae2;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
}

.wider-dropdown {
  width: 500px;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown:hover .dropbtn {
  background-color: #e1e7f4;
}

.dropdown-selected-item {
  background-color: #aecae2;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  max-height: 350px;
  overflow-y: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  cursor: pointer;
  z-index: 2;
  width: 100%;
}

.dropdown-content a {
  color: #566969;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}