.st-sidebar{
  background: #9fa4a7 !important;
  border: 1px solid rgba(255,255,255,.12);
}

.st-input{
  background: #9fa4a7;
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
}
.st-input::placeholder{ color: rgba(255,255,255,.55); }

.st-list .st-item{
  background: #0775C4;
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.90);
  margin-bottom: 8px;
  border-radius: 14px;
}
.st-ir{
  background: #0775C4;
  color: rgba(255,255,255,.90);
}
.st-ir:hover{
  background: #2e99e6;
  color: #fff;
}
.st-list .st-item:hover{
  background: #2e99e6;
  color: #fff;
}

.st-carousel{
  border: 1px solid rgba(255,255,255,.10);
}

.st-slide{
  position: relative;
  /*aspect-ratio: 16/10;*/
  background: rgba(0,0,0,.25);
}
.st-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  /*opacity:.95;*/
}
.st-slide-fallback{
  width:100%; height:100%;
  display:flex; align-items:center; justify-content:center;
  color: rgba(255,255,255,.7);
}
.st-slide-overlay{
  position:absolute;
  left:12px; right:12px; bottom:10px;
  padding:10px 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.70));
  color:#fff;
}
