.give-form-wrap,
.give-receipt-classic {
    /*background-color: rgb(245, 245, 245) !important;*/
    /*border-width: 10px !important;*/
    border-radius: 0 !important;
    /*border-color: rgb(238, 238, 238) !important;*/
    /*border-style: solid !important;*/
    /*box-shadow: none !important;*/
    box-shadow: rgba(70, 37, 114, 0.2) 0px 0px 30px !important;
}
.give-container-boxed{
    padding: 2rem !important;
}
.give-container-boxed .give-form-section:nth-of-type(2n){
    background: #fff !important;
}

.give-donation-level-btn {
    border-radius: 0 !important;
    padding-block: 1rem !important;

    background-color: #fff !important;
    border-color: #d9d9d9 !important;
    color: #000 !important;
    box-shadow: none !important;
}

.give-donation-level-btn:hover {
    transform: none !important;
    border-color: #5b3f82 !important;
    box-shadow: none !important;
    filter: none !important;
}

.give-donation-level-btn.give-default-level {
    background-color: #5b3f82 !important;
    border-color: #5b3f82 !important;
    color: #fff !important;
}

.give-donation-amount.form-row-wide {
    border-radius: 0 !important;
    border-color: #d9d9d9 !important;
}

/*.give-container-boxed .give-form-section {*/
/*    background-color: rgb(245, 245, 245) !important;*/

/*}*/

.give-donation-summary-help-text {
    display: none !important;
}
label[for="give-funds-select"],
#give_checkout_user_info > legend,
.give-donation-summary-table-wrapper thead tr th,
.give-payment-mode-label,
.give-amount-heading{
    color: #5a2572 !important;
    font-weight: 600 !important;
    font-size: 25px !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
}
#give-email-wrap:before, #give-first-name-wrap:before, #give-last-name-wrap:before{
    content: none !important;
}


#give-email-wrap input,
#give-first-name-wrap input,
#give-last-name-wrap input,
#give-company-wrap input,
#give-title-wrap select,
.form-row.form-row-wide .give-select-fund-row select[name="give-selected-fund"].give-funds-select.give-select
{

    background: #f1f1f1 !important;
    border-width: 0px 0px 2px 0px !important;
    border-color: #462672 !important;
    display: block;
    box-shadow: none !important;
    padding: .9rem 1.1875rem .9rem 1.1875rem;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: "system-ui", sans-serif;
    border-radius: 0 !important;
}
::placeholder{
    color: #A9A9A9 !important;
}
.give-input-field-wrapper, .give-square-cc-fields, .give-stripe-single-cc-field-wrap {

    border: 2px solid #d9d9d9 !important;
    box-shadow: none !important;
}

#give_purchase_form_wrap {
    flex-direction: column-reverse !important;
    display: flex !important;

}

.give-recurring-donors-choice {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 2px solid #d9d9d9 !important;
}

.give-donation-summary-section .give-donation-summary-table-wrapper {
    background: transparent !important;
}

.give-do-validate {
    margin-top: 40px !important;
}

.give-form-header {
    display: none !important;
}

.dashboard-link-container {
    display: none !important;
}


/* new style */
.givewp-layouts.givewp-layouts-form {
    background-color: #fff;
    box-shadow: rgba(70, 37, 114, 0.2) 0px 0px 30px;
    border-radius: 0;
    border: none;
}

#give-next-gen input[type="text"],
#give-next-gen input[type="email"],
#give-next-gen select {
    border-radius: 0;
    background: #f1f1f1 !important;
    border-width: 0px 0px 2px 0px !important;
    border-color: #462672 !important;
    display: block;
}

.givewp-fields__label-text,
.givewp-field-required {
    /*display: none !important;*/
}

label > :where(input,select,textarea) {
    margin-top: 0 !important;
}

.givewp-fields-amount__input-container {
    border: none;
    padding: 0;
}

.givewp-fields-amount__input-container input {
    padding: 1.1875rem;
    width: 100%;
    box-sizing: inherit;
    inline-size: 100%;
    background-color: #fff;
    color: #4d4d4d;
    font-size: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}

.givewp-fields-amount__level {
    border-radius: 0 !important;

    border-width: 2px;
    border-color: #d9d9d9;
}

