﻿
.search-input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.search-input {
    padding-left: 30px; /* Make room for the icon */
    padding-right: 10px; /* Optional: Space on the right if needed */
}

.search-input-wrapper i {
    position: absolute;
    left: 10px; /* Adjust to position the icon */
    top: 50%;
    transform: translateY(-50%);
    color: #333; /* Adjust the icon color */
}

.search-input {
    width: 100%; /* Ensure the input takes full width inside the wrapper */
    height: 32px; /* Adjust the height as needed */
    font-size: 14px; /* Adjust font size */
}

.search-row th {
    padding: 10px;
}




