.im-input-moment {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  user-select: none;
}
.im-input-moment,
.im-date-picker *,
.im-input-moment *,
.im-big-input-moment,
.im-big-input-moment * {
  font-family: "Open Sans";
  font-size: 1.5em;
}
.im-input-moment .options {
  width: 100%;
  height: 40px;
  display: inline-block;
}
.im-input-moment .options button {
  float: left;
  width: 50%;
  color: rgba(27, 117, 187, 1);
  background: 0 0;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  border: 1px solid rgba(27, 117, 187, 1);
}
.im-input-moment .options button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.im-input-moment .options button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.im-input-moment .options button.is-active {
  color: #fff;
  background-color: rgba(27, 117, 187, 1);
}
.im-input-moment .tab-component {
  display: none;
  height: calc(100% - 40px);
}
.im-input-moment .tab-component.is-active {
  display: block;
}
.im-big-input-moment {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #dfe0e4;
  user-select: none;
}
.im-big-input-moment .date-wrapper {
  width: 100%;
}
.im-big-input-moment .time-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: white;
}
.time-wrapper .time {
  color: white;
  border: none;
}
.im-date-picker {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.im-date-picker .toolbar {
  line-height: 20px;
  color: rgba(27, 117, 187, 1);
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: #eee;
}
.im-date-picker .toolbar .current-date {
  display: inline-block;
  width: 65%;
  min-width: 50px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  vertical-align: middle;
}
.im-date-picker .toolbar .next-nav,
.im-date-picker .toolbar .prev-nav {
  display: inline-block;
  width: 8%;
  cursor: pointer;
  font-size: 30px;
  vertical-align: middle;
}
.im-date-picker .next-month,
.im-date-picker .next-year,
.im-date-picker .prev-month,
.im-date-picker .prev-year {
  color: rgba(50, 50, 50, 0.2);
}
.im-date-picker table {
  width: 100%;
  height: calc(100% - 40px);
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.im-date-picker td {
  text-align: center;
  cursor: pointer;
  color: #dfe0e4;
  border: 1px solid #dfe0e4;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.im-date-picker td.current {
  background-color: rgba(27, 117, 187, 1);
  color: #fff;
  font-weight: 700;
}

.im-date-picker thead td {
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.im-date-picker tbody td {
  color: #666;
}
.im-time-picker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 10px 10px 20px 10px;
  border: 1px solid #dfe0e4;
  box-sizing: border-box;
}
.im-time-picker .time-picker-wrapper {
  width: 100%;
}
.im-time-picker .time-picker-wrapper .showtime {
  text-align: center;
}
.im-time-picker .time-picker-wrapper .separator {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  color: rgba(27, 117, 187, 1);
  width: 32px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.im-time-picker .time-picker-wrapper .time-text {
  position: relative;
  left: -10px;
  font-size: 20px;
  color: rgba(27, 117, 187, 1);
  margin-top: 20px;
  margin-bottom: 10px;
}
.im-time-picker .time-picker-wrapper .sliders {
  padding: 0 10px;
}
.im-time-picker .time-picker-wrapper .time {
  width: 45px;
  height: 45px;
  display: inline-block;
  font-size: 25px;
  line-height: 45px;
  background-color: rgba(27, 117, 187, 1);
  border-radius: 3px;
  text-align: center;
  color: white;
}
.im-time-slider {
  width: 100%;
  color: #fff;
  padding: 10px 10px 20px 10px;
  box-sizing: border-box;
}
.im-time-slider .showtime {
  font-size: 1em;
  text-align: center;
}
.im-time-slider .separator {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  color: rgba(27, 117, 187, 1);
  width: 32px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.im-time-slider .time-text {
  position: relative;
  left: -10px;
  font-size: 20px;
  color: rgba(27, 117, 187, 1);
}
.im-time-slider .sliders {
  padding: 0 10px;
  font-size: 0.5em;
}
.im-time-slider .time {
  width: 45px;
  height: 45px;
  display: inline-block;
  font-size: 25px;
  line-height: 45px;
  background-color: rgba(27, 117, 187, 1);
  border-radius: 3px;
  text-align: center;
}
.im-slider {
  position: relative;
  display: inline-block;
  background-color: #dfe0e4;
  border-radius: 3px;
  height: 4px;
  width: 100%;
  cursor: pointer;
}
.im-slider .value {
  position: absolute;
  background-color: rgba(27, 117, 187, 1);
  border-radius: 3px;
  top: 0;
  height: 100%;
}
.im-slider .handle {
  position: absolute;
  width: 4px;
  height: 4px;
}
.im-slider .handle:after {
  position: relative;
  display: block;
  content: "";
  top: -10px;
  left: -12px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 3px solid rgba(27, 117, 187, 1);
  border-radius: 50%;
  cursor: pointer;
}
.im-btn {
  display: inline-block;
  border: 0;
  outline: 0;
  cursor: pointer;
  line-height: 1;
}
.im-btn:before {
  margin-right: 6px;
}
