.recruit--layout-banner .bottom {
  display: flex;
  gap: 1.5rem;
  align-content: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.recruit--layout-banner .bottom .item {
  flex: 1;
  padding: 2.25rem 1rem 5.25rem 1rem;
  border: 1px solid #f6f3eb;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.recruit--layout-banner .bottom .item:hover {
  transform: translateY(-6px);
}
.recruit--layout-banner .bottom .item:hover .--box-img img {
  transform: scale(1.05);
}
.recruit--layout-banner .bottom .item .--box-img img {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 50%;
  border: 1px solid #eacd75;
  transition: all 0.3s ease-in-out;
}
.content_recruit_side .list_filter {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 24px 0;
}
.content_recruit_side .list_filter .filter_item {
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  text-align: left;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  border-radius: 0.5rem;
  background: #f6f3eb;
  appearance: none;
  -webkit-appearance: none;
  color: #333;
  padding: 12px 16px;
  -moz-appearance: none;
}
.content_recruit_side .list_filter .filter_item.search {
  display: flex;
  align-items: center;
  gap: 12px;
}
.content_recruit_side .list_filter .filter_item.search input[type=text] {
  width: 80%;
  border: none;
  outline: none;
  background: #f6f3eb;
}
.content_recruit_side .list_filter .filter_item.btn_search {
  background-color: #764d2a;
  border: unset;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 14px;
  color: #fff;
  padding: 1rem;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  align-items: center;
  padding: 12px 16px;
}
.content_recruit_side .list_filter select {
  border: none;
  background-color: #f6f3eb;
}
.content_recruit_side .list_filter .fil-1 {
  flex: 2;
}
.content_recruit_side .list_filter .fil-2 {
  flex: 6;
}
.content_recruit_side .list_filter .fil-3 {
  flex: 1;
}

.list_jobs {
  gap: 1.5rem;
}
.list_jobs .jobs_item {
  width: calc(33.3333% - 1rem);
  margin-bottom: 1.5rem;
  overflow: hidden;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 0.75rem 1rem;
}
.list_jobs .jobs_item .jobs_image img {
  background: #fff;
  padding: 0.5rem;
  border-radius: 4px;
}
.list_jobs .jobs_item .jobs_brief_desc_row .modal_apply {
  padding: 0.5rem 0.75rem;
  background: #764d2a;
  border-radius: 4px;
  color: #fff;
  font-size: 0.75rem;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.list_jobs .jobs_item .jobs_title {
  color: #764d2a;
  font-size: 1rem;
}
.list_jobs .jobs_item .--arrow {
  height: 1px;
  background: #f6f3eb;
  margin-bottom: 0.5rem;
}

#jobModal .modal-dialog {
  max-width: 640px;
}
#jobModal .modal-dialog .modal-content .modal-body {
  border-radius: 12px;
  padding-bottom: 0;
}
#jobModal .modal-dialog .btn-close {
  top: -1rem;
  right: 0;
  --bs-btn-close-bg: unset;
}
#jobModal #jobModalContent .job-details .job-layout-image .job-top .layout-image {
  margin: auto;
  padding: 1.5rem 1rem;
  background: #fff;
  border: 1px solid #f6f3eb;
  border-radius: 3px;
}
#jobModal #jobModalContent .job-details .job-layout-image .job-description p.NtSm-Bold {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0.5rem;
  position: relative;
}
#jobModal #jobModalContent .job-details .job-layout-image .job-description p.NtSm-Bold::before {
  content: "";
  display: block;
  width: 20%;
  height: 1px;
  background: #764d2a;
  margin-bottom: 0.5rem;
  position: absolute;
  bottom: -0.5rem;
}
#jobModal #jobModalContent .job-details .job-layout-image .job-description .job-motacongviec {
  max-height: 300px;
  overflow: overlay;
}
#jobModal #jobModalContent .job-details .job-layout-image .job-description .job-motacongviec table {
  width: 100%;
}
#jobModal .jobs-footer {
  position: relative;
  width: 100%;
  border-radius: 12px;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  padding: 0.75rem 0;
}
#jobModal .jobs-footer .modal_apply {
  padding: 0.7rem;
  background: #764d2a;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
#jobModal .jobs-footer .hob-view {
  padding: 0.7rem;
  background: #f6f3eb;
  color: #764d2a;
  border-radius: 8px;
  cursor: pointer;
}
#jobModal .jobs-footer .hob-view span {
  color: #764d2a;
}

@media (max-width: 768px) {
  .list_jobs .jobs_item {
    margin-bottom: 1.5rem !important;
    margin-right: 0px;
    min-height: 240px;
    width: 100% !important;
  }
}
#jobModal_share .modal-dialog {
  max-width: 400px;
}

