﻿body {
}


.loading-top {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #d5534a;
    z-index: 100004;
}

.loading-tile {
    width: 100%;
    height: 8px;
    background-color: #d5534a;
    z-index: 100004;
}

.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}

    .bar:nth-child(1) {
        background-color: #5e775e;
        animation: loading 3s linear infinite;
        height: 8px;
    }

    .bar:nth-child(2) {
        background-color: #070e25;
        animation: loading 3s linear 1s infinite;
        height: 8px;
    }

    .bar:nth-child(3) {
        background-color: #5FADE0;
        animation: loading 3s linear 2s infinite;
        height: 8px;
    }

@keyframes loading {
    from {
        left: 0;
        width: 0;
        z-index: 100;
    }

    33.3333% {
        left: 0;
        width: 50%;
        z-index: 10;
    }

    to {
        left: 0;
        width: 100%;
    }
}

.loader {
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: flex;
    background: white;
    padding: 10px;
    margin-top: 35px;
    box-shadow: 0px 40px 60px -20px rgba(0, 0, 0, 0.2);
}

    .loader span {
        display: block;
        width: 20px;
        height: 20px;
        background: #eee;
        border-radius: 50%;
        margin: 0 5px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    }

        .loader span:nth-child(2) {
            background: #f07e6e;
        }

        .loader span:nth-child(3) {
            background: #84cdfa;
        }

        .loader span:nth-child(4) {
            background: #5ad1cd;
        }

        .loader span:not(:last-child) {
            animation: animate 1.5s linear infinite;
        }

@keyframes animate {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(30px);
    }
}

.loader span:last-child {
    animation: jump 1.5s ease-in-out infinite;
}

@keyframes jump {
    0% {
        transform: translate(0, 0);
    }

    10% {
        transform: translate(10px, -10px);
    }

    20% {
        transform: translate(20px, 10px);
    }

    30% {
        transform: translate(30px, -50px);
    }

    70% {
        transform: translate(-150px, -50px);
    }

    80% {
        transform: translate(-140px, 10px);
    }

    90% {
        transform: translate(-130px, -10px);
    }

    100% {
        transform: translate(-120px, 0);
    }
}

button[type="submit"] {
    font-weight: normal;
    font-size: .8rem;
    padding: 5px 10px;
}


div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    z-index: 1;
}

.file-type {
    width: auto;
    cursor: pointer;
    vertical-align: middle;
}

.image-upload > input {
    display: none;
}

.download-click {
    text-align: left;
}

input.file {
    position: relative;
    text-align: right;
    /*  -moz-opacity: 0;
    filter: alpha(opacity: 0);*/
    opacity: 0;
    z-index: 2;
}

h5, h5.k-card-title, .k-card-title.h5 {
    font-size: 22px;
    border: 0px;
    font-weight: 700;
    margin-bottom: 0;
}

h7, h7.k-card-title, .k-card-title.h7 {
    font-size: 12px;
    border: 0px;
    text-align: right;
    margin: 6px 20px 6px 6px;
}

.k-link {
    font-weight: 500;
    font-size: 16px;
    border-width: 0 0 0;
    border-style: solid;
    padding: 10px 20px !important;
}

.k-column-title {
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    overflow: hidden;
    font-size: 16px;
}


.k-panelbar > .k-item > .k-link .k-icon,
.k-panelbar > .k-item > .k-link .k-panelbar-item-icon,
.k-panelbar > .k-panelbar-header > .k-link .k-icon,
.k-panelbar > .k-panelbar-header > .k-link .k-panelbar-item-icon {
    font-size: 28px;
    font-weight: bold;
}



.Screener-section .k-card-title {
    font-weight: 700;
}


.Screener-section .k-link {
    width: 210px;
    text-align: center !important;
}


.screener-group-btn .k-button-sm {
    font-weight: normal;
    font-size: .8rem;
    padding: 7px 15px;
}

.screener-group-btn .k-button-text {
    font-size: 18px;
}

.screen-filter .k-input-sm, .k-picker-sm {
    font-size: 16px !important;
    line-height: 2 !important;
    height: 40px !important;
    max-width: 240px;
}



.version {
    color: #555;
    position: absolute;
    top: 98%;
    right: 1%;
    font-family: Consolas;
    font-size: 11px;
}

.benchmarklegend .k-button {
    width: 225px;
    justify-content: left;
    overflow: hidden;
}

.benchmarklegend .k-split-button-arrow {
    width: 20px;
}

.tiltlegend .k-button,
.screenlegend .k-button {
    width: 225px;
    justify-content: left;
}

.tiltlegend .k-split-button-arrow,
.screenlegend .k-split-button-arrow {
    width: 20px;
}

.tilttext {
    padding-top: 0px;
    width: 85px;
}

    .tilttext .k-input-inner {
        width: 85px;
        text-align: center;
    }


.benchmarklegend .k-icon,
.screenlegend .k-icon.k-i-caret-alt-down {
    height: 26px;
}

.tilting-group-btn {
}

.k-split-button.excel-btn .k-button,
.k-split-button.excel-btn .k-split-button-arrow {
    background-color: #070e25 !important;
    color: #fff !important;
    border-color: #070e25 !important;
}

    .k-split-button.excel-btn .k-button:hover,
    .k-split-button.excel-btn .k-button:focus,
    .k-split-button.excel-btn .k-button:active,
    .k-split-button.excel-btn .k-split-button-arrow:hover,
    .k-split-button.excel-btn .k-split-button-arrow:active,
    .k-split-button.excel-btn .k-split-button-arrow:focus {
        border-color: #070e25 !important;
    }

    .k-split-button.excel-btn .k-button:focus,
    .k-split-button.excel-btn .k-split-button-arrow:focus {
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    }

    .screener-group-btn {
        width: 222px;
        margin: 0 auto;
        text-align: center
    }

    .screener-group-btn button {
        width: 200px;
        margin: 0 auto;
        text-align: center
    }

.benchmarktext {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-left: 6px
}

    .benchmarktext .k-icon {
        height: 26px;
        display: none;
    }


.k-panelbar-header:last-child {
    margin-bottom: 0px;
}

.k-tilelayout .k-card .k-card-body {
    padding: 0px 12px;
    outline: 0;
    flex: 1 1 auto;
    overflow: auto;
}

.table#summary > :not(caption) > tr * {
    padding: 0px 0px 0px 0px;
}

