.hapus-team-form input,
.hapus-team-form select {
  width: 100%;
  padding: 15px;
  /* border: none; */
  /* border-bottom: 4px solid var(--hapus-blue-color); */
  border-radius: 0;
  color: #000;
  font-weight: 500;
}

.flexbox-three input {
  border-bottom: none !important;
  padding-left: 0;
}

.hapus-team-form textarea {
  /* border: none; */
  /* border-bottom: 4px solid var(--hapus-blue-color) !important; */
  border-radius: 0;
}

.hapus-team-form select {
  background-color: var(--bs-white) !important;
}

.hapus-team-form {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.hapus-team-form input:focus,
.hapus-team-form input:focus-visible {
  outline: none;
  box-shadow: none;
}

/* application form */

/* #webform-submission-hapus-team-node-32-form-ajax {
  padding-bottom: 25%;
} */

.hapus-team-form .webform-button--submit {
  width: 100%;
  margin-top: 5%;
  /* background: -webkit-linear-gradient(45deg, #ff7200, #0025d9); */
  /* background-image: radial-gradient( circle 382px at 50% 50.2%,  rgba(73,76,212,1) 0.1%, rgba(3,1,50,1) 100.2% );; */

  background: conic-gradient(rgb(10, 22, 94) 360deg, rgb(221, 221, 221) 360deg);
  color: #fff;
  border-radius: 25px;
  border: none !important;
}

.hapus-team-form .btn.btn-primary:hover {
  box-shadow: none !important;
  color: #fff !important;
}

.hapus-team-form input::placeholder,
.hapus-team-form select::placeholder,
.hapus-team-form textarea::placeholder {
  color: #000;
  font-weight: 500;
}

#edit-upload-resume--label,
#edit-upload-cover-letter--label {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 500;
}

#edit-heading-processed-text h2 {
  font-weight: bolder;
  text-align: center;
}

.upload-label::before,
.upload-label::before {
  content: "\f574";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
  background: conic-gradient(rgb(10, 22, 94) 360deg, rgb(221, 221, 221) 360deg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}

input[name="upload_resume_remove_button"],
input[name="upload_cover_letter_remove_button"] {
  background-color: #dc3545 !important;
  /* red delete color */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  color: transparent !important;
  font-size: 0 !important;
  width: 26px;
  height: 26px;
  padding: 0 !important;
  border: none !important;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

input[name="upload_resume_remove_button"],
input[name="upload_cover_letter_remove_button"] {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 5.5v6m5-6v6M3 4h10m-1 0v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V4m3-1h2a1 1 0 0 1 1 1H5a1 1 0 0 1 1-1z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* thankyou */

.thankyou-box {
  background: white;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  text-align: center;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

.checkmark-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  border: 4px solid #28a745;
  position: relative;
  animation: popCircle 0.6s ease-out;
}

.checkmark-circle::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 32px;
  width: 25px;
  height: 50px;
  border-right: 5px solid #28a745;
  border-bottom: 5px solid #28a745;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  animation: drawCheck 0.4s ease-out 0.6s forwards;
}

@keyframes popCircle {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes drawCheck {
  to {
    transform: rotate(45deg) scale(1);
  }
}

.thank-title {
  font-size: 28px;
  font-weight: bold;
  color: #212529;
  margin-top: 25px;
}

.thank-message {
  font-size: 16px;
  color: #6c757d;
  margin: 15px 0 30px;
}

.btn-home {
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 8px;
}



@media only screen and (min-width: 768px) {
  #webform-submission-hapus-team-node-32-form-ajax {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url('/sites/default/files/default-images/join-us-bg.webp');
    background-size: cover;
    background-position: center;
    height: 400px;
    /* padding-bottom: 10%; */
    margin-bottom: 112%;
    padding-top: 5%;
  }

  .hap-upload-wrapper-custom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;

  }

  /* new */
}

@media only screen and (min-width: 992px) {
  #webform-submission-hapus-team-node-32-form-ajax {
    margin-bottom: 90%;
  }
}

@media only screen and (min-width: 1200px) {
  #webform-submission-hapus-team-node-32-form-ajax {
    margin-bottom: 75%;
  }
}

@media only screen and (min-width: 1366px) {
  #webform-submission-hapus-team-node-32-form-ajax {
    margin-bottom: 65%;
  }
}

@media only screen and (min-width: 1920px) {
  #webform-submission-hapus-team-node-32-form-ajax {
    margin-bottom: 50%;
  }
}

/* style */
