.timepicker__header {
  width: 75%;
}

.clock-face {
  margin-top: 0px;
  background-color: #ededed !important;
}

.clock-face__number>span.active {
  background-color: #412168 !important;
}

.clock-face__clock-hand {
  background-color: #412168 !important;
}

.timepicker__header {
  width: inherit !important;
  border-radius: 10px 10px 0px 0px;
  height: 67px !important;
}

.timepicker__body {
  border-radius: 10px 10px 0 0;
}

.timepicker-dial__time {
  display: flex;
  align-items: center;
  line-height: normal;
  font-size: xx-large;
  font-weight: 600;
}

.timepicker-dial__control {
  font-size: 60px !important;
  width: 79px !important;
}

.timepicker-period__btn {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.clock-face__clock-hand_minute:before {
  border-color: #412168 !important;
}

.timepicker-button {
  color: #412168 !important;
  cursor: pointer;
}

.timepicker__actions {
  background: white;
  box-shadow: 0 0 5px #41216840;
}

.timepicker-dail {
  width: inherit !important;
  border-radius: 10px 10px 0px 0px;
  height: 67px !important;
  background: #402268 !important;
}


.timepicker-dial__container {
  display: flex;
  align-items: center;
  justify-content: space-around !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #2d1849 !important;
  border-radius: 20px 10px 0px 0px;
}

.time-icon {
  position: absolute;
  top: -18px;
  right: -4px;
}