html {
    overflow-x: hidden;
}

body {
    font-family: Arial !important;
    font-size: 0.80rem;
    overflow-x: hidden;
}

.stock-info-chart .col-btn {
    display: none !important;
}

.stock-info-chart .toptexthide {
    display: none !important;
}

.stock-info-chart table > tbody > tr > th:nth-child(4) {
    background: red;
}

.hide-scroll {
    overflow-y: hidden !important;
}

.navbar.navbar-expand-xl.navbar-dark.bg-sky-blue {
    background-color: #009da5;
    font-family: Arial !important;
}

.navbar.navbar-expand-xl.navbar-dark.bg-sky-blue {
    background-color: #ca2023;
    font-family: Arial !important;
}

.navbar-brand.logo-img {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

    .navbar-brand.logo-img a img {
        height: auto;
        width: 127px;
        display: block;
        margin: 0 auto;
    }

.custom-width-sidebar .sidebar {
    width: 14.875rem !important;
    transition: all ease-out .3s 0s;
}

.sidebar-dark .nav-sidebar > .nav-item-open > .nav-link:not(.disabled), .sidebar-dark .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar > .nav-item-open > .nav-link:not(.disabled), .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #1d2531 !important;
    color: #26a69a !important;
    border-left: 5px solid !important;
}

.nav-link {
    border-left: 5px solid transparent;
}

.nav-item .nav-item-submenu {
    border-left: 5px transparent;
}

.pointer-none {
    pointer-events: none;
}

.sidebar.sidebar-dark.sidebar-main.sidebar-expand-xl.dark-blue {
    background: #222c3c !important;
}

.content-wrapper .content.bg-white {
    background: #fff !important;
}

.user-list-breadcrumb {
    display: block;
    margin: 0 auto;
    text-align: center;
}

    .user-list-breadcrumb ol.breadcrumb {
        display: inline-flex;
    }

        .user-list-breadcrumb ol.breadcrumb li a {
            padding-left: 5px;
            padding-right: 5px;
            color: #908f8f;
        }

        .user-list-breadcrumb ol.breadcrumb li:last-child {
            text-decoration: underline;
            color: #908f8f;
            padding-left: 5px;
        }

        .user-list-breadcrumb ol.breadcrumb li a:hover {
            color: #009da5;
            transition: all ease-out .3s 0s;
        }

.add-btn-user-list button {
    font-family: Arial !important;
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
    color: #f36f21;
    border: 2px solid #f36f21;
    background: #fff;
    padding: 0.6rem 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all ease-out .3s 0s;
}

    .add-btn-user-list button:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    }

.custom-bg-grey {
    background: #eaeaea;
    border: 1px solid #d5d5d5;
    width: 100%;
    float: left;
    padding-bottom: 0.8rem;
}

.width-26 {
    width: 24.8%;
    margin-left: 1.2%;
    float: left;
    margin-top: 0.8rem;
}

    .width-26 input {
        width: 100%;
        color: #009da5;
        border: 2px solid #eaeaea;
        padding: 0.5em;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .width-26 input::-webkit-input-placeholder {
            color: #009da5;
        }

        .width-26 input::-moz-placeholder {
            color: #009da5;
        }

        .width-26 input:-ms-input-placeholder {
            color: #009da5;
        }

        .width-26 input:-moz-placeholder {
            color: #009da5;
        }

.width-18 {
    width: 17%;
    margin-left: 1.2%;
    float: left;
    margin-top: 0.8rem;
    position: relative;
}

    .width-18:last-child {
        margin-right: 0;
    }

    .width-18 select {
        width: 100%;
        color: #009da5;
        border: 2px solid #eaeaea;
        padding: 0.5em;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: relative;
    }

.selectpicker option {
    transition: all ease-out .3s 0s;
}

.width-18:after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    bottom: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #b7b8b8;
    cursor: pointer;
}

.user-list-top-content h3 {
    color: #000;
    font-family: Arial !important;
}

.user-list-top-content p {
    color: #1b1b1b;
    font-family: Arial !important;
}

.user-list-btn button {
    background: #18b6be;
    border: 2px solid #18b6be;
    padding: 4px 17px;
    margin-top: 15px;
    border-radius: 5px;
    margin-left: 1.2%;
    color: #fff;
    transition: all ease-out .3s 0s;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.6);
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.6);
}

    .user-list-btn button:hover {
        -webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.9);
        -moz-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.9);
        box-shadow: 0 10px 10px -10px rgba(0,0,0,0.9);
    }

.user-list-table {
    margin: 1em 0;
}

.table.table-box-shadow {
    border: 1px solid #f6f6f6;
}

.user-list-table table.table-bordered {
    border: 1px solid #eaeaea;
    margin-top: 0px;
}

    .user-list-table table.table-bordered > thead > tr > th {
        border: 1px solid #1e8e94;
    }

    .user-list-table table.table-bordered > tbody > tr > td {
        border: 1px solid #eaeaea;
    }

.user-list-table .table-responsive > .table-bordered {
    border-top: 2px solid #009da5 !important;
}

.user-list-table table thead {
    background: #009da5;
    color: #fff;
}

.user-list-table table > tbody > tr:nth-child(even) > td {
    background-color: #f6f6f6;
}

.user-list-table table > tbody > tr td {
    color: #1b1b1b;
}

    .user-list-table table > tbody > tr td i {
        color: #f36e1f;
        text-align: center;
        display: block;
        margin: 0 auto;
        transition: all ease-out .3s 0s;
    }

        .user-list-table table > tbody > tr td i:hover {
            color: #009da5;
        }

        .user-list-table table > tbody > tr td i.icon-cross2 {
            color: #c50303;
            text-align: center;
            display: block;
            margin: 0 auto;
            transition: all ease-out .3s 0s;
        }

th.register-date {
    position: relative;
    cursor: pointer;
}

    th.register-date:after {
        content: " ";
        width: 0;
        height: 0;
        position: absolute;
        right: 6px;
        bottom: 40%;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #fff;
    }

.print-block {
    float: right;
    margin-top: 2em;
}

    .print-block ul {
        margin-bottom: 0px !important;
    }

        .print-block ul.print-block-view li {
            display: inline;
            margin-left: 5px;
            margin-right: 5px;
        }

.print-block-view a.excel-block {
    position: relative;
}

a.excel-block .execel-absolute {
    transform: scale(0);
    transition: all ease-out .3s 0s;
    position: absolute;
    bottom: 32px;
    left: -32px;
    background: #464646;
    border-radius: 5px;
    width: 70px;
    color: #fff;
    text-align: center;
    padding: 3px 5px;
    text-decoration: none;
}

a.excel-block:hover .execel-absolute {
    transform: scale(1);
}

a.excel-block.execel-absolute:after {
    transform: scale(0);
    transition: all ease-out .3s 0s;
}

a.excel-block:hover .execel-absolute:after {
    transform: scale(1);
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    left: 32px;
    bottom: -8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #464646;
}

.pagination-block {
    float: right;
    margin-top: 1em;
}

    .pagination-block .page-item.active .page-link {
        background: #f36f21;
        border-color: #f36f21;
    }

    .pagination-block .page-item:first-child .page-link, .page-item:last-child .page-link {
        background: #f36f21;
        border-color: #f36f21;
        color: #fff;
        transition: all ease-out .3s 0s;
        -webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.6);
        -moz-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.6);
        box-shadow: 0 10px 10px -10px rgba(0,0,0,0.6);
    }

        .pagination-block .page-item:first-child .page-link:hover, .page-item:last-child .page-link:hover {
            border: 1px solid #f36f21;
            color: #fff;
        }

    .pagination-block .page-link {
        border: 1px solid #f36f21;
        transition: all ease-out .3s 0s;
    }

        .pagination-block .page-link:hover {
            border: 1px solid #009da5;
            color: #009da5;
        }

.footer-nav.navbar {
    border-top: none;
    border-bottom: none;
    font-family: Arial !important;
    padding: 0;
}

