 .custom-donation-action span {
	font-size: 13px;
	cursor: pointer;
}

.custom-donation-action .fa-spinner {
	display: none;
	margin-left: 5px;
	position: relative;
	top: 2px;
}

.custom-donation-action .fa-spinner.ajax-load {
	display: inline-block;
}

.custom-donation-popup {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 9999;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	background-color: rgba(0,0,0,.8);
	height: calc(100vh);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.custom-donation-popup.custom-donation-popup-hide {
	display: none;
}

.custom-donation-popup .popup-content {
	position: absolute;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	margin: auto;
	width: auto;
	overflow: visible;
	max-width: 100%;
	max-height: 100%;
	pointer-events: all;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
}

.custom-donation-popup .popup-message {
	font-size: 12px;
	line-height: 1.5;
	min-height: 50px;
	max-width: 100vw;
	max-height: 100vh;
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*width: 640px;*/
	width: 600px;
	height: auto;
	padding: 10px 10px 10px 10px;
}

.custom-donation-popup .popup-message-inr {
	padding: 10px;
}

.custom-donation-popup .popup-close-button {
	cursor: pointer;
	position: absolute;
	font-size: 15px;
	line-height: 1;
	top: 20px;
	margin-top: 0;
	right: 20px;
	opacity: 1;
	z-index: 9999;
	pointer-events: all;
	display: flex;
}

/*.custom-donation-popup .popup-close-button .eicon-close::before {
	content: "\f00d";
	display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}*/

.custom-donation-popup .popup-close-button .eicon-close::before {
	content: "X";
	display: inline-block;
    font-family: Montserrat;
    font-size: inherit;
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	padding: 5px;
    color: #cc5500;
    position: relative;
    top: -9px;
    right: -6px;
}

.custom-donation-popup .popup-message-inr > p {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 20px;
}

.custom-donation-popup .popup-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/*padding: 10px;*/
}

.custom-donation-popup .popup-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-content: center;
	align-items: center;
}

.custom-donation-popup .popup-col-35 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*width: 35%;*/
	width: 27%;
}
.custom-donation-popup .popup-col-35:first-child {
	padding-right: 10px;
}

.custom-donation-popup .popup-col-35 p {
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	font-family: "Montserrat", Sans-serif;
	text-align: right;
    position: relative;
	/*top: 9px;*/
}

.custom-donation-popup .popup-col-50 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
}

.custom-donation-popup .popup-col-50:first-child {
	padding-right: 10px;
}

.custom-donation-popup .popup-col-50 p {
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	font-family: "Montserrat", Sans-serif;
	text-align: right;
    position: relative;
	top: 9px;
}

.custom-donation-popup .popup-col-65 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*width: 65%;*/
	width: 75%;
}

.custom-donation-popup .popup-col-65:first-child {
	padding-right: 10px;
}

.custom-donation-popup .popup-col-65 p {
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	font-family: "Montserrat", Sans-serif;
	text-align: right;
    position: relative;
	top: 9px;
}

.custom-donation-popup .custom-form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0px;
}

.custom-donation-popup .form-field, .custom-donation-popup .form-btn {
	width: 60%;
	padding-right: calc( 10px/2 );
	padding-left: calc( 10px/2 );
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/*.custom-donation-popup .form-field {
	width: 40%;
}*/

.custom-donation-popup .form-field label {
	font-size: 12px;
	line-height: 1.5;
}

.custom-donation-popup .form-field input {
	width: 100%;
	border: 1px solid #818a91;
	color: inherit;
	vertical-align: middle;
	min-height: 40px;
	padding: 5px 14px;
	border-radius: 3px;
	line-height: 1.4;
	font-family: "Montserrat", Sans-serif;
	font-size: 1.1em;
}

.custom-donation-popup .form-btn button {
	min-height: 40px;
	display: inline-block;
	line-height: 1;
	padding: 12px 24px;
	border: none;
	border-radius: 3px;
	font-family: "Montserrat";
	width: 100%;
	font-size: 15px;
	cursor: pointer;
}

.custom-donation-popup .form-btn button:hover {
	/*filter: brightness(105%);*/
	opacity: .9;
}

.custom-donation-popup .fa-spinner {
	display: none;
	margin-left: 5px;
}

.custom-donation-popup .fa-spinner.ajax-load {
	display: inline-block;
}

.custom-donation-popup p.lvcdp-err-msg {
	color: #f00;
	margin: 4px 0px 0px 5px !important;
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
}

@media (max-width: 767px) {
	.custom-donation-popup .popup-message {
		width: auto;
	}
	
	.custom-donation-popup .popup-content {
		margin: 0px 10px;
	}
	
	.custom-donation-popup .popup-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.custom-donation-popup .popup-col-35, .custom-donation-popup .popup-col-50, .custom-donation-popup .popup-col-65 {
		width: 100%;
	}
	
	.custom-donation-popup .popup-col-35 p {
		text-align: left;
		margin-bottom: 15px;
	}
	
	.custom-donation-popup .popup-container {
		padding: 10px 0px;
	}
	
	.custom-donation-popup .popup-col-65 .custom-form .form-field {
		padding-left: 0px;
	}
	
	.custom-donation-popup .form-field, .custom-donation-popup .form-btn {
		width: 50%;
	}
}