.table#summarylegend > :not(caption) > tr * {
    padding: 0px 0px 0px 0px;
}

#summary.table tbody tr td {
    text-align: right;
    font-weight: normal;
    height: 29px;
    width: 14.2%;
}

#stocksummarylegend div.col.stock {
    border: none;
}

#stocksummarylegend.table.row .col .row {
    border-color: #e4e7eb;
    color: #212529;
    background-color: #e4e7eb;
    border-radius: 0.25rem;
}

.screenlegend.d-flex.align-items-center {
    font-size: 12px;
}
.screenlegend{
    font-size: 12px;
}
.screenlegend small{
    font-size: 11px;
}

#stocksummarylegend.table div.col .row:hover {
    cursor: pointer;
    background-color: #ced3db;
    border-radius: 0.25rem;
}

#stocksummarylegend.table .stock span.stocktext {
    padding-top: 0px;
}

#stocksummarylegend.table .stock.selected span.stocktext {
    font-weight: bold;
}

#stockSummary #stocksummarylegend.table {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#summary.table thead th {
    font-weight: normal;
    text-align: right;
    height: 29px;
    width: 14.2%;
}

#summarylegend.table tbody tr td {
    text-align: left;
    min-width: 90px;
    font-weight: normal;
    height: 29px;
}
.col-md.width-summary-9.valuation {
    width: 75%;
}

#stocksummarylegend.table tbody tr td {
    min-width: 125px;
}

#summarylegend.table thead th {
    font-weight: normal;
    text-align: right;
    height: 29px;
}

#summary.table.tableval thead th {
    width: 10%;
}

#summary.table.tableval tbody tr td {
    width: 10%;
}

.tileLayoutStockList .k-tilelayout-item-header {
    display: none;
}

.wrapper {
    position: relative;
    overflow: inherit;
    border: 0 solid #000;
    white-space: nowrap;
    min-width: 1050px;
}

    .wrapper table {
        margin-bottom: 0;
    }

.table#summary .k-icon {
    padding: 0px 0px 0px 0px;
}

.k-panelbar-header {
    margin-bottom: 20px;
}

.tiltlabel {
    padding-top: 12px;
    width: 120px;
    vertical-align: central;
}

.k-pane.dashboard-2 {
    padding-top: 49px;
}

.tilefirst {
    order: 0 !important;
}

.tileafterperf {
    order: 900 !important;
}


.tilts-apply .k-input-inner {
    padding: 6px;
}

.image-upload label {
    cursor: pointer;
    margin-top: 5px;
}

#filters .title-header {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0 20px 0px;
}

#filters .title-header-1 {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
}

#filters .title-header-2 {
    margin: 0px 0 10px 0px;
    font-weight: normal;
}

.download-click a {
    text-align: right;
    font-size: 1rem;
    color: #277AB3;
}
.support-land{
    float: right;
    font-weight: normal;
    font-size: 18px;
}
.mailto {
    color: #012169;
    text-decoration: none;
}
.download-click a.sampletemp {
    text-align: right;
    font-size: 1rem;
    color: #277AB3 !important;
}

        .download-click a.sampletemp:hover {
            text-decoration: underline;
        }

.Screener-section .box-stocks {
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 0;
}

.screener-tab {
    width: 100%;
}


.k-tabstrip-item .k-link {
    width: 210px;
    font-weight: 500;
    font-size: 16px;
    border-width: 0 0 0;
    border-style: solid;
    padding: 10px 20px !important;
}




.inputs-statusmessage {
    margin-left: 100px;
}

button[type="submit"] {
    background-color: #070e25 !important;
    color: #fff !important;
}


.Screener-section .btn {
    color: white;
}



button[type="file"] {
    font-weight: normal;
    font-size: .8rem;
    padding: 5px 10px;
}

.sidebar {
    width: 90px !important;
}

    .sidebar[b-lnx2qi6pod] {
        /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
        width: 90px !important;
    }


@media (min-width: 641px) {
    .page {
        flex-direction: row;
        height: 99%;
    }

    .sidebar2 {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 1.1rem !important;
        padding-right: 1.1rem !important;
        padding-top: 24px;
    }


    .k-tilelayout .k-card {
        padding: 0px;
    }

        .k-tilelayout .k-card .k-card-header {
            border-style: none !important;
        }

    #dashtabs .k-card {
        border-style: none !important;
       
     
    }

    #dashtabs .k-tilelayout .k-card .k-card-header {
        border: 0 0 0;
        padding: 11px 11px;
        border-style: none !important;
    }

    #dashtabs .k-tabstrip-top > .k-tabstrip-items-wrapper {
        padding: 0px !important;
        margin: 0px !important;
        margin-top: 3px !important;
    }

    .k-panelbar {
        /*  border: 12px 12px 20px 13px solid;*/
        margin: 10px;
    }

        .k-panelbar > .k-item > .k-link,
        .k-panelbar > .k-panelbar-header > .k-link {
            border: 0px solid;
            border-bottom: 0px;
            border-style: solid;
        }
}




.k-panelbar > .k-item + .k-item,
.k-panelbar > .k-panelbar-header + .k-panelbar-header {
    border-top-width: 0px;
}

.k-panelbar > .k-panelbar-header > .k-link.k-selected .k-link .k-selected, .k-link.k-selected:hover, .k-link.k-selected:active, .k-calendar-td .k-link {
    border-color: initial !important;
    font-size: 1rem;
    border-width: 0 0 0px;
    border-style: none;
}
.k-calendar-table .k-calendar-td .k-link {
    padding: 10px 12px !important;
}

    .k-panelbar > .k-panelbar-header k-state-expanded {
        border: 1px whitesmoke solid;
    }

.k-panelbar > .k-item > .k-link:hover,
.k-panelbar > .k-item > .k-link.k-state-hover,
.k-panelbar > .k-item > .k-link.k-hover,
.k-panelbar > .k-panelbar-header > .k-link:hover,
.k-panelbar > .k-panelbar-header > .k-link.k-state-hover,
.k-panelbar > .k-panelbar-header > .k-link.k-hover {
    box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.15);
}

.k-panelbar .k-panelbar-content {
    padding: 10px 20px 10px 20px;
    margin-bottom: 10px;
}

    .k-panelbar .k-panelbar-content .row {
        margin-bottom: 0px;
    }

/**/




