.login-ui-page {
  min-height: 100vh;
  background: #0d4f9f url("../images/bg-04-B53jclUI.jpg") center center / cover no-repeat fixed;
  font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

.login-ui-page .container-scroller,
.login-ui-page .full-page-wrapper,
.login-ui-wrapper {
  min-height: 100vh;
}

.login-ui-wrapper {
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(5, 73, 145, 0.18) 45%, rgba(0, 67, 145, 0.2) 100%),
    url("../images/bg-04-B53jclUI.jpg") center center / cover no-repeat !important;
  padding: 46px 16px;
}

#login-form {
  width: min(616px, calc(100vw - 32px));
  margin: 0 auto;
}

#login-form .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}

.login-form-card {
  width: 100%;
  padding: 34px 37px 26px;
  background: #ffffff;
  border: 0;
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(35, 25, 20, 0.08);
}

.login-gac-logo {
  display: block;
  width: 74px;
  height: auto;
  margin: 0 auto 18px;
}

.login-form-title {
  margin: 0;
  color: #1f2937;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1px;
}

.login-form-card form {
  margin-top: 3px;
}

.login-form-card .form-group {
  margin-bottom: 15px;
}

.login-form-card .label {
  display: block;
  margin-bottom: 8px;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
}

.login-form-card .input-group {
  height: 39px;
}

.login-form-card .form-control {
  height: 39px;
  background: #e7edf6;
  border: 1px solid #cfd6df;
  border-radius: 6px;
  color: #000000;
  font-size: 12px;
  box-shadow: none;
}

.login-form-card .form-control:focus {
  background: #e7edf6;
  border-color: #9eb2c9;
  box-shadow: none;
}

.login-form-card .input-group .form-control {
  border-right: 0;
  border-radius: 6px 0 0 6px;
}

.login-form-card .input-group-append .input-group-text {
  width: 50px;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #cfd6df;
  border-left: 0;
  border-radius: 0 6px 6px 0;
  color: #a9b0b8;
  font-size: 13px;
}

.login-form-card select.form-control {
  background-color: #ffffff;
  color: #6b7280;
  font-size: 11px;
}

.login-form-button {
  height: 35px;
  margin-top: 1px;
  background: #0b4779;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: none;
}

.login-form-button:hover,
.login-form-button:focus {
  background: #083b66;
  color: #ffffff;
  box-shadow: none;
}

.login-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 14px 0 18px;
  color: #6b7280;
  font-size: 12px;
}

.login-divider::before,
.login-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #d9dee6;
}

.login-divider span {
  white-space: nowrap;
}

.login-microsoft-button {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #cfd6df;
  border-radius: 8px;
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
}

.login-microsoft-button:hover,
.login-microsoft-button:focus {
  background: #f4f7fb;
  border-color: #9eb2c9;
  color: #0b4779;
  box-shadow: none;
}

.microsoft-mark {
  width: 14px;
  height: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.microsoft-mark span:nth-child(1) {
  background: #f25022;
}

.microsoft-mark span:nth-child(2) {
  background: #7fba00;
}

.microsoft-mark span:nth-child(3) {
  background: #00a4ef;
}

.microsoft-mark span:nth-child(4) {
  background: #ffb900;
}

.remember-row {
  padding: 3px 0 0;
}

.remember-row .form-group {
  margin-bottom: 0;
}

.remember-row .custom-checkbox {
  display: flex;
  align-items: center;
  min-height: 20px;
}

.remember-row .custom-control-input {
  position: static;
  z-index: auto;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  opacity: 1;
  cursor: pointer;
}

.remember-row .custom-control-label {
  position: static;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}

.remember-row .custom-control-label::before,
.remember-row .custom-control-label::after {
  display: none;
}

.login-form-copyright {
  margin: 12px 0 0;
  color: #6b7280;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

#bg-img {
  display: none;
}

.login-ui-page .auth-footer {
  display: none;
}

.login-ui-page .footer-text {
  display: none;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px !important;
}

@media only screen and (max-width: 600px) {
  .login-ui-wrapper {
    padding: 24px 12px;
  }

  #login-form {
    width: 100%;
  }

  .login-form-card {
    padding: 32px 22px 24px;
    border-radius: 20px;
  }
}

.main-panel {
  width: 100% !important;
}

.card {
  border-radius: 10px;
}

.company-mapping-page {
  background: #f4f7fb;
  color: #1f2937;
  letter-spacing: 0;
}

.company-mapping-wrapper {
  padding-top: 28px;
}

.company-mapping-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.company-mapping-kicker {
  margin: 0 0 6px;
  color: #0b4779;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.company-mapping-title {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.company-mapping-subtitle {
  margin: 9px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
}

.company-mapping-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(92px, 1fr));
  gap: 10px;
  min-width: 330px;
}

.summary-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 8px;
}

.summary-value {
  color: #0b4779;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.summary-label {
  margin-top: 8px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.company-mapping-grid {
  align-items: stretch;
}

.mapping-card {
  height: 100%;
  border: 1px solid #e4e9f1;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.mapping-card .card-body {
  padding: 24px;
}

.mapping-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.mapping-section-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  background: #e8f1fb;
  border-radius: 8px;
  color: #0b4779;
  font-size: 22px;
}

.mapping-card .card-title {
  margin-bottom: 5px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.mapping-section-copy {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.45;
}

.mapping-form .form-group {
  margin-bottom: 18px;
}

.mapping-label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
}

.mapping-control {
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
}

.mapping-control:focus {
  border-color: #0b4779;
  box-shadow: 0 0 0 3px rgba(11, 71, 121, 0.12);
}

.mapping-submit-btn {
  width: 100%;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
  border: 0;
  border-radius: 8px;
  background: #0b4779;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 18px rgba(11, 71, 121, 0.18);
}

.mapping-submit-btn:hover,
.mapping-submit-btn:focus {
  background: #083b66;
  color: #ffffff;
  box-shadow: 0 12px 22px rgba(11, 71, 121, 0.22);
}

.mapping-submit-btn i {
  font-size: 17px;
  line-height: 1;
}

.mapping-table-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.mapping-table-wrap {
  /* border: 1px solid #e4e9f1; */
  border-radius: 10px;
}

.mapping-table {
  width: 100% !important;
  border: 0;
  margin-bottom: 0 !important;
}

.mapping-table.table-bordered th,
.mapping-table.table-bordered td {
  border-color: #e4e9f1;
}

.mapping-table thead th {
  background: #f8fafc;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mapping-table tbody td {
  color: #1f2937;
  font-size: 13px;
}

.mapping-row-number {
  width: 56px;
  color: #6b7280 !important;
  font-weight: 800;
}

.mapping-office-name {
  color: #111827;
  font-weight: 700;
}

.mapping-company-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  background: #eef4fb;
  border: 1px solid #d8e6f4;
  border-radius: 999px;
  color: #0b4779;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.mapping-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.mapping-status-active {
  background: #e9f8ef;
  color: #087443;
}

.mapping-status-inactive {
  background: #fdecec;
  color: #b42318;
}

.company-mapping-page .dataTables_wrapper .dataTables_length,
.company-mapping-page .dataTables_wrapper .dataTables_filter,
.company-mapping-page .dataTables_wrapper .dataTables_info,
.company-mapping-page .dataTables_wrapper .dataTables_paginate {
  color: #6b7280;
  font-size: 12px;
}

.company-mapping-page .dataTables_wrapper .dataTables_filter input,
.company-mapping-page .dataTables_wrapper .dataTables_length select {
  min-height: 34px;
  border: 1px solid #d8e0eb;
  border-radius: 7px;
  color: #111827;
}

.company-mapping-page .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 7px;
}

@media only screen and (max-width: 991px) {
  .company-mapping-hero {
    flex-direction: column;
  }

  .company-mapping-summary {
    width: 100%;
    min-width: 0;
  }
}

@media only screen and (max-width: 600px) {
  .company-mapping-wrapper {
    padding-top: 18px;
  }

  .company-mapping-hero,
  .mapping-card .card-body {
    padding: 18px;
  }

  .company-mapping-summary {
    grid-template-columns: 1fr;
  }

  .mapping-table-header {
    flex-direction: column;
  }
}

.locations-page {
  background: #f4f7fb;
  color: #1f2937;
  letter-spacing: 0;
}

.locations-wrapper {
  padding-top: 28px;
}

.locations-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.locations-kicker {
  margin: 0 0 6px;
  color: #0b4779;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.locations-title {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.locations-subtitle {
  margin: 9px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
}

.locations-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(92px, 1fr));
  gap: 10px;
  min-width: 330px;
}

.locations-summary-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 8px;
}

