@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

.companies-section .filter-btn {
  background: #6219f5;
  border-radius: 8px;
  color: #fff;
}
.companies-section .companies-table-container .companies-table {
  color: #fff;
}
.companies-section .companies-table-container .companies-table td {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.4rem 1rem;
}
.companies-section .companies-table-container .companies-table th {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.75rem 1rem;
}
.companies-section .companies-table-container .companies-table th {
  min-width: 140px;
  border-top: 0;
}
.companies-section .companies-table-container .companies-table th:first-child {
  min-width: 180px;
}
.companies-section .companies-table-container .companies-table th:nth-child(4) {
  min-width: 176px;
}
.companies-section .companies-table-container .companies-table thead {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14.5px;
  letter-spacing: 0.5px;
  line-height: 200%;
}
.companies-section
  .companies-table-container
  .companies-table
  thead
  tr
  th:first-child {
  border-radius: 7.97857px 0px 0px 0px;
  border-left: 0;
}
.companies-section
  .companies-table-container
  .companies-table
  thead
  tr
  th:last-child {
  border-radius: 0px 7.97857px 0px 0px;
  border-right: 0;
}
.companies-section
  .companies-table-container
  .companies-table
  > :not(caption)
  > *
  > * {
  border-bottom: 0;
}
.companies-section .companies-table-container .companies-table tbody tr {
  background: #1a1c22;
  border: none;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.companies-section .companies-table-container .companies-table tbody tr:hover {
  background: #2a2e45;
}
.companies-section
  .companies-table-container
  .companies-table
  tbody
  tr
  td
  .d-flex {
  height: 50px;
}
.companies-section .companies-table-container .companies-table tbody tr img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}
.companies-section
  .companies-table-container
  .companies-table
  tbody
  tr
  .year-badge {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 47.8714px;
  padding: 0.35rem 1rem;
  font-size: 12.5px;
}
.companies-section .btn.btn-outline-secondary {
  font-size: 13px;
  color: #a8a8a8;
  border: 1px solid #a8a8a8;
  font-weight: 500;
}
.companies-section .btn.btn-outline-secondary:hover {
  background: #a8a8a8;
  color: var(--dashboard-bg);
}

@media (max-width: 1200px) {
  .companies-section .companies-table-container {
    overflow-x: scroll;
  }
}
@media (max-width: 991px) {
  .companies-section .companies-table-container .companies-table th {
    min-width: 170px;
    border-top: 0;
  }
  .companies-section
    .companies-table-container
    .companies-table
    th:first-child {
    /* min-width: 240px; */
  }
}