.footer-view {
    background: #576433;
    color: #fff;
}

    .footer-view p {
        margin-bottom: 0px;
        padding: 1rem 0;
        font-size: 11px;
        text-align: center;
    }

.text-orange {
    color: #f36e1f !important;
}

.sidebar.sidebar-dark.sidebar-main.sidebar-expand-xl.dark-blue.show-768 {
    display: none;
}

.hide-min-1200 {
    display: block;
}

.table.my-table.footable.breakpoint > tbody > tr > td.footable-row-detail-cell {
    position: relative;
    border-top: 0px dashed grey !important;
    background: transparent !important;
}

@media (min-width: 1200px) {
    .sidebar-xs .sidebar-main {
        width: 3.5rem !important;
        transition: all ease-out .5s 0s;
    }

    .hide-min-1200 {
        display: none;
    }
}

@media (max-width: 1199px) {
    .sidebar.sidebar-dark.sidebar-main.sidebar-expand-xl.dark-blue.show-768 {
        display: block !important;
    }

    .user-left-header-profile-min-1200 ul.navbar-nav:first-child > .nav-item:first-child {
        margin-top: 0rem;
    }

    .user-left-header-profile-min-1200 ul.navbar-nav:last-child > .nav-item:not(.show):last-child {
        margin-bottom: 0rem;
    }
}

.date-display-block button {
    background: #009da5;
    border: 1px solid #009da5;
    color: #fff;
    cursor: pointer;
    position: relative;
    margin-left: 11px;
}

    .date-display-block button:before {
        position: absolute;
        left: -11px;
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #009da5;
    }

.date-display-block p {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 20px;
    color: #848484;
}

.print-block-view a.refresh-block {
    position: relative;
}

a.refresh-block .refresh-absolute {
    transform: scale(0);
    transition: all ease-out .3s 0s;
    position: absolute;
    top: -3px;
    right: 45px;
    background: #464646;
    border-radius: 5px;
    width: 70px;
    color: #fff;
    text-align: center;
    padding: 3px 5px;
    text-decoration: none;
}

a.refresh-block:hover .refresh-absolute {
    transform: scale(1);
}

a.refresh-block.execel-absolute:after {
    transform: scale(0);
    transition: all ease-out .3s 0s;
}

a.refresh-block:hover .refresh-absolute:after {
    transform: scale(1);
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    top: 7px;
    right: -8px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #464646;
}

.chart-print-view.print-block {
    margin-top: 0px;
}

.table.my-table {
    margin-bottom: 20px;
}

    .table.my-table .products {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .table.my-table > tbody > tr > td:nth-child(1) {
        text-align: center;
        padding: 13px 10px;
    }

    .table.my-table > tbody > tr.total-row > td:nth-child(1) {
        border: 0;
    }

    .table.my-table > tbody > tr > td:nth-child(1) div p {
        margin-bottom: 0;
    }

    .table.my-table > tbody > tr > td:nth-child(1) h6 {
        padding-bottom: 0px;
        margin-bottom: 0px;
        text-align: left;
    }

        .table.my-table > tbody > tr > td:nth-child(1) h6 strong a {
            color: #000000;
            text-decoration: none;
            font-size: 13px;
            font-weight: 700;
            display: block;
        }

        .table.my-table > tbody > tr > td:nth-child(1) h6 a {
            color: #919D5A;
            text-decoration: none;
            font-size: 11px;
            display: block;
        }

    .table.my-table > tbody > tr > td:nth-child(1) span {
        /*display: block;*/
    }

        .table.my-table > tbody > tr > td:nth-child(1) span img {
            /*display: block;*/
            margin: 0 auto;
            width: 28px;
            height: 28px;
            float: left;
            color: #acacac;
            font-size: 2em;
        }

    .table.my-table > tbody > tr > td:nth-child(1) strong {
        color: #000;
        width: 70%;
        float: left;
        font-weight: 550;
        font-size: 14px;
        line-height: 115%;
        text-align: left
    }

    .table.my-table thead tr th {
        color: #1c1c1c !important;
        border-bottom: none;
        font-size: 13px;
        font-weight: bold;
        text-align: right;
        padding: 10px;
        padding-top: 15px;
        border-bottom: 1px solid #E7E7E7 !important;
    }

    .table.my-table.portfolio-table thead tr th {
        border-top: 1px solid #E7E7E7 !important;
        border-bottom: 0;
    }

    .table.my-table thead tr th > div, .table.my-table thead tr th span, .table.my-table thead tr th {
        font-size: 14px;
        font-weight: 700;
        color: #919D5A !important;
    }

        .table.my-table thead tr th:first-child {
            text-align: left;
        }

    .table.my-table > tbody > tr > td {
        text-align: right;
        font-size: 13px;
    }

        .table.my-table > tbody > tr > td:nth-last-child(1) {
            border-right: 1px solid #fff;
        }

    .table.my-table table > tbody > tr {
        background: transparent;
        border-bottom: 1px solid #E7E7E7;
    }

    .table.my-table.portfolio-table > tbody > tr:first-child, .table.my-table.portfolio-table > tbody > tr:last-child, .table.my-table.portfolio-table > tbody > tr:first-child > td, .table.my-table.portfolio-table > tbody > tr:last-child > td {
        border: 0;
    }

    .table.my-table > th, .table.my-table > td {
        background: transparent !important;
    }

.text-green {
    color: #0cc27e !important;
}

.text-red {
    color: #db2929 !important;
}

.chart-section-progress-bar {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 10px;
}

.chart-section {
    margin-bottom: 25px;
}

    .chart-section img {
        width: 250px;
        height: auto;
    }

.chart-percent {
}

    .chart-percent span {
        font-weight: 700;
        font-size: 12px;
    }

.chart-progress-bar {
    width: 28%;
    float: left;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 6px;
}

    .chart-progress-bar.progress {
        background: #e2e0e0 !important;
    }

    .chart-progress-bar div.progress-bar, .chart-progress-bar.progress {
        height: 0.5rem !important;
    }

.chart-lable span {
    font-size: 12px;
    margin-left: 5px;
    display: flex;
}

.progress-bar.bg-cutom-green {
    background: #0cc27e;
}

.progress-bar.bg-cutom-yellow {
    background: #ffc107;
}

.progress-bar.bg-cutom-purple {
    background: #7e57c2;
}

.progress-bar.bg-cutom-pink {
    background: #d73a8c;
}

.progress-bar.bg-cutom-orange {
    background: #f36f21;
}

.bg-custom-white {
    background: #fff;
}

.container-fluid.bg-cutom-faint-grey {
    padding-top: 0px !important;
    padding: 1rem;
    background: #f7f7f7 !important;
    box-shadow: 0 2px 5px 0 rgba(200, 200, 200, 0.7);
    -moz-box-shadow: 0 2px 5px 0 rgba(200, 200, 200, 0.7);
    -webkit-box-shadow: 0 2px 5px 0 rgba(200, 200, 200, 0.7);
    -o-box-shadow: 0 2px 5px 0 rgba(200, 200, 200, 0.7);
}

.padding-1 {
    padding: 1em;
}

.details-holdings h1 {
    color: #000000;
    margin: 0;
    font-size: 1.5625rem;
}

.details-holdings h6 {
    margin: 0;
    margin-top: 10px;
}

.details-holdings h1 span {
    font-weight: 600;
    font-size: 1.5625rem;
}

.details-holdings h1 small {
    color: #333;
    font-size: 14px;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-left: 1px dotted #545252;
    padding-left: 20px;
    margin-left: 20px;
}

.Inner-holdings h1 span {
    font-weight: 600;
}

.Inner-holdings h1 small {
    color: #333;
    font-size: 14px;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-left: 1px dotted #545252;
    padding-left: 20px;
    margin-left: 20px;
    font-weight: 400;
}

.bg-black {
    background: #000;
}

.trading-details {
    width: 100%;
    margin-bottom: 10px;
}

    .trading-details table > thead > tr > th {
        color: #898989;
        padding-top: 0px;
        padding-bottom: 0px;
        border-bottom: none;
        background: #FDE5B4;
        font-weight: normal;
        font-size: 14px;
        width: 20%;
    }

    .trading-details table > tbody > tr > td {
        padding-top: 0px;
        padding-bottom: 0px;
        border-top: none;
        color: #000000;
        background: #FDE5B4;
        font-weight: normal;
        font-size: 20px;
        font-weight: 700;
        width: 20%;
    }

    .trading-details table > thead > tr > th, .trading-details table > tbody > tr > td {
        width: 20%;
    }

    .trading-details table > thead > tr > th, .trading-details table > tbody > tr > td {
        border-bottom: 0;
        border-right: 1px dotted #6D6D6D;
    }

        .trading-details table > thead > tr > th:last-child, .trading-details table > tbody > tr > td:last-child {
            border-right: 0;
        }

.trading-details-table img {
    width: 12px;
    color: red;
}

.nifty-text span.nifty-red {
    color: #ae0e35;
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-weight: 600;
}

.nifty-text span.nifty-green {
    color: #03ff5c;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.navbar.navbar-expand-xl.navbar-dark.navbar-static.border-transparent.bg-custom-white {
    z-index: 5;
    background: #fff2df;
    color: #848484;
    border: 0;
    padding: 10px 0px;
}

    .navbar.navbar-expand-xl.navbar-dark.navbar-static.border-transparent.bg-custom-white div#navbar-second {
        width: 100%;
    }

