.hidden{
  display: none;
}

.s-bg-light{

background: #fafafa;
}

.sm-font{
  font-size: .8rem !important;
}

.bg-white-s-rounded{
  background: #eff2f5;
  border-radius: 25px;
}
.border-x{
  border: thin solid #eee !important; 
}

.text-palid{
  color: #ccc;
}
.bg-panel{
  background: rgba(0,0,0,.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 300px;
}

.bg-w{
  background: #fff;
}
.text-w{
  color: #fff;
}
.item-banner{
  border-left: 3px solid #039BE5;
  border-left-color: #039BE5;
}




  

.bg-muting{
  background: transparent;
  border-color: transparent;
  color: #000;
}

.input-b-bottom{
  background: transparent;
  border:none;
  border-bottom: thin solid #039BE5;
}

.bg-t{
  background: transparent;
}

.increase-500{
  width: 500px !important;
}

.skewed-seeker{
      background: #fafafa;
    margin-top: -288px;
    padding-top: 288px;
}
