#user-input:focus {
    outline: none; /* Remove the default browser outline */
    border-color: inherit; /* Inherit the initial border color */
    box-shadow: none; /* Remove any default box shadow */

    background: #F8F8F8 0% 0% no-repeat padding-box;
    border: 1px solid #77bad8;
}


/* Responsive Search Input with Icons */
.search-container {
    position: relative;
    width: 100%;
    /*margin: 0 auto;*/
    margin-top: -8px;
    max-width:565px;
}
.search-container-general {
    max-width: 100%;
}

.search-input {
    width: 100%;
    padding: 10px 40px 10px 35px; /* left and right padding for icons */
    font-size: 16px;
    border-radius: 6px;
    outline: none;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border: 1px solid #1871B5 !important;
    background: #FFF;
    max-width: 565px !important;
}

.search-input-general {
    max-width: 100% !important;
    height: 35px !important;
}

.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #1871B5;
    font-size: 16px;
    cursor: pointer;
}

.mic-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #1871B5;
    font-size: 18px;
    cursor: pointer;
}
