.response-modal-overlay {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.response-modal {
    width: 40%;
    min-width: 35%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.searchId {
    width: 100%;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    padding: 10px 8px 9px 10px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-weight: 500;
    height: 35px;
    background: #FFFFFF;
}

.searchId:focus {
    outline: none;
}

.clientsList {
    list-style-type: none;
    padding: 0;
    font-weight: 400;
    font-family: 'Arial';
    font-size: 14px;
    line-height: 16px;
    color: #777777;
    max-height: 292px;
    overflow: auto;
    margin-top: 3px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 0.5px solid #D8D8D8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    z-index: 100000;
}
.clientsList li a{
    margin-top: -1px; /* Prevent double borders */
    padding: 6px 15px;
    text-decoration: none;
    display: block;
    font-weight: normal;
    color: #777;
    cursor: pointer;
    text-transform: capitalize;
    font-family: 'Arial';
    font-size: 14px;
    line-height: 16px;
}

.clientsList li a:hover {
    background-color: #008FF4;
}

.icon {
    position: absolute;
    right: 10px;
    top: 14px;
    width: 14px;
    height: 10px;
    cursor: pointer;
}

.clientDropdownbox {
    position: relative;
    width: 168px;
    height: 35px;
    margin: auto;
    font-size: 1.4rem;
}

.disabled__search__field {
    display: flex;
    align-items: center;
    width: calc(100% - 20px);
    box-sizing: border-box;
    padding: 10px;
    margin: 10px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #008ff4;
    box-shadow: 0px 0px 0px #5aade8;
    border-radius: 5px;
}

.disabled__search__field:focus {
    outline: none;
}

.search__field__text {
    align-items: center;
    width: 90%;
    height: 20px;
    box-sizing: border-box;
    background: #ffffff;
    border: none !important;
}

.search__field__text:focus {
    outline: none;
}

.disable__search__icon {
    height: 10px;
    width: 10px;
}
