@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* 2. Base Styles with Inter Font */
html,
body {
    overflow-x: hidden !important;
    font-family: 'Poppins';
}

.site-root html,
.site-root body {
    width: 100vw !important;
}

.site-root body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-root ul {
    list-style: none;
    padding: 0;
}

.site-root a {
    text-decoration: none;
}

/* 3. Font Weight Utilities */
.site-root .font-thin {
    font-weight: 100 !important;
}

.site-root .font-light {
    font-weight: 300 !important;
}

.site-root .font-regular {
    font-weight: 400 !important;
}

.site-root .font-bold {
    font-weight: 700 !important;
}

header .Start-Your-Will-btn {
    width: 158.296875px;
    height: 44px;
    background: #D4AF37;
    border: 1px solid #E5E7EB;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: white;
}

header a.nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #374151;
}

/* Responsive Breakpoints */
@media (max-width: 1399.98px) {
    header .Start-Your-Will-btn {
        width: 150px;
        font-size: 15px;
    }

    header a.nav-link {
        font-size: 15px;
    }
}

@media (max-width: 1199.98px) {
    header .Start-Your-Will-btn {
        width: 140px;
        height: 42px;
        font-size: 14px;
    }

    header a.nav-link {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    header .Start-Your-Will-btn {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }

    header a.nav-link {
        font-size: 13.5px;
    }
}

@media (max-width: 767.98px) {
    header .Start-Your-Will-btn {
        width: 120px;
        height: 38px;
        font-size: 13px;
    }

    header a.nav-link {
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    header .Start-Your-Will-btn {
        width: 100%;
        height: 40px;
        font-size: 14px;
    }

    header a.nav-link {
        font-size: 14px;
    }
}

.mw-hero__content {
    background-image: url('../images/islamic.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #E5E7EB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 20px;
    height: 194px !important;
}

@media (min-width:576px) {
    .mw-hero__content {
        padding: 32px 28px;
        min-height: 220px;
    }
}

@media (min-width:768px) {
    .mw-hero__content {
        padding: 35px 48px;
        min-height: 260px;
    }
}

/* @media (min-width:992px){
  .mw-hero__content{
    padding:48px 64px;
    min-height:320px;
  }
} */
@media (min-width:993px) and (max-width:1200px) {
    .mw-hero__content {
        padding: 56px 80px;
        min-height: 194px;
        height: 194px;
    }
}

.mw-hero__content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #10403C99;
    ;
    z-index: 1;
}

.mw-hero__content > * {
    position: relative;
    z-index: 2;
}

h1.mw-hero__title.h3 {
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0%;
    color: white;
}

p.mw-hero__subtitle {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: white;
}

a.mw-sidebar__link {
    background: #FCF8F1;
    height: 48px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #004926;
    width: 84% !important;
    margin-inline: auto;
}

    a.mw-sidebar__link:hover {
        background: #004926;
        color: white;
    }

        a.mw-sidebar__link:hover svg path {
            fill: white;
        }

    a.mw-sidebar__link.active svg path {
        fill: white;
    }

    a.mw-sidebar__link.active {
        background: #004926;
        color: white;
    }

h3.mw-feature__title {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #0F4A34;
}

p.mw-feature__desc.text-muted.mb-0.mt-2 {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6B7280 !important;
}

a.nav-link {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #374151;
}

.card.mw-feature {
    border: 1px solid #E5E7EB;
    box-shadow: 0px 4px 6px 0px #0000001A;
    box-shadow: 0px 2px 4px 0px #0000001A;
}

.mw-activity__card {
    border: 1px solid #E5E7EB !important;
    box-shadow: 0px 10px 15px 0px #0000001A;
    box-shadow: 0px 4px 6px 0px #0000001A;
}

section.mw-dashboard__layout {
    background: #fcf8f1;
    background: linear-gradient(180deg, rgba(247, 243, 238, 0.15) 0%, rgba(0, 73, 38, 0.15) 46.11%);
}

h2.mw-activity__title.h5.mb-3 {
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0F4A34;
}

li.mw-activity__item {
    background: #FCF8F1;
}

p.seamless-p {
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 164%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
}

.mw-activity__card .card-body {
    padding: 32px !important;
}

/* create page*/
/* brand palette (tweak to your theme) */
.create-page-container {
    --brand-green: #065436;
    --brand-green-700: #064b31;
    --brand-gold: #D5A84C;
    --border-soft: #E7ECEF;
}

    /* cards */
    .create-page-container .ai-card,
    .create-page-container .step-card {
        border: 1px solid var(--border-soft);
    }

    /* avatar */
    .create-page-container .avatar-circle {
        width: 120px;
        height: 120px;
        background: #D4AF371A;
        margin-bottom: 38px;
    }

@media (m-width: 768px) {
    .Assistant-row {
        height: 600px;
    }
}

.create-page-container .avatar-svg {
    width: 100%;
    height: 100%;
}

/* mic badge on avatar */
.create-page-container .mic-badge {
    position: absolute;
    right: 6px;
    bottom: 30px;
    width: 36px;
    height: 36px;
    border: none;
}

/* .create-page-container .btn-brand {
  background: var(--brand-gold);
  color: #1b1b1b;
}
.create-page-container .btn-brand:hover {
  background: #c79a3e;
  color: #111;
} */
.ai-card {
    background: #F0F0F0;
    padding: 44px 53px;
    border-right: 1px solid #EAEAEA;
    box-shadow: 0px 4px 12px 0px #0000000D;
}

h3.ai-title {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #10403C;
    margin-bottom: 24.24px;
}

p.ai-desc {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    color: #5A6462;
    margin-bottom: 43px;
}

h2.Create-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0%;
    color: #10403C;
    margin-bottom: 0;
}

p.Create-desc {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #5A6462;
}

h2.personal-title {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    color: #10403C;
}

p.personal-desc {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #5A6462;
}

.create-page-container .voice-hint {
    border-color: #E8EEF2;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #5A6462;
    border: 1px solid #EAEAEA;
    background: #FDFBF6;
}

/* inputs look soft / rounded */
.create-page-container .soft-input {
    font-size: 12px;
    border-radius: 8px !important;
    border: 1px solid #DDE3E8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .02);
}

/* next button */
.create-page-container .btn-next {
    background: var(--brand-gold);
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    border: none;
    padding: 0.75rem 1.25rem;
    transition: transform .08s ease, box-shadow .2s ease, background .2s ease;
}

    .create-page-container .btn-next:hover {
        background: #c79a3e;
        color: #0b2a1e;
        box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
        transform: translateY(-1px);
    }

/* hint */
.create-page-container .voice-hint {
    border-color: #E8EEF2;
}

/* icons */
.create-page-container .icon-18 {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* optional: page background under card (if your section sits on a tinted bg) */
.create-page-container {
    background: transparent;
}

/* create page*/
.footer-social-icons {
    display: flex;
    gap: 5px;
    margin-top: 42px;
}

/*         asset                   */
.asset-actions button {
    background: none;
    border: none;
}

.asset-meta-text.mb-1 {
    color: #A1887F;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 12px;
    letter-spacing: 0%;
    margin-bottom: 6px;
}

h4.asset-name-text.mb-2 {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    color: #3E2723;
}

h3.assets-title-text.m-0 {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 0%;
    color: #3E2723;
}

span.assets-total-badge.px-3.py-1 {
    background: #D4AF3733;
    border-radius: 99px;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3E2723;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asset-amount-bar.px-3.py-2 {
    background: #F5EFE680;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3E2723;
    margin-top: 12px;
    border-radius: 8px;
    height: 36px;
    display: flex;
    align-items: center;
    border: 1px solid #E5E7EB;
}

.asset-card.container {
    border: 1px solid #A1887F1A;
    border-radius: 12px;
}

/*  asset  footer */
.asset-footer h5 {
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    color: #044229;
}

.asset-footer.text-muted.mb-4 {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #6B7280;
}

.asset-footer select {
    border: 1px solid #E5E7EB;
    background-color: #F3F2EE;
}

.asset-footer input {
    border: 1px solid #E5E7EB;
    background: #F3F2EE;
}

.asset-footer label.form-label {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #044229;
    margin-bottom: 8px;
}

.asset-footer .btn.add-asset-btn {
    border-radius: 16px;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    background: #C9A957;
    color: white;
    box-shadow: 0px 4px 6px 0px #0000001A;
    box-shadow: 0px 2px 4px 0px #0000001A;
}

.asset-footer .btn.cancel-asset-btn {
    border-radius: 16px;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #044229;
}

.footer-actions-btns {
    justify-content: end;
}

    .footer-actions-btns .btn {
        height: 48px;
        width: 145px;
    }

p.ratio {
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    background: #D4AF371A;
    border: 1px solid #E5E7EB;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    padding: 5px 10px;
}

.Islamic-Inheritance-Suggestion {
    background: #F5EFE6CC;
    padding: 17px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    margin-bottom: 30px;
}

    .Islamic-Inheritance-Suggestion h3 {
        font-weight: 500;
        font-style: Medium;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 14px;
        letter-spacing: 0%;
        color: #3E2723;
    }

    .Islamic-Inheritance-Suggestion p {
        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 16px;
        letter-spacing: 0%;
        color: #3E2723CC;
    }

    .Islamic-Inheritance-Suggestion button {
        font-weight: 500;
        font-style: Medium;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        background-color: transparent;
        border: none;
        color: #004926;
    }

.d-flex.Islamic-container {
    align-items: baseline;
    gap: 12px;
}

.contact-info {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #044229;
    margin-top: 24px;
}

.shares-toggle {
    display: inline-block;
    position: relative;
    cursor: pointer;
    user-select: none;
    line-height: 0;
}

/* Hide native checkbox */
.shares-toggle-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Track */
.shares-toggle-track {
    display: inline-block;
    width: 56px;
    height: 32px;
    background: #f2e9cc;
    /* beige */
    border-radius: 999px;
    position: relative;
    transition: background 0.2s ease;
}

/* Thumb */
.shares-toggle-thumb {
    position: absolute;
    top: 50%;
    left: 2px;
    /* off position */
    width: 30px;
    height: 30px;
    background: #004926;
    /* dark green */
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    transition: left 0.22s ease;
}

/* Checked state */
.shares-toggle-input:checked + .shares-toggle-track .shares-toggle-thumb {
    left: 24px;
}

.guard-desc {
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3E2723;
    margin-bottom: 5px;
}

button.decision-button.decision-button-filled-beige {
    background: #D4AF371A;
    border: 1px solid #E5E7EB;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    height: 34px;
    border-radius: 8px;
}

button.decision-button.edit-decision-button-outline {
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    height: 34px;
    border: 1px solid #E5E7EB;
    background-color: transparent;
    border-radius: 8px;
}

.Guardianship-form .form-control:disabled {
    background-color: #f8f9fa;
    opacity: 1;
    border: navajowhite;
    padding-inline: 0;
}

.backup-card {
    border: 1px solid #A1887F1A;
    border-radius: 12px;
}

p.backup-question-text.mb-4 {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3E2723;
}

button.decision-button.decision-button-filled-green.w-100 {
    background: #004926;
    color: white;
    height: 46px;
    border-radius: 8px;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 8px;
}

button.decision-button.decision-button-outline.w-100 {
    height: 46px;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    background-color: transparent;
}

/*  asset  footer */
/* Wrapper sizing */
.initializing-wrapper {
    max-width: 620px;
    margin: 0 auto;
}

/* Circle with ring */
.initializing-circle {
    width: 164px;
    height: 164px;
    border-radius: 50%;
    border: 2px solid #0B5B34;
    /* dark green ring */
}

.initializing-circle-icon {
    width: 72px;
    height: 72px;
}

/* Title */
.initializing-title {
    color: #0B5B34;
    font-weight: 700;
    letter-spacing: .2px;
}

/* Progress bar */
.initializing-progress {
    height: 12px;
    background: #E9ECEF;
    /* light grey track */
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}

.initializing-progress-fill {
    height: 100%;
    background: #C7A056;
    /* golden fill */
    border-radius: 999px;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.08);
}

.initializing-progress-label {
    color: #6B6F73;
    font-weight: 600;
    font-size: 14px;
}

/* Tip card */
.initializing-tip-card {
    background: #FFFFFF;
    border: 1px solid #F0E6DB;
    /* soft warm border */
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 1px 0 rgba(16, 24, 40, 0.03);
}

.initializing-tip-icon-wrap {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.initializing-tip-title {
    color: #2D1F1A;
    /* deep brown */
    font-weight: 700;
}

.initializing-tip-text {
    color: #6B6F73;
    margin-top: 4px;
    line-height: 1.55;
}

/* Small screens */
@media (max-width:576px) {
    .initializing-circle {
        width: 136px;
        height: 136px;
    }

    .initializing-circle-icon {
        width: 64px;
        height: 64px;
    }
}

/* unlock */
h4.plan-title.mb-1 {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #0A472E;
}

p.plan-desc.mb-3 {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6B7280;
}

button.btn.plan-btn {
    height: 48px;
    border-radius: 8px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

    button.btn.plan-btn.plan-btn--gold {
        background: #CAA855;
        border: 1px solid #E5E7EB;
        color: #0A472E;
        padding-inline: 25px;
    }

    button.btn.plan-btn.plan-btn--green {
        background: #0A472E;
        color: white;
        height: 48px;
        border-radius: 8px;
        width: 175px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

article {
    box-shadow: 0px 4px 12px 0px #0000000D;
    border: 1px solid #E5E7EB;
    height: 222px;
    display: flex;
    align-items: center;
    padding: 34px;
    border-radius: 16px;
    margin-bottom: 24px;
    transition: border 0.1s ease
}

    article:hover {
        border: 2px solid #CAA855 !important;
    }

span.plan-badge {
    background: #CAA855;
    border: 1px solid #E5E7EB;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    height: 24px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 99px;
}

.donation-container {
}

.donation-hero {
    position: relative;
    min-height: 224px;
    border-radius: 18px;
    padding: 24px 28px;
    background: center/cover no-repeat url('../images/unlock.svg');
    border: 1px solid #E5E7EB;
    overflow: hidden;
}

    .donation-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #00000080;
        border-radius: inherit;
        z-index: 1;
    }

    .donation-hero > * {
        position: relative;
        z-index: 2;
    }

.donation-hero-title {
    color: #fff;
    font-weight: 800;
    letter-spacing: .2px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .25);
    margin: 0;
}

.donation-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(16, 24, 40, .05);
    transition: border .25s ease, box-shadow .25s ease;
    box-shadow: 0px 4px 12px 0px #0000000D;
}

.donation-card-title {
    color: #0B5B34;
    font-weight: 800;
    font-size: 22px;
}

.donation-card-text {
    color: #6B6F73;
    line-height: 1.6;
    margin: 0;
}

.donation-image-media {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}

.donation-btn-green,
.donation-btn-green:hover {
    background: #0B5B34 !important;
    color: #fff;
    border: 1px solid #0B5B34;
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 700;
}

.donation-btn-gold,
.donation-btn-gold:hover {
    background: #D4AF37 !important;
    color: #1F1B17;
    border: 1px solid #D4AF37;
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 700;
}

.donation-btn-pill,
.donation-btn-pill:hover {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    height: 48px;
    border: none;
    background: #FFFBF0;
}

.donation-amount-btn,
.donation-amount-btn:hover {
    background: #fff;
    color: #1F1B17;
    border: 2px solid #E8DDD3;
    border-radius: 10px;
    padding: 10px 0;
    font-weight: 800;
}

.donation-amount-selected {
    background: #D4AF37;
    border-color: #D4AF37;
}

@media (max-width:576px) {
    .donation-hero {
        min-height: 120px;
    }

    .donation-image-media {
        height: 180px;
    }

    .donation-card-title {
        font-size: 20px;
    }

    article {
        height: unset;
    }
}

.backup-guardian-modal .modal-content {
    border-radius: 16px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
    border: none;
    padding: 24px;
    background: #fff;
    position: relative;
}

.backup-guardian-modal .modal-dialog {
    border-radius: 18px;
    box-shadow: 0 0 0 3px #0077FF;
}

.backup-guardian-modal .form-control {
    border-radius: 12px;
    background: #F5F5F0;
    border: none;
    padding: 10px 14px;
    font-size: 15px;
    color: #333;
}

    .backup-guardian-modal .form-control::placeholder {
        color: #999;
    }

.backup-guardian-modal .decision-button {
    border-radius: 12px;
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    transition: all 0.2s ease-in-out;
}

.backup-guardian-modal .decision-button-filled-green {
    background-color: #004926;
    color: #fff;
}

    .backup-guardian-modal .decision-button-filled-green:hover {
        background-color: #006b36;
    }

.backup-guardian-modal .decision-button-outline {
    background: transparent;
    color: #004926;
}

    .backup-guardian-modal .decision-button-outline:hover {
        background: #eaf4e9;
    }

.backup-guardian-modal .modal-dialog {
    outline: none !important;
    box-shadow: none !important;
}

/* waqf*/
/* wrapper */
.waqf-builder {
}

/* hero */
.waqf-hero {
    min-height: 180px;
    border-radius: 18px;
    padding: 24px 28px;
    background: center/cover no-repeat url('../images/waqf.svg');
    position: relative;
    overflow: hidden;
}

    .waqf-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #00000066;
    }

.waqf-hero-content {
    position: relative;
    z-index: 1;
}

.waqf-hero-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.waqf-hero-subtitle {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: white;
}

.waqf-hero-span {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #CAA855;
}

/* card shells */
.waqf-card-shell {
    background: #ffffff;
    border: 1px solid #F1E8DB;
    border-radius: 16px;
    box-shadow: 0 1px 0 rgba(16, 24, 40, .03);
}

.waqf-section-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0A472E;
}

