.sidebar-inner {
    width: 98% !important;
}

.copyright {
    width: 98%;
    flex-direction: column-reverse;
    left: 0;
    margin: 0;
    padding: 40px;
}

.copyright-user {
    margin-bottom: 2rem;
    color: #fff;
}

.copyright-user p {
    margin-bottom: 0;
}

.copyright-user a {
    font-weight: 600;
    color: #fff !important;
}

.background {
    overflow-y: scroll;
}

a.radio-field {
    -webkit-appearance: none;
    position: absolute;
    z-index: 0;
    width: 35%;
    min-height: 130px;
    height: auto;
    cursor: pointer;
    border: solid 5px rgb(233, 233, 233);
    border-radius: 6px;
    padding: 1rem 1.2rem;
    transition: 0.5s all ease;
    text-decoration: none;
}

a.radio-field:hover,
a.radio-field:focus {
    border: solid 5px var(--siteColor) !important;
}

a.radio-field:hover i {
    color: var(--siteColor) !important;
}

a.radio-field .radio-field-label {
    padding-left: 8px;
    justify-content: flex-start;
    align-items: center;
}

a.radio-field .radio-field-label i {
    font-size: 3rem;
}

.donation-form .row div.col-md-6 {
    height: 136px !important;
}

.accordion-button:not(.collapsed) {
    color: var(--siteColor);
    background-color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.next-prev-btn {
    margin-bottom: 20px;
}

.radio-field-box label {
    cursor: pointer;
}

.step-inner {
    margin-top: 20px;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f077";
    font-family: "Font Awesome 6 Pro" !important;
    transform: none;
}

.accordion-button::after {
    background-image: none;
    content: "\f078";
    font-family: "Font Awesome 6 Pro" !important;
}

@media(max-width: 1440px) {
    .radio-field input[type=radio] {
        padding: 2rem;
    }
    .radio-field-box label {
        font-size: 1.3rem;
    }
    .radio-field-box label {
        margin: 0 0 0 20px !important;
    }
    .next-prev-btn button {
        height: 56px;
    }
    a.radio-field {
        width: 42%;
    }
    a.radio-field-box i {
        font-size: 2.8em;
    }
}

@media(max-width: 1200px) {
    .steps .wrapper {
        padding-left: 50px;
        width: 98%;
    }
}

@media(max-width: 1024px) {
    .sidebar .wrapper {
        height: 100vh;
    }
    .sidebar-inner {
        width: 100%;
    }
    .copyright {
        width: 98%;
        display: flex;
        flex-direction: column-reverse;
        left: 0;
        margin: 0;
        padding: 40px;
        text-align: left;
    }
    .donation-form {
        margin-top: 32px;
    }
    .donation-form .row {
        flex-direction: column;
        gap: 2rem;
    }
    .donation-form .row .text-field {
        margin-bottom: 10px;
    }
    .donation-form .row .text-field input,
    .donation-form .row .text-field select {
        height: 50px;
    }
    .donation-form .row .text-field select+span::before {
        top: 44%;
    }
    .donation-form .row .col-md-6 {
        width: 100% !important;
    }
    .radio-field {
        margin-bottom: 0;
    }
    .radio-field-box label {
        width: 75%;
    }
    .radio-field-label {
        justify-content: flex-start;
        align-items: center;
    }
    .radio-field-box label {
        font-size: 1.2rem;
    }
    a.radio-field {
        width: 85%;
    }
    .copyright {
        padding: 26px;
    }
}

@media(max-width: 768px) {
    .sidebar {
        min-height: 50vh;
        background-position: top;
        height: 50vh;
    }
    .sidebar .wrapper {
        height: 50vh !important;
    }
    .logo img {
        max-height: 60px !important;
        ;
    }
    .sidebar-inner {
        height: 220px;
    }
    .sidebar:before {
        height: 100%;
    }
    .copyright {
        padding: 0 25px;
        margin-top: -24px;
    }
    .background {
        overflow: scroll;
    }
    .background .container {
        max-width: 90% !important;
        margin: auto;
        padding: 0;
    }
    .steps {
        margin-top: 0;
    }
    .steps .wrapper {
        padding-left: 0;
        width: 80%;
    }
    .step-inner {
        margin-top: 12%;
    }
    .donation-form .row .col-md-6 {
        width: 100% !important;
    }
    .radio-field-box label {
        width: 78%;
    }
    .radio-field-box input[type=radio]:checked+div i {
        font-size: 3rem;
    }
    .radio-field {
        margin-bottom: 0;
    }
    .next-prev-btn button {
        height: 48px;
    }
}

@media (max-width: 520px) {
    .sidebar .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .logo img {
        max-height: 40px !important;
    }
    .sidebar-inner {
        height: 200px;
    }
    .sidebar-inner span {
        font-size: 12px;
    }
    .sidebar-inner h2 {
        font-size: 26px;
    }
    .copyright {
        padding: 0;
    }

    .next-prev-btn * {
        margin-bottom: 28px;
    }
}

.button_style_a,
.button_style_a:hover {
    background-color: rgb(41, 164, 202);
    width: 200px;
    height: 69px;
    border-radius: 50px;
    border: 0;
    font-size: 18px;
    color: rgb(255, 255, 255) !important;
    font-weight: bold;
    text-transform: uppercase;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
}

.radio-field-box label {
    margin: 0 0 0 10px !important;
}

.radio-field-box label {
    width: auto;
}



@media(max-width: 768px) {

    .steps .wrapper {
        padding-left: 0;
        width: 95%;
    }

    .text-field label {
        margin-left: 0px;
    }

    .donation-form .row {
        flex-direction: column;
        gap: 0rem;
    }

    .next-prev-btn button {
        width: 100%;
    }

    .sidebar, .background {
        height: auto !important;
    }

    .step-inner {
        margin-top: 30px;
    }

    .next-prev-btn * {
        margin-bottom: 28px;
    }

    a.radio-field {
        width: 95%;
        background-color: #fff;
    }

    .steps {
        min-height: auto;
    }

    .row {
        --bs-gutter-x: 0rem;
    }

    .text-field label {
        margin: 0px;
    }

    .text-field {
      
        height: auto;
    }

    .donation-form .row div.col-md-6 {
        height: auto !important;
    }


    .steps .wrapper {
        display: block;
            min-height: auto;
        margin-right: auto;
    }

    a.radio-field {
        width: 100%;
        background-color: #fff;
        position: relative;
        margin-bottom: 25px;
    }

    .donation-form .row {
        gap: 0px!important;
    }
    .next-prev-btn * {
        margin-bottom: 28px;
        display: block;
        width: 100%;
    }

}