.locations-summary-value {
  color: #0b4779;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.locations-summary-label {
  margin-top: 8px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.locations-grid {
  align-items: stretch;
}

.locations-card {
  height: 100%;
  border: 1px solid #e4e9f1;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.locations-card .card-body {
  padding: 24px;
}

.locations-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.locations-section-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  background: #e8f1fb;
  border-radius: 8px;
  color: #0b4779;
  font-size: 22px;
}

.locations-card .card-title {
  margin-bottom: 5px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.locations-section-copy {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.45;
}

.locations-form .form-group {
  margin-bottom: 18px;
}

.locations-label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
}

.locations-label .required {
  color: #b42318;
}

.locations-control {
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
}

.locations-control:focus {
  border-color: #0b4779;
  box-shadow: 0 0 0 3px rgba(11, 71, 121, 0.12);
}

.locations-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.locations-primary-btn,
.locations-secondary-btn,
.locations-edit-btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
}

.locations-primary-btn {
  border: 0;
  background: #0b4779;
  color: #ffffff;
}

.locations-primary-btn:hover,
.locations-primary-btn:focus {
  background: #083b66;
  color: #ffffff;
}

.locations-secondary-btn {
  border: 1px solid #d8e0eb;
  background: #ffffff;
  color: #374151;
}

.locations-secondary-btn:hover,
.locations-secondary-btn:focus {
  border-color: #b9c7d8;
  background: #f8fafc;
  color: #111827;
}

.locations-table-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.locations-table-wrap {
  border-radius: 10px;
}

.locations-table {
  width: 100% !important;
  border: 0;
  margin-bottom: 0 !important;
}

.locations-table.table-bordered th,
.locations-table.table-bordered td {
  border-color: #e4e9f1;
}

.locations-table thead th {
  background: #f8fafc;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.locations-table tbody td {
  color: #1f2937;
  font-size: 13px;
}

.locations-row-number {
  width: 56px;
  color: #6b7280 !important;
  font-weight: 800;
}

.locations-name {
  color: #111827;
  font-weight: 700;
}

.locations-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.locations-status-enabled {
  background: #e9f8ef;
  color: #087443;
}

.locations-status-disabled {
  background: #fdecec;
  color: #b42318;
}

.locations-action-cell {
  min-width: 86px;
}

.locations-edit-btn {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid #0b4779;
  background: #0b4779;
  color: #ffffff !important;
  box-shadow: 0 8px 16px rgba(11, 71, 121, 0.18);
}

.locations-edit-btn:hover,
.locations-edit-btn:focus {
  border-color: #083b66;
  background: #083b66;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(11, 71, 121, 0.22);
}

.locations-edit-btn i {
  color: #ffffff;
}

.locations-page .dataTables_wrapper .dataTables_length,
.locations-page .dataTables_wrapper .dataTables_filter,
.locations-page .dataTables_wrapper .dataTables_info,
.locations-page .dataTables_wrapper .dataTables_paginate {
  color: #6b7280;
  font-size: 12px;
}

.locations-page .dataTables_wrapper .dataTables_filter input,
.locations-page .dataTables_wrapper .dataTables_length select {
  min-height: 34px;
  border: 1px solid #d8e0eb;
  border-radius: 7px;
  color: #111827;
}

.locations-page .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 7px;
}

@media only screen and (max-width: 991px) {
  .locations-hero {
    flex-direction: column;
  }

  .locations-summary {
    width: 100%;
    min-width: 0;
  }
}

@media only screen and (max-width: 600px) {
  .locations-wrapper {
    padding-top: 18px;
  }

  .locations-hero,
  .locations-card .card-body {
    padding: 18px;
  }

  .locations-summary {
    grid-template-columns: 1fr;
  }

  .locations-table-header,
  .locations-form-actions {
    flex-direction: column;
  }

  .locations-primary-btn,
  .locations-secondary-btn {
    width: 100%;
  }
}

.job-sheet-page {
  background: #f4f7fb;
  color: #1f2937;
  letter-spacing: 0;
}

.job-sheet-wrapper {
  padding-top: 28px;
}

.job-sheet-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.job-sheet-kicker {
  margin: 0 0 6px;
  color: #0b4779;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.job-sheet-title {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.job-sheet-subtitle {
  margin: 9px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
}

.job-sheet-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(88px, 1fr));
  gap: 10px;
  min-width: 430px;
}

.job-summary-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 8px;
}

.job-summary-value {
  color: #0b4779;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.job-summary-label {
  margin-top: 8px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.job-sheet-card {
  border: 1px solid #e4e9f1;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.job-sheet-card .card-body {
  padding: 24px;
}

.job-sheet-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.job-sheet-section-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  background: #e8f1fb;
  border-radius: 8px;
  color: #0b4779;
  font-size: 22px;
}

.job-sheet-card .card-title {
  margin-bottom: 5px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.job-sheet-section-copy {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.45;
}

.job-sheet-form .form-group {
  margin-bottom: 18px;
}

.job-sheet-label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
}

.job-sheet-label .required {
  color: #b42318;
}

.job-sheet-control {
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
}

.job-sheet-control:focus {
  border-color: #0b4779;
  box-shadow: 0 0 0 3px rgba(11, 71, 121, 0.12);
}

.job-sheet-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.job-sheet-primary-btn,
.job-sheet-secondary-btn,
.job-sheet-edit-btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
}

.job-sheet-primary-btn {
  border: 0;
  background: #0b4779;
  color: #ffffff;
}

.job-sheet-primary-btn:hover,
.job-sheet-primary-btn:focus {
  background: #083b66;
  color: #ffffff;
}

.job-sheet-secondary-btn {
  border: 1px solid #d8e0eb;
  background: #ffffff;
  color: #374151;
}

.job-sheet-secondary-btn:hover,
.job-sheet-secondary-btn:focus {
  border-color: #b9c7d8;
  background: #f8fafc;
  color: #111827;
}

.job-sheet-table-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.job-sheet-table-wrap {
  border-radius: 10px;
}

.job-sheet-table {
  width: 100% !important;
  border: 0;
  margin-bottom: 0 !important;
}

.job-sheet-table.table-bordered th,
.job-sheet-table.table-bordered td {
  border-color: #e4e9f1;
}

.job-sheet-table thead th {
  background: #f8fafc;
  color: #374151;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.job-sheet-table tbody td {
  color: #1f2937;
  font-size: 12px;
  line-height: 1.35;
  white-space: normal;
}

.job-sheet-row-number {
  width: 56px;
  color: #6b7280 !important;
  font-weight: 800;
}

.job-sheet-name {
  display: inline-block;
  min-width: 220px;
  color: #111827;
  font-weight: 700;
  line-height: 1.45;
}

.job-sheet-company-chip,
.job-sheet-required,
.job-sheet-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.job-sheet-company-chip {
  background: #eef4fb;
  border: 1px solid #d8e6f4;
  color: #0b4779;
}

.job-sheet-required-yes {
  background: #e8f1fb;
  color: #0b4779;
}

.job-sheet-required-no {
  background: #f3f4f6;
  color: #4b5563;
}

.job-sheet-status-active {
  background: #e9f8ef;
  color: #087443;
}

.job-sheet-status-blocked {
  background: #fdecec;
  color: #b42318;
}

.job-sheet-action-cell {
  min-width: 86px;
}

.job-sheet-edit-btn {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid #0b4779;
  background: #0b4779;
  color: #ffffff !important;
  box-shadow: 0 8px 16px rgba(11, 71, 121, 0.18);
}

.job-sheet-edit-btn:hover,
.job-sheet-edit-btn:focus {
  border-color: #083b66;
  background: #083b66;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(11, 71, 121, 0.22);
}

.job-sheet-edit-btn i {
  color: #ffffff;
}

.job-sheet-page .dataTables_wrapper .dt-buttons {
  float: left;
  margin-bottom: 18px;
}

.job-sheet-page .dataTables_wrapper .buttons-excel {
  padding: 7px 10px;
  background: #eef4fb;
  border: 1px solid #d8e6f4;
  border-radius: 7px;
  color: #0b4779;
  font-size: 12px;
  font-weight: 800;
}

.job-sheet-page .dataTables_wrapper .dataTables_length,
.job-sheet-page .dataTables_wrapper .dataTables_filter,
.job-sheet-page .dataTables_wrapper .dataTables_info,
.job-sheet-page .dataTables_wrapper .dataTables_paginate {
  color: #6b7280;
  font-size: 12px;
}

.job-sheet-page .dataTables_wrapper .dataTables_filter input,
.job-sheet-page .dataTables_wrapper .dataTables_length select {
  min-height: 34px;
  border: 1px solid #d8e0eb;
  border-radius: 7px;
  color: #111827;
}

.job-sheet-page .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 7px;
}

@media only screen and (max-width: 991px) {
  .job-sheet-hero {
    flex-direction: column;
  }

  .job-sheet-summary {
    width: 100%;
    min-width: 0;
  }
}