.k-tilelayout .k-card .k-card-header {
    border: 0 0 0;
    padding: 11px 11px;
}

/*.k-splitter {
    border-color: #dee2e6;
    color: #212529;
    border: none;
    background-color: initial !important;
}*/

.k-grid-content {
    /*background-color: transparent !important;*/
}


.k-splitter-flex .k-pane-static {
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #fff !important;
}



.k-tilelayout.telerik-blazor {
    padding: 0.9rem 0.556rem !important;
}

.listOfStocks.k-tilelayout.telerik-blazor {
    padding-top: 0.5rem !important;
}

.k-splitter-flex .k-splitbar {
    position: static;
    flex: 0 0 auto;
    margin-top: -15px;
    margin-bottom: 15px;
}

.k-splitter-flex .k-pane {
    background: white;
}


.k-grid-content::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.k-grid-content::-webkit-scrollbar-track {
  /*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.k-grid-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
/*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}

.k-grid tbody tr:not(.k-detail-row):hover, .k-grid tbody tr:not(.k-detail-row).k-state-hover {
    /*background-color: #eee !important;*/
    color: #888;
    opacity: 0.9;
}


.switch {
    padding-left: 15px;
    position: absolute;
    bottom: 25px;
}

.navbar-brand .rotate {
    font-size: 1.8rem;
}

.logo[b-zwewgiqxro] {
    font-size: 2.2rem;
    padding-left: 8px;
}

.navbar-brand sup[b-zwewgiqxro] {
    font-size: 38px;
}


.k-tabstrip-item .k-link {
    width: 210px;
    font-weight: 400;
    font-size: 16px;
    border-width: 0 0 0;
    border-style: solid;
    padding: 10px 20px !important;
}

li.k-tabstrip-item.k-item.k-active.k-tab-on-top span.k-link {
    border: solid;
    border-width: 0px;
    /*  border-bottom-width: 0px;
    border-right-width: 3px;
    border-left-width: 3px;*/
    font-size: 17px;
    font-weight: bold;
}

.k-input-sm, .k-picker-sm {
    font-size: 14px !important;
    line-height: 2 !important;
    height: 40px;
}


.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem;
    margin-bottom: -1px;
    /*border: 0px solid #eee !important;*/
    border-bottom: 1px solid #ccc !important;
}

    .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:hover {
        color: #333;
        text-decoration: underline;
        text-underline-offset: 9px;
        text-decoration-thickness: 3px;
        text-decoration-color: #070e25;
    }




li.k-tabstrip-item.k-item.k-active.k-tab-on-top {
    border: 1px solid #ccc !important;
    border-bottom: 0px solid #fff !important;
    border-width: 0;
    box-shadow: none !important;
}



li.k-tabstrip-item k-item k-active k-tab-on-top:first-child {
    border-left-style: none !important;
    border-style: none !important;
    box-shadow: none !important;
}

.pad0 {
    padding: 0px 0px 0px 12px;
}

/*//Performance tab*/

.k-tabstrip-top > .k-tabstrip-items-wrapper > .k-tabstrip-items {
    width: 100%;
}

/*Start only neumorphism css*/

/*.k-panelbar {
    border-radius: 4px;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow: 32px 32px 65px #d5d5d5, -32px -32px 65px #ebebeb;
}
.k-tilelayout .k-card {
   
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 6px 6px 19px #dbdbdb, -6px -6px 19px #ffffff;
}*/

/* End only neumorphism css*/

.overflow {
    overflow: auto !important;
}

.launch-box .container {
    position: relative;
    text-align: left;
    color: white;
    width: 621px;
}

.launch-box .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #f1f1f1;
    cursor: pointer;
}

    .launch-box .centered a {
        color: #fff;
        text-decoration: none;
    }

.release-box {
    width: 100%;
    padding: 25px;
    background: #fffdd0;
    margin-top: 30px;
}

    .release-box h6 {
        color: black !important;
    }

    .release-box ul li {
        line-height: 25px;
    }

    .release-box .scale {
        height: 1.5em;
        width: 1.5em;
    }

    .release-box .center {
        margin: auto;
        padding: 20px;
    }

.k-input-md .k-input-values > .k-searchbar, .k-input-md .k-input-values > .k-input-inner, .k-picker-md .k-input-values > .k-searchbar, .k-picker-md .k-input-values > .k-input-inner {
    margin: 0;
}

.mar-5 {
    margin-bottom: 5px !important;
}

.screener-tick {
    margin-left: 0;
    width: 35px;
    margin-top: 5px;
}


/*wokred onvishal machin 
*/
.d-none {
    display: none;
}

.info-display-dash .k-panelbar .k-panelbar-content {
    max-height: 338px;
    overflow-y: auto;
}

