.country-selector-modal {
    top:0rem;
    width: 436px;
    left: auto;
    right: 10px;
}
.country-selector-modal .modal-content {
    border-radius: 0.375rem;
    border: 1px solid rgba(255, 255, 255, 0.60);
    background: #070F26;
    box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.25);
}
.newCountry-selector_logo {
    background: url(../img/GlobalLogo_NTTDATA_White_RGB.svg);
    width: 230px;
    height: 64px;
    background-repeat: no-repeat;
    position: fixed;
    top: 16px;
    left: 16px;
}
.newCountry-selectorBg_overlay {
    background-image: linear-gradient(0deg, rgba(7, 15, 38, 0.58) 0%, rgba(7, 15, 38, 0.58) 100%), url(../img/globalBG.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}
.new_countrySelect-container {
    padding: 2.5rem 0px 2.5rem 2.5rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 96vh;
}
.new_countrySelect-header {
    font-family: 'Noto Serif';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
    padding-right: 2.5rem;
}
.new_countrySelect-header>span {
    display: inline-block;
}
.new_countrySelect-header>span>i {
    color: white;
    opacity: 0.6;
    cursor: pointer;
}
.new_countrySelect-inputArea {
    width: 100%;
    margin-bottom: 32px;
    padding-right: 2.5rem;
}
.new_countrySelect-inputArea label {
    height: 0px; 
    color:white;
    margin: 0px;
    display: block;
}
.new_countrySelect-inputArea input#inputCountry {
    width: 100%;
    padding: 0px 24px;
    height: 65px;
    background-color: #070F26;
    color: #fff;
    border-radius: 0.375rem;
    border: 1px solid rgba(255, 255, 255, 0.60);
    box-shadow: 0px 4px 40px 0px #070F26;
    font-size: 16px;
    font-weight: 400;
	font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    line-height: 120%; /* 1.2rem */
}
.new_countrySelect-suggestArea {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: white;
    width: 100%;
    overflow-y: auto;
    height: 72vh;
}
.new_countrySelect-CurrentLabel {
    display: flex;
    width: 100%;
    padding-right: 15px;
    margin-bottom: 20px;
}
.new_countrySelect-suggestArea .new_countrySelect-title {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    padding: 10px 24px;
    color: white;
    width: 100%;
    margin: 0;
}
.new_countrySelect-title a, .new_countrySelect-title a:hover{
    color: white;
    width: 100%;
    margin: 0;
    cursor: text;
}
.new_countrySelect-suggestArea .new_countrySelect-suggestArea-cntr, .new_countrySelect-currentCountry-cntr {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 16px;
    padding-right: 1rem;
    cursor: pointer;
}
.new_countrySelect-currentCountry-cntr a {
    border-radius: 0.375rem;
    border: 1px solid #FFF;
    background: #2E404D;
    display: block;
    padding: 20px 24px;
}
.new_countrySelect-suggestArea-cntr a {
    display: block;
    border: 1px solid #070F26;
    padding: 20px 24px;
    margin-left: 1px;
}
.new_countrySelect-suggestArea-cntr a i, .new_countrySelect-currentCountry-cntr a i {
    color: white;
    float: right;
    margin: 8px 0px 0px 0px;
}
.new_countrySelect-suggestArea .new_countrySelect-suggestArea-cntr a:hover {
    border-radius: 0.375rem;
    background: rgba(46, 64, 77, 0.60);
}
.new_countrySelect-suggestArea-cntr a img, .new_countrySelect-currentCountry-cntr a img {
    width: 20px;
    height: 15px;
    margin: 0px 16px 0px 0px;
}
.new_countrySelect-suggestArea-cntr a span, .new_countrySelect-currentCountry-cntr a span {
    margin: 0px 16px 0px 0px;
    color: white;
    font-size: 16px;
}
.new_countrySelect-suggestArea-cntr a span.country_SelectLanguage, .new_countrySelect-currentCountry-cntr a span.country_SelectLanguage {
    margin: 0px;
    opacity: 0.6;
}
.new_countrySelect-container button {
    background: transparent;
    border: 0;
}
.new_countrySelect-header button,
.new_countrySelector_Inputcntr button {
    padding: 0;
}

.new_countrySelect-notAvailable {
    padding: 0px 6.5rem 0px 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    text-align: center;
}
.new_countrySelect-notAvailable p {
    color: white;
    text-align: center;
    line-height: normal;
    margin-bottom: 32px;
    font-size: 16px;
}
.new_countrySelect-notAvailable button {
    width: auto;
    background: none;
    border: none;
    outline: 0;
    color: #FFC400;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}
.new_countrySelect-notAvailable button i {
    display: inline-block;
    margin-left: 7px;
}

.new_countrySelector_Inputcntr {
    display: flex;
    position: relative;
    width: 100%;
}
.new_countrySelector_Inputcntr button {
    position: absolute;
    width: 20px;
    height: 100%;
    display: flex;
    font-size: 30px;
    align-items: center;
    left: auto;
    right: 15px;
    cursor: pointer;
}
.new_countrySelector_Inputcntr button.country_search i {
    opacity: 0.6;
    color: white;
    font-size: 22px;
    right: 15px;
    height: 20px;
}
.new_countrySelector_Inputcntr button.country_search_close i {
    opacity: 1;
    color: white;
    right: 20px;
    font-size: 24px;
}


@media (max-width: 767px) { 
    .country-selector-modal {
        top: 10px;
        width: 95%;
        height: 99vh;
        right: 10px;
        left: 10px;
        margin: 0px auto;
    }
} 

@media (min-width: 768px) {
    .country-selector-modal {
        top: 0px;
        width: 436px;
        height: 99vh;
        right: 10px;
        left: auto;
        position: fixed !important;
        overflow-y: hidden !important;
    }
}


/* 


.new_countrySelect-suggestArea ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.new_countrySelect-suggestArea ul li {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.new_countrySelect-suggestArea ul li:hover {
    border-radius: 0.375rem;
    background: #1E2030;
}
.new_countrySelect-suggestArea ul li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.new_countrySelect-suggestArea ul li a img {
    width: 20px;
    height: 15px;
    margin-right: 16px;
}
.new_countrySelect-suggestArea ul li a span {
    margin: 0px 16px 0px 0px;
    color: white;
}
.new_countrySelect-suggestArea ul li a span:last-child {
    margin: 0px;
    opacity: 0.6;
} */