﻿/**
    Chaka
*/

.sub-nav {
    background-color: #103184;
    margin-bottom: -10px; /* <<< optimise this */
    font-size: 10px;
}

    .sub-nav ul li {
        margin-bottom: 0px;
    }

    .sub-nav div.list3 {
        margin-left: 36%;
    }

    .sub-nav ul li.active {
        border-bottom: 3px solid #f07662;
    }

.all-inv-nav {
    border-bottom: 3px solid #f07662;
    margin-left: 35px;
}

.sub-nav ul li a:hover, .sub-nav ul li a:active {
    border-bottom: 3px solid #f07662;
}

.inav__ {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.watchlist {
    height: 100px;
    max-height: 150px;
}

    .watchlist .stock-name {
        font-size: 14px !important;
        font-weight: normal;
    }

    .watchlist .stock-movement {
        font-size: 14px !important;
        line-height: 10px
    }

    .watchlist .stock-action {
        float: right;
        font-size: 14px
    }

.popular-section {
    padding: 10px;
    cursor: pointer;
    height: 200px;
}

    .popular-section .watchlist {
        padding: 10px;
        cursor: pointer;
    }

    .popular-section .add-watchlist, .popular-section .remove-watchlist {
        float: right;
        font-size: 12px;
        color: #8989a0;
        cursor: pointer;
        position: absolute;
    }

        .popular-section .add-watchlist:hover {
            color: #5555ac;
            border: 1px solid #5555ac;
            padding: 1px;
            border-radius: 4px;
        }

        .popular-section .remove-watchlist:hover {
            color: #b03e3e;
            border: 1px solid #b03e3e;
            padding: 2px;
            border-radius: 5px;
        }

img.stock-icon {
    -o-object-fit: contain;
    object-fit: contain;
    width: 70%;
    height: 100%;
    margin: auto;
}

.logo-company {
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
    width: 5em;
    height: 5em;
    border-radius: 15px;
    border: 1px solid #b8b8b8;
}

.stock-country {
    width: 20px
}

.popular-section-amount {
    padding: 0px 3px;
    position: absolute;
    /*bottom: 10px;*/
    width: 130px;
}

.popular-section-buy {
    /*padding: 0px 3px;
    position: absolute;
    bottom: 10px;
    width: 130px;*/
    padding: 3px 3px;
    position: absolute;
    bottom: 0px;
    width: 147px;
    height: 25px;
    cursor: pointer;
}

    .popular-section-buy:hover {
        background-color: #f6f6ff;
    }

.popular-section-amount .percent-change {
    padding: 0px 5px;
    font-size: 13px;
}

.popular-section-amount > .stock-movement {
    display: inline;
    top: 5px;
    position: relative;
}

.popular-section-price {
    font-size: 22px;
    font-weight: bold;
}

/*.popular-section-amount .percent-change, .dashboard-card .percent-change {
    padding: 0px 3px;
    position: absolute;
    bottom: 10px;
}*/

.popular-stock {
    border: 1px solid #dfd5d5;
    margin-top: 1rem !important;
}

.popular-section-watchlist {
    padding: 10px;
    cursor: pointer;
    height: 110px;
    color: white;
    border-radius: 7px;
}

    .popular-section-watchlist .stock-name {
        color: white;
        font-weight: bold;
    }

.popular-section-watchlist-amt {
    position: absolute;
    bottom: 10px;
    width: 200px;
}

.popular-section-watchlist .remove-watchlist, .popular-section-watchlist .add-watchlist {
    float: right;
    font-size: 12px;
    /*color: #8989a0;*/
    cursor: pointer;
    /*background-color: #eb9d9d;*/
    padding: 5px;
    border-radius: 3px;
    color: #971b1b;
}

.wgreen {
    background-color: #22763f !important;
}

.wred {
    background-color: #a73939 !important;
}

.align-biodata {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.readability-margin {
    border: none;
    padding-right: 25px;
}

/*liquidation Pin Style*/
.no-update {
    background-color: #edeaea;
}

.agency-contact-form-row {
    margin-bottom: 0px;
}

.agency-contact-form-row-double-inputs > div {
    margin-bottom: 10px;
}


/* Remove arrows in Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove arrows in Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.code-input-1 {
    width: 5rem !important;
    border: 2px solid !important;
}

.confirm-code-input-1 {
    width: 5rem !important;
    border: 2px solid !important;
}


.pin-field {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 15px;
}



/*question&answer style*/


.otp-input-1 {
    width: 4rem !important;
    text-align: center;
    height: 4rem !important;
    border: 2px solid !important;
}

.otp-input-field {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 15px;
}

@media (max-width: 768px) {
    .popular-section {
        margin-top: 20px;
    }

    .popular-section-buy {
        width: 88%;
    }

    .popular-section-amount {
        padding: 0px;
        position: static;
        bottom: 0;
        width: auto;
    }

    .popular-section-watchlist-amt {
        width: 80%;
    }
}

@media (mxa-width: 992px) {
    .popular-section {
        margin-top: 20px;
    }

    .popular-section-buy {
        width: 88%;
    }

    .popular-section-amount {
        padding: 0px;
        position: static;
        bottom: 0;
        width: auto;
    }

    .popular-section-watchlist-amt {
        width: 80%;
    }
}

@media(max-width:500px) {
    .sub-nav ul li.active {
        border-bottom: 0px solid #f07662;
    }

    .all-inv-nav {
        border-bottom: 0px solid #f07662;
        margin-left: 35px;
    }

    .sub-nav ul li a:hover, .sub-nav ul li a:active {
        border-bottom: 0px solid #f07662;
    }
}

.agency-contact-form-header-btn h3 {
    font-size: 18px;
    line-height: 40px;
}

.agency-contact-form-header-btn .active h3 {
    color: #00008f !important;
    font-weight: bold !important;
}

thead .bg-secondary {
    background-color: #F8F7F9 !important;
}

.text-light {
    color: #f8f9fa !important;
}

.bg-success {
    background-color: #28a745 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-secondary {
    border-color: #6c757d !important;
    padding-top: 15px;
}

/**
    Chart Section
*/

.stock-name {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.chart-section .position-text {
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: #333333;
}

.chart-section .graph-link {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #F07662;
    text-decoration: none;
}

.chart-section .graph-link-option {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #00008F;
    text-decoration: none;
    padding: 5px;
}

.chart-section .border-custom {
    border-bottom: 3px solid #F07662 !important;
}

.float-right {
    float: right !important;
}

.stock-summary {
    padding-top: 15px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.stock-summary-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #34414F;
}

.stock-summary-value {
    font-weight: bold;
    font-size: 14px;
    /*line-height: 30px;*/
    margin-top: 10px;
    color: #333333;
    font-family: "Source Sans Pro", sans-serif;
}


/** 
    Powered By Chaka
*/
.powered-text {
    font-size: 16px;
    line-height: 14px;
    color: #B1B1B1;
    margin-top: 10px;
    display: none;
}

    .powered-text .chaka-text {
        font-weight: 700;
        font-family: "Source Sans Pro", sans-serif;
        color: black !important;
    }

/**
    Stock Details 
*/

.stock-info-board .watch {
    margin-top: 10px;
    font-size: 15px
}

    .stock-info-board .watch:hover {
        color: #1e2bc2;
        cursor: pointer
    }

    .stock-info-board .watch remove-watchlist:hover {
        color: #b03e3e !important;
    }

.stock-header {
    font-style: normal;
    font-weight: bolder;
    margin: 0%;
    font-size: 20px;
    /* identical to box height */
    color: black;
    font-weight: 400
}

.stock-header-light {
    font-style: normal;
    font-weight: normal;
    margin: 0%;
    font-size: 90%;
    /* identical to box height */
    color: black;
}


.personal-stock-item {
    display: flex;
    align-items: center;
}

    .personal-stock-item .stock-header {
        padding-right: 0.5rem;
        font-weight: 500;
        color: #22a4ef !important;
        opacity: 70%;
    }

    .personal-stock-item .stock-behaviour-good {
        text-align: right !important;
    }

    .personal-stock-item .stock-behaviour-bad {
        padding-left: 20%;
        margin: 2% 5%;
    }


/**
    Custom Stock Detail Popup
*/

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.stock-detail-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    line-height: 10px;
    float: right;
}

.stock-detail-value {
    float: right;
}

.stock-table-head {
    background: #2da5ec;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.stock-table-value {
    text-align: center;
    font-size: 20px;
    margin: 13px;
    font-weight: bold;
}

.select-order {
    margin-bottom: 0px !important;
    margin-top: 5px;
}

.searchdiv {
    width: 300px;
    border: 1px solid #eeeeee;
    position: absolute;
    z-index: 9999999;
    margin-left: 35px;
    max-height: 500px;
    overflow-y: auto
}

    .searchdiv .item {
        border-bottom: 1px solid #d4d4d8;
        background-color: #fdfdfd;
        padding: 7px;
    }

    .searchdiv .stock-icon {
        object-fit: contain;
        width: 35px;
        margin: 0px 5px;
    }

.close-search {
    color: red;
}

.summary {
    line-height: 25px;
    display: inline-block;
    margin-top: 15px;
}

    .summary a#readmore, .summary a#readless {
        color: blue;
        cursor: pointer;
    }

.pagination ul {
    text-decoration: none;
    list-style: none;
    margin: 0;
}

    .pagination ul li {
        float: right;
        padding-right: 20px;
        /* padding-bottom: 20px; */
    }

.stock-periods a {
    cursor: pointer;
}

.selected-period {
    color: orangered !important;
}

.stock-periods .currency {
    font-weight: bold;
    padding: 2px 10px;
    border: 2px solid #c9c9d2;
    float: right;
}

.stock-periods .currency-active {
    border: 2px solid #00008f;
    background-color: #4444a3;
    color: white;
}

.chk-info {
    color: #9a9ad3;
}

/*Toggle Health Plan Buyer type*/
.center {
    width: 100%;
    text-align: left;
}

    .center h1 {
        font-family: "Source Sans Pro", sans-serif;
        color: #2425aa;
    }

    .center input[type="radio"] {
        display: none;
    }

        .center input[type="radio"]:checked + .box {
            background-color: #103184;
        }

            .center input[type="radio"]:checked + .box span {
                color: #FFF;
                transform: translateY(10px);
            }

    /*.center input[type="radio"]:checked + .box span:before {
                    transform: translateY(0px);
                    opacity: 1;
                }*/

    .center .box {
        width: 110px;
        height: 100px;
        background-color: #fff;
        transition: all 250ms ease;
        will-change: transition;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 900;
        margin: 5px;
        box-shadow: -1px 5px 15px 1px rgba(0,0,0, 0.3);
    }

        .center .box:active {
            transform: translateY(10px);
        }

        .center .box span {
            position: absolute;
            transform: translate(0, 5px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            font-size: 0.85em;
            user-select: none;
            color: #2425aa;
        }

            .center .box span:before {
                font-size: 1.2em;
                font-family: FontAwesome;
                display: block;
                transform: translateY(-60px);
                opacity: 0;
                transition: all 300ms ease-in-out;
                font-weight: normal;
                color: white;
            }

    .center .option-1 span:before {
        content: url(../images/icons/axa_icon_96_people_2px_man-white.svg);
        width: 50px;
        margin: 8px auto;
        color: #2425aa;
    }

    .center .option-2 span:before {
        content: url(../images/icons/axa_icon_96_people_2px_employee-white.svg);
        width: 50px;
        margin: 5px auto;
        color: #fff;
    }

    .center .option-3 span:before {
        /*content: url(../images/icons/axa_icon_96_people_2px_family_1-white.svg);*/
        width: 50px;
        margin: 5px auto;
        color: #fff;
    }

    .center p {
        color: #2425aa;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
    }

img.plan-type {
    width: 50px;
    top: 15px;
    position: absolute;
    left: 30px;
}

.centercontent {
    width: 100%
}

.paddingleftback {
    margin-left: 30px
}

.paddingrightback {
    margin-right: 30px
}

.ctamargin {
    margin-top: -20px;
}

.headingpadding {
    padding-bottom: 10px
}


/*Toggle Health Plan Buyer type*/
.mids {
    width: 100%;
    text-align: center;
}

    .mids h1 {
        font-family: "Source Sans Pro", sans-serif;
        color: #2425aa;
    }

    .mids input[type="radio"] {
        display: none;
    }

        .mids input[type="radio"]:checked + .box {
            background-color: #103184;
        }

            .mids input[type="radio"]:checked + .box span {
                color: #FFF;
                transform: translateY(10px);
            }

                .mids input[type="radio"]:checked + .box span:before {
                    transform: translateY(0px);
                    opacity: 1;
                }

    .mids .box {
        width: 110px;
        height: 100px;
        background-color: #fff;
        transition: all 250ms ease;
        will-change: transition;
        display: inline-block;
        text-align: mids;
        cursor: pointer;
        position: relative;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 900;
        margin: 5px;
        box-shadow: -1px 5px 15px 1px rgba(0,0,0, 0.3);
    }

        .mids .box:active {
            transform: translateY(10px);
        }

        .mids .box span {
            position: absolute;
            transform: translate(0, 5px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            font-size: 0.85em;
            user-select: none;
            color: #2425aa;
        }

            .mids .box span:before {
                font-size: 1.2em;
                font-family: FontAwesome;
                display: block;
                transform: translateY(-60px);
                opacity: 0;
                transition: all 300ms ease-in-out;
                font-weight: normal;
                color: white;
            }

    .mids .option-1 span:before {
        content: url(../images/Biller/satellite-dish-white.svg);
        width: 50px;
        margin: 8px auto;
        color: #FFF;
    }

    .mids .option-2 span:before {
        content: url(../images/Biller/wifi-white.svg);
        width: 50px;
        margin: 8px auto;
        color: #fff;
    }

    .mids .option-3 span:before {
        content: url(../images/Biller/plug-circle-bolt-white.svg);
        width: 50px;
        margin: 8px auto;
        color: #fff;
    }

    .mids p {
        color: #2425aa;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
    }

.center-single-fields {
    justify-content: center !important;
}

.upper-lower-padding {
    padding-bottom: 30px;
    padding-top: 15px
}

.bold-font-validate {
    font-weight: bold
}

.balance-text-color {
    color: #1cc54e !important;
}

.mandate-section {
    display: flex;
    justify-content: center;
    padding: 35px;
}

.mandate-section-web {
    display: flex;
    justify-content: center;
}

.form-group {
    color: black;
}


.mandate-success {
    /*display: none;*/
}

#mandateentry {
    /* background: #FAFAFA;*/
}

.mandate-body {
    background: white;
    padding: 60px;
    border-radius: 10px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-overflow-scrolling: touch;
}

.mandate-body-web {
    background: white;
    border-radius: 10px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-overflow-scrolling: touch;
}

.mandate-success {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-overflow-scrolling: touch;
}


.mandate-title {
    text-align: center;
}

.image-div {
    display: flex;
    justify-content: center;
}

.success-tab > img {
    display: flex;
    justify-content: center;
}

.success-tab > p {
    text-align: center;
}

.select-search .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}

    .select-search .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: calc(1.5em + 0.75rem);
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }


