.wpcf7-list-item{
  margin-left:0;
}
.wpcf7-list-item label {
    color: #8d9091;
    font-weight: 400!important;
        font-size: .88em;
    line-height: 1.3;
}
.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}
input[type="checkbox"] {
    flex-shrink: 0;
    margin-right: 10px;
    margin-top:4px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ce0202;
    background: #ce0202;
    color: #fff;
    padding: 10px;
    margin: 10px 0px 20px 0px;
    font-size: 14px;
    line-height: 21px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    padding: 10px;
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    margin-top:10px;
}
.spagecontent{
    max-width:1000px; 
    margin:2em auto;
    min-height:70vh;
    font-size:1em;
    line-height:1.5;
}
.page-content-section{
    padding-top:8em;
}
.centered{
    text-align:center;
}
.radiob-btn-div{
    transition:0.5s all;
}
.selected .radiob-btn-div{
        background-color: #fce8d1;
}
.wpcf7-form .fieldset-cf7mls .cf7mls-btns{
        justify-content: space-between;
    align-items: center;
    max-width: 25.62em;
    margin: 4.19em auto 2.25em;
    display: flex;
}
div[id^="wpcf7-f12"] button.cf7mls_next{
    color: #f28b1a;
    background-color: #fce8d1;
    border-radius: 23px;
    padding: .63em 4em .63em 4em !important;
    font-size: .88em !important;
    font-weight: 400 !important;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s;
    float: none !important;
    background-image: url(/wp-content/uploads/2025/02/cta-arrow.svg);
    background-position: center right 3em;
    background-repeat: no-repeat;
}
div[id^="wpcf7-f12"] button.cf7mls_next:hover{
       color: #fff!important;
    background-color: #f28b1a!important;
        background-image: url(/wp-content/uploads/2025/02/cta-arrow-1.svg);
    background-position: center right 3em;
    background-repeat: no-repeat;
}
div[id^="wpcf7-f12"] button.cf7mls_back{
        color: #8a9097!important;
    background-color: #0000!important;
    border-radius: 23px!important;
    font-weight: 400 !important;
    padding: .63em 0!important;
    font-size: .88em!important;
    line-height: 1.5!important;
    text-decoration: none!important;
    float: none !important;
    transition: all .3s!important;
    background-image: url(/wp-content/uploads/2025/02/back-arrow.svg);
     background-position: center left 0em;
    background-repeat: no-repeat;
}

.fieldset-cf7mls-wrapper div.wpcf7-validation-errors{
    margin: 10px auto;
    background: red;
    color: #fff;
    border: 1px solid red;
    text-align: center;
    max-width: 500px;
}
.wpcf7-list-item-label a{
    color:#8A9097;
    transition:0.5s all;
}
.wpcf7-list-item-label a:hover{
    color:#f28b1a;
}
.wpcf7-spinner{
position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
    background-color: #ec8531!important;
    opacity:1!important;
}
.wpcf7-spinner::before{
    background:#fff!important;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit{
        color: #fff!important;
    background-color: #f28b1a!important;
    border: 1px solid #f28b1a!important;
        padding: .63em 5em .63em 4em !important;
    font-size: .88em !important;
    font-weight: 400 !important;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s;
    float: none !important;
    background-image: url(/wp-content/uploads/2025/02/cta-arrow-1.svg);
    background-position: center right 3em;
    background-repeat: no-repeat;
    margin:0 auto!important;
    cursor:pointer;
}
.btnsendcentered{
    text-align: center;
}
fieldset[data-cf7mls-order="0"] .cf7mls-btns {
    justify-content: center!important;
}
.cf7mls-btns.cf7mls-btns-last-step{
    justify-content: center!important;
    margin: 0.5em auto 2.25em!important;  
}
.page-template-template-podziekowanie .footer{
    display:none;
}
.page-template-template-podziekowanie .form-button-next:hover{
    background: transparent!important;
}
.btnsendcentered{
    position:relative;
}
.s-form-step:last-of-type{
    flex:0;
}
 

input[type=radio] {
  accent-color: orange;
}
@media screen and (max-width: 479px) {
    .form-step-line {
        display: block;
    }
    .form-steps {
    grid-column-gap: 0.13em;
    grid-row-gap: 0.13em;
}
.s-form-step {
    grid-column-gap: 0.13em;
    grid-row-gap: 0.13em;
}
}
.radio-button {
    margin-left: 0;
    position: absolute;
    /* inset: .7em 0% auto; */
    margin: 0;
    margin-right: 0;
    top: 16px;
}
@media (max-width:600px){
.radiob-btn-div {
    padding: 2.7em 1.25em 2.0em 1.25em;
}
}