
.pe-country-selector {
	width: 100%;
}

#pe_country_search {
	width: 100%;
	padding: 6px 10px;
	margin-bottom: 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.pe_country_list {
	height: 250px;
	overflow-y: auto;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px;
}

.pe_country_list label {
	display: flex;
	align-items: center;
	padding: 4px 6px;
	cursor: pointer;
	border-radius: 3px;
	transition: background 0.2s;
	backdrop-filter: blur(14px);
    
}

.pe_country_list .flag {
	margin-right: 8px;
	font-size: 1.2em;
}

.pe_custom_exchanges {
    display: flex;
    align-items: flex-start;
    margin-top: 60px !important;
}

.pe_filters_wrap {
    flex: 30%;
}

.peace_exchanges_wrap {
    flex: 70%;
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

form#pe_filters {
    background: #daf3f6;
    padding: 25px 25px;
    border-radius: 30px;
}

.filter-group > strong {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 6px;
}

.filter-group {
    background: #f1f8fc;
    padding: 20px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.filter-group:not(.exchange_countries) label {
    display: inline-block;
    position: relative;
}

.filter-group:not(.exchange_countries) label .inner-label {
    background: #fff;
    padding: 2px 24px 2px 24px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 20px;
    margin-right: 10px;
    cursor: pointer;
    transition: all ease 300ms;
    box-shadow: 0 2px 8px rgba(140, 180, 255, 0.3);
}

.filter-group:not(.exchange_countries) label input {
    display: none;
}

.filter-group:not(.exchange_countries) label span.pe_count {
    position: absolute;
    right: 0;
    background: #e52381;
    border-radius: 20px;
    color: #fff;
    top: 0;
    line-height: normal;
    font-size: 12px;
    height: 20px;
    padding: 3px 4px;
        min-width: 20px;
    text-align: center;
}

.filter-group:not(.exchange_countries) label .inner-label:hover, .filter-group:not(.exchange_countries) label input:checked + .inner-label {
    background: #00aeef;
    color: #fff;
}

.filter-group:not(.exchange_countries) label input[disabled] + .inner-label, .filter-group:not(.exchange_countries) label input[disabled] + .inner-label:hover {
    pointer-events: none;
    opacity: 0.5;
}

#pe_country_search {
    border-radius: 60px;
    border: 0;
    font-size: 14px;
    height: 50px;
    padding: 0 20px;
}

.pe_country_list {
    border: 0;
    background: #fff;
    border-radius: 20px;
    border-top: 15px solid #fff;
    border-bottom: 15px solid #fff;
}

.pe_country_list::-webkit-scrollbar {
    width: 6px;
}

.pe_country_list::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #c7d4ea, #b8c7df);
    border-radius: 10px;
}

.pe_country_list::-webkit-scrollbar-track {
    background: transparent;
}

.pe_country_list label input[type="checkbox"] {
    display: none;
}

.pe_country_list label input[type="checkbox"] +span.flag {width: 25px;height: 25px;border-radius: 50%;overflow: hidden;position: absolute;left: 15px;top: 0;bottom: 0;margin: auto;}

.pe_country_list label {
    position: relative;
    padding: 0;
    margin-bottom: 7px;
    margin-left: 5px;
    margin-right: 5px;
}

.pe_country_list label span.pe_count {
    position: absolute;
    right: 13px;
    background: #e52381;
    border-radius: 20px;
    color: #fff;
    line-height: normal;
    font-size: 12px;
    height: 20px;
    padding: 3px 4px;
    min-width: 20px;
    text-align: center;
}

.pe_country_list label span.inner-label {
    display: block;
    padding-left: 50px;
    width: 100%;
    border-radius: 20px;
    transition: all ease 300ms;
    padding-top: 0;
    padding-bottom: 0;
}

.pe_country_list label input:checked + span + span.inner-label, .pe_country_list label span.inner-label:hover {
    background: #e2f2fb;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

.pe_country_list label input[disabled] + span + span.inner-label {
    opacity: 0.5;
    pointer-events: none;
}

.filter-group:last-child {
    margin-bottom: 0;
}

.peace_exchanges_wrap .p_exchange {
    flex: calc(50% - 10px);
    background: #cbf4a1;
    border-radius: 30px;
    padding: 30px 30px;
    max-width: calc(50% - 10px);
}

body .p_exchange h2 {
    font-weight: 700 !important;
    font-size: 24px !important;
    margin: 0;
}

.p_exchange ul {
    list-style: none;
    padding: 0;
}

.peace_exchanges_wrap .p_exchange:nth-child(4n+2) {
    background: #ffeb89;
}

.peace_exchanges_wrap .p_exchange:nth-child(4n+3) {
    background: #f9dcb6;
}

.peace_exchanges_wrap .p_exchange:nth-child(4n+4) {
    background: #ffc6c6;
}


.peace_exchange_template {
    margin: 60px 0 80px;
}

.peace_exchange_template h1 {
    font-size: 38px;
}