@media only screen and (max-width: 700px) {
  .job-sheet-summary {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}

@media only screen and (max-width: 600px) {
  .job-sheet-wrapper {
    padding-top: 18px;
  }

  .job-sheet-hero,
  .job-sheet-card .card-body {
    padding: 18px;
  }

  .job-sheet-summary {
    grid-template-columns: 1fr;
  }

  .job-sheet-table-header,
  .job-sheet-form-actions {
    flex-direction: column;
  }

  .job-sheet-primary-btn,
  .job-sheet-secondary-btn {
    width: 100%;
  }
}

.category-page {
  background: #f4f7fb;
  color: #1f2937;
  letter-spacing: 0;
}

.category-wrapper {
  padding-top: 28px;
}

.category-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.category-kicker {
  margin: 0 0 6px;
  color: #0b4779;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.category-title {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.category-subtitle {
  margin: 9px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
}

.category-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(96px, 1fr));
  gap: 10px;
  min-width: 350px;
}

.category-summary-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 8px;
}

.category-summary-value {
  color: #0b4779;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.category-summary-label {
  margin-top: 8px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.category-card {
  border: 1px solid #e4e9f1;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.category-card .card-body {
  padding: 24px;
}

.category-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.category-section-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  background: #e8f1fb;
  border-radius: 8px;
  color: #0b4779;
  font-size: 22px;
}

.category-card .card-title {
  margin-bottom: 5px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.category-section-copy {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.45;
}

.category-form .form-group {
  margin-bottom: 18px;
}

.category-label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
}

.category-label .required {
  color: #b42318;
}

.category-control {
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
}

.category-control:focus {
  border-color: #0b4779;
  box-shadow: 0 0 0 3px rgba(11, 71, 121, 0.12);
}

.category-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.category-primary-btn,
.category-secondary-btn,
.category-edit-btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
}

.category-primary-btn {
  border: 0;
  background: #0b4779;
  color: #ffffff;
}

.category-primary-btn:hover,
.category-primary-btn:focus {
  background: #083b66;
  color: #ffffff;
}

.category-secondary-btn {
  border: 1px solid #d8e0eb;
  background: #ffffff;
  color: #374151;
}

.category-secondary-btn:hover,
.category-secondary-btn:focus {
  border-color: #b9c7d8;
  background: #f8fafc;
  color: #111827;
}

.category-table-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.category-table-wrap {
  border-radius: 10px;
}

.category-table {
  width: 100% !important;
  border: 0;
  margin-bottom: 0 !important;
}

.category-table.table-bordered th,
.category-table.table-bordered td {
  border-color: #e4e9f1;
}

.category-table thead th {
  background: #f8fafc;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.category-table tbody td {
  color: #1f2937;
  font-size: 13px;
  line-height: 1.35;
  white-space: normal;
}

.category-row-number {
  width: 56px;
  color: #6b7280 !important;
  font-weight: 800;
}

.category-name {
  display: inline-block;
  min-width: 220px;
  color: #111827;
  font-weight: 700;
  line-height: 1.45;
}

.category-company-chip,
.category-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.category-company-chip {
  background: #eef4fb;
  border: 1px solid #d8e6f4;
  color: #0b4779;
}

.category-status-active {
  background: #e9f8ef;
  color: #087443;
}

.category-status-blocked {
  background: #fdecec;
  color: #b42318;
}

.category-action-cell {
  min-width: 86px;
}

.category-edit-btn {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid #0b4779;
  background: #0b4779;
  color: #ffffff !important;
  box-shadow: 0 8px 16px rgba(11, 71, 121, 0.18);
}

.category-edit-btn:hover,
.category-edit-btn:focus {
  border-color: #083b66;
  background: #083b66;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(11, 71, 121, 0.22);
}

.category-edit-btn i {
  color: #ffffff;
}

.category-page .dataTables_wrapper .dataTables_length,
.category-page .dataTables_wrapper .dataTables_filter,
.category-page .dataTables_wrapper .dataTables_info,
.category-page .dataTables_wrapper .dataTables_paginate {
  color: #6b7280;
  font-size: 12px;
}

.category-page .dataTables_wrapper .dataTables_filter input,
.category-page .dataTables_wrapper .dataTables_length select {
  min-height: 34px;
  border: 1px solid #d8e0eb;
  border-radius: 7px;
  color: #111827;
}

.category-page .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 7px;
}

@media only screen and (max-width: 991px) {
  .category-hero {
    flex-direction: column;
  }

  .category-summary {
    width: 100%;
    min-width: 0;
  }
}

@media only screen and (max-width: 600px) {
  .category-wrapper {
    padding-top: 18px;
  }

  .category-hero,
  .category-card .card-body {
    padding: 18px;
  }

  .category-summary {
    grid-template-columns: 1fr;
  }

  .category-table-header,
  .category-form-actions {
    flex-direction: column;
  }

  .category-primary-btn,
  .category-secondary-btn {
    width: 100%;
  }
}

.ports-page {
  background: #f4f7fb;
  color: #1f2937;
  letter-spacing: 0;
}

.ports-wrapper {
  padding-top: 28px;
}

.ports-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.ports-kicker {
  margin: 0 0 6px;
  color: #0b4779;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ports-title {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.ports-subtitle {
  margin: 9px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
}

.ports-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(96px, 1fr));
  gap: 10px;
  min-width: 350px;
}

.ports-summary-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 8px;
}

.ports-summary-value {
  color: #0b4779;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.ports-summary-label {
  margin-top: 8px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.ports-grid {
  align-items: stretch;
}

.ports-card {
  height: 100%;
  border: 1px solid #e4e9f1;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.ports-card .card-body {
  padding: 24px;
}

.ports-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.ports-section-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  background: #e8f1fb;
  border-radius: 8px;
  color: #0b4779;
  font-size: 22px;
}

.ports-card .card-title {
  margin-bottom: 5px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.ports-section-copy {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.45;
}

.ports-form .form-group {
  margin-bottom: 18px;
}

.ports-label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
}

.ports-label .required {
  color: #b42318;
}

.ports-control {
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
}

.ports-control:focus {
  border-color: #0b4779;
  box-shadow: 0 0 0 3px rgba(11, 71, 121, 0.12);
}

.ports-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.ports-primary-btn,
.ports-secondary-btn,
.ports-edit-btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
}

.ports-primary-btn {
  border: 0;
  background: #0b4779;
  color: #ffffff;
}

.ports-primary-btn:hover,
.ports-primary-btn:focus {
  background: #083b66;
  color: #ffffff;
}

.ports-secondary-btn {
  border: 1px solid #d8e0eb;
  background: #ffffff;
  color: #374151;
}

.ports-secondary-btn:hover,
.ports-secondary-btn:focus {
  border-color: #b9c7d8;
  background: #f8fafc;
  color: #111827;
}

.ports-table-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.ports-table-wrap {
  border-radius: 10px;
}

.ports-table {
  width: 100% !important;
  border: 0;
  margin-bottom: 0 !important;
}

.ports-table.table-bordered th,
.ports-table.table-bordered td {
  border-color: #e4e9f1;
}

.ports-table thead th {
  background: #f8fafc;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ports-table tbody td {
  color: #1f2937;
  font-size: 13px;
}

.ports-row-number {
  width: 56px;
  color: #6b7280 !important;
  font-weight: 800;
}

.ports-name {
  color: #111827;
  font-weight: 700;
}

.ports-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ports-status-active {
  background: #e9f8ef;
  color: #087443;
}

.ports-status-blocked {
  background: #fdecec;
  color: #b42318;
}

.ports-action-cell {
  min-width: 86px;
}

.ports-edit-btn {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid #0b4779;
  background: #0b4779;
  color: #ffffff !important;
  box-shadow: 0 8px 16px rgba(11, 71, 121, 0.18);
}

.ports-edit-btn:hover,
.ports-edit-btn:focus {
  border-color: #083b66;
  background: #083b66;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(11, 71, 121, 0.22);
}

.ports-edit-btn i {
  color: #ffffff;
}

.ports-page .dataTables_wrapper .dataTables_length,
.ports-page .dataTables_wrapper .dataTables_filter,
.ports-page .dataTables_wrapper .dataTables_info,
.ports-page .dataTables_wrapper .dataTables_paginate {
  color: #6b7280;
  font-size: 12px;
}

.ports-page .dataTables_wrapper .dataTables_filter input,
.ports-page .dataTables_wrapper .dataTables_length select {
  min-height: 34px;
  border: 1px solid #d8e0eb;
  border-radius: 7px;
  color: #111827;
}

.ports-page .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 7px;
}

@media only screen and (max-width: 991px) {
  .ports-hero {
    flex-direction: column;
  }

  .ports-summary {
    width: 100%;
    min-width: 0;
  }
}

