.p-dashboard {
    /* margin: 20px; */
    /* border: solid; */
    display: flex;
    flex-direction: column;
    /* height: 200%; */
    width: 95%;
    padding: 1%;
}

.p-sdg-index {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
    /* border: solid; */
    display: flex;
    flex-direction: column;
    /* height: 200%; */
    width: 95%;
}

.pd-title {
    flex: 1;
    font-family: Inter;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.5600000023841858px;
    text-align: left;
    /* margin: 20px 0px 20px 8px; */
}

.title-version-name {
    vertical-align: super;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #DE9C00;
}

.pd-dropdown {
    flex: 1;
    /* border: solid; */
    display: flex;
    justify-content: left;

}

.dropdown {
    margin: 0px;
}

.dropdown-title {
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #6B6B6B;
}

.pd-map-line,
.pd-map-dumbbell {
    flex: 3;
    /* border: solid; */
    display: flex;
    justify-content: center;
    align-items: center;

}

.pd-map,
.pd-dumbbell {
    flex: 1;
    /* border: solid; */
    /* margin: 10px; */
    text-align: center;

}

.pd-line {
    flex: 1;
    /* margin: 10px; */

}

.pd-bar,
.pd-bar-image {
    flex: 1;
    /* margin: 10px; */
    /* width: 100%; */

}

.pd-table {
    flex: 5;
    /* display: flex;
    justify-content: center; */
    margin: 10px;
    max-width: 100rem;
    overflow-x: scroll;
    width: 100%;
}

.download-button {
    font-family: Inter;
    color: black;
    font-weight: 600;
    border-color: rgb(0 0 0);
    border-width: 2px;
    border-radius: 0.5rem;
}

.horizontal-slider {
    width: 100%;
    height: 10vh;
    margin: auto;
}

.disabled {
    width: 100%;
    opacity: 0.2;
}

.example-thumb {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    background-color: white;
    color: black;
    cursor: pointer;
    border: 2px solid gray;
    box-sizing: border-box;
    z-index: 1;
}

.example-thumb.active {
    background-color: grey;
}

.example-track {
    position: relative;
    background: #ddd;
}

.example-track.example-track-0 {
    background: #EB2013;
}


.example-track.example-track-1 {
    background: #FFB400;
}

.example-track.example-track-2 {
    background: #0CBB52;
}

.horizontal-slider .example-track {
    height: 10px;
}

.horizontal-slider .example-thumb {
    /* width: auto; */
    height: 38px;
    line-height: 28px;
}

.example-mark {
    width: 8px;
    height: 8px;
    border: 2px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0px calc(19px);
    bottom: calc(50% - 6px);
}

.example-mark.example-mark-active {
    border: 2px solid #00d4ff;
    background-color: rgb(255, 255, 255);
}

.example-mark.example-mark-completed {
    border: 2px solid rgb(255, 255, 255);
    background-color: #00d4ff;
}

/* .data-unavailable {
    font-size: 1.5rem;
    text-align: center;
    margin: auto;
    width: 50%;
    padding: 10px;
} */

.data-unavailable {
    flex: 3;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    width: 70%;
    height: 45vh;
    padding: 10px;
    margin: 2%;
    border: 2px dashed black;
}

.slider-submit {
    background-color: #720744;
    color: white;
}

@media (max-width: 767px) {
    .example-thumb {
        font-size: 0.75em;
        font-weight: bold;
        text-align: center;
        background-color: white;
        color: black;
        cursor: pointer;
        border: 2px solid gray;
        box-sizing: border-box;
        z-index: 1;
    }

    .horizontal-slider .example-thumb {
        width: 35px;
        height: 28px;
        line-height: 20px;
    }
}