.b-sch-event{
  border-radius:3px;
  padding:0;
}
.b-sch-event .value{
  background-color:rgba(0, 0, 0, 0.1);
  height:100%;
  display:flex;
  justify-content:flex-end;
  align-items:center;
}
.b-sch-event .value:not(:empty){
  padding-inline:6px;
}

.b-fa-moon:before,
.b-fa-sun:before{
  margin-inline-start:0.75em;
}

.b-fa-moon:before{
  color:navy;
}

.b-fa-sun:before{
  color:yellow;
}