@media only screen and (max-width: 600px) {
  .ports-wrapper {
    padding-top: 18px;
  }

  .ports-hero,
  .ports-card .card-body {
    padding: 18px;
  }

  .ports-summary {
    grid-template-columns: 1fr;
  }

  .ports-table-header,
  .ports-form-actions {
    flex-direction: column;
  }

  .ports-primary-btn,
  .ports-secondary-btn {
    width: 100%;
  }
}

.vessel-page {
  background: #f4f7fb;
  color: #1f2937;
  letter-spacing: 0;
}

.vessel-wrapper {
  padding-top: 28px;
}

.vessel-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.vessel-kicker {
  margin: 0 0 6px;
  color: #0b4779;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vessel-title {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.vessel-subtitle {
  margin: 9px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
}

.vessel-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(96px, 1fr));
  gap: 10px;
  min-width: 350px;
}

.vessel-summary-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 8px;
}

.vessel-summary-value {
  color: #0b4779;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.vessel-summary-label {
  margin-top: 8px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.vessel-grid {
  align-items: stretch;
}

.vessel-card {
  height: 100%;
  border: 1px solid #e4e9f1;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.vessel-card .card-body {
  padding: 24px;
}

.vessel-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.vessel-section-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  background: #e8f1fb;
  border-radius: 8px;
  color: #0b4779;
  font-size: 22px;
}

.vessel-card .card-title {
  margin-bottom: 5px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.vessel-section-copy {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.45;
}

.vessel-form .form-group {
  margin-bottom: 18px;
}

.vessel-label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
}

.vessel-label .required {
  color: #b42318;
}

.vessel-control {
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
}

.vessel-control:focus {
  border-color: #0b4779;
  box-shadow: 0 0 0 3px rgba(11, 71, 121, 0.12);
}

.vessel-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.vessel-primary-btn,
.vessel-secondary-btn,
.vessel-edit-btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
}

.vessel-primary-btn {
  border: 0;
  background: #0b4779;
  color: #ffffff;
}

.vessel-primary-btn:hover,
.vessel-primary-btn:focus {
  background: #083b66;
  color: #ffffff;
}

.vessel-secondary-btn {
  border: 1px solid #d8e0eb;
  background: #ffffff;
  color: #374151;
}

.vessel-secondary-btn:hover,
.vessel-secondary-btn:focus {
  border-color: #b9c7d8;
  background: #f8fafc;
  color: #111827;
}

.vessel-table-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.vessel-table-wrap {
  border-radius: 10px;
}

.vessel-table {
  width: 100% !important;
  border: 0;
  margin-bottom: 0 !important;
}

.vessel-table.table-bordered th,
.vessel-table.table-bordered td {
  border-color: #e4e9f1;
}

.vessel-table thead th {
  background: #f8fafc;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vessel-table tbody td {
  color: #1f2937;
  font-size: 13px;
}

.vessel-row-number {
  width: 56px;
  color: #6b7280 !important;
  font-weight: 800;
}

.vessel-name {
  color: #111827;
  font-weight: 700;
}

.vessel-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.vessel-status-active {
  background: #e9f8ef;
  color: #087443;
}

.vessel-status-blocked {
  background: #fdecec;
  color: #b42318;
}

.vessel-action-cell {
  min-width: 86px;
}

.vessel-edit-btn {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid #0b4779;
  background: #0b4779;
  color: #ffffff !important;
  box-shadow: 0 8px 16px rgba(11, 71, 121, 0.18);
}

.vessel-edit-btn:hover,
.vessel-edit-btn:focus {
  border-color: #083b66;
  background: #083b66;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(11, 71, 121, 0.22);
}

.vessel-edit-btn i {
  color: #ffffff;
}

.vessel-page .dataTables_wrapper .dataTables_length,
.vessel-page .dataTables_wrapper .dataTables_filter,
.vessel-page .dataTables_wrapper .dataTables_info,
.vessel-page .dataTables_wrapper .dataTables_paginate {
  color: #6b7280;
  font-size: 12px;
}

.vessel-page .dataTables_wrapper .dataTables_filter input,
.vessel-page .dataTables_wrapper .dataTables_length select {
  min-height: 34px;
  border: 1px solid #d8e0eb;
  border-radius: 7px;
  color: #111827;
}

.vessel-page .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 7px;
}

@media only screen and (max-width: 991px) {
  .vessel-hero {
    flex-direction: column;
  }

  .vessel-summary {
    width: 100%;
    min-width: 0;
  }
}

@media only screen and (max-width: 600px) {
  .vessel-wrapper {
    padding-top: 18px;
  }

  .vessel-hero,
  .vessel-card .card-body {
    padding: 18px;
  }

  .vessel-summary {
    grid-template-columns: 1fr;
  }

  .vessel-table-header,
  .vessel-form-actions {
    flex-direction: column;
  }

  .vessel-primary-btn,
  .vessel-secondary-btn {
    width: 100%;
  }
}

.title-page {
  background: #f4f7fb;
  color: #1f2937;
  letter-spacing: 0;
}

.title-wrapper {
  padding-top: 28px;
}

.title-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.title-kicker {
  margin: 0 0 6px;
  color: #0b4779;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.title-title {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.title-subtitle {
  margin: 9px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
}

.title-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(96px, 1fr));
  gap: 10px;
  min-width: 350px;
}

.title-summary-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 8px;
}

.title-summary-value {
  color: #0b4779;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.title-summary-label {
  margin-top: 8px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.title-grid {
  align-items: stretch;
}

.title-card {
  height: 100%;
  border: 1px solid #e4e9f1;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.title-card .card-body {
  padding: 24px;
}

.title-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.title-section-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  background: #e8f1fb;
  border-radius: 8px;
  color: #0b4779;
  font-size: 22px;
}

.title-card .card-title {
  margin-bottom: 5px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.title-section-copy {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.45;
}

.title-form .form-group {
  margin-bottom: 18px;
}

.title-label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
}

.title-label .required {
  color: #b42318;
}

.title-control {
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
}

.title-control:focus {
  border-color: #0b4779;
  box-shadow: 0 0 0 3px rgba(11, 71, 121, 0.12);
}

.title-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.title-primary-btn,
.title-secondary-btn,
.title-edit-btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
}

.title-primary-btn {
  border: 0;
  background: #0b4779;
  color: #ffffff;
}

.title-primary-btn:hover,
.title-primary-btn:focus {
  background: #083b66;
  color: #ffffff;
}

.title-secondary-btn {
  border: 1px solid #d8e0eb;
  background: #ffffff;
  color: #374151;
}

.title-secondary-btn:hover,
.title-secondary-btn:focus {
  border-color: #b9c7d8;
  background: #f8fafc;
  color: #111827;
}

.title-table-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.title-table-wrap {
  border-radius: 10px;
}

.title-table {
  width: 100% !important;
  border: 0;
  margin-bottom: 0 !important;
}

.title-table.table-bordered th,
.title-table.table-bordered td {
  border-color: #e4e9f1;
}

.title-table thead th {
  background: #f8fafc;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.title-table tbody td {
  color: #1f2937;
  font-size: 13px;
}

.title-row-number {
  width: 56px;
  color: #6b7280 !important;
  font-weight: 800;
}

.title-name {
  color: #111827;
  font-weight: 700;
}

.title-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.title-status-active {
  background: #e9f8ef;
  color: #087443;
}

.title-status-blocked {
  background: #fdecec;
  color: #b42318;
}

.title-action-cell {
  min-width: 86px;
}

.title-edit-btn {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid #0b4779;
  background: #0b4779;
  color: #ffffff !important;
  box-shadow: 0 8px 16px rgba(11, 71, 121, 0.18);
}

.title-edit-btn:hover,
.title-edit-btn:focus {
  border-color: #083b66;
  background: #083b66;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(11, 71, 121, 0.22);
}

.title-edit-btn i {
  color: #ffffff;
}

.title-page .dataTables_wrapper .dataTables_length,
.title-page .dataTables_wrapper .dataTables_filter,
.title-page .dataTables_wrapper .dataTables_info,
.title-page .dataTables_wrapper .dataTables_paginate {
  color: #6b7280;
  font-size: 12px;
}

.title-page .dataTables_wrapper .dataTables_filter input,
.title-page .dataTables_wrapper .dataTables_length select {
  min-height: 34px;
  border: 1px solid #d8e0eb;
  border-radius: 7px;
  color: #111827;
}

.title-page .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 7px;
}

@media only screen and (max-width: 991px) {
  .title-hero {
    flex-direction: column;
  }

  .title-summary {
    width: 100%;
    min-width: 0;
  }
}

@media only screen and (max-width: 600px) {
  .title-wrapper {
    padding-top: 18px;
  }

  .title-hero,
  .title-card .card-body {
    padding: 18px;
  }

  .title-summary {
    grid-template-columns: 1fr;
  }

  .title-table-header,
  .title-form-actions {
    flex-direction: column;
  }

  .title-primary-btn,
  .title-secondary-btn {
    width: 100%;
  }
}

