/* Basic custom styles */
body {
    padding-top: 56px; /* Adjust for fixed navbar */
}

#add-new-item-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 24px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 1000;
}

#map-container {
    border: 1px solid #ccc;
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}