/* Merging the search input and the button */
.custom-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0; /* Remove left border */
}

/* Allow growth but set a maximum width for the search bar */
.custom-input {
    max-width: 70%;
}

/* Add some space to the left of the sign out button */
.signOutButton {
    margin-left: 15px; /* Adjust this value as needed */
}

/* Push the user name and sign out button to the end of the container */
.container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.signOutButton {
    margin-left: 15px; /* Add some spacing to the left of the sign out button */
}

.userContainer {
    display: flex;
    align-items: center;
}

.searchIconBorder {
    border-color: rgb(192, 211, 238);;
}

.float-end {
    margin-left: auto;
}

#map {
    height: calc(100vh - 107px) !important;
}
