/** {*/

/*  margin: 0;*/
/*  padding: 0;*/
/*  box-sizing: border-box;*/
/*  font-family: "Exo 2", sans-serif;*/
/*}*/

/*.car-app-form {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 10px;*/
/*  padding-left: 2em;*/
/*  padding-right: 2em;*/
/*  padding-bottom: 0.4em;*/
/*  background-color: #171717;*/
/*  border-radius: 20px;*/
/*}*/

/*#heading {*/
/*  text-align: center;*/
/*  margin: 2em;*/
/*  color: rgb(0, 255, 200);*/
/*  font-size: 1.2em;*/
/*  font-family: "Exo 2", sans-serif;*/
/*  font-weight: 700;*/
/*}*/

/*.field {*/
/*  width: 100%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  gap: 0.5em;*/
/*  border-radius: 25px;*/
/*  padding: 0.6em;*/
/*  border: none;*/
/*  outline: none;*/
/*  color: rgba(255, 255, 255, 0.4);*/
/*  background-color: #171717;*/
/*  box-shadow: inset 2px 5px 10px rgb(5, 5, 5);*/
/*  margin: 0.5rem 0;*/
/*}*/


/*.input-icon {*/
/*  height: 1.3em;*/
/*  width: 1.3em;*/
/*  fill: rgb(0, 255, 200);*/
/*}*/

/*.input-field-career {*/
/*  background: none;*/
/*  border: none;*/
/*  outline: none;*/
/*  width: 100%;*/
/*  margin: 0.5rem 0;*/
/*  color: rgb(0, 255, 200);*/
/*}*/

/*.car-app-form .btn {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  flex-direction: row;*/
/*  margin-top: 2.5em;*/
/*}*/

/*.button1 {*/
/*  padding: 0.5em;*/
/*  padding-left: 1.1em;*/
/*  padding-right: 1.1em;*/
/*  border-radius: 5px;*/
/*  margin-right: 0.5em;*/
/*  border: none;*/
/*  outline: none;*/
/*  transition: 0.4s ease-in-out;*/
/*  background-image: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);*/
/*  color: rgb(0, 0, 0);*/
/*}*/

/*.button1:hover {*/
/*  background-image: linear-gradient(163deg, #a00000fa 0%, #d10050 100%);*/
/*  color: rgb(0, 255, 200);*/
/*  cursor: pointer;*/
/*}*/

/*.button2 {*/
/*  padding: 0.5em;*/
/*  padding-left: 2.3em;*/
/*  padding-right: 2.3em;*/
/*  border-radius: 5px;*/
/*  border: none;*/
/*  outline: none;*/
/*  transition: 0.4s ease-in-out;*/
/*  background-image: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);*/
/*  color: rgb(0, 0, 0);*/
/*}*/

/*.button2:hover {*/
/*  background-image: linear-gradient(163deg, #a00000fa 0%, #d10050 100%);*/
/*  color: rgb(0, 255, 200);*/
/*  cursor: pointer;*/
/*}*/

/*.button3 {*/
/*  font-family: "Exo 2", sans-serif;*/
/*  margin-top: 3em;*/
/*  margin-bottom: 3em;*/
/*  padding: 0.75rem 2rem;*/
/*  border-radius: 5px;*/
/*  border: none;*/
/*  outline: none;*/
/*  transition: 0.4s ease-in-out;*/
/*  background-image: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);*/
/*  color: rgb(0, 0, 0);*/
/*}*/

/*.button3:hover {*/
/*  background-image: linear-gradient(163deg, #a00000fa 0%, #d10050 100%);*/
/*  color: rgb(255, 255, 255);*/
/*  cursor: pointer;*/
/*}*/

/*.card-bg {*/
/*  background-color: #212121;*/
/*  height: 100vh;*/
/*}*/

/*.card {*/
/*  background-image: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);*/
/*  border-radius: 22px;*/
/*  transition: all 0.3s;*/
/*  max-width: 400px;*/
/*  position: relative;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*}*/

/*.card2 {*/
/*  border-radius: 0;*/
/*  transition: all 0.2s;*/
/*}*/

/*.card2:hover {*/
/*  transform: scale(0.98);*/
/*  border-radius: 20px;*/
/*}*/

/*.card:hover {*/
/*  box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.3);*/
/*}*/

/*#dropdown option {*/
/*  color: #000;*/
/*}*/

/*#dropdown:focus {*/
/*  border: none;*/
/*  outline: none;*/
/*  box-shadow: none;*/
/*}*/

/*.field-3 {*/
/*  padding: 0;*/
/*}*/

/*.input-field-career::placeholder{*/
/*  color: rgba(255, 255, 255, 0.3);*/
/*  font-weight: 500;*/
/*}*/











* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Exo 2", sans-serif;
}

.car-app-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 0.4em;
  background-color: #171717;
  border-radius: 20px;
}

#heading {
  text-align: center;
  margin: 2em;
  margin-bottom: 0;
  color: rgb(0, 255, 200);
  font-size: 1.2em;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
}

.field {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5em;
  border-radius: 25px;
  padding: 0.6em;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.4);
  background-color: #171717;
  box-shadow: inset 2px 5px 10px rgb(5, 5, 5);
  margin: 0.5rem 0;
}

.input-icon {
  height: 1.3em;
  width: 1.3em;
  fill: rgb(0, 255, 200);
}

.input-field-career {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  margin: 0.5rem 0;
  color: rgb(0, 255, 200);
}

.car-app-form .btn {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 2.5em;
}

.button1 {
  padding: 0.5em;
  padding-left: 1.1em;
  padding-right: 1.1em;
  border-radius: 5px;
  margin-right: 0.5em;
  border: none;
  outline: none;
  transition: 0.4s ease-in-out;
  background-image: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);
  color: rgb(0, 0, 0);
}

.button1:hover {
  background-image: linear-gradient(163deg, #a00000fa 0%, #d10050 100%);
  color: rgb(0, 255, 200);
  cursor: pointer;
}

.button2 {
  padding: 0.5em;
  padding-left: 2.3em;
  padding-right: 2.3em;
  border-radius: 5px;
  border: none;
  outline: none;
  transition: 0.4s ease-in-out;
  background-image: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);
  color: rgb(0, 0, 0);
}

.button2:hover {
  background-image: linear-gradient(163deg, #a00000fa 0%, #d10050 100%);
  color: rgb(0, 255, 200);
  cursor: pointer;
}

.button3 {
  font-family: "Exo 2", sans-serif;
  margin-top: 0em;
  margin-bottom: 1em;
  padding: 0.75rem 2rem;
  border-radius: 5px;
  border: none;
  outline: none;
  transition: 0.4s ease-in-out;
  background-image: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);
  color: rgb(0, 0, 0);
}

.button3:hover {
  background-image: linear-gradient(163deg, #a00000fa 0%, #d10050 100%);
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.card-bg {
  background-color: #212121;
  height: 100vh;
  min-height: 1150px !important;
}

.card {
  background-image: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);
  border-radius: 22px;
  transition: all 0.3s;
  max-width: 400px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card2 {
  border-radius: 0;
  transition: all 0.2s;
}

.card2:hover {
  transform: scale(0.98);
  border-radius: 20px;
}

.card:hover {
  box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.3);
}

#dropdown option {
  color: #000;
}

#dropdown:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.field-3 {
  padding: 0;
}

.input-field-career::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
}

.field-flex {
    width:100%;
  display: flex !important;
  gap: 5px !important;
}

input[type="date"] {
  color-scheme: dark;
}

/* @media (width<=400px) {
  .card {
    padding-top: 0.5rem !important;
  }
} */