.sub-cutom-nav {
    width: 100%;
    float: left;
}

.trading-date-time {
    width: 50%;
    float: left;
    margin-top: 6px;
}

    .trading-date-time button {
        background: #009da5;
        border: none;
        color: #fff;
        cursor: pointer;
        position: relative;
        margin-left: 15px;
    }

        .trading-date-time button:before {
            position: absolute;
            left: -12px;
            top: 0px;
            content: '';
            width: 0;
            height: 0;
            border-top: 11px solid transparent;
            border-bottom: 11px solid transparent;
            border-right: 12px solid #009da5;
            -moz-appearance: none;
            -webkit-appearance: none;
        }

@-moz-document url-prefix() {
    .trading-date-time button:before {
        position: absolute;
        left: -12px;
        top: 0px;
        content: '';
        width: 0;
        height: 0;
        border-top: 11px solid transparent;
        border-bottom: 9.2px solid transparent;
        border-right: 12px solid #009da5;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
}

.trading-date-time p {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 20px;
    color: #848484;
}

.quick-link-block {
    width: 40%;
    float: left;
}

.quick-link-block-in {
    width: calc(88% - 160px);
    margin-right: 5%;
    margin-left: 5%;
    float: left;
}

.quick-link-block select {
    width: 100%;
    font-size: 14px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    color: #5a5757;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    position: relative;
    float: right;
    margin-top: .3rem;
}

.for-arrow {
    position: relative;
}

    .for-arrow:after {
        width: 100px;
        height: 0;
        font-family: icomoon;
        content: '\ee32';
        position: absolute;
        right: -75px;
        font-size: 1.2rem;
        top: 0px;
        color: #848484;
        cursor: pointer;
        pointer-events: none;
    }

.quick-link-block select.selectpicker option:nth-child(1) {
    color: #929191;
}

.quick-link-block-in .for-arrow select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

    .quick-link-block-in .for-arrow select::-ms-expand {
        display: none;
    }

.dropdown-report {
    position: relative;
    display: inline-block;
}

    .dropdown-report .dropdown-menu-report {
        position: absolute;
        top: 100%;
        display: none;
        margin: 0;
        z-index: 1;
        list-style: none;
        width: 100%;
        padding: 0;
    }

    .dropdown-report:hover .dropdown-menu-report {
        display: block;
        box-shadow: 0 2px 5px 0 rgba(200, 200, 200, 0.7);
        -moz-box-shadow: 0 2px 5px 0 rgba(200, 200, 200, 0.7);
        -webkit-box-shadow: 0 2px 5px 0 rgba(200, 200, 200, 0.7);
        -o-box-shadow: 0 2px 5px 0 rgba(200, 200, 200, 0.7);
    }

.stk-sum {
    color: #333 !important;
}

.dropdown-report button {
    min-width: 180px;
    background: #FFF;
    color: #000;
    border: none;
    margin: 0;
    padding: 5px 10px;
    padding-right: 10px;
    font-size: 14px;
    position: relative;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding-right: 30px;
}

.dropdown-report.bg-gold button {
    background: #dbb975;
}

.dropdown-report button:after {
    font-family: "FontAwesome";
    content: '\f0d7';
    position: absolute;
    right: 8px;
    top: 50%;
    color: #576433;
    transform: translate(0px, -50%);
    font-size: 16px;
}

.dropdown-report.bg-gold button:after {
    color: #000000;
}

.dropdown-report a {
    display: block;
    padding: 0.2em 0.8em;
    text-decoration: none;
    background: #fff;
    color: #f36e1f;
}

    .dropdown-report a:hover {
        background: #f07e3a;
        color: #fff;
    }

.navbar-text.nifty-text.hide-min-1200.extra-space-header-menu {
    border-right: 1px dotted #68DDE2;
    border-left: 1px dotted #68DDE2;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.d-xl-none.left-header-min-1200 {
    width: calc(100% - 150px);
}

.main-left-header-min-1200 {
    width: calc(100% - 280px);
    float: left;
}

    .main-left-header-min-1200 marquee {
        margin-top: 15px;
        margin-right: 15px;
    }

.user-left-header-profile-min-1200 {
    min-width: 210px;
    float: left;
}

    .user-left-header-profile-min-1200 .navbar-nav {
        flex-direction: row;
        justify-content: space-between;
    }

    .user-left-header-profile-min-1200 ul li {
    }

.left-header-min-1200 button.navbar-toggler.sidebar-mobile-main-toggle {
    float: right;
}

.gapsc.override-space {
}

.transaction-btns {
    float: left;
    margin-right: 10px;
}

    .transaction-btns button {
        background: #fff;
        border: 3px solid #e0e0e0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #484545;
        font-size: 11px;
        padding: 5px;
        cursor: pointer;
        transition: all ease-out .3s 0s;
    }

        .transaction-btns button:hover {
            border: 3px solid #43B05C;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .transaction-btns button.btn-transaction:hover {
            border: 3px solid #45a2f3;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .transaction-btns button img {
            width: 20px;
        }

span.cutom-grey-text {
    color: #0cc27e;
    font-weight: normal;
}

.content.bg-custom-grey.remove-top-padding {
    padding-top: 0.5em;
}

.popup small {
    color: #333;
    font-size: 14px;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-left: 1px dotted #545252;
    padding-left: 20px;
    margin-left: 20px;
}

.btn {
    padding: 1px 4px !important;
}

.fontawsmcolr {
    color: #ff6223;
    font-size: 18px !important;
}

.txtBold {
    color: #EFA406;
}

.NoRights {
    color: #8d8c8c;
    padding: 37px 0 !important;
}

.icon-NoRights {
    color: #b9b9b9;
    font-size: 130px;
    width: 100%;
}

.mrkvalues .row div {
    color: #000;
}

.Upcome {
    background-color: #fff;
    padding: 5px 25px;
}

.advstock {
    background-color: #fff;
    padding: 2px 15px;
}

.mxgain {
    background-color: #fff;
    padding: 5px 15px;
}

.mxgainmf {
    background-color: #fff;
    padding: 5px 15px;
}

.advmf {
    width: 195px;
    background-color: #fff;
    padding: 5px 15px;
}

.Upcomemf {
    background-color: #fff;
    padding: 5px 25px;
}

.upvalues.clearfix .trading-details-table {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.06);
    padding: 10px 15px;
    position: relative;
}

    .upvalues.clearfix .trading-details-table.gainer-today {
        background: #edffea;
    }

    .upvalues.clearfix .trading-details-table.loser-today {
        background: #ffe6e6;
    }

