.charitable-user-onboarding-wrap {
    background-color: rgba(243, 244, 246, 1) !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    position: fixed !important;
    z-index: 999999;

    .charitable-user-onboarding-logo {
        padding: 0.5rem;
        img {
            max-width: 100%;
            height: 52px;
        }
    }
    .chartiable-user-onboarding-content {
        text-align: center;
        padding: 2rem;
        background-color: white;
        max-width: 640px;
        margin-top: 50px;
        margin-bottom: 0;
        min-width: 640px;
        p {
            font-size: 14px;
            line-height: 22.4px;
            color: rgba(25, 29, 45, 0.7);
            margin-top: 0.55rem;
            margin-bottom: 1.25rem;
            font-weight: 400;
        }
        h1 {
            color: rgba(25, 29, 45, 0.9);
            line-height: 25px;
            font-size: 21px;
            font-weight: 700;
            padding-bottom: 12.5px;
            padding-top: 12.5px;
            margin: 0;
        }
    }
    .charitable-go-back {
        color: rgba(25, 29, 45, 0.4);
        padding: 0.5rem;
        margin-top: 40px;
        text-align: center;
        a {
            color: inherit;
            text-decoration: underline;
        }
    }
    .charitable-user-onboarding-progress {
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #f3f4f6;
        .charitable-user-onboarding-progress-bar-fill {
            background-color: #5aa152;
            height: 5px;
            width: 0;
            transition: width 0.5s;
        }
    }
    a.charitable-button-link {
        background-color: #5aa152;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 12px 28px;
        position: relative;
        top: -4px;
        text-decoration: none;
        border-radius: 5px;
        text-shadow: none;
        line-height: 24px;
        cursor: pointer;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        text-align: center;
        margin-top: 20px;
    }
    a.charitable-button-link:hover {
        background-color: #43833b !important;
        border-color: #43833b !important;
    }
    .charitable-onbarding-notice {
        font-size: 12px;
        color: rgba(25, 29, 45, 0.4);
        margin: 10px auto;
        line-height: 14px;
    }

    #charitable-user-onboarding-stripe-connect {

        max-width: 600px;
        margin: 0 auto;

        .charitable-sub-container {
            display: flex;
            justify-content: space-between;
            width: 100%;
            align-items: center;
            border-top: 1px solid rgba(235, 235, 235, 1);
            border-bottom: 1px solid rgba(235, 235, 235, 1);
            padding: 10px 0;
            margin: 20px auto;
            background-color: #fff;
            text-align: left;
            .charitable-badge {
                top: -4px;
                position: relative;
                left: 5px;
            }

            h3 {
                margin-bottom: 5px;
                text-align: left;
            }
        }
        .charitable-sub-container.charitable-column {
            flex-direction: column;
        }
        .charitable-sub-container:not(.charitable-column) div:first-child {
            display: flex;
            align-items: center;
        }
        .charitable-sub-container-row {
            width: 100%;
        }
        .charitable-sub-container div.charitable-sub-container-row {
            display: block;
        }
        .charitable-sub-container img.wpchar-arrow {
            position: relative;
            top: 5px;
            margin-left: 5px;
        }
        .charitable-sub-container:last-of-type {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .charitable-gateway-icon,
        .charitable-gateway-info-column {
            display: inline-block;
        }
        .charitable-gateway-info-column {
            margin: 0 0 0 20px;
            max-width: 250px;
        }
        .charitable-gateway-footer label {
            font-size: 15px;
            line-height: 16px;
        }
        .charitable-gateway-icon img {
            border: 1px solid rgba(25, 29, 45, 0.14);
            border-radius: 10px;
            padding: 10px;
        }
        .wpcharitable-stripe-connect {
            color: #fff;
            font-size: 15px;
            font-weight: bold;
            text-decoration: none;
            line-height: 1;
            background-color: #635bff;
            border-radius: 3px;
            padding: 10px 20px;
            display: inline-flex;
            align-items: center;
        }

    }
}