.list
{
  /* height: 100vh; */
}
.custom-bg
{
  background: #242930;
  color: #fff;
}
.search-btn
{
  border: none !important;
  cursor: pointer;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}
.search-btn:hover
{
  border: 1px solid transparent;
  background-color: var(--theme-color);
  color: #fff;
}
.search-btn i.fa-search
{
  color: #fff;
}
input
{
  border: none !important;
  color: #fff !important;
}
input:hover, input:focus
{
  border: 1px solid var(--theme-color) !important;
  background-color: #252930 !important;
}
.left-bar .card-text
{
  font-size: 90%;
}
.left-bar .card-title
{
  font-size: 110%;
  font-weight: 700;
}
.fen-ge-xian
{
  width: 100%;
  border: 1px solid #fff;
  margin: 10px 0px;
}
.pro-info .card-title
{
  color: #fff !important;
}
.pro-info .card-title span
{
  font-size: 85%;
  padding-right: .4em;
}
.pro-info .card-title span:not(:last-child)
{
  border-right: 1px solid #afbac4;
}
.w-90
{
  width: 90%;
}
.verified-status i
{
  font-size: 200%;
}
i.y
{
  color: var(--theme-color);
}
i.n
{
  color: #737f8a;
}