.upvalues {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tdgns {
    width: 100%;
}

.td-gn {
    width: 60%;
}

.td-mo {
    width: 40%;
}

.cmpvalueMF {
    width: 50%;
    color: #545252;
}

.cmpvalue1MF {
    width: 50%;
    color: #545252;
    text-align: right;
}

.gnsclr {
    color: #000000 !important;
    padding-bottom: 8px;
    font-weight: 700;
    font-size: 15px;
}

.cmpvalue span {
    float: right;
}

.novalues {
    color: #3d3c3c;
}

.upvalues .trading-details-table:first-child {
    margin-left: 0px;
}

.lossvl {
    background-color: #028655;
    width: 70%;
    text-align: center;
    color: #fff !important;
}

.bluesvl {
    background-color: #0655b7;
    width: 10%;
    text-align: center;
    color: #fff !important;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.gainvl {
    background-color: #db2929;
    width: 20%;
    text-align: center;
    color: #fff !important;
}

.advstock .tdgns:nth-child(2) {
    padding: 13px 0;
}

#carouselExampleControls {
    width: 100%;
}

.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
}

.hdval {
    text-align: left;
}

.datesfr {
    padding-left: .87rem;
    float: right !important;
}

.cmpvalues {
    width: 50%;
    color: #545252;
    font-size: .8125rem;
    text-align: right;
}

    .cmpvalues:first-child {
        border-right: 1px dotted #9e9e9e;
    }

.clfun {
    padding-left: 20px;
}

.pdsfg {
    padding: 0 15px;
}

.dyvalues {
    font-size: .87rem;
    text-align: right;
}

.carousel-control-prev {
    left: -25px !important;
}

.carousel-control-next {
    right: -25px !important;
}

.clickfun {
    padding: 0 !important;
}

.DownLoadTabs_Active {
    font-size: 16px;
    padding: 15px;
    margin: 0;
    text-align: center;
    width: 100%;
    background-color: white;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 15px;
}

.DownLoadTabs_UnActive {
    font-size: 16px;
    padding: 15px;
    margin: 0;
    text-align: center;
    width: 100%;
    background-color: white;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
    opacity: .3;
}

.selectfundDropdownMenu {
    margin: 10px 5%;
    background-color: #334AA5;
    border: 1px solid #334AA5;
    width: 90%;
    padding: 0;
    float: left;
}

    .selectfundDropdownMenu select {
        padding: 5px;
        float: left;
        margin: 0;
        border: 0px solid #334AA5;
        width: 100%;
        font-size: 13px;
        color: #fff;
        background-color: #334AA5;
        height: 30px;
    }

        .selectfundDropdownMenu select option {
            padding: 5px;
            float: left;
            margin: 0;
            border: 0px solid #334AA5;
            width: 100%;
            font-size: 13px;
            color: #fff;
            background-color: #334AA5;
            text-align: left;
            height: 30px;
        }

.s-dowlodlinks {
    width: 305px;
    float: left;
    position: relative;
}

.grpimg img {
    margin: 20px 0;
}

.tooltipss {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #464646;
}

    .tooltipss .tooltiptextss {
        visibility: hidden;
        width: 120px;
        background-color: #464646;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -60px;
    }

    .tooltipss:last-child .tooltiptextss {
        left: auto;
        right: -6px;
        margin-left: 0px
    }

    .tooltipss .tooltiptextss::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #464646 transparent transparent transparent;
    }

    .tooltipss:last-child .tooltiptextss::after {
        left: auto;
        right: 5px;
    }

    .tooltipss:hover .tooltiptextss {
        visibility: visible;
    }

.bac-dv {
    float: right;
    width: auto;
    margin-top: 6px;
    position: relative;
}

.helplink {
    width: 14px;
    background-image: url(../images/help-icon.png);
    height: 16px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
    float: left;
}

.bac-dv:hover > .link-msg {
    display: block;
}

.link-msg {
    position: absolute;
    bottom: 0;
    right: 20px;
    background-color: #fff;
    border: 1px solid #cacaca;
    font-size: 11px;
    width: 290px;
    padding: 5px;
    z-index: 10010;
    display: none;
}

.textupcoming .bac-dv {
    margin-right: 20px;
}

@media(min-width: 992px) and (max-width:1199px) {
    .mxgain {
        padding: 5px 10px;
    }

    .advstock {
        padding: 5px 10px;
    }

    .pdsfg {
        padding: 0 5px;
    }

    .Upcome {
        padding: 5px 15px;
    }

    .carousel-control-prev {
        left: -15px !important;
    }

    .carousel-control-next {
        right: -15px !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .DownLoadTabs_UnActive {
        font-size: 12px;
        padding: 10px 5px;
        margin: 0px;
        height: 49px;
    }

    .DownLoadTabs_Active {
        font-size: 12px;
        padding: 10px 5px;
        margin: 0px;
        height: 49px;
    }

    .trading-date-time {
        width: 35%;
    }

    .quick-link-block {
        width: 54%;
    }

    .print-block ul {
        padding: 0;
    }

    .details-holdings h1 {
        margin-left: 0;
    }

        .details-holdings h1 span {
            font-size: 1.2rem;
        }

        .details-holdings h1 small {
            padding-left: 5px;
            margin-left: 5px;
        }

    .stock-info-chart table thead tr th span {
        padding-bottom: 0.05em;
    }

    .stock-info-chart table > tbody > tr > td:nth-child(1) strong {
        text-align: center;
        font-size: 13px;
    }

    .trading-date-time p {
        margin-left: 0;
    }

    .user-left-header-profile-min-1200 {
        width: 110px;
        padding: .575rem 0;
    }

    .user-left-header-profile-min-1200 {
        min-width: 42%;
        float: left;
    }

        .user-left-header-profile-min-1200 .navbar-nav {
            align-items: center;
            justify-content: end;
        }

        .user-left-header-profile-min-1200 .navbar-nav-link {
            margin: 0 !important;
            padding: 2px 7px !important;
            display: block !important;
            text-decoration: none;
        }

    .dropdown-user .navbar-nav-link > span {
        padding: 0 !important;
    }

    .ql-fs {
        line-height: 20px !important;
    }
}

.scrolltp {
    margin-top: 0px;
    max-height: 502px;
}

.tdgl div {
    float: right;
    text-align: right;
}

    .tdgl div:nth-child(2) {
        padding-right: 12px;
        float: right;
    }

.identitynm {
    margin-left: 5px;
}

.mytables th {
    padding: .35rem .2rem .6rem .2rem !important;
}

.mytables td {
    padding: .5rem .2rem .5rem .2rem !important;
    text-align: right;
}

.mytables thead th {
    background-color: #f7f7f7;
    border: none;
    border-bottom: 1px solid #fff !important;
    text-align: center;
    font-size: .81rem;
    color: #333333;
    font-weight: bold;
}

    .mytables thead th .script {
        margin: 0;
        padding: 0;
        border-bottom: 2px solid #f36f21;
        width: 100%;
        line-height: 30px;
    }

    .mytables thead th .allon {
        margin: 0;
        padding: 0;
        border-bottom: 2px solid #f36f21;
        width: 100%;
        line-height: 30px;
    }

    .mytables thead th .curvl {
        margin: 0;
        padding: 0;
        border-bottom: 2px solid #f36f21;
        width: 100%;
        line-height: 30px;
    }

    .mytables thead th .tdgns {
        margin: 0;
        padding: 0;
        border-bottom: 2px solid #f36f21;
        width: 100%;
        line-height: 30px;
    }

.acttextclr {
    font-weight: 700;
    color: black;
}

.mytables td:nth-child(1) {
    text-align: left;
}

.mytables .tdgl div:first-child {
    text-align: left;
}

.GrText {
    color: Green !important;
}

.RText {
    color: Red !important;
}

.identityMFnews {
    height: 12px;
    width: 12px;
    float: left;
    background-color: #f36f21;
    margin-top: 4px;
}

.identity1 {
    flex-shrink: 0;
    height: 12px;
    width: 12px;
    float: left;
    background-color: #2196f3;
    margin-top: 4px;
    margin-right: 5px;
}

.identity2 {
    height: 12px;
    width: 12px;
    float: left;
    background-color: #ffc107;
    margin-top: 4px;
}

.identity3 {
    height: 12px;
    width: 12px;
    float: left;
    background-color: #7e57c2;
    margin-top: 4px;
}

.identity4 {
    height: 12px;
    width: 12px;
    float: left;
    background-color: #d73a8c;
    margin-top: 4px;
}

.identity5 {
    height: 12px;
    width: 12px;
    float: left;
    background-color: #f36f21;
    margin-top: 4px;
}

.identity6 {
    height: 12px;
    width: 12px;
    float: left;
    background-color: #0cc27e;
    margin-top: 4px;
}

.identity7 {
    height: 12px;
    width: 12px;
    float: left;
    background-color: #7e57c2;
    margin-top: 4px;
}

.identity8 {
    height: 12px;
    width: 12px;
    float: left;
    background-color: #aa89e5;
    margin-top: 4px;
}

#ascrail2000 .nicescroll-cursors {
    background-color: #576433 !important;
    width: 8px !important;
}

