.es-datepicker {
  width: 100%;
  margin-bottom: 18px; }
  .es-datepicker .ant-calendar-picker {
    width: 100%; }
    .es-datepicker .ant-calendar-picker .ant-calendar-picker-input {
      border-radius: 2px;
      height: 32px;
      padding: 4px 14px; }
      .es-datepicker .ant-calendar-picker .ant-calendar-picker-input:hover {
        border-color: #bec2c2; }

.ant-calendar-header a {
  cursor: pointer; }

.ant-calendar-footer-btn a {
  cursor: pointer; }
