/* Import Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}


::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c2c2c2;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c2c2c2;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c2c2c2;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c2c2c2;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c2c2c2;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #c2c2c2;
}

/* body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  /* background: rgb(130, 106, 251); */
/*
  background-image: url('./image/individuality-concept-among-light-bulb_23-2149125648.png');
  background-position: center;
  background-color: #707070;
  background-attachment: fixed;
  background-size: cover;
}

.container {
  position: relative;
  max-width: 700px;
  width: 100%;
  background: #ffffffab;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
*/
.container2 header,
.container header {
  font-size: 22px;
  color: #333;
  font-weight: 800;
  text-align: center;
  border-bottom: 2px solid #DB413D;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.container .form {
  /* margin-top: 30px; */
}

.form .input-box {
  width: 100%;
  margin-top: 10px;
}

.input-box label {
  color: #333;
}

.form :where(.input-box input, .select-box) {
  position: relative;
  height: 40px;
  width: 100%;
  outline: none;
  font-size: 1rem;
  color: #707070;
  margin-top: 0px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px;
  background: #fff;
}

.input-box input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.form .column {
  display: flex;
  column-gap: 15px;
}

.form .gender-box {
  margin-top: 20px;
}

.gender-box h3 {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.form :where(.gender-option, .gender) {
  display: flex;
  align-items: center;
  column-gap: 50px;
  flex-wrap: wrap;
}

.form .gender {
  column-gap: 5px;
}

.gender input {
  accent-color: rgb(130, 106, 251);
}

.form :where(.gender input, .gender label) {
  cursor: pointer;
}

.gender label {
  color: #707070;
}

.address :where(input, .select-box) {
  margin-top: 5px;
}

.select-box select {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  color: #707070;
  font-size: 1rem;
}

.form button {
  height: 50px;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 5px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #DB413D;
}

.form button:hover {
  background: #78120f;
}

/*Responsive*/
@media screen and (max-width: 500px) {
  .form .column {
    flex-wrap: wrap;
  }

  .form :where(.gender-option, .gender) {
    row-gap: 15px;
  }
}

#avatar {
  border: 1px solid #e2e2e2;
  padding-top: 0px;
  width: 280px;
  height: 72px;
  border-style: solid;
  border-width: 1px;
  margin-top: 0px;
}

#imageUpload {
  display: none;
}

#profileImage {
  cursor: pointer;
}

label.error {
  font-size: 12px;
  color: red;
}

.iti__country-container button {
  height: 38px !important;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0px !important;
  border-radius: 6px 0px 0px 6px !important;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #e2e2e2;
}

.hide {
  display: none;
}

button#btn {
  background: #e2e2e2;
  width: 32px;
  float: right;
  margin: 0;
  height: 40px;
  border-radius: 0px;
  color: #000;
}

span#valid-msg {
  position: absolute;
  color: green;
  right: 55px;
  margin-top: 7px;
  font-size: 10px;
  font-weight: 600;
  opacity: 0;
}

span#error-msg {
  position: absolute;
  color: red;
  margin-top: 7px;
  font-size: 10px;
  font-weight: 400;
  right: 55px;
  opacity: 0;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  width: 100%;
}

div#message_email {
  position: absolute;
  right: 50px;
  margin-top: -35px;
  font-weight: 600;
  font-size: 16px;
  color: green;
}

div#message_email2 {
  position: absolute;
  right: 50px;
  margin-top: -70px;
  font-weight: 600;
  font-size: 16px;
  color: red;
}

input#email {
  padding-right: 30px;
}

select {
  padding: 8px 20px 8px 8px !important;
}



#croper_contaner .label {
  cursor: pointer;
}

#croper_contaner .progress {
  display: none;
  margin-bottom: 1rem;
}

#croper_contaner .alert {
  display: none;
}

#croper_contaner .img-container img {
  max-width: 100%;
}

section,
.section-padding {
  position: relative;
  padding: 5.0rem 0 0.8rem 0;
  overflow: hidden;
}

section.container {
  min-height: calc(100vh - 60px);
}

.iti.iti--allow-dropdown.iti--show-flags {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .form .column {
    display: block;
  }

  #avatar {
    width: 280px;
    height: 76px;
    max-height: 140px;
  }

  .g-recaptcha>div {
    width: 102% !important;
  }

  .g-recaptcha {
    /* margin: 0 auto!important; */
    display: table;
  }

}

@media screen and (max-width: 767px) {
  body {
    text-align: left;
  }
}

#myForm label{
  font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1f1f1f !important;
  line-height: 28px;
}

.form :where(.input-box input, .select-box){
  color: #1f1f1f !important;
}