// Imports Project Config File with wariables/mixins/functions
@import "../../assets/scss/config";

.es-datepicker {
  width: 100%;
  margin-bottom: 18px;
  .ant-calendar-picker {
    width: 100%;
    .ant-calendar-picker-input {
      border-radius: $btn-radius;
      height: $min-height-m;
      padding: 4px 14px;
      &:hover {
        border-color: es-color(black, 6);
      }
    }
  }
}

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

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