@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body #page-wrapper * {
    font-family: "Poppins", sans-serif !important;
}
body .CRM_Contribute_Form_Contribution_Main {
    padding: 0 10%;
}
.crm-submit-buttons {
    text-align: center !important;
}
.crm-form-submit {
    text-align: center !important;
    background-color: rgb(255, 49, 49) !important;
    font-weight: 800 !important;
    font-size: 1.5rem !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-top-style: solid !important;
    border-right-style: solid !important;
    border-bottom-style: solid !important;
    border-left-style: solid !important;
    border-top-color: black !important;
    border-right-color: black !important;
    border-bottom-color: black !important;
    border-left-color: black !important;
    border-image-source: initial !important;
    border-image-slice: initial !important;
    border-image-width: initial !important;
    border-image-outset: initial !important;
    border-image-repeat: initial !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    padding-top: 10px !important;
    padding-right: 40px !important;
    padding-bottom: 10px !important;
    padding-left: 40px !important;
    position: static !important;
    margin: 25px auto 0px auto !important;
}
.crm-form-submit i {
    display: none;
}
.price_set-section {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.contribution_amount-section {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.contribution_amount-section .contribution_amount-content {
    display: flex !important;
}
.other_amount-section .label,
.contribution_amount-section .label {
    display: none !important;
}
.other_amount-section {
    width: 30% !important;
}
.contribution_amount-section {
    margin-top: 30px;
}
.crm-profile {
    display: flex;
    flex-wrap: wrap;
}
.crm-profile input {
    background-color: rgb(255, 238, 153) !important;
}
.price-set-option-content label {
    font-size: 1.7rem;
    font-weight: 700;
}
.price-set-option-content {
    margin: 20px 30px;
}
.crm-profile .crm-section {
    width: 50%;
    padding: 0 10px !important;
}
.crm-profile .crm-section input {
    border: 0;
    background-image: none;
    background-color: #ffee99;
}
.crm-profile .helprow-pre {
    width: 100%;
}
body .CRM_Contribute_Form_Contribution_Main .crm-submit-buttons {
    display: flex;
}
body .CRM_Contribute_Form_Contribution_Main .crm-submit-buttons button {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
}
body .CRM_Contribute_Form_Contribution_Main .crm-submit-buttons .prev {
    background-color: #d3d3d3 !important;
}
.img_center {
    position: absolute;
    right: 10%;
    top: -50px;
}
body .region--content-below .text-content a:link,
body .region--content-below .text-content a:visited,
body .region--content-below .text-content a:hover,
body .region--content-below .text-content a:active {
    color: #ff3131 !important;
    text-decoration: none;
    box-shadow: none;
}
.informacja-rodo {
    margin: 15px 10px;
}
#editrow-custom_103 .label {
    display: none !important;
}
body #helprow-custom_103 {
    display: none !important;
}
body .wrapper-custom_103 {
    width: 100% !important;
} 
@media only screen and (min-width: 1200px){
    #iw85 {
        height: 500px;
    }
}
@media only screen and (max-width: 969px) {
    body .CRM_Contribute_Form_Contribution_Main {
        padding: 0;
    }
    .reversed_order {
        display: flex;
        flex-direction: column-reverse;
    }
    .reversed_order .img_center {
        display: flex;
        justify-content: center;
        position: relative;
        top: auto;
        right: auto;
        
    }
    #isdfds {
        width: 100%;
        max-width:100%;
    }
}
@media only screen and (max-width: 767px){
    .other_amount-section {
        width: 100% !important;
        padding: 0 !important;
    }
    #i68f6 {
        width: 100%;
        height: 100%;
    }
    .crm-profile .crm-section {
        width: 100%;
    }
}


