/*ui button*/
.thm-btn1 {
    background: var(--btn1-bg);
    color: var(--btn1-color);
    border: 2px solid var(--btn1-border-color);
    transition: background-color 0.5s ease;
}
.thm-btn1:hover {
    background: var(--btn1-hover-bg);
    color: var(--btn1-hover-color);
    border: 2px solid var(--btn1-hover-border-color);
}
.thm-btn2 {
    background: var(--btn2-bg);
    color: var(--btn2-color);
    border: 2px solid var(--btn2-border-color);
    transition: background-color 0.5s ease;
}
.thm-btn2:hover {
    background: var(--btn2-hover-bg);
    color: var(--btn2-hover-color);
    border: 2px solid var(--btn2-hover-border-color);
}
/**/

.inside-cont {
    position: relative;
    min-height: 86vh;
    max-width: 1920px;
    margin: 0 auto;
}
.nvt-pgtitle {
    font-size: 1.3rem;
    line-height: normal;
    padding: 0;
    margin: 10px 7px 15px 7px;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 767px) {
    .inside-cont {
        min-height: inherit;
        max-width: inherit;
    }
    .nvt-pgtitle {
        font-size: 1.2rem;
    }
}

/***/
.nvt-blinfo {
    margin: 15px auto;
}

.datepicker-controls .button {
    border: none;
}