.all-job-page {
  background: #f4f7fb;
  color: #1f2937;
  letter-spacing: 0;
}

.all-job-wrapper {
  padding-top: 28px;
}

.all-job-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.all-job-kicker {
  margin: 0 0 6px;
  color: #0b4779;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.all-job-title {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.all-job-subtitle {
  margin: 9px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
}

.all-job-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(96px, 1fr));
  gap: 10px;
  min-width: 350px;
}

.all-job-summary-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 8px;
}

.all-job-summary-value {
  color: #0b4779;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.all-job-summary-label {
  margin-top: 8px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.all-job-card {
  border: 1px solid #e4e9f1;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.all-job-card .card-body {
  padding: 24px;
}

.all-job-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.all-job-section-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  background: #e8f1fb;
  border-radius: 8px;
  color: #0b4779;
  font-size: 22px;
}

.all-job-card .card-title {
  margin-bottom: 5px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.all-job-section-copy {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.45;
}

.all-job-division-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.all-job-division-tab {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  background: #f8fafc;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  color: #374151;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.all-job-division-tab strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 28px;
  padding: 4px 8px;
  background: #ffffff;
  border-radius: 999px;
  color: #0b4779;
}

.all-job-division-tab:hover,
.all-job-division-tab.active {
  background: #e8f1fb;
  border-color: #c9d9ec;
  color: #0b4779;
}

.all-job-division-panel {
  display: none;
}

.all-job-filter-card {
  margin-bottom: 20px;
  padding: 18px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
}

.all-job-filter-card .row {
  row-gap: 16px;
}

.all-job-filter-label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
}

.all-job-input-group {
  min-height: 40px;
}

.all-job-input-group .input-group-text {
  min-width: 48px;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #d8e0eb;
  border-right: 0;
  border-radius: 8px 0 0 8px !important;
  color: #0b4779;
  font-size: 13px;
  font-weight: 800;
}

.all-job-input-group .form-control {
  height: 40px;
  border: 1px solid #d8e0eb;
  border-radius: 0 8px 8px 0 !important;
  color: #111827;
  font-size: 13px;
  box-shadow: none;
  transition: 0.2s;
}

.all-job-input-group .form-control:focus {
  border-color: #0b4779 !important;
  box-shadow: 0 0 0 3px rgba(11, 71, 121, 0.12);
}

.all-job-date-to {
  margin-top: 8px;
}

.all-job-table-wrap {
  border-radius: 10px;
}

.all-job-table {
  width: 100% !important;
  border: 0;
  margin-bottom: 0 !important;
}

.all-job-table.table-bordered th,
.all-job-table.table-bordered td {
  border-color: #e4e9f1;
}

.all-job-table thead th {
  background: #f8fafc;
  color: #374151;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.all-job-table tbody td {
  color: #1f2937;
  font-size: 12px;
  line-height: 1.35;
}

.all-job-company-chip,
.all-job-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.all-job-company-chip {
  background: #eef4fb;
  border: 1px solid #d8e6f4;
  color: #0b4779;
}

.all-job-status-pending,
.all-job-status-draft {
  background: #fff7d6;
  color: #8a5a00;
}

.all-job-status-rejected {
  background: #fdecec;
  color: #b42318;
}

.all-job-status-approved {
  background: #e9f8ef;
  color: #087443;
}

.all-job-status-muted {
  background: #f3f4f6;
  color: #4b5563;
}

.all-job-action-cell {
  min-width: 86px;
}

.all-job-view-btn {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #0b4779;
  border-radius: 8px;
  background: #0b4779;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(11, 71, 121, 0.18);
}

.all-job-view-btn:hover,
.all-job-view-btn:focus {
  border-color: #083b66;
  background: #083b66;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(11, 71, 121, 0.22);
}

.all-job-view-btn i {
  color: #ffffff;
}

.all-job-pic-layout {
  display: grid;
  grid-template-columns: minmax(220px, 28%) minmax(0, 1fr);
  gap: 18px;
}

.all-job-pic-tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 300px;
  padding: 10px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
}

.all-job-pic-tab {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  color: #374151;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
}

.all-job-pic-tab strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 24px;
  padding: 3px 7px;
  background: #eef4fb;
  border-radius: 999px;
  color: #0b4779;
}

.all-job-pic-tab:hover,
.all-job-pic-tab.active {
  background: #e8f1fb;
  color: #0b4779;
}

.all-job-pic-panels {
  min-width: 0;
}

.all-job-pic-panel {
  display: none;
  min-height: 300px;
  padding: 0;
  border: 0;
}

.all-job-page .dataTables_wrapper .dt-buttons {
  float: left;
  margin-bottom: 18px;
}

.all-job-page .dataTables_wrapper .buttons-excel {
  padding: 7px 10px;
  background: #eef4fb;
  border: 1px solid #d8e6f4;
  border-radius: 7px;
  color: #0b4779;
  font-size: 12px;
  font-weight: 800;
}

.all-job-page .dataTables_wrapper .dataTables_length,
.all-job-page .dataTables_wrapper .dataTables_filter,
.all-job-page .dataTables_wrapper .dataTables_info,
.all-job-page .dataTables_wrapper .dataTables_paginate {
  color: #6b7280;
  font-size: 12px;
}

.all-job-page .dataTables_wrapper .dataTables_filter input,
.all-job-page .dataTables_wrapper .dataTables_length select {
  min-height: 34px;
  border: 1px solid #d8e0eb;
  border-radius: 7px;
  color: #111827;
}

.all-job-page .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 7px;
}

@media only screen and (max-width: 991px) {
  .all-job-hero {
    flex-direction: column;
  }

  .all-job-summary {
    width: 100%;
    min-width: 0;
  }

  .all-job-pic-layout {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 700px) {
  .all-job-division-tabs,
  .all-job-summary {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 600px) {
  .all-job-wrapper {
    padding-top: 18px;
  }

  .all-job-hero,
  .all-job-card .card-body {
    padding: 18px;
  }

  .all-job-section-heading {
    flex-direction: column;
  }
}

.approval-page {
  background: #f4f7fb;
  color: #1f2937;
  letter-spacing: 0;
}

.approval-wrapper {
  padding-top: 28px;
}

.approval-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.approval-kicker {
  margin: 0 0 6px;
  color: #0b4779;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.approval-title {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.approval-subtitle {
  margin: 9px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
}

.approval-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(116px, 1fr));
  gap: 10px;
  min-width: 260px;
}

.approval-summary-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 8px;
}

.approval-summary-value {
  color: #0b4779;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.approval-summary-label {
  margin-top: 8px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.approval-card {
  border: 1px solid #e4e9f1;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.approval-card .card-body {
  padding: 24px;
}

.approval-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.approval-section-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  background: #e8f1fb;
  border-radius: 8px;
  color: #0b4779;
  font-size: 22px;
}

.approval-card .card-title {
  margin-bottom: 5px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.approval-section-copy {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.45;
}

.approval-filter-card {
  margin-bottom: 20px;
  padding: 18px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
}

.approval-filter-card .row {
  row-gap: 16px;
}

.approval-filter-label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
}

.approval-input-group {
  min-height: 40px;
}

.approval-input-group .input-group-text {
  min-width: 48px;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #d8e0eb;
  border-right: 0;
  border-radius: 8px 0 0 8px !important;
  color: #0b4779;
  font-size: 13px;
  font-weight: 800;
}

.approval-input-group .form-control,
.approval-assign-select {
  height: 40px;
  border: 1px solid #d8e0eb;
  border-radius: 8px !important;
  color: #111827;
  font-size: 13px;
  box-shadow: none;
}

.approval-input-group .form-control {
  border-radius: 0 8px 8px 0 !important;
}

.approval-input-group .form-control:focus,
.approval-assign-select:focus {
  border-color: #0b4779 !important;
  box-shadow: 0 0 0 3px rgba(11, 71, 121, 0.12);
}

.approval-table-wrap {
  border-radius: 10px;
}

.approval-table {
  width: 100% !important;
  border: 0;
  margin-bottom: 0 !important;
}

.approval-table.table-bordered th,
.approval-table.table-bordered td {
  border-color: #e4e9f1;
}

.approval-table thead th {
  background: #f8fafc;
  color: #374151;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.approval-table tbody td {
  color: #1f2937;
  font-size: 12px;
  line-height: 1.35;
}

.approval-row-number {
  color: #6b7280 !important;
  font-weight: 800;
}

.approval-company-chip {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 9px;
  background: #eef4fb;
  border: 1px solid #d8e6f4;
  border-radius: 999px;
  color: #0b4779;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.approval-action-cell {
  min-width: 230px;
  white-space: nowrap;
}

.approval-view-btn,
.approval-reject-btn,
.approval-approve-btn {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 2px;
  padding: 6px 10px;
  border-radius: 8px;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(31, 41, 55, 0.12);
}

