.rangepicker {
  .ant-picker {
    max-height: 30px;
  }

  .rangepicker .ant-picker {
    border: none !important;
    box-shadow: none !important;
    width: 100% !important;
    // min-width: auto !important;
  }

  .rangepicker .ant-picker:hover,
  .rangepicker .ant-picker-focused {
    border: none !important;
    box-shadow: none !important;
  }
}
