/*WP side css*/
/*integration*/
.connect-button a {
    color: inherit !important;
    text-decoration: none;
}


/* home page */

/* header section */
.heading {
    font-weight: 700;
    font-size: 40px;
    max-width: 600px;
    margin: 0 auto 20px;
    line-height: 50px;
}

.connect-btn {
    background-color: var(--primary);
    color: white;
    padding: 16px 30px;
    border: none;
    border-radius: 10px;
    line-height: normal;
}

.preloader {
    background-color: transparent;
}

/* banner section */
.banner-image {
    max-width: 954px;
}

.banner-section {
    background: url(../images/admin_dashboard/bannerimage.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.banner-heading {
    color: white;
    font-size: 40px;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 55px;
}

.chart-image {
    margin-bottom: -250px;
}

.payment-section {
    padding: 40px 0;
}

/* donation form section */
.donation-form-section {
    margin-top: 220px;
    padding: 40px 0;
}

.donation-form h4 {
    font-size: 16px;
    margin: 0;
    font-family: 'DM Sans';
    font-weight: 700;
}

.donation-form>div {
    padding-bottom: 15px;
}

/* donate section */
.donate-section {
    background-color: var(--primary);
    border-radius: 30px;
    padding: 60px 75px;
    grid-template-columns: 40% 60%;
}

.donate-content h3 {
    color: white;
}

.donate-content p {
    color: white;
    max-width: 380px;
}

/* footer section */
.footer-section {
    background-color: var(--primary);
    padding: 30px 0;
}

.footer-section ul {
    list-style: none;
    margin: 0;
    gap: 20px;
    padding: 0;
}


/* overview page */
.overview-content {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.overview-content .row {
    gap: 15px 0;
}

.dash-hdr-top {
    font-weight: 700;
    font-size: 16px;
    color: #363f56;
}

.weekely-chart a {
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
    color: var(--lightblue);
}

.chart-div-main {
    width: 160px;
}

.weekly-section-info {
    background-color: #f4f7fe;
    padding: 15px;
    border-radius: 10px;
    font-family: 'DM Sans';
}

.weekly-section-info .weekly-section-chart {
    font-weight: 700;
    font-size: 16px;
    color: #363f56;
    padding-bottom: 10px;
    text-decoration: none;
}

.weekly-section-info p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 15px;
    color: #363f56;
}

.weekly-section-info p a {
    color: #058ed9;
    text-decoration: none;

}

.weekly-section-info span {
    font-weight: 700;
    font-size: 16px;
    color: #363f56;
    padding-bottom: 10px;
    text-decoration: none;
    display: block;
}

.weekly-section-info>a {
    font-weight: 700;
    font-size: 22px;
    color: #058ed9;
    display: block;
    text-decoration: none;
}

.white-bx-info {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 0.5px solid rgba(108, 106, 129, 0.1);
    box-shadow: 0px 2px 5px rgb(86 59 255 / 5%);
    word-break: break-word;
}

.donation-chart {
    background-color: white;
    padding-top: 15px;
    border-radius: 10px;
}

.OR_dashbaord p {
    color: var(--darkgray);
    font-size: 14px;
}

.OR_dashbaord p span {
    color: var(--darkblue);
    font-size: 16px;
    font-weight: 600;
}


/* donation form page */
.page-main {
    padding: 20px 30px;
    height: 100%;
}

.donation-header {
    padding-bottom: 23px;
}

.donation-header h3 {
    color: var(--darkblue);
    font-weight: 700;
    font-family: 'DM Sans';
    margin: 0;
    font-size: 26px;
}

.add-form {
    gap: 40px;
}

.add-form button {
    background-color: var(--lightblue);
    border: none;
    min-width: 160px;
    padding: 16px 0;
    border-radius: 10px;
    color: white;
    line-height: normal;
}

.donation-form-main {
    flex: 1;
    overflow: auto;
}

.donation-form-main>div {
    padding: 0 10px;
}

.donate-button-main {
    gap: 20px 0;
}

.donate-button {
    background-color: white;
    padding: 12px 10px;
    border-radius: 10px;
}

.donate-button a {
    display: inline-block;
}

.copy-button {
    width: 36px;
    height: 36px;
    background-color: var(--lightgray);
    border: none;
    border-radius: 6px;
}


/* integration page */

.integration-main {
    background-color: white;
    flex: 1;
    border-radius: 20px;
    padding: 40px;
    overflow: auto;
}

.social-icon {
    gap: 10px;
}

.social-icon span {
    color: black;
    font-family: 'DM Sans';
    font-size: 18px;
    font-weight: 700;
}

.connected {
    font-family: 'DM Sans';
    color: var(--lightdarkgray);
}

.connect-button {
    min-width: 144px;
    height: 44px;
    border: none;
    background-color: var(--lightblue);
    border-radius: 5px;
    font-family: 'DM Sans';
    font-weight: 700;
    color: white;
}

.connect {
    min-width: 144px;
    height: 44px;
    border: none;
    background-color: var(--lightblue);
    border-radius: 5px;
    font-family: 'DM Sans';
    font-weight: 700;
    color: white;
}

.disconnect-button {
    border: none;
    min-width: 144px;
    height: 44px;
    background-color: rgba(242, 47, 70, 0.1);
    border-radius: 5px;
    font-family: 'DM Sans';
    font-weight: 700;
    color: var(--red);
}

/* media csss */
@media (max-width:1400px) {
    /* donation form page */
    .donation-form-main,
    .donate-button-main {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:1200px) {
    /* donation form page */
    .donation-form-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .donation-form-main iframe {
        margin: auto;
    }
}

@media (max-width:992px) {

    /* home page */
    .giving-logo img {
        max-width: 180px;
    }

    .heading {
        font-size: 32px;
        max-width: 400px;
        line-height: 40px;
    }

    .banner-heading {
        font-size: 32px;
        max-width: 600px;
        line-height: 45px;
        margin-bottom: 35px;
    }
    .donate-section {
        grid-template-columns: repeat(1, 1fr);
        padding: 40px;
    }

    .donation-page {
        padding: 20px;
    }

    .donate-button-main {
        grid-template-columns: repeat(2, 1fr);
    }

    /* integration page */
    .integration-main {
        padding: 20px;
    }
    .page-main {
        padding: 20px;
    }

    /* all page default css */
    .donation-header {
        padding-bottom: 20px;
    }
}

@media (max-width:767px) {

    /* donation form page */
    .donation-form-main,
    .donate-button-main {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:575px) {

    /* homev page */
    /* header section */
    .giving-logo img {
        max-width: 140px;
    }
    .connect-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .donate-section {
        padding: 24px;
    }

    .payment-section,
    .footer-section,
    .donation-form-section {
        padding: 16px 0;
    }

    .donate-content p {
        line-height: 25px;
    }

    .banner-heading {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .chart-image {
        margin-bottom: -120px;
    }

    .donation-form-section {
        margin-top: 120px;
    }

    .heading {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .donate-content p {
        font-size: 14px;
    }

    .footer-section ul li a svg {
        width: 24px;
    }

    /* all page default css */
    .page-main {
        padding: 16px;
    }

    .add-form button {
        min-width: 40px;
        min-height: 40px;
        padding: 0;
    }
    .add-form {
        gap: 15px;
    }
    .add-form svg {
        width: 20px;
    }

    .donation-header {
        padding-bottom: 15px;
    }

    .donation-header h3 {
        font-size: 20px;
    }
}