.dasheo-tab-sidebar {
    max-width: None;
    width: 12vw;
}

.dasheo-tab-panel {
    width: 88vw;
}

.header-logo {
    max-width: 10vw;
    max-height: 10vh;
}

.dasheo-tab[id$="tab-panel_404"],
.dasheo-tab[id$="tab-home_panel"] {
    border-left: None !important;
    cursor: default;
}

.portal-card-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.portal-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 7vh 10vw 7vh 0;
}

.portal-card {
    background-color: var(--bg-green);
    border: solid 0px transparent;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 8px var(--shadow-color);
}

.portal-card-title {
    color: var(--font-color);
    margin: 0;
    text-align: center;
    font-size: 2.5vh;
}

.portal-card-link {
    display: block;
    margin-top: 1rem;
    text-align: center;
}

.page-not-found {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 10vw;
}

a {
    text-decoration: none;
    color: var(--neon-green);
}

.back-home-btn {
    width: 100%;
    background-color: var(--bg-dark-green);
    border: none !important;
    color: var(--main-color);
    text-decoration: none;
}

.back-home-btn:hover {
    color: var(--main-color);
}

.back-home-img {
    height: 4vh;
    background-color: var(--bg-dark-green);
    margin-right: 10px;
}

.back-home-text {
    font-size: 2vh;
    font-weight: 600;
}

.background-and-border {
    height: 100%;
    border-radius: 10px;
    padding: 10px;
    background-color: rgba(13, 60, 57, 0.5);
}

.sources-btn-style {
    background-color: transparent;
    border-radius: 10px;
    border: None;
    color: var(--white);
    margin: 0 6px;
    padding: 0;
}

.natural-kpi-card {
    padding: 20px;
}

.natural-kpi-card-icon {
    max-height: 60px;
    max-width: 60px;
}

.natural-kpi-title {
    font-size: 2.5vh;
    margin-bottom: 1px;
}

.natural-kpi-description {
    color: var(--font-not-selected);
    font-style: italic;
    font-size: 2vh;
    line-height: 2vh;
    margin: 0;
}

.natural-kpi-value {
    font-weight: bolder;
    font-size: 5.5vh;
    line-height: 5.5vh;
}

.natural-kpi-subtext {
    font-size: 2vh;
    line-height: 2vh;
    margin: 0;
}

.anthropogenic-kpi-card-icon {
    max-height: 80px;
    max-width: 80px;
}

.induced-kpi-card-icon {
    max-height: 80px;
    max-width: 80px;
}

.induced-kpi-unit {
    font-weight: normal;
    font-size: 3vh;
    margin: 0;
}

.induced-kpi-subtext {
    font-size: 2vh;
    line-height: 2vh;
    margin: 5px 0px 0px 0px
}

.anthropogenic-kpi-title {
    font-size: 2.5vh;
    margin-bottom: 2px;
}

.anthropogenic-kpi-value {
    font-weight: bolder;
    font-size: 5.5vh;
    line-height: 5.5vh;
    margin: 0;
}

.anthropogenic-kpi-unit {
    font-weight: normal;
    font-size: 4vh;
    margin: 0;
}

.anthropogenic-kpi-description {
    color: var(--font-not-selected);
    font-style: italic;
    font-size: 1.7vh;
    line-height: 2vh;
}

.anthropogenic-kpi-card {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.anthropogenic-kpi-card-container {
    padding: 15px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.induced-kpi-title {
    font-size: 3vh;
    margin-bottom: 0;
}

.induced-kpi-description {
    color: var(--font-not-selected);
    font-style: italic;
    font-size: 1.9vh;
    line-height: 1.9vh;
    margin: 0;
}

.induced-kpi-value {
    font-weight: bolder;
    font-size: 4.5vh;
    line-height: 4.5vh;
    margin: 0;
}

.induced-kpi-card {
    padding: 20px;
}

.back-home-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 7px;
    border: solid 1px var(--font-color);
    border-radius: 10px;
}

.leaflet-tooltip {
    z-index: 700;
}

.induced-map-marker-tooltip-div {
    color: white;
    font-size: 1.5vh;
}

.induced-map-marker-tooltip {
    background-color: #102E2E !important;
    opacity: 0.9;
    border: none;
}

.custom-slider {
    padding: 10px 25px 20px;
}

.custom-slider .rc-slider-mark-text {
    color: white;
}

.custom-slider .rc-slider-tooltip-inner {
    color: white;
    background-color: #102E2E;
    font-size: 13px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    padding: 8px;
}

p[i18next-orgval-0] {
    margin: 0;
}
