

.scale-down {
    transform: scale(0.6);
}

.displayNoneFunction {
    opacity: 0;
    cursor: none;
    z-index: -100;
}

@media (max-width: 768px) {
    #mapNavigationContainer {
        width: 100%;
    }

    img {
        height: 100vh;
        width: auto;
    }
}

/* Styling for the quote */
.quote {
    cursor: pointer;
    color: rgb(255, 255, 202);
}

/* Tooltip styling */
.sup-tooltip {
    position: absolute;
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 1000;
    display: none;
    max-width: 300px;
}

.sup-link {
    position: relative;
}

.sup-link:hover .sup-tooltip {
    display: block;
}

.markdown-content {
    background-color: #101217;
    color: white;
    border-radius: 15px;
    margin-bottom: 30px;
}

.markdown-content strong{
    color: #56DE93;
}


.hidden {
    opacity: 0;
    display: none;
}

.card:hover {
    transform: scale(1.05);
}

a {
    color: #ffe66b;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.markdown-content a {
    color: #56DE93;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.markdown-content a:hover {
    text-decoration: underline;
}

.toggle-container {
    margin-top: 10px;
    align-self: flex-end;
    display: flex;
    flex-wrap: wrap;
}

.toggle-container span {
    margin-right: 5px;
    color: #ff6b6b;
}

.errorRed {
    color: #ff6b6b !important;
}

.toggle-link {
    color: #ff6b6b;
    cursor: pointer;
    text-decoration: none;
    margin-right: 5px;
    transition: color 0.3s;
}

.toggle-link:hover {
    text-decoration: underline;
    color: #ff4d4d;
}



.citation-hover {
    position: relative;
    display: inline-block;
}

.tooltip {
    display: none;
    position: absolute;
    background-color: white;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    max-width: 300px;
    white-space: pre-wrap;
}

.qa-section {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.question {
    background-color: #56DE93;
    color: #222d3f;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
    width:fit-content;
    font-size: 1.3rem;
    cursor: pointer;
    margin-bottom: 5px;
}

.answer {
    color: #cccccc;
    padding-left: 1rem;
    font-size: 1.1rem;
    border-left: 2px solid #56DE93;
}

#cacheLinks {
    display: flex;
}
