﻿/*===================================Radio_Batton===================================================*/
.LargestCompanies_Radio_But_List {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    scrollbar-width: thin;
}

    .LargestCompanies_Radio_But_List tbody {
        display: flex;
        padding-bottom: 5px;
    }


.Equity  a{
    color: var(--bs-body-color);
}

.Equity a:hover {
    color: var(--bs-link-hover-color);
}


.PriceChart_radiobutton .radiobutton {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.06);
    padding: 0;
    border-radius: 0;
    border: none;
    display: inline-flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: transform 0.15s ease-out,box-shadow 0.15s ease-out;
    border: 1px solid #bdc3cb;
}

    .PriceChart_radiobutton .radiobutton input[type="radio"]:checked + td {
        color: #485fe4;
        background-color: #f0f1ff;
    }

@media only screen and (max-width: 1570px) {
    .LargestCompanies_Radio_But_List {
        overflow-x: scroll
    }

        .LargestCompanies_Radio_But_List tbody {
            padding-bottom: 10px;
        }
}

/*===================================Radio_Batton===================================================*/
.Largest_Companies_DropDown .Largest_Companies_DropDownList {
    width: 100%;
    padding: 5px;
    background-color: #f7f8fc;
    color: #66758a;
    transition: all .4s;
    border: 1px solid #8191a747;
    font-size: 14px;
    scrollbar-width: thin;
}


.Price_high_low_returns .Price {
    width: 100px;
}
/*===================================View Page===================================================*/

.hed_liveRealtime {
    font-weight: 400;
}

.Performance_deta .Performance {
    min-width: 90px;
}

    .Performance_deta .Performance .Performance_lable {
        padding: 6px 0 0;
        font-weight: 400;
        border: none;
        color: hsl(207,12%,43%);
        font-size: 14px;
        line-height: 1.25rem;
    }

    .Performance_deta .Performance .Performance_Price {
        padding: 10px 0;
        font-weight: 500;
        border: none;
        min-height: 45px;
        font-size: 16px;
        line-height: 1.375rem;
    }

.Performance_deta .Ranges_lider {
    margin: 0 8px;
}

    .Performance_deta .Ranges_lider .Ranges_Horizontal {
        height: .29em;
        margin: 20px 0;
        position: relative;
        touch-action: none;
        border-radius: .6em;
    }

        .Performance_deta .Ranges_lider .Ranges_Horizontal .backgroundAccent {
            height: 100%;
            border-radius: 10px;
            top: 0;
            background-color: #00b386;
            display: block;
        }

        .Performance_deta .Ranges_lider .Ranges_Horizontal .Ranges_lider_Handle {
            width: 0;
            height: 0;
            border-left: .3em solid transparent;
            border-right: .3em solid transparent;
            border-bottom: .6em solid #44475b;
            border-radius: 0;
            outline: none;
            top: .6em;
            transform: translate3d(-50%,-50%,0);
            animation: blinkingDot 2s linear infinite;
            display: inline-block;
            position: absolute;
            transition: .5s ease-in-out;
        }



.Trading_Information .top-title {
    border-bottom: 1px solid #e0e4e9;
}

.Trading_Information table tbody tr td {
    line-height: 30px;
    font-size: 14px;
}

    .Trading_Information table tbody tr td:first-child {
        width: 75%;
        color: hsl(207,12%,43%);
    }

    .Trading_Information table tbody tr td:last-child {
        text-align: end;
        border-bottom: 1px solid #e0e4e9;
        font-weight: 500;
    }

.info-box {
    float: left;
    text-align: left;
}

.Price_Chart_hed {
    align-items: flex-end;
}

.High_low_return .statbox {
    display: flex;
    text-align: left;
}

    .High_low_return .statbox > div {
        width: 96px;
    }

    .High_low_return .statbox .Price_HLR {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        color: #535B62;
    }

    .High_low_return .statbox .Price_value {
        margin-top: 8px;
        white-space: nowrap;
        font-size: 15px;
        font-weight: 500;
        line-height: 21px;
        color: #2f363f;
    }

