* {
  font-family: "GilroyR";
}

.veris-datepicker-container {
  width: 100%;
}

.veris_datepicker_label {
  font-size: 14px;
  font-family: "GilroyB";
  line-height: 16px;
  color: #2f4644;
  margin-bottom: 8px;
}

.rdt {
  position: relative;
}

.rdtPicker {
  display: none;
  position: absolute;
  /* padding: 4px; */
  margin-top: 20px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin-top: 7px;
}

.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}
.rdtPicker .rdtTimeToggle {
  text-align: center;
}
.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 32px;
  width: 32px;
  color: #2c3e58;
}
.rdtPicker td {
  cursor: pointer;
  font-size: 12px;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover {
  background: #eeeeee;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #6a6cff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker .dow {
  width: 32px;
  border-bottom: none;
  cursor: default;
  color: #8795a4;
  font-weight: 600;
  font-size: 12px;
}
.rdtPicker th.rdtSwitch {
  width: 100%;
  color: #2a4058;
  font-weight: 500;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  vertical-align: bottom;
  height: 40px;
  width: 40px;
}
.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  font-size: 30px;
  font-weight: 100;
  height: 40px;
  box-sizing: border-box;
  color: #7682a0;
}
.rdtPrev {
  border-top-left-radius: 9px;
}
.rdtNext {
  border-top-right-radius: 9px;
}
.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}
.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}
.rdtPicker thead button {
  width: 100%;
  height: 100%;
}
td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}
.rdtCounters {
  display: inline-block;
}
.rdtCounters > div {
  float: left;
}
.rdtCounter {
  height: 100px;
}
.rdtCounter {
  width: 40px;
}
.rdtCounterSeparator {
  line-height: 100px;
}
.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  color: #2c3e58;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}
.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}
.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}
.rdtTime td {
  cursor: default;
}
.rdtPrev,
.rdtNext {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rdtPicker table {
  border-collapse: collapse;
}
.rdtPicker table thead tr:nth-of-type(1) {
  border-bottom: 1px solid #d9d9d9;
  height: 40px;
}
.rdtPicker td.rdtTimeToggle {
  font-weight: bold;
  background-color: #eee;
  transition: all 150ms ease-out;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  font-size: 14px;
}
.rdtPicker td.rdtTimeToggle:hover {
  color: white;
  background-color: #2c3e58;
}
.rdt input {
  position: relative;
  font-family: "GilroyR";
  font-size: 14px;
  border: 1px solid #c2c5cc;
  border-radius: 4px;
  padding: 10px 12px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  margin: 0px;
  line-height: 14px;
  height: 36px;
  color: #6e7380;
}