.approval-view-btn {
  border: 1px solid #0b4779;
  background: #0b4779;
}

.approval-view-btn:hover,
.approval-view-btn:focus {
  border-color: #083b66;
  background: #083b66;
  color: #ffffff !important;
}

.approval-reject-btn {
  border: 1px solid #b42318;
  background: #b42318;
}

.approval-reject-btn:hover,
.approval-reject-btn:focus {
  border-color: #8f1d14;
  background: #8f1d14;
  color: #ffffff !important;
}

.approval-approve-btn {
  border: 1px solid #087443;
  background: #087443;
}

.approval-approve-btn:hover,
.approval-approve-btn:focus {
  border-color: #05603a;
  background: #05603a;
  color: #ffffff !important;
}

.approval-view-btn i,
.approval-reject-btn i,
.approval-approve-btn i {
  color: #ffffff;
}

.approval-empty-state {
  padding: 18px !important;
  color: #6b7280 !important;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.approval-loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(31, 41, 55, 0.16);
  transform: translate(-50%, -50%);
}

.approval-page .dataTables_wrapper .dt-buttons {
  float: left;
  margin-bottom: 18px;
}

.approval-page .dataTables_wrapper .buttons-excel {
  padding: 7px 10px;
  background: #eef4fb;
  border: 1px solid #d8e6f4;
  border-radius: 7px;
  color: #0b4779;
  font-size: 12px;
  font-weight: 800;
}

.approval-page .dataTables_wrapper .dataTables_length,
.approval-page .dataTables_wrapper .dataTables_filter,
.approval-page .dataTables_wrapper .dataTables_info,
.approval-page .dataTables_wrapper .dataTables_paginate {
  color: #6b7280;
  font-size: 12px;
}

.approval-page .dataTables_wrapper .dataTables_filter input,
.approval-page .dataTables_wrapper .dataTables_length select {
  min-height: 34px;
  border: 1px solid #d8e0eb;
  border-radius: 7px;
  color: #111827;
}

.approval-page .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 7px;
}

@media only screen and (max-width: 991px) {
  .approval-hero {
    flex-direction: column;
  }

  .approval-summary {
    width: 100%;
    min-width: 0;
  }
}

@media only screen and (max-width: 600px) {
  .approval-wrapper {
    padding-top: 18px;
  }

  .approval-hero,
  .approval-card .card-body {
    padding: 18px;
  }

  .approval-summary {
    grid-template-columns: 1fr;
  }

  .approval-section-heading {
    flex-direction: column;
  }
}

.job-list-page {
  background: #f4f7fb;
  color: #1f2937;
  letter-spacing: 0;
}

.job-list-wrapper {
  padding-top: 28px;
}

.job-list-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.job-list-kicker {
  margin: 0 0 6px;
  color: #0b4779;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.job-list-title {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.job-list-subtitle {
  margin: 9px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
}

.job-list-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(88px, 1fr));
  gap: 10px;
  min-width: 430px;
}

.job-list-summary-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 8px;
}

.job-list-summary-value {
  color: #0b4779;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.job-list-summary-label {
  margin-top: 8px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.job-list-card {
  border: 1px solid #e4e9f1;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.job-list-card .card-body {
  padding: 24px;
}

.job-list-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.job-list-section-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  background: #e8f1fb;
  border-radius: 8px;
  color: #0b4779;
  font-size: 22px;
}

.job-list-card .card-title {
  margin-bottom: 5px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.job-list-section-copy {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.45;
}

.job-list-notice {
  margin-bottom: 20px;
  padding: 12px 14px;
  background: #fff7d6;
  border: 1px solid #f7df8a;
  border-left: 5px solid #d99a00;
  border-radius: 8px;
  color: #6b4e00;
  font-size: 13px;
  font-weight: 700;
}

.job-list-form .form-group {
  margin-bottom: 18px;
}

.job-list-label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
}

.job-list-control {
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
}

.job-list-control:focus {
  border-color: #0b4779;
  box-shadow: 0 0 0 3px rgba(11, 71, 121, 0.12);
}

.job-list-control:disabled {
  background: #f8fafc;
  color: #4b5563;
}

.job-list-lines-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid #e4e9f1;
}

.job-list-loading {
  display: none;
  width: 42px;
  height: auto;
}

.job-list-dynamic-form {
  margin-top: 18px;
}

.job-list-required-missing {
  background: #fdecec !important;
}

.job-list-table-wrap {
  border-radius: 10px;
}

.job-list-table {
  width: 100% !important;
  border: 0;
  margin-bottom: 0 !important;
}

.job-list-table.table-bordered th,
.job-list-table.table-bordered td {
  border-color: #e4e9f1;
}

.job-list-table thead th {
  background: #f8fafc;
  color: #374151;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.job-list-table tbody td {
  color: #1f2937;
  font-size: 12px;
  line-height: 1.35;
}

.job-list-row-number {
  color: #6b7280 !important;
  font-weight: 800;
}

.job-list-company-chip,
.job-list-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.job-list-company-chip {
  background: #eef4fb;
  border: 1px solid #d8e6f4;
  color: #0b4779;
}

.job-list-status-pending,
.job-list-status-draft {
  background: #fff7d6;
  color: #8a5a00;
}

.job-list-status-approved {
  background: #e9f8ef;
  color: #087443;
}

.job-list-status-rejected {
  background: #fdecec;
  color: #b42318;
}

.job-list-status-muted {
  background: #f3f4f6;
  color: #4b5563;
}

.job-list-action-cell {
  min-width: 86px;
}

.job-list-edit-btn,
.job-list-view-btn,
.job-list-print-btn {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 8px;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(31, 41, 55, 0.12);
}

.job-list-edit-btn,
.job-list-view-btn {
  border: 1px solid #0b4779;
  background: #0b4779;
}

.job-list-edit-btn:hover,
.job-list-edit-btn:focus,
.job-list-view-btn:hover,
.job-list-view-btn:focus {
  border-color: #083b66;
  background: #083b66;
  color: #ffffff !important;
}

.job-list-print-btn {
  border: 1px solid #374151;
  background: #374151;
}

.job-list-print-btn:hover,
.job-list-print-btn:focus {
  border-color: #111827;
  background: #111827;
  color: #ffffff !important;
}

.job-list-edit-btn i,
.job-list-view-btn i,
.job-list-print-btn i {
  color: #ffffff;
}

.job-list-page .dataTables_wrapper .dt-buttons {
  float: left;
  margin-bottom: 18px;
}

.job-list-page .dataTables_wrapper .dataTables_length,
.job-list-page .dataTables_wrapper .dataTables_filter,
.job-list-page .dataTables_wrapper .dataTables_info,
.job-list-page .dataTables_wrapper .dataTables_paginate {
  color: #6b7280;
  font-size: 12px;
}

.job-list-page .dataTables_wrapper .dataTables_filter input,
.job-list-page .dataTables_wrapper .dataTables_length select {
  min-height: 34px;
  border: 1px solid #d8e0eb;
  border-radius: 7px;
  color: #111827;
}

.job-list-page .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 7px;
}

@media only screen and (max-width: 991px) {
  .job-list-hero {
    flex-direction: column;
  }

  .job-list-summary {
    width: 100%;
    min-width: 0;
  }
}

@media only screen and (max-width: 700px) {
  .job-list-summary {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}

@media only screen and (max-width: 600px) {
  .job-list-wrapper {
    padding-top: 18px;
  }

  .job-list-hero,
  .job-list-card .card-body {
    padding: 18px;
  }

  .job-list-summary {
    grid-template-columns: 1fr;
  }

  .job-list-section-heading,
  .job-list-lines-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.job-dynamic-panel {
  margin-bottom: 22px;
  padding: 18px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
}

.job-dynamic-entry-row {
  align-items: flex-end;
  row-gap: 14px;
}

.job-dynamic-entry-row .form-group {
  margin-bottom: 0;
}

.job-dynamic-action-col {
  display: flex;
  align-items: flex-end;
  flex: 0 0 auto;
  max-width: none;
}

.job-dynamic-label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
}

.job-dynamic-control {
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
}

.job-dynamic-control:focus,
.job-dynamic-textarea:focus {
  border-color: #0b4779;
  box-shadow: 0 0 0 3px rgba(11, 71, 121, 0.12);
}

.job-dynamic-add-btn,
.job-dynamic-save-btn,
.job-dynamic-submit-btn,
.job-dynamic-remove-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
}

.job-dynamic-add-btn {
  height: 42px;
  min-height: 42px;
  padding: 0 16px;
  white-space: nowrap;
}

.job-dynamic-save-btn,
.job-dynamic-submit-btn,
.job-dynamic-remove-btn {
  min-height: 38px;
}

