.icon-position {
    left: 12px; /* Adjust this value to move the icon horizontally */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust for perfect centering */
}
 .px-2{
    padding-left: 2.0rem;
 }


