@font-face {
    font-family: 'Uniform';
    src: url('../fonts/Uniform.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Uniform-bold';
    src: url('../fonts/Uniform Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Uniform-light';
    src: url('../fonts/Uniform Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Uniform-medium';
    src: url('../fonts/Uniform Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Uniform-ultra';
    src: url('../fonts/Uniform Ultra.ttf') format('truetype');
    font-style: normal;
    font-weight: 200;
}

.give-form-header {
    display: none;
}

.give-donation-amount-section {
    padding: 2rem 0;
}

#give-receipt, .give-form-wrap {
    width: 100%;
    inline-size: 100%;
}

.give-btn,
.give-form-section > *,
.give-amount-heading,
.give-tributes-dedicate-donation .give-tributes-legend,
.give-tributes-dedicate-donation legend {
    font-family: "Uniform", sans-serif;
}

.give-amount-heading,
#give_checkout_user_info > legend,
.give-payment-details-section #give_cc_address > legend {
    font-size: 28px;
    color: #231F20;
    font-family: "Uniform-bold", sans-serif;
    border-block-end: none;
    border: none;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.give-payment-details-section #give_cc_address > legend {
    margin-top: 0;
}

.give-payment-details-section legend.give-payment-mode-label {
    display: none;
}

.give-donation-amount-section .give-total-wrap {
    max-width: 350px;
    margin: 0 auto;
    display: block;
    width: 100%;
    border: none;
}

.give-donation-amount-section .give-donation-amount {
    border: none !important;
    border-radius: 4px;
}

.give-donation-amount-section .give-amount-description {
    font-size: 16px;
    text-align: center;
    margin-bottom: -20px;
    display: block;
}

.give-donation-amount-section .give-amount-heading {
    margin-bottom: 0;
}

.give-donation-amount-section .give-donation-amount .give-text-input {
    padding: 0;
    text-align: center;
    font-size: 18px;
    width: 100%;
    height: 60px;
    background: #F2F2F2;
}

.give-donation-amount-section .give-donation-amount .give-currency-symbol {
    padding: 0;
    position: absolute;
    left: 27%;
    font-size: 18px;
}

.give-donation-amount-section .give-amounts-description-before-levels {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}

.give-donation-amount-section .give-btn.give-donation-level-btn {
    width: 100%;
    height: 60px;
    text-align: center;
    background: #FFFFFF;
    padding: 0 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    color: #231F20;
    font-size: 18px;
}

.give-btn.give-donation-level-btn .give-formatted-currency {
    white-space: nowrap;
}

.give-btn.give-donation-level-btn .give-formatted-currency .give-amount-decimal,
.give-btn.give-donation-level-btn .give-formatted-currency .give-currency-symbol-before {
    font-size: 18px;
    transform: translateY(0);
}

.give-btn.give-donation-level-btn .give-formatted-currency .give-currency-symbol-before {
    margin-right: 10px;
}

.give-btn.give-donation-level-btn .give-formatted-currency .give-amount-decimal::before {
    content: ".";
    display: inline-block;
}

#give-donation-level-button-wrap {
    background-color: #FBFBFB;
    padding: 20px 10vw;
}

.give-donation-level-btn.give-btn.give-btn-level-custom {
    font-size: 14px;
    font-weight: 800;
}

.give-donation-amount-section .give-btn.give-donation-level-btn.give-default-level {
    outline: solid 1px #202020;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}


.give_error {
    max-width: 600px;
    padding: 20px;
    margin: 20px auto 10px;
    box-shadow: 0 10px 30px #ff00000f;
    border-color: #ffd5d5;
}


.give_notice {
    max-width: 600px;
    padding: 20px;
    margin: 20px auto 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #000;
}

.give_error::before,
.give_notice::before {
    display: inline-flex;
    margin: 0 10px 0 0;
    background: transparent;
    color: black;
    border: none;
}

.give-form-section.give-personal-info-section,
.give-form-section.give-payment-details-section {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 0;
}

.give-input-field-wrapper.focus,
.give-input-field-wrapper:focus,
.give-select.focus, .give-select:focus,
.give-square-cc-fields.focus,
.give-square-cc-fields:focus,
.give-stripe-single-cc-field-wrap.focus,
.give-stripe-single-cc-field-wrap:focus,
:where(.form-row,
.give-gateway-details) :where(input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea,
select,
.give-select,
.give-stripe-cc-field):not(#give-amount).focus,
:where(.form-row, .give-gateway-details) :where(input[type="text"],
input[type="tel"],
 input[type="email"],
input[type="url"],
input[type="password"],
textarea,
select,
.give-select,
.give-stripe-cc-field):not(#give-amount):focus {
    outline: 1px solid #353333;
}

.give-input-field-wrapper,
.give-select,
.give-square-cc-fields,
.give-stripe-single-cc-field-wrap,
:where(.form-row,
.give-gateway-details) :where(input[type="text"],
input[type="tel"], input[type="email"],
input[type="url"],
input[type="password"],
textarea,
select,
.give-select,
.give-stripe-cc-field):not(#give-amount) {
    border: none;
    box-shadow: none;
    background: #F2F2F2;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    color: #353333;
    font-size: 16px;
    opacity: 1;
    -webkit-padding-start: 25px !important;
    padding-inline-start: 25px !important;
    -webkit-padding-end: 25px !important;
    padding-inline-end: 25px !important;
}

#give-comment-wrap .give-label {
    display: none;
}

#give-comment-wrap textarea {
    height: 120px;
}

#give-email-wrap::before, #give-first-name-wrap::before, #give-last-name-wrap::before {
    display: none;
}

#give-final-total-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.give-form-section.give-donate-now-button-section {
    background: #FBFBFB;
    padding: 3rem;
}

