.member-country-popup {
    border-radius: 10px var(--Border-radiaus, 10px) 10px 10px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.90);

    /* glass */
    box-shadow: 8px 8px 16px 8px rgba(71, 2, 38, 0.10);
    display: flex;
    width: 560px;
    padding: 36px;
    flex-direction: column;
    align-items: flex-start;

    position: absolute;
    top: 178px;
    right: 16px;
    z-index: 100;
}   

.map_project_details_close {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    background: var(--light-bg, #EEEEE6);
    backdrop-filter: blur(2px);
    
}

#map_counter_wrapper {
        width: 560px;
        padding: 24px;
        position: absolute;
        right: 16px;
        top: 20px;
        z-index: 100;
        border-radius: 10px;
        border: 1px solid #FFF;
        background: rgba(255, 255, 255, 0.80);
        /* shadow */
        box-shadow: 8px 8px 16px 8px rgba(71, 2, 38, 0.10);
}


    .counter_category {
        color: #470226;
        font-family: Satoshi-Regular;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 24px */
        text-align: center;
    }
    
    .counter {
        color: #470226;
        font-family: Satoshi-Regular;
        font-size: 44px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 52.8px */
        letter-spacing: -0.44px;
    }

    .map_counter_col {
        width: 100px;
    }

    .map_counter_dot {
        margin-top: 20px;
    }

    .map_detail_logo {
        height: 72px;
        margin-bottom: 64px;
    }

    .map_detail_member_type {
        color: #470226;
        border-radius: 10px;
        border: 1px solid #470226;
        /* Heading/Tagline */
        font-family: Satoshi-Regular;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 24px */   
        padding: 4px 16px;
        margin: 0;
        margin-bottom: 30px;
    }

    .member-country-popup h3 {
       color: var(--Oxide-Red, #470226);
        /* Heading/H5 */
        font-family: Satoshi-Regular;
        font-size: var(--Text-Sizes-Heading-5, 28px);
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 39.2px */
        letter-spacing: -0.28px; 
        margin-bottom: 60px;
    }

    .map_project_details_subtitle2 {
        color: var(--Earth, #808076);
        font-family: Satoshi-Regular;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 21px */
        width: 260px;
        margin-bottom: 0;
        padding-right: 16px;
    }

     .map_project_details_detail_text a {
        color: var(--Rock-Black, #1E0907);

        /* Heading/Tagline */
        font-family: Satoshi-Regular;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        width: 260px;
        padding-right: 16px;
    }

    .map_project_details_divider {
        height: 1px;
        width: 100%;
        background: #D9DAD9;
        margin-bottom: 26px;
    }

    .map_project_details_country {
        color: var(--Shale, #3C3230);

        /* Text/Regular/Normal */
        font-family: "Instrument Sans";
        font-size: var(--Text-Sizes-Text-Regular, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
    }

    .map_project_details_link a {
        color: var(--Orange, #E04C34);

        /* Text/Regular/Bold */
        font-family: "Instrument Sans";
        font-size: var(--Text-Sizes-Text-Regular, 16px);
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 24px */
    }


    .flag-icon-detail {
        max-width: 56px !important;
        width:56px !important;
        height: 35px !important;
        margin-right: 8px;
        margin-left: 0;
        padding: 0;
        border-radius: 10px;
        background-size: cover;
        background-position: center;
        display: inline-block;
        position: relative !important;
        display:inline-block !important;
        top: auto !important;
        left: auto !important;
    }