/* DomainBuyer.com - Custom Styles */

/* HTMX loading indicator */
.htmx-indicator {
    display: none;
}
.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
    display: block;
}

/* Search bar focus highlight */
.search-bar-wrap .input-group:focus-within {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    border-radius: 0.375rem;
}

.search-bar-wrap .input-group:focus-within .form-control,
.search-bar-wrap .input-group:focus-within .input-group-text {
    border-color: #86b7fe;
}

.search-bar-wrap .form-control:focus {
    box-shadow: none;
}

/* Hero section search bar on dark background */
.bg-primary .input-group-text,
.bg-primary .form-control {
    border-color: rgba(255, 255, 255, 0.3);
}