/*my asset style*/

.balance-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    background-color: #ecf4ff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.balance-details, .accountfund-box {
    flex: 1 1 45%; /* grow, shrink, base width 45% */
    box-sizing: border-box;
    min-width: 300px; /* prevent them from shrinking too small */
    padding: 10px;
}

    .balance-details h2 {
        margin-bottom: 0;
    }

.bank-values {
    font-size: smaller;
}

.balance-buttons {
    display: flex;
    gap: 20px;
    align-content: center;
    margin-top: 30px;
}

    .balance-buttons .btn {
        margin-right: 10px;
    }

.balanceField {
    display: flex;
    justify-content: space-between;
    align-items: center; /* align vertically */
    gap: 10px;
}



.account-outbox {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.account-details {
    background-color: #ecf4ff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .account-details span {
        display: block;
    }

.detail-heading {
    font-size: x-small;
}

.detailsSection {
    padding: 30px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    border-radius: 6px;
    margin: 30px 26px;
}

.accountNumberBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profileBox {
    padding: 0px 20px;
}

.level1, .level2 {
    display: flex;
    justify-content: space-between;
}

.amountBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#openSummary {
    display: flex;
}

.account-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.DownloadBAUpdate {
    float: right;
}

/*investment and protection*/
.details-balance-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.details-balance-heading {
    display: flex;
    justify-content: space-between;
}

