/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.um .picker__list {
  list-style: none;
  list-style: none !important;
  padding: 5px !important;
  margin: 0px !important;
}

/**
 * The times on the clock.
 */
.um .picker__list-item {
  position: relative;
  border-radius: 2px;
  display: inline-block;
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  padding: 6px 0px !important;
  margin: 5px 0 !important;
} 

@media (min-height: 46.75em) {
  .um .picker__list-item {

  }
}

/* Hovered time */
.um .picker__list-item:hover {
  cursor: pointer;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.um .picker__list-item--highlighted {
  z-index: 10;
}

.um .picker__list-item--highlighted:hover,
.um .picker--focused .picker__list-item--highlighted {
  cursor: pointer;
   font-weight: bold;
}

/* Selected and hovered/focused time */
.um .picker__list-item--selected,
.um .picker__list-item--selected:hover,
.um .picker--focused .picker__list-item--selected {
  z-index: 10;
}

/* Disabled time */
.um .picker__list-item--disabled,
.um .picker__list-item--disabled:hover,
.um .picker--focused .picker__list-item--disabled {
  color: #a9e792;
  cursor: default;
  background: transparent;
  z-index: auto;
}

/**
 * The clear button
 */
.um .picker--time .picker__button--clear {
  width: 100%;
  display: inline-block;
  background: none;
  box-shadow: none !important;
  border: 0!important;
  outline: 0 !important;
  background: none !important;
  border-radius: 0 0 2px 2px;
  color: #fff !important;
}
.um .picker--time .picker__button--clear:hover,
.um .picker--time .picker__button--clear:focus {
	cursor: pointer;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.um .picker--time .picker__frame {
  min-width: 256px;
  max-width: 400px;
}
/**
 * The picker box.
 */
.um .picker--time .picker__box {
  font-size: 15px;
  padding: 0;
  border-radius: 2px !important;
}

.um .picker__box ul li[role="presentation"] {
  margin: 10px 0 0 0;
}

@media (min-height: 40.125em) {
	.um .picker--time .picker__frame {
		margin-bottom: 10% !important;
	}
}

/*
     FILE ARCHIVED ON 20:03:04 May 27, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:03:04 May 31, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.876
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.007
  esindex: 0.011
  cdx.remote: 168.644
  LoadShardBlock: 249.23 (3)
  PetaboxLoader3.datanode: 90.524 (4)
  PetaboxLoader3.resolve: 161.726 (2)
  load_resource: 91.822
*/