html {
    font-family: Avenir,Arial,Helvetica,Helvetica Neue,sans-serif !important;
    font-weight: 300;
    line-height: 1.33;
}

.mapboxgl-map {
    font-family: Avenir,Arial,Helvetica,Helvetica Neue,sans-serif !important;
    font-weight: 300 !important;
    line-height: 1.33 !important;
}

/* Custom font styles for Select2 */
.select2-container--default .select2-selection--single {
    font-family: Avenir,Arial,Helvetica,Helvetica Neue,sans-serif !important;
    font-size: 16px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-family: Avenir,Arial,Helvetica,Helvetica Neue,sans-serif !important;
    font-size: 16px;
}

.select2-container--default .select2-selection--multiple {
    font-family: Avenir,Arial,Helvetica,Helvetica Neue,sans-serif !important;
    font-size: 16px;
}

.select2-container--default .select2-results__option {
    font-family: Avenir,Arial,Helvetica,Helvetica Neue,sans-serif !important;
    font-size: 16px;
}

body { margin: 0; padding: 0; }
#map { position: absolute; top: 0; bottom: 0; width: 100%; }

.div-selection {
 top: 20px; /* Adjust as needed */
    left: 20px; /* Adjust as needed */
    z-index: 10; /* Ensure it's on top of the map */
    padding: 5px;
    background: white; /* Optional: to make it visually distinct */
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    z-index: 1111
}

#btn-spin {
    font: bold 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background-color: #3386c0;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 1;
    border: none;
    width: 200px;
    margin-left: -100px;
    display: block;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 3px;
}
#btn-spin:hover {
    background-color: #4ea0da;
}

.marker {
    display: block;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
}

.marker img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* Center the image */
}

.mapboxgl-popup {
    z-index: 9999 !important;
}

.mapboxgl-popup-content {
    border-radius: 10px !important;
}

.table-content {
    font-size: 0.8rem;
}

.table-content th {
    vertical-align: top;
    padding-right: 15px;
}

.table-content td {
    padding: 2px;
}

.table-content ul {
    padding: 0;
    list-style-type: none;
}

.webinar {
    z-index: 999;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.webinar span {
    position: absolute;
    font-size: 12px;
    color: white;
    z-index: 1;
    font-weight: bold;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
}

.webinar div {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #d20014;
    opacity: 0.6;
    animation: waveAnimation 3s infinite ease-in-out;
}

.webinar div:nth-child(2) {
    width: 100px;
    height: 100px;
    animation-delay: 0.5s;
    z-index: 0;
}

.webinar div:nth-child(3) {
    width: 80px;
    height: 80px;
    animation-delay: 1s;
    z-index: -1;
}

.webinar div:nth-child(4) {
    width: 60px;
    height: 60px;
    animation-delay: 1.5s;
    z-index: -2;
}

.seminar {
    z-index: 999;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.seminar span {
    position: absolute;
    font-size: 12px;
    color: white;
    z-index: 1;
    font-weight: bold;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
}

.seminar div {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #d20014;
    opacity: 0.6;
    animation: waveAnimation 3s infinite ease-in-out;
}

.seminar div:nth-child(2) {
    width: 100px;
    height: 100px;
    animation-delay: 0.5s;
    z-index: 0;
}

.seminar div:nth-child(3) {
    width: 80px;
    height: 80px;
    animation-delay: 1s;
    z-index: -1;
}

.seminar div:nth-child(4) {
    width: 60px;
    height: 60px;
    animation-delay: 1.5s;
    z-index: -2;
}

@keyframes waveAnimation {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.carousel-item {
  width: 640px !important;
  overflow: hidden;
}

img {
  min-width: 640px;
  max-height: 400px;
}

.carousel-inner video {

}

