span.tickercode {
    box-shadow: 0px 0px 4px 0px #00000040;
    font-size: 14px;
    color:#777;
    font-family: 'Roboto';
    font-weight:500;
}  
/* Day Range CSS Starts */
.fundrange {
    max-width: 250px;
    min-width:250px;
}
.fundrange .rangespan {
    font-size: 16px;
}
.rangehighlow {
    height: 1.5px;
    background: #4f4f4f;
    appearance: none;
}
.fundrange .low {
    color: #ff2323;
}
.fundrange .high {
    color: #16b51d;
}
.rangehighlow::-webkit-slider-thumb {
    appearance: none;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #0f7bea;
    cursor: default;
}
.rangehighlow::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: #0d6efd;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #0d6efd;
    cursor: default;
}
/* Day Range CSS Ends */


.tabnavigation{
    position:sticky;
    top:0px;
    z-index: 2;
    background-color: #fff;
}
.floatingbar{
    box-shadow: 0px 0px 30px 5px #89898926;
}
ul.navigationitems {
    position: relative;
    background-color: #fff;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0px;
    -webkit-overflow-scrolling: touch;
}
ul.navigationitems::-webkit-scrollbar {
    display: none;
}
ul.navigationitems {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
ul.navigationitems li {
    float: left;
    width: auto;
    padding-right: 25px;
    white-space: nowrap;
}
.navigationitems li a{
    text-decoration: none;
    font-size: 18px;
    font-family: 'Roboto Flex';
    color:#191919;
}
.navigationitems li a.active{
    position:relative;
}
ul.navigationitems a.active:before {
    content: '';
    background-color: #0354d6;
    height: 2px;
    width: 100%;
    left: 0px;
    position: absolute;
    bottom: -3px;
}
.fundactions button{
    height:35px;
}
/* Fund Stats CSS Starts */
.fundstats{
    box-shadow: 0px 0px 30px 0px #89898926;
}
.fundstats ul {
    border: 1px solid rgb(218, 220, 224);
}
.fundstats ul li {
    border-bottom: 1px solid rgb(218, 220, 224);
    padding: 9px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .7875rem;
    font-family: 'Roboto';
    font-weight: 400;
    color: #191919;
}
.fundstats ul li:last-child{
    border-bottom: 0px;
}
.fundstats ul li span {
    font-weight: bold;
    color: #000;
    font-size: 0.8rem;
}
.notsubscribed .blur-text{
    filter: blur(4px);
}
/* Fund Stats CSS Ends */
/* Risk Ratio CSS Starts */
.risk-card {
    background: #f3f5ff;
    border: 1px solid #bfc7e6;
    height: 100%;
}
.circle {
    border: 2px solid #0d6efd;
    font-size: 18px;
    flex-shrink: 0;
    padding:5px 10px;
}
.risk-card li {
    margin-bottom: 10px;
}
/* Risk Ratio CSS Ends */
/* SIP Calculator Section CSS Starts */
.siptabs .nav-link.active {
    background: #0156B3;
    color: #fff;
    border:1px solid #0156B3;
}
.siptabs .nav-link{
    font-size: 16px;
    font-family: 'Roboto Flex';
    border-radius: 5px;
    border: 1px solid #777777;
    color: #777777;
    padding: 7px 10px;
}
.sipduration .nav-link{
    min-width: 100px;
}
.siptabs .nav-link:hover{
    border: 1px solid #777777;
}
.durationtabs .nav-link{
    font-size: 14px;
}
.value-box {
    width: 120px;
    border:1px solid #333;
    font-size: 14px;
}
.value-box input{
    width:100%;
    border:0px;
}
.value-box input:focus{
    outline:none;
}
.summary-row {
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
}


.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    outline: none;
    background: #dee2e6;
}
.slider::-webkit-slider-runnable-track {
    height: 8px;
    background: transparent;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #f0b03a;
    cursor: pointer;
    margin-top: -6px;
    border: 4px solid white;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.slider::-moz-range-progress {
    background-color: #f0b03a;
}
.slider::-moz-range-track {
    background-color: #dee2e6;
}
/* SIP Calculator Section CSS Ends */

/* Return Chart CSS Starts */
#returnchart .grid line {
    stroke: #eeeeee;
}
#returnchart .grid path {
    stroke-width: 0;
}
#returnchart .bar-orange {
    fill: #f39c12;
}
#returnchart .bar-blue {
    fill: #0d6efd;
}
#returnchart .axis text {
    font-size: 24px;
    fill: #666;
}
#returnchart .axis path,
#returnchart .axis line {
    stroke: #000;
}
svg#returnchart {
    width: 100%;
    height: auto;
}
/* Return Chart CSS ends */

/* Calculator Chart CSS Starts */
#calculatorchart .label-box {
    fill: #fff;
    stroke: #ddd;
    stroke-width: 1;
    rx: 10;
    ry: 10;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1));
}
#calculatorchart .label-text {
    font-size: 11px;
    font-weight: 500;
    fill: #000;
    text-anchor: middle;
}
#calculatorchart .pointer {
    fill: #fff;
    stroke: #ddd;
}
.returnsdonutlabel p{
    position:relative;
}
.returnsdonutlabel p:first-child:after{
    content:'';
    height:6px;
    width:55px;
    background-color: #F0B03A;
    position:absolute;
    bottom:-8px;
    left:0px;
    border-radius: 10px;
}

.returnsdonutlabel .myreturns.positivevalue:after{
    content:'';
    height:6px;
    width:55px;
    background-color: #28a745;
    position:absolute;
    bottom:-8px;
    left:0px;
    border-radius: 10px;
}
.returnsdonutlabel .myreturns.negativevalue:after{
    content:'';
    height:6px;
    width:55px;
    background-color: #dc3545;
    position:absolute;
    bottom:-8px;
    left:0px;
    border-radius: 10px;
}

/* Calculator Chart CSS Ends */
        
@media only screen and (min-width: 1200px){
.calculatorchart{
    margin-left:20px;
}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.navigationitems li a {
    font-size: 16px;
}
ul.navigationitems li {
    padding-right: 15px;
}
.fundactions button img {
    width: 13px;
}
.fundactions button {
    height: 27px;
    width: 26px;
    justify-content: center;
}
}
#compare_fund_id td a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease;
}

#compare_fund_id td a:hover {
    color: #1f6feb;
}
