@charset "UTF-8";
.breadcrumb {
  padding: 0 !important;
}

.main_apply {
  padding: 16px;
  border-radius: 10px;
  margin: 8px 0;
}
.main_apply h1 {
  font-size: 20px;
  color: #000000;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 16px;
}
.main_apply .width-800-container {
  max-width: 800px;
  margin: auto;
}
.main_apply .width-800-container form .filled-form {
  margin-top: 30px;
}
.main_apply .width-800-container form .filled-form .form-group label {
  font-size: 15px;
  color: #000000;
}
.main_apply .width-800-container form .filled-form .form-group .form-filled {
  border: 0;
}
.main_apply .width-800-container form .filled-form .form-group:first-child {
  margin-bottom: 10px;
}
.main_apply .width-800-container form .form-not-filled h2 {
  font-size: 20px;
  color: #f15928;
  margin: 30px;
}
.main_apply .width-800-container form .form-not-filled .form-group {
  margin-bottom: 10px;
}
.main_apply .width-800-container form .form-not-filled .form-group label {
  font-size: 15px;
  color: #000000;
}
.main_apply .width-800-container form .form-not-filled .form-group .form-control {
  max-width: 300px;
  font-size: 15px;
}
.main_apply .width-800-container form .upload-file {
  margin-top: 30px;
  /* Ẩn input file mặc định */
  /* Tạo kiểu cho label thay thế nút upload */
  /* Hiệu ứng hover */
  /* SVG và văn bản nằm trên cùng 1 hàng */
  /* SVG icon kích thước và màu trắng */
}
.main_apply .width-800-container form .upload-file h2 {
  font-size: 20px;
  color: #f15928;
  margin: 30px;
}
.main_apply .width-800-container form .upload-file .upload-input {
  display: none;
}
.main_apply .width-800-container form .upload-file .upload-label {
  display: inline-block;
  background-color: #e15a2b; /* Màu cam như hình */
  color: #ffffff; /* Màu chữ trắng */
  font-size: 14px;
  font-weight: 600;
  padding: 9.5px 20px; /* Kích thước nút */
  border: none;
  border-radius: 8px; /* Bo góc */
  cursor: pointer;
  text-align: center;
  line-height: 1.5;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Đổ bóng nhẹ */
  transition: background-color 0.3s ease;
}
.main_apply .width-800-container form .upload-file .upload-label:hover {
  background-color: #d14e21; /* Màu cam đậm hơn khi hover */
}
.main_apply .width-800-container form .upload-file .upload-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* Khoảng cách giữa SVG và chữ */
}
.main_apply .width-800-container form .upload-file .upload-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: white; /* Đảm bảo màu của biểu tượng là trắng */
  stroke-width: 1.5px;
}
.main_apply .width-800-container form .upload-file .upload-note {
  font-size: 12px;
  margin-top: 10px;
}
.main_apply .width-800-container form .upload-file .checkbox-section {
  margin-top: 16px;
}
.main_apply .width-800-container form .upload-file .checkbox-container {
  display: block;
  margin-bottom: 8px;
}
.main_apply .width-800-container form .upload-file .cover-letter-section {
  margin-top: 16px;
}
.main_apply .width-800-container form .upload-file .cover-letter-section label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
.main_apply .width-800-container form .upload-file .cover-letter-section textarea {
  width: 100%;
  min-height: 100px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
}
.main_apply .width-800-container form .upload-file .character-count {
  font-size: 12px;
  margin-top: 4px;
  color: #888;
}
.main_apply .width-800-container form .layout-submit .form-submit {
  background: #f15928;
  padding: 8.75px 26px;
  border-radius: 4px;
}
.main_apply .width-800-container form .layout-submit .form-submit a {
  color: #ffffff;
  border: 0;
  background: unset;
}
.main_apply .width-800-container form .layout-submit .form-submit:hover {
  background: #ca4016;
}
.main_apply .width-800-container form .layout-submit .form-cancel {
  padding: 8.75px 26px;
  border-radius: 4px;
  border: 1px solid #f15928;
}
.main_apply .width-800-container form .layout-submit .form-cancel a {
  color: #f15928;
}

@media (max-width: 767px) {
  h1 {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .breadcrumb {
    display: none;
  }
  .main_apply {
    margin-top: 0 !important;
    padding: 15px !important;
  }
  .filled-form label {
    font-size: 13px !important;
  }
  .filled-form input {
    font-size: 13px !important;
  }
  .form-not-filled h2 {
    margin: 16px !important;
    font-size: 16px !important;
  }
  .form-not-filled .form-group {
    padding: 0 15px !important;
  }
  .form-not-filled .form-group label {
    padding: 0 !important;
    font-size: 13px !important;
  }
  .form-not-filled .form-group input {
    max-width: 100% !important;
  }
  .upload-file h2 {
    margin: 16px !important;
    font-size: 16px !important;
  }
  .upload-file .upload-container .upload-button {
    font-size: 13px !important;
  }
  .upload-file .upload-container .checkbox-section label {
    font-size: 13px !important;
  }
  .upload-file .upload-container .cover-letter-section label {
    font-size: 13px !important;
  }
  .upload-file .upload-container .cover-letter-section textarea {
    font-size: 13px !important;
  }
  .upload-file .upload-container .cover-letter-section .character-count {
    font-size: 12px !important;
  }
  .upload-file .layout-submit {
    margin-top: 16px;
  }
  .upload-file .layout-submit .form-cancel {
    gap: 8px !important;
  }
  .upload-file .layout-submit a {
    font-size: 13px !important;
  }
}/*# sourceMappingURL=apply.css.map */