/**
* Template Name: NiceAdmin
* Updated: Jan 29 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

.form-check-input:checked {
    background-color: #28a75e !important;
}

body {
    /*font-family: "Helvetica Neue";*/
    background: #F8F7FA;
    color: #444444;
}

a {
    color: #4154f1;
    text-decoration: none;
}

    a:hover {
        color: #717ff5;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
    margin-top: 0px;
    padding: 15px;
    transition: all 0.3s;
}

/*@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
}*/

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
}

    .pagetitle h1 {
        font-size: 24px;
        margin-bottom: 0;
        font-weight: 600;
        color: #012970;
    }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #a82cde;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #511e70;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

    .dropdown-menu .dropdown-header,
    .dropdown-menu .dropdown-footer {
        text-align: center;
        font-size: 15px;
        padding: 10px 25px;
    }

        .dropdown-menu .dropdown-footer a {
            color: #444444;
            text-decoration: underline;
        }

            .dropdown-menu .dropdown-footer a:hover {
                text-decoration: none;
            }

    .dropdown-menu .dropdown-divider {
        color: #a5c5fe;
        margin: 0;
    }

    .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .dropdown-menu .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: #f6f9ff;
        }

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

    .card-title span {
        color: #899bbd;
        font-size: 14px;
        font-weight: 400;
    }

.card-body {
    /*padding: 0 50px 20px 20px;*/
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

/* Close Button */
.btn-close {
    background-size: 25%;
}

    .btn-close:focus {
        outline: 0;
        box-shadow: none;
    }

/* Accordion */
.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

    .accordion-flush .accordion-button:not(.collapsed) {
        box-shadow: none;
        color: #4154f1;
    }

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
}

    .breadcrumb a {
        color: #899bbd;
        transition: 0.3s;
    }

        .breadcrumb a:hover {
            color: #51678f;
        }

    .breadcrumb .breadcrumb-item::before {
        color: #899bbd;
    }

    .breadcrumb .active {
        color: #51678f;
        font-weight: 600;
    }

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

    .nav-tabs-bordered .nav-link {
        margin-bottom: -2px;
        border: none;
        color: #2c384e;
    }

        .nav-tabs-bordered .nav-link:hover,
        .nav-tabs-bordered .nav-link:focus {
            color: #4154f1;
        }

        .nav-tabs-bordered .nav-link.active {
            background-color: #fff;
            color: #4154f1;
            border-bottom: 2px solid #4154f1;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    line-height: 1;
}

@media (min-width: 1200px) {
    .logo {
        width: 280px;
    }
}

.information {
    margin: 10px;
}
.logo img {
    /*  max-height: 50px;*/
    margin-right: 6px;
    margin:15px;
}
.lblFormCompletionStatus {
    color: #98939b;
    font-size: 13px;
}
.lblTimeRemaining {
    color: black;
    font-size: 13px;
}
.BgImage {
    width: 520px;
    height: 834px;
    position:absolute;
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: "Nunito", sans-serif;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    padding-left: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

    .header .toggle-sidebar-btn {
        font-size: 32px;
        padding-left: 10px;
        cursor: pointer;
        color: #012970;
    }

    .header .search-bar {
        min-width: 360px;
        padding: 0 20px;
    }

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

    .header .search-form input {
        border: 0;
        font-size: 14px;
        color: #012970;
        border: 1px solid rgba(1, 41, 112, 0.2);
        padding: 7px 38px 7px 8px;
        border-radius: 3px;
        transition: 0.3s;
        width: 100%;
    }

        .header .search-form input:focus,
        .header .search-form input:hover {
            outline: none;
            box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
            border: 1px solid rgba(1, 41, 112, 0.3);
        }

    .header .search-form button {
        border: 0;
        padding: 0;
        margin-left: -30px;
        background: none;
    }

        .header .search-form button i {
            color: #012970;
        }

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #012970;
}

    .header-nav .nav-profile img {
        max-height: 36px;
    }

    .header-nav .nav-profile span {
        font-size: 14px;
        font-weight: 600;
    }

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

    .header-nav .notifications .notification-item {
        display: flex;
        align-items: center;
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .notifications .notification-item i {
            margin: 0 20px 0 10px;
            font-size: 24px;
        }

        .header-nav .notifications .notification-item h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .header-nav .notifications .notification-item p {
            font-size: 13px;
            margin-bottom: 3px;
            color: #919191;
        }

        .header-nav .notifications .notification-item:hover {
            background-color: #f6f9ff;
        }

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

    .header-nav .messages .message-item {
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .messages .message-item a {
            display: flex;
        }

        .header-nav .messages .message-item img {
            margin: 0 20px 0 10px;
            max-height: 40px;
        }

        .header-nav .messages .message-item h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #444444;
        }

        .header-nav .messages .message-item p {
            font-size: 13px;
            margin-bottom: 3px;
            color: #919191;
        }

        .header-nav .messages .message-item:hover {
            background-color: #f6f9ff;
        }

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

    .header-nav .profile .dropdown-header h6 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: #444444;
    }

    .header-nav .profile .dropdown-header span {
        font-size: 14px;
    }

    .header-nav .profile .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .header-nav .profile .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .header-nav .profile .dropdown-item:hover {
            background-color: #f6f9ff;
        }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*.sidebar {
    position: fixed;
    top: 66px;
    left: 10px;
    bottom: 0;
    width: 270px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    border-radius:50px;

}*/
.sidebarLeft {
    position: absolute;
    top: 30px;
    left: 1100px;
    bottom: 0;
    width: 410px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    border-radius: 50px;
}
.sidebarCenter {
    position: fixed;
    top: 30px;
    left: 1100px;
    bottom: 0;
    width: 410px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    border-radius: 50px;
}

/*@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}*/

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {

    #main,
    #footer {
        margin-left: 300px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
        top: 10%;
    }
}

@media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .sidebar-nav li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sidebar-nav .nav-item {
        margin-bottom: 5px;
    }

    .sidebar-nav .nav-heading {
        font-size: 13px;
        text-transform: uppercase;
        color: #9f4ab6;
        font-weight: 600;
        margin: 10px 0 5px 15px;
    }

    .sidebar-nav .nav-link {
        display: flex;
        align-items: center;
        font-size: 13px !important;
        font-weight: 600;
        color: black !important;
        transition: 0.3;
        /*background: #146647;*/
        padding: 3px 15px;
        border-radius: 10px;
    }




        .sidebar-nav .nav-link i {
            font-size: 8px;
            margin-right: 10px;
            color: #ffffff;
        }

        .sidebar-nav .nav-link.collapsed {
            /*color: #b6bbc5;*/
            color: #565759; background: #fff;
        }
.bi-journal-text{
    font-size:12px;
}
.fonttag {
    font-size: 12px;
}

.sidebar-nav .nav-link.collapsed i {
    color: #899bbd;
}

      /*  .sidebar-nav .nav-link:hover {
            color: #ffffff;
            background: #146647;
        }*/

            .sidebar-nav .nav-link:hover i {
                /*color: #146647;*/
            }
.sidebar-divider {
    border-top: 2px solid #3a3d40; /* Change the color and style as needed */
    margin: 10px 0; /* Adjust the margin as needed */
}

        .sidebar-nav .nav-link .bi-chevron-down {
            margin-right: 0;
            transition: transform 0.2s ease-in-out;
        }

        .sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
            transform: rotate(180deg);
        }

    .sidebar-nav .nav-content {
        padding: 5px 0 0 0;
        margin: 0;
        list-style: none;
    }

        .sidebar-nav .nav-content a {
            display: flex;
            align-items: center;
            font-size: 14px;
            font-weight: 600;
            color: #012970;
            transition: 0.3;
            padding: 10px 0 10px 40px;
            transition: 0.3s;
        }

            .sidebar-nav .nav-content a i {
                font-size: 6px;
                margin-right: 8px;
                line-height: 0;
                border-radius: 50%;
            }

            .sidebar-nav .nav-content a:hover,
            .sidebar-nav .nav-content a.active {
                color: #4154f1;
            }

                .sidebar-nav .nav-content a.active i {
                    background-color: #4154f1;
                }

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */

.tab {
    height: 120px;
}

.tabtwo {
    height: 265px;
    background-color: #ffffff;
    margin-left: 2px;
    margin-right: 1px;
}

.insidecharts {
    width: 100%;
    height: 250px;
    margin-left: 2px;
    background-color: #ffffff
}

.dashlearnmore {
    height: 200px;
}

.btn-success:active:focus {
    color: #ffffff;
    background-color: #161617;
    border-color: #494F57;
}

.btnlearnmore {
    margin-left: 80%;
}

.imgcolraast {
    width: 100%;
    height: 250px;
    border: 2px solid purple;
}

.btniconright {
    margin-left: 65%;
}

.statsdiv {
    height: 170px;
}

.itemcenter {
    margin-top: 90px;
    margin-left: 20px;
    font-size: 20px;
}


.colmargindonut {
    height: 400px;
}

.cardcssdashboard {
    width: 100%;
    background-color: #fcebdc;
}

.cardcssdashboardfundyouraccount {
    width: 100%;
    background-color: #d1ece1;
}

.salescardmargintop {
    margin-top: -5px;
}

.cardbuttondashboard {
    margin-left: 60%;
    background-color: #EC7D13;
    width: 150px;
    height: 50px;
}

.cardbuttondashboardfundyouraccount {
    margin-left: 40%;
    background-color: #00935A;
    width: 130px;
    height: 50px;
}

.headingmarginleft {
    margin-left: 20px;
}

.rowmargin {
    margin-top: 30px;
    margin-bottom: 30px;
}

.rowmarginfundyouraccount {
    margin-top: 30px;
    margin-bottom: 10px;
}

.btnfund {
    width: 20%;
}

.spanstats {
    float: right;
}

.cardwidth {
    height: 175px;
}

.acccountbalance {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-left: 15px;
    margin-top: 35px;
}

.balancetext {
    font-family: DM Serif Display;
    font-Weight: 400;
    font-Size: 28px;
    Line-height: 30px;
}

.datetext {
    font-family: Public Sans;
    font-Weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.statstext {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    Line-height 24px;
}

.updatedtext {
    font-family: Public Sans;
    font-Weight 400;
    font-Size: 13px;
    line-height: 20px;
    color: lightgray;
}

.h-text {
    font-family: Open Sans;
    font-Weight: 700;
    font-Size: 18px;
    Line-height: 24px
}

.cnictext {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 24px;
    Line-height: 30px
}

.portfolios {
    font-family: Public Sans;
    font-weight: 500;
    font-Size 15px;
    line-height: 17.63px;
    letter-spacing: 0.43px;
}

.hvalue {
    font-family: DM Serif Display;
    font-Weight: 400;
    font-size: 32px;
    line-height: 30px;
}

.spanone {
    font-family: Inter;
    font-weight: 400;
    font-Size: 13px;
    line-height: 18px;
    letter-spacing: -0.5px
}

.spantwo {
    font-family: Public Sans;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px
}

.heading-info {
    font-family: DM Serif Display;
    font-Weight: 400;
    font-size: 24px;
    line-height: 30px;
}

.li-info {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.li-font {
    font-weight: 600;
}

btn-outline-purple {
    border-color: rebeccapurple;
}

.mybtn {
    /*background-color: transparent;
    border: 2px #9E00AD;*/
   
    border-color: #9E00AD;
    color: #9E00AD;
    /*background-color: rgba(1, 41, 112, 0.1);*/
}

    .mybtn:hover {
        background-color: #9E00AD !important;
        color: white !important;
    }

    .mybtn:active {
        background-color: #9E00AD !important;
        color: white !important;
    }

.table-info {
    font-family: Public Sans;
    font-Weight: 600;
    font-Size: 18px;
    Line-height: 30px
}














.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
}

    .dashboard .filter .icon {
        color: #aab7cf;
        padding-right: 20px;
        padding-bottom: 5px;
        transition: 0.3s;
        font-size: 16px;
    }

        .dashboard .filter .icon:hover,
        .dashboard .filter .icon:focus {
            color: #4154f1;
        }

    .dashboard .filter .dropdown-header {
        padding: 8px 15px;
    }

        .dashboard .filter .dropdown-header h6 {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            color: #aab7cf;
            margin-bottom: 0;
            padding: 0;
        }

    .dashboard .filter .dropdown-item {
        padding: 8px 15px;
    }

/* Info Cards */
.dashboard .info-card {
    padding-bottom: 0px;
    background-color: #9f4ab6;
}

    .dashboard .info-card h6 {
        font-size: 28px;
        font-weight: 500;
        color: #ffffff;
        margin: 0;
        padding: 0;
    }

i.bi.bi-bar-chart-fill {
    color: aqua;
}

.dashboard .card-title .sales {
    font-size: 20px;
    color: #ffffff
}

.dashboard .card-title {
    font-size: 20px;
}

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .sales-card .card-icon {
    color: #4154f1;
}

h4.card-title.sales {
    color: black;
}

.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

i.bi.bi-bag-check-fill {
    color: #fc0f03;
}

i.bi.bi-capslock-fill {
    color: #a048a5;
}

.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}

/* Activity */
.dashboard .activity {
    font-size: 14px;
}

    .dashboard .activity .activity-item .activite-label {
        color: #888;
        position: relative;
        flex-shrink: 0;
        flex-grow: 0;
        min-width: 64px;
    }

        .dashboard .activity .activity-item .activite-label::before {
            content: "";
            position: absolute;
            right: -11px;
            width: 4px;
            top: 0;
            bottom: 0;
            background-color: #eceefe;
        }

    .dashboard .activity .activity-item .activity-badge {
        margin-top: 3px;
        z-index: 1;
        font-size: 11px;
        line-height: 0;
        border-radius: 50%;
        flex-shrink: 0;
        border: 3px solid #fff;
        flex-grow: 0;
    }

    .dashboard .activity .activity-item .activity-content {
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .dashboard .activity .activity-item:first-child .activite-label::before {
        top: 5px;
    }

    .dashboard .activity .activity-item:last-child .activity-content {
        padding-bottom: 0;
    }

/* News & Updates */
.dashboard .news .post-item + .post-item {
    margin-top: 15px;
}

.dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
}

.dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
}

    .dashboard .news h4 a {
        color: #012970;
        transition: 0.3s;
    }

        .dashboard .news h4 a:hover {
            color: #4154f1;
        }

.dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
    font-size: 14px;
}

    .dashboard .recent-sales .table thead {
        background: #f6f6fe;
    }

        .dashboard .recent-sales .table thead th {
            border: 0;
        }

    .dashboard .recent-sales .dataTable-top {
        padding: 0 0 10px 0;
    }

    .dashboard .recent-sales .dataTable-bottom {
        padding: 10px 0 0 0;
    }

/* Top Selling */
.dashboard .top-selling {
    font-size: 14px;
}

    .dashboard .top-selling .table thead {
        background: #f6f6fe;
    }

        .dashboard .top-selling .table thead th {
            border: 0;
        }

    .dashboard .top-selling .table tbody td {
        vertical-align: middle;
    }

    .dashboard .top-selling img {
        border-radius: 5px;
        max-width: 60px;
    }

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
}

    .iconslist .icon {
        background-color: #fff;
        border-radius: 0.25rem;
        text-align: center;
        color: #012970;
        padding: 15px 0;
    }

    .iconslist i {
        margin: 0.25rem;
        font-size: 2.5rem;
    }

    .iconslist .label {
        font-family: var(--bs-font-monospace);
        display: inline-block;
        width: 100%;
        overflow: hidden;
        padding: 0.25rem;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666;
    }

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
    max-width: 120px;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 18px;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

    .profile .profile-card .social-links a:hover {
        color: #012970;
    }

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #012970;
}

.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
    max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #4154f1;
}

.faq .basic p {
    color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    padding: 28px 30px;
}

    .contact .info-box i {
        font-size: 38px;
        line-height: 0;
        color: #4154f1;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #012970;
        font-weight: 700;
        margin: 20px 0 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

    .contact .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        animation: animate-loading 1s linear infinite;
    }

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

    .contact .php-email-form input:focus,
    .contact .php-email-form textarea:focus {
        border-color: #4154f1;
    }

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #4154f1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

    .contact .php-email-form button[type=submit]:hover {
        background: #5969f3;
    }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
    padding: 30px;
}

    .error-404 h1 {
        font-size: 180px;
        font-weight: 700;
        color: #4154f1;
        margin-bottom: 0;
        line-height: 150px;
    }

    .error-404 h2 {
        font-size: 24px;
        font-weight: 700;
        color: #012970;
        margin-bottom: 30px;
    }

    .error-404 .btn {
        background: #51678f;
        color: #fff;
        padding: 8px 30px;
    }

        .error-404 .btn:hover {
            background: #3e4f6f;
        }

@media (min-width: 992px) {
    .error-404 img {
        max-width: 50%;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
}

    .footer .copyright {
        text-align: center;
        color: #012970;
    }

    .footer .credits {
        padding-top: 5px;
        text-align: center;
        font-size: 13px;
        color: #012970;
    }

/*--------------------------------------------------------------
# Portfolio Summary
--------------------------------------------------------------*/

.portfoilosummaryaddportfolio {
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #d1ece1;
    box-shadow: 1px 1px white;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: 20px;
    width: 1100px;
}

.pf-search-filter-div {
    Width: 1100px;
    Height: 142px;
    Padding: 24px 0px 24px 0px;
    Gap: 16px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
    border-Radius: 8px;
}
.pf-spacing-inside{
    margin-left:20px;
    margin-right:20px;
}

.mr {
    margin-right: 30px;
}


.addportfolio {
    margin-top: 20px;
    margin-left: 20px;
}

/*--------------------------------------------------------------
# Account statement
--------------------------------------------------------------*/

.accountstatementdiv {
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px white;
    margin-bottom: 40px;
    margin-top: 20px;
}

.account-statement-div {
    Width: 1100px;
    Height: 927px;
    Gap: 26px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    border-Radius: 8px;
}

/*--------------------------------------------------------------
# Transaction
--------------------------------------------------------------*/

.dashboard-transaction-spacing{
    margin-left:20px;
}

.dash-trans-data {
    Width: 1100px;
    Height: 250px;
    Gap: 26px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    border-Radius: 8px;
    margin-top:20px;
}
.transactiondiv {
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px white;
    margin-bottom: 40px;
    margin-top: 20px;
}

.transactionfindaccount {
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #d1ece1;
    box-shadow: 1px 1px white;
    margin-bottom: 40px;
    margin-top: 40px;
}

.right {
    position: absolute;
    right: 0px;
    width: 300px;
    border: 3px solid #73AD21;
    padding: 10px;
}

.buttontransaction {
    margin-left: 80%;
}

.fundyouraccount {
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #d1ece1;
    box-shadow: 1px 1px white;
    margin-bottom: 40px;
    margin-top: 40px;
}

.accordion-button {
    background-color: #ffffff;
}

.btncss {
    height: 40px;
}

.cardtransaction {
    background-color: #ffffff;
}

.tblmargin {
    margin-left: 20px;
}

.tbhead {
    background-color: #ECE1FB;
}


.table-striped > thead > tr > th {
    background-color: #ECE1FB;
}


/*--------------------------------------------------------------
# Payment Service Registration
--------------------------------------------------------------*/

.card-info {
    Width: 1020px;
    Height: 653px;
    border-Radius: 6px;
    Padding: 24px 24px 24px 24px;
    Gap: 26px;
}
/*.block_container {
    text-align: center;
}
.blockone, .blocktwo {
    display: inline;
}*/

#inline {
    width: 100%;
    height: auto;
    display: flex;
}

.blockone {
    width: 10px;
    height: 8px;
    margin: 10px;
}

.blocktwo {
    width: 100%;
    height: 90%;
    margin: 10px;
}

.card-first {
    font-family: Public Sans;
    font-Weight: 500;
    font-size: 14px;
    Line-height: 18px;
}

/*.card-two {
    font-family: Public Sans;
    font-weight: 500;
    font-size: 14px;
    Line-height 18px
}*/

.term-condition {
    color: mediumpurple;
}

.button-otp {
    Width: 130px;
    Height: 38px;
    Padding: 10px, 20px, 10px, 20px;
    Gap: 12px;
}

.card-para {
    font-family: Public Sans;
    font-weight: 800;
    font-size: 14px;
    Line-height: 18px
}

