/* MP BUILDER CSS */

.slider_wrap {
	width: 100%;
}
.icon_groups {
    margin-top: 2rem;
    text-align: center;
	display: none;
    justify-content: space-evenly;
    width: 100%;
	flex-wrap: wrap;
}
.other_amount,
.icon_groups.active {
	display: flex;
}
.other_curreny_symbol {
	position: absolute;
    display: inline-block;
    top: 50%;
    margin-top: -10px;
    left: 50%;
	margin-left: -45%;
}
/* .other_amount {
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    width: 100%;
	margin-top: 12px;
    margin-bottom: -8px;
}
.other_amount label {
    line-height: 44px;
	margin-bottom: 0;
} */
#donation_amount_other {
	width: 100%;
	border: 1px solid #E1150F;
    box-shadow: none;
	color: #E1150F;
	margin-top: 0;
	background-color: transparent;
	line-height: 26px;
	text-align: center;
}
#donation_amount_other::selection {
	background-color: #E1150F !important;
	color: #fff !important;
}
.donation_wrap .donation_other_field,
.donation_wrap label {
	padding: 12px 10px;
	flex: 0 1 auto;
	/* width: calc(25% - 7.55px); */
	width: 100%;
}
.donation_wrap .donation_other_field {
	padding: 0;
	flex: 1 1 0px;
	width: 25%;
}

.donation_other_field {
	position: relative;
/* 	width: 66%; */
	font-size: 15px !important;
	font-weight: 600 !important;
}
.donation_other_field input {
	font-weight: 600 !important;
}
.icon_groups>.icon_group {
    margin: 0 auto 0 0;
}
.icon_groups>.icon_group:last-child {
	margin-right: 0;
}
.icon_groups span {
	display: block;
}
.icon_group .icon_caption {
	font-size: 13px;
}
.icon_group>img {
	width: 100%;
    height: auto;
    padding: 0 20px;
}
.selected_slide_value_wrap,
.icon_value {
	font-size: 42px;
	padding: 5px 0;
}
.icon_caption {
	font-size: 14px;
	text-transform: uppercase;
}
.select_value_subheading {
	margin-bottom: 2rem;
}
.mp_slide_coin {
	font-style: italic;
}
.slider-round {
    height: 10px;
    border-color: #364270;
}

.slider-round .noUi-connects {
    background: #364270;
	border-radius: 0;
    border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.slider-round .noUi-connects .noUi-connect {
    background: #ffffff;
}

.slider-round .noUi-handle {
    height: 40px;
    width: 40px;
    top: -17px;
    right: -9px;
    border-radius: 20px;
}
.slider-round .noUi-handle:before,
.slider-round .noUi-handle:after {
	display: none;
}

.donation_wrap {
	display: none;
	margin-top: 12px;
}

.donation_wrap.active {
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
	column-gap: 10px;
    width: 100%;
	gap: 10px;
}



.donation_wrap input[type=radio] {
    display: none;
}

.donation_wrap label {
	background-color: transparent;
	display: inline-flex;
	border: 1px solid #E1150F;
	padding: 10px 40px;
	text-align: center;
	margin: 0;
	cursor: pointer;
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: 1px !important;
	align-self: center;
	justify-content: center;
}
.donation_wrap label:hover,
.donation_wrap input:checked+label {
	background-color: #E1150F;
	color: #fff;	
}
.donation_type_label {
	display: inline-block;
	margin-right: 10px;
	font-size:  20px !important;
	font-weight:400 !important;
}

.style-light input.donation_type[type=radio] {
	width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #E1150F;
    color: #E1150F;
	transform: translateY( -1px );
	margin-right: 4px;
}

.donation_wrap.mp-text-center {
	justify-content: center;
}

.mp-text-center {
	text-align: center;
}

.donaton_type_wrap input[type="radio"] {
    display:none;
}

.donaton_type_wrap input[type="radio"] + label {
    background: transparent url( radio.svg ) no-repeat center left;
	background-size: 20px 20px;
	padding-left: 30px;
}

.donaton_type_wrap input[type="radio"]:checked + label {
    background: transparent url( radio-selected.svg ) no-repeat center left;
	background-size: 20px 20px;
}

@media only screen and (min-width: 960px) {
	
	.main-container .row-inner.text-slide-row-inner {
		margin-left: -18px;
	}	
}
@media only screen and (max-width: 767px) {
	
	.donation_wrap .donation_other_field {
		padding: 10px 0;
	}
	
	.donation_other_field {
		width: 100%;
		margin-top: -10px;
	}
	
	.icon_group {
		width: 50% !important;
	}
	.icon_groups>.icon_group {
		padding: 10px;
	}
	.icon_group>img {
		padding: 0 7px;
	}
	.donation_wrap label {
		width: calc(50% - 5px);
		margin-bottom: 10px;
		flex: 0 1 auto;
	}
	.donaton_type_wrap {
		scale: 1.3;
		transform-origin: bottom left;
		margin-bottom: 20px;
	}
}