.details-card-heading {
    font-family: "Source sans Pro";
    font-weight: 400;
}

.details-card {
    display: column;
    background-color: #FFF4F2;
    width: 49%;
    padding: 15px;
}

.details-card-tag {
    text-transform: uppercase;
    text-align: center;
    background-color: #EF6B57;
    color: #fff;
    width: 115px;
    height: 38px;
    border-radius: 1px;
    align-content: center;

    p {
        font-size: 20px;
        line-height: 30px;
        color: #ffffff;
    }
}

.details-bank {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 49%;
    height: 309px;
    border-radius: 4px;
    background-color: #fff;
    padding: 15px;
}

.details-bank-top {
    height: 50%;
    padding: 10px;
}

.details-bank-heading {
    font-weight: 600;
    font-size: 28px;
    color: #111111;
    margin-bottom: 1rem;
}

.details-bank-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.details-card-heading {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #111111;
}

.details-card-heading h5 {
    text-transform: capitalize;
}

.details-card-body {
    display: column;
    justify-content: space-between;
}

.details-card-body-btm {
    font-size: 24px;
    line-height: 32px;
    margin-top: 20%;
}

.details-card-body-btm span {
    font-weight: 600;
}

.details-card-body-btm label {
    font-size: 20px;
}

.transactions-sort-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
}

