.carrer {
  height: 700px;
  position: relative;
  background: var(--dark-blue-color);
  margin: 5rem 0;
  border-radius: 40px;
}
.no-data-box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: var(--white-color);
}

.no-data-box h2 {
  font-size: 2rem;
  font-weight: 600;
}

.no-data-box p {
  opacity: 0.5;
  font-weight: 300;
  font-size: 1rem;
  margin-top: 1rem;
}
.carrer-sec .content-of-year .year-box {
  padding-right: 2rem;
}
.apply-btn {
  width: 100%;
  margin: 7rem 0 5rem 0;
}
.apply-btn .custom-btn {
  display: block;
  width: 200px;
  padding: 0.4rem 0px;
  border: 0;
  outline: none;
  background: var(--orange-color);
  border-radius: 15px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.apply-btn .custom-btn:hover {
  background: var(--dark-blue-color);
}
.apply-btn .custom-btn a {
  color: var(--white-color);
  font-size: 1.1rem;
  font-weight: 500;
}

.specification p,
.requirment p,
.procedure p {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.asal_sekolah {
  display: none;
}

.asal_sekolah_placehoder {
  display: none;
}

.upload {
  display: flex;
}

.upload .upload-docs{
  margin-left: -7rem;
}

/* ============ Application From Styling ================== */
.application-sec .job-title {
  font-size: 24px;
  margin-bottom: 3rem;
  color: var(--orange-color);
  font-weight: 700;
}
.contact-title h2 {
  font-size: 18px;
  color: var(--blue-color);
  font-weight: 700;
}

.contact-title .form-title {
  font-size: 18px;
  color: #15135b;
  font-weight: 700;
}

.contact-title p {
  font-weight: 400;
  font-size: 14px;
}
.input-form {
  width: 45%;
}
.input-box {
  width: 100%;
}
.input-box input {
  width: 100%;
}
.data-select {
  width: 30%;
}
.name-date input {
  border-bottom: 0;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 60%;
}
.experince-box .job-experice {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.experince-box hr {
  width: 97%;
}
.start-end-date {
  width: 40%;
}
.start-end-date .data-select:nth-child(2) select {
  border-top-right-radius: 10px;
}
.start-end-date .data-select select {
  border-bottom: 0;
  border-left: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.input-box select {
  width: 100%;
  height: 50px;
  border: 2px solid var(--gray-color);
  outline: none;
  padding: 0 0.5rem;
  border-radius: 10px;
}

.experince-box .checkbox input {
  width: 12px;
  height: 12px;
}
.experince-box .checkbox label {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--gray-color);
  opacity: 0.8;
  cursor: pointer;
}
.upload-btn label {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--balck-color);
}
.upload-btn input[type="file"] {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}
.upload-btn label.file-btn {
  background: #efefef;
  padding: 0.5rem 3rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #cbcaca;
  outline: none;
  cursor: pointer;
}
.input-form .submit-btn .checkbox input {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}
.input-form .submit-btn .checkbox label {
  font-size: 1rem;
  opacity: 1;
  text-align: left;
  color: var(--balck-color);
}
.content-table tr {
  min-height: 45px;
  max-height: auto;
}
.content-table tr th,
.content-table tr td {
  padding: 0.5rem 0;
  border-width: 4px;
  border-color: var(--balck-color);
  font-weight: 600;
}
.recruitment-title {
  font-size: 2rem;
  font-weight: 600;
}
.warning {
  background: #ecd93195;
  padding: 1rem;
  border-radius: 10px;
  max-width: 1000px;
  min-width: 300px;
  position: absolute;
  bottom: 60px;
  left: 50px;
}
.recruitment-sec {
  height: 1200px;
  background: url(../../assets/images/about/3.png);
  background-position: bottom right;
  background-size: auto;
  background-repeat: no-repeat;
}
.warning-icon svg {
  width: 60px;
}

#btn-send {
  background: #f06a25;
}

#btn-send.enabled:hover {
  background: #15135b;
}

#btn-upload {
  background: #15135b;
}

#btn-upload:hover {
  background: #f06a25;
}

/* ============== Animation ============= */
.carrer-nodata-sec {
  transform: translateX(-150%);
  animation: animation 1.5s ease-in-out forwards;
}
@keyframes animation {
  100% {
    transform: translate(0);
  }
}
@media (max-width: 990px) {
  .org-btn {
    width: 100%;
  }
  .recruitment-sec {
    height: auto;
  }
  .warning {
    position: static;
  }
}
@media (max-width: 768px) {
  .input-form {
    width: 100%;
  }
}

.upload-btn-custom label {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--balck-color);
}

.file-input-wrapper {
  display: flex;
  align-items: center;
}

.file-btn {
  background: #efefef;
  padding: 0.5rem 3rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #cbcaca;
  outline: none;
  cursor: pointer;
}

.visually-hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
}

/* Menjaga tampilan kotak select sesuai dengan elemen select standar */
.select2-container--default .select2-selection--single {
  border: 2px solid var(--gray-color);
  height: 50px;
  border-radius: 10px;
}

/* Menyesuaikan teks di dalam elemen select2 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0.5rem;
  font-size: 1rem !important;
  line-height: 40px;
}

/* Menyesuaikan panah dropdown */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.select2-container--default .select2-selection--single:focus {
  outline: none;
}

/* Tambahkan padding agar item tidak menempel di kiri */
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 0.5rem;
}