.givewp-fields-amount__level:hover,
.givewp-fields-amount__level.givewp-fields-amount__level--selected {
    border-color: var(--givewp-primary-color);
}

.givewp-elements-donationSummary {
    background: #fff !important;
    border: 2px solid #d9d9d9 !important;
}

.givewp-fields-gateways__gateway {
    border: 2px solid #d9d9d9 !important;
    border-radius: 0 !important;
}

.givewp-fields-gateways__gateway.givewp-fields-gateways__gateway--active {
    border-color: var(--givewp-primary-color) !important;
}

.givewp-fields-gateways__gateway label,
.givewp-fields-gateways__gateway .givewp-fields-gateways__gateway__fields {
    border: none;
}

.givewp-layouts.givewp-layouts-receipt {
    font-size: 20px !important;
    color: #3e3d3c !important;
    background-color: #fff;
    box-shadow: rgba(70, 37, 114, 0.2) 0px 0px 30px;
    border-radius: 0;
    border: none;
}

.givewp-layouts-receipt .headline, .givewp-layouts-receipt .details-row {
    border-block-end: #fff !important;
}

h1.receipt-header-heading {
    text-shadow: none;
}

h1.receipt-header-heading p {
    color: var(--givewp-primary-color) !important;
}

.givewp-layouts-receipt h3.headline::before{
    content: none;
}
.givewp-layouts-receipt .receipt-body{
    padding-inline: 4.25rem !important;
    padding-block-end: 4.25rem !important;
}
.receipt-footer,
.givewp-form-secure-badge {
    display: none;
}

.receipt-header-top-wrap {
    background-color: transparent !important;
}

.receipt-header-heading::after {
    content: none;
}

#give-next-gen button[type="submit"] {
    border-radius: 0 !important;
}

#give-next-gen button[type="submit"]:hover {
    border-color: color-mix(in lab, var(--givewp-primary-color) 90%, black);
}

.givewp-fields-radio__options {
    border: none;
    padding: 0;
}

.givewp-fields-radio__option-container {
    border: 2px solid #d9d9d9;
    border-radius: 0 !important;
    background: #fff;
}

.givewp-fields-radio__option-container:hover {
    border-color: var(--givewp-primary-color);
}

.givewp-fields-radio__option-container:has(>input[type=radio]:checked) {
    border: 2px solid var(--givewp-primary-color);
    background: var(--givewp-primary-color);
}

.givewp-fields-radio__option-container label {
    font-weight: 500;
}

h3.headline,
h3.givewp-layouts-section__header {
    color: #5a2572;
    font-weight: 600 !important;
    font-size: 25px;
    margin-bottom: 20px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin-top: 0px;
}
.givewp-layouts-receipt .receipt-body .details .details-table .details-row .detail{
    color: #3e3d3c;
}
.givewp-layouts.givewp-layouts-receipt,
.givewp-donation-form {
    margin: 35px auto !important;
    max-width: min(100%, 62.5rem) !important;
}

#give-next-gen button[type="submit"] {
    font-weight: 500 !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 18px;
    padding: 12px 33px 10px;
    text-align: center;
    letter-spacing: 0.8px;
    display: inline-block;
    -webkit-appearance: none;
    margin-bottom: 10px;
    font-style: normal;
    color: #ffffff;
    margin: 0px 0px 10px;
    background: #462672;
    border-width: 2px 2px 2px 2px;
    border-color: #ffffff;
    border-radius: 30px !important;
    text-transform: none !important;
    cursor: pointer;
    border-style: solid;
    width: 250px;
    height: 60px;
}


#give-next-gen button[type="submit"]:after {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    content: "";
    height: 65px;
    position: absolute;
    right: -27px;
    top: -40px;
    width: 65px;
    z-index: -1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

#give-next-gen button[type="submit"]:hover:after {
    border-radius: 32.5px;
    height: 100%;
    opacity: 0;
    right: 0;
    top: 0;
    width: 100%;
}

#give-next-gen button[type="submit"]:before {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    bottom: -40px;
    content: "";
    height: 65px;
    left: -27px;
    position: absolute;
    width: 65px;
    z-index: -1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

#give-next-gen button[type="submit"]:hover:before {
    border-radius: 32.5px;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    width: 100%;
}