#ascrail2001 .nicescroll-cursors {
    background-color: #576433 !important;
    width: 8px !important;
}

#ascrail2002 .nicescroll-cursors {
    background-color: #576433 !important;
    width: 8px !important;
}

#ascrail2000, #ascrail2001 {
    background-color: #cfcfcf;
}

#ascrail2002 {
    background-color: #cfcfcf;
}

.upipovl {
    float: left;
}

.textupcoming .txtnames {
    color: #00467d;
    font-size: 17px;
}

.Dividendtxt .Lettrcircl {
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 2px 6px;
    text-decoration: none;
}

.dtext {
    background-color: #7e57c2;
}

.btext {
    background-color: #f36f21;
}

.stext {
    background-color: #025397;
}

.rtext {
    background-color: rgb(9, 188, 30);
}

.mtext {
    background-color: rgb(234, 9, 141);
}

.cmptxt {
    font-size: 14px;
    color: #545252;
}

.updatescm div {
    flex: 1
}

.cmptxt .uptexts {
    padding-top: 0px;
}

.datestxt {
    font-size: .87rem;
}

.cmptxt {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 40px;
}

.divisiontcx {
    color: #000;
    padding-left: 5px;
}

.dimfnews {
    margin-left: 10px;
    cursor: pointer;
}

.Dividendtxtmain {
    width: 100%;
    float: left
}

.textupcoming {
    padding-bottom: 5px;
}

.carousel-control-prev-icon {
    background-image: url("../images/leftarrow.png") !important;
}

.carousel-control-next-icon {
    background-image: url("../images/rightarrow.png") !important;
}

.updatescm {
    display: flex;
    gap: 5px;
}

    .updatescm.uptexts div {
        font-size: 13px;
        color: #898989 !important;
    }

