#searchOverlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
}
.modal-content {
background-color: #fff;
border-radius: 5px;
padding: 20px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.modal-header h2 {
margin-bottom: 20px;
}
.modal-footer .btn {
min-width: 100px;
}