  .custom-daterange {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .custom-daterange input {
    border: none;
    border-bottom: 1px solid #aaa;
    padding-right: 20px; /* space for the icon */
    width: 100%;
    background: transparent;
    outline: none;
  }

  .custom-daterange .caret-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 0.8rem;
    color: #333;
  }