
body.docs-bkash-theme {
    --ink: #4f1735;
    --muted: #7e5d74;
    --line: rgba(226, 19, 110, .12);
    --deep: #5c0a34;
    --deep2: #a91257;
    --ocean: #cf2671;
    --accent: #e2136e;
    --accent2: #ff93c1;
    background:
        radial-gradient(circle at top left, rgba(226, 19, 110, .18), transparent 24%),
        radial-gradient(circle at bottom right, rgba(255, 147, 193, .12), transparent 30%),
        #fff7fb;
}

body.docs-bkash-theme .docs-site-header {
    background: rgba(92, 10, 52, .86);
    border-bottom-color: rgba(255, 255, 255, .10);
}

body.docs-bkash-theme .docs-topnav a:hover,
body.docs-bkash-theme .docs-topnav .active {
    background: rgba(255, 255, 255, .12);
}

body.docs-bkash-theme .docs-cta,
body.docs-bkash-theme .btn-primary,
body.docs-bkash-theme .copy-button {
    background: linear-gradient(135deg, #e2136e 0%, #ff93c1 100%) !important;
    color: #fff !important;
    box-shadow: 0 18px 40px rgba(226, 19, 110, .22);
}

body.docs-bkash-theme .docs-sidebar,
body.docs-bkash-theme .docs-article,
body.docs-bkash-theme .docs-section,
body.docs-bkash-theme .docs-overview-card,
body.docs-bkash-theme .docs-banner-card {
    background: rgba(255, 255, 255, .96);
    border-color: rgba(226, 19, 110, .12);
    box-shadow: 0 26px 70px rgba(178, 20, 93, .10);
}

body.docs-bkash-theme .docs-hero-card {
    background:
        radial-gradient(circle at top right, rgba(255, 147, 193, .18), transparent 24%),
        linear-gradient(160deg, rgba(92, 10, 52, .97) 0%, rgba(169, 18, 87, .94) 100%);
    border-color: rgba(255, 255, 255, .10);
}

body.docs-bkash-theme .docs-hero-card:after {
    background: linear-gradient(135deg, rgba(255, 147, 193, .24), rgba(255, 255, 255, .06));
}

body.docs-bkash-theme .docs-kicker,
body.docs-bkash-theme .docs-stat-card {
    background: rgba(255, 255, 255, .10);
    border-color: rgba(255, 255, 255, .14);
}

body.docs-bkash-theme .docs-nav .section-title > .nav-link {
    background: #fff1f7;
}

body.docs-bkash-theme .docs-nav .nav-link:hover,
body.docs-bkash-theme .docs-nav .active,
body.docs-bkash-theme .nav-tabs .nav-link.active {
    background: linear-gradient(135deg, #e2136e 0%, #ff93c1 100%) !important;
    color: #fff !important;
    border-color: transparent;
}

body.docs-bkash-theme .docs-time,
body.docs-bkash-theme .table thead th,
body.docs-bkash-theme .nav-tabs .nav-link {
    background: #fff4f9;
}

body.docs-bkash-theme .docs-overview-card a,
body.docs-bkash-theme .docs-section a,
body.docs-bkash-theme .docs-banner-card a {
    color: #c91466;
}

body.docs-bkash-theme .docs-banner-card,
body.docs-bkash-theme .footer-panel {
    background: linear-gradient(135deg, #5c0a34 0%, #c91466 100%);
    color: #fff5f9;
}

body.docs-bkash-theme .docs-banner-card li:before {
    color: #ffb5d6;
}

body.docs-bkash-theme .footer-social a {
    background: rgba(255, 255, 255, .12);
}
