/*
 *  STYLE 4
 */

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
.scrollbar::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color: #fff
}

    .scrollbar::-webkit-scrollbar-track:hover {
        background-color: #f4f4f4
    }

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff
}

    .scrollbar::-webkit-scrollbar-thumb:hover {
        background-color: #a0a0a5;
        border: 4px solid #f4f4f4
    }

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {
    display: none
}

.table-wrapper .table {
    margin-bottom: 0;
}

span.avtar-name {
    font-weight: 900;
}

.profile-pic .avatar-sm {
    margin: 0 5px;
}

.fa-icon-menu {
    color: #333;
}

.topbar-toggler .fas {
    color: #333;
}

.container-fluid {
    width: calc(100% - 15%);
    padding-right: 15px;
    padding-left: 15px;
    /* margin-right: auto; */
    /* margin-left: auto; */
    margin: 0 auto;
    position: relative;
}

.sidebar nav.nav {
    margin-top: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.submenu .nav {
    position: absolute;
    background-color: #fff;
}

ul.nav.nav-primary {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    justify-content: space-between;
}

.main-nav {
}

.sidebar .nav .nav-item {
    padding: 0;
}

.header-top {
    padding: 5px 0;
}

.subtitle {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #24243a;
}

.cart-block {
    align-items: center;
    width: 100%;
    height: 120px;
    margin: 25px 0 0;
    padding: 15px 15px 15px 17px;
    object-fit: contain;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}

    .cart-block .h4-title {
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        margin: 0;
        line-height: normal;
        letter-spacing: normal;
        color: #74798c;
    }

    .cart-block .price-value {
        font-size: 28px;
        font-weight: 800;
        margin: 10px 0;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
    }

.value-percent {
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.display-flex {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.value-up {
    color: #51c03e;
}

.value-down {
    color: #f64a3f;
}

.cart-img {
    border-radius: 100%;
}

.i_v {
    border: solid 5px #24a1f10f;
}

.c_v {
    border: solid 5px rgb(254 246 216 / .5);
}

.t_g {
    border: solid 5px #ebf2ff;
    margin: 0px;
}

.to_g {
    border: solid 5px rgb(255 224 232 / .5);
}

.text-sky-blue {
    color: #24a1f1;
}

.text-yellow {
    color: #efa001;
}

.text-blue {
    color: #0054fe;
}

.text-pink {
    color: #fd5181;
}


.chart-details-container ul {
    padding: 0;
    margin: 0;
}

.chart-wrapper {
    margin: 25px 0 0;
    padding: 15px 15px 15px 17px;
    object-fit: contain;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}

.chart-details-container ul li {
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}

.chart-details-container .rectangle {
    position: relative;
    padding-left: 20px;
}

.chart-details-container ul li .rectangle:before {
    width: 10px;
    position: absolute;
    left: 0;
    content: "";
    height: 10px;
    top: 3px;
    margin: 0;
    border-radius: 2px;
}

.fml-price {
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.chart-details-container p {
    font-size: 13px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #202020;
}

.cart-body {
    align-items: center;
}

.sm-stock .rectangle:before {
    background-color: #525ce5;
}

.sm-stock .hol-value {
    color: #525ce5;
}

.mf-stock .rectangle:before {
    background-color: #9c52fd;
}

.mf-stock .hol-value {
    color: #9c52fd;
}

.gold-stock .rectangle:before {
    background-color: #f2a60c;
}

.gold-stock .hol-value {
    color: #f2a60c;
}

.bond-stock .rectangle:before {
    background-color: #11e28a;
}

.bond-stock .hol-value {
    color: #11e28a;
}

.debt-stock .rectangle:before {
    background-color: #b7267b;
}

.debt-stock .hol-value {
    color: #b7267b;
}

.chart-details-container span, .chart-details-container p {
    margin: 0;
    padding: 0;
}

.hol-value {
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
}

.chart-details-container {
    width: 100%;
}

.cart-header {
    padding: 10px 0;
}

h4.cart-title {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    margin: 0;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #475f7b
}

.eplips-btn {
    border: none;
    background: none;
}

    .eplips-btn::after {
        display: none
    }

.eplips-dropdown i.icon-options {
    font-size: 18px;
    color: #a7a3a3;
}

.nav-tabs {
    border: none;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        padding: 2px 6px;
        border-radius: 4px;
        color: #fff;
        box-shadow: 0 2px 4px 0 rgba(227, 51, 51, 0.4);
        background-color: #e33333;
    }

.card-header-tabs .nav-item a {
    font-size: 12px;
    font-weight: 600;
    width: 70px;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.42;
    border: none;
    letter-spacing: normal;
    text-align: center;
    color: #e33333;
    margin: 0 5px;
    padding: 2px 10px;
    border-radius: 4px;
    background-color: rgba(227, 51, 51, 0.08);
}

.card-header-tabs .nav-item a {
}

.portfolio-trend {
}

    .portfolio-trend .tab-content {
        margin-top: 20px;
    }

.defult-wrapper {
    margin: 25px 0 0;
    padding: 15px 15px 15px 17px;
    object-fit: contain;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}

.family-bo-wrapper {
}

    .family-bo-wrapper .cart-body {
    }

.family-mem-pic {
    width: 35px;
    height: 35px;
    display: block;
    margin: 4px 12px 2px 0;
    border-radius: 50px;
    overflow: hidden
}

    .family-mem-pic img {
        width: 100%;
    }

.family-mem-name p {
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #727e8c;
    margin: 0;
}

a.fml-status {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e33333;
}

.family-per-details.display-flex {
    align-items: center;
}

.family-mem-list {
    position: relative;
    align-items: center;
    padding: 6px 0;
}

    .family-mem-list:before {
        position: absolute;
        content: '';
        width: 100%;
        bottom: 0;
        right: 0;
        ;
        left: 0;
        height: 1px;
        background-color: #d8d8d8;
    }

.btn-default {
    width: 122px;
    height: 40px;
    margin: 10px auto;
    padding: 0;
    border-radius: 3px;
    box-shadow: 1px 2.5px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #23a60c !important;
}

.family-bo-wrapper .cart-body {
    max-height: 200px;
    overflow-y: scroll;
}

a.fml-info {
    color: #a0a5ba !important;
    margin: 0 5px;
    font-size: 16px;
    cursor: pointer;
}

.family-ac-details {
    align-items: center;
}

.main-content {
    padding: 0 !important;
    min-height: calc(100% - 123px);
    margin-top: 0;
    margin-bottom: 60px;
    overflow: hidden;
}

.form-page-wrapper {
    position: relative;
    width: 100%;
    padding: 10% 0;
    background-color: #fff;
    height: 100vh;
}

    .form-page-wrapper:after {
        content: "";
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        float: right;
        position: absolute;
        /* right: 0; */
        transform: translateX(100%);
    }

.login-page-header .logo-header {
    width: 100%;
    text-align: center;
}

.logo-header img {
    margin: 0 auto;
}

.login-page-header h1.main-title {
    width: 100%;
    line-height: 5em;
    text-align: center;
}

.input-icon .far {
    font-weight: 600;
    font-size: 20px;
    color: #777;
    /* margin-right: 10px; */
}

.main-title {
    font-size: 22px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #202634;
}

.simple-icon {
    font-size: 20px;
    color: #999;
    font-weight: bold;
}

.input-icon-rights .fa-eye {
    color: #99999c;
    font-size: 18px;
}
/* THEME: VARS */
.slider {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slick-slide {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* SLICK: ARROWS */
.slick-custom-arrow {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    padding: 20px 16px;
    background-color: #fff;
    color: #000;
}

    .slick-custom-arrow:hover {
        cursor: pointer;
        background-color: #000;
        color: #fff;
    }

.slick-custom-arrow-right {
    right: 0;
    top: 50%;
}

.slick-custom-arrow-left {
    left: 0;
    top: 50%;
}

/* SLICK: DOTS */
.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    /* position: absolute; */
    bottom: 30px;
    /* left: 50%; */
    /* -webkit-transform: translateX(-50%); */
    /* transform: translateX(-50%); */
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
}

    .slick-dots .slick-active button {
        border: 0;
        height: 15px;
        background-color: rgb(206 34 34);
        width: 15px;
    }

    .slick-dots li {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin: 0 4px;
        padding: 0;
        height: 20px;
        width: 20px;
    }

        .slick-dots li button {
            background-color: rgba(0, 0, 0, 0.1);
            border: 1px solid #fff;
            border-radius: 50%;
            opacity: 1;
            display: block;
            height: 18px;
            width: 18px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            cursor: pointer;
        }

.slick-slide h4 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.14px;
    text-align: center;
    color: #333333;
}

.slick-content {
    margin-top: 20px;
}

.slick-slide p {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.12px;
    text-align: center;
    color: #333333;
}

ul.foot-menu li {
    display: inline-block;
    font-weight: 700;
    margin: 0 5px;
    color: #ce2222;
}

.copyright p {
    margin: 0 5px 0 0;
    padding: 0;
    width: 100%;
    color: #777;
    align-items: center;
    font-weight: 700;
}

.copyright {
    align-items: center;
    white-space: pre;
}

ul.foot-menu {
    padding: 0;
    margin: 0;
}

.cart-img img {
    width: 70px !important;
}

.table-header {
    padding: 15px;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:disabled {
    background: #e23232 !important;
    color: #fff;
    border-color: #e13232 !important;
}

.export-pdf-btn {
    margin: 0;
    padding: 6px 15px;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    border: solid 0.5px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
}

    .export-pdf-btn img {
        width: 25px;
        margin-right: 10px;
    }
/*-------------------------------------*/
/*Responsive Css Start*/
/*-------------------------------------*/

@media screen and (max-width: 1680px) {

    .header-top {
        padding: 0;
    }

    .sidebar, .sidebar[data-background-color="white"] {
        padding: 20px 0;
    }

    ul.nav.nav-primary {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-nav .nav .nav-item a {
        padding: 5px 20px 5px 20px;
    }

    .sidebar .nav > .nav-item a i, .sidebar[data-background-color="white"] .nav > .nav-item a i {
        margin-right: 10px;
    }

    .sidebar .nav > .nav-item a p, .sidebar[data-background-color="white"] .nav > .nav-item a p {
        font-size: 13px;
        margin-bottom: 0px;
        margin-right: 0;
    }

    .subtitle {
        margin: 0;
        font-size: 16px;
    }

    .cart-block .h4-title {
        font-size: 14px;
    }

    .cart-block .price-value {
        font-size: 24px;
    }

    .value-percent {
        font-size: 13px;
    }

    .cart-img img {
        width: 55px !important;
    }

    .cart-block {
        margin: 15px 0 0;
        height: 110px;
        padding: 10px;
    }

    .container-fluid {
        width: calc(100% - 5%);
    }

    .line-chart {
        height: 175px !important;
        min-width: 200px !important;
    }

    .pie-chart {
        height: 200px !important;
        min-width: 200px !important;
    }

    .chart-container {
        width: 100%;
    }

    h4.cart-title {
        font-size: 16px;
    }

    .cart-header {
        padding: 5px 0;
    }

    .btn-default {
        width: 110px;
        height: 35px;
        margin: 5px auto;
    }

    .chart-details-container ul li {
        margin-bottom: 10px;
    }

    .family-mem-name p.fml-name {
        font-size: 13px;
    }

    .family-mem-pic {
        width: 25px;
        margin: 4px 8px 2px 0;
        height: 25px;
    }

    .fml-price {
        font-size: 14px;
        font-weight:600;
    }
    .total-net {
        font-size: 14px !important;
        font-weight: 900;
    }
    .form-control {
        height: 45px;
    }
}

.table-wrapper .container-fluid {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

.table-wrapper .dataTable .sorting:hover, .dataTable .sorting_asc {
    background-color: rgba(214, 214, 214, 0.1);
}

.table-wrapper {
    padding: 15px;
}

    .table-wrapper .table-header {
        padding: 0;
    }

.table-bordered {
}

.portfolio-tooltip {
    min-width: 150px;
}

@media screen and (max-width: 1024px) {
    .container-fluid {
        width: 100%;
    }

    ul.nav.nav-primary {
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar, .sidebar[data-background-color="white"] {
        padding: 15px 0;
    }

    .main-nav .nav .nav-item a {
        padding: 5px;
    }

    .sidebar .nav > .nav-item a i, .sidebar[data-background-color="white"] .nav > .nav-item a i {
        margin-right: 5px;
    }

    .cart-block {
        padding: 10px;
    }

    .pie-chart {
        width: 250px;
        min-width: 200px !important;

    }

    .chart-wrapper {
        overflow-x: scroll;
    }
}

.defult-form .btn-primary {
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (max-width: 992px) {
    .main-header .container-fluid {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .ft-body-bg .logo img {
        height: 50px;
        display: block;
        /* width: 140px; */
        margin: 0 auto;
    }
    .ft-content h1 {
        font-size: 18px;
        padding: 10px 0;
    }

        .sidebar .container-fluid {
        width: 100%;
        padding: 0;
    }

    .sidebar nav.nav {
        margin-top: 0;
    }

    ul.nav.nav-primary {
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar .nav .nav-item {
        padding: 10px 10px 10px 10px;
        width: 100%;
    }

    .container-fluid {
        width: 100%;
    }

    .copyright {
        display: block;
    }

    .login-page-header h1.main-title {
        line-height: 2em;
        font-size: 18px;
    }

    .form-page-wrapper {
        height: auto;
    }

        .form-page-wrapper:after {
            display: none;
        }

    .form-group label, .form-check label {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .adress.infocard {
        margin-top: 0px !important;
    }

    .my-ac-sec.bg-white {
        margin-top: 20px;
    }

    .button-div .btn-primary {
        margin: 5px 5px 20px;
    }

    .my-ac-sec {
        padding: 10px !important;
    }

    .form-page-slider {
        width: 50%;
        margin: 20px auto;
    }

    .portfolio-value {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .cart-body.d-flex {
        display: block !important;
    }

    .cart-block {
        margin: 5px 0 0;
    }

    .edit-profile-btn {
        width: 110px !important;
    }

    .sidebar, .sidebar[data-background-color="white"] {
        padding: 15px 0;
        height: 100vh;
        background-color: #fff;
        margin-top: 60px;
    }

    .header-top {
        position: relative;
        z-index: 99;
    }

    .my-ac-sec .profile-form .form-group {
        padding: 5px 0px;
    }

    .footer .container-fluid .copyright {
        margin-top: 0;
        margin-bottom: 0;
    }

    .edit-profile .change-pw span {
        top: 40px;
    }

    .portfolio-Instrument-sec .portfolio-investment-chart-wrapper {
        margin-top: 15px;
        padding: 15px 15px;
    }

    .value-box {
        text-align: left;
    }

        .value-box p {
            justify-content: inherit !important;
        }

    .portfolio-chart {
        margin: 10px auto;
    }

    .value-box.investment-box-content {
        margin-bottom: 10px;
    }

    .portfolio-chart .block {
        float: none !important
    }

    .copyright {
        align-items: center;
        white-space: normal;
    }

    .portfolio-trend .cart-header.d-flex {
        display: block !important;
    }

    .cart-header h4.cart-title {
        margin-bottom: 10px;
    }

    .fund-transfer-sec {
        padding: 15px !important;
    }

        .fund-transfer-sec .separator {
            display: none !important;
        }
}
/*---------------End----------------------*/
.adress.infocard {
    margin-top: 0;
}

.infocard {
    border-radius: 4px;
    background: rgba(43, 45, 55, 0.01);
    padding: 10px 16px 10px 16px;
    border-radius: 4px;
    border: solid 1px rgb(151 151 151 / .2);
    margin: 0 0 15px 0;
}

    .infocard label {
        color: #e33333;
        padding-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
    }

    .infocard p {
        color: #333;
        font-weight: normal;
        margin: 0;
        font-weight: 600;
    }

    .infocard:hover {
        background: rgba(227, 51, 51, 0.1);
    }

        .infocard:hover p {
            color: #000;
        }

.edit-profile {
    padding: 0;
}

    .edit-profile .nav-tabs {
        padding: 0px 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #dee2e6;
    }

        .edit-profile .nav-tabs .nav-item.show .nav-link, .edit-profile .nav-tabs .nav-link.active {
            border: none;
            border-bottom: 2px solid;
            color: #e33333;
            background: transparent;
            /*  padding: .5rem 1rem;*/
            /*  margin-right: 10px;*/
            border-radius: 0;
            box-shadow: none;
        }

        .edit-profile .nav-tabs .nav-link {
            color: #333;
            padding: 15px 20px;
            font-weight: bold;
        }

.profile-form .form-control {
    font-size: 16px;
    white-space: normal;
    border-color: #ebedf2;

    height: inherit !important;
   
  


    box-shadow: none;
}

.edit-profile .tab-content.profile-form {
    padding: 0;
}

.my-ac-sec {
    padding: 25px;
}

.profile-form label {
    margin-bottom: 5px !important;
    font-size: 13px;
}
/*
.profile-form .form-group {
  padding: 10px;
}
*/
.date-icon {
    -ms-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background-image: url(../image/calendar.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

.edit-profile-btn:hover {
    background-image: linear-gradient(to right, #ce2222 12%, #e43434 100%) !important;
    color: #fff;
}

.edit-profile-btn {
    width: 120px;
    border-radius: 3px;
    margin: 0px 20px;
    padding: 7px 20px;
    background-color: transparent;
    border: 1px solid #e33333;
    color: #e33333;
}

.change-pw {
    position: relative;
  
}

    .change-pw span {
        position: static;
        right: 10px;
        left: 0px;
        top: 25px;
    }
/*---------------End----------------------*/
select.form-control option {
    height: 50px;
}

.portfolio-investment-chart-wrapper {
    margin-top: 35px;
    padding: 35px 45px;
}

.value-box {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

    .value-box p {
        font-size: 24px;
        margin-bottom: 0;
        font-weight: bold;
        color: #333;
    }

    .value-box small {
        font-size: 16px;
        position: relative;
        top: 10px;
        font-weight: 600;
        display: block;
        color: rgba(51, 51, 51, 0.55)
    }

    .value-box label {
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1px;
        color: #333333;
    }
/*----------------------------*/
/*------Report Page Css-------------*/
/*----------------------------*/
.calendar_ic {
    background-image: url("../image/calendar_ic.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 97%;
}

.table-wrapper th.sorting_asc {
    background-color: #f1f1f1 !important;
}

.dataTables_wrapper .dataTable th {
    background-color: #f1f1f1 !important;
}

.text-green, .text-green small {
    color: #23a60c !important;
    font-weight: 600;
}

.text-red, .text-red small {
    font-weight: 600;
    color: #e13232 !important;
}

.search_ic {
    background-image: url("../image/search_ic.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 95%;
}

.action-box a.action-btn {
    color: #333;
    font-size: 16px; cursor:pointer;
    margin: 0 10px;
    opacity: .56;
}
.table-td-flex {
   
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.action-box a.action-btn:hover {
    color: #ce2222;
}
/*---------------End----------------------*/

@media screen and (max-width: 480px) {

    .form-page-slider {
        width: calc(100% - 15px);
        margin: 20px auto;
    }
}



/*Portfolio Details Cahrt Css */
.portfolio-chart {
    margin: 25px auto;
    max-width: 100%;
    position: relative;
}

    .portfolio-chart .graphic {
        padding-left: 0;
    }

@keyframes expand {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    @keyframes expand {
        from {
            width: 0%;
        }

        to {
            width: calc(100% - 75px);
        }
    }
}

.chart {
    overflow: hidden;
    width: 0%;
    animation: expand 1.5s ease forwards;
}

.portfolio-chart .row + .portfolio-chart .row .chart {
    animation-delay: .2s;
}

.portfolio-chart .row + .portfolio-chart .row + .portfolio-chart .row .chart {
    animation-delay: .4s;
}

.portfolio-chart .block {
    display: block;
    height: 65px;
    color: #fff;
    font-size: .75em;
    float: left;
    background-color: #0091ff;
    position: relative;
    /*    overflow: hidden;*/
    opacity: 1;
    transition: opacity, .3s ease;
    cursor: pointer;
    box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.12);
}

    .portfolio-chart .block:nth-of-type(2),
    .legend li:nth-of-type(2):before {
        background-color: #1569b3;
    }

    .portfolio-chart .block:nth-of-type(3),
    .legend li:nth-of-type(3):before {
        background-color: #064e8e;
    }

    .portfolio-chart .block:hover {
        opacity: .65;
    }

.portfolio-chart .value {
    display: block;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    font-size: 2.2em;
}

.portfolio-chart .x-axis {
    text-align: center;
    padding: .5em 0 2em;
}

.portfolio-chart .legend {
    margin: 0 auto;
    padding: 0;
    font-size: .9em;
}

    .portfolio-chart .legend li {
        display: inline-block;
        padding: .25em 1em;
        line-height: 1em;
    }

        .portfolio-chart .legend li:before {
            content: "";
            margin-right: .5em;
            display: inline-block;
            width: 8px;
            height: 8px;
            background-color: #334D5C;
        }

.portfolio-chart .block:hover span.tooltip {
    opacity: 1;
    top: -35px;
    color: #000;
    background-color: #000;
    width: 100%;
    max-width: 150px;
    border-radius: 3px;
    padding: 7px 7px;
    height: 40px;
    transition: all .5s;
    right: 0;
    justify-content: space-between;
    left: 0;
    margin: 0 auto;
}


.graphic .chart {
    overflow: visible;
    min-width: 100%;
}

.portfolio-chart .block:hover span.tooltip:after {
    content: " ";
    position: absolute;
    left: 0;
    justify-content: space-between;
    bottom: -5px;
    border-top: 7px solid black;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: none;
    right: 0;
    width: 7px;
    height: 7px;
    margin: 0 auto;
}


.portfolio-tooltip p, .portfolio-tooltip span {
    margin: 0;
    padding: 0;
    color: #fff;
}

a.portfolio-details-link {
    text-decoration: none;
}

h6.modal-sub-title {
    margin: 0 0 4px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #475f7b;
}

.margin_modal_wrapper .modal-title {
    margin: 4px 0 0 0;
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.margin-modal-list {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #727e8c;
    border-bottom: solid 2px #d8d8d8;
    /* line-height: 1; */
    padding: 13px 0;
}

.margin_modal_wrapper .modal-dialog {
    max-width: 350px;
}

.margin_value {
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.margin_modal_wrapper .modal-body {
    max-width: 350px;
    padding: 0 1rem;
}

    .margin_modal_wrapper .modal-body .margin-modal-list:last-child {
        border-bottom: nones;
    }

.modal-title {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #475f7b;
}

.modal-dialog .modal-body .btn-primary {
    margin: 0 auto !important;
    /* padding: 0; */
}

.edit_modal .modal-dialog, .view_modal .modal-dialog {
    max-width: 400px;
    box-shadow: 0 2px 5px rgb(64 64 64 / 25%);
    margin-top: 50p;
}

.fund-transfer-sec .form-page-wrapper:after {
    display: none;
}

.defult-form .form-group {
    margin-bottom: 15px;
}

.fund-transfer-sec .separator {
    width: 100%;
    height: 2px;
    background-color: #e2e2e2;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    transform: rotate(90deg);
}

.fund-transfer-sec .form-page-slider .slick-slide {
    margin: 4% 0;
}
.fund-transfer-sec .separator:after {
    content: "";
    position: absolute;
    background: #e2e2e2;
    height: 100%;
    width: 150px;
    top: 0px;
    left: 90px;
}
.fund-transfer-sec .separator:before {
    content: "";
    position: absolute;
    background: #e2e2e2;
    height: 100%;
    width: 150px;
    top: 0px;
    right: 90px;
}
.fund-transfer-sec {
    padding: 15px;
}
    .fund-transfer-sec .form-page-slider .slick-dots {
        bottom: 0;
    }
.loader-modal {
    position: fixed;
    z-index: 999;
    text-align: center;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background-color: rgb(4 4 4 / 65%);
}

    .loader-modal svg polygon {
        stroke-dasharray: 50;
        animation: dashoffset 1.5s linear infinite;
    }

.loader-body svg {
    width: 85px;
    height: 85px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes dashoffset {
    to {
        stroke-dashoffset: 100;
    }
}
.loader-modal{
    z-index:99999;
}
/*.accordion-toggle i.fa.fa-plus {
    display: none;
}
.accordion-toggle i.fa.fa-minus {
    display: block;
}

.accordion-toggle.collapsed i.fa.fa-plus {
    display: block;
}
.accordion-toggle.collapsed i.fa.fa-minus {
    display: none;
}*/

span.logo-header.logo-login img {
    width: 170px;
}

.logo-header .logo img {
    width: 180px;
}
ul.dtr-details {
    margin: 5px 0;
    padding: 0;
}
ul.dtr-details li {
    list-style-type: none;
}


.form-page-slider {
    padding: 50px 50px;
}

    .form-page-slider .slick-dots {
        bottom: -35px;
    }

.pledgeRow {
    background-color: #f7de9e !important;
}

.fund-transfer-sec .form-page-slider {
    padding: 10px 20px;
}
/*-----------------------------------------*/
/*Payment option pages start*/
/*-----------------------------------------*/
.ft-content a.logo {
    display: block;
    padding: 5px 0px;
    margin: 0 auto;
    text-align: center;
}
.ft-body-bg {
    height: 100vh;
    width: 100%;
    padding: 5% 0;
}
.ft-content .a-link {
    color: #333;
}
.ft-content b {font-weight:600;}
.ft-content {
    padding: 0;
    background: #fff;
    border-radius: 3px;
    margin: 0 auto;
}
    .ft-content h1 {
        font-size: 24px;
        margin: 0; 
        padding: 0 0 0;
    }
.ft-body-bg .logo img {
    height: 70px;
    /* display: block; */
    /* width: 140px; */
}
.text-green {
    color: #3E9A23;
}
.text-red {
    color: #CB0100;
}
.ft-content p {
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.mg--l { margin-left:-15px;}
.mg--r {
    margin-right: -15px;
}
.ft-footer {
    padding: 25px 0;
}
.ft-content table {
    padding: 0;
    margin: 0;
}
.ft-content .separator {
    padding: 0;
    margin: 0;
}

.ft-content .table td, .ft-content .table th {
    padding: .5em;
}
/*Payment option pages End*/
/*-----------------------------------------*/
.errormsg {
    color: red;
}
.color-sapphire {
    color: #0dafa7;
}
.color-orange {
    color: #ffa500;
}
.color-lightblue{
    color: #1bbce1;
}
.color-magenta {
    color: #b7267b;
}
.color-blue {
    color: #525ce5;
}
.color-red {
    color: #e33333;
}
.portfolio-Instrument-sec {
    margin-bottom:25px;
}

.checkbox-cus {
    vertical-align:top;
    margin-bottom:15px;
}
.query-footer-msg {
    color: #000;
    font-weight: 500;
    font-size: 16px !important;
}

