/*      Request ID: 4012f0bf5f5a1ef03d954f11c99fd434_1782148883 (06/22/2026 1:49pm) (JcRBCsAgDATAF2neFMKCoRGLq4b+voXOYaSNDnGq2n+Z4Ii9UCNNo9rokpkSfpBNA8L1BCiR27/K8o7b7cKsNPIF)      */



/*      Resource ID: 7706633e99c04217e61ca5a3f4f (lw-timepicker.scss, compiled by sass, minified by none) (06/22/2026 1:24pm) (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;
}