.hierarchy {
    box-shadow: 1px 0px 7px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}

.desc-1 {
    width: 50%;
}

.desc-2 {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.dropdown-div {
    top: 70px;
    right: auto;
}

@media (max-width: 767px) {
    .desc-1 {
        width: 100%;
    }

    .desc-2 {
        width: 100%;
        flex-direction: row;
    }

    .dropdown-div {
        top: 95px;
        width: auto;
    }

    .narrative tr {
        display: flex;
        flex-direction: column;
    }

    .dataTables_wrapper .dataTables_filter input {
        width: 100%;
    }
}

.show {
    display: block;
}

.map {
    width: 100%;
    height: 600px;
}


.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    /* margin-top: 30px; */
}

.tab-content>.tab-pane {
    overflow: hidden;
}

.tab-content>.active {
    display: block;
    height: auto;
}

.dataColl {
    background-color: transparent;
    color: var(--black);
    font-family: var(--font-family-poppins);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.datasets-list-entry {
    margin-bottom: 1em;
    padding: 1em;
    background: #ecf0f1;
}