/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto;
  border-radius: 16px;
  max-width: 560px;
  -webkit-box-shadow: 0 0 20px #000000;
  box-shadow: 0 0 20px #000000;
  background: #fff;
  border: 2px solid #0550c8;
  width: 100%;
}

#Send-Us-Message input {
  font-size: 18px;
  margin-bottom: 10px;
  width: 100%;
  padding: 12px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000000;
  border-radius: 4px;
  color: #000000;
  line-height: 1;
  -webkit-box-shadow: 3px 3px 6px #00000030;
  box-shadow: 3px 3px 6px #00000030;
  background: #fff;
}

#Send-Us-Message h3 {
  text-align: center;
  padding: 15px 15px;
  text-transform: uppercase;
  margin: 20px 15px 30px;
  line-height: 1.2;
  letter-spacing: 2px;
  color: white !important;
  background: #0550c8;
}

#Send-Us-Message button {
  position: relative;
  padding: 14px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: background 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  background: 0 0;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-box-shadow: 3px 3px 6px #00000030;
  box-shadow: 3px 3px 6px #00000030;
  margin: 20px 0;
  width: 100%;
  height: 50px;
  background: #0550c8;
  color: #fff;
  font-family: sans-serif;
  font-size: 1.3em;
}

#Send-Us-Message button:hover {
  -webkit-box-shadow: 0 0 20px 10px hsla(204, 70%, 53%, 0.5);
  box-shadow: 0 0 20px 10px hsla(204, 70%, 53%, 0.5);
}

#Send-Us-Message button:disabled,
#Send-Us-Message button:disabled::before,
#Send-Us-Message button:disabled:hover,
#Send-Us-Message button:disabled:hover::before,
#Send-Us-Message form:invalid button,
#Send-Us-Message form:invalid button::before,
#Send-Us-Message form:invalid button:hover,
#Send-Us-Message form:invalid button:hover::before {
  background: #5a5a5a;
  opacity: 0.8;
  cursor: not-allowed;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

#Send-Us-Message .iti--separate-dial-code .iti__selected-dial-code,
#Send-Us-Message h3,
#Send-Us-Message input {
  font: 18px Arial, sans-serif !important;
  color: #000000;
}
#Send-Us-Message .iti {
  border-radius: 6px !important;
  padding: 1px;
}

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.comment-line {
  color: #000;
  text-align: center;
  font-size: 1.3rem;
  margin: 1rem 0;
  font-weight: 500;
}

.comment-line:after {
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}

.tel-input {
  position: relative;
}

.flag {
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  gap: 5px;
  font-weight: 500;
  position: absolute;
  top: -1px;
  left: 0;
  padding-left: 10px;
  padding-right: 5px;
  background-color: rgba(0, 0, 0, 0.05);
}

.flag-image {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-flag {
  font-size: 18px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
