.elementor-315756 .elementor-element.elementor-element-1165b04{--display:flex;}.elementor-315756 .elementor-element.elementor-element-12be04b{width:var( --container-widget-width, 99.617% );max-width:99.617%;--container-widget-width:99.617%;--container-widget-flex-grow:0;}.elementor-315756 .elementor-element.elementor-element-12be04b > .elementor-widget-container{margin:-7px 0px 0px 0px;}@media(min-width:768px){.elementor-315756 .elementor-element.elementor-element-1165b04{--content-width:500px;}}/* Start custom CSS for html, class: .elementor-element-12be04b */.currency {
    width: calc(25% - 5px);
    display: inline-block;
}


.single-donation {
width: 74.4%;
display:inline-block;
}

.donation .form-control {
    height: 50px !important;
    background-color: #fff;
    margin-top: 7px;
	 border-radius: 2px; 
}

.btn {
    height: 50px;
    white-space: pre-line;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    width: 100%;
    margin-top: 7px;
	border-radius: 5px; 
	background: #fdbb2b !important;
}

#wsdForm #huey,
#wsdForm #dewey,
#wsdForm #louie  , #wsdForm #other {
border: 0;
    clip: rect(0 0 0 0);
    position: absolute;
}


#wsdForm #huey + label, #wsdForm #dewey + label, #wsdForm #louie + label, #wsdForm #other + label {
    padding: 10px 0;
    float: left;
    margin-bottom: 0px;
    margin-top: 7px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    height: 50px;
    width: 100%;
    background: white;
}

#wsdForm #huey:checked + label, #wsdForm #dewey:checked + label, #wsdForm #louie:checked + label , #wsdForm #other:checked + label {
	color: #fff;
	background: #11436f;
}


.radio-amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.radio-amount .fix-amount {
    width: calc(25% - 5px);
    display: block;
}
.select-amount {
    display: flex;
    justify-content: space-between;
}
.custom-amount:before {
    content: attr(data-before);
    position: absolute;
    font-size: 20px;
    line-height: 38px;
    padding-left: 12px;
    border-right: 1px solid #e5e4e2;
    height: 35px;
    margin-top: 13px;
    padding-right: 10px;
}
.custom-amount input {
	text-align:left !important;
	padding-left:40px !important;
	font-size: 17px;
    color: #000;
}
.custom-amount {
    display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}/* End custom CSS */