 
#bank_ifsc_finder select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
}

#bank_ifsc_finder select:focus {
    border-color: #007bff;
    outline: none;
}

#bank_ifsc_finder label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

#bank_ifsc_finder #ifsc_code {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #28a745;
}

.loading {
    display: none;
    text-align: center;
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}
