.error_message{margin: 8px 0;font-size: 14px;opacity: 0.7;color: #F1592A;position: inherit;}
.intl-tel-input .selected-flag {
    height: auto;
    margin-top: 23px;
}
.remove-image{
	color: red;
	font-size: 20px;
	top: 0;
	position: absolute;
	border-radius: 50%;
	border: 1px solid red;
	width: 25px;
	height: 25px;
}
.profile-name{
	width: 60%;
	text-align: center;
}
.custom-btn {
    background: #002952 !important;
    color: #fff !important;
    padding: 4px 14px !important;
    font-size: 15px !important;
}
.delete-reply span{
	color:  #002952 ;
}
.fa-remove{
	position: absolute;
    top: 3px;
    left: 5px;
}
#donate .amount-input {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    font-size: 16px;
    color: #4C4E53;
    font-weight: 400;
    margin-bottom: 12px;
}
select {
    background-image: linear-gradient(45deg, transparent 50%, #00000091 60%), linear-gradient(135deg, #00000091 40%, transparent 50%) !important;
    background-position: calc(100% - 15px) 21px, calc(100% - 5px) 21px, 100% 0;
    background-size: 10px 10px, 10px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
}
.donate-btn{
    width: 100%;
}

.login-form .head {
    padding: 20px 0;
}
.mb-10{
    margin-bottom: 10px;
}
.donation-page{padding: 60px 0}