@media (min-width: 400px) and (max-width: 768px) {
    .High_low_return .statbox > div {
        width: 70px;
    }

    .PriceChart_radiobutton table td label {
        padding: 2px 5px;
    }

    .Price_Chart_hed {
        display: flex;
    }

    .High_low_return .statbox .Price_value {
        margin-top: 8px;
        white-space: nowrap;
        font-size: 15px;
        font-weight: 500;
        line-height: 21px;
        color: #2f363f;
    }
}

.sensex_ratios {
    border: 1px solid hsl(216, 41%, 87%, 0.8);
    border-radius: 8px;
    padding: 10px;
    letter-spacing: 0.009em;
}

.Trading_Information.Price_History, .Trading_Information.Price_Average, .Trading_Information.Statistics_Average {
    border: 1px solid hsl(216, 41%, 87%, 0.8);
    border-radius: 8px;
    letter-spacing: 0.009em;
    padding: 10px 20px 20px;
    height: 100%;
}

.info-box .line1 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #22222f;
}

.info-box .line2 {
    font-size: 14px;
    color: #8f8f8f;
}

@media (min-width: 769px) and (max-width: 1024px) {

    .info-box .line1 {
        font-size: 16px;
        line-height: 20px;
    }

    .info-box .line2 {
        font-size: 14px;
    }
}

