@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

body{
  font-family: 'Poppins', sans-serif;
}

/* Style the tab */
.tab {
  overflow: auto;
  /* border: 1px solid #e5e5e5; */
  background-color: #f7f7f7;
  /* border-bottom: none; */
  display: flex;
}

.tab::-webkit-scrollbar {
  /* width: 2px; */
  height: 5px;
}

.tab::-webkit-scrollbar-thumb {
  background: #282828;
  border-radius: 20px;
}

.tab::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 8px 4px;
  padding: 10px 10px;
  transition: 0.3s;
  font-size: 0.9rem;
  color: #000000;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #3a3c3c;
  color: #ffffff;
  border-radius: 60px;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #0a74ab;
  border-radius: 60px;
  font-weight: 500;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 1px 0px;
  border: 1px solid #ccc;
  border-top: none;
}
.tabcontentDisp {
  display: block;
  padding: 1px 0px;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-bottom: none;
}
.styled-table {
    border-collapse: collapse;
    margin: 0 0;
    font-size: 0.91rem;
    /* font-family: sans-serif; */
    min-width: 200px;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
    width: 100%;
}
.styled-table thead tr {
    background-color: #2a2a2a;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 10px 10px;
}
.styled-table td.head {
    padding: 12px 1px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f7f7f7;
}

.styled-table tbody tr:last-of-type {
}


#VOLUMELEADERS, #PRICEGAINERS, #PRICELOSERS{

  text-align: center;

}