@font-face {
    font-family: AvantGarde;
    src: url(../fonts/avantgarde.woff);
}
*{
    font-family: AvantGarde;
    font-family: 'AvantGarde';
    /* user-select: none; */
    scroll-behavior: smooth; 
}
body{
    margin: 0; padding: 0;
}
.startRange{
    border-radius: 50% 0 0 50% !important;
}
@media (prefers-color-scheme: dark) {
    body {
        background: black;
        color: white;
    }
}
.flatpickr-day[data-tooltip]:hover:after {
    content: attr(data-tooltip);
    position: absolute;
    background: #333333c3;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    left: 0;
    bottom: -35px;
    z-index: 1000;
    
}

.custom-alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
    text-align: center;
    z-index: 1000;
}

.alert-content {
    max-width: 400px;
    margin: auto;
}

.alert-content button {
    background-color: #4CAF50;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

#popout-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
    z-index: 9999;
    display: none;
}

#close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: red;
}

#map-iframe {
    width: 90%;
    height: 300px; /* Ajusta la altura según tus necesidades */
    border: 1px solid #ccc;
    margin: 5%;
}

#description {
    font-size: 14px;
    color: #555;
}