@media screen and (max-width: 767px) {
    .nvt-blinfo {
        width: 95%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nvt-blinfo {
        width: 50%;
    }
}

@media screen and (min-width: 1025px) {
    .nvt-blinfo {
        width: 27%;
    }
}

.nvt-broklist {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 10px;
    justify-content: center;
}

.nvt-broklist-item {
    width: 8%;
    padding: 0px;
    margin: 2%;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 0.25rem;
}

.nvt-broklist-item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.nvt-broklist-item .nvt-brklogo {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
}

.nvt-broklist-item .nvt-brk-name {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #363636;
}

@media screen and (max-width: 767px) {
    .nvt-broklist-item {
        width: 29%;
    }

    .nvt-broklist-item .nvt-brklogo {
        width: 40px;
        height: 40px;
    }

    .nvt-broklist-item .nvt-brk-name {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nvt-broklist-item {
        width: 20%;
    }

    .nvt-broklist-item .nvt-brklogo {
        width: 40px;
        height: 40px;
    }

    .nvt-broklist-item .nvt-brk-name {
        font-size: 14px;
    }
}

.nvt-bkdls {
    margin: 15px auto;
}

@media screen and (max-width: 767px) {
    .nvt-bkdls {
        width: 95%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nvt-bkdls {
        width: 50%;
    }
}

@media screen and (min-width: 1025px) {
    .nvt-bkdls {
        width: 25%;
    }
}

/***/
/****/
.nvt-rksp {
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.nvt-rksphd-h2 {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    padding: 0px;
    margin: 0 0 2px 0;
    letter-spacing: 0.1px;
    color: #212529;
}

.nvt-rksphd-p {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    letter-spacing: 0.1px;
    color: #212529;
}

/*New Risk Profile*/
.vs-nw-rskprfl-top {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.vs-nw-rskprfl-top h2 {
    font-size: 22px;
    line-height: 22px;
    color: #212529;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}

.vs-nw-rskprfl-top p {
    font-size: 14px;
    line-height: 22px;
    color: #212529;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}

.vs-nw-rskprfl-top-rt {
    margin-top: 80px;
}

.vs-nw-rskprfl-top-rt i {
    font-size: 18px;
    float: left;
    margin-right: 5px;
}

.vs-nw-rskprfl-top-rt .inputemail,
.vs-nw-rskprfl-top-rt .inputdob {
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    font-size: 12px;
    color: #212529;
    float: left;
    width: 80%;
    outline: none;
}

.vs-nw-rskprfl-top-rt .inputemail:hover,
.vs-nw-rskprfl-top-rt .inputdob:hover {
    outline: none;
}

.vs-nw-rskprfl-tabsection {
    border: 1px solid #ddd;
    margin-top: 20px;
}

.vs-nw-rskprfl-tab {
    background-color: #efefef;
}

.vs-nw-rskprfl-tab li {
    border-bottom: 1px solid #dbdbdb;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
}

.vs-nw-rskprfl-tab li a {
    color: #212529;
}

.vs-nw-rskprfl-tab .nav-link {
    border-radius: 0px !important;
}

.vs-nw-rskprfl-tab li:nth-last-child(1) {
    border-bottom: none;
}

.vs-nw-rskprfl-tab .arrow {
    border: solid #1a545f;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    float: right;
    margin-top: 8px;
}

.vs-nw-rskprfl-tab .nav-link.active,
.vs-nw-rskprfl-tab .show > .nav-link {
    background-color: #fff !important;
    color: #212529 !important;
}

.vs-nw-rskprfl-tab .tabdply {
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
}

.vs-nw-rskprfl-btn {
    margin-top: 15px;
    margin-bottom: 10px;
    float: right;
    width: 200px;
    font-weight: 600 !important;
}

.vs-nw-rskprfl-tab-incont {
    padding: 10px 0px;
}

.vs-nw-rskprfl-obj-h2 {
    font-size: 18px;
    line-height: 20px;
    color: #212529;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    margin-bottom: 15px;
}

.vs-nw-rskprfl-obj {
    padding: 0px;
    margin: 0px;
}

.vs-nw-rskprfl-obj li {
    border: 1px solid #212529;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
    list-style-type: none;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.vs-nw-rskprfl-obj li:hover {
    background-color: #e8e7e7;
}

.vs-nw-rskprfl-lenth li {
    width: 100%;
    text-align: left;
}

.vs-nw-rskprfl-return-h2 {
    font-size: 18px;
    line-height: 20px;
    color: #1a545f;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    margin-bottom: 15px;
}

.vs-nw-rskprfl-return-list {
    margin: 0px;
    padding: 0px;
}

.vs-nw-rskprfl-return-list li {
    border: 1px solid #1a545f;
    padding: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    margin-right: 10px;
    cursor: pointer;
}

.vs-nw-rskprfl-return-list li p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}

.vs-nw-rskprfl-return-list li p:nth-last-child(1) {
    margin-bottom: 0px;
}

.vs-nw-rskprfl-return-list li p span {
}

.vs-nw-rskprfl-return-hd {
    display: none;
}

.vs-nw-rskprfl-return-list li .rskprfl-per {
    font-weight: 600;
}

.vs-nw-rskprfl-return-list li .rskprfl-txt {
    display: block;
}

.vs-nw-rskprfl-return-list li:hover {
    background-color: #e4e4e4;
}

.vs-nw-rskprfl-selected {
    background-color: #e4e4e4;
}

.vs-nw-rskprfl-default {
    color: #000;
}

.vs-nw-rskprfl-green {
    color: #13b800;
}

.vs-nw-rskprfl-red {
    color: #ef0003;
}

.vs-nw-rskprfl-blue {
    color: #0084ff;
}

.vs-nw-rskprfl-risksection {
    margin-top: 20px;
}

.vs-nw-rskprfl-risksection-list {
    margin: 0px;
    padding: 0px;
}

.vs-nw-rskprfl-risksection-list li {
    margin: 0px;
    border: 1px solid #1a545f;
    list-style-type: none;
    padding: 10px;
    display: inline-block;
    max-width: 32%;
    border-radius: 8px;
    margin-right: 1%;
    min-height: 200px;
    vertical-align: top;
}

.vs-nw-rskprfl-risksection-list li:nth-last-child(1) {
    margin-right: 0px;
}

.vs-nw-rskprfl-risksection-list li:hover {
    background-color: #e4e4e4;
    cursor: pointer;
}

.vs-nw-rskprfl-risksection-list li img {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.vs-nw-rskprfl-risksection-list li h2 {
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    font-weight: 600;
}

.vs-nw-rskprfl-risksection-list li p {
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    max-width: 90%;
}

.vs-nw-rskprfl-confirm {
    max-width: 80%;
    margin: 10px auto;
    display: block;
    padding: 10px;
}

.vs-nw-rskprfl-confirm-top {
    border-radius: 8px;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.vs-nw-rskprfl-confirm-top img {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    width: 40px;
}

.vs-nw-rskprfl-confirm-top h2 {
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
    margin-bottom: 5px;
    font-weight: 600;
}

.vs-nw-rskprfl-confirm-top p {
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

.vs-nw-rskprfl-low {
    background-color: #cbffe9;
    border: 1px solid #02cc76;
}

.vs-nw-rskprfl-moderate {
    background-color: #fff2b5;
    border: 1px solid #ead570;
}

.vs-nw-rskprfl-high {
    background-color: #f5bbbc;
    border: 1px solid #e68688;
}

.vs-nw-rskprfl-confirm-box {
    margin: 0 auto;
    max-width: 70%;
    margin-top: 20px;
    padding: 25px 15px;
    text-align: center;
    border: 0px solid #ddd;
}

.vs-nw-rskprfl-confirm-box img {
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.vs-nw-rskprfl-confirm-box h3 {
    font-size: 15px;
    font-weight: 600;
    padding: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.vs-nw-rskprfl-confirm-box p {
    font-size: 13px;
    line-height: 18px;
    padding: 0px;
    text-align: center;
    margin-bottom: 6px;
}

.vs-nw-rskprfl-confirm-box ul {
    margin: 0 auto;
    display: table;
    margin-top: 15px;
    margin-bottom: 25px;
}

.vs-nw-rskprfl-confirm-box ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 6px;
}

.vs-nw-rskprfl-confirm-box .otptxt {
    width: 100px;
    font-size: 13px;
    outline: none;
    border: 1px solid #b4b4b4;
    padding: 5px;
}

.vs-nw-rskprfl-confirm-box .resendotplink {
    text-align: center;
    font-size: 13px;
    color: #038fe8 !important;
}

.vs-nw-rskprfl-nomatchsection {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.vs-nw-rskprfl-nomatchsection img {
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.vs-nw-rskprfl-nomatchsection h3 {
    font-size: 15px;
    font-weight: 600;
    padding: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.vs-nw-rskprfl-nomatchsection p {
    font-size: 14px;
    line-height: 18px;
    padding: 0px;
    text-align: center;
    max-width: 40%;
    margin: 0 auto;
}

.vs-nw-rskprfl-amt-card {
    width: 100%;
    background-color: #fafafa;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.25);
    border: 1px solid #ddd;
}

.vs-nw-rskprfl-amt-top-left {
    width: auto;
    float: left;
}

.vs-nw-rskprfl-amt-top-right {
    width: auto;
    display: flex;
}

.vs-nw-rskprfl-amt-top-left img {
    width: 40px;
    margin-right: 10px;
}

.vs-nw-rskprfl-amt-top-right h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding-top: 5px;
}

.vs-nw-rskprfl-amt-lower {
    margin: 0px;
    padding: 0px;
    margin-top: 35px;
    clear: both;
}

.vs-nw-rskprfl-amt-lower li {
    list-style-type: none;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 30px;
}

.vs-nw-rskprfl-amt-lower li span {
    display: block;
    font-weight: 600;
}

.vs-nw-rskprfl-amt-lower li .moderatetag {
    background-color: #fff2b5;
    padding: 5px 0px;
    min-width: 100px;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
}

.vs-nw-rskprfl-amt-lower li .hightag {
    background-color: #f5bbbc;
    padding: 5px 0px;
    min-width: 100px;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
}

.vs-nw-rskprfl-amt-lower li .lowtag {
    background-color: #cbffe9;
    padding: 5px 0px;
    min-width: 100px;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
}

.vs-nw-rskprfl-amt-lower-right-border {
    border-left: 1px solid #d3d3d3;
}

.vs-nw-rskprfl-amt-lower-right {
    text-align: center;
    margin-top: 15px;
}

.vs-nw-rskprfl-amt-lower-right img {
    margin-bottom: 10px;
}

.vs-nw-rskprfl-amt-lower-right p {
    font-size: 12px;
    line-height: 16px;
    color: #656565;
    max-width: 90%;
}

/*Risk Profile Review Answer*/
.vs-rskprfl-rvw-ans-sec {
    max-width: 80%;
    margin: 10px auto;
    display: block;
    padding: 10px;
}

.vs-rskprfl-rvw-ans-box {
    background-color: #cbffe9;
    border: 1px solid #02cc76;
    margin-bottom: 15px !important;
}

.vs-rskprfl-rvw-ans {
    border-radius: 8px;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.vs-rskprfl-rvw-ans img {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    width: 40px;
}

.vs-rskprfl-rvw-ans h2 {
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
    margin-bottom: 5px;
    font-weight: 600;
}

.vs-rskprfl-rvw-ans p {
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

.vs-rskprfl-rvw-ans-red {
    color: #ef0003;
}

.vs-rskprfl-rvw-ans-cnfm-sec {
    margin: 10px auto;
}

.vs-rskprfl-rvw-ans-cnfm-sec p {
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    text-align: justify;
}

.vs-rskprfl-rvw-ans-btn-sec {
    display: inline-block;
    text-align: right;
}

.vs-rskprfl-rvw-ans-btn1 {
    width: 140px;
    font-weight: 600 !important;
    color: inherit;
    border: 1px solid #004662;
    font-size: 14px;
    margin-right: 6px;
    margin-top: 5px;
}

.vs-rskprfl-rvw-ans-btn2 {
    width: 140px;
    font-weight: 600 !important;
    color: inherit;
    background-color: #ffc107;
    border: 1px solid #ffc107;
    font-size: 14px;
    margin-top: 5px;
}

@media (min-width: 280px) and (max-width: 328px) {
    /*New Risk Profile*/
    .vs-nw-rskprfl-return-hd li {
        list-style-type: none;
        display: inline-block;
        font-size: 12px !important;
        line-height: normal;
        padding: 0px 1px !important;
    }

    .vs-nw-rskprfl-return-list li p {
        display: inline-block;
        padding: 0px 15px !important;
        font-size: 12px !important;
    }

    .vs-nw-rskprfl-amt-lower li {
        margin-right: 2px !important;
        font-size: 11px !important;
        line-height: 17px !important;
    }

    .vs-nw-rskprfl-amt-lower li .moderatetag {
        min-width: 100px;
        font-size: 11px !important;
    }

    .vs-nw-rskprfl-amt-lower li .hightag {
        min-width: 100px;
        font-size: 11px !important;
    }
}

@media (min-width: 280px) and (max-width: 767px) {
    /*New Risk Profile*/
    .vs-nw-rskprfl-top h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .vs-nw-rskprfl-top p {
        font-size: 12px;
        line-height: 18px;
    }

    .vs-nw-rskprfl-top-rt {
        margin-top: 5px;
    }

    .vs-nw-rskprfl-tab {
        flex-wrap: inherit !important;
        overflow-x: auto;
    }

    .vs-nw-rskprfl-tab li {
        border-bottom: none;
        border-right: 1px solid #dbdbdb;
        font-size: 13px;
        width: auto;
    }

    .vs-nw-rskprfl-tab li .nav-link {
        padding: 0.5rem 0.5rem;
    }

    .vs-nw-rskprfl-tab .arrow {
        display: none;
        /*transform: rotate(45deg);-webkit-transform: rotate(45deg);*/
    }

    .vs-nw-rskprfl-tab .tabdply {
        display: none;
    }

    .vs-nw-rskprfl-tab li:nth-last-child(1) {
        border-right: none;
    }

    .vs-nw-rskprfl-btn {
        float: inherit;
        margin: 0 auto;
        margin-top: 10px;
        display: block !important;
    }

    .vs-nw-rskprfl-tab-incont {
        padding: 20px 10px 10px 10px;
    }

    .vs-nw-rskprfl-obj-h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .vs-nw-rskprfl-return-h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .vs-nw-rskprfl-return-list li {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .vs-nw-rskprfl-return-hd {
        display: block;
        text-align: center;
    }

    .vs-nw-rskprfl-return-hd li {
        list-style-type: none;
        display: inline-block;
        font-size: 13px;
        line-height: normal;
        padding: 0px 7px;
    }

    .vs-nw-rskprfl-return-list li p {
        display: inline-block;
        padding: 0px 23px;
    }

    .vs-nw-rskprfl-return-list li .rskprfl-txt {
        display: none;
    }

    .vs-nw-rskprfl-risksection-list li {
        display: block;
        max-width: 100%;
        margin-right: 0%;
        min-height: auto;
        margin-bottom: 10px;
    }

    .vs-nw-rskprfl-risksection-list li:nth-last-child(1) {
        margin-bottom: 0px;
        width: 100%;
    }

    .vs-nw-rskprfl-risksection-list li img {
        width: 15%;
        margin-bottom: 10px;
    }

    .vs-nw-rskprfl-risksection-list li h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .vs-nw-rskprfl-risksection-list li p {
        max-width: 100%;
    }

    .vs-nw-rskprfl-confirm {
        max-width: 100%;
        margin: 5px 10px;
    }

    .vs-rskprfl-rvw-ans-sec {
        max-width: 100%;
        margin: 5px 10px;
    }

    .vs-nw-rskprfl-confirm-top h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .vs-rskprfl-rvw-ans h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .vs-nw-rskprfl-confirm-box {
        max-width: 100%;
    }

    .vs-nw-rskprfl-confirm-box h3 {
        font-size: 14px;
    }

    .vs-nw-rskprfl-confirm-box ul {
        margin-bottom: 15px;
    }

    .vs-nw-rskprfl-nomatchsection h3 {
        font-size: 14px;
    }

    .vs-nw-rskprfl-nomatchsection p {
        max-width: 100%;
    }

    .vs-nw-rskprfl-amt-top-left img {
        width: 30px;
    }

    .vs-nw-rskprfl-amt-top-right h3 {
        font-size: 13px;
        padding-top: 0px;
    }

    .vs-nw-rskprfl-amt-lower {
        margin-top: 20px;
    }

    .vs-nw-rskprfl-amt-lower li {
        font-size: 12px;
        line-height: 20px;
        margin-right: 15px;
    }

    .vs-nw-rskprfl-amt-lower li .moderatetag {
        min-width: 100px;
        font-size: 12px;
    }

    .vs-nw-rskprfl-amt-lower li .hightag {
        min-width: 100px;
        font-size: 12px;
    }

    .vs-nw-rskprfl-amt-lower-right-border {
        border-left: none;
        border-top: 1px solid #d3d3d3;
        width: 95%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .vs-nw-rskprfl-amt-lower-right {
        text-align: center;
        margin-top: 5px;
    }

    .vs-nw-rskprfl-amt-lower-right img {
        margin-bottom: 0px;
        float: left;
        margin-right: 8px;
    }

    .vs-nw-rskprfl-amt-lower-right p {
        max-width: 100%;
        text-align: left;
        font-size: 11px;
        padding-top: 3px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    /*New Risk Profile*/
    .vs-nw-rskprfl-top h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .vs-nw-rskprfl-top p {
        font-size: 13px;
        line-height: 18px;
    }

    .vs-nw-rskprfl-top-rt {
        margin-top: 60px;
    }

    .vs-nw-rskprfl-tab {
        flex-wrap: inherit !important;
        overflow-x: auto;
    }

    .vs-nw-rskprfl-tab li {
        border-bottom: none;
        border-right: 1px solid #dbdbdb;
        font-size: 13px;
        width: auto;
    }

    .vs-nw-rskprfl-tab li .nav-link {
        padding: 0.5rem 0.5rem;
    }

    .vs-nw-rskprfl-tab .arrow {
        display: none;
        /*transform: rotate(45deg);-webkit-transform: rotate(45deg);*/
    }

    .vs-nw-rskprfl-tab .tabdply {
        display: none;
    }

    .vs-nw-rskprfl-tab li:nth-last-child(1) {
        border-right: none;
    }

    .vs-nw-rskprfl-btn {
        float: inherit;
        margin: 0 auto;
        margin-top: 10px;
        display: block !important;
    }

    .vs-nw-rskprfl-tab-incont {
        padding: 20px 10px 10px 10px;
    }

    .vs-nw-rskprfl-obj-h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .vs-nw-rskprfl-return-h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .vs-nw-rskprfl-risksection-list li {
        min-height: inherit;
    }

    .vs-nw-rskprfl-risksection-list li img {
        width: 15%;
        margin-bottom: 10px;
    }

    .vs-nw-rskprfl-risksection-list li h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .vs-nw-rskprfl-confirm {
        max-width: 90%;
    }

    .vs-rskprfl-rvw-ans-sec {
        max-width: 90%;
    }

    .vs-nw-rskprfl-confirm-top h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .vs-rskprfl-rvw-ans h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .vs-rskprfl-rvw-ans-btn1 {
        width: 130px;
        margin-right: 3px;
        font-size: 13px;
    }

    .vs-rskprfl-rvw-ans-btn2 {
        width: 130px;
        font-size: 13px;
    }
}

/*Risk Profile Review Answer Section*/
@media (min-width: 280px) and (max-width: 630px) {
    .vs-rskprfl-rvw-ans-cnfm-sec p {
        font-size: 13px;
        line-height: 16px;
        padding: 0px;
        margin: 0px;
        text-align: justify;
    }

    .vs-rskprfl-rvw-ans-btn1 {
        width: 135px;
        font-size: 12px;
        margin: 0px;
        margin-bottom: 6px !important;
        float: right;
    }

    .vs-rskprfl-rvw-ans-btn2 {
        width: 135px;
        font-size: 12px;
        float: right;
    }
}

@media (min-width: 631px) and (max-width: 767px) {
    .vs-rskprfl-rvw-ans-cnfm-sec p {
        font-size: 13px;
        line-height: 16px;
        padding: 0px;
        margin: 0px;
        text-align: justify;
    }

    .vs-rskprfl-rvw-ans-btn1 {
        width: 165px;
        font-size: 13px;
        margin: 0px;
        margin-bottom: 10px !important;
        float: right;
    }

    .vs-rskprfl-rvw-ans-btn2 {
        width: 165px;
        font-size: 13px;
        float: right;
    }
}

@media (min-width: 1024px) and (max-width: 1150px) {
    .vs-rskprfl-rvw-ans-btn1 {
        width: 105px;
        margin-right: 3px;
        font-size: 10px;
    }

    .vs-rskprfl-rvw-ans-btn2 {
        width: 105px;
        font-size: 10px;
    }
}

@media (min-width: 1151px) and (max-width: 1320px) {
    .vs-rskprfl-rvw-ans-btn1 {
        width: 115px;
        margin-right: 3px;
        font-size: 11px;
    }

    .vs-rskprfl-rvw-ans-btn2 {
        width: 115px;
        font-size: 11px;
    }
}

@media (min-width: 1321px) and (max-width: 1350px) {
    .vs-rskprfl-rvw-ans-btn1 {
        width: 135px;
        font-size: 13px;
    }

    .vs-rskprfl-rvw-ans-btn2 {
        width: 135px;
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .nvt-rksp {
        width: 97%;
        margin-top: 10px;
    }

    .nvt-rksphd-h2 {
        font-size: 18px;
    }

    .nvt-rksphd-p {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nvt-rksp {
        width: 70%;
        margin-top: 10px;
    }
}

/****/
/*****/
.nvt-esg {
    display: flex;
    width: 35%;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 20px;
    justify-content: center;
    align-items: center;
    margin: 10% auto;
    flex-flow: column nowrap;
}

.nvt-esg-img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.nvt-esg-p {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    padding: 0px;
    margin: 0 0 4px 0;
    letter-spacing: 0.1px;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .nvt-esg {
        width: 97%;
    }

    .nvt-esg-p {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nvt-esg {
        width: 65%;
    }
}

/*****/
.nvt-ovf {
    overflow-x: auto;
}

.nvt-lod {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    position: fixed;
    background-color: rgba(217, 217, 217, 0.7);
}

.nvt-lod .spinner-border {
    z-index: 100;
    margin-top: -50px;
}

.nvt-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #ffffff;
    flex-flow: column wrap;
}

.nvt-timer p {
    font-size: 15px;
    text-align: center;
    display: block;
    color: #4d4d4d;
    font-weight: 600;
}

/******/
.nvt-rdinvst {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    height: 80vh;
    width: 100%;
    text-align: center;
}

.nvt-rdinvst-img {
    margin-bottom: 15px;
}

.nvt-rdinvst-h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
    margin: 0px 0px 20px 0px;
    color: #17b030;
}

.nvt-rdinvst-p {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
    margin: 0px 0px 25px 0px;
    color: #282828;
}

.nvt-rdinvst .card {
    width: 30%;
}

@media screen and (max-width: 767px) {
    .nvt-rdinvst .card {
        width: 90%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nvt-rdinvst .card {
        width: 40%;
    }
}

/******/

/*Start timer new*/
.nvt-timer {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    width: 100%;
    height: 90vh;
}

.nvt-timer-p {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

.base-timer {
    position: relative;
    width: 100px;
    height: 100px;
}

.base-timer__label {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: normal;
}

.base-timer__svg {
    transform: scaleX(1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: rgb(65, 184, 131) !important;
}

.base-timer__path-remaining.orange {
    color: orange !important;
}

.base-timer__path-remaining.red {
    color: red !important;
}
/* End timer new*/

/*footer*/
.nvt-ft {
    width: 100%;
    background-color: #f3f3f3;
    margin: 0 auto;
    padding: 35px 0px;
    margin-top: 20px;
}
.nvt-ft .head {
    font-size: 13px;
    line-height: normal;
    padding: 0px;
    margin: 0px 0px 7px 0px;
    font-weight: 600;
    text-align: left;
    color: #535353;
    letter-spacing: 0.6px;
}
.nvt-ft .sub-head {
    font-size: 13px;
    line-height: normal;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0.6px;
    color: #535353;
}
.nvt-ft .txt {
    font-size: 12px;
    line-height: 17px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.6px;
    color: #535353;
}
.nvt-ft .txt-justify {
    text-align: justify !important;
}
.nvt-ft .lwlinks {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
.nvt-ft .lwlinks li {
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
    padding: 0px 3px;
}
.nvt-ft .lwlinks a {
    color: #535353;
    text-decoration: none;
}
.nvt-ft .lwlinks a:hover {
    color: #535353;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .nvt-ft {
        padding: 25px 0px;
    }
    .nvt-ft .head {
        font-size: 13px;
        margin: 0px 0px 6px 0px;
    }
    .nvt-ft .sub-head {
        font-size: 13px;
        padding: 0px;
        margin: 0px 0px 4px 0px;
    }
    .nvt-ft .txt {
        font-size: 12px;
        line-height: 16px;
    }
    .nvt-ft .txt-justify {
        text-align: inherit;
    }
    .nvt-ft .lwlinks li {
        font-size: 13px;
        padding: 0px 3px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nvt-ft .head {
        font-size: 13px;
        margin: 0px 0px 6px 0px;
    }
    .nvt-ft .sub-head {
        font-size: 13px;
        padding: 0px;
        margin: 0px 0px 4px 0px;
    }
    .nvt-ft .txt {
        font-size: 12px;
        line-height: 16px;
    }
    .nvt-ft .lwlinks li {
        font-size: 13px;
        padding: 0px 3px;
    }
}
/*end footer*/

.nvt-hd-sets {
    margin: 0;
    padding: 0px;
    float: right;
}
.nvt-usr {
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    text-align: right;
    margin-right: 6px;
}
.nvt-usr span {
    display: block;
}
.nvt-usr-img {
    width: 12px;
    height: 12px;
    margin-top: 3px;
    cursor: pointer;
}
.nvt-hd-sets .dropdown-item {
    font-size: 13px;
}
@media screen and (max-width: 767px) {
    .nvt-usr {
        font-size: 12px;
        line-height: 14px;
    }
}

/*start enach main*/
.nvt-ench-main {
    margin: 10px auto;
    width: 42%;
}
.nvt-ench-main-h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 0.5rem;
}
.nvt-ench-main-p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3rem;
    text-align: center;
    margin-bottom: 0.5rem;
}
.nvt-ench-main-p-2 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    text-align: center;
    margin-bottom: 0.7rem;
    margin-top: 0.8rem;
    background-color: #eae8e8;
    padding: 0.4rem;
}
.nvt-ench-main-table {
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 25px;
}
.nvt-ench-main-table tr td {
    padding: 1px 3px;
}

@media screen and (max-width: 767px) {
    .nvt-ench-main {
        width: 95%;
    }
    .nvt-ench-main-p {
        font-size: 0.9rem;
    }
    .nvt-ench-main-p-2 {
        font-size: 0.9rem;
    }
    .nvt-ench-main-table {
        font-size: 0.9rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nvt-ench-main {
        width: 80%;
    }
}
/*end enach main*/

/*start enach upi timer*/
.nvt-ench-upi {
    margin: 20px auto;
    width: 42%;
}
.nvt-ench-upi-timer-top {
    width: 100%;
    margin-bottom: 15px;
}
.nvt-ench-upi-timer-top-icon {
    margin: 0 auto;
    display: block;
    margin-bottom: 0.8rem;
}
.nvt-ench-upi-timer-top-txt {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3rem;
    text-align: center;
}
.nvt-ench-upi-timer {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    width: 100%;
}
.nvt-ench-upi-timer .nvt-ench-upi-timer-txt {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
}
.nvt-ench-upi-timer .base-timer {
    position: relative;
    width: 100px;
    height: 100px;
}
.nvt-ench-upi-timer .base-timer__label {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: normal;
}
.nvt-ench-upi-timer .base-timer__svg {
    transform: scaleX(1);
}
.nvt-ench-upi-timer .base-timer__circle {
    fill: none;
    stroke: none;
}
.nvt-ench-upi-timer .base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}
.nvt-ench-upi-timer .base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}
.nvt-ench-upi-timer .base-timer__path-remaining.green {
    color: rgb(65, 184, 131) !important;
}
.nvt-ench-upi-timer .base-timer__path-remaining.orange {
    color: orange !important;
}
.nvt-ench-upi-timer .base-timer__path-remaining.red {
    color: red !important;
}
@media screen and (max-width: 767px) {
    .nvt-ench-upi {
        width: 95%;
    }
    .nvt-ench-upi-timer-top-txt {
        font-size: 0.8rem;
    }
    .nvt-ench-upi-timer .nvt-ench-upi-timer-txt {
        font-size: 0.8rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nvt-ench-upi {
        width: 80%;
    }
}
/*end enach upi timer*/

/*Start enach enter upi*/
.nvt-ench-enterupi {
    width: 25%;
    margin: 20px auto;
}
.nvt-ench-enterupi-tbl {
    width: 100%;
    font-size: 0.9rem;
    font-weight: 400;
}
.nvt-ench-enterupi-tbl tr td {
    padding: 6px 5px;
    border: 0px solid #ddd;
    text-align: left;
}
.nvt-ench-enterupi hr {
    margin: 5px 0px;
}
.nvt-ench-enterupi-lbl {
    font-size: 0.9rem;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0.8rem;
}
.nvt-ench-enterupi .form-control {
    color: var(--thm-body-color);
    font-weight: 600;
    letter-spacing: 0.7px;
    font-size: 1.1rem;
}
.nvt-ench-enterupi-dpdown-h {
    max-height: 100px;
    overflow-y: scroll;
    scrollbar-color: #888888 #eee;
    scrollbar-width: thin;
    width: 100%;
}
.nvt-ench-enterupi .list-group-item {
    padding: 0.3rem 0.5rem;
    font-size: 0.9rem;
    color: var(--thm-body-color);
}
@media screen and (max-width: 767px) {
    .nvt-ench-enterupi {
        width: 95%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nvt-ench-enterupi {
        width: 80%;
    }
}
/*end enach enter upi*/

/*Start enach full page timer*/
.nvt-fullpg-timer {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    width: 100%;
    height: 90vh;
}
.nvt-fullpg-timer-p {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}
.nvt-fullpg-timer .base-timer {
    position: relative;
    width: 100px;
    height: 100px;
}
.nvt-fullpg-timer .base-timer__label {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: normal;
}
.nvt-fullpg-timer .base-timer__svg {
    transform: scaleX(1);
}
.nvt-fullpg-timer .base-timer__circle {
    fill: none;
    stroke: none;
}
.nvt-fullpg-timer .base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}
.nvt-fullpg-timer .base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}
.nvt-fullpg-timer .base-timer__path-remaining.green {
    color: rgb(65, 184, 131) !important;
}
.nvt-fullpg-timer .base-timer__path-remaining.orange {
    color: orange !important;
}
.nvt-fullpg-timer .base-timer__path-remaining.red {
    color: red !important;
}
/*Start enach full page timer*/

/*start login with broker*/
.nvt-logbrk {
    margin: 50px auto;
    width: 40%;
}
.nvt-logbrk p {
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    color: #212529;
    letter-spacing: 0.1px;
    text-align: center;
}
.nvt-logbrk .browser-popup-text {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #212529;
    letter-spacing: 0.1px;
    text-align: center;
}
.nvt-logbrk .nvt-logbrkbtn {
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .nvt-logbrk {
        margin: 30px auto;
        width: 95%;
    }
    .nvt-logbrk p {
        font-size: 14px;
    }
    .nvt-logbrk .browser-popup-text {
        font-size: 14px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nvt-logbrk {
        margin: 50px auto;
        width: 75%;
    }
    .nvt-logbrk p {
        font-size: 14px;
    }
    .nvt-logbrk .browser-popup-text {
        font-size: 14px;
    }
}
/*end login with broker*/

/*start addfunds-modal*/
.nvt-addfunds-modl {
    margin: 0;
    padding: 0;
}
.nvt-addfunds-modl .toptxt {
    font-size: 15px;
    line-height: normal;
    color: #676767;
}
.nvt-addfunds-modl .toptxt span {
    font-size: 16px;
    color: #000000;
}
.nvt-addfunds-modl .yellowcont {
    width: 100%;
    padding: 10px;
    background-color: #fff4de;
}
.nvt-addfunds-modl .yellowcont p {
    font-size: 15px;
    line-height: normal;
    color: #676767;
}
.nvt-addfunds-modl .yellowcont span {
    font-size: 16px;
    color: #000000;
}
.nvt-addfunds-modl .nvt-addfunds-mod-tb {
    font-size: 15px;
    line-height: normal;
    color: #676767;
}
.nvt-addfunds-modl .nvt-addfunds-mod-tb span {
    font-size: 16px;
    color: #000000;
}
.nvt-addfunds-modl .chsp {
    font-size: 15px;
    line-height: normal;
    color: #676767;
    text-align: justify;
}
.nvt-addfunds-modl .nvt-choose {
    font-size: 15px;
    line-height: normal;
}
.nvt-addfunds-modl .nvt-choose input[type="radio"] {
    margin-top: 3px;
}
.nvt-addfunds-modl .nvt-choose label {
    color: #676767;
}
.nvt-addfunds-modl .nvt-choose input:checked + label {
    color: #067bcc;
}
.nvt-addfunds-modl .chsph2 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #18408d;
}

@media screen and (max-width: 767px) {
    .nvt-addfunds-modl .toptxt {
        font-size: 14px;
    }
    .nvt-addfunds-modl .toptxt span {
        font-size: 15px;
    }
    .nvt-addfunds-modl .yellowcont p {
        font-size: 14px;
    }
    .nvt-addfunds-modl .yellowcont span {
        font-size: 15px;
    }
    .nvt-addfunds-modl .nvt-addfunds-mod-tb {
        font-size: 14px;
    }
    .nvt-addfunds-modl .nvt-addfunds-mod-tb span {
        font-size: 15px;
    }
    .nvt-addfunds-modl .chsp {
        font-size: 14px;
    }
    .nvt-addfunds-modl .nvt-choose {
        font-size: 15px;
    }
    .nvt-addfunds-modl .chsph2 {
        font-size: 17px;
    }
}
/*end addfunds-modal*/

/*start order*/
.nvt-order {
}
.nvt-order-hd {
    margin: 0;
    padding: 0;
}
.nvt-order-hd-txt1 {
    font-size: 1.1rem;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 30px;
}
.nvt-order-hd-txt2 {
    font-size: 1.1rem;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
}
.nvt-order-body-h2 {
    font-size: 1.6rem;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 15px;
}
.nvt-order-accor .card {
    border: 0px;
}
.nvt-order-accor .card-header {
    padding: 4px 0px;
    background-color: transparent;
    border-bottom: 0px;
    margin-bottom: 5px !important;
}
.nvt-order-accor .card-header button {
    border: none;
    background-color: transparent;
}
.nvt-order-accor .card-body {
    padding: 1rem 0.5rem;
    background-color: #f5f5f5;
}
.nvt-order-accor .accor-head {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0;
    margin: 0 0px;
    margin-bottom: 10px;
}
.nvt-order-accor .accor-head li {
    font-size: 0.8rem;
    padding: 0;
    margin: 0;
    text-align: center;
}
.nvt-order-accor .accor-hd {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
    padding: 0px;
}
.nvt-order-accor .accor-hd li {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    text-align: center;
}
.nvt-order-accor .order-type {
    text-align: center;
    font-size: 0.7rem;
    padding: 2px 4px;
    border-radius: 2px;
    font-weight: 600;
}
.nvt-order-accor .green {
    background-color: #05ae1d;
    color: #ffffff;
}
.nvt-order-accor .red {
    background-color: #bf0909;
    color: #ffffff;
}
.accor-hd .scptname {
    font-weight: 600;
    margin-right: 5px;
    float: left;
}
.accor-hd .tg span {
    font-size: 0.7rem;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    padding: 1px 2px;
    background-color: #ffffff;
}
.accor-hd .arrow {
    font-size: 12px;
}
.nvt-order-accor .accor-inside {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0px;
    padding: 0px;
}
.nvt-order-accor .accor-inside li {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    color: #707070;
    margin-right: 15px;
}
.nvt-order-accor .accor-inside li span {
    font-weight: 600;
    margin-left: 3px;
}
.nvt-order .reject {
    color: #e65100;
}
.nvt-order .executed {
    color: #048629;
}
.nvt-order-scroll {
    width: 100%;
    overflow: auto;
    max-height: 45vh;
}
.nvt-order .vs-scrl::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
    -webkit-overflow-scrolling: scroll;
}
.nvt-order .vs-scrl::-webkit-scrollbar:horizontal {
    -webkit-appearance: none;
    height: 3px;
    -webkit-overflow-scrolling: scroll;
}
.nvt-order .vs-scrl::-webkit-scrollbar-track {
    background-color: #eee;
}
.nvt-order .vs-scrl::-webkit-scrollbar-thumb {
    background-color: #888888;
    border-radius: 20px;
}
.nvt-order .vs-scrl {
    scrollbar-color: #888888 #eee;
    scrollbar-width: thin;
}
.nvt-order-sec {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2rem 0 0 0;
}
.nvt-order-sec li {
    display: inline-flex;
    list-style: none;
}
.nvt-order-btn {
    width: 100px;
    text-align: center;
    padding: 0.4rem 0.9rem;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    font-size: 1rem;
    line-height: normal;
    font-weight: 600;
    transition: all 0.3s;
}

@media (max-width: 320px) {
    .nvt-order .card-body {
        padding: 1.25rem 0.5rem;
    }
    .nvt-order-hd-txt1 {
        font-size: 0.8rem;
        margin-right: 10px;
    }
    .nvt-order-hd-txt2 {
        font-size: 0.8rem;
    }
    .nvt-order-body-h2 {
        font-size: 1.1rem;
    }
    .nvt-order-accor .accor-head li {
        font-size: 0.6rem;
    }
    .accor-hd .scptname {
        margin-right: 0px;
        margin-bottom: 7px;
        float: none;
    }
    .nvt-order-accor .order-type {
        font-size: 0.5rem;
    }
    .nvt-order-accor .accor-hd li {
        font-size: 0.7rem;
    }
    .accor-hd .arrow {
        font-size: 10px;
    }
    .nvt-order-accor .accor-inside li {
        font-size: 0.8rem;
    }
    .nvt-order-accor .accor-inside li span {
        display: block;
    }
}
@media (min-width: 321px) and (max-width: 767px) {
    .nvt-order .card-body {
        padding: 1.25rem 0.5rem;
    }
    .nvt-order-hd-txt1 {
        font-size: 1rem;
        margin-right: 10px;
    }
    .nvt-order-hd-txt2 {
        font-size: 1rem;
    }
    .nvt-order-body-h2 {
        font-size: 1.2rem;
    }
    .nvt-order-accor .accor-head li {
        font-size: 0.7rem;
    }
    .accor-hd .scptname {
        margin-right: 0px;
        margin-bottom: 7px;
        float: none;
    }
    .nvt-order-accor .order-type {
        font-size: 0.6rem;
    }
    .nvt-order-accor .accor-hd li {
        font-size: 0.8rem;
    }
    .accor-hd .arrow {
        font-size: 10px;
    }
    .nvt-order-accor .accor-inside li {
        font-size: 0.8rem;
    }
    .nvt-order-accor .accor-inside li span {
        display: block;
    }
}
/*end order*/

/*start brokers login*/
.nvt-brklgnscreen {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding: 0rem 1rem;
    margin-top: 5%;
}
.nvt-brklgn-box {
    min-width: 250px;
    width: 22%;
    background-color: #ffffff;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 0.25rem;
    padding: 1rem;
}
.nvt-brklgn-box-hd {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
}
.nvt-brklgn-box-hd img {
    display: block;
}
.nvt-brklgn-box-hd .vline {
    width: 1px;
    height: 60px;
    background-color: #a3a3a3;
    margin: 0rem 1rem;
}
.nvt-brklgn-box-hd h2 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0.1rem;
}
.nvt-brklgn-box-hd h6 {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: normal;
}
.nvt-brklgn-box-mid {
}
.nvt-brklgn-box-mid .sec {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 0.6rem;
}
.nvt-brklgn-box-mid label {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}
.nvt-brklgn-box-mid input {
    border: 1px solid #a5a5a5;
    padding: 0.3rem 0.5rem;
    border-radius: 0.25rem;
    outline: none;
    font-size: 1em;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0.2rem;
}
.nvt-brklgn-box-mid p {
    font-size: 0.9rem;
    line-height: normal;
    font-weight: 400;
}
.nvt-brklgn-box-mid p a {
    color: #0077f1;
}
.nvt-brklgn-btn {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    line-height: normal;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    transition: all 0.3s;
}
.nvt-brklgn-box-mid .errormsg {
    font-size: 0.9rem;
    line-height: normal;
    font-weight: 400;
    color: #cb0c0f;
}

@media (max-width: 767px) {
    .nvt-brklgn-box {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .nvt-brklgn-box {
        width: 50%;
    }
}
/*end brokers login*/

/*start product details page h1 section*/
.grw-strategy-details-inside {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 7px 0px 3px 0px;
}
.grw-strategy-details-inside .item:nth-child(1) {
    margin-right: 25px;
}
.grw-strategy-details-inside .item span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    padding: 0px;
    margin: 0px;
    display: block;
}
.grw-strategy-details-inside .item p {
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    display: block;
}
/*end product details page h1 section*/

/*Start Dashboard*/
.nvt-dshb-head {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nvt-dshb-head .section {
    flex: 0 0 100%;
    position: relative;
}
.nvt-dshb-head-h2 {
    font-size: 1.3rem;
    line-height: normal;
    font-weight: 600;
    margin-left: 3px;
}
.nvt-dshb-highlights {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.nvt-dshb-highlights .section {
    flex: 1 1 100%;
    position: relative;
    margin-right: 10px;
}
.nvt-dshb-highlights .bg-1 {
    background-color: #dfffff;
}
.nvt-dshb-highlights .bg-2 {
    background-color: #dbefff;
}
.nvt-dshb-highlights .bg-3 {
    background-color: #ffead5;
}
.nvt-dshb-highlights .bg-4 {
    background-color: #eee5ff;
}
.nvt-dshb-highlights .bg-5 {
    background-color: #fff1c0;
}
.nvt-dshb-highlights .bg-6 {
    background-color: #d4ffda;
}
.nvt-dshb-highlights .bg-7 {
    background-color: #ffe3e3;
}
.nvt-dshb-highlights .cont {
    padding: 12px 10px;
    border-radius: 5px;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
}
.nvt-dshb-highlights .cont .amttxt {
    font-size: 1.2rem;
    line-height: normal;
    font-weight: 700;
}
.nvt-dshb-highlights .cont .tagtxt {
    font-size: 0.9rem;
    line-height: normal;
}
.nvt-dshb-list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}
.nvt-dshb-list .section {
    flex: 0 0 100%;
    position: relative;
    margin-bottom: 8px;
}
.nvt-dshb-list .card-box {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px 10px;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.nvt-dshb-list .card-box .portname {
    font-size: 1.2rem;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 7px;
}
.nvt-dshb-list .card-box-lower {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-top: 7px;
}
.nvt-dshb-list .card-box-lower .cont {
    flex-grow: 1;
    flex-basis: 0;
}
.nvt-dshb-list .card-box-lower .btn-grp {
    text-align: right;
}
.nvt-dshb-list .amttxt {
    font-size: 1rem;
    line-height: normal;
    font-weight: 600;
}
.nvt-dshb-list .tagtxt {
    font-size: 0.9rem;
    line-height: normal;
}
.nvt-dshb-nodata {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    flex-direction: column;
}
.nvt-dshb-nodata-h2 {
    font-size: 1rem;
    line-height: normal;
    font-weight: 600;
    text-align: center;
}
.nvt-dshb-nodata-img {
    width: 100px;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .nvt-dshb-head-h2 {
        font-size: 1.2rem;
    }
    .nvt-dshb-highlights {
        flex-flow: row wrap;
    }
    .nvt-dshb-highlights .section {
        flex: 1 1 33%;
        margin-bottom: 7px;
        margin-right: 7px;
    }
    .nvt-dshb-highlights .cont {
        padding: 7px 10px;
    }
    .nvt-dshb-highlights .cont .amttxt {
        font-size: 0.9rem;
        line-height: 16px;
    }
    .nvt-dshb-highlights .cont .tagtxt {
        font-size: 0.8rem;
    }
    .nvt-dshb-list .card-box .portname {
        font-size: 1.1rem;
        text-align: center;
    }
    .nvt-dshb-list .card-box-lower {
        margin-top: 8px;
    }
    .nvt-dshb-list .card-box-lower .cont {
        flex: 1 1 50%;
        margin-bottom: 8px;
        text-align: center;
    }
    .nvt-dshb-list .card-box-lower .btn-grp {
        margin-top: 10px;
        text-align: center;
    }
    .nvt-dshb-list .amttxt {
        font-size: 0.9rem;
        line-height: 16px;
    }
    .nvt-dshb-list .tagtxt {
        font-size: 0.8rem;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .nvt-dshb-highlights .cont .amttxt {
        font-size: 0.9rem;
        line-height: 16px;
    }
    .nvt-dshb-highlights .cont .tagtxt {
        font-size: 0.8rem;
    }
    .nvt-dshb-list .card-box-lower {
        margin-top: 8px;
    }
    .nvt-dshb-list .card-box-lower .cont {
        flex: 1 1 25%;
        text-align: center;
    }
    .nvt-dshb-list .card-box-lower .btn-grp {
        margin-top: 10px;
        text-align: center;
    }
    .nvt-dshb-list .amttxt {
        font-size: 0.9rem;
        line-height: 16px;
    }
    .nvt-dshb-list .tagtxt {
        font-size: 0.8rem;
    }
}
/*End Dashboard*/

/*Start client holdings*/
.nvt-clhod-head {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nvt-clhod-head .section {
    flex: 0 0 100%;
    position: relative;
}
.nvt-clhod-head-h2 {
    font-size: 1.3rem;
    line-height: normal;
    font-weight: 600;
    margin-left: 3px;
}
.nvt-clhod-list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}
.nvt-clhod-list .section {
    flex: 0 0 100%;
    position: relative;
    margin-bottom: 8px;
    background-color: #ffffff;
}
.nvt-clhod-list .card-box {
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 10px 10px;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.nvt-clhod-list .card-box .stockname {
    font-size: 1.1rem;
    line-height: normal;
    font-weight: 700;
    text-align: left;
}
.nvt-clhod-list .card-box .amttxt {
    font-size: 0.9rem;
    line-height: normal;
    font-weight: 700;
}
.nvt-clhod-list .card-box .tagtxt {
    font-size: 0.9rem;
    line-height: normal;
}
.nvt-clhod-list .card-box .green {
    color: #009809;
    font-weight: 700;
}
.nvt-clhod-list .card-box .red {
    color: #cd0003;
    font-weight: 700;
}
.nvt-clhod-list .card-box-top {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    align-items: flex-start;
}
.nvt-clhod-list .card-box-top .cont:nth-child(1) {
    width: 75%;
}
.nvt-clhod-list .card-box-top .cont:nth-child(2) {
    width: 25%;
}
.nvt-clhod-list .card-box-lower {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-top: 3px;
}
.nvt-clhod-list .card-box-lower .cont {
    text-align: left;
    flex-grow: 1;
    flex-basis: 0;
}

@media (max-width: 767px) {
    .nvt-clhod-head-h2 {
        font-size: 1.2rem;
    }
    .nvt-clhod-list .card-box {
        padding: 8px 10px;
    }
    .nvt-clhod-list .card-box .stockname {
        font-size: 1.1rem;
        line-height: 18px;
    }
    .nvt-clhod-list .card-box .amttxt {
        font-size: 0.857rem;
    }
    .nvt-clhod-list .card-box .tagtxt {
        font-size: 0.75rem;
    }
    .nvt-clhod-list .card-box-top .cont:nth-child(1) {
        width: 60%;
    }
    .nvt-clhod-list .card-box-top .cont:nth-child(2) {
        width: 40%;
    }
    .nvt-clhod-list .card-box-lower {
        margin-top: 8px;
    }
    .nvt-clhod-list .card-box-lower .cont {
        flex: 1 1 50%;
        margin-bottom: 2px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .nvt-clhod-head-h2 {
        font-size: 1.2rem;
    }
    .nvt-clhod-list .card-box .stockname {
        font-size: 1.1rem;
    }
}
/*End client holdings*/

/*Start ia agreement*/
.vs-ia-agr-cont {
    font-family: Arial, "sans-serif";
    line-height: normal;
    font-weight: 400;
    width: 100%;
}
.vs-ia-agr-cont .pghead {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 20px;
}
.vs-ia-agr-cont .top-sec {
    border: 1px solid #d2d2d2;
    padding: 10px;
    margin-bottom: 20px;
}
.vs-ia-agr-cont .top-sec table {
    width: 100%;
    border-collapse: collapse;
}
.vs-ia-agr-cont .top-sec table tr td {
    vertical-align: top;
}
.vs-ia-agr-cont .top-sec .head {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.vs-ia-agr-cont .top-sec label {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0px;
}
.vs-ia-agr-cont .top-sec p {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}
.vs-ia-agr-cont .desc-sec {
    width: 100%;
}
.vs-ia-agr-cont .desc-sec h3 {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 8px;
}
.vs-ia-agr-cont .desc-sec p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.vs-ia-agr-cont .desc-sec ul {
    margin-bottom: 10px;
}
.vs-ia-agr-cont .desc-sec ul li {
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 5px;
}
.nvt-aigre-scroll {
    width: 100%;
    max-height: 66vh;
    overflow-y: auto;
    scrollbar-width: thin;
}
.vs-ia-agr-cont .top-sec .email {
    word-break: break-all;
    width: 80%;
    color: #007dff;
    line-height: normal;
}
.vs-ia-agr-footer {
    background-color: #f5f5f5;
    padding: 10px 7px;
    text-align: center;
    border-top: 1px solid #d2d2d2;
}
.vs-ia-agr-footer .vs-ia-agr-footer-input {
    width: 115px;
    height: 40px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #bababa;
    border-radius: 3px;
    font-size: 1rem;
    line-height: 40px;
    font-weight: 600;
    outline: none;
    letter-spacing: 2px;
}
.vs-ia-agr-footer .vs-ia-agr-footer-errormsg {
    font-size: 0.9rem;
    line-height: normal;
    font-weight: 600;
    color: #d70003;
    padding: 0px;
    margin: 5px 0;
}
.vs-ia-agr-footer .vs-ia-agr-footer-p {
    font-size: 0.85rem;
    line-height: normal;
    font-weight: 400;
    margin-top: 8px;
}

/*End ia agreement*/

/*Start ordlistvew */
.nvt-ordlistview-list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}
.nvt-ordlistview-list .section {
    flex: 0 0 100%;
    position: relative;
    margin-bottom: 8px;
}
.nvt-ordlistview-list .card-box {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    margin-bottom: 8px;
    padding: 10px 10px;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.nvt-ordlistview-list .portname {
    font-size: 1.2rem;
    line-height: normal;
    font-weight: 700;
    text-align: left;
    margin-bottom: 7px;
}
.nvt-ordlistview-list .card-box-mid {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-top: 5px;
}
.nvt-ordlistview-list .card-box-mid .cont {
    flex-grow: 1;
    flex-basis: 0;
}
.nvt-ordlistview-list .amttxt {
    font-size: 0.9rem;
    line-height: normal;
    font-weight: 600;
}
.nvt-ordlistview-list .tagtxt {
    font-size: 0.9rem;
    line-height: normal;
}
.nvt-ordlistview-child1 {
    width: 100%;
    margin-top: 15px;
}
.nvt-ordlistview-list .nvt-ordlistview-child1 .card-box-mid2 {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: flex-start;
    margin-bottom: 7px;
    background: #f5f5f5;
    padding: 5px;
}
.nvt-ordlistview-list .nvt-ordlistview-child1 .card-box-mid2 .cont {
    text-align: left;
    flex-grow: 1;
    flex-basis: 0;
}
.nvt-ordlistview-list .nvt-ordlistview-child1 .card-box-mid3 {
    width: 100%;
}
.nvt-ordlistview-list .nvt-ordlistview-child1 .card-box-mid3 table {
    font-size: 0.9rem;
    line-height: normal;
}
.nvt-ordlistview-list .nvt-ordlistview-child1 .card-box-mid3 table th {
    vertical-align: top;
    border-top: none;
}
.nvt-ordlistview-list .status {
    width: 45px;
    height: 18px;
    text-align: center;
    font-size: 0.8rem;
    line-height: 18px;
    border-radius: 30px;
    margin: 0 auto;
    display: inline-block;
    font-weight: 600;
}
.nvt-ordlistview-list .green {
    background: #28a745;
    color: #fff;
}
.nvt-ordlistview-list .yellow {
    background: #ffc107;
    color: #fff;
}
.nvt-ordlistview-list .red {
    background: #dc3545;
    color: #fff;
}
.nvt-ordlistview-list .arrow {
    cursor: pointer;
    padding: 8px;
}
.nvt-ordlistview-list .progress {
    height: 0.9rem;
    background: #d5d5d5;
    width: 100%;
    margin-top: 5px;
}
.nvt-ordlistview-list .disabled-arrow {
    color: #c6c6c6;
    cursor: auto;
}
.nvt-ordlistview-list .tb-bg-light-red {
    background: #ffebeb;
}
.nvt-ordlistview-list .btn {
    min-width: 60px;
}
.nvt-ordlistview-list .skeleton-loader {
    width: 100px;
    height: 20px;
    background: #e0e0e0;
    border-radius: 4px;
    animation: pulse 1.5s infinite;
    margin: 0 auto;
}
@keyframes pulse {
    0% {
        background-color: #e0e0e0;
    }
    50% {
        background-color: #f0f0f0;
    }
    100% {
        background-color: #e0e0e0;
    }
}
.nvt-ordlistview-list .info-container {
    position: relative;
    display: inline-block;
}

.nvt-ordlistview-list .fa-info-circle {
    color: #ff3131;
    font-size: 1rem;
    margin-left: 3px;
    line-height: normal;
    cursor: pointer;
    font-weight: 400;
    position: relative;
}

.tippy-box[data-theme~="light"] {
    background-color: #ffffff;
    font-size: 0.8rem;
    line-height: normal;
    font-weight: 400;
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tippy-box[data-theme~="light"] .tippy-arrow {
    color: #ffffff;
}

@media (max-width: 767px) {
    .nvt-ordlistview-list .portname {
        font-size: 1.1rem;
        text-align: center;
    }
    .nvt-ordlistview-list .card-box-mid .cont {
        flex: 1 1 50%;
        margin-bottom: 8px;
        text-align: center;
    }
    .nvt-ordlistview-list .amttxt {
        font-size: 0.8rem;
        line-height: 16px;
    }
    .nvt-ordlistview-list .tagtxt {
        font-size: 0.8rem;
    }
    .nvt-ordlistview-list .nvt-ordlistview-child1 .card-box-mid2 .cont {
        flex: 1 1 50%;
        margin-bottom: 8px;
        text-align: center;
    }
    .nvt-ordlistview-list .nvt-ordlistview-child1 .card-box-mid3 table {
        font-size: 0.7rem;
    }
    .nvt-ordlistview-list .progress {
        height: 0.7rem;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .nvt-ordlistview-list .amttxt {
        font-size: 0.8rem;
        line-height: 16px;
    }
    .nvt-ordlistview-list .tagtxt {
        font-size: 0.8rem;
    }
    .nvt-ordlistview-list .progress {
        height: 0.9rem;
    }
}
/*End ordlistvew */

/*Start Payment History*/
.nvt-payhist-list {
    width: 100%;
}
.nvt-payhist-list .section {
    flex: 0 0 100%;
    position: relative;
    margin-bottom: 8px;
}
.nvt-payhist-list .card-box {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    margin-bottom: 8px;
    padding: 10px 10px;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.nvt-payhist-list .portname {
    font-size: 1.2rem;
    line-height: normal;
    font-weight: 700;
    text-align: left;
    padding-right: 5px;
}
.nvt-payhist-list .amttxt {
    font-size: 0.9rem;
    line-height: normal;
    font-weight: 600;
}
.nvt-payhist-list .tagtxt {
    font-size: 0.9rem;
    line-height: normal;
}
.nvt-payhist-list .nvt-payhist-details {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 6px;
    align-items: flex-start;
}
.nvt-payhist-list .nvt-payhist-details .cont {
    flex-grow: 1;
    flex-basis: 0;
    text-align: left;
}
.nvt-payhist-btn {
    padding: 4px 5px;
    font-size: 0.8rem;
    line-height: normal;
    text-wrap: nowrap;
}
.nvt-payhist-nodata {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    flex-direction: column;
}
.nvt-payhist-nodata-h2 {
    font-size: 1rem;
    line-height: normal;
    font-weight: 600;
    text-align: center;
}
.nvt-payhist-nodata-img {
    width: 100px;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .nvt-payhist-list .portname {
        font-size: 1.05rem;
        text-align: center;
    }
    .nvt-payhist-list .amttxt {
        font-size: 0.8rem;
        line-height: 16px;
    }
    .nvt-payhist-list .tagtxt {
        font-size: 0.8rem;
    }
    .nvt-payhist-list .nvt-payhist-details {
        flex-flow: row wrap;
        gap: 0px;
    }
    .nvt-payhist-list .nvt-payhist-details .cont {
        flex: 1 1 50%;
        margin-bottom: 8px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .nvt-payhist-list .portname {
        font-size: 1.1rem;
    }
    .nvt-payhist-list .amttxt {
        font-size: 0.8rem;
    }
    .nvt-payhist-list .tagtxt {
        font-size: 0.8rem;
    }
    .nvt-payhist-list .nvt-payhist-details {
        flex-flow: row wrap;
    }
    .nvt-payhist-list .nvt-payhist-details .cont {
        flex: 1 1 20%;
    }
}
/*End Payment History*/

/*******************updating css********************************/

/*start user verification*/
.nvt-usvrf {
    display: flex;
    flex-flow: column nowrap;
    width: 40%;
    margin: 0 auto;
    margin-top: 10px;
}
.nvt-usvrf .lgnm {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: normal;
    padding: 0px;
    margin: 0 0 10px 0;
    text-align: center;
    letter-spacing: 0.1px;
}
.nvt-usvrf-sec {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 15px;
    border-radius: 0.5rem;
    gap: 2%;
    cursor: pointer;
    padding: 0.7rem 0.7rem;
    border: 1px solid #ccf0ff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: all 0.4s ease;
}
.nvt-usvrf-sec:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.095);
}
.nvt-usvrf-sec .lf {
    width: 63%;
}
.nvt-usvrf-sec .rt {
    width: 35%;
    text-align: right;
}
.nvt-usvrf-sec .hd {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    padding: 0px;
    margin: 0 0 6px 0;
    letter-spacing: 0.1px;
    color: var(--body-color);
}
.nvt-usvrf-sec .txt {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    padding: 0px;
    margin: 0 0 4px 0;
    letter-spacing: 0.1px;
    color: var(--body-color);
}
.nvt-usvrf-sec .st {
    font-size: 0.85rem;
    line-height: normal;
    font-weight: 600;
    padding: 0.3rem 0.3rem;
    margin: 0px;
    letter-spacing: 0.1px;
    display: inline-block;
}
.nvt-usvrf-sec.muted .hd,
.nvt-usvrf-sec.muted .txt,
.nvt-usvrf-sec.muted .st {
    opacity: 0.7;
}
.rtarrow {
    border-radius: 50px;
    min-width: 100px;
    box-shadow: 0 3px 8px rgba(40, 167, 69, 0.3);
    text-align: center;
}
.nvt-usvrf-sec.completed .rtarrow {
    background: linear-gradient(45deg, #28a745, #20c997);
    color: #fff;
}
.nvt-usvrf-sec.active .rtarrow {
    background: linear-gradient(45deg, #ff3a3a, #ff5e5e);
    color: #fff;
}
.nvt-usvrf-sec.muted .rtarrow {
    background: linear-gradient(45deg, #ff3a3a, #ff5e5e);
    color: #fff;
}
.nvt-usvrf-sec.completed,
.nvt-usvrf-sec.active,
.nvt-usvrf-sec.muted {
    background-color: #f7fbff;
}
.nvt-usvrf-note {
    color: var(--body-color);
    text-align: center;
    font-size: 0.75rem;
    line-height: normal;
    padding: 0px;
    margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
    .nvt-usvrf {
        width: 97%;
    }
    .nvt-usvrf-sec .hd {
        font-size: 18px;
        margin: 0 0 3px 0;
    }
    .nvt-usvrf-sec .txt {
        font-size: 13px;
        margin: 0 0 3px 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nvt-usvrf {
        width: 70%;
    }
    .nvt-usvrf-sec .hd {
        font-size: 18px;
        margin: 0 0 3px 0;
    }
    .nvt-usvrf-sec .txt {
        font-size: 14px;
        margin: 0 0 3px 0;
    }
}
/*end user verification*/

/*start plan selection*/
.nvt-plan-selection-page {
    width: 60%;
    margin: 0 auto;
    margin-top: 15px;
}
/* Loading Overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
}
.nvt-plan-select-back-button {
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--btn2-bg);
    border: 1px solid var(--btn2-border-color);
    color: var(--btn2-color);
    padding: 0.5rem 0.5rem;
    border-radius: 3rem;
    text-align: center;
    font-size: 1rem;
    line-height: normal;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-bottom: 20px;
}
.nvt-plan-select-back-button:hover {
    background-color: var(--btn2-hover-bg);
    color: var(--btn2-hover-color);
    border: 1px solid var(--btn2-hover-border-color);
}
.nvt-plan-select-back-button i {
    font-size: 0.8rem;
    font-weight: 400;
    margin-right: 6px;
}
.nvt-plan-select-back-button:hover i {
    transform: translateX(-3px);
}
.nvt-plan-select-plans-grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 2%;
}
.nvt-plan-select-plan-card {
    width: 24.5%;
    background: #f1fbff;
    border: 2px solid #e9ecef;
    text-align: center;
    border-radius: 12px;
    padding: 3rem 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.nvt-plan-select-plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: #017ad1;
}
.nvt-plan-select-plan-duration {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--body-color);
    margin-bottom: 10px;
    line-height: normal;
    letter-spacing: 0.1px;
    display: block;
}
.nvt-plan-select-plan-price {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--body-color);
    line-height: normal;
    letter-spacing: 0.1px;
    display: block;
}
.nvt-plan-select-best-value-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    margin-bottom: 10px;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #28a745, #20c997);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 8px rgba(40, 167, 69, 0.3);
    z-index: 2;
}
.nvt-plan-select-plan-card.selected {
    border-color: #017ad1;
    background: linear-gradient(135deg, #017ad1 0%, #004662 100%);
    color: white;
    box-shadow: 0 8px 20px rgba(1, 122, 209, 0.3);
    transform: translateY(-4px);
}
.nvt-plan-select-plan-card.selected .nvt-plan-select-plan-duration,
.nvt-plan-select-plan-card.selected .nvt-plan-select-plan-price {
    color: white;
}
.nvt-plan-select-selection-indicator {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    font-size: 1.2rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}
.nvt-plan-selected-plan-section {
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-top: 25px;
    border: 1px solid #e9ecef;
}
.nvt-plan-amount-summary {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #e9ecef;
}
.nvt-plan-amount-row {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}
.nvt-plan-amount-row i {
    margin-right: 12px;
    color: var(--body-color);
    font-size: 1.2rem;
}
.nvt-plan-amount-label {
    flex: 1;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--body-color);
}
.nvt-plan-amount-value {
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--body-color);
}
.nvt-plan-continue-section {
    text-align: center;
}
.nvt-plan-continue-btn {
    background: var(--btn1-bg);
    color: var(--btn1-color);
    border: 1px solid var(--btn1-border-color);
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
    width: 100%;
    max-width: 350px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}
.nvt-plan-continue-btn:hover {
    background-color: var(--btn1-hover-bg);
    color: var(--btn1-hover-color);
    border: 1px solid var(--btn1-hover-border-color);
    transform: translateY(-2px);
}
.nvt-plan-cancel-notice {
    margin-top: 15px;
    color: var(--body-color);
    font-size: 0.9rem;
    line-height: normal;
}
.nvt-plan-no-plans-section {
    text-align: center;
    padding: 50px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}
.nvt-plan-no-plans-icon {
    font-size: 3rem;
    color: #dc3545;
    margin-bottom: 15px;
}
.nvt-plan-no-plans-section h3 {
    color: var(--body-color);
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: normal;
    letter-spacing: 0.1px;
}
.nvt-plan-no-plans-section p {
    color: var(--body-color);
    margin-bottom: 25px;
    font-size: 1rem;
    line-height: normal;
}

/* .plan-selection-wrapper .spinner-container {
  text-align: center;
  color: white;
} */
/* .plan-selection-wrapper .loading-text {
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: 500;
} */
/* Plan Loading States
.plan-selection-wrapper .plan-card.selecting {
  opacity: 0.7;
  pointer-events: none;
}

.plan-selection-wrapper .plan-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.plan-selection-wrapper .plan-spinner {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: plan-spinner-spin 1s linear infinite;
}

@keyframes plan-spinner-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */
/* 
.plan-selection-wrapper .alert {
  border-radius: 8px;
  border: none;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-weight: 500;
}

.plan-selection-wrapper .alert-success {
  background: linear-gradient(135deg, #d1e7dd, #badbcc);
  color: #0f5132;
  border-left: 4px solid #28a745;
}

.plan-selection-wrapper .alert-danger {
  background: linear-gradient(135deg, #fdf2f2, #fce8e6);
  color: #842029;
  border-left: 4px solid #dc3545;
}

.plan-selection-wrapper .alert-warning {
  background: linear-gradient(135deg, #fff8e1, #ffecb3);
  color: #664d03;
  border-left: 4px solid #ffc107;
}

.plan-selection-wrapper .alert-info {
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  color: #055160;
  border-left: 4px solid #017ad1;
}

.plan-selection-wrapper .btn {
  transition: all 0.2s ease;
  font-weight: 500;
  letter-spacing: 0.1px;
  border-radius: 6px;
}

.plan-selection-wrapper .btn:focus,
.plan-selection-wrapper .btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 122, 209, 0.25);
}

.plan-selection-wrapper .btn-primary {
  background-color: #017ad1;
  border-color: #017ad1;
}

.plan-selection-wrapper .btn-primary:hover {
  background-color: #0e244a;
  border-color: #0e244a;
}

.plan-selection-wrapper .btn-outline-primary {
  border-color: #017ad1;
  color: #017ad1;
}

.plan-selection-wrapper .btn-outline-primary:hover {
  background-color: #017ad1;
  border-color: #017ad1;
  color: white;
}

.plan-selection-wrapper .btn-outline-dark {
  border-color: #6c757d;
  color: #6c757d;
}

.plan-selection-wrapper .btn-outline-dark:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: white;
} */
@media screen and (max-width: 767px) {
    .nvt-plan-selection-page {
        width: 97%;
    }
    .nvt-plan-select-back-button {
        padding: 0.3rem 0.5rem;
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
    .nvt-plan-select-plans-grid {
        flex-direction: column;
    }
    .nvt-plan-select-plan-card {
        width: 100%;
        margin-bottom: 1.5rem;
        padding: 1.3rem 1rem;
    }
    .nvt-plan-select-plan-duration {
        font-size: 1.2rem;
    }
    .nvt-plan-select-plan-price {
        font-size: 1rem;
    }
    .nvt-plan-selected-plan-section {
        padding: 10px;
    }
    .nvt-plan-amount-summary {
        padding: 10px;
        margin-bottom: 10px;
    }
    .nvt-plan-amount-label {
        font-size: 1rem;
    }
    .nvt-plan-amount-value {
        font-size: 1rem;
    }
    .nvt-plan-continue-btn {
        padding: 10px 10px;
        max-width: 100%;
        font-size: 0.9rem;
    }
    .nvt-plan-cancel-notice {
        margin-top: 10px;
        font-size: 0.85rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nvt-plan-selection-page {
        width: 95%;
    }
    .nvt-plan-select-back-button {
        padding: 0.3rem 0.5rem;
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
    .nvt-plan-select-plans-grid {
        flex-direction: column;
    }
    .nvt-plan-select-plan-card {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .nvt-plan-select-plan-duration {
        font-size: 1.2rem;
    }
    .nvt-plan-select-plan-price {
        font-size: 1rem;
    }
    .nvt-plan-selected-plan-section {
        padding: 10px;
    }
    .nvt-plan-amount-summary {
        padding: 10px;
        margin-bottom: 10px;
    }
    .nvt-plan-amount-label {
        font-size: 1rem;
    }
    .nvt-plan-amount-value {
        font-size: 1rem;
    }
    .nvt-plan-continue-btn {
        max-width: 350px;
        padding: 10px 10px;
        font-size: 0.9rem;
    }
    .nvt-plan-cancel-notice {
        margin-top: 10px;
        font-size: 0.85rem;
    }
}
/*end plan selection*/

/*start notification bar*/
.nvst-notification-bar {
    background-color: #fefbfd;
    padding: 10px 15px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #eeeeee;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.nvst-notification-bar p {
    font-size: 1rem;
    line-height: normal;
    font-weight: 600;
    color: var(--body-text);
    margin: 0;
    padding: 0;
}
.nvst-notification-bar p strong {
    color: #f03a17;
}

@media screen and (max-width: 767px) {
    .nvst-notification-bar p {
        font-size: 0.85rem;
    }
}
/*end notification bar*/
/*start broker moadl session */
.nvst-brk-modal-session-h2 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: var(--body-text);
}
.nvst-brk-modal-session-p {
    font-size: 0.85rem;
    line-height: normal;
    letter-spacing: normal;
    color: var(--body-text);
}
.nvst-brk-modal-session-h3 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: normal;
    line-height: normal;
}
.nvst-brk-modal-session-ul {
    margin-bottom: 0rem;
    margin-left: 1rem;
}
.nvst-brk-modal-session-ul li {
    font-size: 0.85rem;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0.1rem;
    list-style: disc;
}
.nvst-brk-modal-session-btn {
    width: auto;
    background: var(--btn1-bg);
    color: var(--btn1-color);
    border: 1px solid var(--btn1-border-color);
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}
.nvst-brk-modal-session-btn:hover {
    background-color: var(--btn1-hover-bg);
    color: var(--btn1-hover-color);
    border: 1px solid var(--btn1-hover-border-color);
}
@media screen and (max-width: 767px) {
    .nvst-brk-modal-session-h2 {
        font-size: 1.2rem;
    }
    .nvst-brk-modal-session-p {
        font-size: 0.8rem;
    }
    .nvst-brk-modal-session-h3 {
        font-size: 0.9rem;
    }
    .nvst-brk-modal-session-ul li {
        font-size: 0.8rem;
    }
    .nvst-brk-modal-session-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}
/*end broker moadl session */

/*Start Broker stock review*/
.nvt-stk-port-sum {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: center;
    background: #e1f8ff;
    color: #000000;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.nvt-stk-port-sum .box {
    text-align: center;
}

.nvt-stk-port-sum-value {
    font-size: 1.2rem;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0px;
    padding: 0px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.nvt-stk-port-sum-label {
    font-size: 0.8rem;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nvt-stk-port-sum-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    height: 30px;
}
.nvt-stk-review {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 0.5rem 0.5rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.nvt-skt-port-section {
    display: flex;
    flex-flow: row nowrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
    justify-content: space-between;
    align-items: start;
}

.nvt-stk-review-head {
    background-color: #e5eff9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    column-gap: 1rem;
    padding: 0.5rem 0.5rem;
    border-radius: 0.3rem;
    margin-bottom: 0.7rem;
}
.nvt-stk-review-head-p {
    font-size: 0.9rem;
    line-height: normal;
    font-weight: 400;
    color: var(--body-color);
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-flow: column nowrap;
    margin: 0px;
    padding: 0px;
    color: var(--body-color);
}
.nvt-stk-review-head-p span {
    font-weight: 700;
    margin-bottom: 3px;
}
.nvt-stk-review .table th,
.nvt-stk-review .table td {
    padding: 0.1rem 0.5rem;
    font-size: 0.9rem;
    line-height: normal;
    vertical-align: top;
    border: none;
    color: var(--body-color);
}

.nvt-stk-review-submit {
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    padding: 1rem 0.5rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.nvt-stk-review-submit-btn {
    padding: 0.4rem 0.5rem;
    text-align: center;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    width: 200px;
    margin: 0 auto;
    background: var(--btn1-bg);
    color: var(--btn1-color);
    border: 2px solid var(--btn1-border-color);
    transition: background-color 0.5s ease;
}
.nvt-stk-review-submit-info {
    font-size: 0.85rem;
    line-height: normal;
    font-weight: 400;
    color: var(--body-color);
    margin-top: 0.5rem;
}
.nvt-stk-review-submit-p {
    font-size: 1rem;
    line-height: normal;
    font-weight: 400;
    color: var(--body-color);
    margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
    .nvt-stk-port-sum-divider {
        display: none;
    }
    .nvt-stk-port-sum-value {
        font-size: 0.9rem;
    }
    .nvt-stk-port-sum-label {
        font-size: 0.7rem;
    }

    .nvt-stk-review-head {
        justify-content: space-around;
    }
    .nvt-stk-review-head-p {
        font-size: 0.8rem;
        margin-bottom: 0.4rem;
    }
    .nvt-stk-review .table th,
    .nvt-stk-review .table td {
        font-size: 0.85rem;
        border: 1px solid #e3e3e3;
    }
    .nvt-stk-review-submit-info {
        font-size: 0.8rem;
    }
    .nvt-stk-review-submit-p {
        font-size: 0.9rem;
    }
    .nvt-skt-port-section {
        flex-flow: column nowrap;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nvt-stk-port-sum-value {
        font-size: 1.1rem;
    }
    .nvt-stk-port-sum-label {
        font-size: 0.75rem;
    }
    .nvt-stk-review-head-p {
        font-size: 0.85rem;
    }
    .nvt-stk-review .table th,
    .nvt-stk-review .table td {
        font-size: 0.85rem;
    }
    .nvt-skt-port-section {
        flex-flow: column nowrap;
    }
}
/*End Broker stock review*/