/* cause list */
.waqf-cause-item {
    background: #ffffff;
    border: 1px solid #E8DDD3;
    border-radius: 12px;
    padding: 12px 14px;
    text-align: left;
    transition: border .2s ease, background .2s ease;
    color: #0B5B34;
}

    .waqf-cause-item:hover {
        background: #FBF7F1;
    }

.waqf-cause-selected {
    background: #F7F1E4;
    border-color: #D9C08D;
}

.waqf-cause-icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.waqf-cause-svg {
    width: 20px;
    height: 20px;
}

.waqf-cause-name {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0A472E;
}

/* amounts */
.waqf-amount-button {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #0A472E;
    border: 2px solid #E5E7EB;
    height: 52px;
    background-color: transparent;
    border-radius: 8px;
    width: 97px;
}

.waqf-amount-selected {
    background: #D4AF37;
    border-color: #D4AF37;
}

.waqf-custom-hint {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6B7280;
}

.waqf-impact-text {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6B7280;
}

    .waqf-impact-text strong {
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
        color: #0A472E;
    }

.waqf-custom-input {
    height: 46px;
    border-radius: 12px;
    /* background: #F3EFE7; */
    border: 1px solid #E8DDD3;
}

/* impact */
.waqf-impact-box {
    background: #0A472E0D;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
}

.waqf-impact-title {
    color: #0B5B34;
    font-weight: 800;
}

.waqf-impact-text {
    color: #2D2A26;
}

/* confirm button */
.waqf-confirm-button,
.waqf-confirm-button:hover,
.waqf-confirm-button:focus,
.waqf-confirm-button:active,
.waqf-confirm-button:focus-visible {
    background: #0B5B34 !important;
    color: #fff !important;
    border: 1px solid #0B5B34 !important;
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 700;
}

    .waqf-confirm-button:hover {
        filter: brightness(1.05);
    }

/* stories */
.waqf-stories-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0A472E;
}

.waqf-story-card {
    background: #fff;
    border: 1px solid #F1E8DB;
    border-radius: 12px;
}

.waqf-story-image {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.waqf-story-caption {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #0A472E;
}

/* responsive */
@media (max-width:576px) {
    .waqf-hero {
        min-height: 160px;
    }

    .waqf-story-image {
        height: 150px;
    }
}

/* waqf*/
/* unlock */
/* heirs info */
.contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid black;
    padding-top: 15px;
    border-top: 1px solid #A1887F1A;
}

span.contact-main {
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 12px;
    letter-spacing: 0%;
    color: #3E2723B2;
    margin-inline: 4px;
}

span.contact-sub {
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 12px;
    letter-spacing: 0%;
    color: #3E2723;
}

button.add-contact-info {
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    border: none;
    background-color: transparent;
}

