.input-group-append {
  cursor: pointer;
}
    /* Custom style to adjust height of small form control */
    .form-control-sm {
      height: calc(1.5em + 0.5rem + 2px); /* Adjust height as needed */
    }
    
     .form-label-reduced-margin {
      margin-bottom: 0.05rem; /* Adjust margin as needed */
     /* margin-top: 0.05rem;*/
    }
    
   .input-group-date {
      margin-bottom: 0.05rem;
      margin-top: 0.05rem;
    }
    
    .input-group-label {
      margin-bottom: 0.05px;
     /* margin-top: 0.05rem;*/ /* Adjust margin as needed */
    }