@media (min-width: 10px) and (max-width: 768px) {
    .info-box .line1 {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .info-box .line2 {
        font-size: 12px;
    }

    .High_low_return .statbox .Price_HLR {
        font-size: 12px;
        line-height: 18px;
    }

    .High_low_return .statbox .Price_value {
        margin-top: 2px;
        font-size: 12px;
        line-height: 18px;
    }
}

.AnnualHistorical tbody td span:nth-child(2) {
    font-size: 12px !important;
}
/*===================================View Page===================================================*/

.hed_livecurprice {
    color: #212529
}


/*================================Equity=====================================*/
.HistoricalEquity tr th {
    top: 0px;
    font-size: 14px;
    background: #fff;
    /*color: hsl(207, 12%, 43%);*/
    color: hsl(0, 0%, 45%);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    font-weight: 500;
    white-space: nowrap;
}

.Equity .company-name {
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

.Equity .company-code {
    font-size: 12px;
    color: #909090;
    font-weight: 400;
}

.viewpage .company-name {
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

.viewpage .company-logo {
    margin-right: 10px;
    height: 37px;
    width: 37px;
    border: 5px solid #363f54;
    background-color: #363f54;
}
/*.Equity .company-logo {
    margin-right: 10px;
    height: 37px;
    width: 37px;
    border: 5px solid #363f54;
    background-color: #363f54;
}*/

.viewpage .HistoricalIndices tbody tr:nth-child(2n) {
    /*background-color: hsl(245, 40%, 98%);*/
}

.viewpage .company-code {
    font-size: 12px;
    color: #909090;
}

.HistoricalEquity td {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
}

.Largest_Companies_DropDown {
    width: 175px;
}

.country-logo {
    margin-right: 8px;
    height: 24px;
    width: 24px;
}

.country-name {
    align-items: center;
    display: flex;
}

.HistoricalEquity > tbody > tr > td {
    vertical-align: middle;
}

.HistoricalEquity tbody tr:nth-child(2n) {
    background-color: hsl(245, 40%, 98%);
}

@media only screen and (min-width: 1560px) {
    .HistoricalEquity > tbody > tr > td {
        font-size: 14px;
    }
}



@media (min-width: 769px) and (max-width: 1024px) {
    .Equity .company-name {
        font-size: 16px;
        line-height: 17px;
    }

    .viewpage .company-name {
        font-size: 16px;
        line-height: 17px;
    }

    .HistoricalEquity td, .LargestCompanies_Radio_But_List label, .HistoricalEquity tr th {
        font-size: 14px;
    }

    .country-name {
        white-space: nowrap;
    }
}

@media (min-width: 300px) and (max-width: 768px) {
    .Equity .company-code {
        font-size: 10px;
    }
   
    .HistoricalEquity td, .LargestCompanies_Radio_But_List label, .HistoricalEquity tr th {
        font-size: 12px;
    }

    .country-name, .company-name {
        white-space: nowrap;
    }

    .GvCompaniestable {
        overflow: auto !important;
        max-height: 503px !important;
        width: auto;
    }

    .Equitypage tr th {
        background-color: #fff;
        position: sticky;
        left: 0;
        top: 0;
    }

    .Equitypage tr td:nth-child(2) {
        box-shadow: -16px 0px 10px -21px rgba(0,0,0,0.45) inset;
        background-color: #fff;
        position: sticky;
        left: 0;
        top: 0;
    }

    .Equitypage tr:nth-child(2n) td:nth-child(2) {
        background-color: hsl(245, 40%, 98%);
    }

    .Equitypage tr th:nth-child(2) {
        background-color: #fff;
        position: sticky;
        left: 0;
        top: 0;
        z-index: 99;
    }
}

@media (min-width: 768px) {
    .HistoricalEquity > tbody > tr > th:nth-child(2), .HistoricalEquity > tbody > tr > td:nth-child(2), .mobileview_Symbolshow {
        display: none !important;
    }
}

/*==================================Historical Data=========================================*/

.Historical_Data tbody td {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
}

.Historical_Data tbody tr td:nth-child(1) {
    position: sticky;
    left: 0;
}

.Historical_Data tbody tr th {
    position: sticky;
    top: 0px;
    background: #fff;
    color: hsl(0, 0%, 45%);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    font-weight: 500;
}

.Historical_Data tbody tr:nth-col(2n) td:nth-child(1) {
    background-color: hsl(245, 40%, 98%);
}

.Historical_Data > tbody > tr > th:last-child::after {
    border: 0px solid #aaa;
}

.Historical_Data > tbody > tr > th:first-child, .Indices > tbody > tr > th:first-child {
    position: sticky;
    top: 0px;
    left: 0;
    z-index: 2;
}

.Historical_Data {
    font-size: 14px;
    margin-bottom: 0;
}

@media (min-width: 300px) and (max-width: 1024px) {

    .Historical_Data tbody tr td:nth-child(1) {
        position: sticky;
        min-width: 100px;
        background-color: #fff;
        box-sizing: border-box;
        /*box-shadow: 1px 5px 10px 0px rgba(13,38,76,0.19);*/
        box-shadow: -16px 0px 10px -21px rgba(0,0,0,0.45) inset;
        border-right: 1px solid #dee2e6;
        border-bottom: 0;
    }

    .Historical_Data > tbody > tr > td:first-child:after {
        content: '';
        display: inline-block;
        width: 100%;
        margin: auto;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        transition: all 300ms;
        border: 1px solid #dee2e6;
    }

    .Historical_Data > tbody > tr > td:first-child {
        position: sticky;
        left: -1px;
    }

    .Historical_Data tbody td {
        line-height: 16px;
        font-size: 12px;
        font-weight: 400;
    }

    .Historical_Data tbody tr:nth-child(2n) {
        background-color: hsl(245, 40%, 98%);
    }

    .Performance_deta .Performance .Performance_lable, .Performance_deta .Performance .Performance_Price, .DividendAndSplit .DividendAndSplit_tableFixHead tr td,
    .Trading_Information table tbody tr td {
        font-size: 12px;
    }

    .Trading_Information table tbody tr td {
        line-height: 20px;
    }

    .Performance_deta .Performance .Performance_Price {
        line-height: 0.8rem;
    }

    .Performance_deta {
        margin-bottom: 0;
    }
}

@media (max-width: 767.9px) {
    .Historical_Data, .radiobutton label, .DateRange input {
        font-size: 12px;
    }

    .DividendAndSplit table tr th {
        font-size: 12px;
    }
}

.DividendAndSplit table tr th {
    width: 33.33%;
}

.DividendAndSplit_tableFixHead {
    max-height: 218px;
}
.Financials tr th, .Financials tr td {
    width: 8%
}
.Financials tr th:first-child, .Financials tr td:first-child {   
    font-weight: 600;
    width: 55% !important
}