.transparent {
    opacity: 0;
}

#donation_form .elementor-select-wrapper select {
    padding: 6px 8px;
}

#donation_form .elementor-field-type-submit {
    display: none;
}

#donation_form .elementor-field-group-terms .elementor-field-option, #donation_form .elementor-field-group-news .elementor-field-option {
    display: flex;
    align-items: center;
}

#donation_form .elementor-field-group-terms label, #donation_form .elementor-field-group-news label {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    max-width: 80% !important;
}

#donation_form .privacy_link, #donation_form label[for="form-field-terms"] a {
    color: white;
    text-decoration: underline;
}

#donation_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 0;
    color: #a5a5a5;
}

#donation_form ::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0;
    color: #a5a5a5;
}

#donation_form :-ms-input-placeholder {
    /* IE 10+ */
    opacity: 0;
    color: #a5a5a5;
}

#donation_form :-moz-placeholder {
    /* Firefox 18- */
    opacity: 0;
    color: #a5a5a5;
}

#frequency_choose .elementor-select-wrapper select {
    font-size: 16px !important;
}

#frequency_choose .elementor-field-type-submit {
    display: none;
}

.custom_select .elementor-select-wrapper select {
    color: white !important;
    border: 1px solid white;
    padding: 8px;
    border-radius: 100px;
    width: 250px;
    /* border: none; */
    font-size: 20px;
    /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2); */
}

/*.custom_select .elementor-select-wrapper::before {*/
/*    content: "" !important;*/
/*    background-image: url(../images/dropdown.svg);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    position: absolute !important;*/
/*    top: 50% !important;*/
/*    right: 0 !important;*/
/*    width: 15%;*/
/*    height: 100%;*/
/*    text-align: center;*/
/*    font-size: 28px !important;*/
/*    line-height: 45px;*/
/*    color: rgba(255, 255, 255, 0.5) !important;*/
/*    background-color: rgba(255, 255, 255, 0.1);*/
/*    pointer-events: none !important;*/
/*    border-radius: 0 4px 4px 0;*/
/*}*/

.custom_select .elementor-select-wrapper select option {
    padding: 30px;
}

@media screen and (max-width: 768px) {
    .order_2 {
        order: 2;
    }
}

.input_donation_amount {
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
}

.input_donation_amount input {
    width: 100%;
    color: #000;
    font-family: "Assistant", Sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 28px;
    border: none;
    text-align: center;
    margin: -12px 0;
    background: transparent;
    border-bottom: 1px solid black;
}

.input_donation_amount input:focus {
    outline: none !important;
}

.input_donation_amount #other_amount_currency {
    display: none;
    width: fit-content;
    color: #000;
    font-family: "Assistant", Sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    border: none;
    text-align: center;
    position: absolute;
}

.input_donation_amount input::-webkit-outer-spin-button, .input_donation_amount input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input_donation_amount input[type=number] {
    -moz-appearance: textfield;
}

.amout_input, .amout_input_text {
    display: none;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.amout_input.active, .amout_input_text.active {
    display: block;
}

.amout_input + div {
    margin-top: 20px !important;
}

.donation_amount {
    cursor: pointer;
    transition-duration: 500ms;
    transition-property: transform;
}

.donation_amount.light:hover .elementor-widget-wrap {
    background: #00a9e6;
    border: unset !important;

}

.donation_amount.blue:hover .elementor-widget-wrap {
    background: #00a9e6;
    border: unset !important;
}

.donation_amount.active .elementor-widget-wrap {
    border: 1px solid #364a67;
}

.donation_amount.active.light .elementor-widget-wrap {
    background: #00a9e6;
    border: unset !important;


}

.donation_amount.active.blue .elementor-widget-wrap {
    background: #00a9e6;
    border: unset !important;
}

.hover_grad:hover .elementor-widget-wrap {
    background: #00a9e6;
}

input.required, select.required, .elementor-field-option.required {
    background: rgba(255, 87, 34, 0.51) !important;
}

.donation_amount > .elementor-widget-wrap.required {
    border: 1px solid rgba(255, 87, 34, 0.51) !important;
}

.rtl .align_image .elementor-image {
    text-align: left;
}

.rtl .align_image.right .elementor-image {
    text-align: right;
}

.rtl .custom_select .elementor-select-wrapper::before {
    right: 85% !important;
    border-radius: 4px 0 0 4px;
}

.rtl #donation_amount_title .elementor-heading-title {
    text-align: right;
}

.rtl .input_donation_amount input {
    direction: ltr;
}

.rtl input {
    direction: ltr;
}

.rtl ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-align: right;
}

.rtl ::-moz-placeholder {
    /* Firefox 19+ */
    text-align: right;
}

.rtl :-ms-input-placeholder {
    /* IE 10+ */
    text-align: right;
}

.rtl :-moz-placeholder {
    /* Firefox 18- */
    text-align: right;
}

.required_message {
    margin: 0;
    margin-top: 5px;
    color: white;
    font-size: 14px;
}

#button {
    display: block;
    margin: 20px auto;
    padding: 10px 30px;
    background-color: #eee;
    border: solid #ccc 1px;
    cursor: pointer;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.elementor-field-type-acceptance label {
    display: none;
}