.info-display-dash .head {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.info-display-dash .content {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    background: #fff;
}

.selected-file-name {
    flex-grow: 1;
    overflow: hidden;
    margin-right: 10px;
    padding-top: 15px;
    max-width: 360px;
}

.portfolio-upload {
    cursor: pointer;
    padding-top: 21px;
}

.portfolio-upload-inputfile-container label.portfolio-upload {
    background-color: #070e25 !important;
    color: #fff !important;
}

.portfolio-upload span.k-icon.k-i-upload, .portfolio-upload span.k-icon.k-i-pencil {
    font-size: 33px;
}

.validation-missing-sedols .yes-btn,
.validation-missing-sedols .no-btn {
    background-color: #070e25 !important;
    color: #fff !important;
}

.yes-btn .k-button-text {
    display: flex;
}

    .yes-btn .k-button-text .loading-inside-button {
        text-align: center;
        z-index: 1000;
    }

    .yes-btn .k-button-text span {
        vertical-align: middle;
    }

.excel-btn {
    float: right;
    margin-bottom: 3px;
}

.list-stockes .k-grid-header {
    --kendo-scrollbar-width: 9px;
    --kendo-scrollbar-height: 23px;
}

.screener-status {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    font-weight: 400;
}

.k-switch-label-on, .k-switch-label-off {
    display: inline;
    color: #424242 !important;
}

.k-switch-label-on {
    left: 60px;
    width: 60px;
}

.relative-toggle .k-switch-label-on {
    left: 60px;
    width: 180px;
}

.k-switch-label-off {
    right: 60px;
}

.monthly-toggle {
    margin-top: 1px;
    position: absolute !important;
    width: 57px !important;
    float: left !important;
    left: 15px !important;
    bottom: -2px !important;
    z-index: 2 !important;
}


.relative-toggle .k-switch-label-off {
    display: none;
}

.my-switch .k-switch-label-on {
    display: none;
}

.my-switch .k-switch-label-off {
    display: none;
}

.k-slider-horizontal .k-label {
    bottom: -1em;
}

.k-slider-horizontal .k-slider-track, .k-slider-horizontal .k-slider-selection {
    margin-top: 0px;
}

.k-switch-md {
    width: 48px;
    height: 18px;
}

    .k-switch-md .k-switch-track {
        width: 48px;
        height: 18px;
    }

    .k-switch-md .k-switch-thumb {
        width: 15px !important;
        height: 15px !important;
    }

    .k-switch-md.k-switch-off .k-switch-thumb-wrap {
        left: 11px;
    }

    .k-switch-md.k-switch-on .k-switch-thumb-wrap {
        left: calc(100% - 11px);
    }



.label-margin {
    margin-right: 22%;
    margin-left: -2%;
}


k-tooltip-content {
    background-color: #fff;
}


.k-tooltip {
    background-color: #fff;
    border: 1px solid black;
    opacity: .7;
}

.k-details-summary {
    padding: 0px;
}

.k-input-value-text {
    font-size: 14px !important;
}

.k-link.k-menu-link {
    font-size: 13px !important;
    border-color: #8a153800 !important;
    background-color: #8a153800 !important;
    border-width: 0 0 0 !important;
    border-style: solid !important;
}


#relswitch > .k-picker-sm, #relswitch .k-input-value-text {
    line-height: 1;
    font-size: 14px !important;
    height: 20px;
    padding-top: 2px;
    max-width: 300px;
}

div#relswitch {
    width: 390px;
    float: left;
    padding-left: 20px;
    height: auto;
    margin-bottom: 7px;
    position: absolute;
    top: -25px;
}

.indexselection {
    font-size: 15px;
    font-weight: 600;
}

.indexselectionradio {
    font-size: 14px;
}

.k-chip-md {
    font-size: 14px;
    line-height: 1.25;
    border: 1px #070e25 solid;
    margin: 0px 0px 0px 2px;
}

.k-chip-list {
    margin: 4px 1px 4px 3px;
}

.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    padding: 0rem 0.75rem;
}

div#products-multiselect_taglist {
    min-height: 30px !important;
}

    div#products-multiselect_taglist input[type="text"] {
        height: auto !important;
    }


.k-chip-icon {
    padding-top: 3px;
    padding-left: 12px;
    padding-right: 4px;
}

.k-chip-content {
    padding: 0em 0.1em;
    margin: 0em;
    min-width: 50px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    overflow: hidden;
    flex: 2 2 auto;
}


.swapindex {
    margin-top: 10px;
    padding-bottom: 0px;
}

