:root {
  --primary: #32367f;
  --secondary: #bb571d;
  --text: #ffffff;
  --gray: #999999;
  --light-gray: #d4c3e6;
  --blue-text: #021a84;
  --green-text: #2ada66;
  --red-text: #fe404c;
  --green-gradient: linear-gradient(90deg, #2ada66, #bb571d);
  --purple-gradient: linear-gradient(90deg, #32367f, #bb571d);
  --red-gradient: linear-gradient(90deg, #fe404c, #bb571d);
  --white: #ffffff;
  --curve-color: #322c42;
  --curve-dash: 6;
  --curve-gap: 4;
}

html,
body {
  font-family: "Be Vietnam Pro", serif;
  font-size: 16px;
  background: #25242b;
}

.btn:hover {
  color: #d4c3e6;
  border: 1px solid #524a63;
  /* color: #ff5e00;
  border: 1px solid #ff5e00; */
}

a {
  color: #d4c3e6;
}

a:visited {
  color: #d4c3e6;
  text-decoration: none;
}

.wrapper {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
}

/* * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
} */

/* Button */

.btn {
  /* position: static; */
  min-width: 100px;
  height: 52px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10;
  padding: 8px 16px 8px 16px;
  color: var(--light-gray);
  position: relative;
  overflow: hidden;
  justify-content: center;
}

.btn-border {
  border-radius: 36px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
}

.btn::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  top: 130%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    40% 40% at 50% 50%,
    #9287a7 19.23%,
    rgba(39, 31, 56, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

.btn:hover::after {
  opacity: 1;
}

.arrow-animate {
  position: relative;
}

.arrow-animate .arrow-wrapper {
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.arrow-animate .icon-out,
.arrow-animate .icon-in {
  transition: all 0.2s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.arrow-animate .icon-out {
  opacity: 1;
  transform: translate(0, 0);
}

.arrow-animate .icon-in {
  transform: translate(-6px, 6px);
}

.arrow-animate:hover .icon-out {
  opacity: 0;
  transform: translate(10px, -10px);
}

.arrow-animate:hover .icon-in {
  opacity: 1;
  transform: translate(0, 0);
}

.__button--gradient {
  padding: 8px 16px;
  border-radius: 140px;
  background-image: linear-gradient(
    140deg,
    rgba(60.46, 56.28, 85.57, 1),
    rgba(58.34, 56.09, 71.84, 1) 48%,
    rgba(57.24, 56.12, 64, 1) 71%,
    rgba(47.08, 45.57, 56.15, 1)
  );
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25) inset;
  border: 1px solid rgba(82.24, 73.71, 99.3, 1);
  color: rgba(212, 195, 230, 1);
  font-size: 14px;
  letter-spacing: 0.84px;
}

a.btn:hover {
  background: linear-gradient(
    140deg,
    rgba(70, 66, 95, 1),
    rgba(68, 66, 81, 1) 48%,
    rgba(67, 66, 74, 1) 71%,
    rgba(57, 55, 66, 1)
  );
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.3);
}

/* End Button */

/* EDIT BUTTON CHO TUYỂN DỤNG */

/* .recruitment-detail__modal-action.mt-3 .d-inline-flex {
  width: 100%;
  position: relative;
}
.recruitment-detail__modal-action.mt-3 p {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
.recruitment-detail__modal-action.mt-3 .wpcf7-submit:hover,
.recruitment-detail__modal-action.mt-3 .wpcf7-submit:focus {
  background: linear-gradient(
    140deg,
    rgba(70, 66, 95, 1),
    rgba(68, 66, 81, 1) 48%,
    rgba(67, 66, 74, 1) 71%,
    rgba(57, 55, 66, 1)
  );
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.recruitment-detail__modal-action.mt-3 .arrow-wrapper {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  position: absolute;
  right: 40%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
  text-align: -moz-center-or-inherit;
}
.recruitment-detail__modal-action.mt-3 .icon-out {
  opacity: 1;
  transform: translate(0, 0);
}
.recruitment-detail__modal-action.mt-3 .wpcf7-spinner {
  display: none;
} */

/* LỖI INPUT  */

/* .recruitment-detail__modal-field p {
  margin: 0;
  padding: 0;
}

.recruitment-detail__modal-field .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.recruitment-detail__modal-field .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -25px;
  left: 0;
  font-size: 12px;
  color: #d32f2f;
  margin: 0;
  padding: 0;
}
.wpcf7-response-output {
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  border-left: 4px solid #ff4d4f;
  background-color: rgb(44, 40, 54);
  color: #ee1d1f;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
  box-shadow: 0 0 0 1px rgba(255, 77, 79, 0.2);
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
} */

.alert {
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 5px;
}

.alert-success {
  background-color: #1557246b;
  color: #dfbcb8;
  text-align: center;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
}

.spinner-border {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}

.spinner-border {
  color: #fff !important;
  border-color: #ff371d !important;
  border-right-color: transparent !important;
  width: 1.5rem;
  height: 1.5rem;
}

.loading-text {
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.contact-us__form-message.success {
  color: #fff !important;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #1557246b;
  padding: 5px;
  border-radius: 5px;
}

.form-message-success {
  color: #fff;
  margin-top: 10px;
  background-color: #1557246b;
  padding: 5px;
  border-radius: 6px;
  font-weight: 200;
  text-align: center;
}

.form-message-error {
  color: #fb2834;
  margin-top: 10px;
  background-color: #acabab;
  padding: 5px;
  border-radius: 6px;
  font-weight: 200;
  text-align: center;
}
.file-support {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}

/* END EDIT BUTTON CHO TUYỂN DỤNG */
