.x-date-picker-date {
  padding: 0 12px;
  min-height: 244px;
}
.x-date-picker-date.small {
  padding: 0 12px 8px 12px;
  min-height: 192px;
}
.x-date-picker-date.small .x-date-picker-date-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 28px;
          flex: 1 0 28px;
  padding: 2px;
}
.x-date-picker-date.small .x-date-picker-date-box + .x-date-picker-date-box {
  margin-left: 0;
}
.x-date-picker-date.small .x-date-picker-date-box.active::before {
  left: 0;
}
.x-date-picker-date.small .x-date-picker-date-box.active:first-child::before {
  left: -12px;
}
.x-date-picker-date.small .x-date-picker-date-box.active:last-child::before {
  right: -12px;
}
.x-date-picker-date.small .x-date-picker-date-box.active.first::before {
  left: calc(50% - 14px);
  border-start-start-radius: 14px;
  border-end-start-radius: 14px;
}
.x-date-picker-date.small .x-date-picker-date-box.active.last::before {
  right: calc(50% - 14px);
  border-start-end-radius: 14px;
  border-end-end-radius: 14px;
}
.x-date-picker-date.small.rounded .x-date-picker-date-box.active:first-child::before {
  left: calc(50% - 14px);
  border-start-start-radius: 14px;
  border-end-start-radius: 14px;
}
.x-date-picker-date.small.rounded .x-date-picker-date-box.active:last-child::before {
  right: calc(50% - 14px);
  border-start-end-radius: 14px;
  border-end-end-radius: 14px;
}
.x-date-picker-date.rounded .x-date-picker-date-box.active:first-child::before {
  left: calc(50% - 18px);
  border-start-start-radius: 18px;
  border-end-start-radius: 18px;
}
.x-date-picker-date.rounded .x-date-picker-date-box.active:last-child::before {
  right: calc(50% - 18px);
  border-start-end-radius: 18px;
  border-end-end-radius: 18px;
}
.x-date-picker-date-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.x-date-picker-date-box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40px;
          flex: 1 0 40px;
  padding: 2px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.x-date-picker-date-box + .x-date-picker-date-box {
  margin-left: 4px;
}
.x-date-picker-date-box.active::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -4px;
  right: 0;
  bottom: 2px;
  opacity: 0.15;
  background-color: currentColor;
}
.x-date-picker-date-box.active:first-child::before {
  left: -12px;
}
.x-date-picker-date-box.active:last-child::before {
  right: -12px;
}
.x-date-picker-date-box.active.first::before {
  left: calc(50% - 18px);
  border-start-start-radius: 18px;
  border-end-start-radius: 18px;
}
.x-date-picker-date-box.active.last::before {
  right: calc(50% - 18px);
  border-start-end-radius: 18px;
  border-end-end-radius: 18px;
}