.index_radio {
    width: 100%;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.index_radio__row {
    border: 3px solid #202344;
    width: 400px;
    text-align: center;
    margin: 0 1%;
}

.index_radio .wrapper_input {
    position: relative;
    margin: 20px 0;
}

.index_radio input {
    display: none;
}

    .index_radio input:checked + label:after {
        transform: scale(1);
        opacity: 1;
    }

.index_radio label {
    font: 20px Helvetica;
    font-weight: 300;
    letter-spacing: 3px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
    padding-left: 35px;
    display: inline-block;
    position: relative;
}

    .index_radio label:before {
        width: 20px;
        height: 20px;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        background: #002f9918;
        margin-top: -10px;
    }

    .index_radio label:after {
        background: #002f99;
        left: 0;
        top: 50%;
        opacity: 0;
        margin-top: -7px;
        width: 14px;
        height: 14px;
        content: "";
        position: absolute;
        left: 3px;
    }

.k-tilelayout.telerik-blazor.animate__animated {
    padding: 0 !important;
}

.font-change {
    font-family: monospace;
}

.index_radio2 label:before {
    background: #270e0e214;
}

.index_radio2 label:after {
    background: #270e0e;
}

/*
login temp css prop*/
/*.account {
    position: absolute;
    top: -7px;
    right: 290px;
    margin-right: -40px;
    margin-top: 18px;
}*/
.account {
    position: absolute;
    bottom: 19px;
    margin: 0 auto;
    width: 92%;
}
.accountName {
    background-color: transparent;
    border: none;
    color: white;
    padding: 0px 15px 0px 0px;
    font-size: 14px;
    cursor: pointer;
    color: black;
    font-family: system-ui;
}

    .accountName .fa-solid.fa-circle-user {
        font-size: 25px;
        vertical-align: middle;
    }



/*login valuation table css property*/
.valuationSearch {
    margin-left: 96%;
    padding-top: 30px;
    padding-bottom: 20px;
}


.valuationButton button[type="submit"] {
    background-color: transparent !important;
    color: #000 !important;
    background: transparent !important;
    border: 0;
}

    .valuationButton button[type="submit"] .k-icon {
        color: #000 !important;
    }

.search-table {
    height: 77%;
}

    .search-table .rowItem {
        height: 4rem;
    }

        .search-table .rowItem td {
            vertical-align: middle;
        }


g.highcharts-xaxis-labels text {
    font-size: 13px;
}


.table {
    display: table;
    border-collapse: collapse;
}

    .table .tr {
        display: table-row;
        border-bottom: 1px solid #ddd;
    }

        .table .tr:first-child {
            /* border-bottom: 2px solid #ddd; */
        }

        .table .tr:nth-child(even) {
            /* background-color: #f9f9f9; */
        }

        .table .tr .td {
            display: table-cell;
            padding: 8px 0px 8px 15px;
            /* border-bottom: 1px solid #ddd; */
        }


            .table .tr .td:first-child {
                border-left: 0;
            }

/* Not necessary for table styling */
.div-table,
.table-tag {
    float: left;
    margin: 2em;
}

    .div-table .title,
    .table-tag .title {
        text-align: left;
        padding: 0.5rem;
        background-color: #8a1538 !important;
        color: #fff !important;
        font-weight: bold;
    }

.bold {
    font-weight: bold;
}

.bg-tr {
    background: #eee;
}

.padd-8 {
    padding: 8px !important;
}

.col-wide {
    width: 37%;
}


.flex-container-tilt {
    display: flex;
    align-items: stretch;
}

    .flex-container-tilt > div {
        margin: 15px 10px 15px 10px;
        text-align: center;
        line-height: 20px;
    }

        .flex-container-tilt > div > label {
            margin-top: 0.5rem;
        }

.tilt-text {
    padding-top: 0px;
}

    .tilt-text .k-input-inner {
        text-align: center;
    }

.dialog-btn {
    width: 100px;
    flex: inherit;
    margin-left: 10px;
}

.portfolio-management-grid {
    max-height: 500px;
}

    .portfolio-management-grid tr td:first-child {
        font-size: 16px;
    }

    .portfolio-management-grid .k-grid-content {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .portfolio-management-grid .pencil-btn {
        margin-right: 5px
    }

li.k-list-item.telerik-blazor {
    word-break: break-all;
}



.portfolio-upload-btn {
    padding-left: 10px;
}

/*li#tree-item-1 span.k-panelbar-toggle.k-icon.k-panelbar-expand.k-i-chevron-down {
    display: none;
}*/

.tilt-upload {
    right: 20px;
    position: absolute;
    top: 8px;
    cursor: pointer;
}

.upload-tilt-icon {
    font-size: 25px;
    bottom: 5px;
    left: 10px;
}

.preview-grid {
    max-height: 500px;
    min-width: 0px;
}

.portfolio-upload-strip {
    position: relative;
    display: block;
    border: 1px solid #eee;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 10px 0px;
    background: #e9e5e5;
}

    .portfolio-upload-strip .portfolio-upload {
        cursor: pointer;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

.port-upload-sec {
    padding: 0;
    display: inline-block;
}

    .port-upload-sec label {
        margin: 0px;
        height: 0;
        visibility: hidden;
        display: block;
    }

.navitem {
    display: inline-block;
    margin-right: 36px;
}

.k-grid-aria-root .k-grid-header .k-grid-header {
    border-color: #dee2e6;
    color: #212529;
    background-color: #f8f9fa;
    border-bottom: 0px solid;
}

.k-window-content .k-pane {
    padding-top: 0px;
}

.k-window-content .k-splitter-flex .k-pane-static {
    flex-grow: 0;
    flex-shrink: 0;
    background-color: rgb(255 255 255) !important;
}

.k-window-content .k-splitter-flex .k-splitbar {
    position: static;
    flex: 0 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

#wtool.k-tooltip {
    background-color: #fffef0;
    border: 1px solid black;
    opacity: .9;
}

#wtool a {
    cursor: pointer;
    color: blue;
    text-decoration: none;
    border-bottom: #EA215A 0.125em solid;
}

.portfolio-management table th {
    background: #8a1538 !important;
    font-size: 18px;
    padding: 10px 10px !important;
    color: #fff;
}

.portfolio-management table td {
    padding: 0px 10px !important;
}

.portfolio-management-preview table td {
    padding: 10px 10px !important;
}

.portfolio-management-preview table th {
    background: #8a1538 !important;
    font-size: 18px;
    padding: 10px 10px !important;
    color: #fff;
}

.responsive-table {
    height: 101vh;
    overflow-y: auto;
}

.portfolio-name-in-grid {
    margin-right: 0px;
    width: 71%;
    display: inline-block;
    float: left;
}

.k-window-content table tr th .k-column-title {
    font-size: 18px;
    padding: 5px;
}

.k-window-content table tr td {
    padding: 10px;
    font-size: 16px;
}

.k-window-content .k-grid th {
    border-width: 0 0 0px 1px;
    white-space: nowrap;
}

.v-btn {
    background: #fff !important;
    color: #000 !important;
    border: 0 !important;
    padding: 5px !important;
}

button-md.v-btn, button.v-btn {
    background-color: transparent !important;
    color: #5e5e5e !important;
}

    button-md.v-btn:hover, button.v-btn:hover {
        background-color: #eee !important;
        color: blue !important;
    }

    button.v-btn .k-icon {
        color: #000 !important;
        font-size: 18px !important;
    }

span.k-icon.k-i-info-circle {
    font-size: 20px;
}


.bold {
    font-weight: bold;
}

.d-inline {
    display: inline-block;
    font-weight: bold;
}

.portfolio-upload-strip input {
    margin-top: 0rem;
    vertical-align: middle;
}

input::file-selector-button {
    font-weight: normal;
    color: #0047ba;
    padding: 5px 10px;
    border: thin solid grey;
    border-radius: 3px;
    margin-top: 1px;
    line-height: 1.4;
}

.portfolio-upload-strip input[type=file]::file-selector-button:hover {
    opacity: 0.8;
}

.factsheet tr th {
    font-size: 1.2rem !important;
}

.factsheet tr td ul {
    margin: 0;
    padding: 0;
}

    .factsheet tr td ul li {
        list-style: none;
    }

.factsheet tr td {
    padding: 15px 15px !important;
}

    .factsheet tr td:last-child {
        max-width: 500px;
    }

    .factsheet tr td, .factsheet tr td ul li {
        font-size: 1rem !important;
    }

img.edit-custom-icon {
    max-width: 30px;
    padding: 0 3px;
}

.port-table table tr td:nth-child(2) {
    border: 0;
    border-color: none;
    border-width: 0 0 0px 0px;
}

.port-table th {
    border: 0;
    border-color: none;
    border-width: 0 0 0px 0px !important;
}

.attribution-overview li.k-tabstrip-item.k-item.k-active.k-tab-on-top {
    border: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    /* border-width: 0; */
    box-shadow: none !important;
}

.attribution-overview .k-tabstrip-item .k-link {
    width: 169px;
    font-weight: 400;
    font-size: 15px;
    border-width: 0 0 0;
    border-style: solid;
    padding: 7px 16px !important;
}

.attribution-overview table thead th {
    border-bottom: 2px solid #000;
}

.attribution-overview table thead th:nth-child(2) {
    border-bottom: 2px solid #000;
    text-align:right;
}


.attribution-overview li.k-tabstrip-item.k-item.k-active.k-tab-on-top span.k-link {
    border: solid;
    border-width: 0px;
    font-size: 15px;
    font-weight: bold;
}
.attribution-overview table.table tbody tr td{
    font-size:0.9rem;
}
.attribution-overview table.table tbody tr td:nth-child(2), .attribution-overview table.table tbody tr td:nth-child(4) {
    text-align: right;
    padding-right: 15px;
}
.footenote-att{
    font-size: 0.75rem;
}

.highcharts-background {
    cursor: pointer;
}

.screener-choose {
    padding-top: 14px;
}

    .screener-choose input {
        cursor: pointer;
    }

.upload-btn-screen {
    padding-top: 14px;
}

.textarea-upload {
    padding: 11px 0;
}

    .textarea-upload textarea.k-input-inner {
        width: 400px;
        height: 40px;
        font-size: 12px;
    }

.selection-switch .k-switch-md {
    left: 16%;
    width: 80px;
    height: 18px;
}

.selection-switch .k-switch-label-on {
    left: 65px;
}

.selection-switch .k-switch-label-off {
    right: 65px;
    height: 15px;
}

.selection-switch .k-switch-md.k-switch-off .k-switch-thumb-wrap {
    left: 21px;
}

.selection-switch .k-switch-md.k-switch-on .k-switch-thumb-wrap {
    left: calc(100% - 21px);
}

.universe-alternative .k-picker-sm {
    max-width: 100%;
}

.universe-alternative .portfolio-upload {
    padding-top: 3px;
}

button.telerik-blazor.k-button.dialog-btn.k-button-solid.k-rounded-md.k-button-rectangle.k-button-md.k-button-solid-base {
    max-width: 90px;
}

.pure {
    stroke-dasharray: 12;
    stroke-dashoffset: 100;
    animation: dash 8s linear infinite;
}

@keyframes dash {
    from {
        stroke-dashoffset: 100;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.button-gap button {
    margin-left: 15px;
}

.button-gap .k-button-solid-secondary {
    border-color: #6c757d;
    color: white;
    background-color: #6c757d !important;
}

.sector-profile .highcharts-background {
    cursor: pointer;
    y:-100 !important;

  
}

.avg-exposure .highcharts-background {
    cursor: pointer;
  
}
.upload-validation-message {
    color: #EE2737;
    font-size: 15px;
    padding: 2px 0;
}

    .upload-validation-message p.processing-msg {
        color: #212529;
    }

.dropdownbutton.positionTop {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.dropdownbutton {
    padding-right: 10px;
    display: inline-block;
}

    .dropdownbutton .k-animation-container {
        width: 200px;
    }

    .dropdownbutton .search-item:focus {
        outline: 3px solid #ddd;
    }

    .dropdownbutton span.k-i-search,
    .dropdownbutton span.k-i-x {
        top: 0;
        right: 0;
        padding: 16px 12px;
        cursor: pointer;
    }

.bottom-row[b-zwewgiqxro] {
    position: absolute;
    bottom: 45px;
    left: 13px;
}

    .bottom-row[b-zwewgiqxro] img {
        height: 240px;
        max-height: 100%;
    }

.allign-horizontal {
    display: flex;
}

.valuation-expand-button span {
    color: black;
    align-self: center;
    position: relative;
}

.valuation-sub-item {
    padding-left: 25px;
    margin-bottom: 13px;
    background: #f2f2f2;
    padding-top: 5px;
}

.mt-sm.allign-horizontal {
    padding: 15px 0 0px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.pure-clear-icon {
    font-size: 1.5rem;
    right: 8px;
    cursor: pointer;
}

.tooltip-validation-message span {
    color: #5e5e5e;
}

div[id*="_wtooltip"] {
    background-color: #fffef0;
    border: 1px solid black;
    opacity: .9;
}

.factsheet-child-table .mt-sm.allign-horizontal {
    padding: 0px 0 0px 0px;
    border-bottom: 0px solid #e5e5e5;
}

.factsheet-child-table tr:nth-of-type(odd) > * {
    color: var(--bs-table-striped-color);
    background-color: var(--bs-table-bg);
}

.factsheet-child-table tr:nth-child(odd) {
    background-color: var(--bs-table-bg);
    background: rgba(0,0,0,.05);
}

.factsheet-child-table tr td {
    padding: 10px 0 10px 0px !important;
}

    .factsheet-child-table tr td div {
        padding: 0px;
    }

.factsheet-child-table > :not(:first-child) {
    border-top: 0px solid currentColor !important;
}

table.table.table-striped.factsheet-child-table {
    margin: 15px 0 0 0 !important;
}

.factsheet-child-table tr td:first-child {
    vertical-align: top;
    padding-left: 10px !important;
    width: 54.7% !important;
}

.logo-theme2 img {
    height: 250px !important;
    max-height: 100%;
    margin-left: -6px;
}

.h_plus .logo {
    width: 260px !important;
    height: auto;
    max-width: 101%;
    margin-left: 3px;
}

.attribution-overview {
    padding-bottom: 150px;
}

.capping-percentage-icon {
    font-size: 1rem;
    right: 15px;
}
/*
.upload-icon {
    top: 0.22rem;
    left: 0.45rem;
    padding: 6px !important;
}*/

.switch-chart {
    min-width: 105px;
}

.dialog-content {
    margin-bottom: 30px;
}

.confirmation-popup .contentWrapper {
    width: 400px;
}

.confirmation-popup .k-window-titlebar {
    border-color: #030712;
    background: #030712;
    text-align: center;
}

.confirmation-popup {
    border-color: #dee2e6;
    color: #fff;
    background-color: #ffffff;
    border: 0;
    text-align: center;
}

    .confirmation-popup .k-window-content {
        padding: 0;
    }

    .confirmation-popup .dialog-content {
        margin-bottom: 30px;
        color: #000;
        font-size: 20px;
        padding: 20px 30px;
    }
    .confirmation-popup .dialog-footer.k-dialog-buttongroup.k-justify-content-end {
        margin-bottom: 30px;
    }

    .confirmation-popup button[type="submit"].ok-button {
        background-color: #0047BA !important;
        background: #0047BA !important;
        color: #fff !important;
        border-radius: 0;
        height: 32px;
        outline: 0;
    }

    .confirmation-popup button[type="submit"].cancel-button {
        background-color: #e7e7e7 !important;
        color: #000 !important;
        height: 32px;
        outline: 0;
        border: 1px solid #e7e7e7;
        border-radius: 0;
    }

.logout {
    background-color: transparent;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    color: black;
    font-family: system-ui;
}

.signout {
    background-color: transparent;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    color: black;
    font-family: system-ui;
}

.disabled-panelbar-item,
.disabled-panelbar-item.k-item.k-link.k-selected,
.disabled-panelbar-item.k-link.k-selected:hover {
    opacity: 0.5;
}

.model-popup {
    border-color: #070e25;
}

    .model-popup .k-window-titlebar {
        border-color: #070e25;
        background-color: #070e25;
    }

    .model-popup .k-window-title {
        color: #fff;
        text-align: center;
        display: block;
    }

    .model-popup .k-window-content {
        width: 400px;
        padding: 15px 70px !important;
    }

button[type="submit"].start-btn {
    background-color: #0047BA !important;
    color: #fff !important;
    margin-right: 15px;
    border-radius: 0;
    height: 32px;
    outline: 0;
}

button[type="submit"].dismiss-btn {
    background-color: #fff !important;
    color: #000 !important;
    border: 0;
    height: 32px;
    outline: 0;
    display: none;
}

.do-not-show {
    font-size: 10px;
    margin: 30px 0 0 0;
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}



    .do-not-show input[type="checkbox"] {
        width: 13px;
        height: 13px;
        padding: 0;
        margin: 0;
        vertical-align: bottom;
        position: relative;
        top: -1px;
        overflow: hidden;
    }

.upload-icon-home {
    font-size: 14px;
    cursor: pointer;
    /*   padding: 3px 8px !important;*/
}

.donwload-icon-home {
    font-size: 14px;
    cursor: pointer;
    /* padding: 3px 3px !important;*/
}

label.upload-icon.upload-unique {
    margin-bottom: 0;
    font-size: 14px;
    cursor: pointer;
    color: #717171;
    font-weight:500;
   
}

.country-flag {
    border-radius: 0 !important;
}
/*.download-pad {
    padding:7px !important;
}*/
/*.upload-icon {
    top: 0;
    left: 0;
    padding: 5px !important;
    height: 29px;
    width: 35px;
    border-radius: 0;
}*/
/*.upload-unique {
    height: 29px;
    width: 35px;
    margin:0;
    left:4px;
}*/
.need_to_replace button {
    border-radius: 0 !important;
    height: 29px;
    width: 35px;
}

.right-side_dashboard-old {
    position: relative;
    float: right;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.right-side_dashboard {
  /*  position: static;
    float: right;
    top: 0px;
    right: 0px;*/
    z-index: 0;
    width: 100%;
}

.nav-right {
    width: 100%;
    background-color: #fff;
}

 /*   .nav-right .navbar-text {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        color: #171717;
        padding-right: 16px;
    }

.nav-link {
    min-height: 20px;
    color: #404040;
    text-align: center;
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px 0px !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
        cursor: pointer;
    }
}
*/
.need_to_replace {
    float: right;
    margin: 5px 10px 0 0;
}
/*
.nav-right .d-flex {
    border-left: 1px solid #eee;
    padding-left: 10px;
}*/

.logout-btn {
    background-color: #070e25;
    color: #fff !important;
    min-height: 30px;
    color: #fff;
    background-color: #070e25;
    border-radius: 0.25rem;
    padding: 11px 16px;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
    margin: 15px 0;
    border-width: 1px;
    border-style: solid;
    border-color: #e4e7eb;
}

.nav-item .k-button-solid-base {
    background-color: transparent;
}

    .nav-item .k-button-solid-base.k-selected {
        border-color: transparent !important;
        color: #0a58ca !important;
        background-color: transparent !important;
    }

.nav-item .k-icon {
    font-size: 15px !important;
    top: -2px;
}

.nav-right .k-button-solid-base:focus, .nav-item .k-button-solid-base.k-focus {
    box-shadow: none !important;
}
a.active.nav-link.upload-icon {
    color: #0a58ca !important;
}
.k-notification-group {
    z-index: 999 !important;
}
.rel-switch-main {
    height: 100%;
    width: 100%;
    margin-top: 10px;
    position: absolute;
    top: 30px;
}
@media (max-width: 1560px) {
    .rel-switch-main {
        height: 100%;
        width: 100%;
        margin-top: 10px;
        position: relative !important;
        top: auto !important;
    }
}

/*@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
    display: block !important;
}*/
/*.collapse:not(.show) {
    display: block;
}*/




/* content */
.nav-right .content {
    width: 100%;
    height: 100vh;
    background: url(https://images.unsplash.com/photo-1551334787-21e6bd3ab135?ixlib=rb-1.2.1&auto=format&fit=crop&w=1502&q=80);
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
    position: relative;
}

.nav-right .sec2 {
    background: url(https://images.unsplash.com/photo-1551309292-e185c0b6e22a?ixlib=rb-1.2.1&auto=format&fit=crop&w=1500&q=80);
    background-position: center;
    background-size: cover;
}

.nav-right  h1 {
    font-size: 50px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.width-summary {
    width: 218px;
}


.nav-right .menu {
    text-align: right;
    position: fixed;
    width: 350px;
    z-index: 200;
    right:0;
}
/* I hide the checkbox because I only need the label */
.nav-right  #check {
    display: none;
}

.nav-right .button {
    width: 42px;
    height: 42px;
    border: 0px solid #e6e6e6;
    border-radius: 4px;
    background: transparent;
    padding: 5px 5px 5px 5px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease-in;
    line-height: 0.33em;
    text-align: left;
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 201;
}

    .nav-right .button:hover {
      /*  background: #fff;*/
    }

    .nav-right .button span {
        width: 100%;
        display: block;
        font-size: 30px;
        text-align: center;

    }
     .nav-right .button span.show-xmark{
            display:none;
        }
    .nav-right #check:checked ~ .button span.show-bar {
                width: 100%;
                display: none;
            }
        /* toggle icon animation */
    .nav-right #check:checked ~ .button span.show-xmark {
            width: 100%;
            display: block;
        }


/*.nav-right #check:checked ~ .button span:nth-child(1) {
    width: 100%;
    transform: rotate(45deg) translateY(0.4em) translateX(0.35em);
}

.nav-right  #check:checked ~ .button span:nth-child(2) {
    width: 0;
}*/
/*.nav-right #check:checked ~ .button span:nth-child(3) {
    width: 100%;
    transform: rotate(-45deg) translateY(-6px) translateX(5px);
}
*/
.nav-right #check:checked ~ .button span:nth-child(4) {
    width: 100%;
    transform: rotate(-45deg) translateY(-7px) translateX(7px);
}
.nav-right #check:checked ~ .button span:nth-child(5) {
    width: 100%;
    transform: rotate(-45deg) translateY(-7px) translateX(7px);
}
.nav-right #check:checked ~ .button span:nth-child(6) {
    width: 100%;
    transform: rotate(-45deg) translateY(-7px) translateX(7px);
}


/* the nav height is set to 0 when the navbar is closed */

.nav-right nav {
    text-align: left;
    overflow: hidden;
    transition: all 0.4s ease;
    position: absolute;
    top: 5px;
    left: auto;
    right:auto;
    width: 100%;
    background: #ffffff;
    height: 0;

    padding:0 15px;
}

    .nav-right nav a {
        text-decoration: none;
        display: block;
        transition: all 0.4s cubic-bezier(.22,.43,.35,1.5);
        opacity: 0;
        transform: scale(0);
        transform-origin: top;
        text-align: left;
        border-bottom: 0px solid #b4ac97;
        margin-bottom: 0;
        font-size: 14px;
        cursor: pointer;
        color: #717171;
        font-weight: 500;
        padding: 10px;
      
    }

        .nav-right nav a:hover, .nav-right nav a:hover label, .nav-right nav a:hover .nav-link {
            border: 1px none var(--1f6fff);
            color: rgba(2, 0, 124, .99);
            background-color: #fafafa;
            border-radius: 6px;
        }
        .nav-right nav a.nohover:hover {
            background-color: transparent !important;
        }
            .nav-right nav a:hover label {
                border: 1px none var(--1f6fff);
                color: rgba(2, 0, 124, .99);
                background-color: #fafafa;
                border-radius: 6px;
            }
.nav-right button.accountName {
    border: 0px solid #d4d4d4;
    min-height: 30px;
    border-radius: 6px;
    padding: 10px 16px 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    width:100%;
}

.nav-right #check:checked ~ nav {
    height: 350px;
    padding: 10px 15px;
    border:1px solid #eee;
}

    .nav-right #check:checked ~ nav a {
      
        opacity: 1;
        transform: scale(1);
      
    }

.nav-right .nav-link {
    background: none !important;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    color: #717171;
    font-weight: 500;
    border:0;
}

.all-tabs{
    margin-right: 30px;
}
    .all-tabs:hover, .all-tils:hover {
        background: #eee !important;
        font-weight: 600 !important;
    }

a.active.navlist {
    color: #0a58ca !important;
}

.lag-selection {
    position: absolute;
    top: 12px;
    right: 146px;
    width: 90px;
    display: flex;
}
    .lag-selection a:nth-child(2){
        order:1;
    }
    .lag-selection a {
        padding: 5px;
        text-align: right;
        display: inline-block;
        color: #888;
        cursor: pointer;
        text-decoration: none;
    }
    .lag-selection a.active.navlist {
        color: #070e25 !important;
        font-weight: bold;
    }

.avg-exposure {
    height: 100vh;
    width: 100%;
}

.avg-exposure .chart1{
    height: 60vh;
}


.avg-exposure .chart2 {
        height: 27vh;
        padding:0 0 50px 0;
    }

.tilt-label {
    margin: 15px 0 0 0;
    font-size:0.8rem;
    text-align:center;
    display: block;
}
.upload-sedol-file-name {
    margin-top: -8px;
    margin-left: 8px;
    font-weight: 900;
}

.upload-cancel {
    margin-left: 5px;
    cursor: pointer;
    font-size: 22px !important;
    vertical-align: middle;
    font-weight: bold;
}

.stock-connect .k-picker-sm {
    height: 40px !important;

}
.list-as-at {
    margin: 6px 5px 0 5px;
    font-size: 18px;
}
div#snap-date strong {
    padding: 8px 4px 0px 0px;
}

    div#snap-date strong.list-as-at {
        padding: 6px 10px 0px 0px;
        margin: 0;
    }
