.datePicker {
  z-index: 1500;
}

.datePicker .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 120vw;
  height: 120vh;
  background: rgba(0, 0, 0, 0.815);
  z-index: 1400;
}

.datePicker .reloj {
  background: white;
  width: 320px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: 100000;
  padding: 0.9em;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-height: 90vh;
  overflow-y: auto;
}

.datePicker .reloj .header {
  text-align: center;
  font-weight: lighter;
  color: white;
  display: block;
  background: #1385e5;
  border-radius: 3px;
  font-size: 16px;
  padding: 7px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2em;
}

.datePicker .reloj .valores {
  text-align: center;
}

.datePicker .reloj .valores div {
  display: inline-block;
  width: 65px;
  height: 65px;
  font-size: 38px;
  line-height: 65px;
  background: #1385e5;
  color: white;
  border-radius: 3px;
}

.datePicker .reloj .valores span {
  display: inline-block;
  font-size: 32px;
  font-weight: bolder;
  color: #1385e5;
  width: 32px;
  height: 65px;
  line-height: 65px;
}

.datePicker .reloj .selectores {
  margin-bottom: 2.5em;
}

.datePicker .reloj .selectores .selector h2 {
  font-size: 15px;
  font-weight: lighter;
  color: #1385e5;
  margin: 1em auto;
}

.datePicker .reloj .selectores .selector input {
  display: block;
  margin: 1.5em auto;
}

.datePicker .reloj .selectores .selector input[type="number"] {
  font-family: "Poppins", sans-serif;
  outline: none;
  padding: 0.2em;
  color: #002442;
  border: 2px solid #1385e5;
  font-size: 1em;
  width: 80%;
  margin: -5px auto;
}

.datePicker .reloj .selectores input[type="range"] {
  -webkit-appearance: none;
  width: 95%;
}

.datePicker .reloj .selectores input[type="range"]:focus {
  outline: none;
}

.datePicker .reloj .selectores input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4.2px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #1385e5;
  border-radius: 25px;
}

.datePicker .reloj .selectores input[type="range"]::-webkit-slider-thumb {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  border: 3.4px solid #1385e5;
  height: 24px;
  width: 24px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11.15px;
}

.datePicker .reloj .selectores input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #1385e5;
}

.datePicker .reloj .selectores input[type="range"]::-moz-range-track {
  width: 100%;
  height: 4.7px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #1385e5;
  border-radius: 25px;
  border: 1.5px solid rgba(0, 0, 1, 0);
}

.datePicker .reloj .selectores input[type="range"]::-moz-range-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  border: 3.4px solid #1385e5;
  height: 24px;
  width: 24px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
}

.datePicker .reloj .selectores input[type="range"]::-ms-track {
  width: 100%;
  height: 4.7px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.datePicker .reloj .selectores input[type="range"]::-ms-fill-lower {
  background: #1385e5;
  border: 1.5px solid rgba(0, 0, 1, 0);
  border-radius: 50px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

.datePicker .reloj .selectores input[type="range"]::-ms-fill-upper {
  background: #1385e5;
  border: 1.5px solid rgba(0, 0, 1, 0);
  border-radius: 50px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

.datePicker .reloj .selectores input[type="range"]::-ms-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  border: 3.4px solid #1385e5;
  height: 24px;
  width: 24px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  height: 4.7px;
}

.datePicker .reloj .selectores input[type="range"]:focus::-ms-fill-lower {
  background: #1385e5;
}

.datePicker .reloj .selectores input[type="range"]:focus::-ms-fill-upper {
  background: #1385e5;
}

.datePicker .reloj button {
  margin-top: 2.5em;
  outline: none;
  border: none;
  border-radius: 3px;
  display: block;
  cursor: pointer;
  text-align: center;
  font-weight: lighter;
  color: white;
  background: #1385e5;
  font-size: 16px;
  padding: 7px;
  width: 100%;
  font-family: "Poppins", sans-serif;
}

.datePicker .reloj button.canc {
  background: #d10000;
  margin-top: 3px;
}
/*# sourceMappingURL=timePicker.css.map */