.filter-dropdown-container {
    position: relative;
}

.filter-dropdown-container button {
    width: 119px;
    height: 45px;
    font-size: 18px;
    font-weight: 600;
}

.filter-dropdown {
    position: absolute;
    top: 50px;
    right: -150px;
    width: 250px;
    background: white;
    border-radius: 6px;
    border: 1px solid #ddd;
    z-index: 9999;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}
    .filter-dropdown.hide {
        display: none;
    }

    .filter-dropdown label {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 4px;
    }

.transaction-search-div {
    position: relative;
    width: 250px;
}

.transaction-search-div input {
    font-size: 16px;
    font-weight: 400px;
}

.search-icon-mmf {
    position: absolute;
    left: 10px;
    top: 20px;
    transform: translateY(-50%);
    pointer-events: none;
}

.search-input {
    padding-left: 35px !important;
}   

/*recurring debit modal*/
.recurring-modal-header {
    position: relative;
    padding: 20px 20px 10px;
    text-align: center;
}

.recurring-modal-title {
    font-family: 'Publico Headline Web';
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.recurring-close {
    position: absolute;
    top: 0px;
    right: 16px;
    font-size: 42px;
    color: #EF4444;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    opacity: 1;
}
    .recurring-close:hover {
        color: #B91C1C;
    }

    .recurring-close:focus {
        outline: none;
    }


    .recurring-close i {
        font-size: 40px !important;
        line-height: 1;
        display: inline-block;
    }


.recurring-modal-body {
    padding: 20px !important;  
}

.recurring-top{
    padding: 8px 24px;
    margin-bottom: 2rem;
}

.recurring-top-section {
    display: flex;
    flex-direction: row;
    padding: 10px;
    margin-bottom: 1px;
}

.recurring-top-label {
    font-weight: 400 !important;
    font-size: 16px !important;
    width: 50%;
}

.recurring-top-section div {
    width: 50%;
}

.recurring-top-value {
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    justify-content: start;
}

.recurring-mid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.recurring-mid-items {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

    .recurring-mid-items label {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 6px;
    }

    .recurring-mid-items input,
    .recurring-mid-items select {
        width: 100%;
        height: 50px;
        padding: 0 12px;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        border: 1px solid #00008F;
        border-radius: 4px;
        background-color: #fff;
        box-sizing: border-box;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .recurring-mid-items input[type="date"] {
            padding-right: 12px;
        }

    .recurring-mid-items select {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2300008F' fill='none' stroke-width='2'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 10px 6px;
        padding-right: 36px;
    }

        .recurring-mid-items input:focus,
        .recurring-mid-items select:focus {
            outline: none;
            border-color: #EF6B57;
            box-shadow: 0 0 0 2px rgba(239, 107, 87, 0.15);
        }


#gatewayname {
    font-size: 14px;
    font-weight: 400;
    font-family: "Source sans Pro"
}

.payment-gateway-label {
    width: 20% !important;
    margin: auto 2px;
    border: 1px solid #000072;
    border-radius: 4px;
    cursor: pointer;
}

.payment-gateway-label img {
    width: 179px;
    height: 50px;
    object-fit: contain;
}

.recurring-payment-gateways {
    display: flex !important;
    flex-direction: row !important;
}

.recurring-payment-gateways div {
    margin-right: .5rem;
}

.recurring-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
    padding: 20px;
}

.recurring-footer-link {
    background-color: #00008F;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 28px;
    border-radius: 1px;
    font-weight: 500;
}

    .status-badge.active {
        background-color: #E1FFEA !important;
    }

    .status-badge.inactive {
        background-color: #F7F7F7 !important;
    }

.recurring-row {
    cursor: pointer;
}

.options-cell {
    text-align: right;
}

.options-btn {
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
}

    .options-btn:hover {
        background-color: #f5f5f5;
        border-radius: 4px;
    }

    .ongoing-recurring-text {
        font-weight: 400 !important;
        font-size: 20px !important;
    }

    .ongoing-recurring-modal-title {
        font-family: 'Publico Headline Web';
        font-size: 30px;
        font-weight: 700;
    }

.button.ghost-blue:active {
    background-color: transparent !important;
}

#ongoing-cancel {
    border: 1px solid #00008f;
}

