/*      Request ID: 4012f0bf5f5a1ef03d954f11c99fd434_1777406246 (05/13/2026 12:25pm) (DcpBCsAgDAXRE9Ucqdjkg6GxijGV3r5uBh4MlVZBEsTZ8EgeSSJhu8dlymeZ1cj0xSp7IJ+fwclW6M4xtaIr3xjJ2f0H)      */



/*      Resource ID: cb22a08cf4e3c175d4de25c5cc4 (lw-timepicker.scss, compiled by sass, minified by none) (04/28/2026 4:26pm) (A:537, B:537, C:533, D:533, F:533, J:533, K:533)      */

.lw-timepicker {
  position: absolute;
  font-size: 1.5em;
  height: 250px;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #222;
  width: 10rem;
  z-index: 99;
  margin: 0;
}
.lw-timepicker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lw-timepicker li {
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.7em;
  margin: 0;
  padding: 0 0.4em;
}
.lw-timepicker li:hover {
  background-color: #ddd;
}
.lw-timepicker .selected {
  background-color: #D5E7FF;
}