/* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&family=Gruppo&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* Custom CSS Definitions */
body, html {
    margin: 0;
    padding: 0;
    background-attachment: fixed;
}
.container * {
    padding: 0px;
}
.custom-navbar{
    height: auto;
    min-height: 80px;
    padding: 0px;
    align-items: center;
    display: flex; /* Add this */
    align-items: center; /* Add this */
    justify-content: space-between; /* Add this if you want to space out the elements */
    border-bottom: 2px solid black;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    position: sticky;
    top: 0;
}
.custom-navbar-brand{
    font-family: 'Raleway', sans-serif;
    color: black;
    font-weight: 600;
    font-size: 1.35rem;
    padding-left: 20px;
    align-self: center;
}

.nav-pills .nav-link.active {
    text-decoration: underline;
    color: #333;
    background-color: transparent;
}

/* Align navigation tabs to the right side of their column */
.nav-pills {
    justify-content: flex-end;
    margin-right: 0;
    align-items: center;
}

.nav-links {
    margin-left: auto;
    display: flex;
    align-items: center;
}

/* Ensure proper spacing between navigation items */
.nav-pills .nav-item {
    margin-left: 15px;
}

.nav-pills .nav-item:first-child {
    margin-left: 0;
}

/* Style the login/logout section to blend with navigation */
#login-logout-section {
    margin-left: 15px;
}

/* Ensure the navbar uses space-between properly */
.custom-navbar .row {
    width: 100%;
}

.database-css{
    font-family: 'OpenDyslexic-Regular';
    padding-left: 20px;
}

/* TABLE */
.table-container {
    max-width: 1400px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.dropdown-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}

.dropdown-label {
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    width: 200px;
}

.dropdown {
    flex-grow: 1;
    font-size: 16px;
}

#show-filters {
    margin-bottom: 20px;
}

#filter-section {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

#table {
    border-collapse: collapse;
    width: 100%;
}

#table th {
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    padding: 10px !important;
}

#table td, #table th {
    border: 1px solid #ddd;
    padding: 12px;
}

#table td {
    padding: 10px !important;
    font-family: 'Raleway', sans-serif;
}

#table tr:nth-child(even) {
    background-color: #f2f2f2;
}

#table tr:hover {
    background-color: #ddd;
}

.dwnld-mkdown{
    font-family: 'Raleway', sans-serif;
    margin-top: 20px;
}

#btn_csv {
    font-size: 18px; /* Increase the font size */
    padding: 10px 20px; /* Increase the padding */
    width: 150px; /* Set a specific width */
    height: 80px; /* Set a specific height */
}

.previous-next-container {
    margin-top: 20px;
}

.business-search-bar{
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 800px; /* set a maximum width to make it more prominent */
    margin: 40px auto; /* add some margin top and bottom, and center it horizontally */
    background-color: #fff; /* add a white background to make it stand out */
    border: 2px solid #ACE5EE; /* add a subtle border */
    border-radius: 10px; /* add some rounded corners */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* add some subtle shadow */
    display: flex; /* make it a flex container */
    justify-content: center; /* center the search input horizontally */
    align-items: center; /* center the search input vertically */
    height: auto;
}

.custom-nav-item {
    padding: 10px 20px; /* add some padding */
    font-weight: bold; /* make the text bold */
    color: #333; /* change the text color */
}

.custom-nav-item:hover {
    background-color: #e0e0e0; /* change the background color on hover */
    color: #666; /* change the text color on hover */
}

.home-thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
  
.home-thumbnails > div {
    margin: 20px;
    width: 300px;
    height: 200px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.home-thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.db-banner-container {
    background-image: url('db-page-banner.jpg'); 
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 50%;
    background-attachment: scroll;
    height: 200px; 
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff; 
}

.database-banner {
    font-family: 'Helvetica-Neue';
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.grf-banner-container {
    background-image: url('grf-banner.jpg'); 
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 60%;
    background-attachment: scroll;
    height: 200px; 
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff; 
}

.grf-banner {
    font-family: 'Helvetica-Neue';
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.mps-banner-container {
    background-image: url('maps-banner.jpg'); 
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 75%;
    background-attachment: scroll;
    height: 200px; 
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff; 
}

.mps-banner {
    font-family: 'Helvetica-Neue', sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.show-filters-btn {
    margin-top: 20px;
}

.searchbar-txt {
    font-family: 'Helvetica-Neue';
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: -20px;
}

.content-container{
    max-width: 860px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
    padding:20px;
    /* padding: 20px;
    border: 1px solid #ddd;
    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff; */
}

.txt-headers{
    font-family: 'Raleway', sans-serif;
    padding-top: 30px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.filter-container{
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pie-dropdown{
    width: 20%;
    margin: 0 auto;
}

.graph-container{
    max-width: 1400px;
    margin: 0 auto;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.map-container{
    max-width: 1400px;
    margin: 0 auto;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pie-container{
    width: fit-content;
    min-width: 400px;
    height: 800px;
    margin: 0 auto;
    background-color: white;
}

.site-footer{
    background-color: #333;
    color: antiquewhite;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
}

.footer-text{
    padding: 10px;
    padding-bottom: 0px;
}