/*recurring details
*/
.recurring-details-modal {
    padding: 10px 20px;
    width: 70%;
}

.recurring-details-header {
    position: relative;
    padding: 20px;
    text-align: center;
}

.recurring-details-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    font-family: 'Publico Headline Web'
}

.recurring-close {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 30px;
    opacity: 1;
}

.recurring-details-body {
    padding: 10px 50px !important;
}

.recurring-details-card {
    background: #fafafa;
    border-radius: 10px;
    padding: 20px 25px;
}

.details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 18px;
    column-gap: 40px;
}

.detail-item {
    display: flex;
    flex-direction: column;
}

.detail-label {
    font-size: 15px;
    color: #111B1D;
    font-weight: 400;
}

.detail-value {
    font-size: 15px;
    font-weight: 600;
    color: #111B1D;
}

.recurring-details-footer {
    padding: 20px 50px !important;
    display: flex;
    gap: 12px;
}

.recurring-btn {
    min-width: 120px;
    height: 42px;
    font-weight: 600;
    border-radius: 4px;
}

.cancel-btn {
    background: #ff2b2b;
    border: none;
    color: #fff;
    width: 30% !important;
}

.pause-btn {
    background: #fff;
    border: 1px solid #00008F;
    color: #00008F;
    width: 20% !important;
}

.update-btn {
    background: #00008F;
    border: none;
    color: #fff;
    width: 45% !important;
}

.pause-modal,
.cancel-modal,
.success-modal {
    border-radius: 6px;
    padding: 30px;
}