@media(min-width: 992px) and (max-width:1200px) {
    .upvalues .Upcome {
        margin: 0;
    }

    .mxgain .tdgns {
        font-size: .75rem;
    }

    .cmpvalue {
        width: 25%;
    }

    .cmpvalue1 {
        width: 75%;
    }

    html, body {
        overflow-x: hidden;
    }

    .updivcon {
        float: left;
        margin-left: 0;
    }

    .Dividendtxtmain {
        height: auto;
    }

    .scrolltp {
        width: 610px;
    }

    .upvalues .trading-details-table:first-child {
        margin-left: 0 !important;
    }

    .scrolltp {
        width: 575px;
    }

    .upvalues .trading-details-table:first-child {
        margin-left: 0;
    }

    .advmf {
        display: none;
    }

    .Upcomemf {
        margin: 20px 0 0 0 !important;
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .clfun {
        padding-left: 10px;
    }

    .Upcomemf {
        padding: 5px 15px;
    }

    .scrolltp {
        width: 605px;
    }

    .updivcon {
        width: 100%;
        padding: 0;
    }

    .mrgfun .nopspd {
        padding: 0;
        margin: 0;
    }

    .brdcm {
        display: block !important;
    }

    .datesfr {
        padding-left: 0.13rem;
    }

    .Upcomemf {
        margin: 0 0 0 0 !important;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .show-min-1200 {
        display: block !important;
    }

    .hide-min-1200 {
        display: none !important;
    }

    .show-min-1200 > marquee {
        max-width: 300px;
    }

    .stock-info-chart table > tbody > tr > td:nth-child(1) strong {
        width: 100%;
        text-align: center;
    }

    .width-10 {
        width: 0% !important;
        display: none;
    }

    .stock-info-chart table > tbody > tr > td:nth-child(1) span {
        display: block;
        text-align: center;
        width: 100% !important;
        float: none !important;
    }

    .stock-info-chart table > tbody > tr > td:nth-child(1) img {
        display: block;
        margin: 0 auto !important;
        clear: both !important;
        float: none !important;
    }

    .trading-details table > tbody > tr > td {
        font-size: 15px;
        font-weight: bold;
    }
}

.more-btn {
    float: left;
    padding: 4px 0px 0 0;
    font-size: 13px;
    color: #306da3;
    cursor: pointer !important;
}

.more-arw {
    float: right;
    font-size: 22px;
    color: #306da3;
    padding: 0px 0px 0px 5px;
    width: 17px;
    cursor: pointer !important;
}

more-btn {
    float: left;
    padding: 4px 0px 0 0;
    font-size: 13px;
    color: #306da3;
    cursor: pointer !important;
}

.befrr {
    opacity: 1;
    transition: all 1s;
    margin: auto;
    display: block;
    text-align: center;
}

.aftrr {
    position: absolute;
    left: -100%;
    transition: all 1s;
    display: block;
    text-align: center;
}

.ionicon {
    font-family: "Ionicons";
    cursor: pointer;
}

.mr-img {
    padding: 5px;
}

.mr-spn {
    color: #576433;
    font-weight: 700;
    padding-right: 15px;
    cursor: pointer;
    position: relative;
}

    .mr-spn::after {
        content: "\f178";
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: -1px;
    }

.more_bbn {
    float: right;
    width: 77px;
    height: 30px;
    overflow: hidden;
    border: 1px solid #306da3;
    transition: all 1s;
    position: relative;
    padding: 0 12px;
    cursor: pointer !important;
    margin: 10px 0;
}

.adv-d {
    text-align: center !important;
}

.avdDec div {
    text-align: center;
    color: #fff !important;
}

    .avdDec div:first-child {
        background-color: #028655;
        color: #fff;
    }

    .avdDec div:nth-child(2) {
        background-color: #e3190b;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        color: #fff;
    }

    .avdDec div:nth-child(3) {
        background-color: #db2929;
        color: #fff;
    }

.negHol-dv {
    width: auto;
    position: relative;
    padding-left: 5px;
}

.negHol-msg {
    position: absolute;
    bottom: 0;
    left: 15px;
    background-color: #fff;
    border: 1px solid #cacaca;
    font-size: 11px;
    width: 150px;
    padding: 5px;
    z-index: 10010;
    display: none;
}

.negHol-dv:hover > .negHol-msg {
    display: block;
}

.negHol {
    color: Red;
    font-weight: bold;
    padding-left: 5px;
}

.drpsec select::-ms-expand {
    display: none;
}

.RadioDiv input {
    display: none;
}

.drpboxsep {
    width: 150px !important;
    height: 2.1rem !important;
    font-size: .9rem;
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/traingle-maketnews.png") white no-repeat calc(100% - 10px) !important;
}

.drpdivsep {
    margin: 5px;
    padding-left: 250px;
}

.brdcm {
    display: none;
}

.schnameTr {
    background-color: #ded8d8;
    font-weight: bold;
}

@media(min-width:768px) and (max-width:991px) {
    .new-stocksummary .mxgain {
        padding: 5px;
    }

    .new-stocksummary .advstock {
        padding: 5px;
    }

    .new-stocksummary-table .tablefun, .new-stocksummary-table .clickfun {
        /*width: auto;
        clear: both;
        float: left;
        width: 100%;*/
    }

    .new-stocksummary-table .mytables thead th, .new-stocksummary-table .mytables tbody td {
        white-space: nowrap;
    }

    .new-stocksummary-table .DownLoadTabs_Active, .new-stocksummary-table .DownLoadTabs_UnActive {
        height: auto;
    }
}

@media(min-width:576px) and (max-width:767px) {
    .show-min-1200 {
        display: block !important;
    }

    .hide-min-1200 {
        display: none !important;
    }

    .details-holdings h1 {
        margin-left: 0;
    }

        .details-holdings h1 span {
            font-size: 1.1rem;
        }

        .details-holdings h1 small {
            font-size: 12px;
            padding-left: 5px;
            margin-left: 5px;
        }

    .trading-details table > tbody > tr > td {
        font-size: 14px;
    }

    .trading-details-table table th, .trading-details-table table td {
        padding: 0.5rem 1rem;
    }

    .trading-date-time p {
        margin-left: 0;
    }

    .trading-date-time {
        width: 50%;
    }

    .setalertDiv {
        width: 27% !important;
    }

    .quick-link-block {
        width: 100%;
        margin-top: 7px;
    }

    .qkl-bl {
        margin-left: 0% !important;
    }

    .ql-fs {
        font-size: 14px !important;
    }

    .stock-info-chart table thead tr th span {
        padding-bottom: 0.05em;
    }

    .stock-info-chart table > tbody > tr > td:nth-child(1) strong {
        display: block;
        width: 100%;
        font-size: 13px;
        text-align: center;
    }

    .stock-info-chart table > tbody > tr > td:nth-child(1) span {
        float: none;
        text-align: center;
    }

    .stock-info-chart table > tbody > tr > td {
        font-size: 13px;
    }

    .user-left-header-profile-min-1200 {
        width: 110px;
        padding: .575rem 0;
    }

    .user-left-header-profile-min-1200 {
        min-width: 60%;
        float: left;
    }

        .user-left-header-profile-min-1200 .navbar-nav {
            align-items: center;
            justify-content: end;
        }

        .user-left-header-profile-min-1200 .navbar-nav-link {
            margin: 0 !important;
            padding: 2px 7px !important;
            display: block !important;
            text-decoration: none;
        }

    .dropdown-user .navbar-nav-link > span {
        padding: 0 !important;
    }

    .dropdown-report-custom {
        width: 50% !important;
    }

    .new-stocksummary .mxgain, .new-stocksummary .advstock, .new-stocksummary .Upcome {
        width: 100%;
        display: block;
        margin-left: 0;
    }

    .new-stocksummary-table .tablefun, .new-stocksummary-table .clickfun {
        /*width: auto;
        clear: both;
        float: left;*/
        /*width: 100%;*/
    }

    .new-stocksummary-table .DownLoadTabs_Active, .new-stocksummary-table .DownLoadTabs_UnActive {
        /*width: 48%;*/
        display: inline-block;
    }

    .trading-details-table.trading-table-rmv table tbody, .trading-details-table.trading-table-rmv table thead {
        display: inline-block;
        width: 47%;
        vertical-align: top;
    }

    .trading-details-table.trading-table-rmv table .trading-details-table.trading-table-rmv table {
        display: block;
    }

    .trading-details-table.trading-table-rmv table tbody tr, .trading-details-table.trading-table-rmv table thead tr {
        display: block;
    }

        .trading-details-table.trading-table-rmv table tbody tr td, .trading-details-table.trading-table-rmv table thead tr th {
            width: 100%;
            display: block;
            border-right: none;
        }
}

@media(min-width:481px) and (max-width:575px) {
    .show-min-1200 {
        display: block !important;
    }

    .hide-min-1200 {
        display: none !important;
    }

    .details-holdings h1 {
        margin-left: 0;
    }

        .details-holdings h1 span {
            font-size: 1.1rem;
        }

        .details-holdings h1 small {
            font-size: 12px;
            padding-left: 5px;
            margin-left: 5px;
        }

    .trading-details table > tbody > tr > td {
        font-size: 14px;
    }

    .trading-details-table table th, .trading-details-table table td {
        padding: 0.5rem 1rem;
    }

    .trading-date-time p {
        margin-left: 0;
    }

    .trading-date-time {
        width: 50%;
        margin-top: 0;
    }

    .setalertDiv {
        width: 27% !important;
        float: right !important;
    }

    .quick-link-block {
        width: 100%;
        margin-top: 7px;
    }

    .qkl-bl {
        margin-left: 0% !important;
    }

    .ql-fs {
        font-size: 14px !important;
    }

    .stock-info-chart table thead tr th span {
        padding-bottom: 0.05em;
    }

    .stock-info-chart table > tbody > tr > td:nth-child(1) strong {
        display: block;
        width: 100%;
        font-size: 13px;
        text-align: center;
    }

    .stock-info-chart table > tbody > tr > td:nth-child(1) span {
        float: none;
        text-align: center;
    }

    .stock-info-chart table > tbody > tr > td {
        font-size: 13px;
    }

    .user-left-header-profile-min-1200 {
        width: 110px;
        padding: .575rem 0;
    }

    .user-left-header-profile-min-1200 {
        min-width: 80%;
        float: left;
    }

        .user-left-header-profile-min-1200 .navbar-nav {
            align-items: center;
            justify-content: end;
        }

        .user-left-header-profile-min-1200 .navbar-nav-link {
            margin: 0 !important;
            padding: 2px 7px !important;
            display: block !important;
            text-decoration: none;
        }

    .dropdown-user .navbar-nav-link > span {
        padding: 0 !important;
    }

    .container-fluid.details-holdings, .trading-details-table, .container-fluid.bg-cutom-faint-grey {
        box-shadow: none !important;
    }

    .container-fluid.bg-cutom-faint-grey {
        padding: 0 !important;
    }

    .container-fluid.details-holdings .padding-1, .container-fluid.bg-cutom-faint-grey {
        padding: 0 !important;
    }

    .stock-info-chart table > tbody > tr > td:nth-child(1) {
        border-left: 0px;
    }

    .trading-details table > thead > tr > th, .trading-details table > tbody > tr > td {
    }

        .trading-details table > tbody > tr > td:nth-child(6) {
            border-bottom: none;
        }

        .trading-details table > thead > tr > th:nth-child(6) {
            border-top: 0px solid #F0FDFF !important;
        }

    .trading-details table > thead > tr > th, .trading-details table > tbody > tr > td {
        font-size: 12px;
        line-height: 15px;
        white-space: nowrap;
    }

    .dropbtn {
        border: 1px solid #FF6223 !important;
        color: #000 !important;
    }

    .new-stocksummary .mxgain, .new-stocksummary .advstock, .new-stocksummary .Upcome {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .new-stocksummary-table .tablefun, .new-stocksummary-table .clickfun {
        /*width: auto;
        clear: both;
        float: left;*/
        /*width: 100%;*/
    }

    .new-stocksummary-table .DownLoadTabs_Active, .new-stocksummary-table .DownLoadTabs_UnActive {
        /*width: 48%;*/
        display: inline-block;
    }

    .new-stocksummary-table .mytables thead th, .new-stocksummary-table .mytables tbody td {
        white-space: nowrap;
    }

    .trading-details-table.trading-table-rmv table tbody, .trading-details-table.trading-table-rmv table thead {
        display: inline-block;
        width: 47%;
        vertical-align: top;
    }

    .trading-details-table.trading-table-rmv table .trading-details-table.trading-table-rmv table {
        display: block;
    }

    .trading-details-table.trading-table-rmv table tbody tr, .trading-details-table.trading-table-rmv table thead tr {
        display: block;
    }

        .trading-details-table.trading-table-rmv table tbody tr td, .trading-details-table.trading-table-rmv table thead tr th {
            width: 100%;
            display: block;
        }

            .trading-details-table.trading-table-rmv table tbody tr td.minusequal, .trading-details-table.trading-table-rmv table thead tr th.rmv-th {
                display: none;
            }
}

@media(min-width:360px) and (max-width:480px) {
    .show-min-1200 {
        display: block !important;
    }

    .hide-min-1200 {
        display: none !important;
    }

    .details-holdings h1 {
        margin-left: 0;
    }

        .details-holdings h1 span {
            font-size: 1.1rem;
        }

        .details-holdings h1 small {
            font-size: 12px;
            padding-left: 5px;
            margin-left: 5px;
        }

    .trading-details table > tbody > tr > td {
        font-size: 14px;
    }

    .trading-details-table table th, .trading-details-table table td {
        padding: 0.5rem 1rem;
    }

    .trading-date-time p {
        margin-left: 0;
        font-size: .7rem !important;
    }

    .trading-date-time {
        width: 73%;
        margin-top: 0;
    }

    .setalertDiv {
        width: 27% !important;
    }

    .dropdown-report-custom {
        width: 50% !important;
    }

    .quick-link-block {
        width: 100%;
        margin-top: 7px;
    }

    .qkl-bl {
        margin-left: 0% !important;
        width: 45% !important;
    }

    .ql-fs {
        font-size: 14px !important;
    }

    .stock-info-chart table thead tr th span {
        padding-bottom: 0.05em;
    }

    .stock-info-chart table > tbody > tr > td:nth-child(1) strong {
        display: block;
        width: 100%;
        font-size: 13px;
        text-align: center;
    }

    .stock-info-chart table > tbody > tr > td:nth-child(1) span {
        float: none;
        text-align: center;
    }

    .stock-info-chart table > tbody > tr > td {
        font-size: 12px;
    }

    .user-left-header-profile-min-1200 {
        min-width: 140px;
        padding: .575rem 0;
    }

        .user-left-header-profile-min-1200 .navbar-nav {
            align-items: center;
        }

        .user-left-header-profile-min-1200 .navbar-nav-link {
            margin: 0 !important;
            padding: 2px 5px !important;
            display: block !important;
            text-decoration: none;
        }

    .dropdown-user .navbar-nav-link > span {
        padding: 0 !important;
    }

    .dropbtn {
        border: 1px solid #FF6223;
    }

    .stock-info-chart table thead tr th {
        font-size: 12px;
    }

    .trading-details table > thead > tr > th, .trading-details table > tbody > tr > td {
        line-height: 14px;
        font-size: 12px;
    }

    .container-fluid.details-holdings, .trading-details-table, .container-fluid.bg-cutom-faint-grey {
        box-shadow: none !important;
    }

    .container-fluid.bg-cutom-faint-grey {
        padding: 0 !important;
    }

    .container-fluid.details-holdings .padding-1, .container-fluid.bg-cutom-faint-grey {
        padding: 0 !important;
    }

    .stock-info-chart table > tbody > tr > td:nth-child(1) {
        border-left: 0px;
    }

    .trading-details table > thead > tr > th, .trading-details table > tbody > tr > td {
        font-size: 12px;
        line-height: 15px;
        white-space: nowrap;
    }

    .trading-details table > thead > tr > th, .trading-details table > tbody > tr > td {
    }

        .trading-details table > tbody > tr > td:nth-child(6) {
            border-bottom: none;
            border-top: none;
        }

        .trading-details table > thead > tr > th:nth-child(6) {
            border-top: 0px !important;
        }

    .dropbtn {
        border: 1px solid #FF6223 !important;
        color: #000 !important;
        padding-top: 0.12rem !important;
        padding-left: 10px !important;
    }

    .quick-links-drop_down {
        color: #000 !important;
    }

    .user-left-header-profile-min-1200 .navbar-nav {
        flex-direction: row;
        justify-content: space-evenly;
    }

    .d-xl-none.left-header-min-1200 {
        width: 60%;
    }

    .navbar-brand.logo-img {
        margin-right: 7px;
    }

    .new-stocksummary .mxgain, .new-stocksummary .advstock, .new-stocksummary .Upcome {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .new-stocksummary-table .tablefun, .new-stocksummary-table .clickfun {
        /*width: auto;
        clear: both;
        float: left;*/
        /*width: 100%;*/
    }

    .new-stocksummary-table .DownLoadTabs_Active, .new-stocksummary-table .DownLoadTabs_UnActive {
        width: 48%;
        display: inline-block;
        padding: 5px;
    }

        .new-stocksummary-table .DownLoadTabs_Active > div, .new-stocksummary-table .DownLoadTabs_UnActive > div {
            font-size: 15px;
        }

    .new-stocksummary-table .mytables thead th, .new-stocksummary-table .mytables tbody td {
        white-space: nowrap;
    }

    .new-stocksummary-table .upipovl, .new-stocksummary-table .updivcon {
        width: auto;
        float: none;
    }

    .trading-details-table.trading-table-rmv table tbody, .trading-details-table.trading-table-rmv table thead {
        display: inline-grid;
        width: 50%;
        vertical-align: top;
    }

    .trading-details-table.trading-table-rmv table .trading-details-table.trading-table-rmv table {
        display: block;
    }

    .trading-details-table.trading-table-rmv table tbody tr td, .trading-details-table.trading-table-rmv table thead tr th {
        width: 100%;
        display: block;
        /*height: 22px;*/
    }

        .trading-details-table.trading-table-rmv table tbody tr td.minusequal, .trading-details-table.trading-table-rmv table thead tr th.rmv-th {
            display: none;
        }
}

@media(min-width:320px) and (max-width:359px) {
    .navbar-brand.logo-img {
        margin-right: 7px;
    }

    .show-min-1200 {
        display: block !important;
    }

    .hide-min-1200 {
        display: none !important;
    }

    .details-holdings h1 {
        margin-left: 0;
    }

        .details-holdings h1 span {
            font-size: 1.1rem;
        }

        .details-holdings h1 small {
            font-size: 12px;
            padding-left: 5px;
            margin-left: 0px;
            width: 100%;
            display: block;
        }

    .trading-details table > tbody > tr > td {
        font-size: 14px;
    }

    .trading-details-table table th, .trading-details-table table td {
        padding: 0.5rem 1rem;
    }

    .trading-date-time p {
        margin-left: 0;
    }

    .trading-date-time {
        width: 75%;
        font-size: 0.7rem !important;
    }

    .setalertDiv {
        width: 25% !important;
    }

    .quick-link-block {
        width: 100%;
        margin-top: 7px;
    }

    .setalertDiv {
        text-align: left !important;
    }

    .qkl-bl {
        margin-left: 0% !important;
        margin-right: 0% !important;
        width: 100% !important;
    }

    .ql-fs {
        font-size: 14px !important;
    }

    .stock-info-chart table thead tr th span {
        padding-bottom: 0.05em;
    }

    .stock-info-chart table > tbody > tr > td:nth-child(1) strong {
        display: block;
        width: 100%;
        font-size: 13px;
        text-align: center;
    }

    .stock-info-chart table > tbody > tr > td:nth-child(1) span {
        float: none;
        text-align: center;
    }

    .stock-info-chart table > tbody > tr > td {
        font-size: 10px;
    }

    .user-left-header-profile-min-1200 {
        min-width: 100px;
        padding: .575rem 0;
    }

        .user-left-header-profile-min-1200 .navbar-nav {
            align-items: center;
        }

        .user-left-header-profile-min-1200 .navbar-nav-link {
            margin: 0 !important;
            padding: 2px 3px !important;
            display: block !important;
            text-decoration: none;
            font-size: 11px;
        }

            .user-left-header-profile-min-1200 .navbar-nav-link i {
                font-size: 14px;
            }

    .navbar-toggler.sidebar-mobile-main-toggle i {
        font-size: 13px;
    }

    .dropdown-user .navbar-nav-link > span {
        padding: 0 !important;
    }

    .container-fluid.details-holdings, .trading-details-table, .container-fluid.bg-cutom-faint-grey {
        box-shadow: none;
    }

        .container-fluid.details-holdings .padding-1, .container-fluid.bg-cutom-faint-grey {
            padding: 0 !important;
        }

    .stock-info-chart table > tbody > tr > td:nth-child(1) {
        border-left: 0px;
    }

    .stock-info-chart table > tbody > tr > td:nth-child(2), .stock-info-chart table > tbody > tr > td:nth-child(3), .stock-info-chart table > tbody > tr > td:nth-child(4), .stock-info-chart table > tbody > tr > td:nth-child(5), .stock-info-chart table > tbody > tr > td:nth-child(6) {
        white-space: normal;
    }

        .stock-info-chart table > tbody > tr > td:nth-child(2) br, .stock-info-chart table > tbody > tr > td:nth-child(3) br, .stock-info-chart table > tbody > tr > td:nth-child(4) br, .stock-info-chart table > tbody > tr > td:nth-child(5) br, .stock-info-chart table > tbody > tr > td:nth-child(6) br {
            display: none;
        }

    .stock-info-chart table thead tr th, .stock-info-chart table > tbody > tr > td:nth-child(1) strong, .chart-lable span {
        font-size: 12px;
    }

    .stock-info-chart table thead tr th, .stock-info-chart table tbody tr td {
        padding: none;
    }

    .trading-details table > thead > tr > th, .trading-details table > tbody > tr > td {
        font-size: 10px;
        line-height: 15px;
        white-space: nowrap;
    }

    .trading-details table > thead > tr > th, .trading-details table > tbody > tr > td {
    }

        .trading-details table > tbody > tr > td:nth-child(6) {
            border-bottom: none;
            border-top: none;
        }

        .trading-details table > thead > tr > th:nth-child(6) {
            border-top: 0px solid #F0FDFF !important;
        }

    .dropbtn {
        border: 1px solid #FF6223 !important;
        color: #000 !important;
        padding-top: 0.12rem !important;
        padding-left: 10px !important;
    }

    .quick-links-drop_down {
        color: #000 !important;
    }

    .d-xl-none.left-header-min-1200 {
        width: 55%;
    }

    .new-stocksummary .mxgain, .new-stocksummary .advstock, .new-stocksummary .Upcome {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .new-stocksummary-table .tablefun, .new-stocksummary-table .clickfun {
        /*width: auto;
        clear: both;
        float: left;*/
        /*width: 100%;*/
    }

    .new-stocksummary-table .DownLoadTabs_Active, .new-stocksummary-table .DownLoadTabs_UnActive {
        /*width: 48%;*/
        display: inline-block;
        padding: 5px;
    }

        .new-stocksummary-table .DownLoadTabs_Active > div, .new-stocksummary-table .DownLoadTabs_UnActive > div {
            font-size: 12px;
        }

    .new-stocksummary-table .mytables thead th, .new-stocksummary-table .mytables tbody td {
        white-space: nowrap;
    }

    .new-stocksummary-table .upipovl, .new-stocksummary-table .updivcon {
        width: auto;
        float: none;
        margin-top: 10px;
    }

    .new-stocksummary-table .textupcoming .txtnames {
        font-size: 13px;
    }

    .trading-details-table.trading-table-rmv table tbody, .trading-details-table.trading-table-rmv table thead {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }

    .trading-details-table.trading-table-rmv table .trading-details-table.trading-table-rmv table {
        display: block;
    }

    .trading-details-table.trading-table-rmv table tbody tr td, .trading-details-table.trading-table-rmv table thead tr th {
        width: 100%;
        display: block;
    }

        .trading-details-table.trading-table-rmv table tbody tr td.minusequal, .trading-details-table.trading-table-rmv table thead tr th.rmv-th {
            display: none;
        }
}

@media(min-width:320px) and (max-width:767px) {
    .mobileheadhide {
        display: none;
    }

    .table.my-table > tbody > tr > td:nth-child(1) span {
        width: 100%;
        display: inline;
    }

    .stock-info-chart table > tbody > tr > td:nth-child(1) {
        background: white;
    }

    .stock-info-chart table > tbody > tr > td {
        background: white;
    }

        .stock-info-chart table > tbody > tr > td span {
            color: #4e4e4e;
            font-weight: bold;
        }

    .stock-info-chart table > tbody > tr > br {
        color: green;
    }

    tr {
        position: relative;
    }

    .stock-info-chart .toptexthide {
        display: block !important;
    }

    .stock-info-chart .col-btn {
        display: block !important;
        border-left: 1px dashed grey;
    }

    .stock-info-chart .btn {
        margin: auto;
    }

    .stock-info-chart table > tbody > tr > td:nth-child(1) span img {
        display: none;
    }

    .stock-info-chart a {
        font-size: 9px;
    }

    .stock-info-chart .textgrey {
        color: red !important;
    }

    tr:first-child th {
        border-top-width: 0;
        background: transparent !important;
    }

    .trading-details table > thead > tr > th:nth-child(5), .trading-details table > tbody > tr > td:nth-child(5) {
        border-right: 1px dotted #9e9e9e;
        margin-top: 0px;
    }

    .trading-details table > thead > tr > th:nth-child(6) {
        border-right: 1px dotted transparent;
    }

    .trading-details table > thead > tr > th:nth-child(5), .trading-details table > tbody > tr > td:nth-child(5) {
        border-right: 1px dotted transparent;
        margin-top: 0px;
    }

    .trading-details-table.trading-table-rmv table tbody tr td.minusequal, .trading-details-table.trading-table-rmv table thead tr th.rmv-th {
        display: block;
        text-align: center;
        height: 20px;
    }

    .table caption + thead tr:first-child td, .table caption + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child td, .table thead:first-child tr:first-child th {
        border-top-width: 0;
        color: #000000;
        background: #c0f7ff;
    }

    .stock-info-chart .firsttext {
        color: grey;
    }

    svg {
        margin: 0 auto;
    }

    #AssetPerDiv {
    }

    @media (min-width:768px) and (max-width:991px) {
        svg {
            margin: 0 auto;
        }

        #AssetPerDiv {
        }
    }
}

@media(min-width:100px) and (max-width:480px) {
}

@media(min-width:100px) and (max-width:767px) {
    .grandcolhide + .footable-row-detail .footable-row-detail-row:first-child, .grandcolhide + .footable-row-detail .footable-row-detail-row:last-child, .grandcolhide + .footable-row-detail .footable-row-detail-row:nth-child(3) {
        display: none;
    }

    .grandcolhidefuture + .footable-row-detail .footable-row-detail-row:last-child, .grandcolhidefuture + .footable-row-detail .footable-row-detail-row:nth-child(2) {
        display: none;
    }

    .grandcolhideprolosseq + .footable-row-detail .footable-row-detail-row:last-child, .grandcolhideprolosseq + .footable-row-detail .footable-row-detail-row:nth-child(2), .grandcolhideprolosseq + .footable-row-detail .footable-row-detail-row:nth-child(3), .grandcolhideprolosseq + .footable-row-detail .footable-row-detail-row:nth-child(8) {
        display: none;
    }

    .grandcolhideprolossfut + .footable-row-detail .footable-row-detail-row:last-child, .grandcolhideprolossfut + .footable-row-detail .footable-row-detail-row:nth-child(2), .grandcolhideprolossfut + .footable-row-detail .footable-row-detail-row:nth-child(3), .grandcolhideprolossfut + .footable-row-detail .footable-row-detail-row:nth-child(7) {
        display: none;
    }

    .grandcolhidecapglstock + .footable-row-detail .footable-row-detail-row:last-child {
        display: none;
    }

    .grandcolhideeqhistorical + .footable-row-detail .footable-row-detail-row:last-child, .grandcolhideeqhistorical + .footable-row-detail .footable-row-detail-row:nth-child(1), .grandcolhideeqhistorical + .footable-row-detail .footable-row-detail-row:nth-child(3) {
        display: none;
    }

    .whitespace {
        white-space: initial;
    }
}

@media (max-width:767px) {
    .trading-details table > thead > tr > th, .trading-details table > tbody > tr > td {
        border-right: 0;
    }

    /*.scrolltp {
        padding: 0 !important;
    }*/
}

@media (max-width:575px) {
    .table.my-table > tbody > tr > td:nth-child(1) {
        min-width: unset;
    }
}
