.section-title {
  margin-top: 2rem;
}
.section-title h2 {
  margin: 0;
}

.table-container {
  background: rgb(244 251 251);
  padding: 2rem;
  border-radius: 0.5rem;
  min-height: 550px;
}
.projects-h {
  padding: 8rem 0 1rem 0;
  background: #1d1e21;
}
#search {
  width: 100%;
  height: 100%;
  padding: 22px 54px 22px 16px;
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 19px;
  color: rgb(31, 56, 64);
  border: 1px solid rgb(231, 235, 242);
  box-shadow: 0px 30px 80px 0px rgb(5 1 64 / 10%);
  border-radius: 0.5rem;
}
.c-input {
  padding: 0 10px;
}
.small #search {
  width: 100%;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 19px;
  color: rgb(31, 56, 64);
  border: 1px solid rgb(231, 235, 242);
  box-shadow: 0px 30px 80px 0px rgb(5 1 64 / 10%);
  border-radius: 0.5rem;
}
.search-container {
  position: relative;
}
.overflow-search-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 80px;
  height: calc(100% - 20px);
  transform: translateY(-50%);
  background: #1d2935;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.small .overflow-search-btn {
  border-radius: 6px;
  width: 40px;
  padding: 16px;
}
.dataTables_length,
#projects-table_filter,
#projects-table_info {
  display: none;
}
table.dataTable.no-footer {
  border: none !important;
}
/* Table Commons */
table#projects-table {
  border-collapse: separate;
  border-spacing: 0px 10px;
}
#projects-table .odd,
#projects-table .even {
  background-color: rgb(255 0 0 / 0%) !important;
}

/* ENd Table Commons */

/* Table header */
#projects-table thead th {
  border: none;
  padding: 0 0.5rem;
  padding: 0 1.5rem;
  font-size: 13px;
  color: #1d2935;
  font-weight: 400;
}
/* End table header */
/* Sorting */
/* #projects-table .sorting_1 {
  background-color: rgb(255 0 0 / 0%) !important;
} */
/* End sorting */

/* Table body */
#projects-table tbody tr {
  box-shadow: 2px 3px 8px 0px rgb(5 1 64 / 5%);
  transition: all 0.3s ease-in;
}
#projects-table tbody tr:hover {
  /* transform: scale(1.05, 1.05); */
  box-shadow: 2px 3px 8px 0px rgb(5 1 64 / 10%);
}
#projects-table td {
  border: none !important;
  background-color: #ffffff !important;
  padding: 0.5rem 1.5rem;
  height: 50px;
}
/* End Table Body  */

.project-logo {
  height: 40px;
  margin-right: 10px;
}
/* Pagination */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: none;
  background: #1d293570 !important;
  color: white !important;
}
/* End pagination */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 500px;
  width: 100%;
  z-index: -1;
}
a.project-client {
  color: #1d2935;
  text-decoration: none;
}
.table-responsive .dataTables_scrollBody {
   overflow: visible !important;
}
#projects-table_wrapper{
  min-height: 400px;
}





/* ------------ Test table -------------- */
/* Table Commons */
table#projects-table2 {
  border-collapse: separate;
  border-spacing: 0px 10px;
}
#projects-table2 .odd,
#projects-table2 .even {
  background-color: rgb(255 0 0 / 0%) !important;
}

/* ENd Table Commons */

/* Table header */
#projects-table2 thead th {
  border: none;
  padding: 0 0.5rem;
  padding: 0 1.5rem;
  font-size: 13px;
  color: #1d2935;
  font-weight: 400;
}
/* End table header */
/* Sorting */
/* #projects-table .sorting_1 {
  background-color: rgb(255 0 0 / 0%) !important;
} */
/* End sorting */

/* Table body */
#projects-table2 tbody tr {
  box-shadow: 2px 3px 8px 0px rgb(5 1 64 / 5%);
  transition: all 0.3s ease-in;
}
#projects-table2 tbody tr:hover {
  /* transform: scale(1.05, 1.05); */
  box-shadow: 2px 3px 8px 0px rgb(5 1 64 / 10%);
}
#projects-table2 td {
  border: none !important;
  background-color: #ffffff !important;
  padding: 0.5rem 1.5rem;
  height: 50px;
}
/* End Table Body  */

#projects-table2_filter,
#projects-table2_info {
  display: none;
}

#projects-table2_wrapper{
  min-height: 400px;
}