/* heirs info */
/* donation */
/* Page heading */
.addonation-page-title {
    color: #0B5B34;
    font-weight: 800;
}

.addonation-page-subtitle {
    color: #6B6F73;
}

/* Outer cards */
.addonation-builder-card {
    background: #fff;
    border: 1px solid #F1E9DC;
    border-radius: 16px;
    box-shadow: 0 1px 0 rgba(16, 24, 40, .03);
}

.addonation-impact-card {
    background: #0A472E0D;
    border: 1px solid #0A472E33;
    border-radius: 16px;
    padding: 33px;
}

.addonation-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.addonation-hero-overlay {
    position: absolute;
    inset: 0;
    background: #00000050;
}

.addonation-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 16px;
}

.addonation-hero-title {
    text-shadow: 0 2px 8px rgba(0, 0, 0, .25);
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 36px;
}

.addonation-hero-stats .addonation-hero-stat-number {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
}

.create-donation-container {
    margin-top: 25px;
    padding: 32px;
    box-shadow: 0px 4px 12px 0px #0000000D;
    margin-bottom: 27px;
    border-radius: 16px;
}

.addonation-hero-stats .addonation-hero-stat-label {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
}

.choices__inner {
    border: 1px solid #E8DDD3 !important;
    border-radius: 12px !important;
    background: #F5F1E7 !important;
    box-shadow: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none !important;
}

.choices select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none !important;
}

/* remove Choices.js default arrow */
.choices[data-type*="select-one"]::after {
    display: none !important;
    content: none !important;
}

.addonation-input {
    height: 48px;
    border-radius: 12px;
    background: #F5F1E7;
    border: 1px solid #E8DDD3;
    padding-right: 44px;
}

/* Section title & labels */
.addonation-section-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #0A472E;
    margin-bottom: 28.2px;
}

.addonation-label {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6B7280;
}

/* Select */
.addonation-select {
    height: 48px;
    border-radius: 12px;
    background: #F5F1E7;
    border: 1px solid #E8DDD3;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 44px;
}

.addonation-select-caret {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: linear-gradient(45deg, transparent 50%, #0B5B34 50%) bottom left/50% 50% no-repeat, linear-gradient(-45deg, transparent 50%, #0B5B34 50%) bottom right/50% 50% no-repeat;
    pointer-events: none;
}

/* Pills */
.addonation-pill-btnm,
.addonation-pill-btnm:hover,
.addonation-pill-btnm:active,
.addonation-pill-btnm:focus,
.addonation-pill-btnm:focus-visible {
    background: #F5F1E7;
    border: 1px solid #E8DDD3;
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 700;
    color: #0B5B34 !important;
}

.addonation-pill-selected {
    background: #0B5B34 !important;
    color: #fff !important;
    border-color: #0B5B34;
}

/* Inputs */
.addonation-input {
    height: 48px;
    border-radius: 12px;
    background: #F5F1E7;
    border: 1px solid #E8DDD3;
    padding-right: 44px;
}

.addonation-input-suffix {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #8F8A84;
    font-weight: 700;
}

.addonation-helper-text {
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    margin-bottom: 33px;
    color: #6B7280;
}

.Estate-row {
    border: 1px solid #E5E7EB;
    background: #FFFBF0;
    border-radius: 8px;
    height: 46px;
    margin-top: 0;
}

    .Estate-row .btn {
        height: 36px;
    }

/* Buttons */
.addonation-primary-btn,
.addonation-primary-btn:hover,
.addonation-primary-btn:active,
.addonation-primary-btn:focus,
.addonation-primary-btn:focus-visible {
    background: #0B5B34 !important;
    color: #fff !important;
    border: 1px solid #0B5B34 !important;
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 700;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    height: 48px;
}

.addonation-primary-btn {
    background: #0B5B34;
    color: #fff;
    border: 1px solid #0B5B34;
}

    .addonation-primary-btn:hover {
        filter: brightness(1.05);
    }

.addonation-secondary-btn {
    background: #D4AF37 !important;
    color: #0A472E !important;
    border: 1px solid #D4AF37 !important;
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    height: 48px;
}

    .addonation-secondary-btn:hover {
        filter: brightness(1.03);
    }

/* Impact section */
.addonation-impact-title {
    color: #0B5B34;
    font-weight: 800;
}

.addonation-impact-lead {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6B7280;
    margin-bottom: 14px;
}

.addonation-info-box {
    background: white;
    border: 1px solid white;
    border-radius: 12px;
    padding: 24px;
}

.addonation-info-icon {
    font-size: 20px;
    line-height: 1;
}

.addonation-info-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #0A472E;
}

.addonation-info-text {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #6B7280;
}

.addonation-hero {
    position: relative;
    height: 160px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 32px;
}

.addonation-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    /* image at bottom */
}

.addonation-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 2;
    /* gradient above image */
}

.addonation-hero-content {
    position: relative;
    z-index: 3;
    /* text above gradient */
    color: #fff;
    padding: 16px;
}

/* Responsive */
@media (max-width:576px) {
    .addonation-hero {
        height: 200px;
    }
}

/* donation */
/* Footer */
.Footer-page {
    padding: 100px 5% 10px;
    position: relative;
    background-image: url(../images/Footer.svg);
    background-repeat: repeat;
    background-size: cover;
    padding-top: 279px;
    background-position: top;
    background-color: #d9e4df;
}

.add-new-asset.text-center {
    border: 1px dashed #A1887F4D;
    padding: 14px;
    margin-bottom: 55px;
}

.Footer-page h3.muslimwill-footer-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 26px;
    width: 100%;
}

.Footer-page form.muslimwill-footer-form.muslimwill-newsletter-form {
    width: 100%;
}

.Footer-page a.muslimwill-footer-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #D1D5DB;
    text-decoration: none;
}

.Footer-page ul.muslimwill-footer-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
}

.Footer-page p.muslimwill-footer-text.muslimwill-footer-address-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #D1D5DB;
}

.Footer-page input {
    width: 394.65625px;
    height: 42px;
    border-radius: 39px;
    border: 1px solid #374151;
    background: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ADAEBC;
    padding-inline: 16px;
    margin-bottom: 12px;
}

.Footer-page button.muslimwill-form-submit.muslimwill-newsletter-submit {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    width: 394.65625px;
    height: 40px;
    border-radius: 39px;
    background: #D4AF37;
    border: 1px solid #d4af37;
}

.Footer-page p.copy-rights-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #D1D5DB;
}

.Footer-page .copy-rights-container {
    margin-top: 40px;
}

.Footer-page .text-container.muslimwill-footer-text-container.muslimwill-footer-newsletter-container {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-end;
    padding-inline: 25%;
    padding-top: 20px;
}

/* subscription-page */
/* ==============================
   CHECKOUT PAGE SCOPED STYLES
   ============================== */
.subscription-page .border-bottom-light {
    border-bottom: 1px solid #E9E6DF;
}

/* ONE-TIME PAYMENT */
.subscription-page .otp-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0%;
    color: #0A472E;
}

.subscription-page .otp-subtitle {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6B7280;
    margin-bottom: 24px;
}

.subscription-page .otp-card {
    background: #fff;
    border: 1px solid #F1E9DC;
    border-radius: 16px;
}

.subscription-page .otp-section-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0A472E;
}

.subscription-page .bg-light-muted {
    background: #F3F4F6;
}

.subscription-page .otp-summary {
    border: 1px solid #E5E7EB;
    padding: 24px;
}

.subscription-page .otp-line-label {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #6B7280;
}

.subscription-page .otp-line-value {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #0A472E;
}

.subscription-page .otp-total-label {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #0A472E;
}

.subscription-page .otp-total-value {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #0A472E;
}

span.otp-method-text {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #0A472E;
}

.subscription-page .otp-method {
    background: #fff;
    border: 2px solid #E8DDD3;
    border-radius: 12px;
    cursor: pointer;
    transition: border .2s ease, background .2s ease;
}

.subscription-page input::placeholder {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px !important;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    color: #6B7280 !important;
}

.sub-summary-card .fw-bold {
    font-weight: 500 !important;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #0A472E;
}

.sub-summary-card .text {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #6B7280;
}

.total-text {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #0A472E;
}

.subscription-page .otp-method:hover {
    background: #FBF7F1;
}

.subscription-page .option-selected {
    border-color: #C9A756;
    box-shadow: 0 0 0 2px rgba(201, 167, 86, .15) inset;
}

.subscription-page .option-disabled {
    opacity: .6;
    cursor: not-allowed;
}

/* .subscription-page .otp-method-icon {
    width: 28px;
    height: 18px;
    border-radius: 3px;
    background: #0B5B34;
    display: inline-block;
} */
/* .subscription-page .cc-icon {
    background: linear-gradient(90deg, #0B5B34 65%, #083B23 100%);
}
.subscription-page .pp-icon {
    background: #BFC7C4;
} */
.subscription-page .otp-radio {
    width: 18px;
    height: 18px;
    border: 2px solid #C9A756;
    border-radius: 50%;
    position: relative;
}

.subscription-page .option-selected .otp-radio::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: #C9A756;
    border-radius: 50%;
}

/* .subscription-page .otp-coming-soon {
    color: #A7AAA7;
    font-weight: 600;
} */
.subscription-page .otp-primary-btn {
    background: #0A472E !important;
    color: #fff !important;
    border: 1px solid #0B5B34;
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 700;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 32px;
}

    .subscription-page .otp-primary-btn:hover {
        filter: brightness(1.05);
    }

.subscription-page .otp-secure-note {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #6B7280;
    gap: 6px;
}

.checkout-layout {
    background: white !important;
}

/* .subscription-page .otp-lock {
    width: 14px;
    height: 14px;
    border: 2px solid #8A8F8D;
    border-radius: 2px;
    display: inline-block;
} */
/* Benefits card */
.subscription-page .otp-benefits-card {
    background: #fff;
    border: 1px solid #F1E9DC;
    border-radius: 16px;
}

/* .subscription-page .otp-bullet {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #D4AF37;
    display: inline-block;
    margin-top: 4px;
} */
/* SUBSCRIPTION */
.subscription-page .sub-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0%;
    color: #0A472E;
}

.subscription-page .sub-subtitle {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6B7280;
    margin-bottom: 20.88px;
}

.subscription-page .sub-card {
    background: #fff;
    border: 1px solid #EFE8DD;
    border-radius: 16px;
}

