body.wcd-crowdfunding-dashboard {
    font-family: 'Cairo', sans-serif;
    background-color: #020617;
}

body.wcd-crowdfunding-dashboard #page,
body.wcd-crowdfunding-dashboard .site-content {
    min-height: 100vh;
}

.wcd-dashboard-shell {
    font-family: 'Cairo', sans-serif;
    color: #0f172a;
}

.wcd-dashboard-shell .wcd-dashboard-scroll {
    scrollbar-width: none;
}

.wcd-dashboard-shell .wcd-dashboard-scroll::-webkit-scrollbar {
    display: none;
}

.wcd-crowdfunding-dashboard .gradient-progress {
    transition: width 1.2s ease;
}

.wcd-crowdfunding-dashboard [data-impact-card] {
    will-change: transform, opacity;
}

.wcd-linked-amount.is-selected {
    background-color: #249e9d !important;
    color: #fff !important;
    border-color: #249e9d !important;
}
.wcd-linked-amount.is-selected span {
    color: inherit !important;
}

@media (max-width: 1023px) {
    body.wcd-crowdfunding-dashboard {
        padding-bottom: 6rem;
    }
}


