.rs-calendar-show-time-dropdown .rs-calendar-header-title-time {
    color: #153B5D;
  }
  
  .rs-calendar-time-dropdown-cell.rs-calendar-time-dropdown-cell-active {
    background-color: rgb(119, 151, 179);
  }
  
  .rs-picker-toolbar-right button.rs-picker-toolbar-right-btn-ok:hover {
    background-color: #153B5D;
  
  }
  
  .rs-picker-toolbar-right-btn-ok {
    background-color: #153B5D;
  }


  /** Hall plan START **/

svg #Identifier foreignObject {
  line-height: 10px !important;
}

svg #Identifier foreignObject div {
  margin: auto;
  min-height: -webkit-fill-available;
  word-break: break-word;
  padding: 1px
}

svg #Identifier foreignObject div span {
  text-align: center;
  font-size: 7px;
}


svg #Identifier foreignObject[id^="1__"] div span {
  font-size: 5px;
  line-height: 5px;
}
/*
svg #Identifier foreignObject[id^="052__C_41"] div span {
  writing-mode: tb;
}
*/
/** Hall plan END **/