.pause-icon i {
    font-size: 40px;
    color: #ff6b57;
}

.cancel-icon i {
    font-size: 40px;
    color: #ff6b57;
}

.success-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .success-icon i {
        color: #fff;
        font-size: 28px;
    }

.pause-text,
.cancel-text,
.success-text {
    margin: 1rem auto;
    font-size: 18px !important;
    font-weight: 400;
    color: #343C3D;
}

.pause-actions,
.cancel-actions {
    display: flex;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

    .pause-actions :first-child {
        border: 1px solid #00008F;
        color: #00008F;
        width: 50%;
    }

    .pause-actions :last-child {
        background-color: #00008F;
        color: #ffffff;
        width: 50%;
    }

    .cancel-actions :first-child {
        border: 1px solid #00008F;
        color: #00008F;
        width: 50%;
    }

    .cancel-actions :last-child {
        background-color: #00008F;
        color: #ffffff;
        width: 50%;
    }

.pause-close,
.cancel-close {
    font-size: 30px;
    top: 5px;
}

.return-btn {
    padding: 8px 25px;
    background-color: #00008F;
}

#makeContributionModal .payment-btn.selected {
    border-color: #0057b7 !important;
    background: #eef4ff;
    box-shadow: 0 0 0 2px rgba(0,87,183,.25);
}

.ins-item-label {
    font-weight: 400 !important;
}


.ins-item-label {
    text-transform: capitalize !important;
}


/*Success Page*/
.success-card {
    padding: 60px 30px;
}

.check-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    color: #fff;
    border-radius: 50%;
    font-size: 48px;
    line-height: 90px;
    margin: 0 auto;
    font-weight: bold;
}

.success-paragraph {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Source Sans Pro';
    color: #343C3D;
}


/*Empty State
*/
/* ============================================================
   axa-empty-state.css
   
   Reusable empty state component.
   Drop this into your site bundle or link it in _Layout.cshtml:
   
   <link rel="stylesheet" href="@Url.Content("~/css/axa-empty-state.css")" />
   ============================================================ */

.axa-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    text-align: center;
    animation: emptyStateFadeIn 0.4s ease both;
}

@keyframes emptyStateFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.axa-empty-state__icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: #f0f4fb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

    .axa-empty-state__icon-wrap::after {
        content: "";
        position: absolute;
        inset: -6px;
        border-radius: 26px;
        border: 1.5px solid #d6e4f7;
        opacity: 0;
        animation: emptyStatePulse 2.4s ease 0.5s infinite;
    }

/*Update Payment Method*/
/* Dialog sizing */
.upm-dialog {
/*    max-width: 520px;*/
}

/* Modal content */
.upm-modal-content {
    border-radius: 16px;
    border: none;
    padding: 32px 36px 28px;
    position: relative;
    overflow: hidden;
}

/* Close button */
.upm-close-btn {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    color: #333;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    z-index: 10;
}

    .upm-close-btn:hover {
        color: #000;
    }

/* Header */
.upm-header {
    margin-bottom: 28px;
}

.upm-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 24px;
    text-align: center;
}

/* Step indicator */
.upm-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 2rem;
}

.upm-step {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.upm-step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: #aaa;
    position: relative;
    transition: all 0.3s ease;
}

.upm-step-check {
    display: none;
}

.upm-step-icon {
    width: 36px;
    height: 36px;
    background-color: white;
}

.upm-step-label {
    font-size: 12px;
    color: #aaa;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.upm-step-line {
    flex: 1;
    height: 2px;
    background: #e0e0e0;
    min-width: 60px;
    margin: 0 4px;
    transition: background 0.3s ease;
}

/* Saved card list items */
.upm-card-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    cursor: pointer;
    margin-bottom: 12px;
    transition: all 0.2s ease;
    position: relative;
    background: #fafafa;
}

    .upm-card-item:hover {
        border-color: #00008f;
        background: #f0f4ff;
    }

    .upm-card-item.selected {
        border-color: #00008f;
        background: #f0f4ff;
    }

.upm-card-logo {
    width: 48px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}

.upm-card-logo-placeholder {
    width: 48px;
    height: 32px;
    background: #e0e0e0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #888;
    flex-shrink: 0;
}

.upm-card-details {
    flex: 1;
}

.upm-card-number {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    display: block;
}

.upm-card-expiry {
    font-size: 12px;
    color: #888;
    display: block;
}

.upm-card-bank {
    font-size: 12px;
    color: #00008f;
    font-weight: 600;
    display: block;
}

.upm-card-radio-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: #fff;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.upm-card-item.selected .upm-card-radio-dot {
    border-color: #00008f;
    background: #00008f;
    box-shadow: inset 0 0 0 3px #fff;
}

/* Step states */
.upm-step.active .upm-step-circle {
    background: #00008f;
    border-color: #00008f;
    color: #fff;
}

