
.sesel-fsd-card{
  width: 360px;
  background: #0b0b0b;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 16px;
  color:#fff;
  cursor:pointer;
}

.sesel-fsd-title{
  font-size:20px;
  font-weight:800;
  margin-bottom:10px;
}

.sesel-fsd-row{
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
}

.sesel-fsd-bar{
  height:10px;
  background:rgba(255,255,255,.10);
  border-radius:999px;
  overflow:hidden;
}

.sesel-fsd-fill{
  height:100%;
  background:#fff;
  display:block;
}
