.topbar-text.dropdown.disable-autohide {
    display: inline-block !important;
}

/* Responsive styles for the search filter */
@media (max-width: 767px) {
    .searchbox .input-group {
        flex-direction: column;
        align-items: center; /* Center items horizontally */
    }

    .searchbox .input-group > .form-control,
    .searchbox .input-group > .custom-select,
    .searchbox .input-group > .input-group-append {
        width: 90%; /* Adjust width to not touch screen edges */
        max-width: 400px; /* Add a max-width for larger mobile screens */
    }

    .searchbox .input-group > .form-control {
        margin-bottom: 15px; /* Increase spacing */
        position: relative; /* Needed for icon positioning */
    }

    .searchbox .input-group > .custom-select {
        margin-bottom: 15px; /* Increase spacing */
        border-radius: .35rem !important;
        text-align: center;
        text-align-last: center; /* For modern browsers */
    }

    .searchbox .input-group-append .btn {
        width: 100%; /* Make button fill the append wrapper */
        border-radius: .35rem !important;
    }

    .searchbox .input-group-prepend-overlay {
        left: auto;
        right: 0;
    }

    .searchbox .input-group > .prepended-form-control {
        padding-left: 1.125rem !important;
        padding-right: 2.75rem !important;
        border-radius: .35rem !important;
    }
}