.subscription-page .sub-section-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #0A472E;
}

.subscription-page .sub-label {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6B7280;
}

.subscription-page .sub-input {
    height: 50px;
    border-radius: 8px;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    box-shadow: none;
}

    .subscription-page .sub-input:focus {
        border-color: #C9A756;
        outline: none;
    }

.subscription-page .sub-input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* width: 18px;
    height: 18px; */
    opacity: .55;
}

    .subscription-page .sub-input-icon.cardnum {
        left: 14px;
        /* background: #0B5B34;
    border-radius: 3px; */
    }

    .subscription-page .sub-input-icon.info {
        right: 14px;
        /* background: #B5BBB6;
    border-radius: 50%; */
    }

.subscription-page .sub-summary-card {
    background: #fff;
    border: 1px solid #EFE8DD;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(16, 24, 40, .06);
}

.subscription-page .sub-primary-btn {
    background: #CAA855 !important;
    color: #1F1B17;
    border: 1px solid #CAA855;
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #0A472E !important;
}

    .subscription-page .sub-primary-btn:hover {
        filter: brightness(1.03);
    }

.subscription-page .sub-secure-note small {
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    color: #6B7280;
}

.subscription-page .list-unstyled li {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
}

.subscription-page .sub-lock {
    width: 14px;
    height: 14px;
    /* border: 2px solid #7B807E;
    border-radius: 2px; */
    display: inline-block;
}

/* Responsive tweaks */
@media (max-width:576px) {
    .subscription-page .otp-summary {
        padding: 12px;
    }
}

/* subscription-page */
/* Responsive Breakpoints */
@media (max-width: 1399.98px) {
    .Footer-page {
        padding: 40px 5%;
        padding-top: 350px;
    }

        .Footer-page h3.muslimwill-footer-heading {
            font-size: 16px;
            margin-bottom: 20px;
        }

        .Footer-page a.muslimwill-footer-link,
        .Footer-page p.muslimwill-footer-text.muslimwill-footer-address-text {
            font-size: 14px;
            line-height: 18px;
        }

        .Footer-page input,
        .Footer-page button.muslimwill-form-submit.muslimwill-newsletter-submit {
            width: 100%;
        }

        .Footer-page p.copy-rights-text {
            font-size: 12px;
        }

        .Footer-page .text-container.muslimwill-footer-text-container.muslimwill-footer-newsletter-container {
            padding-inline: 16px;
        }
}

@media (max-width: 1199.98px) {
    .Footer-page {
        padding: 40px 5%;
        padding-top: 350px;
    }

        .Footer-page h3.muslimwill-footer-heading {
            font-size: 16px;
            margin-bottom: 20px;
        }

        .Footer-page a.muslimwill-footer-link,
        .Footer-page p.muslimwill-footer-text.muslimwill-footer-address-text {
            font-size: 14px;
            line-height: 18px;
        }

        .Footer-page input,
        .Footer-page button.muslimwill-form-submit.muslimwill-newsletter-submit {
            width: 100%;
        }

        .Footer-page p.copy-rights-text {
            font-size: 12px;
        }

        .Footer-page .text-container.muslimwill-footer-text-container.muslimwill-footer-newsletter-container {
            padding-inline: 16px;
        }
}

@media (max-width: 991.98px) {
    .Footer-page {
        padding: 40px 5%;
        padding-top: 350px;
    }

        .Footer-page h3.muslimwill-footer-heading {
            font-size: 16px;
            margin-bottom: 20px;
        }

        .Footer-page a.muslimwill-footer-link,
        .Footer-page p.muslimwill-footer-text.muslimwill-footer-address-text {
            font-size: 14px;
            line-height: 18px;
        }

        .Footer-page input,
        .Footer-page button.muslimwill-form-submit.muslimwill-newsletter-submit {
            width: 100%;
        }

        .Footer-page p.copy-rights-text {
            font-size: 12px;
        }

        .Footer-page .text-container.muslimwill-footer-text-container.muslimwill-footer-newsletter-container {
            padding-inline: 16px;
        }

    .leave-btns .btn,
    .Estate-row .btn {
        font-size: 12px;
        font-weight: normal;
        padding-inline: 5px;
    }
}

@media (max-width: 767.98px) {
    .Footer-page {
        padding: 40px 5%;
        padding-top: 350px;
    }

        .Footer-page h3.muslimwill-footer-heading {
            font-size: 16px;
            margin-bottom: 20px;
        }

        .Footer-page a.muslimwill-footer-link,
        .Footer-page p.muslimwill-footer-text.muslimwill-footer-address-text {
            font-size: 14px;
            line-height: 18px;
        }

        .Footer-page input,
        .Footer-page button.muslimwill-form-submit.muslimwill-newsletter-submit {
            width: 100%;
        }

        .Footer-page p.copy-rights-text {
            font-size: 12px;
        }

        .Footer-page .text-container.muslimwill-footer-text-container.muslimwill-footer-newsletter-container {
            padding-inline: 16px;
        }
}

@media (max-width: 575.98px) {
    .Footer-page {
        padding: 40px 5%;
        padding-top: 350px;
    }

        .Footer-page h3.muslimwill-footer-heading {
            font-size: 16px;
            margin-bottom: 20px;
        }

        .Footer-page a.muslimwill-footer-link,
        .Footer-page p.muslimwill-footer-text.muslimwill-footer-address-text {
            font-size: 14px;
            line-height: 18px;
        }

        .Footer-page input,
        .Footer-page button.muslimwill-form-submit.muslimwill-newsletter-submit {
            width: 100%;
        }

        .Footer-page p.copy-rights-text {
            font-size: 12px;
        }

        .Footer-page .text-container.muslimwill-footer-text-container.muslimwill-footer-newsletter-container {
            padding-inline: 16px;
        }
}

button.apple-store-btn,
button.google-store-btn {
    border: none;
    background: none;
    box-shadow: none;
}

.col-md-6.looking-left,
.col-md-6.looking-right {
    background-color: #eaf4e9;
}

/* Layout */
.signup-page .signup-layout {
    min-height: 78vh;
}

.signup-page .signup-form-col {
    background: #fff;
}

.signup-page .signup-form-card {
    padding: 48px 56px;
    position: relative;
    width: 100%;
}

/* Title & tab */
.signup-page .signup-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 48px;
}

.signup-page .signup-tab-underline {
    width: 80px;
    height: 3px;
    background: black;
    border-radius: 999px;
}

.signup-page .signup-tab-label {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    color: #004926;
}

.signup-tab.d-flex.align-items-center.gap-3 {
    margin-bottom: 48px;
}

/* Social */
.signup-page .signup-social-btn {
    background: #fff;
    border-radius: 10px;
    padding: 13px 14px;
    display: flex;
    align-items: baseline;
    gap: 15px;
    font-weight: 600;
    color: #2F3431;
    border: 1px solid #E8E8E8;
    height: 48px;
    /*  */
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    justify-content: center;
}

    .signup-page .signup-social-btn:hover {
        background: #F7F7F3;
    }

.signup-page .signup-social-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 3px;
}

/* .signup-page .signup-social-icon.google {
    background: conic-gradient(#4285F4 0 25%, #34A853 0 50%, #FBBC05 0 75%, #EA4335 0 100%);
}
.signup-page .signup-social-icon.facebook {
    background: #1877F2;
} */
/* Divider */
.signup-page .signup-divider {
    text-align: center;
    color: #2F3431;
    font-weight: 700;
    margin: 32px auto;
}

/* Form */
.signup-page .signup-label {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 23px;
}

.signup-page .signup-input {
    height: 48px;
    border-radius: 12px;
    background: #F4F7F5;
    border: 1px solid #E2E7E4;
    box-shadow: none;
    margin-bottom: 8px;
}

    .signup-page .signup-input:focus {
        border-color: #C9A756;
        outline: none;
    }

/* Password eye */
.signup-page .signup-eye-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 6px;
    background: radial-gradient(circle at 50% 50%, #9AA3A0 45%, transparent 46%) no-repeat 50%/8px 8px, linear-gradient(#9AA3A0, #9AA3A0) no-repeat 50% 60%/14px 2px, linear-gradient(transparent 48%, #9AA3A055 49% 51%, transparent 52%) no-repeat 50%/100% 100%;
    opacity: .85;
}

/* Checkbox */
.signup-page .signup-check-input {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    margin-inline-end: 20px;
}

.signup-page .signup-check-label {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #000000;
}

/* Primary button */
.signup-page .signup-primary-btn {
    color: #fff;
    border: 1px solid #115127;
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 700;
    background: #115127 !important;
    color: white !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0.15px;
    vertical-align: middle;
}

    .signup-page .signup-primary-btn:hover {
        filter: brightness(1.05);
    }

/* Login hint */
.signup-page .signup-login-hint {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    color: #000000;
}

.signup-page .signup-login-link {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    color: #D4AF37;
}

    .signup-page .signup-login-link:hover {
        text-decoration: underline;
    }

/* Right image */
.signup-page .signup-image-col {
    position: relative;
}

.signup-page .signup-image-wrap {
    position: relative;
    height: 100%;
    min-height: 560px;
}

.signup-page .signup-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Forgot-Password {
    /* font-family: Inter; */
    font-weight: 500;
    font-style: 14px;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 32px;
    color: #E8443F;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .signup-page .signup-image-wrap {
        min-height: 500px;
    }
}

@media (max-width: 575.98px) {
    .signup-page .signup-form-card {
        padding: 36px 20px;
    }

    .signup-page .signup-title {
        font-size: 36px;
    }
}

.signup-page .signup-eye-btn {
    position: absolute;
    right: 20px;
    top: 68%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8A8F8D;
    cursor: pointer;
}

    .signup-page .signup-eye-btn:hover {
        color: #0B5B34;
    }

/* Card shell */
/* subscription */
.subscription-page .subscription-title {
    color: #0B5B34;
    font-weight: 800;
}

.subscription-page .subscription-subtitle {
    color: #6B6F73;
    margin-bottom: 88px;
}

.subscription-page .subscription-popular-chip {
    align-self: center;
    margin-top: -14px;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    border-radius: 4px;
    padding: 4px 12px;
    height: 28px;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 22.16px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #115127;
}

/* Header */
.subscription-page .subscription-card-header {
    text-align: center;
}