.job-dynamic-add-btn,
.job-dynamic-save-btn,
.job-dynamic-submit-btn {
  border: 1px solid #0b4779;
  background: #0b4779;
  color: #ffffff !important;
}

.job-dynamic-add-btn:hover,
.job-dynamic-add-btn:focus,
.job-dynamic-save-btn:hover,
.job-dynamic-save-btn:focus,
.job-dynamic-submit-btn:hover,
.job-dynamic-submit-btn:focus {
  border-color: #083b66;
  background: #083b66;
  color: #ffffff !important;
}

.job-dynamic-remove-btn {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid #b42318;
  background: #b42318;
  color: #ffffff !important;
  font-size: 12px;
}

.job-dynamic-remove-btn:hover,
.job-dynamic-remove-btn:focus {
  border-color: #8f1d14;
  background: #8f1d14;
  color: #ffffff !important;
}

.job-dynamic-subsection {
  margin-top: 16px;
}

.job-dynamic-subtitle {
  margin: 0 0 10px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.job-dynamic-table-wrap {
  margin-bottom: 18px;
  border-radius: 10px;
}

.job-dynamic-table {
  width: 100% !important;
  border: 0;
  margin-bottom: 0 !important;
}

.job-dynamic-small-table {
  max-width: 720px;
}

.job-dynamic-table.table-bordered th,
.job-dynamic-table.table-bordered td {
  border-color: #e4e9f1;
}

.job-dynamic-table thead th {
  background: #f8fafc;
  color: #374151;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.job-dynamic-table tbody td {
  color: #1f2937;
  font-size: 12px;
  line-height: 1.4;
  vertical-align: middle;
}

.job-dynamic-category-row {
  background: #eef4fb;
  color: #0b4779 !important;
  font-size: 13px !important;
  font-weight: 800;
  text-align: left;
}

.job-dynamic-hidden-id {
  display: none;
}

.job-dynamic-job-name {
  min-width: 260px;
  color: #111827;
  font-weight: 700;
}

.job-dynamic-check-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-dynamic-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.job-dynamic-file-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.job-dynamic-file-input {
  width: 100%;
  padding: 8px;
  background: #eef4fb;
  border: 1px solid #d8e6f4;
  border-radius: 8px;
  color: #1f2937;
  font-size: 12px;
}

.job-dynamic-required-label {
  color: #b42318;
  font-size: 12px;
  font-weight: 800;
}

.job-dynamic-help {
  color: #6b7280;
  font-size: 11px;
  font-weight: 700;
}

.job-dynamic-textarea {
  min-height: 88px;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  color: #111827;
  font-size: 13px;
  box-shadow: none;
}

.job-dynamic-empty {
  padding: 16px !important;
  color: #6b7280 !important;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.job-dynamic-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.job-dynamic-placeholder {
  display: block;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .job-dynamic-panel {
    padding: 14px;
  }

  .job-dynamic-action-col {
    align-items: stretch;
  }

  .job-dynamic-add-btn,
  .job-dynamic-save-btn,
  .job-dynamic-submit-btn {
    width: 100%;
  }
}

.job-edit-page {
  background: #f4f7fb;
  color: #1f2937;
  letter-spacing: 0;
}

.job-edit-wrapper {
  padding-top: 28px;
}

.job-edit-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.job-edit-kicker {
  margin: 0 0 6px;
  color: #0b4779;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.job-edit-title {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.job-edit-subtitle {
  margin: 9px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
}

.job-edit-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(96px, 1fr));
  gap: 10px;
  min-width: 380px;
}

.job-edit-summary-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 8px;
}

.job-edit-summary-label {
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.job-edit-summary-value {
  margin-top: 8px;
  color: #0b4779;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  word-break: break-word;
}

.job-edit-card {
  border: 1px solid #e4e9f1;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.job-edit-card .card-body {
  padding: 24px;
}

.job-edit-section-heading,
.job-edit-lines-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.job-edit-section-heading {
  margin-bottom: 22px;
}

.job-edit-section-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  background: #e8f1fb;
  border-radius: 8px;
  color: #0b4779;
  font-size: 22px;
}

.job-edit-card .card-title {
  margin-bottom: 5px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.job-edit-section-copy,
.job-edit-panel-copy {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.45;
}

.job-edit-details-panel,
.job-edit-lines-panel {
  margin-bottom: 22px;
  padding: 18px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
}

.job-edit-details-panel .row,
.job-edit-entry-row {
  align-items: flex-end;
  row-gap: 14px;
}

.job-edit-entry-row .form-group {
  margin-bottom: 0;
}

.job-edit-lines-header {
  justify-content: space-between;
  margin-bottom: 16px;
}

.job-edit-checklist-header {
  margin-top: 6px;
  padding-top: 18px;
  border-top: 1px solid #e4e9f1;
}

.job-edit-panel-title {
  margin: 0 0 5px;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
}

.job-edit-label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 12px;
  font-weight: 800;
}

.job-edit-control {
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
}

.job-edit-control:focus,
.job-edit-textarea:focus {
  border-color: #0b4779;
  box-shadow: 0 0 0 3px rgba(11, 71, 121, 0.12);
}

.job-edit-control[readonly] {
  background: #ffffff;
  color: #374151;
}

.job-edit-action-col {
  display: flex;
  align-items: flex-end;
  flex: 0 0 auto;
  max-width: none;
}

.job-edit-add-btn,
.job-edit-save-btn,
.job-edit-submit-btn,
.job-edit-cancel-btn,
.job-edit-remove-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
}

.job-edit-add-btn {
  height: 42px;
  min-height: 42px;
  padding: 0 16px;
  white-space: nowrap;
}

.job-edit-save-btn,
.job-edit-submit-btn,
.job-edit-cancel-btn {
  min-height: 38px;
}

.job-edit-add-btn,
.job-edit-save-btn,
.job-edit-submit-btn {
  border: 1px solid #0b4779;
  background: #0b4779;
  color: #ffffff !important;
}

.job-edit-add-btn:hover,
.job-edit-add-btn:focus,
.job-edit-save-btn:hover,
.job-edit-save-btn:focus,
.job-edit-submit-btn:hover,
.job-edit-submit-btn:focus {
  border-color: #083b66;
  background: #083b66;
  color: #ffffff !important;
}

.job-edit-cancel-btn {
  border: 1px solid #4b5563;
  background: #4b5563;
  color: #ffffff !important;
}

.job-edit-cancel-btn:hover,
.job-edit-cancel-btn:focus {
  border-color: #111827;
  background: #111827;
  color: #ffffff !important;
}

.job-edit-remove-btn {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid #b42318;
  background: #b42318;
  color: #ffffff !important;
  font-size: 12px;
}

.job-edit-remove-btn:hover,
.job-edit-remove-btn:focus {
  border-color: #8f1d14;
  background: #8f1d14;
  color: #ffffff !important;
}

.job-edit-table-wrap,
.job-edit-small-table-wrap {
  margin-bottom: 18px;
  border-radius: 10px;
}

.job-edit-small-table {
  max-width: 720px;
}

.job-edit-table {
  width: 100% !important;
  border: 0;
  margin-bottom: 0 !important;
}

.job-edit-table.table-bordered th,
.job-edit-table.table-bordered td {
  border-color: #e4e9f1;
}

.job-edit-table thead th {
  background: #f8fafc;
  color: #374151;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.job-edit-table tbody td {
  color: #1f2937;
  font-size: 12px;
  line-height: 1.4;
  vertical-align: middle;
}

.job-edit-category-row {
  background: #eef4fb;
  color: #0b4779 !important;
  font-size: 13px !important;
  font-weight: 800;
  text-align: left;
}

.job-edit-row-number {
  color: #6b7280 !important;
  font-weight: 800;
}

.job-edit-hidden-id {
  display: none;
}

.job-edit-job-name {
  min-width: 260px;
  color: #111827 !important;
  font-weight: 700;
}

.job-edit-required-label {
  display: inline-flex;
  margin-left: 6px;
  color: #b42318;
  font-size: 12px;
  font-weight: 800;
}

.job-edit-check-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-edit-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.job-edit-file-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 220px;
}

.job-edit-current-file {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.job-edit-file-link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 9px;
  background: #eef4fb;
  border: 1px solid #d8e6f4;
  border-radius: 8px;
  color: #0b4779;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  word-break: break-word;
}

.job-edit-file-input {
  width: 100%;
  padding: 8px;
  background: #eef4fb;
  border: 1px solid #d8e6f4;
  border-radius: 8px;
  color: #1f2937;
  font-size: 12px;
}

.job-edit-help {
  color: #6b7280;
  font-size: 11px;
  font-weight: 700;
}

.job-edit-textarea {
  min-height: 88px;
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  color: #111827;
  font-size: 13px;
  box-shadow: none;
}

.job-edit-remarks {
  min-width: 180px;
}

