﻿/**
    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;
}

@media (max-width: 599px) {
    .balanceField .Publico {
        font-size: 28px !important;
        line-height: 36px !important;
    }
}

@media (max-width: 360px) {
    .balanceField .Publico {
        font-size: 22px !important;
        line-height: 30px !important;
    }
}



.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;
}

/*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;
    }
}