.subscription-page .subscription-plan-badge {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 27.7px;
    letter-spacing: 1%;
    text-align: center;
    height: 39px;
    border-radius: 6px;
    background: #F1F1F1;
    color: #115127;
    padding: 6px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 15px;
}

.subscription-page .subscription-card-popular .subscription-plan-badge {
    background: #fff;
    color: #1f1b17;
}

.subscription-page .subscription-plan-desc {
    font-weight: 300;
    font-style: Light;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #115127;
}

/* Price */
.subscription-page .subscription-price-wrap {
    text-align: center;
    padding: 28px 16px;
    border-top: 1px solid #115127;
    border-bottom: 1px solid #115127;
    margin: 12px 0 16px;
    width: 100%;
}

.subscription-card.subscription-card-popular .subscription-price-wrap {
    text-align: center;
    padding: 28px 16px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin: 12px 0 16px;
    width: 100%;
}

.subscription-page .subscription-price {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 66.47px;
    leading-trim: NONE;
    line-height: 73.12px;
    letter-spacing: -0.46px;
    color: #115127;
}

/* .subscription-page .subscription-card-popular .subscription-price {
    color: #fff;
} */
.subscription-page .subscription-price-note {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #115127;
}

/* Features */
.subscription-page .subscription-features {
    display: grid;
    gap: 10px;
    width: 100%;
}

.subscription-page .subscription-feature.success::before {
    background: #0B5B34;
    box-shadow: none;
}

.subscription-page .subscription-feature.error::before {
    background: #B63A3A;
    box-shadow: none;
}

/* CTA */
.subscription-page .subscription-cta-btn {
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 22.16px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF !important;
    background: #115127 !important;
    border-radius: 4px;
    width: 80% !important;
}

.subscription-page .subscription-card {
    background: #fff;
    border: 2.77px solid #115127;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(16, 24, 40, .06);
    padding: 47.5px 25px;
    transition: border .25s ease, box-shadow .25s ease, transform .15s ease;
    height: 788px !important;
    overflow-y: auto;
}

.subscription-card.subscription-card-popular.h-100.d-flex.flex-column {
    background: #DDBA47;
    border: none;
    color: white;
    margin-top: -64px;
    height: 837px !important;
    overflow-y: auto;
}

.buy-container {
    margin-top: 28px;
    text-align: center;
}

.subscription-page .subscription-card-popular .subscription-cta-btn-dark {
    background: #0B5B34;
    color: #fff;
    border: 1px solid #0B5B34;
}

.subscription-page .subscription-cta-btn:hover {
    filter: brightness(1.05);
}

.subscription-card-popular .subscription-plan-desc {
    color: white;
}

.subscription-card-popular .subscription-price,
.subscription-card-popular .subscription-price-note {
    color: white;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .subscription-page .subscription-price {
        font-size: 60px;
        line-height: 1.1;
    }

    .subscription-page .subscription-card {
        padding: 22px 14px;
        height: 100% !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 1199.98px) {
    .subscription-page .subscription-card {
        padding: 40px 22px;
    }

    .subscription-page .subscription-price {
        font-size: 52px;
    }

    .subscription-page .subscription-subtitle {
        margin-bottom: 64px;
    }

    .subscription-page .subscription-card {
        padding: 22px 14px;
        height: 100% !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .subscription-page .subscription-card {
        padding: 36px 20px;
    }

    .subscription-page .subscription-plan-badge {
        height: 34px;
        padding: 4px 12px;
    }

    .subscription-page .subscription-price-wrap {
        padding: 22px 14px;
    }

    .subscription-page .subscription-price {
        font-size: 46px;
    }

    .subscription-page .subscription-price-note {
        font-size: 14px;
    }

    .subscription-page .subscription-features {
        gap: 8px;
    }

    .subscription-page .subscription-cta-btn {
        width: 100% !important;
    }

    .subscription-page .subscription-card {
        padding: 22px 14px;
        height: 100% !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .subscription-page .subscription-title {
        font-size: 28px;
    }

    .subscription-page .subscription-subtitle {
        margin-bottom: 32px;
    }

    .subscription-page .subscription-card {
        padding: 28px 18px;
    }

    .subscription-page .subscription-popular-chip {
        top: -10px;
    }

    .subscription-page .subscription-plan-badge {
        font-size: 14px;
        height: 32px;
        margin-bottom: 12px;
    }

    .subscription-page .subscription-plan-desc {
        font-size: 14px;
    }

    .subscription-page .subscription-price-wrap {
        padding: 18px 12px;
        margin: 10px 0 14px;
    }

    .subscription-page .subscription-price {
        font-size: 40px;
        line-height: 1.1;
    }

    .subscription-page .subscription-price-note {
        font-size: 13px;
    }

    .subscription-page .subscription-features {
        gap: 6px;
    }

    .subscription-page .subscription-card {
        padding: 22px 14px;
        height: auto !important;
        margin-top: 0 !important;
    }

    .footer-social-icons {
        margin-bottom: 42px;
    }
}

@media (max-width: 575.98px) {
    .subscription-page .subscription-card {
        padding: 22px 14px;
        height: 100% !important;
        margin-top: 0 !important;
    }

    .subscription-card.subscription-card-popular.h-100.d-flex.flex-column {
        padding: 40px 14px 22px 14px;
    }

    .subscription-page .subscription-price {
        font-size: 36px;
    }

    .subscription-page .subscription-price-wrap {
        padding: 14px 10px;
    }

    .subscription-page .subscription-plan-badge {
        font-size: 13px;
        height: 30px;
    }

    .subscription-page .subscription-cta-btn {
        font-size: 14px;
        border-radius: 6px;
    }
}

.subscribtionCheckout-page .border-bottom-light {
    border-bottom: 1px solid #E9E6DF;
}

.subscribtionCheckout-page .subco-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0%;
    color: #0A472E;
}

.subscribtionCheckout-page .subco-subtitle {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6B7280;
    margin-bottom: 32px;
}

.subscribtionCheckout-page .subco-card,
.subscribtionCheckout-page .subco-summary-card {
    background: #fff;
    border: 1px solid #EFE8DD;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(16, 24, 40, .06);
}

.subscribtionCheckout-page .subco-section-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #0A472E;
}

.subscribtionCheckout-page .subco-label {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6B7280;
}

.subscribtionCheckout-page .subco-input::placeholder {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ADAEBC;
}

.subscribtionCheckout-page .subco-input {
    height: 50px;
    border-radius: 10px;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    box-shadow: none;
}

    .subscribtionCheckout-page .subco-input:focus {
        border-color: #C9A756;
        outline: none;
    }

.subscribtionCheckout-page .subco-input-icon {
    position: absolute;
    top: 67%;
    transform: translateY(-50%);
    opacity: .6;
}

    .subscribtionCheckout-page .subco-input-icon.cardnum {
        left: 14px;
    }

    .subscribtionCheckout-page .subco-input-icon.info {
        right: 14px;
    }

.subscribtionCheckout-page .subco-primary-btn {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    background: #DDBA47;
    border-radius: 8px;
    height: 57px;
    color: white;
}

    .subscribtionCheckout-page .subco-primary-btn:hover {
        filter: brightness(1.03);
    }

.subscribtionCheckout-page .subco-text {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #6B7280;
}

.subscribtionCheckout-page .fw-bold {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #0A472E;
}

.subscribtionCheckout-page .subco-total {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #0A472E;
}

.subscribtionCheckout-page .subco-secure-note small {
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    color: #6B7280;
}

.subscribtionCheckout-page .subco-lock {
    width: 14px;
    height: 14px;
    display: inline-block;
}

.subscribtionCheckout-page .subco-brands .subco-brand {
    height: 16px;
    width: auto;
    display: inline-block;
    opacity: .85;
}

/* Equal height on desktop */
@media (min-width: 992px) {

    .subscribtionCheckout-page .subco-card,
    .subscribtionCheckout-page .subco-summary-card {
        min-height: 420px;
    }
}

/* Responsive tweaks */
@media (max-width: 991.98px) {

    .subscribtionCheckout-page .subco-card,
    .subscribtionCheckout-page .subco-summary-card {
        border-radius: 14px;
    }
}

@media (max-width: 575.98px) {
    .subscribtionCheckout-page .subco-title {
        font-size: 28px;
    }

    .subscribtionCheckout-page .subco-input {
        height: 46px;
    }
}

/* payment-page */
.payment-page h2.otp-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0%;
    color: #0A472E;
}

.payment-page p.otp-subtitle {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6B7280;
}

.payment-page .otp-summary {
    background: #F3F4F6;
    padding: 24px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
}

.payment-page h5.otp-section-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0A472E;
}

.payment-page ul.list-unstyled.d-grid li {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #6B7280;
    gap: 12px;
}

.payment-page span.otp-line-label {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #6B7280;
}

.payment-page span.otp-line-value {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #0A472E;
}

.payment-page span.otp-total-label.fw-bold {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #0A472E;
}

.payment-page span.otp-total-value.fw-bold {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #0A472E;
}

.payment-page label.otp-method.option-selected.d-flex.align-items-center.justify-content-between.p-3 {
    border: 2px solid #CAA855;
    border-radius: 12px !important;
    margin-bottom: 16px;
}

.payment-page span.otp-coming-soon {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    color: #6B7280;
}

.payment-page span.fw-semibold {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #9CA3AF;
}

.payment-page button.btn.otp-primary-btn.w-100 {
    background: #0A472E;
    border-bottom: 8px;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    height: 60px;
    margin-top: 32px;
    margin-bottom: 16px;
}

.payment-page .otp-secure-note.mt-2 {
    text-align: center;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #6B7280;
}

.payment-page .otp-benefits-card.p-3.p-md-4.h-100 {
    box-shadow: 0px 4px 12px 0px #0000000D;
    /* border: 1px solid #E5E7EB; */
    border-radius: 16px;
}

.payment-page h2.sub-title.mb-1 {
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0%;
    color: #0A472E;
}

.payment-page p.sub-subtitle {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6B7280;
}

.payment-page h5.sub-section-title.mb-3 {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #0A472E;
}

.payment-page label.form-label.sub-label {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6B7280;
}

.payment-page input.form-control {
    position: relative;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    position: relative;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    padding-inline-start: 10px !important;
    padding-inline-end: 30px !important;
}