.upm-step.active .upm-step-label {
    color: #00008f;
    font-weight: 700;
}

.upm-step.completed .upm-step-circle {
    background: #00008f;
    border-color: #00008f;
}

.upm-step.completed .upm-step-number {
    display: none;
}

.upm-step.completed .upm-step-check {
    display: flex;
    color: #fff;
    font-size: 13px;
}

.upm-step.completed .upm-step-label {
    color: #888;
}

.upm-step-line.completed {
    background: #1a3a6e;
}

/* Body */
.upm-body {
}

.upm-panel {
}

    .upm-panel.hide {
        display: none !important;
    }

.upm-panel-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 4px;
}

.upm-panel-subtitle {
    font-size: 13px;
    color: #888;
    margin: 0 0 20px;
}

/* Method selection cards */
.upm-method-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 24px;
}

.upm-method-card {
    position: relative;
}

.upm-method-radio {
    display: none;
}

.upm-method-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 16px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    background: #fafafa;
    height: 100%;
}

    .upm-method-label:hover {
        border-color: #00008f;
        background: #f0f4ff;
    }

.upm-method-radio:checked + .upm-method-label {
    border-color: #00008f;
    background: #f0f4ff;
}

.upm-method-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e8edf8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00008f;
    font-size: 16px;
}

.upm-method-radio:checked + .upm-method-label .upm-method-icon {
    background: #d0daef;
}

.upm-method-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .upm-method-text strong {
        font-size: 14px;
        font-weight: 700;
        color: #1a1a2e;
    }

    .upm-method-text span {
        font-size: 12px;
        color: #888;
        line-height: 1.4;
    }

.upm-method-radio-dot {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: #fff;
    transition: all 0.2s ease;
}

.upm-method-radio:checked + .upm-method-label .upm-method-radio-dot {
    border-color: #00008f;
    background: #00008f;
    box-shadow: inset 0 0 0 3px #fff;
}

/* Form elements */
.upm-form-group {
    margin-bottom: 18px;
}

.upm-label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-bottom: 6px;
    display: block;
}

.upm-input {
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 10px !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    color: #1a1a2e !important;
    transition: border-color 0.2s ease !important;
    height: auto !important;
}

    .upm-input:focus {
        border-color: #00008f !important;
        box-shadow: 0 0 0 3px rgba(26,58,110,0.08) !important;
        outline: none !important;
    }

.upm-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px !important;
}

.upm-input-icon-wrap {
    position: relative;
}

.upm-input-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 15px;
}

.upm-account-name {
    font-size: 14px;
    font-weight: 700;
    color: #198754;
    padding: 8px 0;
}

/* Confirm card */
.upm-confirm-card {
    border: 1.5px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}

.upm-confirm-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
}

.upm-confirm-label {
    font-size: 16px;
    font-weight: 400;
    color: #888;
}

.upm-confirm-value {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
}

.upm-confirm-divider {
    height: 1px;
    background: #f0f0f0;
    margin: 0 20px;
}

/* Buttons */
.upm-footer {
    margin-top: 8px;
}

.upm-footer-dual {
    display: flex;
    gap: 12px;
}

    .upm-footer-dual .btn {
        flex: 1;
    }

.upm-btn-primary {
    background: #00008f !important;
    border: 2px solid #00008f !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 13px 20px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    transition: all 0.2s ease !important;
}

    .upm-btn-primary:hover {
        background: #142d56 !important;
        border-color: #142d56 !important;
    }

.upm-btn-outline {
    background: #fff !important;
    border: 2px solid #1a3a6e !important;
    color: #1a3a6e !important;
    border-radius: 6px !important;
    padding: 13px 20px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    transition: all 0.2s ease !important;
}

    .upm-btn-outline:hover {
        background: #f0f4ff !important;
    }

/* Success panel */
.upm-success-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px auto 24px;
    font-size: 36px;
    color: #fff;
}

.upm-success-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
    margin-bottom: 12px;
}

.upm-success-text {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 28px;
}

#upm-panel-success .upm-footer {
    text-align: center;
}

#upm-panel-success .upm-btn-primary {
    min-width: 140px;
}



/* ── Get In Touch Modal ─────────────────────────────────────────── */
.git-modal-content {
    border-radius: 12px;
    border: none;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.git-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 28px 16px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.git-modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    font-family: 'Publico', Georgia, serif;
}

.git-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

    .git-close-btn:hover {
        opacity: 1;
        color: #333;
    }

.git-modal-body {
    padding: 0 28px 28px;
    background-color: #fff;
}

.git-tab-header {
    display: flex;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 24px;
    margin-left: -28px;
    margin-right: -28px;
    padding: 0 28px;
    background-color: #fff;
}