#give-final-total-wrap .give-final-total-amount {
    font-size: 28px;
    font-weight: 800;
    font-family: 'Uniform-bold';
}

.give-submit-button-wrap {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
}

.give-submit-button-wrap #give-purchase-button {
    border: none;
    padding: 0 30px;
    line-height: 74px;
    height: 74px;
    border-radius: 4px;
    font-size: 20px;
}

.post-form-required-fields-info-notification {
    display: flex;
    padding: 2rem;
    font-family: 'Uniform';
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.post-form-required-fields-info-notification .description-req-f {
    max-width: 500px;
    font-size: 12px;
    margin-top: 15px;
}

.post-form-required-fields-info-notification .label-req-f {
    font-size: 14px;
}

.give-form-section.give-personal-info-section .form-row .give-label,
.give-form-section.give-payment-details-section .form-row .give-label  {
   position: absolute;
}

.give-form-section.give-personal-info-section input,
.give-form-section.give-payment-details-section input,
.give-form-section.give-personal-info-section select,
.give-form-section.give-payment-details-section select {
    margin-bottom: 30px;
}

.give-form-section.give-personal-info-section input,
.give-form-section.give-personal-info-section select {
    margin-bottom: 0;
}

.toggle-label-focus-blur {
    position: relative;
}

.toggle-label-focus-blur .give-label {
    position: absolute;
    clip: unset !important;
    border-width: unset !important;
    height: unset !important;
    margin: unset !important;
    overflow: unset !important;
    padding: unset !important;
    white-space: unset !important;
    width: unset !important;
    top: 0;
    left: 25px;
    line-height: 60px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    color: #a4a4a4;
}

.toggle-label-focus-blur input::placeholder {
    opacity: 0;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.clicked-value .give-label {
    color: #A8A5A5 !important;
    font-size: 12px;
    line-height: 16px;
    top: 12px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.clicked-value select,
.clicked-value input {
    padding-top: 10px !important;
    line-height: 50px !important;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

#give-gateway-radio-list > li.give-gateway-option-selected .give-gateway-details,
#give-gateway-radio-list > li.give-gateway-option-selected > .give-gateway:not(:focus, :hover),
#give-gateway-radio-list > li > .give-gateway:focus,
#give-gateway-radio-list > li > .give-gateway:hover,
#give-gateway-radio-list > li > .give-gateway {
    border: none;
    padding: 0;
}


#give-gateway-radio-list > li > .give-gateway::after,
#give-gateway-radio-list > li > .give-gateway::before {
    visibility: hidden;
    opacity: 0;
    scale: 0;
    pointer-events: none;
}


#give-gateway-radio-list > li {
    background-color: white;
    --tab-radio-diameter: unset;
    --tab-radio-border-size: unset;
    --tab-block-padding: unset;
    --tab-block-size: unset;
    --tab-inline-padding: unset;
    --tab-transition: unset;
}

#give-gateway-radio-list > li > label.give-gateway-option {
    background: white;
    width: 100%;
    position: relative !important;
    padding: 20px 0 !important;
    display: block !important;
    text-align: center;
    font-size: 20px !important;
    color: #353333;
    font-family: "Uniform", sans-serif !important;
    border-bottom: solid 3px #eee;
}

#give-gateway-radio-list > li > label.give-gateway-option:after {
    position: relative;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
    color: #e1e1e1;
}

#give-gateway-radio-list > li.give-gateway-option-selected label.give-gateway-option {
    border-color: #353333;
}

#give-gateway-radio-list > li.give-gateway-option-selected > label.give-gateway-option:after {
    color: #353333;
}


#give-gateway-radio-list > li.give-gateway-option-selected .give-gateway-details {
    margin-top: 30px;
}

.give-payment-mode-select .give-gateway-details #give_cc_address > legend {
    display: none;
}

.give-gateway-details #give_cc_address > .form-row {
    grid-column: span 6;
}

.give-gateway-details #give_cc_address .form-row input,
.give-gateway-details #give_cc_address .form-row select {
    margin-bottom: 0;
}

.give-gateway-details fieldset legend {
    display: none;
}

.payment_procent_credit_checkbox {
    position: relative;
    margin: 20px 0 40px;
    font-size: 14px;
    line-height: 1.7;
    color: #353333;
    letter-spacing: 0.67px;
}

.payment_procent_credit_checkbox legend,
.payment_procent_credit_checkbox div.give-label {
    display: none !important;
}

.payment_procent_credit_checkbox input[type="checkbox"] {
    box-shadow: none;
    border: solid 1px black;
    border-radius: 6px;
}

#give_secure_site_wrapper {
    text-align: center;
}

#give_secure_site_wrapper .give-icon {
    font-size: 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: sub;
    background-image: url("/wp-content/uploads/2023/05/vuesax-bold-security-safe.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.give-form-header {
    padding: 3rem;
    font-family: "Uniform", sans-serif;
    background-color: #353333;
}

.give-receipt-classic .receipt-sections {
    font-family: "Uniform", sans-serif !important;
}

.dashboard-link-container {
    display: none;
}

.give-stripe-single-cc-field-wrap {
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .give-donation-amount-section .give-donation-amount {
        padding: 0 20px;
    }

    .give-amount-heading,
    #give_checkout_user_info > legend,
    .give-payment-details-section #give_cc_address > legend {
        margin-bottom: 0;
        margin-top: 0;
    }
}


.give-form-section.give-payment-details-section .form-row .give-label {
	color: #A8A5A5 !important;
    font-size: 12px !important;
    line-height: 16px  !important;
    top: 12px !important;
}
.give-form-section.give-payment-details-section .form-row input,
.give-form-section.give-payment-details-section .form-row select {
	padding-top: 10px !important;
}