.overlay .dialog .header-job .title {
  font-weight: 600;
  color: #1a1a1a;
}
.overlay .dialog .header-job .close-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.overlay .dialog .header-job .close-btn:hover {
  background-color: #f0f0f0;
}
.overlay .dialog .content {
  padding: 24px;
}
.overlay .dialog .content .url-container {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 0.4rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.overlay .dialog .content .url-container .url-text {
  color: #495057;
  font-size: 14px;
  flex: 1;
  margin-right: 12px;
  word-break: break-all;
  white-space: nowrap;
  max-width: 200px;
  overflow: scroll;
}
.overlay .dialog .content .url-container .url-text::-webkit-scrollbar {
  display: none; /* Hide scrollbar */
}
.overlay .dialog .content .url-container .copy-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.overlay .dialog .content .url-container .copy-btn:hover {
  background-color: #e9ecef;
}
.overlay .dialog .content .url-container .copy-btn .copy-icon {
  width: 20px;
  height: 20px;
  fill: #6c757d;
}
.overlay .dialog .content .url-container .copy-text {
  color: #8b5a3c;
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
}
.overlay .dialog .content .social-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.overlay .dialog .content .social-buttons .social-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: transform 0.2s;
  text-decoration: none;
  color: #333333;
}
.overlay .dialog .content .social-buttons .social-btn:hover {
  transform: translateY(-2px);
}
.overlay .dialog .content .social-buttons .social-btn .social-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}
.overlay .dialog .content .social-buttons .social-btn .social-icon.facebook-icon {
  background-color: white;
  color: #1877f2;
}
.overlay .dialog .content .social-buttons .social-btn .social-icon.linkedin-icon {
  background-color: white;
  color: #0077b5;
}

@media (max-width: 480px) {
  .overlay .dialog .content .social-buttons {
    flex-direction: column;
  }
  .overlay .dialog .content .social-buttons .social-btn {
    justify-content: center;
    width: 100%;
  }
}
#jobModal_apply .modal-content {
  border-radius: 16px;
  border: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
#jobModal_apply .modal-content .modal-header {
  border-bottom: none;
  padding: 24px 24px 0;
}
#jobModal_apply .modal-content .modal-header .modal-title {
  color: #764d2a;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 0;
}
#jobModal_apply .modal-content .modal-header .btn-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #666;
  opacity: 0.7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  right: 16px;
}
#jobModal_apply .modal-content .modal-header .btn-close:hover {
  opacity: 1;
  background-color: #f5f5f5;
}
#jobModal_apply .modal-content .modal-body {
  padding: 0 24px 24px;
}
#jobModal_apply .modal-content .modal-body .form-group {
  margin-bottom: 20px;
}
#jobModal_apply .modal-content .modal-body .form-group .form-label {
  color: #333;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
#jobModal_apply .modal-content .modal-body .form-group .form-label .required {
  color: #d32f2f;
}
#jobModal_apply .modal-content .modal-body .form-group .form-control {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}
#jobModal_apply .modal-content .modal-body .form-group .form-control:focus {
  border-color: #8b4513;
  box-shadow: 0 0 0 0.2rem rgba(139, 69, 19, 0.25);
}
#jobModal_apply .modal-content .modal-body .form-group .form-control::-moz-placeholder {
  color: #999;
}
#jobModal_apply .modal-content .modal-body .form-group .form-control::placeholder {
  color: #999;
}
#jobModal_apply .modal-content .modal-body .form-group .form-control.position-field {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  color: #764d2a;
  cursor: not-allowed;
}
#jobModal_apply .modal-content .modal-body .form-group textarea.form-control {
  resize: vertical;
  min-height: 100px;
}
#jobModal_apply .modal-content .modal-body .form-group .char-count {
  color: #666;
  font-size: 12px;
  text-align: right;
  margin-top: 4px;
}
#jobModal_apply .modal-content .modal-body .file-upload-section {
  margin-bottom: 20px;
}
#jobModal_apply .modal-content .modal-body .file-upload-section .file-upload-label {
  color: #333;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
#jobModal_apply .modal-content .modal-body .file-upload-section .file-upload-note {
  color: #666;
  font-size: 13px;
  margin-bottom: 12px;
  line-height: 1.4;
}
#jobModal_apply .modal-content .modal-body .file-upload-section .file-upload-btn {
  background-color: #fff;
  border: 1px solid #8b4513;
  border-radius: 8px;
  padding: 12px 20px;
  color: #8b4513;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
}
#jobModal_apply .modal-content .modal-body .file-upload-section .file-upload-btn:hover {
  background-color: #f8f5f3;
  border-color: #6d3410;
  color: #6d3410;
}
#jobModal_apply .modal-content .modal-body .file-upload-section .file-upload-btn svg {
  width: 20px;
  height: 20px;
}
#jobModal_apply .modal-content .modal-body .submit-btn {
  background-color: #8b4513;
  border: none;
  border-radius: 8px;
  padding: 14px 24px;
  color: white;
  font-weight: 500;
  width: 100%;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#jobModal_apply .modal-content .modal-body .submit-btn:hover {
  background-color: #6d3410;
}
#jobModal_apply .modal-content .modal-body .submit-btn svg {
  width: 20px;
  height: 20px;
}

