/* General CSS adjustments*/
span.nobr {
  white-space: nowrap;
}

.spacer-20px {
  height: 20px;
}

.spacer-30px {
  height: 30px;
}

.spacer-40px {
  height: 40px;
}

.spacer-50px {
  height: 50px;
}

.spacer-100px {
  height: 100px;
}

body {
  /* Don't remove */
}

form {
  /* Don't remove */
}

/* Header adjustments*/
.header img {
  max-width: 100%;
  height: auto;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -8px;
}

.header {
  text-align: center;
}

/* Container adjustments */
.container {
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.012em;
  color: #566969;
  margin: auto;
  max-width: 1146px;
  width: 100%;

  /* Disallow any copy and paste*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

h1 {
  font-family: "Roboto";
  color: #01438e;
  font-size: 44px;
  font-weight: 300;
  line-height: 125%;
}

h2 {
  font-family: "Roboto";
  color: #01438e;
  font-size: 30px;
  font-weight: 300;
  line-height: 125%;
}

h3 {
  font-family: "Roboto";
  color: #566969;
  font-size: 22px;
  font-weight: 300;
  line-height: 125%;
}

#txt_consentcommschannels,
#txt_googlestart,
#txt_consentcommschannelsend,
#txt_googleend {
  line-height: 1.4;
}

/* Form Input/Select Adjustments */
.form-group input[type="text"],
.form-group input[type="email"] {
  background-color: #ffffff;
  border: 1px solid #aecae2;
  border-radius: 10px;
  box-sizing: border-box;
  color: #515b69;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 300;
  padding: 10px;
  width: 100%;
  transition: border-color 0.3s ease;
}

.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;
}

/* 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: 18px;
  font-weight: 500;
  max-width: fit-content;
  padding: 15px 30px;
  transition: background 0.5s ease;
  margin-top: 0px;
}

.text-hide {
  display: none;
}

/* Form Adjustments */
.form-group {
  display: flex;
  flex-direction: row;
}

.form-group label {
  color: #666;
  margin-bottom: 5px;
}

/* Form Input Focus Adjustments */
.form-group input[type="text"]:focus {
  background-color: #e1e7f4;
}

textarea:focus,
input:focus {
  outline: none;
  border-color: #00458f;
}

:focus {
  outline: none;
  border-color: #00458f !important;
}

/* Phone number field adjustments  */
.phone-field {
  display: flex;
  border: 1px solid #aecae2;
  border-radius: 11px;
  width: 350px;
}

/* Height of the phone number inside the field */
#phoneNumberInput {
  padding-top: 10px;
  border: none;
}

#phoneNumberInput:focus {
  background-color: #ffffff;
}

.country-code-dropdown .dropbtn {
  background: #f5f5f5;
  background-color: #f5f5f5 !important;
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 30px !important;
  border: none !important;
  height: 44.75px;
  border-radius: 10px 0px 0px 10px !important;
}

.phone-country-content a img {
  margin-right: 10px !important;
  height: 100%;
}

.phone-valid {
  border: 1px solid green;
}

.phone-invalid {
  border: 1px solid red;
}

.dropdown-content img {
  margin-right: 10px;
}

.country-code-dropdown {
  position: relative;
}

/* Dropdown Adjustments */

.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 7px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  cursor: pointer;
  z-index: 2;
  width: 100%;
}

.wider-dropdown {
  width: 350px;
}

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

.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;
}

.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%;
}
/* Style the search input field */
.dropdown-content input[type="text"] {
  border: 2px solid #aecae2;
  padding: 6px 10px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  width: calc(100% - 10px);
  cursor: auto;
}

/* Form Input/Select Focus Adjustments */
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.dropdown .language-content a:focus {
  outline: none;
  border-color: #00458f;
  background-color: #e1e7f4;
  font-weight: 300;
}

/* Placeholder Color */
.form-group input::placeholder,
.form-group select::placeholder {
  font-weight: 300;
  font-size: 18px;
}

