@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.dataTables_filter {
  text-align: center !important;
}

.dataTables_filter label {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.dataTables_filter input {
  width: 100% !important;
  padding-left: 45px !important; /* Space for the icon */
  border-radius: 5px !important; /* Smaller border radius like header */
  border: 1px solid #d2d6de;
  height: 34px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.dataTables_filter label::before {
  content: "\f002"; /* FontAwesome search icon code */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 38px;
  background-color: #f0f2f5; /* Light gray background */
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d2d6de;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 10;
  font-size: 14px;
}
