.page-id-1019 {
  .custom-footer {
    display: none;
  }
  .header_container {
    box-shadow: none !important;
  }
}
#tables-data {
  display: flex;
  justify-content: center;
    
}
#tables-data .display-modal {
  display: flex !important;
}
#tables-data .table-modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #000 85;
  display: none;
  justify-content: center;
  align-items: center;
}
#tables-data .table-modal .modal-section {
  max-width: 100vw;
  max-height: 100vh;
  border-radius: 16px;
  margin: 20px;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
#tables-data .table-modal .modal-section .close-modal {
  margin-right: 20px;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  width: 40px;
  transition: all 0.3s;
  top: 6px;
}
#tables-data .table-modal .modal-section .close-modal:hover {
  transform: scale(1.1);
}
#tables-data .table-modal .modal-section .modal-wrapper {
  background-color: white;
  height: 96vh;
  width: 96vw;
  max-width: 100%;
  max-height: 90vh;
  overflow-x: auto;
  overflow-y: auto;
  padding: 20px;
  padding-top: 53px;
  opacity: 1 !important;
}
#tables-data #table-select-form .radio-group {
  display: inline-flex;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}
#tables-data #table-select-form .radio-group label:nth-of-type(1) {
  border-right: 1px solid #ccc;
}
#tables-data #table-select-form .radio-group input[type="radio"] {
  position: absolute;
  opacity: 0;
}
#tables-data #table-select-form .radio-group label {
  flex: 1;
  padding: 0.6rem 1.2rem;
  text-align: center;
  cursor: pointer;
  user-select: none;
  font-size: 34px;
  color: #555;
  min-width: 234px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}
#tables-data
  #table-select-form
  .radio-group
  input[type="radio"]:checked
  + label {
  background: #5243c2;
  color: #fff;
}
#tables-data #missions-filters,
#tables-data #talent-filters {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 18px 12px;
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
}
#tables-data #missions-filters select,
#tables-data #talent-filters select,
#tables-data #missions-filters input[type="text"],
#tables-data #talent-filters input[type="text"],
#tables-data #missions-filters input[type="number"],
#tables-data #talent-filters input[type="number"] {
  max-width: 400px;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 15px;
  margin: 0;
}
#tables-data #missions-filters select:focus,
#tables-data #talent-filters select:focus,
#tables-data #missions-filters input[type="text"]:focus,
#tables-data #talent-filters input[type="text"]:focus,
#tables-data #missions-filters input[type="number"]:focus,
#tables-data #talent-filters input[type="number"]:focus {
  outline: 2px solid #5243c2;
  border-color: #5243c2;
}
#tables-data #missions-filters .search-filter,
#tables-data #talent-filters .search-filter {
  min-width: 180px;
  max-width: 220px;
  padding: 7px 11px;
  border-radius: 7px;
  border: 1px solid #ccc;
  font-size: 15px;
  margin-right: 8px;
}
#tables-data .table-modal table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
  font-size: 15px;
  border-radius: 8px;
  overflow: hidden;
  min-width: 1100px; /* 👈 add this so laptops get horizontal scroll */

}
#tables-data .table-modal th,
#tables-data .table-modal td {
  border: 1px solid #eee;
  padding: 10px 12px;
  text-align: left;
  vertical-align: middle;
}
#tables-data .table-modal th {
  background: #f4f6fa;
  color: #444;
  font-weight: 600;
  letter-spacing: 0.02em;
}
#tables-data .table-modal tr:nth-child(even) td {
  background: #fafbfc;
}
#tables-data .table-modal tr:hover td {
  background: #eef3ff;
  transition: background 0.15s;
}
#tables-data .table-modal a {
  color: #2563eb;
  text-decoration: none;
  transition: color 0.12s;
  font-weight: 500;
}
#tables-data .table-modal a:hover {
  color: #1d48b6;
  text-decoration: underline;
}
#tables-data .range-input {
  min-width: 170px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#tables-data .range-input .range-label {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
  font-weight: 500;
}
#tables-data .range-input .range-fields {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
#tables-data .range-input .range-fields .range-number {
  min-width: 55px;
  padding: 3px 6px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 15px;
  text-align: center;
}
#tables-data .range-input .range-fields .range-sep {
  font-size: 13px;
  color: #888;
}
#tables-data .range-input .range-hint {
  font-size: 11px;
  color: #aaa;
  margin-top: 1px;
}
@media (max-width: 700px) {
  #tables-data .table-modal {
    padding: 12px 2vw;
  }
  #tables-data #missions-filters select,
  #tables-data #talent-filters select,
  #tables-data #missions-filters input[type="text"],
  #tables-data #talent-filters input[type="text"],
  #tables-data #missions-filters input[type="number"],
  #tables-data #talent-filters input[type="number"] {
    min-width: 80px;
    font-size: 13px;
  }
  #tables-data #missions-filters .search-filter,
  #tables-data #talent-filters .search-filter {
    min-width: 90px;
    font-size: 13px;
  }
}
#tables-data .clear-all-filters {
  background: #f0506e;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 18px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 14px;
  transition: background 0.15s, color 0.12s;
}
#tables-data .clear-all-filters:hover {
  background: #d7344a;
  color: #fff;
}
#tables-data .no-result {
  font-size: 24px;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
#tables-data .preloader-table {
  display: none;
  text-align: center;
  padding: 20px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#tables-data .preloader-table .loader {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 8px solid #ccc;
  border-top: 8px solid #ef0178;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
#tables-data .export-excel-btn {
  background: #5243c2;
  color: #fff;
  border: none;
  padding: 9px 18px;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.16s;
}
#tables-data .export-excel-btn:hover {
  background: #6f4aff;
}
#tables-data span.email-short,
#tables-data span.phone-short {
  width: 106px;
}