#counter {
    position: relative;
    width: 107px;
    height: 126px;
}

#ring {
    fill: none;
    stroke: #00984A;
    stroke-width: 10;
    stroke-dasharray: 251.32741228718345;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
}

#timer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #333;
}

.Resend-otp {
    color: #00935A;
}
/* Custom Toastr styles */
.toastr-success {
    background-color: #28a745; /* Green background for success */
    color: #fff; /* White text color */
}

.toastr-error {
    background-color: #dc3545; /* Red background for error */
    color: #fff; /* White text color */
}

/*--------------------------------------------------------------
# User Profile css
     */
-body {
    background-color: #F8F7FA;
}
.img-profile {
    Width: 100px;
    Height: 100px;
    border-Radius: 6px;
    Border: 4px solid #ffffff;
}
.btn-edit{
    margin-left:45%;
}
.profile-card {
    Width: 497px;
    Height: 238px;
    border-Radius: 6px;
    Padding: 24px;
    Gap: 26px
}

.containers {
    display: flex;
    flex-wrap: wrap;
}

.profile-card {
    flex: 1;
    margin: 10px; /* Adjust the margin as needed */
height: 200px; /* Set the desired height */
background-color: #ffffff;
border: 1px solid #ddd; /* Optional: Add border for better visibility */
}

.card-left-right {
    margin-left: 17px;
    margin-right: 17px;
}

.profile-card-update {
    flex: 1;
    margin: 10px; /* Adjust the margin as needed */
    background-color: transparent;
    Width: 497px;
    Height: 182px;
    border-Radius: 6px;
    Padding: 24px;
    Gap: 26px
}

.profile-card-up-date {
    flex: 1;
    margin: 10px; /* Adjust the margin as needed */
    background-color: #ffffff;
    Width: 497px;
    Height: 182px;
    border-Radius: 6px;
    Padding: 24px;
    Gap: 26px;
    border: 1px solid #ddd;
}

.btn-profile {
    margin-left: 30px;
}

.col-element {
    Width: 449px;
    Height: 134px;
    Gap: 16px;
}

.bank-detail {
    Width: 343px;
    Height: 30px;
    Gap: 6px
}

.portfolio-detail-card {
    Width: 211.5px;
    Height: 30px;
    gap: 6px;
}

.opening-detail {
    font-family: Public Sans;
    font-Weight: 400px;
    font-Size: 14px;
    Line-height: 22px;
    text-align: Right;
}

.opening-date {
    margin-left: 90px;
    Width: 211.5px;
    Height: 22px;
    Gap: 8px;
}

.text-da {
    font-family: Public Sans;
    font-Weight: 600;
    font-size: 15px;
    line-height: 22px;
}