.job-edit-empty {
  padding: 16px !important;
  color: #6b7280 !important;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.job-edit-required-missing {
  background: #fdecec !important;
}

.job-edit-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

@media only screen and (max-width: 991px) {
  .job-edit-hero {
    flex-direction: column;
  }

  .job-edit-summary {
    width: 100%;
    min-width: 0;
  }
}

@media only screen and (max-width: 700px) {
  .job-edit-summary {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 600px) {
  .job-edit-wrapper {
    padding-top: 18px;
  }

  .job-edit-hero,
  .job-edit-card .card-body,
  .job-edit-details-panel,
  .job-edit-lines-panel {
    padding: 18px;
  }

  .job-edit-section-heading,
  .job-edit-lines-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-edit-action-col {
    align-items: stretch;
  }

  .job-edit-add-btn,
  .job-edit-save-btn,
  .job-edit-submit-btn,
  .job-edit-cancel-btn {
    width: 100%;
  }
}

.function-modal-dialog {
  max-width: 65%;
}

.function-modal-dialog-wide {
  max-width: 80%;
}

.function-modal-dialog-xwide {
  max-width: 85%;
}

.function-modal-dialog .modal-content {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 22px 50px rgba(31, 41, 55, 0.22);
}

.function-modal-dialog .modal-header {
  min-height: 14px;
  padding: 12px 18px 0;
  border-bottom: 0;
}

.function-modal-dialog .modal-body {
  padding: 18px 22px 20px;
}

.function-modal-footer {
  min-height: 55px;
  padding: 12px 18px;
  border-top: 1px solid #e4e9f1;
}

.function-modal-id {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  background: #eef4fb;
  border: 1px solid #d8e6f4;
  border-radius: 999px;
  color: #0b4779;
  font-size: 12px;
  font-weight: 800;
}

.function-modal-form {
  position: relative;
}

.function-modal-control,
.function-modal-textarea {
  border: 1px solid #d8e0eb;
  border-radius: 8px;
  color: #111827;
  font-size: 13px;
  box-shadow: none;
}

.function-modal-control {
  height: 42px;
}

.function-modal-textarea {
  min-height: 96px;
}

.function-modal-control:focus,
.function-modal-textarea:focus {
  border-color: #0b4779;
  box-shadow: 0 0 0 3px rgba(11, 71, 121, 0.12);
}

.function-modal-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: none;
  width: 96px;
  transform: translate(-50%, -50%);
}

.function-modal-loading-visible {
  display: block;
}

.function-modal-loading-text {
  display: none;
  margin-top: 12px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
}

.function-modal-loading-text-visible {
  display: inline-flex;
}

.function-modal-table {
  width: 100% !important;
  margin-bottom: 18px;
  border: 0;
}

.function-modal-table-small {
  max-width: 720px;
}

.function-modal-table.table-bordered th,
.function-modal-table.table-bordered td {
  border-color: #e4e9f1;
}

.function-modal-table thead th {
  background: #f8fafc;
  color: #374151;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.function-modal-table tbody td {
  color: #1f2937;
  font-size: 12px;
  line-height: 1.4;
  vertical-align: middle;
}

.function-modal-summary-table tbody td:nth-child(odd) {
  width: 110px;
  background: #f8fafc;
  color: #374151;
  font-weight: 800;
}

.function-modal-section-title {
  margin: 18px 0 10px;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
}

.function-modal-category-row {
  background: #eef4fb;
  color: #0b4779 !important;
  font-size: 13px !important;
  font-weight: 800;
  text-align: left;
}

.function-modal-hidden-id {
  display: none;
}

.function-modal-file-link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 9px;
  background: #eef4fb;
  border: 1px solid #d8e6f4;
  border-radius: 8px;
  color: #0b4779;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  word-break: break-word;
}

.function-modal-empty {
  padding: 14px !important;
  color: #b42318 !important;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.function-modal-body-block {
  margin-bottom: 0;
}

.function-modal-body-copy {
  padding: 14px;
  background: #f8fafc;
  border: 1px solid #e4e9f1;
  border-radius: 8px;
  color: #1f2937;
  font-size: 13px;
  line-height: 1.5;
}

.function-modal-approve-btn,
.function-modal-save-btn,
.function-modal-reject-btn,
.function-modal-close-btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-right: 8px;
  padding: 8px 14px;
  border-radius: 8px;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
}

.function-modal-approve-btn,
.function-modal-save-btn {
  border: 1px solid #087443;
  background: #087443;
}

.function-modal-approve-btn:hover,
.function-modal-approve-btn:focus,
.function-modal-save-btn:hover,
.function-modal-save-btn:focus {
  border-color: #05603a;
  background: #05603a;
  color: #ffffff !important;
}

.function-modal-reject-btn {
  border: 1px solid #b42318;
  background: #b42318;
}

.function-modal-reject-btn:hover,
.function-modal-reject-btn:focus {
  border-color: #8f1d14;
  background: #8f1d14;
  color: #ffffff !important;
}

.function-modal-close-btn {
  margin-right: 0;
  border: 1px solid #0b4779;
  background: #0b4779;
}

.function-modal-close-btn:hover,
.function-modal-close-btn:focus {
  border-color: #083b66;
  background: #083b66;
  color: #ffffff !important;
}

@media only screen and (max-width: 991px) {
  .function-modal-dialog,
  .function-modal-dialog-wide,
  .function-modal-dialog-xwide {
    max-width: calc(100% - 28px);
  }
}

.home-page {
  background: #f4f7fb;
  color: #1f2937;
  letter-spacing: 0;
}

.home-wrapper {
  padding-top: 28px;
}

.home-hero,
.home-welcome-card,
.home-metric-card,
.home-page .card {
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(31, 41, 55, 0.06);
}

.home-hero {
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
}

.home-kicker {
  margin: 0 0 6px;
  color: #0b4779;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-title {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.home-subtitle {
  margin: 9px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
}

.home-welcome-card .card-body {
  padding: 0;
  overflow: hidden;
}

.home-welcome-row {
  min-height: 160px;
  align-items: center;
}

.home-welcome-copy {
  padding: 35px;
}

.home-welcome-copy h2 {
  margin: 0;
  color: #111827;
  font-size: 26px;
  font-weight: 800;
}

.home-welcome-copy p {
  margin: 18px 0 0;
  color: #6b7280;
  font-size: 14px;
  font-weight: 800;
}

.home-welcome-media {
  padding: 0 20px;
  text-align: right;
}

.home-welcome-media img {
  width: min(424px, 100%);
  max-height: 160px;
  object-fit: contain;
}

.home-metric-link {
  cursor: pointer;
}

.home-metric-card {
  overflow: hidden;
}

.home-metric {
  min-height: 126px;
  position: relative;
  border-radius: 10px;
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(31, 41, 55, 0.12);
}

.home-metric .icon-holder i {
  font-size: 0;
}

.home-metric .icon-holder {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.home-metric .icon-holder::before {
  content: "\2192";
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.home-metric h2 {
  color: #ffffff;
}

.home-metric p {
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 800;
}

.home-metric-dark {
  background: linear-gradient(135deg, #321f68 0%, #5b2679 48%, #b13386 100%);
}

.home-metric-warning {
  background: linear-gradient(135deg, #ffb15f 0%, #ff7d35 45%, #f24822 100%);
}

.home-metric-danger {
  background: linear-gradient(135deg, #ed0f66 0%, #dc1f5f 48%, #b72f65 100%);
}

.home-metric-success {
  background: linear-gradient(135deg, #321f68 0%, #5b2679 48%, #b13386 100%);
}

.home-page .card-title {
  color: #111827;
  font-size: 16px;
  font-weight: 800;
}

.home-job-link {
  color: #0b4779;
  cursor: pointer;
}

.home-job-link:hover,
.home-job-link:focus {
  color: #083b66;
  text-decoration: underline;
}

.home-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.home-status-completed {
  background: #e9f8ef;
  color: #087443;
}

.home-status-pending {
  background: #fff7d6;
  color: #8a5a00;
}

.home-status-rejected {
  background: #fdecec;
  color: #b42318;
}

.home-status-muted {
  background: #f3f4f6;
  color: #4b5563;
}

.home-average-card {
  height: fit-content;
  max-height: 100%;
  background: #6f8f16;
}

.home-average-icon {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(17, 24, 39, 0.22);
}

.home-chart-header {
  border-radius: 10px 10px 0 0;
}

.home-chart-header h6 {
  color: #4b5563;
}

.home-chart {
  height: 250px;
}

.home-title-card {
  background: #fff7ed;
}

@media only screen and (max-width: 767px) {
  .home-wrapper {
    padding-top: 18px;
  }

  .home-hero {
    padding: 18px;
  }

  .home-welcome-copy {
    padding: 24px;
  }

  .home-welcome-media {
    padding: 0 24px 20px;
    text-align: left;
  }
}

