The geocoder suggestions are being overlapped by another panel

I need help regarding the above issue. I have tried many times but have not been successful. Attached is a snippet of the CSS file and an image. I hope someone is willing to assist.

.cesium-geocoder-input {
z-index: 1003 !important;
position: relative;
}

.cesium-geocoder-suggestions {
z-index: 10005 !important;
position: absolute;
}