@font-face {
  font-family: 'CircularStd';
  font-weight: 400;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 500;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 700;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
}

table tr:last-child td {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0);
}

table tr:first-child th:first-child {
  border-bottom-left-radius: 0px;
}

table tr:first-child th:last-child {
  border-bottom-right-radius: 0px;
}

/* Thinner Scroll Bar */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #637281;
  border-radius: 15px;
  cursor: grab;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #637281;
  border-radius: 15px;
  cursor: grab;
}

.MuiList-root {
  max-height: 500px;
}