.payment-page .sub-secure-note.mt-3.d-flex.align-items-start.gap-2 {
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    color: #6B7280;
}

.payment-page button.btn.sub-primary-btn.w-100 {
    background: #CAA855;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    height: 60px;
    color: #0A472E;
    margin: 32px 0 16px 0;
}

.payment-page span.sub-input-icon {
    position: absolute;
    right: 10px;
    top: 18%;
}

.payment-page label.otp-method.option-disabled.d-flex.align-items-center.justify-content-between.p-3 {
    border: 1px solid #E5E7EB;
    border-radius: 12px !important;
}

/* profile */
.profile-page .profile-header {
    border-radius: 16px;
}

.profile-page .profile-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}

    .profile-page .profile-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.profile-page .profile-name {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    color: #111827;
}

.profile-page .profile-email {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #4B5563;
}

.profile-page .verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #E7F4EE;
    padding: 6px 10px;
    border-radius: 999px;
    margin-top: 6px;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #115127;
}

.profile-page .btn-edit-profile {
    background: #0B5B34;
    color: #fff;
    border: 1px solid #0B5B34;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

    .profile-page .btn-edit-profile:hover {
        filter: brightness(1.05);
    }

.profile-page .section-caption {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #111827;
}

.profile-page .pi-icon {
    display: inline-flex;
    /* width: 40px; */
    height: 40px;
    align-items: center;
    justify-content: start;
}

.profile-page .section-edit {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #115127;
}

    .profile-page .section-edit:hover {
        text-decoration: underline;
    }

.profile-page .field-label {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #374151;
    margin-bottom: 7px;
}

.profile-page .field-value {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #111827;
}

.profile-page .tile {
    border-radius: 16px;
}

.profile-page .tile-title {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #111827;
}

.profile-page .tile-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.profile-page .status-card {
    background: #FFFAE8;
    border: 1px solid #F4E9C6;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 8px;
}

.profile-page .status-title {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #111827;
    margin-bottom: 11px;
}

.profile-page .status-sub {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #4B5563;
}

.profile-page .chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.profile-page .chip-warn {
    background: #DDBA4733;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    border: 1px solid #E5E7EB;
    color: #DDBA47;
}

.profile-page .chip-success {
    background: #DDBA47;
    border: 1px solid #E5E7EB;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
}

.profile-page .btn-primary-solid {
    color: #fff !important;
    border-radius: 8px;
    padding: 12px 16px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    background: #115127;
    border: 1px solid #E5E7EB
}

    .profile-page .btn-primary-solid:hover {
        filter: brightness(1.05);
    }

.profile-page .btn-secondary-soft {
    background: #F3F4F6;
    color: #374151;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

    .profile-page .btn-secondary-soft:hover {
        background: #ECEFF1;
    }

@media (max-width: 575.98px) {
    .profile-page .profile-avatar {
        width: 56px;
        height: 56px;
    }

    .profile-page .btn-edit-profile {
        padding: 9px 14px;
    }
}

.profile-page .donation-table th {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #374151;
    border-bottom: 1px solid #E5E7EB;
}

.profile-page .donation-table td {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #111827;
    padding: 12px 8px;
}

.profile-page .donation-action {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #115127;
}

    .profile-page .donation-action:hover {
        text-decoration: underline;
    }

.profile-page .security-title {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #111827;
}

.profile-page .security-sub {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #4B5563;
}

.profile-page .security-action {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #115127;
}

    .profile-page .security-action:hover {
        text-decoration: underline;
    }

.profile-page h2.subco-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0%;
    color: #0A472E;
}

.profile-page p.subco-subtitle {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6B7280;
}

.Renewal-container .field-label {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: #6B7280;
}

.Renewal-container .field-value {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #111827;
}

.profile-page span.float-end {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #6B7280;
}

/* Reset Bootstrap default switch completely */
.form-switch .form-check-input {
    position: relative;
    width: 48px;
    height: 26px;
    margin: 0;
    cursor: pointer;
    background-color: #E8DDD3;
    border: none;
    border-radius: 30px;
    transition: background-color .3s ease;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

    /* White knob */
    .form-switch .form-check-input::before {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        width: 20px;
        height: 20px;
        background-color: #fff;
        border-radius: 50%;
        transition: transform .3s ease;
    }

    /* Checked state */
    .form-switch .form-check-input:checked {
        background-color: #0B5B34;
        /* green */
    }

        .form-switch .form-check-input:checked::before {
            transform: translateX(22px);
        }

section.mw-dashboard__layout {
    background: linear-gradient(180deg, rgba(247, 243, 238, 0.15) 0%, rgba(0, 73, 38, 0.15) 46.11%) !important;
    padding-inline-end: 12px;
}

    section.mw-dashboard__layout.py-4.checkout-layout.payment-container {
        background: white !important;
    }

.micBtn {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C9A84F;
    border-radius: 50%;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 6px 12px rgba(11, 91, 52, 0.25);
    transition: all .3s ease;
    cursor: pointer;
}

    .micBtn.recording {
        background-color: #e4fff3;
        border: 1px solid #d9e4df;
        box-shadow: 0 0 0 0 rgba(11, 91, 52, 0.7);
        animation: pulseRecording 1.5s infinite;
    }

@keyframes pulseRecording {
    0% {
        box-shadow: 0 0 0 0 rgba(11, 91, 52, 0.6);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(11, 91, 52, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(11, 91, 52, 0);
    }
}

/* Edit-profile-page */
.Edit-profile-page .Create-title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: .25rem;
}

.Edit-profile-page .Create-desc {
    color: #6b7280;
    margin-bottom: 0;
}

.Edit-profile-page .edit-profile-wrapper {
    /* max-width: 980px; */
    margin: 0 auto 48px auto;
}

/* .Edit-profile-page .profile-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 0 rgba(16, 24, 40, .04);
    overflow: hidden;
} */
.Edit-profile-page .profile-picture-block {
    padding: 20px 24px;
}

.Profile-Picture-title {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 6px;
}

.card-body.profile-picture-block {
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: 1px solid #F3F4F6;
    height: 214px;
    padding: 33px;
    background-color: white;
    border-radius: 12px;
}

.Edit-profile-page .profile-divider {
    border: 0;
    border-top: 1px solid #f1f3f5;
    margin: 0;
}

.Edit-profile-page .profile-avatar-wrap {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    overflow: hidden;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}

.Edit-profile-page .profile-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Edit-profile-page .profile-upload-btn {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    background: #115127;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding-inline: 22px;
}

    .Edit-profile-page .profile-upload-btn:hover {
        background: #15803d;
        border-color: #15803d;
        color: #fff;
    }

.Edit-profile-page .profile-upload-icon {
    font-size: 16px;
}

.Edit-profile-page .profile-upload-hint {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #6B7280;
    margin-top: 8px;
}

.Edit-profile-page .profile-form {
    box-shadow: 0px 1px 2px 0px #0000000D;
    background-color: white;
    border-radius: 12px;
    margin-top: 32px;
    padding: 33px;
}

.Edit-profile-page .profile-section-title {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #111827;
    margin-bottom: 22px;
}

.Edit-profile-page .profile-label {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #374151;
    margin-bottom: 6px;
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
}

.Edit-profile-page .profile-input.form-control,
.Edit-profile-page .profile-date-group .form-control,
.Edit-profile-page .profile-date-group .input-group-text {
    height: 44px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    box-shadow: none !important;
    font-size: 14px;
    color: #111827;
    background: #fff;
}

.Edit-profile-page .profile-date-addon {
    background: #f8fafc;
    border-left: 0;
    color: #6b7280;
    border-radius: 0 10px 10px 0;
}

.Edit-profile-page .profile-field--address textarea.form-control.profile-input {
    min-height: 86px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.35;
}

.Edit-profile-page .profile-input.is-valid,
.Edit-profile-page .profile-date-group .form-control.is-valid {
    border-color: #22c55e !important;
    box-shadow: 0 0 0 .2rem rgba(34, 197, 94, .12) !important;
    background: #F0FDF4;
}

.Edit-profile-page .profile-valid-msg {
    display: block;
    margin-top: 6px;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #16A34A;
}

.Edit-profile-page .profile-actions {
    margin-top: 4px;
    display: flex;
    gap: 10px;
}

.Edit-profile-page .profile-save-btn {
    background: #115127;
    border-radius: 8px;
    height: 48px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    gap: 8px;
    padding: 14px 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .Edit-profile-page .profile-save-btn:hover {
        background: #15803d;
        border-color: #15803d;
        color: #fff;
    }

.Edit-profile-page .profile-cancel-btn {
    border: 1px solid #E5E7EB;
    background: #F3F4F6;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 14px 31px;
}

.Edit-profile-page .profile-field {
    margin-bottom: 0;
}

@media (max-width: 576.98px) {
    .Edit-profile-page .profile-picture-block {
        padding: 18px;
        height: auto;
    }

    .Edit-profile-page .profile-form {
        padding: 18px;
    }

    .Edit-profile-page .profile-upload-btn {
        width: 100%;
        justify-content: center;
    }

    .Edit-profile-page .profile-actions {
        flex-direction: column;
    }

    .Edit-profile-page .profile-save-btn,
    .Edit-profile-page .profile-cancel-btn {
        width: 100%;
    }
}

.Edit-profile-page .profile-input:focus,
.Edit-profile-page .profile-date-group .form-control:focus {
    /* border-color: #93c5fd; */
    box-shadow: 0 0 0 .2rem rgba(59, 130, 246, .08);
}

/* ===== Change Password  ===== */
.change-password-page .cpw-page-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0%;
    color: #0A472E;
}

.change-password-page .cpw-page-subtitle {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6B7280;
    margin-bottom: 24px
}

.change-password-page .cpw-card {
    border: 1px solid #E5E7EB;
    border-radius: 16px
}

.change-password-page .cpw-card-body {
    padding: 24px
}

.change-password-page .cpw-section-title {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 8px;
    color: #111827;
}

.change-password-page .cpw-section-desc {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #4B5563;
    margin-bottom: 32px
}

.change-password-page .cpw-label {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #374151;
    margin-bottom: 7px;
}

.change-password-page .input-group {
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.cpw-strength-header {
    gap: 4px;
}

.change-password-page .input-group .form-control,
.change-password-page .input-group .form-control:focus {
    border: none;
    background: none;
    box-shadow: none;
}

.change-password-page .input-group button {
    border: none;
    background: none;
}

.change-password-page .input-group .form-control::placeholder {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #ADAEBC;
    border: none;
    background: none;
}

.change-password-page .cpw-input-group .cpw-toggle:focus {
    box-shadow: none
}

.change-password-page .cpw-eye-icon {
    display: block
}

.change-password-page .cpw-strength-wrap {
    margin-top: 8px
}

.cpw-strength-header small {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #4B5563;
}

.change-password-page .cpw-strength-progress {
    height: 6px;
    background: #eef2f7;
    border-radius: 8px
}

.change-password-page .cpw-strength-bar {
    background: rgb(212, 175, 55)
}

.change-password-page .cpw-actions .cpw-save-btn {
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    background: #115127;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 31px;
}

.change-password-page .cpw-actions .cpw-cancel-btn {
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    background: #F3F4F6;
    border: 1px solid #E5E7EB;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 31px;
    color: #374151;
}

.d-flex.align-items-center.gap-2.cpw-actions {
    border-top: 1px solid #E5E7EB;
    padding-top: 25px;
}

.change-password-page .cpw-actions .cpw-save-btn:hover {
    filter: brightness(0.95)
}

.change-password-page .cpw-tips-card {
    border-radius: 12px;
    border: 1px solid #BFDBFE;
    background: #EFF6FF;
    padding: 25px;
}

/* .change-password-page .cpw-tips-body {
    padding: 20px
} */
.card-body.cpw-tips-body {
    padding: 0;
}

.change-password-page .cpw-tips-icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f0ff;
    color: #0d6efd;
    flex: 0 0 36px
}

.change-password-page .cpw-tips-title {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #1E3A8A;
    margin-bottom: 8px;
}

.change-password-page .cpw-tips-list {
    list-style: none;
    padding-left: 0
}

.change-password-page .cpw-tip-item {
    position: relative;
    padding-left: 18px;
    margin-bottom: 3px;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #1E40AF;
    margin-bottom: 4px;
}

    .change-password-page .cpw-tip-item::before {
        content: "•";
        position: absolute;
        left: 0;
        top: 1px;
        color: #1E40AF;
        line-height: 1;
    }

@media (max-width: 767.98px) {
    .change-password-page .cpw-card-body {
        padding: 16px
    }

    .change-password-page .cpw-page-title {
        font-size: 24px
    }

    .change-password-page .cpw-section-title {
        font-size: 18px
    }

    .change-password-page .cpw-actions .cpw-save-btn {
        font-size: 14px;
    }
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

/* ===== Subscription Page (scoped) ===== */
.change-subscribtion-page .mw-subscription-page-title {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0%;
    color: #0A472E;
}

.change-subscribtion-page .mw-subscription-page-desc {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6B7280;
    margin-bottom: 26px;
}

.change-subscribtion-page .mw-subscription-plan-card {
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: 1px solid #E5E7EB;
    margin-bottom: 32px;
    padding: 33px;
}

.change-subscribtion-page .mw-subscription-plan-label {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #111827;
}

.mw-subscription-plan-header {
    margin-bottom: 16px;
}

.change-subscribtion-page .mw-subscription-plan-badge-active {
    background: #DCFCE7;
    color: #15803D;
    font-weight: 600;
    padding: .25rem .6rem;
    font-size: .75rem
}

.change-subscribtion-page .mw-subscription-plan-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    color: #111827;
    margin-bottom: 0;
}

.change-subscribtion-page .mw-subscription-plan-desc {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #4B5563;
    margin-bottom: 12px;
}

.change-subscribtion-page .mw-subscription-plan-price {
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
    color: #111827
}

.change-subscribtion-page .mw-subscription-plan-price-per {
    color: #6B7280;
    font-weight: 500
}

.change-subscribtion-page .mw-subscription-plan-meta {
    margin-top: 12px !important;
}

.mw-subscription-plan-actions {
    border-top: 1px solid #E5E7EB;
    padding-top: 25px;
    margin-top: 24px;
}

.change-subscribtion-page .mw-subscription-plan-meta-key {
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #4B5563;
}

.change-subscribtion-page .mw-subscription-plan-meta-item {
    margin: .15rem 0;
    color: #6B7280
}

.change-subscribtion-page .mw-subscription-plan-meta-key {
    color: #6B7280
}

.change-subscribtion-page .mw-subscription-plan-meta-val {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000000;
}

.change-subscribtion-page .mw-subscription-plan-crown {
    opacity: .95
}

.change-subscribtion-page .mw-subscription-btn-upgrade {
    background: #059669 !important;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 48px;
    padding: 14px 22px;
    color: white !important;
}

.change-subscribtion-page .mw-subscription-btn-update {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 48px;
    padding: 14px 22px;
    background: #F3F4F6 !important;
    border: 1px solid #E5E7EB !important;
    color: #374151 !important;
}

.change-subscribtion-page .mw-subscription-btn-cancel {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 48px;
    padding: 14px 22px;
    color: #DC2626 !important;
    background: #FEF2F2 !important;
    border: 1px solid #E5E7EB !important;
}

.change-subscribtion-page .mw-subscription-btn-icon {
    display: inline-flex;
    margin-right: .5rem
}

.change-subscribtion-page .mw-subscription-billing-card {
    border-radius: 14px 14px 0 0;
}

.change-subscribtion-page .mw-subscription-billing-title {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #111827;
    margin-bottom: 4px;
}

.change-subscribtion-page .mw-subscription-billing-desc {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #4B5563;
    /* margin-bottom: 25px; */
}

.mw-subscription-billing-head {
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 25px;
    margin-top: 8px;
}

.change-subscribtion-page .mw-subscription-table {
    min-width: 640px
}

.change-subscribtion-page .mw-subscription-table-head th {
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0.6px;
    color: #6B7280;
    padding-block: 10px;
    background: #f9fafb;
}

.change-subscribtion-page .mw-subscription-table-body td {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #111827;
    padding-block: 15px;
}

.change-subscribtion-page .mw-subscription-table tbody tr:last-of-type > * {
    border-bottom: 0 !important;
}

.change-subscribtion-page .mw-subscription-status-paid {
    background: #DCFCE7;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #166534;
}

.change-subscribtion-page .mw-subscription-download-btn {
    color: #111827
}

    .change-subscribtion-page .mw-subscription-download-btn:hover {
        color: #D4AF37
    }

/* Responsive tweaks */
@media (max-width:576px) {
    .change-subscribtion-page .mw-subscription-plan-actions .btn {
        width: 100%
    }

    .change-subscribtion-page .mw-subscription-plan-price {
        font-size: 1.75rem
    }
}

/* ========== Edit Will Page  ========== */
.edit-will-page .edit-will-page-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0%;
    color: #0A472E;
}

.edit-will-page .edit-will-page-desc {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6B7280;
}

.edit-will-page .edit-will-card {
    border: 1px solid #E5E7EB;
    border-radius: 16px
}

.edit-will-page .edit-will-section-title {
    font-weight: 700;
    color: #111827
}

.edit-will-page .edit-will-section-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #E6F4EA;
    color: #15803D
}