.show_file_upload .uploaded-file {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 8px 16px;
  margin-top: 8px;
  font-size: 15px;
  color: #333;
  gap: 8px;
}
.show_file_upload .uploaded-file span {
  flex: 1;
  word-break: break-all;
}
.show_file_upload .uploaded-file .remove-upload {
  background: none;
  border: none;
  color: #dc3545;
  font-size: 20px;
  cursor: pointer;
  padding: 0 8px;
  line-height: 1;
  transition: background 0.2s;
}
.show_file_upload .uploaded-file .remove-upload:hover {
  background: #f8d7da;
  border-radius: 4px;
}

.layout-recruitment-detail {
  display: flex;
}
.layout-recruitment-detail .layout-right {
  flex: 8;
  border: 2px solid #f6f3eb;
  border-radius: 12px;
}
.layout-recruitment-detail .layout-right .layout--image .--image {
  flex: 1;
  margin: auto;
  padding: 0.5rem 1rem;
  background: #fff;
  border: 1px solid #f6f3eb;
  border-radius: 6px;
}
.layout-recruitment-detail .layout-right .layout--image .--info {
  flex: 8;
}
.layout-recruitment-detail .layout-right .layout--image .--info .--recruitment_item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.layout-recruitment-detail .layout-right .layout--image .--info .--recruitment_item .item {
  width: calc(50% - 8px);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.layout-recruitment-detail .layout-right .--layout-bottom .--layout_content h4 {
  font-size: 1.25rem;
}
.layout-recruitment-detail .layout-right .layout--motacongviec_content table {
  width: 100%;
  border-collapse: collapse;
}
.layout-recruitment-detail .layout-right .layout--motacongviec_content table th,
.layout-recruitment-detail .layout-right .layout--motacongviec_content table td {
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  text-align: left;
}
.layout-recruitment-detail .--arrow {
  height: 1px;
  background: #d9d9d9;
  margin: 1.5rem 0;
}
.layout-recruitment-detail .layout-left {
  flex: 2;
  border: 2px solid #f6f3eb;
  border-radius: 12px;
}
.layout-recruitment-detail .--recruitment {
  flex: 1;
  padding: 0.5rem 0.75rem;
  background: #764d2a;
  border-radius: 4px;
  color: #fff;
  font-size: 0.75rem;
  white-space: nowrap;
  justify-content: center;
}

.no-jobs-found {
  background-color: #f6f3eb;
  border: 1px solid #f6f3eb;
}
.no-jobs-found .btn.btn-outline-primary {
  background: #764d2a;
  color: #fff;
  border: 1px solid #764d2a;
}
.no-jobs-found .search-suggestions {
  border-radius: 0;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

@media (max-width: 768px) {
  .content_recruit_side .list_filter .filter_item {
    background: #fff;
  }
  .content_recruit_side .list_filter .filter_item input[type=text] {
    background: #fff !important;
  }
  .content_recruit_side {
    background-color: #f6f3eb;
    margin: -50px 0 !important;
    border-radius: 50px 50px 0 0;
    padding: 50px 0 0 0;
    z-index: 5;
    margin-bottom: 50px !important;
  }
  .content_recruit_side .list_filter {
    flex-direction: column;
  }
  .content_recruit_side .list_filter .fil-1,
  .content_recruit_side .list_filter .fil-2,
  .content_recruit_side .list_filter .fil-3 {
    flex: 1;
  }
  .layout-border {
    display: flex;
    flex-direction: column-reverse;
  }
  .job-top.d-flex {
    flex-direction: column;
  }
  .layout-recruitment-detail .layout-left {
    flex: auto;
    width: 100%;
  }
  .layout-recruitment-detail {
    flex-direction: column;
  }
  .layout-recruitment-detail .layout--image {
    flex-direction: column;
    align-items: normal !important;
  }
  .layout-recruitment-detail .layout--title {
    flex-direction: column;
  }
  .layout-recruitment-detail .layout--title .layout--share {
    justify-content: flex-end;
    width: 100%;
  }
  .layout-recruitment-detail .layout-right .layout--image .--info .--recruitment_item {
    flex-wrap: nowrap;
    gap: 0.5rem;
    flex-direction: column;
  }
  .layout-recruitment-detail .layout-right .layout--image .--info .--recruitment_item .item {
    width: 100%;
  }
}
