body {
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
    text-decoration: none;
}

.header-container {
    padding: 1.5rem 0;
    height: 10vh;
}

.logo-text {
    text-decoration: none;
    color: black;
}

.dropdown-item.country-item {
    padding: 0.5rem 1rem;
    width: 100%;
}


.main-container {
    height: 85vh;
    display: flex;
    flex-direction: column;
}

.layout-container {
    height: 100%;
    min-height: 70vh;
}

.navbar-container {
    height: 5vh;
}

#main-navbar {
    background-color: #4292c7;
    padding: 0;
}

#main-navbar .nav-item a {
    vertical-align: middle;
    color: white;
    font-size: 1.2em;
}

#main-navbar .nav-item.active a {
    font-weight: bold;
    color: black !important;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.readonly-field {
    background-color: #e9ecef;
    border: none;
}

.popover-content {
    text-align: center; /* Center-align the content */
}

.popover-image {
    max-width: 100%; /* Ensure the image fits within the popover */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Ensure the image is centered */
    margin: 0 auto; /* Center the image horizontally */
}

.popover-summary {
    margin-top: 10px; /* Add space between the image and the text */
    font-size: 14px; /* Adjust font size */
    color: #333; /* Text color */
    text-align: center; /* Center-align the text */
}
