


.ui-dialog.lang_modal .ui-dialog-titlebar-close
{
    z-index: 999999;
    position: absolute;
    top: -11px;
    right: -2px;
    border: 0px solid transparent;
    background-color: transparent;
    background-size: 100%;
    cursor: pointer;
    padding: 15px;
}

.ui-dialog.lang_modal .ui-button-icon.ui-icon.ui-icon-closethick {
    background-image: url(../imgs/close.png);
    width: 16px;
    height: 16px;
    border: 0px solid transparent;
    background-color: transparent;
    background-size: 100%;
    cursor: pointer;
    display: block;
}

.ui-dialog.lang_modal .ui-dialog-titlebar-close:focus-visible {
    outline: 0px solid transparent;
    background: transparent;
}

.ui-dialog.lang_modal .ui-dialog-title{
    display: block;
    font-weight: bold;
    font-size: 1.3rem;
    width: 100%;

}

.ui-widget-overlay.ui-front {
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.75;
    -moz-opacity:0.75;
    filter: alpha(opacity=75);
    width:100%;
    height:100%;
    z-index:1001;
    position: fixed;
}                


.lang_container
, .ui-dialog.lang_modal {
    color: rgb(48, 48, 48);
    background-color: rgba(244,244,244,1)!important;
    /*padding-top: 2em;*/
    padding-bottom: 2em;
    padding-left: 0px;
    padding-right:0px;
    z-index: 100000;
    position: fixed;
    /*display: block;*/
    top: 0!important;
    /*left: -100%;*/
    left: 0px;
    bottom:0;
    width: 39.5vw!important;
    height: 60vh!important;

    transform-origin: top left;
    opacity: 0; 
    visibility: hidden;
    transform: scale(0.3);
    transition: all 250ms;
    display: none;
}

.lang_container.scaleIn
, .ui-dialog.lang_modal.scaleIn {
    transform-origin: top left;
    opacity: 1;
    visibility: visible; 
    transform: scale(1);
    display: block;
    height: 60vh!important;
}

.ui-dialog.lang_modal.scaleIn {
    top: 20px!important;
    left: 20px!important;
}


.ui-dialog.lang_modal {
    border-top: 9px solid rgba(0,0,0,0);
	display: none;
}


.lang_header{
    width: 100%;
    background-color: #f4f4f4;
}

.lang_header_title{
    font: 500 12px/16px Roboto;
    letter-spacing: 3.24px;
    /*margin-bottom: 10px;*/
    height: 33px;
    margin-top: 42px;
    text-transform: uppercase;
    color: #1d1d1d;
}

.lang_header_title.centered{
    text-align: center;
}


.lang_body {
	display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    height:60vh;
	background-color: #fff;
}


.language_section,
.country_section {
    display: flex;
    flex-direction: column;	
    width: 85%;	
	/*height: 25vh;*/
    background-color: #fff;
    padding: 20px;
	padding-left: 2vw;
	padding-right: 2vw;
}

.language_title,
.country_title{
    height: 16px;
	font: 600 12px/22px Roboto;
    letter-spacing: 1.2px;
    color: #1d1d1d;
}

.lang_body select,
.lang_body input {
    height: 48px;
    border: 2px solid #dedede;
    border-radius: 3px;
	margin-top: 10px;
	margin-bottom: 40px;
	padding-left: 20px;

	font: normal normal bold 12px/24px Roboto;
    letter-spacing: 0.12px;
    color: #1d1d1d;
}

.lang_body input {
	border-bottom: 1px solid #dedede;
	background: url(../imgs/search.svg) no-repeat scroll 94% 16px;
	padding-right: 45px;
	/*font-weight: 400;	*/
}

.lang_body select{
    text-transform: uppercase;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background: url(../imgs/combo_arrow_down.svg) no-repeat scroll 94% 19px;
	/*font-weight: 600;*/
}

.lang_body input::placeholder {
    opacity: 70%;
}

.country_section {
	/*height: 40vh;*/
}

.selectedCountryContainer{
    border-bottom: 1px solid #dedede;
}

.selectedCountryContainer .country_name{
    font-weight: bold!important;
}

.countries_container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.country_container{
	display: flex;
    flex-direction: row;
    justify-content: space-between;	
	height: 35px;
}

.country_container .left{
	display: flex;
	flex-direction: row;
    justify-content: start;	
}

.country_container .country_flag {
	width: 24px;
    height: 24px;
	margin-right: 8px;
	border-radius: 50%;
	box-sizing: border-box;
}

.country_container .country_flag.selected {
	border: 1px solid #000;
}

.country_container .country_name{
    text-transform: capitalize;
}

.country_container .country_currency{
	text-transform: uppercase;
	color: #a0a0a0;
}

.country_container:hover,
.language_combo:hover,
.country_search:hover {
	cursor: pointer;
}


.country_container .country_flag,
.country_container .country_name,
.country_container .country_currency,
.country_container .selectedText{
	align-self: center;
}


.country_container .selectedText{
	color: #dedede;
}

.country_container .country_flag,
.country_container .country_name,
.country_container .country_currency {
	display:flex;
}

/*workaround per 404*/
.country_container .country_flag {
    display: none;
}



@media (max-width: 480px) {
    .lang_container, .ui-dialog.lang_modal {
        width: 83vw!important;
    }
    

    .ui-dialog.lang_modal .ui-button.ui-dialog-titlebar-close {
        top: -15px;
        right: -16.5vw;
    }

    .ui-dialog.lang_modal .ui-button-icon.ui-icon.ui-icon-closethick {
        background-image: url(../imgs/close.svg);
        width: 35px;
        height: 35px;
        color: #fff;
        display: none;
    }   

/*
    .lang_body {
        height: 40vh;
    }
*/


    
}