/* Dropdown Hover Color */
.form-group select option:hover {
  background-color: #e0e0e6;
}

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

/* Turtle Brunhilda adjustments*/
.swimming-brunhilda {
  position: relative;
  z-index: -1 !important;
  background-color: #ffffff !important;
}

#swimming-brunhilda-animated {
  position: absolute;
  width: 488px;
  height: 552px;
  bottom: -175px;
  right: -180px;
}

/* Mandatory Text Andjustemnt*/

#txt_mandatory {
  margin-top: 15px;
  font-weight: 300;
}

/* Roboto Font*/

@font-face {
  font-family: "Roboto";
  src: url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-regular.woff2")
      format("woff2"),
    url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-regular.ttf")
      format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-100.woff2")
      format("woff2"),
    url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-100.ttf")
      format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-300.woff2")
      format("woff2"),
    url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-300.ttf")
      format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-500.woff2")
      format("woff2"),
    url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-500.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-700.woff2")
      format("woff2"),
    url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-700.ttf")
      format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-900.woff2")
      format("woff2"),
    url("https://assets.codepen.io/t-9930/roboto-v30-latin_latin-ext-900.ttf")
      format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* Responsive Adjustments */

/* For screens smaller than 569px */
@media (max-width: 596px) {
  .checkbox-row-button {
    height: 150px;
    width: 274px;
  }
  .phone-field,
  .wider-dropdown,
  .wider-dropdown-countries {
    width: 80vw;
  }
}

@media (max-width: 596px) {
  .checkbox-row-button input[type="submit"] {
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 33px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 21px !important;
  }
  .spacer-30px {
    height: 0px;
  }
  .spacer-50px {
    height: 30px;
  }
  .spacer-40px {
    height: 0px;
  }
  #txt_mandatory {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 600px) {
  .row-newsletter:last-child {
    /* width: 80%; */
    width: 100%;
  }

  div.checkbox-newsletter:nth-child(3) {
    display: none;
  }

  div.row-newsletter:nth-child(1),
  div.row-newsletter:nth-child(1) > div:nth-child(1) {
    margin-bottom: 0px;
  }

  .spacer-100px {
    /* height: 100px; */
    height: 233px;
  }

  .row {
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  .checkbox-newsletter {
    width: 100%;
  }
  p {
    font-size: 17px !important;
  }

  div.row-newsletter:nth-child(2) > div:nth-child(1) > label:nth-child(2),
  div.row-newsletter:nth-child(1) > div:nth-child(1) > label:nth-child(2),
  div.checkbox-newsletter:nth-child(2) > label:nth-child(2) {
    font-size: 17px;
  }

  .row {
    display: block;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  .form-group {
    flex-direction: column;
    align-items: stretch;
  }

  .form-group label,
  .form-group input[type="text"],
  .dropbtn {
    width: 100%;
  }
  .spacer-10px {
    height: 10px;
  }
  .half-width {
    /* width: 50%; */
    width: 100% !important;
  }
}

@media (max-width: 888px) {
  #submit-button {
    margin-top: 15px;
  }

  .row {
    margin-top: 15px;
  }

  .spacer-50px {
    height: 30px;
  }
  .spacer-40px {
    height: 15px;
  }
  .spacer-30px {
    height: 0px;
  }
  #txt_mandatory {
    margin-top: 10px;
  }
}

@media (max-width: 1147px) {
  .swimming-brunhilda {
    display: none !important;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}

@media (min-width: 1147px) {
  .submit-row {
    width: 70%;
  }

  #txt_submitsuccess {
    margin-top: 5px;
    margin-bottom: 0px;
  }
}

@media (max-width: 1147px) {
  .header {
    display: none;
  }
  .header-tmp {
    display: none;
  }

  .country-code-dropdown .dropbtn {
    height: 48px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1230px) {
  .wider-dropdown-countries {
    width: 100%;
  }
}