/**************************
	CSS FOR HOME/FRONT
***************************/
/*
.trend-label {
    display: inline-block;
    width: 105px;
    padding: 0 7px;
    font-size: 16px;
    background: #000;
    color: #fff;
    margin-right: 7px;
}
.aud-trends {
    display: inline-block;
    position: absolute;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: calc(100% - 105px);
    border-top: 1px solid #bbb;
    scrollbar-color: #000003 #8d8d8d;
    scrollbar-width: thin;
}
.aud-trends strong {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
}
.aud-trending {
    background: #fff;
    font-size: 16px;
}
*/
/*Scrollbar*/
.aud-trends {
    scrollbar-color: #000003 #8d8d8d;
    scrollbar-width: thin;
}
.aud-trends::-webkit-scrollbar-track{
  background-color:#000003;
  border-radius:10px;
}
.aud-trends::-webkit-scrollbar {
  width: 0px;
  height:5px;
}
.aud-trends::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color:#8d8d8d;
}