.cbr-country-widget {
	padding: 5px;
	margin-bottom: 20px;
	cursor: pointer;
}
.cbr-country-shortcode {
	cursor: pointer;
	vertical-align: middle;
}
.cbr-country-widget .dashicons.dashicons-location, .cbr-country-shortcode .dashicons.dashicons-location {
	font-size: 1.2em;
	display: inline-table;
	vertical-align: middle;
}
.popupwrapper {
	position: fixed;
	top: 0;
	left: 0;
	background: #fafafadb;
	border: 1px solid #e0e0e0;
	z-index: 100000;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 50px
}
.cbr_popupwrapper {
	position: fixed;
    top: 0;
    left: 0;
    background: #fafafadb;
    border: 1px solid #e0e0e0;
    z-index: 100000;
    width: 400px;
    text-align: center;
}
.cbr_popupwrapper:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.popupwrapper:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.popupclose {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0;
	left: 0;
}
.popuprow {
	display: inline-block;
	vertical-align: middle;
	max-width: 400px;
	background: #fff;
	padding: 0;
	position: relative;
	z-index: 10;
	border-radius: 5px;
	width: 100%;
	max-height: 90%;
	overflow-y: overlay;
	text-align: left;
	border: 1px solid #ccc;
}
.popuprow .popup_header {
	padding-bottom: 5px;
}
.popuprow .popup_header .popup_close_icon {
	color: #005b9a;
	width: 36px;
	height: 36px;
	font-size: 28px;
	position: absolute;
	right: 0;
	top: 0px;
	cursor: pointer;
	line-height: 36px;
}
.cbr-country-widget span, .cbr-country-shortcode span {
	font-size: 13px;
}
.widget-country {
	padding-right: 26px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	z-index: 10;
	border-color: #D5D9D9;
	border-radius: 8px;
	color: #0F1111;
	background-color: #F0F2F2;
	margin: 5px 0;
}
.only-country-dropdown {
	width: auto;
	line-height: 25px;
	height: 25px;
	margin: 0 5px;
	border-color: #D5D9D9;
    border-radius: 8px;
}
.popuprow .popup_header h4.popup_title {
	margin: 0;
	font-size: 20px;
    font-weight: 600;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}
.popuprow .popup_body p {
   	margin: 0;
    padding-left: 5px;
    line-height: 1.5;
    font-size: 14px;
}
.popuprow .popup_body p:last-child {
    margin-top: 10px;
}
.popuprow .popup_body p:first-child {
    margin-bottom: 10px;
}