.edit-will-page .edit-will-form-label {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #374151;
}

.edit-will-page .edit-will-input {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    border: 1px solid #D1D5DB;
    color: #000000;
}

    .edit-will-page .edit-will-input:focus {
        border-color: #86EFAC;
        box-shadow: 0 0 0 .25rem rgba(22, 163, 74, .15)
    }

.edit-will-page .edit-will-input-icon {
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6B7280;
    pointer-events: none
}

.edit-will-page .edit-will-divider {
    border-top: 1px solid #E5E7EB;
    margin: 24px 0
}

.edit-will-page .edit-will-add-beneficiary-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #115127;
    color: white;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 8px;
    height: 40px;
    padding-inline: 19px;
    justify-content: center;
    align-items: center;
}

.edit-will-page .edit-will-add-asset-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #115127;
    color: white;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 8px;
    height: 40px;
    padding-inline: 19px;
    justify-content: center;
    align-items: center;
}

.edit-will-page .edit-will-btn-cancel {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: transparent;
    color: #494949;
    border: 1px solid #494949;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 8px;
    height: 40px;
    padding-inline: 19px;
    justify-content: center;
    align-items: center;
}

.edit-will-page .edit-will-btn-draft {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #115127;
    color: white;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 8px;
    height: 40px;
    padding-inline: 19px;
    justify-content: center;
    align-items: center;
}

.edit-will-page .edit-will-btn-save {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #DDBA47;
    color: white;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 8px;
    height: 40px;
    padding-inline: 19px;
    justify-content: center;
    align-items: center;
}

.edit-will-page .edit-will-add-icon {
    display: inline-flex
}

.edit-will-page .edit-will-beneficiary-list {
    display: grid;
    gap: .75rem
}

.edit-will-page .edit-will-beneficiary-item {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: .9rem 1rem
}

.edit-will-page .edit-will-avatar {
    width: 48px;
    height: 48px;
    object-fit: cover
}

.edit-will-page .edit-will-beneficiary-name {
    font-weight: 600;
    color: #111827
}

.edit-will-page .edit-will-beneficiary-relation {
    font-size: .9rem;
    color: #6B7280
}

.edit-will-page .edit-will-share-badge {
    background: #DCFCE7;
    color: #15803D;
    font-weight: 600;
    padding: .35rem .7rem;
    font-size: .8rem
}

.edit-will-page .edit-will-share-badge-alt {
    background: #E9F5FF;
    color: #1773B0
}

.edit-will-page .edit-will-edit-btn {
    color: #6B7280
}

    .edit-will-page .edit-will-edit-btn:hover {
        color: #111827
    }

@media (max-width: 576px) {
    .edit-will-page .edit-will-add-beneficiary-btn {
        width: 100%;
        justify-content: center;
        margin-top: .75rem
    }

    .edit-will-page .edit-will-card-body {
        padding: 16px
    }
}

.edit-will-page .edit-will-assets-card,
.edit-will-page .edit-will-instructions-card {
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    background: #fff
}

.edit-will-page .edit-will-assets-card-body,
.edit-will-page .edit-will-instructions-body {
    padding: 24px
}

.edit-will-page .edit-will-section-header .edit-will-section-title {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #111827;
}