.selected-dropdown {
    margin-left: 7px;
}
#snap-date .k-picker-sm {
    font-size: 16px !important;
    line-height: 2 !important;
    height: 36px !important;
    max-width: 256px;
    margin-top: 2px;
}
.table-data {
    margin-bottom: 30px;
    overflow: auto;
}

.edit-mode {
    width: 75%;
}

    .edit-mode input {
        height: 26px !important;
        width: 100%;
    }

#summarylegend .update i {
    font-size: 20px;
    margin: 2px 5px;
}

#summarylegend .cancel i {
    font-size: 20px;
    margin: 2px 5px;
}

.edit-text-screen {
    border-color: #ced4da;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    padding: 0 4px !important;
}

.info-icon-tilt{
    cursor: pointer;
}
.info-display-tilt {
    color: #000;

}
.width-200{
    width: 200px;
}

/*.capping-slider .k-slider .k-slider-track-wrap .k-tick {
    flex: 0 0 1px;
    color: red;
    display: none;
}*/

.date-loader {
    top: 50px;
    left: 150px;
    position: relative;
    z-index: 1;
}

.date-disabled {
    opacity: 0.5;
}
.highcharts-contextmenu {
    position: absolute !important;
    right: 10px !important;
    top: 17px !important;
}
.factsheet-pdfviewer {
    width:100%;
    height:100%;
}

.logo-theme2_mobile{
    display:none;
}
.edit-mode {
    width: 100%;
    display: flex;
}
.factsheet-radio .k-radio:checked, .k-radio.k-checked {
    border-color: #001eff;
    color: #fff;
    background-color: #001eff;
}

.factsheet .factsheet-edit-icon {
    background-color: rgb(242 242 242) !important;
}

    .factsheet .factsheet-edit-icon .k-icon {
        color: rgb(33 37 41) !important;
    }

.selected-dropdown .k-input-inner {
    
    padding-right: 104px;
}
.selected-dropdown .k-picker {
    font-size: 14px !important;
    line-height: 2 !important;
    /* height: 36px !important; */
    max-width: 159px;
    /* margin-top: 0px; */
    margin-left: 2px;
    border-color: #e4e7eb;
    color: #212529;
    background-color: #e4e7eb;
}



.right-landing {
    float: right;
}

.faq-button {
    position: absolute;
    right: 60px;
    top: 12px;
    padding: 5px;
    text-align: right;
    display: inline-block;
    color: #888;
    cursor: pointer;
    text-decoration: none;
}
