.web4u_donate_container {
    max-width: 500px !important;
    //font-family: Arial, Helvetica, sans-serif;
	margin-top: 3rem;
}
.web4u_donate_container .form_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 10px;
}
.web4u_donate_container .form_col {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}
.web4u_donate_container .form_col25 {
    -ms-flex: 0 0 25;
    flex: 0 0 25%;
    max-width: 25%;
}
.web4u_donate_container .form_col50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.web4u_donate_container .form-control {
    display: block;
    width: 100%;
    padding: 16px;
    font-size: 20px;
    line-height: 57px;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    height: 57px;
    border: 1px solid #000;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out;
}
.web4u_donate_container .form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
}
.web4u_donate_container [type="radio"]:checked,
.web4u_donate_container [type="radio"]:not(:checked){
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}
.web4u_donate_container .donate_subscribe:checked + label,
.web4u_donate_container .donate_subscribe:not(:checked) + label{
    position: relative;
    display: block;
    height: 57px;
    width: 100%;
    font-size: 20px;
    line-height: 57px;
    margin: 0;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    /*text-transform: uppercase;*/
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #000;
    border: 1px solid #000;
}
.web4u_donate_container .donate_subscribe:not(:checked) + label{
    background-color: #fff;
    border: 1px solid #000;
    color: #495057;
}
.web4u_donate_container .donate_subscribe:checked + label{
    background-color: transparent;
    padding-left: 20px;
}
.web4u_donate_container .donate_subscribe:checked + label:hover {
    background-color: #F03F00;
    border: 1px solid #F03F00;
    color: #fff;
}
.web4u_donate_container .donate_subscribe:not(:checked) + label:hover{
    background-color: #F03F00;
    border: 1px solid #F03F00;
    color: #fff;
}
.web4u_donate_container .donate_subscribe:checked + label::before,
.web4u_donate_container .donate_subscribe:not(:checked) + label::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
}
.web4u_donate_container .donate_subscribe:checked + label span,
.web4u_donate_container .donate_subscribe:not(:checked) + label span{
    position: relative;
    display: inline-block;
}
.web4u_donate_container .donate_subscribe:checked + label span::before,
.web4u_donate_container .donate_subscribe:not(:checked) + label span::before{
    position: absolute;
    content: '';
    top: 23px;
    left: -20px;
    width: 15px;
    height: 11px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.7 11'%3E%3Cpath d='M0 6l5 5 9.6-9.6L13.3 0 5 8.3 1.4 4.6 0 6z' fill='%23F03F00'/%3E%3C/svg%3E") no-repeat;
}
.web4u_donate_container .donate_subscribe:checked + label:hover span::before,
.web4u_donate_container .donate_subscribe:not(:checked) + label:hover span::before{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.7 11'%3E%3Cpath d='M0 6l5 5 9.6-9.6L13.3 0 5 8.3 1.4 4.6 0 6z' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
}
.web4u_donate_container .donate_subscribe:not(:checked) + label span::before{
    max-height: 0;
}
.web4u_donate_container .donate_subscribe:checked + label span::before{
    max-height: 100%;
}
.web4u_donate_container .donate_amount_default {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    text-align: center;
    cursor: pointer;
}
.web4u_donate_container .input_active {
    position: relative;
    color: #000;
    background-color: #fff;
    border-color: #000;
    outline: 0;
}
.web4u_donate_container .donate_amount + label {
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
}
.web4u_donate_container .input_active {
    padding-left: 35px;
}
.web4u_donate_container .input_active + label::before{
    position: absolute;
    visibility: visible;
    content: '';
    top: 23px;
    left: 20px;
    width: 15px;
    height: 11px;
    z-index: 1000;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.7 11'%3E%3Cpath d='M0 6l5 5 9.6-9.6L13.3 0 5 8.3 1.4 4.6 0 6z' fill='%23F03F00'/%3E%3C/svg%3E") no-repeat;
}
.web4u_donate_container .donate_btn {
    display: inline-block;
    color: #fff;
    background-color: #F03F00;
    border: 1px solid #F03F00;
    padding: 16px 32px;
    font-size: 20px;
    font-weight: 400;
    height: 57px;
    border-radius: 0;
    text-transform: none;
    line-height: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 100%;
}
.web4u_donate_container .donate_btn:hover, .web4u_donate_container .donate_btn:focus {
    text-decoration: none;
    outline: 0;
    border-radius: 0;
    color: #F03F00;
    background-color: #fff;
}
.web4u_donate_container .error {
    color: #842029;
    font-size: 20px;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    /*border-radius: .25rem;*/
    margin: 10px 0;
    padding: 10px;
}

@media (max-width: 575.98px) {
    .web4u_donate_container .form-control {
        font-size: 16px;
    }
    .web4u_donate_container .donate_subscribe:checked + label,
    .web4u_donate_container .donate_subscribe:not(:checked) + label{
        font-size: 16px;
    }
    .web4u_donate_container .donate_btn {
        font-size: 16px;
    }
    .web4u_donate_container .error {
        font-size: 16px;
    }
    .web4u_donate_container .donate_subscribe:checked + .label_donate_amount_defaul span, .web4u_donate_container .donate_subscribe:not(:checked) + .label_donate_amount_defaul span{
        max-width: 34px !important;
    }
}