.block-item-selected {
  border: 1px solid #a8d324!important;
}

#AppSelectIllumination:focus,
#IntroSelectIllumination:focus,
.selected-item {
  border-color: #ced4da!important;
  box-shadow: none!important;
}

#block-settings {
  max-height: calc(100vh - 115px);
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 770px) {
  #block-settings {
    max-height: 100%!important;
    overflow: auto;
  }
}
