.modal form .col-form-label {
  margin: 5px 0;
}

.modal .btn-secondary {
  background-color: var(--vtc-bg-main-bg-3);
  border: 0;
}

.modal-header {
  background-color: var(--vtc-bg-main-bg-3);
  color: aliceblue;
  font-weight: bold;
}

.modal form label {
  font-size: 15px;
}



.table-center {
  width: 100%; 
  background: #ffffff; 
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow-x:scroll ;
}

table {
  width: 100%;
  border-collapse: collapse;
  overflow-x:scroll ;
}

th,
td {
  padding: 12px;
  text-align: center;
}

th {
  background: #13412A;
  color: #ffffff;
  font-size: 16px;
}

td {
  font-size: 16px;
  color: #333;
}

tbody tr:nth-child(even) {
  background: #f4f7fc;
}

table, th, td {
  border: 1px solid white;
  border-collapse: collapse;
}


.action-phone {
  display: inline-flex;
  color: #001d3d;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}
.action-phone:hover {
  color: #009495;
  text-decoration: underline;
}
.action-mail {
  display: inline-flex;
  color: #003566;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}
.action-mail:hover {
  color: #009495;
  text-decoration: underline;
}
.dept {
  display: inline-flex;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 5px;
  color: #fff;
  margin-top: 2px;
  margin-bottom: 2px;
}
.color-1 {
  background-color: #ef476f;
}
.color-2 {
  background-color: #ffd166;
  color: #000;
}
.color-3 {
  background-color: #06d6a0;
  color: #000;
}
.color-4 {
  background-color: #118ab2;
}
.color-5 {
  background-color: #073b4c;
}
td::before {
  content: attr(data-label);
  font-weight: bold;
  display: none;
  margin-right: 10px;
}