.sdg-btn-sentiment {
    width: 5.55%;
}

.heading_title {
    padding: 10px;
    background-color: #6772e5;
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
}

.card-chart-container {
    position: relative;
    padding: 0 !important;
    margin: 2rem !important;
    margin-top: 0 !important;
}

.tab-content-chart {
    position: absolute;
    height: 100%;
    width: 100%;
}

.policy-tools-title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.policy-tools-title div {
    background: #32325D;
    line-height: 1;
    color: white;
    padding: 4px;
}

text {
    font-family: 'soleil', 'sans-serif';
}

.xAxis .tick line {
    stroke: white;
}

.xAxis .tick:nth-child(even) line {
    stroke: #f0f2f9 !important;
}

.ppp-chart-year {
    font-size: 22px;
    position: absolute;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.search input {
    outline: none;
}

.result-link {
    cursor: pointer;
}

#search-result {
    margin-top: 5px;
    background-color: white;
    max-height: 24vh;
    overflow-y: scroll;
    position: absolute;
    width: 99%;
    z-index: 5;
    border-radius: 5px;
    border: 1px #32325d solid;
}

#search-result a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

#search-result a:hover {
    background-color: #ddd;
}

.tag-holder {
    margin-top: 15px !important;
}

.tag-holder button {
    padding: 3px 10px !important;
    margin: 5px !important;
}


#map-container {
    display: flex;
}

.hover-arrow::after {
    display: inline-block;
    margin-left: 0.375rem;
    content: "→";
    transition: transform 0.2s ease 0s;
}

.hover-arrow:hover:after {
    cursor: pointer;
    transform: translate3d(6px, 0, 0);
}

.addToPDFNotAllowed,
.downloadDataNotAllowed {
    cursor: not-allowed !important;
    opacity: 0.3;
}

#viewDiv {
    padding: 0;
    margin: 0;
    height: 85vh;
    width: 100%;
}


.addToPDFNotAllowed,
.downloadDataNotAllowed {
    cursor: not-allowed !important;
    opacity: 0.3;
}

.thumbnail-area {
    display: flex;

}

.thumbnails {
    width: 95%;
}

.asidenav_content .subSelect {
    margin-top: 10px;
    background-color: #32325D !important;
    color: #f0f2f9 !important;
}

.asidenav_content .subSelect span {
    color: #f0f2f9 !important;

}

.info-warning {
    display: block;
    color: red;
    margin-top: 0.1rem;

}

.sliderDiv {
    margin-top: 20px;
}

.sliderContainer {
    background-color: red !important;

}

.hideImg {
    display: none;
}

.downloadTemplate {
    position: sticky;
    top: 100%;
    font-size: 12px;
    cursor: pointer;
    color: #8898AA;
}

.uploadYourDataMsg {
    top: 50%;
    text-align: center;
}

/* themes cards */
.thematiccards-sm .card {
    height: 200px;
    background-size: cover;
    border: none;
}

.thematiccards .card::after {
    background-image: linear-gradient(to bottom, rgba(103, 114, 229, .80), rgba(103, 114, 229, .90));
}

.thematiccards .card:hover::after {
    background-image: linear-gradient(to bottom, rgba(103, 114, 229, .88), rgba(103, 114, 229, .98));
}

.thematiccards .card.cs:after {
    background-image: linear-gradient(to bottom, rgba(136, 152, 170, .85), rgba(136, 152, 170, .95));
}

.thematiccards .card .cbody {
    align-items: center;
    text-align: center;
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.thematiccards .card:hover .cbody .badge {
    color: #FFF;
    background-color: var(--bs-active-primary);
}

@media (hover: hover) and (min-width: 600px) {

    .thematiccards .card .cbody>h3,
    .thematiccards .card .cbody>.badge,
    .thematiccards .card .cbody>i {
        opacity: 1 !important;
        transform: translateY(-1.4rem) !important;
        transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1) !important;
    }

    .thematiccards .card .cbody>.learn-more {
        opacity: 1 !important;
        transform: translateY(1rem) !important;
        transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1) !important;
    }
}

.thematiccards .card.cs .cs-icon {
    position: absolute;
    top: 30px;
    z-index: 1;
}

/* themes cards option2 */
.thematiccards.thematiccards2 .card {
    align-items: start;
    position: relative;
    padding: 1rem 1.5rem;
}

@media (hover: hover) and (min-width: 600px) {

    .thematiccards.thematiccards2 .card .cbody,
    .thematiccards.thematiccards2 .card .cbody>h3,
    .thematiccards.thematiccards2 .card .cbody>.badge,
    .thematiccards.thematiccards2 .card .cbody>i,
    .thematiccards.thematiccards2 .card .cbody>.learn-more {
        transform: translateY(0) !important;
        transition: none;
    }
}

.thematiccards.thematiccards2 .card .cbody {
    align-items: start !important;
    text-align: left !important;
    transition: none !important;
}

.thematiccards.thematiccards2 .card .corner {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 70px 60px 0;
    border-color: transparent #ffffff transparent transparent;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    transition: 0.5s border-width;
}

.thematiccards.thematiccards2 .card .corner::before {
    content: "→";
    position: absolute;
    top: 5px;
    width: 100px;
    left: 0px;
    text-align: center;
    display: block;
    z-index: 3;
    color: var(--bs-primary);
}

.thematiccards.thematiccards2 .card:hover .corner {
    border-color: transparent var(--bs-primary) transparent transparent;
    transition: 700ms border-width ease-in-out;
}

.thematiccards.thematiccards2 .card .learn-more {
    position: absolute;
    right: -50%;
    top: 5px;
    transition: right 700ms cubic-bezier(0.19, 1, 0.22, 1) !important;
}

@media (hover: hover) and (min-width: 600px) {
    .thematiccards.thematiccards2 .card:hover .corner {
        width: 100%;
        border: none;
        text-align: right;
    }

    .thematiccards.thematiccards2 .card:hover .learn-more {
        right: 20px;
        z-index: 1;
    }
}

@media (max-width: 599.95px) {
    .thematiccards.thematiccards2 .card .corner {
        display: none;
    }

    .thematiccards.thematiccards2 .card .learn-more {
        position: absolute;
        display: block;
        top: 7px;
        right: 20px;
        z-index: 1;
    }
}

.learn-more.coming-soon::after {
    content: "";
}

.customBadges_1 {
    font-size: 7px;
    margin-top: 79px;
}

.cursor_pointer {
    cursor: pointer !important;
}

.tabEvent.clickedTab {
    background-color: #dadff0 !important;
}

.card.empty {
    border: 0px !important;
}

.card.empty::before {
    content: none !important;
}

.customed_dot {
    background: #6772e5;
    width: 11px;
    height: 11px;
    display: inline-table;
    border-radius: 50%;
    position: relative;
    left: 50%;
}
.customBadges_2 {
    font-size: 7px;
    margin-top: 63px;
}
/* .info_cards .card {
    width: 16%;
}

@media (max-width: 991.98px) {
    .info_cards .card {
        width: 32%;
    }
}
@media (max-width: 575.98px){
.info_cards .card {
    width: 48%;
}
} */

.form-floating > .form-select {
    padding-top: 1.9rem;
    padding-bottom: 0.625rem;
}

.info_cards .card a.hover-arrow{
    position: relative;
    z-index: 10;
    top: unset;
    right: unset;
    cursor: pointer;
}
.info_cards .card :hover a.hover-arrow{
  color:white;
}
/* .info_cards .card.indexCard, .info_cards .card.indexCardEmpty{
    width: 24%;
} */

#kt_aside_menu_wrapper{
    overflow-x:hidden;
}  