.edit-will-page .edit-will-section-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

    .edit-will-page .edit-will-section-icon.Personal-Information {
        color: #15803D;
        background: #004926;
    }

    .edit-will-page .edit-will-section-icon.Beneficiaries {
        color: white;
        background: #DDBA47;
    }

    .edit-will-page .edit-will-section-icon.Assets {
        color: #15803D;
        background: #004926;
    }

    .edit-will-page .edit-will-section-icon.Instructions {
        background: #F59E0B;
        color: #F59E0B
    }

.edit-will-page .edit-will-add-icon {
    display: inline-flex
}

/* Asset cards */
.edit-will-page .edit-will-asset-item {
    border: 1px solid #E5E7EB;
    border-radius: 12px
}

.edit-will-page .edit-will-asset-body {
    padding: 16px
}

.edit-will-page .edit-will-asset-title {
    font-weight: 700;
    color: #111827
}

.edit-will-page .edit-will-asset-subtitle {
    color: #6B7280;
    font-size: .92rem
}

.edit-will-page .edit-will-asset-amount {
    font-weight: 800;
    font-size: 1.35rem;
    margin-top: .65rem;
    color: #111827
}

.edit-will-page .edit-will-asset-edit {
    color: #9CA3AF;
}

    .edit-will-page .edit-will-asset-edit:hover {
        color: #111827
    }

.edit-will-page .edit-will-asset-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEF2FF
}

.edit-will-page .bg-blue-asset {
    background: #E6F0FF
}

.edit-will-page .bg-green-asset {
    background: #E7F7EC
}

.edit-will-page .bg-purple-asset {
    background: #F3E8FF
}

.edit-will-page .bg-orange-asset {
    background: #FFF1E6
}

.edit-will-page .edit-will-notes-textarea {
    border-color: #E5E7EB;
    border-radius: 12px;
    padding: 14px;
    color: #374151
}

    .edit-will-page .edit-will-notes-textarea::placeholder {
        color: #9CA3AF
    }

    .edit-will-page .edit-will-notes-textarea:focus {
        border-color: #86EFAC;
        box-shadow: 0 0 0 .25rem rgba(22, 163, 74, .15)
    }

@media (max-width:576px) {
    .edit-will-page .edit-will-add-asset-btn {
        width: 100%;
        justify-content: center
    }

    .edit-will-page .edit-will-assets-card-body,
    .edit-will-page .edit-will-instructions-body {
        padding: 16px
    }

    .edit-will-page .edit-will-actions .btn {
        width: 100%
    }
}

.edit-will-section.edit-will-section-personal,
.edit-will-section.edit-will-section-beneficiaries,
.card.edit-will-assets-card.shadow-sm,
.card.edit-will-instructions-card.shadow-sm {
    border: 1px solid #E5E7EB;
    background-color: white;
    padding: 33px;
    border-radius: 12px;
    margin-bottom: 32px;
}

@media (min-width: 1400px) {

    .edit-will-page .edit-will-card-body,
    .edit-will-page .edit-will-assets-card-body,
    .edit-will-page .edit-will-instructions-body {
        padding: 28px
    }
}

@media (max-width: 1199.98px) {
    .edit-will-page .edit-will-page-title {
        font-size: 28px;
        line-height: 34px
    }

    .edit-will-page .edit-will-asset-amount {
        font-size: 1.25rem
    }
}

@media (max-width: 991.98px) {

    .edit-will-page .edit-will-card-body,
    .edit-will-page .edit-will-assets-card-body,
    .edit-will-page .edit-will-instructions-body {
        padding: 20px
    }

    .edit-will-page .edit-will-section-title {
        font-size: 18px;
        line-height: 26px
    }

    .edit-will-page .edit-will-section-icon {
        width: 32px;
        height: 32px;
        border-radius: 8px
    }

    .edit-will-page .edit-will-avatar {
        width: 44px;
        height: 44px
    }

    .edit-will-page .edit-will-asset-body {
        padding: 14px
    }

    .edit-will-page .edit-will-asset-title {
        font-size: 15px
    }

    .edit-will-page .edit-will-asset-subtitle {
        font-size: .9rem
    }

    .edit-will-page .edit-will-asset-amount {
        font-size: 1.2rem
    }

    .edit-will-page .edit-will-actions {
        gap: .5rem
    }
}

@media (max-width: 767.98px) {
    .edit-will-page .edit-will-page-title {
        font-size: 24px;
        line-height: 30px
    }

    .edit-will-page .edit-will-page-desc {
        font-size: 14px;
        line-height: 22px
    }

    .edit-will-page .edit-will-beneficiary-item {
        padding: .75rem .9rem
    }

    .edit-will-page .edit-will-share-badge {
        font-size: .75rem;
        padding: .3rem .6rem
    }

    .edit-will-page .edit-will-btn-cancel,
    .edit-will-page .edit-will-btn-draft,
    .edit-will-page .edit-will-btn-save {
        height: 42px;
        padding-inline: 14px
    }
}

@media (max-width: 575.98px) {
    .edit-will-page .edit-will-actions {
        flex-direction: column;
        align-items: stretch
    }

        .edit-will-page .edit-will-actions .btn {
            width: 100%
        }

    .edit-will-page .edit-will-add-beneficiary-btn,
    .edit-will-page .edit-will-add-asset-btn {
        width: 100%
    }

    .edit-will-page .edit-will-card-body,
    .edit-will-page .edit-will-assets-card-body,
    .edit-will-page .edit-will-instructions-body {
        padding: 16px
    }

    .edit-will-page .edit-will-asset-body {
        padding: 12px
    }

    .edit-will-page .edit-will-asset-icon {
        width: 36px;
        height: 36px
    }

    .edit-will-page .edit-will-asset-title {
        font-size: 14px
    }

    .edit-will-page .edit-will-asset-subtitle {
        font-size: .85rem
    }

    .edit-will-page .edit-will-asset-amount {
        font-size: 1.1rem
    }

    .edit-will-page .edit-will-avatar {
        width: 40px;
        height: 40px
    }

    .edit-will-beneficiary-item.d-flex.align-items-center.justify-content-between {
        flex-wrap: wrap;
    }
}

@media (max-width: 399.98px) {
    .edit-will-page .edit-will-page-title {
        font-size: 22px;
        line-height: 28px
    }

    .edit-will-page .edit-will-section-icon {
        width: 28px;
        height: 28px
    }

    .edit-will-page .edit-will-share-badge {
        font-size: .7rem
    }
}

.edit-will-page .edit-will-beneficiary-list {
    display: grid;
    gap: .75rem;
    grid-template-columns: 1fr;
}

.edit-will-page .edit-will-beneficiary-item {
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
    /* allow shrinking */
}

.edit-will-page .edit-will-beneficiary-text {
    min-width: 0
}

.edit-will-page .edit-will-beneficiary-name {
    overflow-wrap: anywhere
}

@media (max-width:575.98px) {
    .edit-will-page .edit-will-beneficiary-item {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
        padding: .75rem .9rem;
    }

    .d-flex.justify-content-between.align-items-center.mb-3.edit-will-section-header {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: space-between;
    }

    .edit-will-page .edit-will-beneficiary-item > .d-flex:first-child {
        min-width: 0;
        width: 100%;
    }

    .edit-will-page .edit-will-beneficiary-item > .d-flex:last-child {
        width: -webkit-fill-available;
        justify-content: space-between;
        gap: .5rem;
        flex-wrap: wrap;
        margin-top: .25rem;
    }

    .edit-will-page .edit-will-share-badge {
        font-size: .75rem;
        padding: .3rem .55rem;
    }

    .edit-will-page .edit-will-avatar {
        width: 40px;
        height: 40px
    }

    .edit-will-page .edit-will-asset-item {
        width: 100%;
        box-sizing: border-box
    }

    .edit-will-page .edit-will-asset-body > .d-flex {
        min-width: 0
    }

        .edit-will-page .edit-will-asset-body > .d-flex > .d-flex {
            min-width: 0
        }

    .edit-will-page .edit-will-asset-title,
    .edit-will-page .edit-will-asset-subtitle {
        overflow-wrap: anywhere
    }

    .edit-will-page .edit-will-asset-edit {
        flex: 0 0 auto
    }

    @media (max-width:575.98px) {
        .edit-will-page .edit-will-asset-body {
            padding: 12px
        }

            .edit-will-page .edit-will-asset-body > .d-flex {
                flex-wrap: wrap;
                column-gap: .5rem;
                row-gap: .5rem;
            }

                .edit-will-page .edit-will-asset-body > .d-flex > .d-flex {
                    flex: 1 1 auto;
                    min-width: 0;
                }

        .edit-will-page .edit-will-asset-edit {
            margin-left: auto
        }

        .edit-will-page .edit-will-asset-amount {
            margin-top: .5rem;
            font-size: 1.1rem;
        }

        .edit-will-page .edit-will-asset-icon {
            width: 36px;
            height: 36px
        }

        .edit-will-page .edit-will-asset-title {
            font-size: 15px
        }

        .edit-will-page .edit-will-asset-subtitle {
            font-size: .85rem
        }
    }
}

.edit-will-page .edit-will-actions {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: nowrap;
}

    .edit-will-page .edit-will-actions > .ms-auto {
        display: flex;
        gap: .5rem;
        flex-wrap: nowrap;
    }

    .edit-will-page .edit-will-actions .btn {
        width: auto;
        flex: 0 0 auto;
        height: 44px;
        /* consistent height */
        padding-inline: 18px;
    }

.edit-will-page .edit-will-btn-draft,
.edit-will-page .edit-will-btn-save {
    min-width: 180px
}

@media (max-width:575.98px) {
    .edit-will-page .edit-will-actions {
        flex-direction: column;
        align-items: stretch;
        gap: .6rem;
    }

        .edit-will-page .edit-will-actions .btn {
            width: 100%
        }

        .edit-will-page .edit-will-actions > .ms-auto {
            width: 100%;
            order: 2;
            gap: .6rem;
        }

    .edit-will-page .edit-will-btn-cancel {
        order: 1
    }

    section.create-page-container.pt-4.signup-page.pt-md-0 {
        padding: 0 !important;
    }

    section.mw-dashboard__layout {
        padding-inline-end: 0;
    }

    .signup-image-wrap {
        display: none;
    }
}
