.list-item{
  color: gray !important;
}
.list-item:active{
  color: black !important;
}
.list-title{
  font-family: AudiType-ExtendedBold !important;
  font-weight: bold;
  font-size: 1.375rem;
}
.o-flex-space-between-group{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.u-zi-10000{
  z-index: 10000;
}
.u-fixed{
 position: fixed;
}
.u-t-0{
  top: 0;
}
.u-text-fs-12px{
  font-size: 12px;
}