.text-li {
    font-family: Public Sans;
    font-Weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.subscription-detail {
    Width: 449px;
    Height: 30px;
    Gap: 26px;
}

.profile-dps {
    Width: 1100px;
    Height: 70px;
    border-Radius: 8px;
    Padding: 16px, 24px, 16px, 24px;
    Gap: 12px;
    margin-left: 10px;
}

.profile-inside {
    Width: 836px;
    Height: 30px;
    Gap: 8px;
}

.dark-detail-text {
    font-family: Public Sans;
    font-Weight: 600;
    font-Size: 18px;
    Line-height: 30px;
}

.card-mg {
    margin-left: 40px;
}

.card-name-profile {
    font-family: Public Sans;
    font-Weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.profile-layout {
    Width: 1100px;
    Height: 177px;
    Padding: 20px, 24px, 26px, 24px;
    Gap: 26px;
    margin-left: 10px;
    margin-right: 10px;
}
/*.nav-tabs {
    --bs-nav-tabs-border-color: transparent;
}
.nav {
    --bs-nav-link-color: black;
    --bs-nav-link-hover-color: #ffffff;
}*/
.nav-tabs-up {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: transparent;
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-up {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight:;
    --bs-nav-link-color: black;
    --bs-nav-link-hover-color: #ffffff;
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.bg-success-img {
    --bs-bg-opacity: 1;
}

.containerimg {
    width: 100%;
    height: 70px;
    overflow: hidden;
}

    .containerimg img {
        width: 100%;
        height: 70px;
        display: block;
        object-fit: cover;
    }

.button-scroll-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.scroll-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
}

.left-scroll {
    left: 0;
}

.right-scroll {
    right: 0;
}




/*--------------------------------------------------------------
# edit User Profile css
     */

body {
}

.profile-edit-width-height {
    Width: 512px;
    Height: 400px;
    Gap: 26px;
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-head {
    Width: 464px;
    Height: 58px;
    gap: 6px;
}

.card-head-font {
    font-family: Public Sans;
    font-Weight: 600;
    font-Size: 18px;
    Line-height: 30px;
}

.card-font-pone {
    font-family: Public Sans;
    font-Weight: 400;
    font-Size: 15px;
    line-height: 22px;
}

.card-inside-info {
    Width: 464px;
    Height: 60px;
    Gap: 8px;
}

.card-value {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
}

.card-input-value {
    Width: 464px;
    Height: 38px;
    border-Radius: 2px;
    Padding: 7px, 14px, 7px, 14px;
    Gap: 12px;
}

.margin-card-profile {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.top-heap-main {
    font-family: Public Sans;
    font-Weight: 600;
    font-size: 22px;
    line-height: 30px;
}

.top-heap-main-li {
    font-family: Public Sans;
    font-Weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: lightgray;
}

.resend-otp-col {
    margin-left: 125px;
}

.back-confirm-info {
    Width: 464px;
    Height: 54px;
    Padding: 16px, 0px, 0px, 0px;
    Gap: 16px;
}

.confirm-edit-info-profile {
    margin-left: 78px;
}

.card-head-main {
    Width: 464px;
    Height: 45px;
    Gap: 2px;
}

.card-head-font-main {
    Width: 464px;
    Height: 21px;
    font-family: Public Sans;
    font-Weight: 600;
    font-size: 15px;
    line-height: 21px;
}

.card-head-font-para {
    Width: 464px;
    Height: 22px;
    font-family: Public Sans;
    font-Weight: 400;
    font-size: 15px;
    line-height: 21px;
}

.t-remaining {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.45px;
    Letter-spacing: 0.43px;
    Width: 151px;
    Height: 16px;
}

.resend-color {
    color: #979797;
}

.disclaimer-size {
    font-family: Public Sans;
    font-Weight: 600;
    font-size: 26px;
    line-height: 36px;
    Width: 657.1px;
    Height: 36px;
    color: #DB4437;
}

.disclaimer-text-dark {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #1F2233;
}

.disclaimer-text-dark-li {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #1F2233;
}

.modal-size {
    Width: 787.1px;
    Height: 604px;
    Top: 751px;
    Left: 38558px;
    border-Radius: 6px;
    Padding: 65px;
    Gap: 16px;
}

.disc-modal-margin {
    margin-left: 50px;
    margin-right: 50px;
}

.btn-disclaimer {
    margin-left: 330px;
}

.disclaimer-link {
    color: #9E00AD;
}

/*--------------------------------------------------------------
# Complaint & Request css
     */
body {
}

.compl-req {
    Width: 1025px;
    Height: 730px;
    Top: 16px;
    Left: 335px;
    Gap: 26px;
}

.cr-main {
    Width: 1100px;
    Height: 70px;
    border-Radius: 8px;
    Padding: 16px 24px 16px 24px;
    Gap: 12px;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.cr-heading {
    font-family: Public Sans;
    font-Weight: 600;
    font-size: 22px;
    Line-height: 30px;
    Width: 841px;
    Height: 30px;
}

.div-new-cr-btn {
    Width: 1025px;
    Height: 38px;
    Gap: 10px;
}

.new-cr-btn {
    Width: 246px;
    Height: 38px;
    border-radius: 6px;
    margin-left: 85%;
}

.searchfilter-div {
    Width: 1100px;
    Height: 142px;
    border-radius: 6px;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.head-search-filter {
    Width: 1100px;
    Height: 24px;
    Padding: 0px 24px 0px 24px;
}

.main-head-search-filter-div {
    font-family: Public Sans;
    font-Weight: 600;
    font-size: 18px;
    line-height: 24px;
    Width: 110px;
    Height: 24px;
}

.search-filter-element {
    padding-left: 20px;
}

.table-div-cr {
    Width: 1100px;
    Height: 402px;
    border-radius: 6px;
    Padding: 24px 0px 24px 0px;
    Gap: 9px;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.table-head-div {
    Width: 318px;
    Height: 30px;
    Padding: 0px 24px 0px 24px;
    Gap: 10px;
}

.table-main-heading-cr {
    font-family: Public Sans;
    font-Weight: 600;
    font-size: 18px;
    line-height: 30px;
}

.table-anchor tbody tr a {
    color: #9E00AD !important;
    background-color: #fcfcfc;
}
.table tbody tr a {
    color: #9E00AD !important;
    background-color: #fcfcfc;
}
.table-anchor thead tr th {
    background-color: #fbf9ff;
}

.table-anchor > :not(:last-child) > :last-child > * {
    border-bottom-color: #ededed;
}

.table-anchor tbody tr td {
    background-color: #fcfcfc;
}

.table-anchor tbody tr td {
    padding: 1.5rem 0.5rem;
}

.table-anchor tbody tr th {
    padding: 1.5rem 0.5rem;
}

.table-anchor tbody tr th {
    background-color: #fcfcfc;
}

.table > :not(caption) > * > * {
    background-color: #fcfcfc;
}

.table-anchor thead tr th {
    padding-left: 20px;
}

.table-anchor tbody tr th {
    padding-left: 20px;
}

.table-anchor tbody tr td {
    padding-left: 20px;
}



/*--------------------------------------------------------------
# Customer SUPPORT css
     */
body {
}

.support-main-div {
    Width: 1020px;
    Height: 460px;
    Top: 16px;
    Left: 340px;
    Gap: 26px;
}

.support-main-heading-div {
    Width: 1100px;
    Height: 70px;
    border-Radius: 8px;
    Padding: 16px 24px 16px 24px;
    Gap: 12px;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.support-sub-heading-div {
    Width: 836px;
    Height: 30px;
    Gap: 8px;
}

.support-main-heading {
    font-family: Public Sans;
    font-Weight: 600;
    font-Size: 22px;
    line-height: 30px;
    Width: 836px;
    Height: 30px;
}

.support-main-div-down {
    Width: 1100px;
    Height: 364px;
    Gap: 26px;
}

.card-one-support {
    margin-left: 20px;
}

.row-support {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    /* margin-right: -15px; */
    /* margin-left: -15px; */
}

.support-card-green {
    background-color: #00935A;
    color: #ffffff;
    margin-left: 30px;
    border-radius: 4px;
}

.support-dark-info {
    font-family: DM Serif Display;
    font-Weight: 400;
    font-size: 14px;
    line-height: 20px;
    Width: 227px;
    Height: 20px;
    color: #000000;
}

.support-green-info {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    Width: 227px;
    Height: 21px;
    color: #00935A
}

.support-registered-office {
    font-family: DM Serif Display;
    font-Weight: 400;
    font-size: 14px;
    line-height: 18px;
    Width: 227px;
    Height: 18px;
    color: #4B465C
}

.message-container-support {
    Width: 705px;
    Height: 60px;
    border-radius: 4px;
    Border: 1px solid #DBDADE;
    color: #DBDADE;
}

.support-second-main {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    Width: 615px;
    Height: 22px;
    color: #000000;
}

.support-light-text {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    Line-height: 22px;
    Width: 615px;
    Height: 44px;
    color: #6f6b7d;
}

.support-selection {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    Height: 14px;
    color: #000000;
}

.support-type {
    margin-left: 45%;
}

.btn-support-submit {
    margin-left: 80%;
}





.loader {
    display: none;
    position: fixed;
    z-index: 9999;
    /*top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7) url('loader.gif') center no-repeat;
}
#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*--------------------------------------------------------------
# Certificate css
     */

body {
}

.certificates-main-div {
    Width: 1150px;
    Height: 660px;
    Top: 60px;
    Left: 310px;
    Gap: 26px;
    position: absolute;
}

.certificate-main-heading-div {
    Width: 750px;
    Height: 750px;
    border-Radius: 8px;
    Padding: 16px 24px 16px 24px;
    Gap: 12px;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    /*margin-left: 20px;*/
}

.certificate-sub-heading-div {
    Width: 972px;
    Height: 50px;
    Gap: 6px;
}
.infoDiv {
    margin-top:80px;

}
.certificate-type {
    /*font-family: Public Sans;*/
    font-Weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    Width: 972px;
    Height: 22px;
}

.select-cer {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    Width: 972px;
    Height: 22px;
    color: #6f6b7d;
}

.cer-div-sec {
    Width: 1045px;
    Height: 170px;
    Padding: 26px 0px 26px 0px;
    Gap: 22px;
}

.cer-card {
    Width: 226.5px;
    Height: 118px;
    border-Radius: 6px;
    Border: 1.5px;
    Padding: 20px;
    Gap: 8px;
    border: 1.5px solid #DBDADE;
}
.cer-card-selected {
    Width: 226.5px;
    Height: 118px;
    border-Radius: 6px;
    Border: 1.5px;
    Padding: 20px;
    Gap: 8px;
    border: 1.5px solid #DBDADE;
}

.cer-heading {
    Width: 220.5px;
    Height: 52px;
    Gap: 4px;
}

.cer-text {
    font-family: Public Sans;
    font-weight: 600;
    font-Size: 20px;
    line-height: 26px;
    text-Align: Center
}

.cer-pid-edate-div {
    Width: 1050px;
    Height: 112px;
    Padding: 26px 0px 26px 0px;
    Gap: 40px;
}

.cer-text-sub {
    Font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    Width: 100px;
    Height: 14px;
    color: #000000;
}

.mybtn-cer {
    background-color: #f8ebf9;
}

.custom-btn-width {
    width: 150px;
}

.btn-cer-margin {
    margin-left: 70%;
}

.card-inside-dark {
    font-family: Public Sans;
    font-Weight: 600;
    font-size: 20px;
    line-height: 26px;
    Width: 210.5px;
    Height: 52px;
}


/*--------------------------------------------------------------
# Subscription View css
     */
body {
}

.subscription-main-div {
    Width: 1150px;
    Height: 550px;
    Top: 16px;
    Left: 340px;
    Gap: 26px;
}

.subscription-main-heading-div {
    Width: 1100px;
    Height: 70px;
    border-Radius: 8px;
    Padding: 16px 24px 16px 24px;
    Gap: 12px;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.subscription-main-heading {
    font-family: Public Sans;
    font-Weight: 600;
    font-Size: 22px;
    line-height: 30px;
    Width: 836px;
    Height: 30px;
}

.sub-tab-layout {
    Width: 1020px;
    Height: 38px;
    Gap: 20px;
}

.subscription-newmain-heading-div {
    Width: 1100px;
    Height: 390px;
    border-Radius: 8px;
    Padding: 16px 24px 16px 24px;
    Gap: 12px;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.sub-heading-div-subscription {
    Width: 972px;
    Height: 56px;
    Gap: 6px;
}

.sms-subscri {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    Line-height: 30px;
    Width: 972px;
    Height: 30px;
}

.select-sub-portfolio {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    Width: 972px;
    Height: 20px;
}

.subscription-pid {
    Width: 972px;
    Height: 60px;
    Gap: 8px;
}

.sub-reg-number {
    font-family: Public Sans;
    font-Weight: 600;
    font-size: 15px;
    line-height: 22px;
    Width: 972px;
    Height: 22px;
}

.sub-reg-number-num {
    font-family: Public Sans;
    font-Weight: 400;
    font-size: 15px;
    line-height: 22px;
    Width: 972px;
    Height: 22px;
}

.sub-advertisement {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    Width: 948px;
    Height: 11px;
}
/*--------------------------------------------------------------
# Subscription View css
     */

body {
}

.login-main-div {
    Width: 1330px;
    Height: 550px;
    Top: 120px;
    Left: 92px;
    border-Radius: 20px;
    Padding: 30px;
    Gap: 30px;
    background-color: #FFFFFF;
    margin-left: 100px;
    /*margin-top: 150px;*/
    margin-bottom: 100px;
}

.login-div-one {
    Width: 550px;
    Height: 500px;
    Justify-content: space-between;
    border: 1px solid transparent;
    margin-right: 10px;
}

.login-div-two {
    Width: 616px;
    Height: 500px;
    border-Radius: 20px;
    Padding: 50px 40px 50px 40px;
    Gap: 10px;
    border: 1px solid transparent;
    margin-left: 10px;
    background-image: url("/Images/Flagalmeezan.png");
    background-color: #763c88;
    object-fit: cover;
    background-position: 20%;
    color: #ffffff;
}

.login-one-logo {
    Width: 262px;
    Height: 105px;
    Gap: 20px;
    border: 1px solid transparent;
    margin-left: 170px;
}

.logo-one-image {
    Width: 210px;
    Height: 72px;
    margin-left: 35px;
}

.logo-one-image-text {
    font-family: Public Sans;
    font-Weight: 600;
    font-size: 26px;
    line-height: 30px;
}

.logo-one-div-two-form {
    Width: 620px;
    Height: 300px;
    Gap: 30px;
    border: 1px solid transparent;
}

.individual-login {
    margin-left: 45px;
}

.login-forget-password {
    margin-left: 73%;
}

.login-div-one-last {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-Align: Center;
    Width: 550px;
    Height: 24px;
    color: #1D2733;
}

.login-div-second {
    Width: 500px;
    Height: 415px;
    Justify-content: space-between;
    border: 1px solid transparent;
}

.login-div-sec-amone {
    Width: 125px;
    Height: 61px;
    border: 1px solid transparent;
}

.login-div-sec-main {
    Width: 500px;
    Height: 214px;
    Gap: 30px;
    border: 1px solid transparent;
}

.digicert {
    Width: 68px;
    Height: 55px;
    border: 1px solid transparent;
}

.login-second-div-tl {
    Width: 500px;
    Height: 50px;
    Gap: 50px;
    border: 1px solid transparent;
}

.login-envelope {
    color: #7367F0;
}

.login-telephone {
    color: #7367F0;
}

.login-customer-info {
    Font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    Width: 113px;
    Height: 14px;
}

.indiv-login {
    Font-family: Public Sans;
    font-weight: 700;
    font-size: 26px;
    line-height: 24px;
    Width: 196px;
    Height: 24px;
}

.indiv-login-data {
    Font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    Width: 480px;
    Height: 80px;
    color: #FFFFFF;
}

.tfn {
    Font-family: Public Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 15.28px;
    Width: 99px;
    Height: 15px;
    color: #FFFFFF;
}

.tfnd {
    Font-family: DM Serif Display;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.94px;
    Width: 152px;
    Height: 22px;
    color: #FFFFFF;
}

.login-background-layout {
    background-image: url("/Images/background.jpg");
    background-color: transparent;
    object-fit: cover;
    background-position: 20%;
    padding-top: 150px;
}

.my-main-login-back {
    width: 100%;
    height: 100%;
}

.btn-width-register {
    margin-left: 90%;
}

.user-id-setpasss {
    Font: Public Sans;
    font-Weight: 600;
    font-Size: 14px;
    Line-height: 20px;
    text-Align: Center;
    Width: 323px;
    Height: 20px;
}
input#RBbalanceCertificate  {
    margin-left: 4.5em;

}
input#RBInvestmentCertificate {
    margin-left: 4.5em;
}
input#RBTaxCertificate {
    margin-left: 4.5em;
}
input#RBbalanceConsolidateCertificate {
    margin-left: 4.5em;
}

/*--------------------------------------------------------------
# Beneficiary View css*/
body {
}

.add-biller-bene {
    Height: 38px;
    Gap: 10px;
    margin-left: 84%;
}

.add-biller-main-div {
    Width: 1100px;
    Height: 100%;
    Top: 16px;
    Left: 340px;
    Gap: 26px;
}

.bill-table-div {
    Width: 1100px;
    Height: 311px;
    top: 16px;
    border-radius: 6px;
    Padding: 24px 0px 24px 0px;
    Gap: 26px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.search-ml {
    margin-left: 35%%;
}

.bene-list {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    Width: 134px;
    Height: 30px;
    color: #000000;
}

.beneficary-div-pt {
    Width: 497px;
    Height: 614px;
    padding: 24px;
    Gap: 26px;
    border-radius: 6px;
    background-color: #FFFFFF;
    margin-left: 30px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.bill-add-div {
    Width: 972px;
    Height: 56px;
    Gap: 6px
}

.add-biller-beneficar {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    Width: 972px;
    Height: 30px;
}

.add-biller-beneficar-element {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    Width: 972px;
    Height: 20px;
}

.btn-next-add-bene {
    margin-left: 77%;
}

.add-biller-selection-text {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /*Width: 912px;*/
}

.add-biller-company-customer-bn {
    Width: 1050px;
    Height: 126px;
    border-radius: 8px;
    Border: 1px solid transparent;
    Padding: 24px;
    Gap: 8px;
    background-color: #FCF7FC;
}

.resend-bill-otp {
    margin-left: 70px;
    color: #979797;
}

.add-biller-verify-text {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    Width: 972px;
    Height: 21px;
}

.add-biller-verify-text-sub {
    font-family: Public Sans;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    Width: 972px;
    Height: 22px;
}

.biller-time-remaining-text {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.45px;
    Width: 972px;
    Height: 22px;
}

.biller-div-customer-details {
    Font: Public Sans;
    font-weight: 400;
    font-Size: 14px;
    line-height: 22px;
    Width: 100px;
    Height: 22px;
    color: #000000;
}

.biller-div-customer-details-dark {
    Font: Public Sans;
    font-weight: 500;
    font-Size: 14px;
    line-height: 22px;
    Width: 100px;
    Height: 22px;
    color: #000000;
}

.btn-play-biller-transaction {
    margin-left: 80%;
}

.biller-trans-div {
    Width: 1100px;
    Height: 462px;
    Gap: 26px;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.enter-amount-from-trans {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.1px;
    letter-spacing: 0.43px;
    Width: 226px;
    Height: 14px;
}

.biller-img-main {
    Width: 176px;
    Height: 60px;
    border: 1px solid transparent;
    margin-left: 30%;
}

.biller-trans-div-main-img {
    Width: 1100px;
    Height: 582px;
    Gap: 26px;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.biller-trans-sub {
    Width: 464px;
    Height: 470px;
    Gap: 94px;
    border: 1px solid transparent;
    margin-left: 30%;
}

.biller-inside-info-div {
    Width: 464px;
    Height: 320px;
    border-radius: 8px;
    Padding: 80px 24px 24px 24px;
    Gap: 8px;
    border: 1px solid transparent;
    margin-top: 20%;
    background-color: #E8F0EF;
}

.inv-dd-btn-download {
    margin-left: 170px;
}

.payment-success-text-bill {
    font-family: Public Sans;
    font-weight: 700;
    font-size: 22px;
    Line-height: 38px;
    text-Align: Center;
    Width: 416px;
    Height: 38px;
}

.payment-success-text-bill-sub {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 13px;
    Line-height: 18px;
    Height: 18px;
}

.payment-success-text-bill-sub {
    font-family: Public Sans;
    font-weight: 550;
    font-size: 15px;
    Line-height: 18px;
    Height: 18px;
}

.bene-list-up {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    Width: 134px;
    Height: 30px;
    color: #000000;
    margin-left: 20px;
}

.inv-video-div-billtopup {
    Width: 435px;
    Height: 313px;
    border-radius: 6px;
    padding: 24px;
    gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

Bill-info-div-margin {
    margin-left: 10px;
    margin-right: 10px;
}

.beneficary-div-pt-info-cardthree {
    Width: 620px;
    Height: 559px;
    padding: 24px;
    Gap: 26px;
    border-radius: 6px;
    background-color: #FFFFFF;
    margin-left: 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.add-biller-company-customer-bn-card-three {
    Width: 570px;
    Height: 126px;
    border-radius: 8px;
    Border: 1px solid transparent;
    Padding: 24px;
    Gap: 8px;
    background-color: #FCF7FC;
}

.btn-next-add-bene-up-card-three {
    margin-left: 80%;
}

.inv-video-div-billtopup-up {
    Width: 465px;
    Height: 313px;
    border-radius: 6px;
    padding: 24px;
    gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.bill-transaction-ref-id-font {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    Width: 130px;
    Height: 22px;
}

.bill-transaction-ref-id-font-col {
    font-family: Public Sans;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    Width: 272px;
    Height: 22px;
    color: #9E00AD;
}

.bill-trans-main-width-height {
    Width: 610px;
    Height: 462px;
    border-radius: 6px;
    Padding: 24px;
    Gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.transfer-to-div-main {
    Width: 564px;
    Height: 140px;
    border-radius: 8px;
    Border: 1px solid #FCF7FC;
    Padding: 16px 24px 16px 24px;
    Gap: 8px;
    background-color: #FCF7FC;
}

.btn-play-biller-transaction-up {
    margin-left: 64%;
}

.font-transfer-to-bill-trans {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    Width: 78px;
    Height: 22px;
}

.font-other-ele-bill-trans {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    Width: 120px;
    Height: 22px;
    color: #000000;
}

.inside-selection-bill-trans {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #999999;
}

.card-review-div-bill-trans {
    Width: 610px;
    Height: 361px;
    border-radius: 6px;
    Padding: 24px;
    Gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.card-review-bill-trans-sub {
    Width: 562px;
    Height: 233px;
    border-radius: 8px;
    Border: 1px solid #FCF7FC;
    Padding: 16px 24px 16px 24px;
    Gap: 7px;
    background-color: #FCF7FC;
}

.review-card-btn {
    padding-top: 50px;
}

.sub-tab-layout-transaction-bill {
    Width: 1020px;
    Height: 100%;
    Gap: 20px;
}

.inv-video-div-invraast-bill-trans {
    Width: 465px;
    Height: 350px;
    border-radius: 6px;
    padding: 24px;
    gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-left-right-tr {
    margin-left: 15%;
    margin-right: 17px;
}
/*--------------------------------------------------------------
# Investment View css
     */

/*--------------------------------------------------------------
# Investment Modal
--------------------------------------------------------------*/


.inv-modal-alert-div {
    Width: 657.1px;
    Height: 410px;
    Padding: 0px 0px 10px 0px;
    Gap: 12px;
    margin-left: 100px;
    margin-top: 40px;
}

.btn-inv-modal-alert-div {
    Width: 657.1px;
    Height: 48px;
    Padding: 10px 0px 0px 0px;
    Gap: 18px;
    margin-top: 40px;
}

.btn-yes-modal-inv {
    margin-left: 80%;
}

.modal-sec-div {
    Width: 657.1px;
    Height: 352px;
}

.modal-alert-font {
    font-family: Public Sans;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #DB4437;
}

.modal-alert-info-font-li {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
}

.modal-alert-info-font-da {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}

.modal-alert-info-font-li-color {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #9E00AD;
}

/*.modal-content-up {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 787.1px;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    height: 604px;
}*/

/*--------------------------------------------------------------
# Redemption Modal
--------------------------------------------------------------*/




.redemption-main-bloack {
    Width: 1100px;
    Height: 100%;
    Top: 16px;
    Left: 340px;
    Gap: 26px;
}

.redem-card-one {
    Width: 610px;
    Height: 332px;
    border-Radius: 6px;
    Padding: 24px;
    Gap: 26px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.portfolio-holding-details-redem {
    Width: 455px;
    Height: 282px;
    border-radius: 6px;
    Padding: 18px 12px 18px 12px;
    Gap: 14px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-top: 103px;
}

.redemption-note {
    Width: 455px;
    Height: 160px;
    border-radius: 6px;
    Padding: 20px;
    Gap: 24px;
    background-color: #f8e5e8;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-top: 30px;
}

.redem-inside-div-note {
    Width: 399px;
    Height: 120px;
}

.note-redemption-font {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.note-info-redemption-font {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.portfolio-holding-details-info {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.portfolio-holding-details-information {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
}

.pf-holding-inside-info-card-spacing {
    Width: 415px;
    Height: 210px;
    Padding: 16px 17px 0px 17px;
    Gap: 50px;
}

.redem-card-margin {
    padding-left: 20px;
}

.redem-card-two {
    Width: 610px;
    Height: 556px;
    border-Radius: 6px;
    Padding: 24px;
    Gap: 26px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.trans-detail-div {
    Width: 507px;
    Height: 48px;
    Gap: 6px;
}

.redemption-pf-div {
    Width: 560px;
    Height: 104px;
    border-Radius: 8px;
    border: 1px solid #FCF7FC;
    Padding: 24px;
    Gap: 14px;
    background-color: #FCF7FC;
}

.value-unit-allunit-redem {
    Width: 560px;
    Height: 240px;
    Gap: 26px;
}

.btn-redem-div {
    Width: 560px;
    Height: 46px;
    border-radius: 6px;
    Padding: 4px;
    Gap: 19px;
    background-color: #FCF7FC;
    margin-top: 20px;
}

.redem-text-input {
    Font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    Width: 120px;
    Height: 14px;
    color: #000000;
}

.sub-tab-layout-up {
    Width: 1100px;
    Height: 100%;
    Gap: 20px;
}

.redem-trans-det-font {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.redem-trans-det-font-li {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.redem-td-pfolio-font-dark {
    font-family: Public Sans;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}

.redem-td-pfolio-font-li {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.redem-fund-font {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px
}

.redem-fund-font-da {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px
}

.redem-card-three {
    Width: 610px;
    Height: 487px;
    border-radius: 6px;
    Padding: 24px;
    Gap: 26px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.redemption-pf-div-review {
    Width: 560px;
    Height: 160px;
    border-Radius: 8px;
    border: 1px solid #FCF7FC;
    Padding: 24px;
    Gap: 14px;
    background-color: #FCF7FC;
}

.redemption-review-pfolio-font {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.redemption-review-pfolio-font-da {
    font-family: Public Sans;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}

.redempt-redeem-font {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}

.redem-confirm-text {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.redem-term-cond-div {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.redem-term-cond-div-link {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #9E00AD;
}

.btn-redem-confirm-margin {
    margin-left: 55%;
}

.redem-td-btn-div {
    font-family: Public Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.redemption-inwords {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
}

.redemption-inwords-sub {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
}

.pf-holding-detail-redem-current-bal {
    font-family: Public Sans;
    font-Weight: 400;
    font-size: 12px;
    line-height: 22px;
}

.portfolio-holding-details-information-dark {
    font-family: Public Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.portfolio-holding-details-information-purple {
    font-family: Public Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #9E00AD;
}

.portfolio-holding-details-information-green {
    font-family: Public Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #00935A;
}

.rede-portfolio-fund-font {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.rede-portfolio-fund-font-sub {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.main-inv-div-updated-redem {
    Width: 1100px;
    Height: 100%;
    Gap: 26px;
    margin-left: 20px;
}

.div-inv-amount-new-redem {
    Width: 580px;
    Height: 235px;
    border-Radius: 8px;
    Border: 1px;
    Padding: 24px;
    Gap: 14px;
    background-color: #FCF7FC;
    margin-top: 25px;
}

.redem-confirm-reference {
    Font-family: Public Sans;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}

.redem-confirm-reference-value {
    Font-family: Public Sans;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #9E00AD;
}

.redem-pfolio-font-confirm {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.redem-pfolio-font-confirm-dark {
    font-family: Public Sans;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}

.redem-from-confirm {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.redem-from-confirm-value {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.redem-conversion-confirm {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.redem-amount {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}

.redem-amount-value {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}

.conversion-card-one {
    Width: 610px;
    Height: 398px;
    border-Radius: 6px;
    Padding: 24px;
    Gap: 26px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.conver-t-unitvalue-div {
    Width: 285px;
    Height: 65px;
    Padding: 0px 0px 16px 0px;
    Gap: 113px;
    margin-left: 130px;
}

.conversion-totalunitsvalue-font {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-Align: Center;
}

.conversion-value-font {
    font-family: Public Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-Align: Center;
    color: #9E00AD;
}

.btn-conver-div {
    Width: 560px;
    Height: 46px;
    border-radius: 6px;
    Padding: 4px;
    Gap: 19px;
    background-color: #FCF7FC;
    margin-top: 10px;
}

.conver-pfolio-text-dark {
    font-family: Public Sans;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}

.conver-pfolio-text-li {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.portfolio-holding-details-conver {
    Width: 442px;
    Height: 282px;
    border-radius: 6px;
    Padding: 18px 12px 18px 12px;
    Gap: 14px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-top: 7px;
}

.redemption-note-up {
    Width: 442px;
    Height: 160px;
    border-radius: 6px;
    Padding: 20px;
    Gap: 24px;
    background-color: #f8e5e8;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-top: 30px;
}

.conversion-card-one-up {
    Width: 625px;
    Height: 398px;
    border-Radius: 6px;
    Padding: 24px;
    Gap: 26px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.redem-card-two-up {
    Width: 625px;
    Height: 556px;
    border-Radius: 6px;
    Padding: 24px;
    Gap: 26px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.redem-card-three-up {
    Width: 625px;
    Height: 487px;
    border-radius: 6px;
    Padding: 24px;
    Gap: 26px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.from-to-conversion-div {
    Width: 415px;
    Height: 54px;
    justify-content: space-between;
    margin-left: 5px;
}


/*--------------------------------------------------------------
# Support Modal
--------------------------------------------------------------*/

body {
}

.support-main-div {
    Width: 1020px;
    Height: 460px;
    Top: 16px;
    Left: 340px;
    Gap: 26px;
}

.support-main-heading-div {
    Width: 1100px;
    Height: 70px;
    border-Radius: 8px;
    Padding: 16px 24px 16px 24px;
    Gap: 12px;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.support-sub-heading-div {
    Width: 836px;
    Height: 30px;
    Gap: 8px;
}

.support-main-heading {
    font-family: Public Sans;
    font-Weight: 600;
    font-Size: 22px;
    line-height: 30px;
    Width: 836px;
    Height: 30px;
}

.support-main-div-down {
    Width: 1100px;
    Height: 364px;
    Gap: 26px;
}

.card-one-support {
    margin-left: 20px;
}

.row-support {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    /* margin-right: -15px; */
    /* margin-left: -15px; */
}

.support-card-green {
    background-color: #00935A;
    color: #ffffff;
    margin-left: 30px;
    border-radius: 4px;
}

.support-dark-info {
    font-family: DM Serif Display;
    font-Weight: 400;
    font-size: 14px;
    line-height: 20px;
    Width: 227px;
    Height: 20px;
    color: #000000;
}

.support-green-info {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    Width: 227px;
    Height: 21px;
    color: #00935A
}

.support-registered-office {
    font-family: DM Serif Display;
    font-Weight: 400;
    font-size: 14px;
    line-height: 18px;
    Width: 227px;
    Height: 18px;
    color: #4B465C
}

.message-container-support {
    Width: 705px;
    Height: 60px;
    border-radius: 4px;
    Border: 1px solid #DBDADE;
    color: #DBDADE;
}

.support-second-main {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    Width: 615px;
    Height: 22px;
    color: #000000;
}

.support-light-text {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    Line-height: 22px;
    Width: 615px;
    Height: 44px;
    color: #6f6b7d;
}

.support-selection {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    Width: 54px;
    Height: 14px;
    color: #000000;
}

.support-type {
    margin-left: 45%;
}

.btn-support-submit {
    margin-left: 80%;
}





/*--------------------------------------------------------------
# Test Modal
--------------------------------------------------------------*/


.inv-modal-alert-div {
    Width: 657.1px;
    Height: 410px;
    Padding: 0px 0px 10px 0px;
    Gap: 12px;
    margin-left: 100px;
    margin-top: 40px;
}

.btn-inv-modal-alert-div {
    Width: 657.1px;
    Height: 48px;
    Padding: 10px 0px 0px 0px;
    Gap: 18px;
    margin-top: 40px;
}

.btn-yes-modal-inv {
    margin-left: 80%;
}

.modal-sec-div {
    Width: 657.1px;
    Height: 352px;
}

.modal-alert-font {
    font-family: Public Sans;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #DB4437;
}

.modal-alert-info-font-li {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
}

.modal-alert-info-font-da {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}

.modal-alert-info-font-li-color {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #9E00AD;
}

/*.modal-content-up {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 787.1px;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    height: 604px;
}*/



/*--------------------------------------------------------------
# Tutorials Modal
--------------------------------------------------------------*/

body {
}

.tutorial-main-div {
    Width: 730px;
    Height: 674px;
    Gap: 26px;
    border: 1px solid transparent;
}

.tutorial-search-bar-div {
    Width: 730px;
    Height: 50px;
    Gap: 20px;
    border: 1px solid transparent;
}

.tutorials-video-inside-text {
    Width: 219px;
    Height: 22px;
    Top: 132px;
    font-family: Public Sans;
    font-synthesis-weight: 400;
    font-size: 13px;
    line-height: 22px;
}

.tutorials-buttons-main {
    Width: 730px;
    Height: 34px;
    Justify-content: space-between;
    border: 1px solid transparent;
}

.tutorials-no-of-pages {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}

.tutorials-main-font {
    Font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    Width: 369px;
    Height: 22px;
}

.tutorials-sub-font {
    Font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    Width: 369px;
    Height: 22px;
    color: #6f6b7d;
}

.buttons-text-tutorials {
    font-family: Public Sans;
    font-weight: 600;
    font-Size: 15px;
    line-height: 21px;
}





/*--------------------------------------------------------------
# Update Cnic Modal
--------------------------------------------------------------*/


body {
}

.update-pass-main-div {
    Width: 1100px;
    Height: 425px;
    border-Radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.cnic-front-back {
    Width: 366px;
    Height: 213px;
    border-radius: 8px;
    background-color: #ebf6f2;
}

.up-cnic-front-back {
    Width: 219px;
    Height: 128px;
    Top: 43px;
    Left: 70px;
    border-Radius: 8px;
    Border: 1px solid black;
    background-color: #ffffff;
    position: relative;
}

.btn-width-height {
    Width: 366px;
    Height: 70px;
}

.btn-up-cnic {
    margin-left: 75%;
}
/*.container-update-pass {
    position: absolute;
    bottom: 150px;
    left: 50px;
    font-size: 170px;
    width: 218px;
    height: 128px;
}*/


.up-cnic-margin {
    margin-left: 30px;
}

.btn-link {
    text-decoration: none;
}

.up-cnic-font-front-back {
    font-family: Public Sans;
    font-Weight: 600;
    font-size: 18px;
    line-height: 24px;
}


/*--------------------------------------------------------------
# Fund Transfer Modal
--------------------------------------------------------------*/

body {
}

.inv-video-div-fund-transfer {
    Width: 435px;
    Height: 350px;
    border-radius: 6px;
    padding: 24px;
    gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.beneficary-div-pt-up {
    Width: 630px;
    Height: 450px;
    padding: 24px;
    Gap: 26px;
    border-radius: 6px;
    background-color: #FFFFFF;
    margin-left: 30px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.div-fund-transfer-margin {
    margin-left: 30px;
}

.beneficary-div-pt-info-cardthree-up {
    Width: 610px;
    Height: 559px;
    padding: 24px;
    Gap: 26px;
    border-radius: 6px;
    background-color: #FFFFFF;
    margin-left: 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.btn-next-add-bene-up-card-three-up {
    margin-left: 65%;
}

.inv-video-div-fund-transfer-up {
    Width: 465px;
    Height: 350px;
    border-radius: 6px;
    padding: 24px;
    gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.bill-trans-main-width-height-up {
    Width: 610px;
    Height: 596px;
    border-radius: 6px;
    Padding: 24px;
    Gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.fund-transfer-input-label {
    Font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    Width: 200px;
    Height: 14px;
    color: #000000;
}

.fund-transfer-transaction {
    font-family: Public Sans;
    font-weight: 600;
    font-Size: 18px;
    line-height: 24px;
}

.ft-transfer-from {
    font-family: Public Sans;
    font-weight: 600;
    font-Size: 15px;
    line-height: 22px;
}

.card-review-div-bill-trans-up {
    Width: 610px;
    Height: 471px;
    border-radius: 6px;
    Padding: 24px;
    Gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.card-review-bill-trans-sub-up {
    Width: 562px;
    Height: 303px;
    border-radius: 8px;
    Border: 1px solid #FCF7FC;
    Padding: 16px 24px 16px 24px;
    Gap: 7px;
    background-color: #FCF7FC;
}

.review-card-btn-up {
    padding-top: 30px;
}

.ft-review-amount {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}

.ft-review-amount-value {
    font-family: Public Sans;
    font-weight: 600;
    font-Size: 15px;
    line-height: 24px;
}

.fund-transfer-success-font {
    font-family: Public Sans;
    font-Weight: 400;
    font-Size: 13px;
    line-height: 18px;
}

.fund-transfer-success-font-amount {
    font-family: Public Sans;
    font-Weight: 400;
    font-Size: 18px;
    line-height: 18px;
}

/*--------------------------------------------------------------
# Activity Log Modal
--------------------------------------------------------------*/



body {
}
.activity-log-spacing{
    margin-left:20px;
}

.activity-main-div-card {
    Width: 1100px;
    Height: 264px;
    Gap: 26px;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.activity-log-submit {
    margin-left: 70%;
}

.inv-table-div-raast {
    Width: 1100px;
    Height: 251px;
    border-radius: 6px;
    Padding: 24px 0px 24px 0px;
    Gap: 9px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.activity-log-search-activity {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    Width: 972px;
    Height: 22px;
}

.activity-log-search-activity-sub {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    Width: 972px;
    Height: 22px;
}

.activity-log-input {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    Width: 80px;
    Height: 14px;
}

.activity-main-bloack {
    Width: 1100px;
    Height: 913px;
    Top: 16px;
    Left: 340px;
    Gap: 26px;
}


/*--------------------------------------------------------------
#  Bill and Top Up Modal
--------------------------------------------------------------*/


body {
}

.add-biller-bene {
    Height: 38px;
    Gap: 10px;
    margin-left: 84%;
}

.add-biller-main-div {
    Width: 1100px;
    Height: 100%;
    Top: 16px;
    Left: 340px;
    Gap: 26px;
}

.bill-table-div {
    Width: 1100px;
    Height: 311px;
    top: 16px;
    border-radius: 6px;
    Padding: 24px 0px 24px 0px;
    Gap: 26px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.search-ml {
    margin-left: 35%%;
}

.bene-list {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    Width: 134px;
    Height: 30px;
    color: #000000;
}

.beneficary-div-pt {
    Width: 497px;
    Height: 614px;
    padding: 24px;
    Gap: 26px;
    border-radius: 6px;
    background-color: #FFFFFF;
    margin-left: 30px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.bill-add-div {
    Width: 500px;
    Height: 56px;
    Gap: 6px
}

.add-biller-beneficar {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    Width: 500px;
    Height: 30px;
}

.add-biller-beneficar-element {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    Width: 500px;
    Height: 20px;
}

.btn-next-add-bene {
    margin-left: 84%;
}

.add-biller-selection-text {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    Width: 912px;
}

.add-biller-company-customer-bn {
    Width: 1050px;
    Height: 126px;
    border-radius: 8px;
    Border: 1px solid transparent;
    Padding: 24px;
    Gap: 8px;
    background-color: #FCF7FC;
}

.resend-bill-otp {
    margin-left: 70px;
    color: #979797;
}

.add-biller-verify-text {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    Width: 972px;
    Height: 21px;
}

.add-biller-verify-text-sub {
    font-family: Public Sans;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    Width: 972px;
    Height: 22px;
}

.biller-time-remaining-text {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.45px;
    Width: 972px;
    Height: 22px;
}

.biller-div-customer-details {
    Font: Public Sans;
    font-weight: 400;
    font-Size: 14px;
    line-height: 22px;
    Width: 100px;
    Height: 22px;
    color: #000000;
}

.biller-div-customer-details-dark {
    Font: Public Sans;
    font-weight: 500;
    font-Size: 14px;
    line-height: 22px;
    Width: 100px;
    Height: 22px;
    color: #000000;
}

.btn-play-biller-transaction {
    margin-left: 80%;
}

.biller-trans-div {
    Width: 1100px;
    Height: 462px;
    Gap: 26px;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.enter-amount-from-trans {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.1px;
    letter-spacing: 0.43px;
    Width: 226px;
    Height: 14px;
}

.biller-img-main {
    Width: 176px;
    Height: 60px;
    border: 1px solid transparent;
    margin-left: 30%;
}

.biller-trans-div-main-img {
    Width: 1100px;
    Height: 582px;
    Gap: 26px;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.biller-trans-sub {
    Width: 464px;
    Height: 470px;
    Gap: 94px;
    border: 1px solid transparent;
    margin-left: 30%;
}

.biller-inside-info-div {
    Width: 464px;
    Height: 320px;
    border-radius: 8px;
    Padding: 80px 24px 24px 24px;
    Gap: 8px;
    border: 1px solid transparent;
    margin-top: 20%;
    background-color: #E8F0EF;
}

.inv-dd-btn-download {
    margin-left: 170px;
}

.payment-success-text-bill {
    font-family: Public Sans;
    font-weight: 700;
    font-size: 22px;
    Line-height: 38px;
    text-Align: Center;
    Width: 416px;
    Height: 38px;
}

.payment-success-text-bill-sub {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 13px;
    Line-height: 18px;
    Height: 18px;
}

.payment-success-text-bill-sub {
    font-family: Public Sans;
    font-weight: 550;
    font-size: 15px;
    Line-height: 18px;
    Height: 18px;
}

.bene-list-up {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    Width: 134px;
    Height: 30px;
    color: #000000;
    margin-left: 20px;
}

.inv-video-div-billtopup {
    Width: 435px;
    Height: 313px;
    border-radius: 6px;
    padding: 24px;
    gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

Bill-info-div-margin {
    margin-left: 20px;
    margin-right: 20px;
}

.beneficary-div-pt-info-cardthree {
    Width: 620px;
    Height: 559px;
    padding: 24px;
    Gap: 26px;
    border-radius: 6px;
    background-color: #FFFFFF;
    margin-left: 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.add-biller-company-customer-bn-card-three {
    Width: 560px;
    Height: 126px;
    border-radius: 8px;
    Border: 1px solid #FCF7FC;
    Padding: 24px;
    Gap: 8px;
    background-color: #FCF7FC;
}

.btn-next-add-bene-up-card-three {
    margin-left: 80%;
}

.inv-video-div-billtopup-up {
    Width: 465px;
    Height: 313px;
    border-radius: 6px;
    padding: 24px;
    gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.bill-transaction-ref-id-font {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    Width: 130px;
    Height: 22px;
}

.bill-transaction-ref-id-font-col {
    font-family: Public Sans;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    Width: 272px;
    Height: 22px;
    color: #9E00AD;
}

.bill-trans-main-width-height {
    Width: 610px;
    Height: 462px;
    border-radius: 6px;
    Padding: 24px;
    Gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.transfer-to-div-main {
    Width: 564px;
    Height: 140px;
    border-radius: 8px;
    Border: 1px solid #FCF7FC;
    Padding: 16px 24px 16px 24px;
    Gap: 8px;
    background-color: #FCF7FC;
}

.btn-play-biller-transaction-up {
    margin-left: 64%;
}

.font-transfer-to-bill-trans {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    Width: 78px;
    Height: 22px;
}

.font-other-ele-bill-trans {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    Width: 120px;
    Height: 22px;
    color: #000000;
}

.inside-selection-bill-trans {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #999999;
}

.card-review-div-bill-trans {
    Width: 610px;
    Height: 361px;
    border-radius: 6px;
    Padding: 24px;
    Gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}

.card-review-bill-trans-sub {
    Width: 562px;
    Height: 233px;
    border-radius: 8px;
    Border: 1px solid #FCF7FC;
    Padding: 16px 24px 16px 24px;
    Gap: 7px;
    background-color: #FCF7FC;
}

.review-card-btn {
    padding-top: 50px;
}

.sub-tab-layout-transaction-bill {
    Width: 1020px;
    Height: 100%;
    Gap: 20px;
}

.inv-video-div-invraast-bill-trans {
    Width: 465px;
    Height: 350px;
    border-radius: 6px;
    padding: 24px;
    gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-left-right-tr {
    margin-left: 15%;
    margin-right: 17px;
}


/*--------------------------------------------------------------
#  Branch Locator Modal
--------------------------------------------------------------*/

body {
}

.branch-locator-main-div-first {
    Width: 264px;
    Height: 537px;
}

.bl-total-branches {
    Width: 264px;
    Height: 39px;
    border-radius: 6px;
    Padding: 9px 20px 9px 20px;
    Gap: 8px;
    background-color: #DBDADE;
    font-family: Public Sans;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
}

.margin-main-branch-locator {
    margin-left: 20px;
    margin-top: 20px;
}

.branch-info-div {
    Width: 264px;
    Height: 189px;
    border-radius: 6px;
    Padding: 9px 20px 9px 20px;
    Gap: 8px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-top: 20px;
}

.branch-main-info-font {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    Width: 224px;
    Height: 21px
}

.branch-main-inside-info-font {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 13px;
    Line-height: 16px;
}

.branch-info-margin {
    margin-top: 10px;
}

.branch-map-div {
    Width: 819px;
    Height: 531px;
    Gap: 26px;
    border: 1px solid transparent;
}

.branch-map {
    Width: 810px;
    Height: 467px;
    Gap: 10px;
    border: 1px solid transparent;
    margin-top: 20px;
}

.branches-search-label {
    font-family: Public Sans;
    font-Weight: 400;
    font-size: 15px;
    line-height: 22px;
}

/*--------------------------------------------------------------
# Change Passsword Modal
--------------------------------------------------------------*/

body {
}

.change-pass-main-div-spacing{
    margin-left:20px;
    margin-right:20px;
}

.changepass-timer-spacing {
    margin-left: 390px;
}

.change-pass-card-div {
    Width: 1100px;
    Height: 492px;
    border-Radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.change-pass-card-div-up {
    Width: 1100px;
    Height: 492px;
    border-Radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left:20px;
}


.changepass-timer-div {
    Width: 1100px;
    Height: 305px;
    border-Radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
}




.chang-pass-save-btn {
    margin-left: 75%;
}

.change-pass-text {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    Width: 977px;
    Height: 24px;
    color: #000000;
}

.pass-requirements-text-cp {
    font-family: Public Sans;
    font-Weight: 600;
    font-size: 15px;
    line-height: 21px;
    Width: 175px;
    Height: 21px;
}

.pass-requirements-li-cp {
    font-family: Public Sans;
    font-Weight: 400;
    font-size: 15px;
    line-height: 22px;
    Width: 977px;
    Height: 22px;
    color: #000000;
}

.change-pass-card-div-up {
    Width: 1100px;
    Height: 540px;
    border-Radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.change-pass-confirm-ml {
    margin-left: 77%;
}

/*--------------------------------------------------------------
# Faqs Modal
--------------------------------------------------------------*/
body {
}

.faqs-div-main {
    Width: 1100px;
    Height: 100%;
    Gap: 26px;
    margin-left: 20px;
    margin-top: 20px;
}

.btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

.button-clicked {
    color: black;
}


.btn-outline-success-new {
    --bs-btn-color: #000000;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family:;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    /*--bs-btn-color: var(--bs-body-color);*/
    /*--bs-btn-bg: transparent;*/
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.faqs-acc-info {
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-left: 20px;
    Width: 730px;
    Height: 81.5px;
    border-Radius: 6px;
}

.faqs-div-acc-two {
    Width: 694px;
    Height: 34.5px;
    Padding: 0px 18px 12.5px 18px;
    Gap: 10px;
    font-family: Public Sans;
    font-weight: 400;
    font-Size: 15px;
    line-height: 22px;
    color: #6f6b7d;
}

.faqs-div-card-main-font {
    Font-family: Public Sans;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    Width: 664px;
    Height: 22px;
}

.faqs-main-payment-font {
    Width: 369px;
    Height: 22px;
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.faqs-sub-payment-font {
    Width: 369px;
    Height: 22px;
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #6f6b7d;
}

.faqs-main-div-two {
    Width: 1100px;
    Height: 306px;
    Padding: 30px 0px 0px 0px;
    Gap: 26px;
    margin-left: 20px;
    margin-top: 20px;
}

.faqs-div-sub-inside {
    Width: 558px;
    Height: 92px;
    Gap: 8px;
    margin-left: 25%;
}

.faqs-div-one-info {
    Width: 83px;
    Height: 24px;
    border-radius: 4px;
    Padding: 5px 10px 5px 10px;
    Gap: 10px;
    background-color: #E8F0EF;
    margin-left: 40%;
    color: green;
}

.faqs-div-two-info {
    Width: 259px;
    Height: 30px;
    font-family: Public Sans;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-left: 25%;
}

.faqs-div-three-info {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    Line-height: 22px;
}

.faqs-tfn {
    Width: 530px;
    Height: 158px;
    border-radius: 6px;
    Padding: 24px;
    Gap: 10px;
    background-color: #f1f0f4;
}

.faqs-tfn-sec {
    Width: 530px;
    Height: 158px;
    border-radius: 6px;
    Padding: 24px;
    Gap: 10px;
    background-color: #f1f0f4;
}

.faqs-margin-left-card {
    margin-left: 20px;
}

.tfn-one-faqs {
    Width: 38px;
    Height: 38px;
    border-radius: 6px;
    Padding: 5px;
    Gap: 8px;
    background-color: #E8F0EF;
    color: green;
    margin-left: 45%;
}

.tfn-two-faqs {
    Width: 230px;
    Height: 30px;
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-left: 28%;
}

.tfn-three-faqs {
    Width: 114px;
    Height: 22px;
    font-family: Public Sans;
    font-weight: 400;
    font-Size: 15px;
    line-height: 22px;
    margin-left: 38%;
}

.tfn-three-faqs-right {
    Width: 200px;
    Height: 22px;
    font-family: Public Sans;
    font-weight: 400;
    font-Size: 15px;
    line-height: 22px;
    margin-left: 32%;
}




/*--------------------------------------------------------------
# Login  Modal
--------------------------------------------------------------*/


body {
}

.login-main-div {
    Width: 1330px;
    Height: 550px;
    Top: 120px;
    Left: 92px;
    border-Radius: 20px;
    Padding: 30px;
    Gap: 30px;
    background-color: #FFFFFF;
    margin-left: 100px;
    /*margin-top: 150px;*/
    margin-bottom: 100px;
}

.login-div-one {
    Width: 550px;
    Height: 500px;
    Justify-content: space-between;
    border: 1px solid transparent;
    margin-right: 10px;
}

.login-div-two {
    Width: 616px;
    Height: 500px;
    border-Radius: 20px;
    Padding: 50px 40px 50px 40px;
    Gap: 10px;
    border: 1px solid transparent;
    margin-left: 10px;
    background-image: url("/Images/Flagalmeezan.png");
    background-color: #763c88;
    object-fit: cover;
    background-position: 20%;
    color: #ffffff;
}

.login-one-logo {
    Width: 262px;
    Height: 105px;
    Gap: 20px;
    border: 1px solid transparent;
    margin-left: 170px;
}

.logo-one-image {
    Width: 210px;
    Height: 72px;
    margin-left: 35px;
}

.logo-one-image-text {
    font-family: Public Sans;
    font-Weight: 600;
    font-size: 26px;
    line-height: 30px;
}

.logo-one-div-two-form {
    Width: 620px;
    Height: 300px;
    Gap: 30px;
    border: 1px solid transparent;
}

.individual-login {
    margin-left: 45px;
}

.login-forget-password {
    margin-left: 73%;
}

.login-div-one-last {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-Align: Center;
    Width: 550px;
    Height: 24px;
    color: #1D2733;
}

.login-div-second {
    Width: 500px;
    Height: 415px;
    Justify-content: space-between;
    border: 1px solid transparent;
}

.login-div-sec-amone {
    Width: 125px;
    Height: 61px;
    border: 1px solid transparent;
}

.login-div-sec-main {
    Width: 500px;
    Height: 214px;
    Gap: 30px;
    border: 1px solid transparent;
}

.digicert {
    Width: 68px;
    Height: 55px;
    border: 1px solid transparent;
}

.login-second-div-tl {
    Width: 500px;
    Height: 50px;
    Gap: 50px;
    border: 1px solid transparent;
}

.login-envelope {
    color: #7367F0;
}

.login-telephone {
    color: #7367F0;
}

.login-customer-info {
    Font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    Width: 113px;
    Height: 14px;
}

.indiv-login {
    Font-family: Public Sans;
    font-weight: 700;
    font-size: 26px;
    line-height: 24px;
    Width: 196px;
    Height: 24px;
}

.indiv-login-data {
    Font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    Width: 480px;
    Height: 80px;
    color: #FFFFFF;
}

.tfn {
    Font-family: Public Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 15.28px;
    Width: 99px;
    Height: 15px;
    color: #FFFFFF;
}

.tfnd {
    Font-family: DM Serif Display;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.94px;
    Width: 152px;
    Height: 22px;
    color: #FFFFFF;
}

.login-background-layout {
    background-image: url("/Images/background.jpg");
    background-color: transparent;
    object-fit: cover;
    background-position: 20%;
    padding-top: 150px;
}

.my-main-login-back {
    width: 100%;
    height: 100%;
}

.btn-width-register {
    margin-left: 90%;
}

.user-id-setpasss {
    Font: Public Sans;
    font-Weight: 600;
    font-Size: 14px;
    Line-height: 20px;
    text-Align: Center;
    Width: 323px;
    Height: 20px;
}

/*--------------------------------------------------------------
# SOC Modal
--------------------------------------------------------------*/


body {
}

.soc-main-div {
    Width: 1120px;
    Height: 100%;
    Top: 16px;
    Left: 340px;
    Gap: 26px;
}

.inv-table-div-up-soc {
    Width: 1100px;
    Height: 100%;
    border-radius: 6px;
    Padding: 24px 0px 24px 0px;
    Gap: 9px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-top: 30px;
    margin-left: 20px;
}

.soc-tbl-text {
    Width: 1050px;
    Height: 44px;
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.soc-table-row-dark {
    font-family: Public Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.soc-table-row-li {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.table-soc-head-font {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 16.45px;
    Letter-spacing: 1px;
}

.soc-tbl-text-two {
    Width: 611px;
    Height: 36px;
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-left: 20px;
}

.soc-table-date {
    Width: 114px;
    Height: 30px;
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-left: 20px;
}

/*--------------------------------------------------------------
# Investment & Raast Investment Modal
--------------------------------------------------------------*/



.investment-li {
    width: 18%;
    display: flex;
}

.inv-card {
    Width: 630px;
    Height: 510px;
    border-Radius: 6px;
    Padding: 24px;
    Gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.inv-card-new {
    Width: 630px;
    Height: 574px;
    border-Radius: 6px;
    Padding: 24px;
    Gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.inv-pg-len-wi {
    Width: 1020px;
    Height: 1050px;
    Top: 16px;
    Left: 340px;
    Gap: 26px;
}

.inv-pg-len-wi-up {
    Width: 1100px;
    Height: 100%;
    Top: 16px;
    Left: 340px;
    Gap: 26px;
}

.btn-suc-inv {
    margin-left: 150px;
}

.pf-fund-inv {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    Width: 507px;
    Height: 30px;
}

.pf-fund-inv-sub {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    Width: 507px;
    Height: 20px;
}

.in-select {
    Width: 507px;
    Height: 60px;
    Gap: 8px;
}

.inv-first-time {
    Width: 439px;
    Height: 334px;
    Gap: 26px;
}

.inv-accordion {
    Width: 450px;
    Height: 58px;
    border-Radius: 6px;
    Padding: 18px 12px 18px 12px;
    Gap: 14px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-top: 90px;
}

.main-inv-div {
    Width: 1100px;
    Height: 496px;
    Gap: 26px;
}

.main-inv-div-up {
    Width: 1100px;
    Height: 496px;
    Gap: 26px;
    margin-left: 20px;
}

.inv-acc-margin {
    margin-top: 103px;
}

.inv-note {
    Width: 445px;
    Height: 160px;
    border-Radius: 6px;
    Padding: 20px;
    Gap: 24px;
    background-color: #f8e5e8;
}

.inv-note-head {
    font-family: Public Sans;
    font-Weight: 600;
    font-Size: 14px;
    line-height: 20px;
}

.inv-note-sub-div {
    Width: 399px;
    Height: 120px;
}


.inv-table-div {
    Width: 1100px;
    Height: 251px;
    border-radius: 6px;
    Padding: 24px 0px 24px 0px;
    Gap: 9px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-top: 15%;
}

.inv-table-div-up {
    Width: 1100px;
    Height: 251px;
    border-radius: 6px;
    Padding: 24px 0px 24px 0px;
    Gap: 9px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-top: 15%;
    margin-left: 20px;
}

.div-inv-amount {
    Width: 580px;
    Height: 128px;
    border-Radius: 8px;
    Border: 1px;
    Padding: 24px;
    Gap: 14px;
    background-color: #FCF7FC;
    margin-top: 25px;
}

.div-inv-amount-new {
    Width: 580px;
    Height: 166px;
    border-Radius: 8px;
    Border: 1px;
    Padding: 24px;
    Gap: 14px;
    background-color: #FCF7FC;
    margin-top: 25px;
}

.inv-min-amount {
    margin-left: 230px;
}

.inv-pf-text {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    Line-height: 30px;
    Width: 507px;
    Height: 30px;
}

.inv-pf-text-sub {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    Line-height: 20px;
    Width: 507px;
    Height: 20px;
}

.inv-pf-text-sub-card {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    Line-height: 14px;
    Width: 90px;
    Height: 14px;
}

.inv-note-for-transaction {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 15px;
    Line-height: 22px;
    Width: 381px;
    Height: 22px;
}

.inv-note-head-text {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 14px;
    Line-height: 20px;
    Width: 399px;
    Height: 120px;
}

.inv-note-head-text-li {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    Line-height: 20px;
    Width: 399px;
    Height: 120px;
}

.inv-tbl-gen-text {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 18px;
    Line-height: 30px;
    Width: 274px;
    Height: 30px;
}

.inv-pf-head-info {
    font-family: Public Sans;
    font-weight: 700;
    font-size: 15px;
    Line-height: 22px;
    Width: 459px;
    Height: 22px;
}

.inv-pf-head-info-li {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    Line-height: 22px;
    Width: 459px;
    Height: 22px;
}

.inv-inside-port-inv-amount {
    Width: 459px;
    Height: 44px;
    Justify-content: space-between;
}

.inv-fc-li {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 13px;
    Line-height: 18px;
    Height: 18px;
}

.inv-fc-dark {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    Line-height: 18px;
    Width: 92px;
    Height: 18px;
}

.inv-card-li-input {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 13px;
    Line-height: 14px;
    Width: 174px;
    Height: 14px;
}

.inv-card-da-input {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    Line-height: 14px;
    Width: 174px;
    Height: 14px;
}

.inv-maa {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 13px;
    Line-height: 18px;
    Width: 151px;
    Height: 18px;
}

.inv-confirm {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    Line-height: 22px;
    Width: 483px;
    Height: 55px;
}

.inv-confirm-clicking {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 12px;
    Line-height: 16px;
    Width: 507px;
    Height: 32px;
}

.inv-confirm-clicking-link {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 12px;
    Line-height: 16px;
    Width: 507px;
    Height: 32px;
    color: #9E00AD;
}

.inv-req-logo {
    Width: 137px;
    Height: 138px;
    border-Radius: 180px;
    Padding: 30px 33px 30px 33px;
    Gap: 10px;
    margin-left: 160px;
}

.inv-req-logo-text {
    Width: 507px;
    Height: 30px;
    Gap: 6px;
}

.inv-req-logo-text-font {
    font-family: Public Sans;
    font-Weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-Align: Center;
    Width: 507px;
    Height: 30px;
}

.inv-use-the-reference {
    font-family: Public Sans;
    font-Weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-Align: Center;
    Width: 507px;
    Height: 16px;
}

.inv-btn-download {
    font-family: Public Sans;
    font-Weight: 500;
    font-size: 15px;
    line-height: 17.63px;
    text-Align: Center;
    Width: 73px;
    Height: 18px;
    Letter-spacing: 0.43px
}

.inv-dd-btn {
    margin-left: 190px;
}

.inv-btn-download {
    font-family: Public Sans;
    font-Weight: 500;
    font-size: 15px;
    line-height: 17.63px;
    text-Align: Center;
    Width: 73px;
    Height: 18px;
    Letter-spacing: 0.43px
}

.inv-video-div {
    Width: 441px;
    Height: 313px;
    border-radius: 6px;
    padding: 24px;
    gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.in-need-help {
    Width: 391px;
    Height: 36px;
    Gap: 16px;
}

.main-inv-text-inve {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 13px;
    Line-height: 16px;
    Width: 358px;
    Height: 16px;
}

.main-video-div-inv {
    Width: 385px;
    Height: 203px;
    border-radius: 8px;
}

.invest-text-help {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    Width: 85px;
    Height: 16px;
}

.inv-card-new-raast {
    Width: 630px;
    Height: 545px;
    border-Radius: 6px;
    Padding: 24px;
    Gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.inv-video-div-invraast {
    Width: 441px;
    Height: 350px;
    border-radius: 6px;
    padding: 24px;
    gap: 26px;
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.ra-inv-text {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    Width: 399px;
    Height: 22px;
}

.ra-inv-text-step-dark {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    Width: 399px;
    Height: 20px;
}

.ra-inv-text-step-li {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    Width: 399px;
    Height: 80px;
}

.ra-inv-your-raast-investment-info {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    Width: 399px;
    Height: 40px;
}

.inv-table-div-raast {
    Width: 1100px;
    Height: 251px;
    border-radius: 6px;
    Padding: 24px 0px 24px 0px;
    Gap: 9px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-top: 10%;
}

/*--------------------------------------------------------------
# Fund Price Modal
--------------------------------------------------------------*/

body {
}

.fixed-price-spacing {
    margin-left: 20px;
}

.fund-price-div-info {
    Width: 1100px;
    Height: 100%;
    border-radius: 6px;
    Padding: 24px 0px 24px 0px;
    Gap: 9px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-top: 30px;
    /* margin-left: 20px; */
}

.fund-price-money-market-fund {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.funds-canvas-heading-main {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.fund-canvas-subhead-li {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin-left: 10px;
}

.funds-info-canvas {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
}

.fund-information-mtd {
    font-family: Public Sans;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-Align: Right;
    color: #F34444;
}

.fund-information-fytd {
    font-family: Public Sans;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-Align: Right;
    color: #00935A;
}

.fund-information-return-since-inception {
    font-family: Public Sans;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-Align: Right;
    color: #00935A;
    margin-left: 15px;
}

.fund-AMIMF-head-canvas {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

/*--------------------------------------------------------------
# COMPLAIN/REQUEST CANVAS Modal
--------------------------------------------------------------*/

.complain-main-canvas-div {
    Width: 350px;
    Height: 60px;
    Gap: 26px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-top:20px;
}

.complain-sub-cancas-div {
    Width: 350px;
    Height: 450px;
    border-radius: 6px;
    Padding: 24px;
    Gap: 23px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-top: 20px;
}

.complain-ticket-number {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 15.28px;
    Letter-spacing: 1px;
    margin-left:20px;
}
.complain-ticket-number-value {
    font-family: Public Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-left: 20px;
}
.complain-detail {
    font-family: Public Sans;
    font-weight: 600;
    font-Size: 16px;
    line-height: 18.8px;
    letter-spacing: 1px;
}
.complain-canvas-row-dark {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}
.complain-canvas-row-li {
    font-family: Public Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.complain-request-detail-head {
    font-family: Public Sans;
    font-weight: 600;
    font-size: 18px;
    Line-height: 24px;
}

.page .container {
    margin-bottom: 23px;
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    width: fit-content;
    box-sizing: border-box;
}

.page .container-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 480px;
    box-sizing: border-box;
}

.container {
    background: var(--ui-21, #E7E0E9);
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    padding: 30px 40px 40px 30px;
    width: 1920px;
    box-sizing: border-box;
}

.page .help {
    box-shadow: 0px 16px 40px 1px rgba(152, 147, 155, 0.24);
    border-radius: 24px;
    background: var(--absolute-21, #FFFFFF);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 33px 10px 10px 10px;
    box-sizing: border-box;
}

.page .bg {
    border-radius: 16px;
    background: #062013;
    position: relative;
    width: 520px;
    height: 834px;
}

.page .bg-1 {
    filter: blur(140px);
    background: var(--brand-51, #FFCB05);
    position: relative;
    margin-bottom: 610px;
    align-self: flex-start;
    width: 500px;
    height: 140px;
}

.page .bg-2 {
    opacity: 0.8;
    filter: blur(600px);
    border-radius: 1200px;
    background: #AC16C4;
    position: relative;
    align-self: flex-end;
    width: 1762px;
    height: 1762px;
}

.page .noise {
    mix-blend-mode: screen;
    background: url('../assets/images/noise.png') 50% / cover no-repeat;
    position: absolute;
    left: 330px;
    top: 38px;
    width: 540px;
    height: 1080px;
}

.page .content {
    position: absolute;
    left: 350px;
    top: 224px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.page .tranfer-funds-directly-to-any-bank-account-through-the-247-inter-bank-fund-transfer-ibft-facility {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 2;
    color: var(--absolute-21, #FFFFFF);
}

.page .make-utility-bill-payment-whenever-you-want {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 2;
    color: var(--absolute-21, #FFFFFF);
}

.page .top-ups-your-mobile {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 2;
    color: var(--absolute-21, #FFFFFF);
}

.page .invest-and-redeem-instantly {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 2;
    color: var(--absolute-21, #FFFFFF);
}

.page .through-the-digital-account-you-can {
    margin-top: 3px;
    display: inline-block;
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 1.25;
    color: var(--absolute-21, #FFFFFF);
}

.page .icon {
    margin: 0 16px 7px 0;
    width: 16px;
    height: 16px;
}

.page .rectangle-60 {
    background: var(--brand-11, #711F7E);
    margin: 0 32px 40px 32px;
    align-self: flex-start;
    width: 50px;
    height: 2px;
}

.page .rectangle-61 {
    border-radius: 4px;
    border: 1px solid var(--brand-51, #FFCB05);
    margin: 18px 16px 58px 0;
    width: 16px;
    height: 4px;
}

.page .rectangle-62 {
    border-radius: 4px;
    border: 1px solid var(--brand-51, #FFCB05);
    margin: 18px 16px 18px 0;
    width: 16px;
    height: 4px;
}

.page .rectangle-63 {
    border-radius: 4px;
    border: 1px solid var(--brand-51, #FFCB05);
    margin: 18px 16px 18px 0;
    width: 16px;
    height: 4px;
}

.page .rectangle-64 {
    border-radius: 4px;
    border: 1px solid var(--brand-51, #FFCB05);
    margin: 18px 16px 18px 0;
    width: 16px;
    height: 4px;
}

.page .information {
    border-radius: 16px 16px 0 0;
    margin: 0 20px 40px 20px;
    display: flex;
    flex-direction: column;
    width: fit-content;
    box-sizing: border-box;
}

.page .progress {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 480px;
    box-sizing: border-box;
}

.page .rectangle-59 {
    box-shadow: 0px 4px 8px 1px rgba(152, 147, 155, 0.32);
    border-radius: 16px;
    background: var(--brand-21, #00984A);
    width: 8px;
    height: 4px;
}

.page .progress-1 {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 1.25;
    color: var(--type-21, #504B51);
}

.page .icon-1 {
    margin: 4px 18px 4px 0;
    width: 12px;
    height: 12px;
}

.page .time-remaining {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 1.25;
    color: var(--type-21, #504B51);
}

.page .minutes {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 1.25;
    color: var(--type-11, #2E2B2F);
}

.page .approximately {
    margin-right: 19.4px;
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 1.25;
    color: var(--type-41, #98939B);
}

.page .icon-2 {
    margin: 4px 18px 4px 0;
    width: 12px;
    height: 12px;
}

.page .form-completion-status {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 1.25;
    color: var(--type-41, #98939B);
}

.page .icon-3 {
    margin: 0 18px 8px 0;
    width: 12px;
    height: 12px;
}

.page .content-welcome {
    box-shadow: 0px 16px 40px 1px rgba(152, 147, 155, 0.16);
    border-radius: 24px;
    background: var(--absolute-21, #FFFFFF);
    position: relative;
    padding: 93px 54px 0 54px;
    width: 950px;
    height: 1010px;
    box-sizing: border-box;
}

.page .bg-3 {
    opacity: 0.8;
    filter: blur(600px);
    border-radius: 1200px;
    background: var(--brand-51, #FFCB05);
    position: absolute;
    left: -1441px;
    top: -2138px;
    width: 1762px;
    height: 1762px;
}

.page .vector-2 {
    opacity: 0.4;
    border-radius: 2px;
    position: absolute;
    top: 328px;
    right: -80px;
    width: 438px;
    height: 1044px;
}

.page .page-header {
    background: var(--absolute-21, #FFFFFF);
    position: absolute;
    top: 0px;
    right: -610px;
    display: flex;
    flex-direction: row;
    padding: 22px 0 21.5px 26px;
    width: 1560px;
    height: 60px;
    box-sizing: border-box;
}

.page .icon-4 {
    margin: 0 15.2px 0.5px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 12.8px;
    height: 16px;
    box-sizing: border-box;
}

.page .icon-5 {
    width: 12.8px;
    height: 16px;
}

.page .account-information-guide {
    margin-top: 0.5px;
    display: inline-block;
    overflow-wrap: break-word;
    font-family: 'Gotham', 'Roboto Condensed';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--type-11, #2E2B2F);
}

.page .content-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.open-your-al-meezan-digital-account {
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 48px;
    letter-spacing: -2.4px;
    line-height: 1.333;
}

.open-your-al-meezan-digital-account-sub4 {
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 500;
    font-size: 48px;
    letter-spacing: -2.4px;
    line-height: 1.333;
}

.open-your-al-meezan-digital-account-sub5 {
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 48px;
    letter-spacing: -2.4px;
    line-height: 1.333;
}

.page .open-your-al-meezan-digital-account {
    margin: 0 61.3px 21.5px 0;
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 48px;
    letter-spacing: -2.4px;
    color: var(--brand-31, #231F20);
}

.page .where-ever-you-are-whenever-you-want {
    margin-bottom: 72.5px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 32px;
    letter-spacing: -1.6px;
    color: var(--brand-31, #231F20);
}

.page .by-filling-this-form-you-can-open-aninvestment-account-in-under-15-minutes-by-opening-the-digitalaccount-you-can {
    margin-bottom: 11px;
    display: inline-block;
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 2;
    color: var(--brand-31, #231F20);
}

.page .manage-your-investments-on-the-go-stay-aware-of-the-latest-fund-prices-invest-convert-and-redeem-your-investment-easily-transfer-funds-to-any-bank-account-with-ease {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 2;
    color: var(--brand-31, #231F20);
}

.page .rectangle-611 {
    border-radius: 4px;
    border: 1px solid var(--brand-51, #FFCB05);
    margin-bottom: 28px;
    width: 16px;
    height: 4px;
}

.page .rectangle-621 {
    border-radius: 4px;
    border: 1px solid var(--brand-51, #FFCB05);
    margin-bottom: 28px;
    width: 16px;
    height: 4px;
}

.page .rectangle-631 {
    border-radius: 4px;
    border: 1px solid var(--brand-51, #FFCB05);
    margin-bottom: 28px;
    width: 16px;
    height: 4px;
}

.page .rectangle-641 {
    border-radius: 4px;
    border: 1px solid var(--brand-51, #FFCB05);
    width: 16px;
    height: 4px;
}

.page .button-p {
    border-radius: 8px;
    background: var(--brand-21, #00984A);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-start;
    padding: 18.5px 24px;
    width: 281px;
    box-sizing: border-box;
}

.page .go-to-registration-form {
    margin-right: 11.5px;
    width: 217.5px;
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.5px;
    color: var(--absolute-21, #FFFFFF);
}

.page .icon-6 {
    margin: 7.5px 0;
    width: 4px;
    height: 8px;
}

.page .navigation {
    box-shadow: 0px 16px 40px 1px rgba(152, 147, 155, 0.16);
    border-radius: 24px;
    background: var(--absolute-21, #FFFFFF);
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
}

.page .logo {
    margin-bottom: 38px;
    align-self: flex-start;
    width: 211.3px;
    height: 72px;
}

.page .bottom {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    width: fit-content;
    box-sizing: border-box;
}

.page .help-1 {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 1.25;
    color: var(--brand-31, #231F20);
}

.page .icon-7 {
    margin: 3px 12px 1px 0;
    width: 16px;
    height: 16px;
}

.page .customer-support {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 1.25;
    color: var(--brand-31, #231F20);
}

.page .icon-8 {
    margin: 2px 12.4px 2px 0;
    width: 15.6px;
    height: 16px;
}

.page .rectangle-601 {
    background: var(--ui-21, #E7E0E9);
    margin-bottom: 20px;
    align-self: flex-start;
    width: 50px;
    height: 2px;
}

.page .rectangle-612 {
    background: var(--ui-21, #E7E0E9);
    margin-bottom: 20px;
    align-self: flex-start;
    width: 50px;
    height: 2px;
}

.page .al-meezan-investments {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.3px;
    line-height: 1.667;
    color: var(--type-51, #C2B9C6);
}

.page .statuses {
    margin-bottom: 438px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    box-sizing: border-box;
}

.page .active {
    border-bottom: 1px solid var(--type-51, #C2B9C6);
    margin-bottom: 4px;
    display: flex;
    flex-direction: row;
    padding: 6px 0 5px 0;
    width: 240px;
    box-sizing: border-box;
}

.page .rectangle-65 {
    border-radius: 24px;
    background: var(--brand-51, #FFCB05);
    margin: 6px 8px 6px 0;
    width: 8px;
    height: 8px;
}

.page .welcome {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 1.429;
    color: var(--type-11, #2E2B2F);
}

.page .inactive {
    border-bottom: 1px solid var(--ui-21, #E7E0E9);
    margin-bottom: 4px;
    display: flex;
    flex-direction: row;
    padding: 6px 0 5px 0;
    width: 240px;
    box-sizing: border-box;
}

.page .rectangle-651 {
    border-radius: 24px;
    background: var(--type-51, #C2B9C6);
    margin: 6px 8px 6px 0;
    width: 8px;
    height: 8px;
}

.page .account-selection {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 1.429;
    color: var(--type-41, #98939B);
}

.page .inactive-1 {
    border-bottom: 1px solid var(--ui-21, #E7E0E9);
    margin-bottom: 4px;
    display: flex;
    flex-direction: row;
    padding: 6px 0 5px 0;
    width: 240px;
    box-sizing: border-box;
}

.page .rectangle-652 {
    border-radius: 24px;
    background: var(--type-51, #C2B9C6);
    margin: 6px 8px 6px 0;
    width: 8px;
    height: 8px;
}

.page .registration-form {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 1.429;
    color: var(--type-41, #98939B);
}

.page .inactive-2 {
    border-bottom: 1px solid var(--ui-21, #E7E0E9);
    margin-bottom: 4px;
    display: flex;
    flex-direction: row;
    padding: 6px 0 5px 0;
    width: 240px;
    box-sizing: border-box;
}

.page .rectangle-653 {
    border-radius: 24px;
    background: var(--type-51, #C2B9C6);
    margin: 6px 8px 6px 0;
    width: 8px;
    height: 8px;
}

.page .document-submission {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 1.429;
    color: var(--type-41, #98939B);
}

.page .inactive-3 {
    border-bottom: 1px solid var(--ui-21, #E7E0E9);
    margin-bottom: 4px;
    display: flex;
    flex-direction: row;
    padding: 6px 0 5px 0;
    width: 240px;
    box-sizing: border-box;
}

.page .rectangle-654 {
    border-radius: 24px;
    background: var(--type-51, #C2B9C6);
    margin: 6px 8px 6px 0;
    width: 8px;
    height: 8px;
}

.page .terms-and-conditions {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 1.429;
    color: var(--type-41, #98939B);
}

.page .inactive-4 {
    border-bottom: 1px solid var(--ui-21, #E7E0E9);
    margin-bottom: 4px;
    display: flex;
    flex-direction: row;
    padding: 6px 0 5px 0;
    width: 240px;
    box-sizing: border-box;
}

.page .rectangle-655 {
    border-radius: 24px;
    background: var(--type-51, #C2B9C6);
    margin: 6px 8px 6px 0;
    width: 8px;
    height: 8px;
}

.page .investment-details {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 1.429;
    color: var(--type-41, #98939B);
}

.page .inactive-5 {
    border-bottom: 1px solid var(--ui-21, #E7E0E9);
    display: flex;
    flex-direction: row;
    padding: 6px 0 5px 0;
    width: 240px;
    box-sizing: border-box;
}

.page .rectangle-656 {
    border-radius: 24px;
    background: var(--type-51, #C2B9C6);
    margin: 6px 8px 6px 0;
    width: 8px;
    height: 8px;
}

.page .form-submission {
    overflow-wrap: break-word;
    font-family: 'Helvetica Neue', 'Roboto Condensed';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 1.429;
    color: var(--type-41, #98939B);
}

.page .container-2 {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.page .container-3 {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.page .container-4 {
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 480px;
    box-sizing: border-box;
}

.page .container-5 {
    margin-bottom: 59px;
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    width: fit-content;
    box-sizing: border-box;
}

.page .container-6 {
    margin: 3px 10px 25px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16px;
    height: fit-content;
    box-sizing: border-box;
}

.page .container-7 {
    margin-bottom: 21px;
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    width: fit-content;
    box-sizing: border-box;
}

.page .container-8 {
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    width: fit-content;
    box-sizing: border-box;
}

.page .container-9 {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    width: fit-content;
    box-sizing: border-box;
}

.page .container-10 {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    width: fit-content;
    box-sizing: border-box;
}

.page .container-11 {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.page .container-12 {
    margin: 0 13.2px 20px 0;
    display: flex;
    flex-direction: row;
    width: fit-content;
    box-sizing: border-box;
}

.page .container-13 {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    width: fit-content;
    box-sizing: border-box;
}

.page .container-14 {
    position: absolute;
    left: 468px;
    top: 427px;
    width: 422px;
    height: 962px;
}

.page .container-15 {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    width: fit-content;
    box-sizing: border-box;
}

.page .container-16 {
    box-shadow: inset 0px 1px 4px 0px rgba(80, 75, 81, 0.16);
    border-radius: 16px;
    background: #E7E0E9;
    position: relative;
    margin: 6px 0;
    padding: 2px;
    width: 204px;
    height: 8px;
    box-sizing: border-box;
}

.page .container-17 {
    position: absolute;
    right: -1292px;
    bottom: -1484px;
    display: flex;
    flex-direction: column;
    width: 2142px;
    height: 2512px;
    box-sizing: border-box;
}
.div {
    border-radius: 24px;
    box-shadow: 0px 16px 40px 1px rgba(152, 147, 155, 0.24);
    background-color: var(--Absolute-2, #fff);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 35%;
    padding: 32px 10px 10px;
    margin: 20px 67%;
    margin-top: -65%;
}

@media (max-width: 991px) {
    .div {
        max-width: 100%;
        margin-top: 40px;
    }
}

.div-2 {
    display: flex;
    gap: 20px;
    margin: 0 20px;
    color: black;
}

@media (max-width: 991px) {
    .div-2 {
        max-width: 100%;
        margin-right: 10px;
        flex-wrap: wrap;
    }
}

.div-3 {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: var(--Type-2, #504b51);
    font-weight: 400;
    letter-spacing: -0.4px;
    color: black;
    flex: 1;
}

.div-4 {
    display: flex;
    gap: 17px;
    color: var(--Type-4, #98939b);
}

.img {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 13px;
    stroke-width: 1px;
    stroke: var(--Type-5, #c2b9c6);
    border-color: rgba(194, 185, 198, 1);
    border-style: solid;
    border-width: 1px;
    align-self: start;
}

.div-5 {
    leading-trim: both;
    text-edge: cap;
    font-family: Helvetica Neue, sans-serif;
    flex-grow: 1;
    flex-basis: auto;
    font-size:12px;
}

.div-6 {
    display: flex;
    margin-top: 10px;
    gap: 17px;
}

.img-2 {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 13px;
    stroke-width: 1px;
    stroke: var(--Brand-1, #711f7e);
    border-color: rgba(113, 31, 126, 1);
    border-style: solid;
    border-width: 1px;
    align-self: start;
}

.div-7 {
    font-family: Helvetica Neue, sans-serif;
    flex-grow: 1;
    flex-basis: auto;
    font-size: 14px;
}

.div-8 {
    display: flex;
    margin-top: 5px;
    gap: 17px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .div-8 {
        white-space: initial;
    }
}

.img-3 {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 13px;
    stroke-width: 1px;
    stroke: var(--Brand-1, #711f7e);
    border-color: rgba(113, 31, 126, 1);
    border-style: solid;
    border-width: 1px;
    align-self: start;
}

.div-9 {
    font-family: Helvetica Neue, sans-serif;
    flex-grow: 1;
    flex-basis: auto;
    font-size: 14px;
}

.div-10 {
    align-self: end;
    display: flex;
    margin-top: 7px;
    flex-direction: column;
    flex: 1;
}

@media (max-width: 991px) {
    .div-10 {
        margin-top: 40px;
    }
}

.div-11 {
    align-self: start;
    display: flex;
    margin-left: 20px;
    gap: 13px;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    letter-spacing: -0.4px;
}

@media (max-width: 991px) {
    .div-11 {
        margin-left: 10px;
    }
}

.div-12 {
    color: var(--Type-4, #98939b);
    font-family: Helvetica Neue, sans-serif;
    flex-grow: 1;
    font-size: 12px;
}

.div-13 {
    color: var(--Type-1, #2e2b2f);
    font-family: Helvetica Neue, sans-serif;
    font-size: 12px;
}

.div-14 {
    border-radius: 16px;
    box-shadow: 0px 1px 4px 0px rgba(80, 75, 81, 0.16) inset;
    background-color: var(--UI-2, #e7e0e9);
    display: flex;
    margin-top: 19px;
    flex-direction: column;
    justify-content: center;
    padding: 2px 0;
}

.div-15 {
    border-radius: 16px;
    box-shadow: 0px 4px 8px 1px rgba(152, 147, 155, 0.32);
    background-color: var(--Brand-2, #00984a);
    height: 4px;
}

.div-16 {
    disply: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 834px;
    margin-top: 41px;
    width: 100%;
    font-size: 20px;
    color: var(--Absolute-2, #fff);
    font-weight: 400;
    letter-spacing: -0.5px;
    padding: 30px 20px 80px;
    background-image: url("../img/BG.png");

}

@media (max-width: 991px) {
    .div-16 {
        max-width: 100%;
        margin-top: 40px;
    }
}

.img-4 {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.div-17 {
    position: relative;
    display: flex;
    gap: 15px;
    font-size: 16px;
    letter-spacing: -0.4px;
}

@media (max-width: 991px) {
    .div-17 {
        flex-wrap: wrap;
    }
}

.img-5 {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 17px;
    stroke-width: 1px;
    stroke: var(--Brand-5, #ffcb05);
    border-color: rgba(255, 203, 5, 1);
    border-style: solid;
    border-width: 1px;
}

.div-18 {
    leading-trim: both;
    text-edge: cap;
    /*font-family: Helvetica Neue, sans-serif;*/
    flex-grow: 1;
    flex-basis: auto;
}

@media (max-width: 991px) {
    .div-18 {
        max-width: 100%;
    }
}

.div-19 {
    position: relative;
    background-color: var(--Brand-1, #711f7e);
    width: 50px;
    height: 2px;
    margin: 29px 0 0 32px;
}

@media (max-width: 991px) {
    .div-19 {
        margin-left: 10px;
    }
}

.div-20 {
    position: relative;
    display: flex;
    /*margin-top: 53px;*/
    gap: 7px;
    line-height: 40px;
}

@media (max-width: 991px) {
    .div-20 {
        flex-wrap: wrap;
        margin-top: 40px;
    }
}

.div-21 {
    border-radius: 4px;
    border-color: rgba(255, 203, 5, 1);
    border-style: solid;
    border-width: 1px;
    align-self: start;
    margin-top: 20px;
    width: 20px;
    height: 4px;
}

.div-22 {
    /*font-family: Helvetica Neue, sans-serif;*/
    flex-grow: 1;
    flex-basis: auto;
    font-size: 14px;
}

@media (max-width: 991px) {
    .div-22 {
        max-width: 100%;
    }
}

.div-23 {
    position: relative;
    display: flex;
    /*margin-top: 37px;*/
    gap: 16px;
    /*line-height: 200%;*/
}

@media (max-width: 991px) {
    .div-23 {
        flex-wrap: wrap;
    }
}

.div-24 {
    border-radius: 4px;
    border-color: rgba(255, 203, 5, 1);
    border-style: solid;
    border-width: 1px;
    width: 16px;
    height: 4px;
    margin: auto 0;
}

.div-25 {
    font-family: Helvetica Neue, sans-serif;
    flex-grow: 1;
    flex-basis: auto;
    font-size: 16px;
}

@media (max-width: 991px) {
    .div-25 {
        max-width: 100%;
    }
}

.div-26 {
    position: relative;
    align-self: start;
    display: flex;
    /*margin-top: 37px;*/
    gap: 16px;
    line-height: 200%;
}

.div-27 {
    border-radius: 4px;
    border-color: rgba(255, 203, 5, 1);
    border-style: solid;
    border-width: 1px;
    width: 16px;
    height: 4px;
    margin-top: 20px;
}

.div-28 {
    font-family: Helvetica Neue, sans-serif;
    flex-grow: 1;
    flex-basis: auto;
    font-size: 16px;
}

.div-29 {
    position: relative;
    align-self: start;
    display: flex;
    gap: 16px;
    line-height: 200%;
    margin: 0px 0 304px;
    font-size: 16px;
}

@media (max-width: 991px) {
    .div-29 {
        margin-bottom: 40px;
    }
}

.div-30 {
    border-radius: 4px;
    border-color: rgba(255, 203, 5, 1);
    border-style: solid;
    border-width: 1px;
    width: 16px;
    height: 4px;
    margin-top: 20px;;
}

.div-31 {
    font-family: Helvetica Neue, sans-serif;
    flex-grow: 1;
    flex-basis: auto;
}

/* -------------------------------------------------------------------------------- ACCOUNT SELECTION -------------------------------------------------------------------------------------*/

.account-selection-main-heading-div {
    Width: 750px;
    Height: 660px;
    border-Radius: 24px;
    /*Padding: 15px 0px 10px 20px;*/
    Gap: 12px;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    overflow: hidden;
    /* margin-left: 20px; */
    background-image: url(../img/ImageBG.png);

}
.custom-bg-img {
    background-image: url(../img/ImageBG.png);
    background-repeat:no-repeat;
}

.div-right-account-selection {
    border-radius: 24px;
    box-shadow: 0px 16px 40px 1px rgba(152, 147, 155, 0.24);
    background-color: var(--Absolute-2, #fff);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 35%;
    padding: 32px 10px 10px;
    margin: 20px 67%;
    margin-top: -57%;
    height:660px;
}
.div-right-account-selection2 {
    border-radius: 24px;
    box-shadow: 0px 16px 40px 1px rgba(152, 147, 155, 0.24);
    background-color: var(--Absolute-2, #fff);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 100%;
    padding: 32px 10px 10px;
    margin: 20px 0%;
    margin-top: 139%;
}

.div-image-set{
    disply: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    /*min-height: 834px;*/
    margin-top: 20px;
    width: 100%;
    font-size: 20px;
    color: var(--Absolute-2, #fff);
    font-weight: 400;
    letter-spacing: -0.5px;
    padding: 30px 20px 80px;
    background-image: url(../img/BG.png);
    background-size: 500px 530px;
    background-repeat: no-repeat;
    border-radius: 24px;
}

.div-one-icon {
    
    Height: 60px;
    padding-top:10px;
    /*background-color:#fffbec;*/
}

.dic-icon-two {
    height: 30px;
    padding-top: 5px;
    border-radius: 24px;
    background-color: white;
    
}

.dic-icon-three {
    height: 600px;
    /*background-color: #fffbec;*/
}

/*.image-marker {
    background-image: url(../img/Marker.png);
    color:black;
}*/


/*.image-marker {
    background-image: url(../img/Marker.png);
    color: black;
    width: 16px;
    height: 90%;
    margin-left: 50px;
    margin-top: 30px;
}*/

.content-right{
    margin-top:30px;
}

.content-div-one {
    background-color: #F8F2FA;
    width: auto;
    height: auto;
    margin-top: 10px;
}


.custom-card-account-selection-one {
    /*width: 150px;*/
    height: 280px;
    background-color: white;
    border: 1px solid transparent;
    /*margin-left: 20px;*/
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}
.custom-card-account-selection-two {
    /*width: 150px;*/
    height: 280px;
    background-color: white;
    border: 1px solid transparent;
    /*margin-left: 10px;*/
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}
.custom-card-account-selection-three {
    /*width: 150px;*/
    height: 280px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}
.content-div-two {
    background-color: #F8F2FA;
    width: auto;
    height: auto;
    margin-top: 25px;
    border:0.5px solid lightgrey;
    border-radius:8px;
}
.content-div-three {
    background-color: #F8F2FA;
    width: auto;
    height: auto;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 8px;
}
.account-selection-font {
    font-family: Gotham;
    font-weight: 650;
    font-Size: 16px;
    vertical-align: trim Cap height;
    line-height: 16px;
    letter-spacing: -2.5%;
}
.account-main-heading {
    /*font-family: "Helvetica Neue";*/
    font-Weight: 600 !important;
    font-Size: 25px !important;
    line-height: 40px !important;
    letter-spacing: -5%;
    color: black !important;
}
.form-floating{
    font-size:12px;
}
input[type=text] {
    /*width: 100%;*/
    padding: 12px 20px;
    /*margin: 8px 0;*/
    box-sizing: border-box;
    font-size: 12px;
}
input[type=password] {
    /*width: 100%;*/
    padding: 12px 20px;
    /*margin: 8px 0;*/
    box-sizing: border-box;
    font-size: 12px;
}
input[type=number] {
    /*width: 100%;*/
    padding: 12px 20px;
    /*margin: 8px 0;*/
    box-sizing: border-box;
    font-size: 12px;
}
select option{
    /*width: 100%;*/
    padding: 12px 20px;
    /*margin: 8px 0;*/
    box-sizing: border-box;
    font-size:12px;
}
.account-typ {
    /*font-family: "Helvetica Neue";*/
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -2.5%;
    margin-left: 20px;
}
.pension-fund {
    color: rgb(113, 31, 126) ;
    font-weight: 500;
    width: auto;
    /*font-family: "Helvetica Neue";*/
    --bs-btn-font-size: 12px;
    line-height: 18px;
    letter-spacing: -2.5%;
}
.pension-fund-up {
    color: #ea64ff !important;
    font-weight: 500;
    width: auto;
    /*font-family: "Helvetica Neue";*/
    --bs-btn-font-size: 12px;
    line-height: 18px;
    letter-spacing: -2.5%;
}
.mutual-fund {
    font-weight: 500;
    width: auto;
    /*font-family: "Helvetica Neue";*/
    --bs-btn-font-size: 12px;
    line-height: 18px;
    letter-spacing: -2.5%;
    color: #9E00AD;
}

.font-size-card {
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    --bs-btn-font-size: 12px;
    line-height: 16px;
    letter-spacing: -2.5%;
    font-size:x-small;
}
.p-mutualfund {
    padding-top: 70px;
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 12px;
    vertical-align: trim Cap height;
    line-height: 14.32px;
    letter-spacing: -2.5%;
    margin-left:3px;
}

.p-pensionfund {
    padding-top: 8px !important;
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 12px;
    vertical-align: trim Cap height;
    line-height: 14.32px;
    letter-spacing: -2.5%;
    /*margin-left: 3px;*/
}
.p-both {
    padding-top: 55px;
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 12px;
    vertical-align: trim Cap height;
    line-height: 14.32px;
    letter-spacing: -2.5%;
    margin-left:3px;
}
.account-select-h-text {
    /*font-family: "Helvetica Neue";*/
    font-Weight: 400 ;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -2.5%;
    font-size:12px;
}
.form-control{
    font-size:12px;
}
.account-select-h-text-sub {
    /*font-family: "Helvetica Neue";*/
    font-Weight: 400;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: -2.5%;
}

.p-both-btn {
    
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 12px;
    vertical-align: trim Cap height;
    line-height: 14.32px;
    letter-spacing: -2.5%;
}
.acc-sel-rig-main {
    /*font-family: Helvetica Neue ;*/
    font-weight: 400;
    font-Size: 13px;
    vertical-align: trim Cap height;
    line-height: 20px;
    letter-spacing: -2.5%;
    font-weight:bolder;
}
.labelDetails{
    font-size:12px;
}
.acc-sel-rig-main-sub {
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-Size: 12px;
    line-height: 30px;
    letter-spacing: -2.5%;
}
.right-icon-purple {
    margin-left: 30px;
}
.margin-leften{
    margin-left:10px;
}
.margin-left-right {
    margin-left: 10px;
    margin-right:10px;
    height:201px;
    font-size:xx-small;
}

.margin-left-right-3 {
    margin-left: 10px;
    margin-right: 10px;
    height: 50px;
}

.margin-left-right-2 {
    margin-left: 10px;
    margin-right: 10px;
    height: 150px;
}

.margin-left-right-1 {
    /*margin-left: 10px;
    margin-right: 10px;
    height: 167px;*/
    margin-left: 10px;
    margin-right: 10px;
    height: 201px;
    font-size: xx-small;
}

/* ----------------------------------------------------------------------- ACCOUNT REQUEST ----------------------------------------------------------------------------------*/

.content-div-one-acc-req {
    /* background-color: #F8F2FA; */
    width: auto;
    height: auto;
    margin-top: 10px;
}
.content-div-two-acc-req {
    background-color: #F8F2FA;
    width: 520px;
    height: 50px;
    margin-top: 10px;
    border: 1px solid black;
    border-radius: 8px;
}
.content-div-three-acc-req {
    background-color: #F8F2FA;
    width: 520px;
    height: 50px;
    margin-top: 10px;
    border: 1px solid black;
    border-radius: 8px;
}

.acc-req-font-indiv {
    /*font-family: "Helvetica Neue";*/
    font-weight: 400 ;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -2.5%;
}
.account-opening-request-h-text {
    /*font-family: "Helvetica Neue";*/
    font-Weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2.5%;
}
.account-request-h-text-sub {
    /*font-family: "Helvetica Neue";*/
    font-Weight: 400;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: -2.5%;
    color: #711F7E;
    padding-right:20%;
}
.acc-req-both-btn {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-size: 16px;
    vertical-align: trim Cap height;
    line-height: 20px;
    letter-spacing: -2.5%;
}

/* -------------------------------------------------------------- ACCOUNT EVTER VERIFICATION CODE ----------------------------------------------------------------------------*/

.acc-ver-code-div {
    Width: 130px;
    Height: 80px;
    Top: 60px;
    Left: 70px;
    border-radius: 8px;
    Border: 1px;
    background-color:#f8f2fa;
}
.acc-ver-code-div {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-size: 16px;
    vertical-align: trim Cap height;
    line-height: 20px;
    letter-spacing: -2.5%;
    color: #711F7E;
    border: 1px solid #C9AFD2;
}
.acc-ver-code-div-code-expires {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-size: 16px;
    vertical-align: trim Cap height;
    line-height: 20px;
    letter-spacing: -2.5%;
    color: #711F7E;
    margin-left: 53%;
}
.acc-ver-code-div-code-expires-time {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-size: 16px;
    vertical-align: trim Cap height;
    line-height: 20px;
    letter-spacing: -2.5%;
    color: #D11E1E;
    
}
.acc-ver-code-div-resend {
    /*font-family: "Helvetica Neue";*/
    font-weight: 550;
    font-size: 16px;
    vertical-align: trim Cap height;
    line-height: 20px;
    letter-spacing: -2.5%;
    color: #711F7E;
}


/* -------------------------------------------------------------------- DOCUMENTS SUBMISSION ---------------------------------------------------------------------------------*/

.content-div-one-doc-sub{
    background-color: #F8F2FA;
    width: auto;
    height: auto;
    margin-top: 10px;
}

.upload-doc-inside-card-div {
    Width: 238px;
    Height: 140px;
    Top: 56px;
    Left: 20px;
    border-radius: 8px;
    background-color: #FFFFFF;
    /*box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);*/
}
.upload-doc-div-first-margin{
    margin-left:10%;
}

.upl-doc-file-req-font {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2.5%;
    Top: 16px;
    padding: 10px 20px 10px 20px;
}

.upl-doc-card-main-head {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-size: 16px;
    line-height: 20px; letter-spacing: -2.5%;
}

.col-2-custom {
    flex: 0 0 auto;
    width: 12.66666667%;
}

.nic-upload-doc {
    /*font-family: "Helvetica Neue";*/
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -2.5%;
    height: 102px;
}

.docuploaddiv {
    margin-left: 15px;
    margin-right: 15px;
}

.btn-browse-file {
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 14px;
    vertical-align: trim Cap height ;
    line-height: 16.7px;
    Letter-spac -2.5%;
}

.btn-margin-upload-doc {
    margin-top: 10%;
}

.div-wp-file-font {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: -2.5%;
}

.div-margin-right{
    margin-right:10px;
}

.up-doc-file-div {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -2.5%;
    color: #756E78;
}

/*   ----------------------------------------------- TERMS AND CONDITION ------------------------------------------------------------------ */

.terms-and-condition-main {
    Width: auto;
    Height: 100%;
    Top: 70px;
    border:1px solid transparent;
    
}

.terms-div-one {
    Width: auto;
    Height: 60px;
    Top: 70px;
    border-radius: 8px;
    background-color:#f8f2fa;
}
.col-1-custom {
    flex: 0 0 auto;
    width: 5.33333333%;
}

.terms-div-two {
    Width: auto;
    Height: 100%;
    Top: 138px;
    border-radius: 8px;
    background-color: #f8f2fa;
    margin-top:10px;
}

.term-div-two {
    /*font-family: "Helvetica Neue";*/
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2.5%;
    margin-top: 10px;
}

.terms-div-two-btn {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2.5%;
    text-Align: Right;
    color: #711F7E;
}

.margin-terms-condition-single {
    margin-left: 10px;
}
.margin-terms-condition-double {
    margin-left: 10px;
    margin-right:10px;
}

.terms-select {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2.5%;
}

.terms-basic-acc {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2.5%;
}
.terms-policies {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2.5%;
    color: #711F7E;
}

.terms-content-li {
    /*font-family: Helvetica Neue ;*/
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -2.5%;
}


/*    ---------------------------------------------- INVESTMENT DETAILS -----------------------------------------------------------------*/

.certificates-main-div-up {
    Width: 1150px;
    Height: 100%;
    Top: 16px;
    Left: 340px;
    Gap: 26px;
}

.account-selection-main-heading-div-up {
    Width: 750px;
    Height: 100%;
    border-Radius: 24px;
    /* Padding: 15px 0px 10px 20px; */
    Gap: 12px;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    overflow: hidden;
    /* margin-left: 20px; */
    background-image: url(../img/ImageBG.png);
}

.div-right-account-selection {
    border-radius: 24px;
    box-shadow: 0px 16px 40px 1px rgba(152, 147, 155, 0.24);
    background-color: var(--Absolute-2, #fff);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 35%;
    padding: 32px 10px 10px;
    margin: 20px 67%;
    margin-top: -57%;
    height: 100%;
}

.content-div-one-up-new {
    background-color: #F8F2FA;
    width: auto;
    height: auto;
    margin-top: 10px;
}

.margin-inv-detail {
    margin-left: 10px;
    margin-right:10px;
}
.custom-card-account-selection-one-up {
    /*width: 175px;*/
    height: 325px;
    background-color: white;
    border: 1px solid transparent;
    /*margin-left: 20px;*/
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}.custom-card-account-selection-one-up-1 {
    /*width: 175px;*/
    height: 325px;
    background-color: white;
    border: 1px solid transparent;
    /*margin-left: 20px;*/
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}

.p-mutualfund-up {
    /*padding-top: 20px;*/
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 12px;
    vertical-align: trim Cap height;
    line-height: 14.32px;
    letter-spacing: -2.5%;
    /*margin-left: 4px;*/
}

.content-div-one-up {
    background-color: #F8F2FA;
    width: 620px;
    height: 370px;
    margin-top: 10px;
}

.custom-card-account-selection-two-up {
    width: 175px;
    height: 290px;
    background-color: white;
    border: 1px solid transparent;
    margin-left: 10px;
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}

.p-pensionfund-two {
    padding-top: 40px;
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 12px;
    vertical-align: trim Cap height;
    line-height: 14.32px;
    letter-spacing: -2.5%;
    /*margin-left: 3px;*/
}

.custom-card-account-selection-three-up {
    width: 175px;
    height: 290px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}
.col-4-custom {
    flex: 0 0 auto;
    width: 30%;
}

/*.col-4-new-custom {
    flex: 0 0 auto;
    width: 32.33333333%;
}*/

.p-both-third {
    padding-top: 40px;
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 12px;
    vertical-align: trim Cap height;
    line-height: 14.32px;
    letter-spacing: -2.5%;
}

.margin-left-right-divone {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    height:35px;
    font-size:x-small;
}

.margin-left-right-inst {
    margin-left: 20px;
    margin-right: 10px;
}

.font-inst-one {
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2.5%;
    color: #711F7E;
}
.font-inst-two {
    /*font-family: "Helvetica Neue";*/
    font-weight: 600;
    font-Size: 14px;
    line-height: 20px;
    letter-spacing: -2.5%;
    color: #711F7E;
}

.dic-icon-three-up {
    height: 1300px;
    /* background-color: #fffbec; */
}

.content-div-one-up-new-third {
    background-color: #F8F2FA;
    width: auto;
    height: auto;
    margin-top: 10px;
}

.custom-card-account-selection-three-new-up {
    width: 175px;
    height: 290px;
    background-color: white;
    border: 1px solid transparent;
    margin-left: 20px;
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}

.custom-card-account-selection-three-new-up {
    width: 175px;
    height: 290px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
    margin-left: 10px;
}

.p-both-third-new {
    padding-top: 30px;
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 12px;
    vertical-align: trim Cap height;
    line-height: 14.32px;
    letter-spacing: -2.5%;
}

.div-right-account-selection-up {
    border-radius: 24px;
    box-shadow: 0px 16px 40px 1px rgba(152, 147, 155, 0.24);
    background-color: var(--Absolute-2, #fff);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 35%;
    padding: 32px 10px 10px;
    margin: 20px 67%;
    margin-top: -118%;
    height: 1360px;
}

.image-marker-up {
    background-image: url(../img/Marker.png);
    color: black;
    width: 16px;
    height: 1265px;
    margin-left: 50px;
    margin-top: 30px;
    background-repeat: repeat-y;
}

.div-image-set-new {
    disply: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 474px;
    /* margin-top: 20px; */
    width: 100%;
    font-size: 20px;
    color: var(--Absolute-2, #fff);
    font-weight: 400;
    letter-spacing: -0.5px;
    /* padding: 30px 20px 80px; */
    /* background-image: url(../img/BG.png); */
    /* background-size: 500px 280px; */
    /* background-repeat: no-repeat; */
    /* border-radius: 24px; */
}

.div-image-set-up {
    disply: flex;
    flex-direction: column;
    /* overflow: hidden; */
    position: relative;
    display: flex;
    /* min-height: 834px; */
    margin-top: 1px;
    width: 100%;
    font-size: 20px;
    color: var(--Absolute-2, #fff);
    font-weight: 400;
    letter-spacing: -0.5px;
    padding: 30px 20px 80px;
    background-image: url(../img/BG.png);
    background-size: 380px 100%;
    background-repeat: no-repeat;
    /* border-radius: 24px; */
}
.new-two-div-background {
    background-color: #261e34;
    margin-top: 20px;
    border-radius: 24px;
    /* background-size: 500px 20px; */
}

/* ----------------------------------------- INVESTMENT DETAIL ALLOCATION SCHEME ----------------------------------------*/

.show-details-inv-detail {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2.5%;
    text-align: Right;
    color: #711F7E;
}

.custom-card-all-scheme-one {
    width: auto;
    height: 210px;
    background-color: white;
    border: 1px solid transparent;
    margin-left: 20px;
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}

.custom-card-all-scheme-two{
    /*width: 150px;*/
    height: 285px;
    background-color: white;
    border: 1px solid transparent;
    margin-left: 10px;
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}

.custom-card-all-scheme-three {
    width: 150px;
    height: 210px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}

.p-both-third-all-scheme {
    padding-top: 40px;
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 12px;
    vertical-align: trim Cap height;
    line-height: 14.32px;
    letter-spacing: -2.5%;
}

.content-div-one-all-scheme {
    background-color: #F8F2FA;
    width: auto;
    height: auto;
    margin-top: 10px;
}

.custom-card-all-scheme-four {
    width: 150px;
    height: 210px;
    background-color: white;
    border: 1px solid transparent;
    margin-left: 20px;
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}

.p-both-third-all-scheme-six {
    padding-top: 28px;
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 12px;
    vertical-align: trim Cap height;
    line-height: 14.32px;
    letter-spacing: -2.5%;
}

.p-all-scheme-six {
    padding-top: 27px;
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 12px;
    vertical-align: trim Cap height;
    line-height: 14.32px;
    letter-spacing: -2.5%;
    margin-left: 4px;
}

.dic-icon-three-up-scheme {
    height: 1000px;
    /* background-color: #fffbec; */
}
.alloc-scheme {
    Width: 750px;
    Height: 100%;
    border-Radius: 24px;
    /* Padding: 15px 0px 10px 20px; */
    Gap: 12px;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    overflow: hidden;
    /* margin-left: 20px; */
    background-image: url(../img/ImageBG.png);
    background-repeat: no-repeat;
}

.div-right-account-selection-up-sel-all {
    border-radius: 24px;
    box-shadow: 0px 16px 40px 1px rgba(152, 147, 155, 0.24);
    background-color: var(--Absolute-2, #fff);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 35%;
    padding: 32px 10px 10px;
    margin: 20px 67%;
    margin-top: -92%;
    height: 1065px;
}

.div-image-set-new-sel-all {
    disply: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 185px;
    /* margin-top: 20px; */
    width: 100%;
    font-size: 20px;
    color: var(--Absolute-2, #fff);
    font-weight: 400;
    letter-spacing: -0.5px;
    /* padding: 30px 20px 80px; */
    /* background-image: url(../img/BG.png); */
    /* background-size: 500px 280px; */
    /* background-repeat: no-repeat; */
    /* border-radius: 24px; */
}
/* ------------------------------------------------------- INVESTMENT -------------------------------------------------------------------------------*/
.inv-div-one {
    Width: auto;
    Height: auto;
    Top: 70px;
    border-radius: 8px;
    background-color: #f8f2fa;
    border: 1px solid #C9AFD2;
}

.inv-amount-label {
    /*font-family: "Helvetica Neue";*/
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2.5%;
}

.inv-amount-label-2 {
    /*font-family: "Helvetica Neue";*/
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -2.5%;
}
.inv-mul-fivethousand {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-Size: 14px;
    line-height: 20px;
    letter-spacing: -2.5%;
    text-align: Right;
    color: #756E78;
}

.investamount-display {
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -2.5%;
    /*color: #C2B9C6;*/
}
.inv-first-div-margin{
    margin-top:-15px;
}

.inv-note-amount {
    /*font-family: "Helvetica Neue";*/
    font-weight: 540;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2.5%;
    color: #711F7E;
}

.inv-div-two-info {
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -2.5%;
    color: #2E2B2F;
}

.inv-terms-div-two {
    Width: 510px;
    Height: 100%;
    Top: 138px;
    /* border-radius: 8px; */
    background-color: #f8f2fa;
    /* margin-top: 10px; */
}

.term-div-two-up {
    /*font-family: "Helvetica Neue";*/
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2.5%;
    /* margin-top: 10px; */
}

.inv-margin-set{
    margin-left:10px;
}


.terms-policies-inv {
    /*font-family: "Helvetica Neue";*/
    font-weight: 550;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2.5%;
    color: #711F7E;
}



/* --------------------------------------- FINAL CONFIRMATION -----------------------------------------------*/

.fin-con-full-name {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2.5%;
}
.fin-con-full-name-content {
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -2.5%;
}

.hori-line-inv {
    border-top: 1px solid #E7E0E9;
}

.ver-line-inv {
    border-left: 2px solid #E7E0E9;
}
.fin-con-vertical-spacing{
    margin-left:10px;
}

.terms-div-one-fin-confirm {
    Width: auto;
    Height: auto;
    Top: 70px;
    border-radius: 8px;
    background-color: #f8f2fa;
    border: 1px solid #C9AFD2;

}

.terms-div-two-fin-confirm {
    Width: auto;
    Height: 100%;
    Top: 138px;
    border-radius: 8px;
    background-color: #f8f2fa;
    margin-top: 10px;
    border: 1px solid #C9AFD2;
}

.div-21-up {
    border-radius: 4px;
    border-color: rgba(255, 203, 5, 1);
    border-style: solid;
    border-width: 1px;
    align-self: start;
    margin-top: 20px;
    width: 25px;
    height: 4px;
}


.inv-mutual-pension-label {
    /*font-family: "Helvetica Neue";*/
    font-weight: 550;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -2.5%;
}

/* -------------------------------------------------------- MUTUAL FUND INVESTMENT & PENSION FUND INVESTMENT -------------------------------------------------------------------*/


.fin-mutual-fund {
    /*font-family: "Helvetica Neue";*/
    font-weight: 530;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -2.5%;
}


.terms-div-one-fin-confirm-update {
    Width: 510px;
    Height: 50px;
    Top: 70px;
    border-radius: 8px;
    background-color: #f8f2fa;
    border: 1px solid #C9AFD2;
}


.fin-mutual-pen-fund-top {
    background-color: white;
    height: 50px;
    border-radius: 24px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.div-one-icon-up-top {
    Height: 120px;
    /* padding-top: 10px; */
    /* background-color: #fffbec; */
}
.dic-icon-two-update {
    height: 30px;
    /* padding-top: 5px; */
    border-radius: 24px;
    background-color: white;
    box-shadow: 0 0.2rem 1rem rgba(0,0,0,.15) !important;
    /* box-shadow: 0 1rem 1rem rgba(0.15,0.15,1.15,0) !important; */
}


/*.modal-content-up {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 600px;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    background-size: 640px 2000px;
    background-image: url(../img/backyellow.png);
    background-repeat: no-repeat;
}*/

/*   --------------------------------- MODAL DESIGNING --------------------------------------*/

.congrats-dark {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -5%;
    text-align: Center;
    color: #711F7E;
}

.modal-sub-info {
    /*font-family: "Helvetica Neue";
    font-weight: 300;*/
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -5%;
    text-align: Center;
}
.modal-thanking {
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -2.5%;
    text-Align: Center;
    color: #504B51;
}

.modal-home-btn {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-Size: 12px;
    line-height: 20px;
    letter-spacing: -2.5%;
    text-align: Center;
}

/*          ------------------------------------------------------------- UPDATED CSS ----------------------------------------------------------------------------*/
.div-right-account-selection-up-sel-all-up {
    border-radius: 24px;
    box-shadow: 0px 16px 40px 1px rgba(152, 147, 155, 0.24);
    background-color: var(--Absolute-2, #fff);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 35%;
    padding: 32px 10px 10px;
    margin: 20px 67%;
    margin-top: -97.5%;
    height: 1120px;
}

.div-image-set-new-sel-all-scheme {
    disply: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 240px;
    /* margin-top: 20px; */
    width: 100%;
    font-size: 20px;
    color: var(--Absolute-2, #fff);
    font-weight: 400;
    letter-spacing: -0.5px;
    /* padding: 30px 20px 80px; */
    /* background-image: url(../img/BG.png); */
    /* background-size: 500px 280px; */
    /* background-repeat: no-repeat; */
    /* border-radius: 24px; */
}

.div-right-account-selection-up-new {
    border-radius: 24px;
    box-shadow: 0px 16px 40px 1px rgba(152, 147, 155, 0.24);
    background-color: var(--Absolute-2, #fff);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 35%;
    padding: 32px 10px 10px;
    margin: 20px 67%;
    margin-top: -123.5%;
    height: 1417px;
}


.div-image-set-new-all-scheme {
    disply: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 535px;
    /* margin-top: 20px; */
    width: 100%;
    font-size: 20px;
    color: var(--Absolute-2, #fff);
    font-weight: 400;
    letter-spacing: -0.5px;
    /* padding: 30px 20px 80px; */
    /* background-image: url(../img/BG.png); */
    /* background-size: 500px 280px; */
    /* background-repeat: no-repeat; */
    /* border-radius: 24px; */
}

.fin-mutual-pen-fund-top-acc-open {
    background-color: white;
    height: 40px;
    border-radius: 24px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15) !important;
}

/*@media (min-width: 576px) .modal-dialog-up {
    /* max-width: var(--bs-modal-width); 
    margin-right: auto;
    margin-left: 300px;
}*/

/*.modal-dialog-up {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}*/




/*.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 1000px;
    --bs-modal-height: 100%;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color:;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) -(var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg:;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}*/

.term-modal-font-one {
    /*font-family: "Helvetica Neue";*/
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -5%;
    text-align: Center;
}

.term-modal-font-two {
    /*font-family: "Helvetica Neue";*/
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -2.5%;
    text-align: Center;
}

.modal-review-content-spacing {
    margin-left: 20%;
    margin-right: 20%;
}


/*.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 10000px;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}*/

/*------------------------------------- WELCOME PAGE -------------------*/

.certificate-main-heading-div-newupd {
    Width: 750px;
    Height: 750px;
    border-Radius: 24px;
    Padding: 16px 24px 16px 24px;
    Gap: 12px;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    /* margin-left: 20px; */
}

.div-right-account-selection-newupd {
    border-radius: 24px;
    box-shadow: 0px 16px 40px 1px rgba(152, 147, 155, 0.24);
    background-color: var(--Absolute-2, #fff);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 35%;
    padding: 32px 10px 10px;
    margin: 20px 67%;
    margin-top: -65%;
    height:748px;
    /* height: 100%; */
}

.div-image-set-newupd {
    disply: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    /* min-height: 834px; */
    margin-top: 20px;
    width: 100%;
    font-size: 20px;
    color: var(--Absolute-2, #fff);
    font-weight: 400;
    letter-spacing: -0.5px;
    padding: 30px 20px 80px;
    background-image: url(../img/BG.png);
    background-size: 500px 610px;
    background-repeat: no-repeat;
    border-radius: 24px;
}

.dic-icon-two-updated {
    height: 50px;
    padding-top: 5px;
    border-radius: 24px;
    background-color: white;
    padding-top:12px;
}

.div-first-page-spacing{
    margin-left:40px;
    margin-right:20px;
}

.infoDiv-newupd {
    margin-top: 60px;
}

.div-one-icon-newupdated {
    Height: 60px;
    /* padding-top: 10px; */
    /* background-color: #fffbec; */
}


.account-selection-main-heading-div-newupd {
    Width: 750px;
    Height: 660px;
    border-Radius: 24px;
    /* Padding: 15px 0px 10px 20px; */
    Gap: 12px;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    overflow: hidden;
    /* margin-left: 20px; */
    background-image: url(../img/ImageBG.png);
    overflow-y: scroll;
}

.div-image-set-new-all-scheme-newupdate {
    disply: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 445px;
    /* margin-top: 20px; */
    width: 100%;
    font-size: 20px;
    color: var(--Absolute-2, #fff);
    font-weight: 400;
    letter-spacing: -0.5px;
    /* padding: 30px 20px 80px; */
    /* background-image: url(../img/BG.png); */
    /* background-size: 500px 280px; */
    /* background-repeat: no-repeat; */
    /* border-radius: 24px; */
}

.div-image-set-new-sel-all-scheme-custom {
    disply: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 149px;
    /* margin-top: 20px; */
    width: 100%;
    font-size: 20px;
    color: var(--Absolute-2, #fff);
    font-weight: 400;
    letter-spacing: -0.5px;
    /* padding: 30px 20px 80px; */
    /* background-image: url(../img/BG.png); */
    /* background-size: 500px 280px; */
    /* background-repeat: no-repeat; */
    /* border-radius: 24px; */
}

/* -------------------- CUSTOM CSS -----------------------------*/

.dic-icon-three-acckind {
    height: 560px;
    overflow-y: scroll;
    overflow-x: hidden;
    /* background-color: #fffbec; */
}

.content-div-two-acc-req-accopen {
    background-color: #F8F2FA;
    width: auto;
    height: auto;
    margin-top: 10px;
    border: 1px solid #C9AFD2;
    border-radius: 8px;
}

.inputRegForm-accopen {
    height: 80px !important;
    background-color: unset;
    width: 277px;
    border: unset;
}

.height-100 {
    height: 100vh
}
/* CARD SET */
.card {
    /*width: 400px;*/
    border: none;
    max-height:100%;
    /*height:92vh;*/
    /*height: 300px;*/
    box-shadow: 0px 5px 20px 0px #d2dae3;
    z-index: 1;
    display: flex;
    justify-content: center;
    /*align-items: center*/
}

    .card h6 {
        color: red;
        font-size: 20px
    }

.inputs input {
    width: 65px;
    height: 70px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.card-2 {
    background-color: #fff;
    padding: 10px;
    width: 350px;
    height: 100px;
    bottom: -50px;
    left: 20px;
    position: absolute;
    border-radius: 5px
}

    .card-2 .content {
        margin-top: 50px
    }

        .card-2 .content a {
            color: red
        }

.form-control:focus {
    box-shadow: none;
    border: 2px solid red
}

.validate {
    border-radius: 20px;
    height: 40px;
    background-color: red;
    border: 1px solid red;
    width: 140px
}

.dic-icon-three-uploaddoc {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    /* background-color: #fffbec; */
}


.div-right-account-selection-up-new-selectplan {
    border-radius: 24px;
    box-shadow: 0px 16px 40px 1px rgba(152, 147, 155, 0.24);
    background-color: var(--Absolute-2, #fff);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 35%;
    padding: 32px 10px 10px;
    margin: 20px 67%;
    margin-top: -121.5%;
    height: 1402px;
}

.div-image-set-new-all-scheme-newupdate-selectplan {
    disply: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 449px;
    /* margin-top: 20px; */
    width: 100%;
    font-size: 20px;
    color: var(--Absolute-2, #fff);
    font-weight: 400;
    letter-spacing: -0.5px;
    /* padding: 30px 20px 80px; */
    /* background-image: url(../img/BG.png); */
    /* background-size: 500px 280px; */
    /* background-repeat: no-repeat; */
    /* border-radius: 24px; */
}

.div-right-account-selection-up-sel-all-up-allscheme {
    border-radius: 24px;
    box-shadow: 0px 16px 40px 1px rgba(152, 147, 155, 0.24);
    background-color: var(--Absolute-2, #fff);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 35%;
    padding: 32px 10px 10px;
    margin: 20px 67%;
    margin-top: -95.5%;
    height: 1100px;
}

.div-image-set-new-sel-all-scheme-custom-allscheme {
    disply: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 225px;
    /* margin-top: 20px; */
    width: 100%;
    font-size: 20px;
    color: var(--Absolute-2, #fff);
    font-weight: 400;
    letter-spacing: -0.5px;
    /* padding: 30px 20px 80px; */
    /* background-image: url(../img/BG.png); */
    /* background-size: 500px 280px; */
    /* background-repeat: no-repeat; */
    /* border-radius: 24px; */
}

.dic-icon-three-inv {
    height: 500px;
    overflow-y: scroll;
    overflow-x:hidden;
    /* background-color: #fffbec; */
}

.inputRegForm-finalcon {
    height: 50px !important;
    background-color: unset;
    width: 220px;
    border: unset;
}

.SelectRegFormPartner-final {
    height: 45px !important;
    background-color: unset;
    width: 500px;
    border: unset;
}

.dic-icon-three-mutual {
    height: 500px;
    overflow-y: scroll;
    overflow-x:hidden;
    /* background-color: #fffbec; */
}

.SelectRegFormPartner-finalmutual {
    height: 45px !important;
    background-color: unset;
    width: 250px;
    border: unset;
}

.terms-div-one-fin-confirm-update-new {
    Width: auto;
    Height: auto;
    Top: 70px;
    border-radius: 8px;
    background-color: #f8f2fa;
    border: 1px solid #C9AFD2;
}

.div-image-set-size {
    disply: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 521px;
    margin-top: 20px;
    width: 100%;
    font-size: 20px;
    color: var(--Absolute-2, #fff);
    font-weight: 400;
    letter-spacing: -0.5px;
    padding: 30px 20px 80px;
    background-image: url(../img/BG.png);
    background-size: 500px 530px;
    background-repeat: no-repeat;
    border-radius: 24px;
}

.div-image-set-sizeup {
    disply: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 521px;
   /*margin-top: 20px;*/
    width: 100%;
    font-size: 20px;
    color: var(--Absolute-2, #fff);
    font-weight: 400;
    letter-spacing: -0.5px;
    padding: 30px 20px 80px;
    background-image: url(../img/BG.png);
    background-size: 500px 530px;
    background-repeat: no-repeat;
    border-radius: 24px;
}
.div-one-icon-newup {
    background-color: white;
    /*height: 70px;*/
}

.image-marker-bankdet {
    background-image: url(../img/Marker.png);
    color: black;
    width: 16px;
    height: 800px;
    margin-left: 50px;
    margin-top: 30px;
    background-repeat: repeat-y !important;
}

.div-one-icon-newup-custom {
    background-color: white;
    height: 60px;
}

.div-one-icon-newup-custom {
    background-color: white;
    height: 60px;
    /* height: 70px; */
}

/*.form-check-input-up:checked {
    background-color: #fd0d40;
    border-color: #fd0d0d;
}

.form-switch .form-check-input-up:checked {
    background-position: right center;
    --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e);
}

.form-check-input-up:checked[type=checkbox] {
    --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e);
}

.form-switch .form-check-input-up {
    --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e);
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}

.form-check-input-up[type=checkbox] {
    border-radius: .25em;
}

.form-check .form-check-input-up {
    float: left;
    margin-left: -1.5em;
}

.form-check-input-up {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}*/

/*.form-check-input:checked + .form-check-label {
    color: red;
}*/
/* ------------------------------------------------------- CUSTOM FORM GROUP ---------------------------*/
/*.form-check-input[type=checkbox]:checked {
    background-color: red;
}*/

/*.form-check-input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    outline: none;
    transition: background-color 0.3s;
    cursor: pointer;
    position: relative;
}*/
/* ------------------------------------------------------- CUSTOM FORM GROUP//TRANSITION ---------------------------*/
/*.form-check-input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 35px;
    height: 20px;
    border: 1px solid #dacecf;
    border-radius: 12px;
    outline: none;
    transition: background-color 0.3s; 
    cursor: pointer;
    position: relative;
}*/

  /*  .form-check-input[type=checkbox]:checked::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 10px;
        height: 10px;
        background-color: white;
        border-radius: 50%;
    }*/

    .form-check-input[type=checkbox]:focus {
        box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
    }

/* Adjust label position for form-floating */
.form-floating label {
    pointer-events: none; /* Ensure label doesn't interfere with input */
    transform-origin: top left; /* Set origin for transform */
    transition: transform 0.2s ease-out, opacity 0.2s ease-out; /* Add transition for smooth animation */
    opacity: 0.65; /* Set opacity for inactive label */
    transform: translateY(0.75rem) scale(1); /* Initial position for floating label */
}

.form-floating input:focus ~ label,
.form-floating input:not(:placeholder-shown) ~ label {
    transform: translateY(0) scale(0.85); /* Adjust position and scale for focused or filled input */
    opacity: 1; /* Make label fully visible */
}


/* Show placeholder text */
.form-floating input::placeholder {
    color: #6c757d; /* Adjust placeholder text color */
}


.value-add-sub {
    background-color: unset;
    border: unset;
}


.custom-checkbox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.custom-checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border: 2px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    display: none;
}

.custom-checkbox-input:checked + .custom-checkbox-label .checkmark {
    display: block;
}


.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 35px;
    height: 20px;
    border: 1px solid #dacecf;
    border-radius: 12px;
    outline: none;
    /* transition: background-color 0.3s; */
    cursor: pointer;
    position: relative;
}


.new-two-div-background-allscheme {
    background-color: #261e34;
    margin-top: 20px;
    border-radius: 24px;
    height: 960px;
    /* background-size: 500px 20px; */
}

.new-two-div-background-splan {
    background-color: #261e34;
    margin-top: 20px;
    border-radius: 24px;
    height: 1265px;
    /* background-size: 500px 20px; */
}

.div-image-set-boot {
    disply: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    /* min-height: 834px; */
    margin-top: 20px;
    width: 100%;
    font-size: 20px;
    color: var(--Absolute-2, #fff);
    font-weight: 400;
    letter-spacing: -0.5px;
    padding: 30px 20px 80px;
    background-image: url(../img/BG.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 24px;
    position: unset;
}
.infoDiv-newupd-boot {
    margin-top: 75px;
}

.modal-backdrop {
    display:none;
}

.bg-trans{
    border:unset;
    background-color:unset;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

.p-pensionfund-two-upd {
    padding-top: 30px;
    /* font-family: "Helvetica Neue"; */
    font-weight: 400;
    font-size: 12px;
    vertical-align: trim Cap height;
    line-height: 14.32px;
    letter-spacing: -2.5%;
    margin-left: 3px;
}
.p-pensionfund-two-upd {
    padding-top: 30px;
    /* font-family: "Helvetica Neue"; */
    font-weight: 400;
    font-size: 12px;
    vertical-align: trim Cap height;
    line-height: 14.32px;
    letter-spacing: -2.5%;
    margin-left: 3px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
/*::-webkit-scrollbar {
    display: none;
}*/

/* Hide scrollbar for IE, Edge, and Firefox */
/** {
    scrollbar-width: none;
}*/

/*.sidebar-up {
    position: fixed;
    --top: 66px; 
    left: 10px;
    bottom: 0;
    width: 270px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    border-radius: 50px;
}*/
.sidebar-up {
    position: fixed;
    top: 20px;
    /* left: 10px; */
    bottom: 0;
    /* width: 270px; */
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    /* overflow-y: auto; */
    /* scrollbar-width: thin; */
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    padding-top: auto;
    padding-top: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-bottom: 10px;
}
.div-image-set-boot-final {
    disply: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    /* min-height: 834px; */
    margin-top: 20px;
    width: 100%;
    font-size: 20px;
    color: var(--Absolute-2, #fff);
    font-weight: 400;
    letter-spacing: -0.5px;
    padding: 30px 20px 80px;
    background-image: url(../img/BG.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 24px;
    position: unset;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #373139 transparent;
    height: 85%;
}





@media only screen and (max-width: 992px){
    .sidebar-up {
        position: relative;
        /* top: 66px; */
        /* left: 10px; */
        bottom: 0;
        /* width: 270px; */
        z-index: 996;
        transition: all 0.3s;
        padding: 20px;
        /* overflow-y: auto; */
        /* scrollbar-width: thin; */
        scrollbar-color: #aab7cf transparent;
        box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
        background-color: #fff;
        border-radius: 50px;
        display: unset;
        padding-top: auto;
        padding-top: auto;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
.header-visible {
    display: none;
}


@media only screen and (min-width: 1200px)and (max-width: 1440px) {
    .header-visible {
        display: none;
    }

    .sidebar {
        position: fixed;
        top: 0px;
        left: 10px;
        bottom: 0;
        width: 270px;
        z-index: 996;
        transition: all 0.3s;
        padding: 20px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #aab7cf transparent;
        box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
        background-color: #fff;
        border-radius: 50px;
        margin-bottom: 10px;
    }

    #main {
        margin-top: 0px;
        padding: 20px;
        transition: all 0.3s;
    }

    .sidebar-up {
        position: fixed;
        top: 0px;
        /* left: 10px; */
        bottom: 0;
        /* width: 270px; */
        z-index: 996;
        transition: all 0.3s;
        padding: 20px;
        /* overflow-y: auto; */
        /* scrollbar-width: thin; */
        scrollbar-color: #aab7cf transparent;
        box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
        background-color: #fff;
        border-radius: 50px;
        display: flex;
        padding-top: auto;
        padding-top: auto;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .header-visible {
        display: block;
    }
    .sidebar-up {
        position: unset;
        top: 66px;
        /* left: 10px; */
        bottom: 0;
        /* width: 270px; */
        z-index: 996;
        transition: all 0.3s;
        padding: 20px;
        /* overflow-y: auto; */
        /* scrollbar-width: thin; */
        scrollbar-color: #aab7cf transparent;
        box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
        background-color: #fff;
        border-radius: 50px;
        display: block;
        padding-top: auto;
        padding-top: auto;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #main {
        margin-top: 53px;
        padding: 15px;
        transition: all 0.3s;
    }
}

/*@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
}*/

/*@media (max-width: 1199px) {
    .sidebar {
        position: fixed;
        top: 66px;
        left: 10px;
        bottom: 0;
        width: 270px;
        z-index: 996;
        transition: all 0.3s;
        padding: 20px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #aab7cf transparent;
        box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
        background-color: #fff;
        border-radius: 50px;
    }
}*/

@media only screen and (min-width: 1400px) and (min-height: 1050px) {
    .header-visible {
        display: block;
    }

    /*.sidebar {
        position: fixed;
        top: 0px;
        left: 10px;
        bottom: 0;
        width: 270px;
        z-index: 996;
        transition: all 0.3s;
        padding: 20px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #aab7cf transparent;
        box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
        background-color: #fff;
        border-radius: 50px;
    }*/

    #main {
        margin-top: 66px;
        padding: 15px;
        transition: all 0.3s;
    }

    .sidebar-up {
        position: fixed;
        top: 66px;
        /* left: 10px; */
        bottom: 0;
        /* width: 270px; */
        z-index: 996;
        transition: all 0.3s;
        padding: 20px;
        /* overflow-y: auto; */
        /* scrollbar-width: thin; */
        scrollbar-color: #aab7cf transparent;
        box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
        background-color: #fff;
        border-radius: 50px;
        display: flex;
        padding-top: auto;
        padding-top: auto;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-bottom: 10px;
    }
}

/* For screens with width from 991px up to 1200px */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .header-visible {
        display:block;
    }
    #main {
        margin-top: 66px;
        padding: 15px;
        transition: all 0.3s;
    }

    .sidebar-up {
        position: fixed;
        top: 66px;
        /* left: 10px; */
        bottom: 0;
        /* width: 270px; */
        z-index: 996;
        transition: all 0.3s;
        padding: 20px;
        /* overflow-y: auto; */
        /* scrollbar-width: thin; */
        scrollbar-color: #aab7cf transparent;
        box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
        background-color: #fff;
        border-radius: 50px;
        display: flex;
        padding-top: auto;
        padding-top: auto;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-bottom: 10px;
    }
    /*.sidebar {
        position: fixed;
        top: 66px;
        left: 10px;
        bottom: 0;
        width: 270px;
        z-index: 996;
        transition: all 0.3s;
        padding: 20px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #aab7cf transparent;
        box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
        background-color: #fff;
        border-radius: 50px;
    }*/
}



.custom-card-account-selection-two-upd {
    width: 175px;
    height: 290px;
    background-color: white;
    border: 1px solid transparent;
    margin-left: 10px;
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}


.custom-card-account-selection-three-upd {
    width: 175px;
    height: 290px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}

.pension-fund-two {
    color: #711F7E;
    font-weight: 500;
    width: auto;
    /*font-family: "Helvetica Neue";*/
    --bs-btn-font-size: 12px;
    line-height: 18px;
    letter-spacing: -2.5%;
}

.pension-fund-three {
    color: #711F7E;
    font-weight: 500;
    width: auto;
    /*font-family: "Helvetica Neue";*/
    --bs-btn-font-size: 12px;
    line-height: 18px;
    letter-spacing: -2.5%;
}



.custom-card-account-selection-two-upone {
    width: 175px;
    height: 290px;
    background-color: white;
    border: 1px solid transparent;
    margin-left: 10px;
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}

.custom-card-account-selection-two-uptwo {
    width: 175px;
    height: 290px;
    background-color: white;
    border: 1px solid transparent;
    margin-left: 10px;
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}


.custom-card-account-selection-three-upthree {
    width: 175px;
    height: 290px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}

.custom-card-account-selection-three-upfour {
    width: 175px;
    height: 290px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}

.custom-card-account-selection-three-upfive {
    width: 175px;
    height: 290px;
    background-color: white;
    border: 1px solid transparent;
    margin-left: 20px;
    border-radius: 8px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: #756E78;
}

.pension-fundone {
    color: #711F7E;
    font-weight: 500;
    width: auto;
    /*font-family: "Helvetica Neue";*/
    --bs-btn-font-size: 12px;
    line-height: 18px;
    letter-spacing: -2.5%;
}

.pension-fundtwo {
    color: #711F7E;
    font-weight: 500;
    width: auto;
    /*font-family: "Helvetica Neue";*/
    --bs-btn-font-size: 12px;
    line-height: 18px;
    letter-spacing: -2.5%;
}
.pension-fundthree {
    color: #711F7E;
    font-weight: 500;
    width: auto;
    /*font-family: "Helvetica Neue";*/
    --bs-btn-font-size: 12px;
    line-height: 18px;
    letter-spacing: -2.5%;
}
.pension-fundfour {
    color: #711F7E;
    font-weight: 500;
    width: auto;
    /*font-family: "Helvetica Neue";*/
    --bs-btn-font-size: 12px;
    line-height: 18px;
    letter-spacing: -2.5%;
}
.pension-fundfive {
    color: #711F7E;
    font-weight: 500;
    width: auto;
    /*font-family: "Helvetica Neue";*/
    --bs-btn-font-size: 12px;
    line-height: 18px;
    letter-spacing: -2.5%;
}

.martop-balfund{
    margin-top:15px;
}
.input-validation-error {
    border: 2px solid red !important;
}
.select-validation-error {
    border: 2px solid red !important;
}
.border-red {
    border: 2px solid red !important;
}
.was-validated .form-select:invalid {
    border-color: #dc3545;
}
.retirementage{
    color:red;
}
.sofincome {
    color: #9E00AD;
    font-size:small;
}
.errored {
    //color: red !important;
    border: 2px solid red !important;
}
.margin-allo-btn{
    margin-top:10px;
}
.optional{
    font-size:11px;
}
.alloscheme {
    color: #ea64ff !important;
}
.unclickable {
    pointer-events: none;
    cursor: default;
}

::-webkit-scrollbar {
    display: none;
}

.rightsidebardark {
    color: rgba(255, 203, 5, 1);
}

.healthdiv {
    /* font-family: "Helvetica Neue"; */
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -2.5%;
    height: 49px !important;
}
.nic-upload-doc-up {
    /* font-family: "Helvetica Neue"; */
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -2.5%;
    height: 91px; 
}
.downloadform{
    font-size:xx-small !important;
}

.cardfontsmall{
    font-size:small;
}

.font-card-inside{
    font-size:x-small;
}
.font-selectscheme {
    font-size: 8px !important;
}

.font-button-red-up {
    font-size: 12px !important;
    color: red;
}

.fontnon {
    font-size: 14px;
}

@media screen and (max-width: 600px) {
    .font-card-inside {
        font-size: 7px;
    }
    .fontsel {
        font-size: 6px !important;
    }
    .font-button {
        font-size: 8px !important;
    }
}
.font-button-red {
    font-size: small !important;
    color: red;
}

@media screen and (min-width: 600px) {
    .font-card-inside {
        font-size: x-small;
    }
    .fontsel {
        font-size: xx-small !important;
    }
    .font-button {
        font-size: x-small !important;
    }

    .font-button-red {
        font-size: 12px !important;
        color: red;
    }

    .allofont{
        font-size:small;
    }

    .fontmodal {
        font-size: 12px !important;
    }
}

.fonutility{
    font-size:x-small;
}
.nic-upload-doc-util {
    /* font-family: "Helvetica Neue"; */
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -2.5%;
    height: 120px;
}

.lifon{
    font-size:12px;
}

@media (max-width: 400px) {
    .form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
        color: rgba(var(--bs-body-color-rgb), .55) !important;
        transform: scale(0.55) translateY(-.5rem) translateX(.15rem) !important;
    }
}

@media (max-width: 300px) {
    .form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
        color: rgba(var(--bs-body-color-rgb), .55) !important;
        transform: scale(0.45) translateY(-.5rem) translateX(.15rem) !important;
    }
}
h3 {
    color: black;
}
h2 {
    color: black;
}