@import url("/assets/bootstrap.min-2d5c1157.css");
@import url("/assets/geoapify-geocoder-autocomplete-698e76a8.css");

body {
    background-color: #f8f9fa;
}

.circle {
    width: 32px;
    height: 32px;
    border: 8px solid #ddd;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