.git-tab-btn {
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 16px 20px;
    margin-bottom: -2px;
    font-size: 13px;
    font-weight: 600;
    color: #999;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.2s ease, border-color 0.2s ease;
    outline: none;
}

    .git-tab-btn:hover {
        color: #00008b;
    }

    .git-tab-btn.active {
        color: #00008b;
        border-bottom-color: #00008b;
        font-weight: 700;
    }

.git-tab-panel {
    display: none;
}

    .git-tab-panel.active {
        display: block;
    }

.git-form-group {
    margin-bottom: 16px;
}

.git-label {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
    display: block;
}

.git-input {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    color: #333 !important;
    height: auto !important;
    width: 100%;
    background-color: #fafafa !important;
    transition: border-color 0.2s ease, background-color 0.2s ease !important;
}

    .git-input:focus {
        border-color: #00008b !important;
        background-color: #fff !important;
        box-shadow: 0 0 0 3px rgba(0, 0, 139, 0.08) !important;
        outline: none !important;
    }

.git-textarea {
    resize: vertical;
    min-height: 130px;
}

.git-select-wrap {
    position: relative;
}

.git-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    padding-right: 36px !important;
    cursor: pointer;
}

.git-footer {
    margin-top: 20px;
    padding-top: 4px;
}

.git-submit-btn {
    min-width: 160px;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    padding: 12px 28px !important;
    border-radius: 4px !important;
}

.git-modal-body .input-group-addon {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-right: none;
    padding: 10px 12px;
    border-radius: 4px 0 0 4px;
}

.git-modal-body .input-group .git-input {
    border-radius: 0 4px 4px 0 !important;
}

@keyframes emptyStatePulse {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    40% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.06);
    }
}

.axa-empty-state__icon-wrap svg {
    width: 166.16px;
    height: 136.52px;
    color: #D9D9D9;
}

.axa-empty-state__title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 6px;
    letter-spacing: -0.1px;
}

.axa-empty-state__subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #8a94a6;
    line-height: 1.6;
    max-width: 50%;
    margin: 0 auto;

}

.axa-empty-state__actions {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.axa-empty-state--inline {
    padding: 32px 16px;
}

    .axa-empty-state--inline .axa-empty-state__icon-wrap {
        width: 56px;
        height: 56px;
        border-radius: 14px;
        margin-bottom: 14px;
    }

        .axa-empty-state--inline .axa-empty-state__icon-wrap svg {
            width: 26px;
            height: 26px;
        }

    .axa-empty-state--inline .axa-empty-state__title {
        font-size: 14px;
    }

/*dollarbond-fund*/
.iresponsive {
    overflow-x: auto
}

.inav {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.footerblock {
    background-color: #f9f7f7;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    justify-content: space-around;
    overflow-x: scroll;
}

.footer-inner {
    border: 1px outset blue;
    padding: 7px;
    box-shadow: 1px 1px 1px blue;
    border-radius: 3px;
    width: 150px;
}

.below {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: x-small;
    text-align: center;
}

.yieldBox {
    position: absolute;
    top: 5px;
    right: 5px;
    background: white;
    color: #5B7B73;
    padding: 3px;
    border-radius: 2px;
}


.amountBox {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0px;
}

.account-detail {
    display: flex;
    justify-content: space-between;
}

.button-box {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.dbf-transaction {
    padding: 30px;
    margin: 10px 26px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    border-radius: 6px;
}

#DBFTable {
    font-size: small;
}

.modal-intext {
    padding: 20px !important;
}

.narration {
    /*width: 40%;*/
}

.narrationStyle {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    text-wrap: pretty;
    word-wrap: break-word;
}

.proccessedStatus {
    color: #138636;
    background: #E1FFEA;
    padding: 6px;
}

.pendingStatus {
    color: #E6BF00;
    background: #FFFDF0;
    padding: 6px;
}



@media (max-width: 450px) {
    .mandate-section {
        padding: 35px;
    }


    .mandate-body {
        padding: 14px;
    }

    .balance-container {
        flex-direction: column;
        padding: 15px;
    }

    .balance-details, .accountfund-box {
        flex: none;
        width: 100%;
        min-width: auto;
        margin-bottom: 20px;
    }

    .balance-buttons {
        flex-direction: column;
        gap: 10px;
    }

        .balance-buttons a {
            width: 100%;
            text-align: center;
        }

    /*for question and answer style*/
    .otp-input-1 {
        width: 2.5rem !important;
        text-align: center;
        height: 2.5rem !important;
        border: 2px solid !important;
    }

    .otp-input-field {
        gap: 5px;
    }

    .code-input-1 {
        width: 2rem !important;
        border: 2px solid !important;
    }

    .confirm-code-input-1 {
        width: 2rem !important;
        border: 2px solid !important;
    }

    .pin-field {
        gap: 5px;
    }
}
