﻿body {
       background-color: #f1f1f1;
    background-color: hsl(218, 24%, 96%);
    background-image: linear-gradient( 177deg, hsla(218, 36%, 93%, 0.64) 29%, hsla(0, 0%, 100%, 0.64) 150% );
   /* --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(247 250 252/var(--tw-bg-opacity));
    color: rgb(19 27 44/var(--tw-text-opacity));*/
}

* {
    scrollbar-color: #cdcdcd #f0f0f0;
    scrollbar-width: thin;
}

    *::-webkit-scrollbar {
        width: 5px;
    }

    *::-webkit-scrollbar-track {
        background-color: #f0f0f0;
        border-radius: 10px;
    }

    *::-webkit-scrollbar-thumb {
        background: #cdcdcd;
        border-radius: 10px;
    }

.main {
    min-height: calc(100vh - 355px);
    margin-top: 90px;
}

.maincontainer {
    padding: 0px 75px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.card {
    background: white;
    box-shadow: 0 16px 20px -24px hsla(219, 37%, 18%, 0.24);
    margin-bottom: 24px;
    margin-bottom: 32px;
    --card-margin: calc(-1 * var(--container-padding));
    --card-padding: var(--container-padding);
    margin-left: var(--card-margin);
    margin-right: var(--card-margin);
    padding: 20px;
    padding: var(--card-padding);
    border: 0;
}

@media (min-width: 1700px) {
    .pr_4_5 {
        padding-right: 3.5%
    }

    .sensex_ratios.mt-30px {
        margin-top: 30px;
    }
}

@media (min-width: 1400px) {
    .pr_4_5 {
        padding-right: 4%
    }
}

.Weightagechart {
    /*font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;*/
}

    .Weightagechart table > tbody > tr > th {
        /* width: 37.2%;
        background-color: #fff;*/
    }

        .Weightagechart table > tbody > tr > th:last-child {
            /*width: 25%*/
        }

    .Weightagechart table > tbody > tr:nth-child(2n) {
        /*background-color: hsl(245, 40%, 98%);
        line-height: 33px;*/
    }



@media (min-width: 300px) and (max-width: 575px) {
    .Weightagechart {
        /* font-size: 12px;
        line-height: 18px;*/
    }

        .Weightagechart table tr td, .Weightagechart table tr th {
            /*white-space: nowrap;*/
        }

        .Weightagechart table tr td {
            /*padding-top: 4px;
            padding-bottom: 4px;
            padding-right: 4px;
            padding-left: 4px;*/
        }
}

.Weightagechart table > tbody > tr > th {
    /*position: sticky;
    top: -1px;
    z-index: 1;
    border-bottom: 1px solid hsl(215, 42%, 90%);
    font-weight: 500;
    color: #677581;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    white-space: nowrap;*/
}

.Weightagechart table tr td {
    /* padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;*/
}

.Weightagechart .bar-chart.Weightage_val.Weightage_val {
    /*height: 20px;
    position: relative;*/
}

.Weightagechart .bar-chart.Weightage_val .bar.Weightage_val {
    /* height: 100%;
    overflow-x: hidden;
    background: #ced6e3;
    margin-left: 0%;*/
}

.Weightagechart table.svelte-1smti70 .cell.align-left {
    /*text-align: left;*/
}

.Weightagechart .bar-label.invisible.Weightage_val.Weightage_val {
    /*color: red;
    display: inline;
    left: -1000px;
    opacity: 0;
    pointer-events: none;
    position: absolute;*/
}

.Weightagechart .bar-chart.normal.Weightage_val .bar-label.Weightage_val {
    /*box-sizing: border-box;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    top: 0;
    color: #ffffff;
    left: 0%;
    text-align: right;
    padding: 0 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}

.AnnualHistorical > :not(caption) > * > * {
    background-color: #0000000d;
}

.AnnualHistorical tbody td {
    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
}

.AnnualHistorical > tbody {
    vertical-align: middle;
}

.AnnualHistorical tbody tr td:nth-child(1) {
    position: sticky;
    width: 70px;
    text-align: center;
    background-color: #787878;
    font-weight: 500;
    color: #fff;
    border-right: 10px solid #fff;
    border: 0;
}

.AnnualHistorical tbody tr th {
    background-color: #e9eaee;
    color: #6370db;
}

.AnnualHistorical > tbody > tr > td:last-child {
    background-color: #e9eaee;
    color: #61637c;
    font-weight: 600;
}

.AnnualHistorical tbody tr td {
    border: 5px solid #fff;
    padding: 5px 5px;
}

.AnnualHistorical > tbody > tr > td:first-child:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 70%;
    margin: auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    transition: all 300ms;
    border: 1px solid #686868;
}

.AnnualHistorical > tbody > tr > th::after {
    content: '';
    position: absolute;
    width: 0;
    height: 60%;
    bottom: 9px;
    right: 0;
    border: 1px solid #aaa;
}

.AnnualHistorical > tbody > tr > th:last-child::after {
    border: 0px solid #aaa;
}

.AnnualHistorical > tbody > tr > th {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    position: sticky;
    top: -1px;
    z-index: 1;
    font-weight: 500;
}

.overflow-xhidden {
    overflow-x: hidden;
}

.AnnualHistorical > tbody > tr > th:first-child {
    background-color: #e9eaee;
    color: #6370db;
    border-top: 0px solid #ddd;
    position: sticky;
    top: -1px;
    z-index: 2;
}

@media (min-width: 300px) and (max-width: 991px) {
    .Trading_Information.Price_History, .Trading_Information.Price_Average, .Trading_Information.Statistics_Average {
        margin: 0;
    }

    .AnnualHistorical tbody td {
        font-size: 12px;
    }
}

@media (min-width: 300px) and (max-width: 1024px) {
    .AnnualHistorical > tbody > tr > th {
        white-space: nowrap;
    }

    .AnnualHistorical > tbody > tr > td:first-child {
        position: sticky;
        left: -1px;
    }

        .AnnualHistorical > tbody > tr > td:first-child:after {
            content: '';
            width: 40px;
        }

    /* .overflow-x-hidden {
        overflow-x: scroll !important;
    }*/
}

/*.tableFixHead {
    max-height: 705px;
    max-height: 700px;
}

.HistoricaltableFixHead {
    max-height: 632px;
}

.tableFixHead2datatebal {
    max-height: 688px;
    max-height: 698px;
}*/

.AnnualAvgCurrencyflax {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 300px) and (max-width: 575px) {
    .AnnualHistorical > tbody > tr > th {
        font-size: 14px;
    }
}

/*@media (min-width: 300px) and (max-width: 330px) {
    .tableFixHead, .overflowscroll div:nth-child(3) {
        overflow: auto !important;
        max-height: 330px !important;
        width: auto;
    }
}

@media (min-width: 331px) and (max-width: 360px) {
    .tableFixHead, .overflowscroll div:nth-child(3) {
        overflow: auto !important;
        max-height: 390px !important;
        width: auto;
    }
}

@media (min-width: 361px) and (max-width: 380px) {
    .tableFixHead, .overflowscroll div:nth-child(3) {
        overflow: auto !important;
        max-height: 446px !important;
        width: auto;
    }
}

@media (min-width: 381px) and (max-width: 414px) {
    .tableFixHead, .overflowscroll div:nth-child(3) {
        overflow: auto !important;
        max-height: 503px !important;
        width: auto;
    }
}

@media (min-width: 600px) and (max-width:1040px) {
    .tableFixHead, .overflowscroll div:nth-child(3) {
        overflow: auto !important;
        max-height: 520px !important;
        width: auto;
    }
}*/

/*@media (max-width:1174) {
    .overflow-x-hidden {
        overflow-x: scroll;
    }
}

.overflow-x-hidden {
    overflow-x: hidden;
    scrollbar-width: thin;
}
*/
.view_page {
    font-size: 14px;
}

    .view_page tr {
        background-color: #fff;
        line-height: 33px;
    }

    .view_page tbody tr:nth-child(2n) {
        background-color: hsl(245, 40%, 98%);
        line-height: 33px;
    }

    .view_page th {
        border-bottom: 3px solid hsl(215, 42%, 90%);
        font-weight: 500;
        color: #677581;
    }

    .view_page > tbody > tr:first-child {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
        position: sticky;
        top: -1px;
        z-index: 1;
        font-weight: 500;
    }

/*.Similar_Calculator .Similar_Card {
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    height: 108px;
    overflow: hidden;
    border: 0;
}*/


.Similar_Calculator .Similar_Calculator_heading {
    margin: 0;
}

@media (min-width: 10px) and (max-width: 600px) {
    .maincontainer {
        padding: 1px;
        border-radius: 0;
    }

    .card.card-large {
        padding: 10px
    }

    .card {
        margin-bottom: 22px;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .maincontainer {
        padding: 0px 35px;
    }

    .card {
        margin-bottom: 27px;
        padding: 20px;
    }
}


@media (min-width: 768px) {
    html {
        --container-padding: 24px;
    }

    .card.card-medium, .card.card-large {
        box-shadow: 0 20px 20px -24px hsla(219, 37%, 18%, 0.24);
    }
}

@media (min-width: 992px) {
    .card.card-large {
        border-radius: 16px;
        box-shadow: 0 23px 20px -24px hsla(219, 37%, 18%, 0.24);
    }
}

.heading_text h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.225em;
}

.heading_text h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.214em;
    padding-top: 0;
}

.heading_text h3 {
    font-size: 20px;
    font-weight: 500;
}

.heading_text h4 {
    font-size: 18px;
    font-weight: 500;
}

.heading_text h5 {
    font-size: 14px;
    font-weight: 400;
    color: rgb(91 97 110/1);
}

.heading_text h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1rem;
    color: rgb(91 97 110/1);
}

.hed_livecurprice {
    font-size: 25px;
    line-height: 25.02px;
    font-weight: 600;
}

.hed_livechangeper {
    font-size: 18px;
    color: #007c32;
    font-weight: 600;
}

.hed_livechange {
    font-size: 18px;
    color: #007c32;
    font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .heading_text h1 {
        font-size: 24px;
        line-height: 1em;
    }

    .heading_text h2 {
        font-size: 20px;
        line-height: 1em;
    }

    .heading_text h3 {
        font-size: 18px;
        font-weight: 500;
    }

    .heading_text h4 {
        font-size: 16px;
    }

    .Indices tbody td, .Indices > tbody > tr > th, .hed_livechangeper, .hed_livechange, .info-box .line1 {
        font-size: 14px;
    }

    .info-box .line1 {
        line-height: 20px;
    }

    .maincontainer {
        padding: 0px 45px;
    }

    .card {
        margin-bottom: 27px;
    }

    .Similar_Calculator .Similar_Card {
        height: 111px;
    }
}

@media (min-width: 10px) and (max-width: 768px) {
    .heading_text h1 {
        font-size: 20px;
        line-height: 1em;
    }

    .heading_text h2 {
        font-size: 18px;
        line-height: 1em;
    }

    .heading_text h3 {
        font-size: 16px;
    }

    .heading_text h4 {
        font-size: 14px;
    }

    .heading_text h5 {
        font-size: 12px;
    }

    .heading_text h6 {
        font-size: 10px;
    }

    .hed_livechangeper {
        font-size: 14px;
    }

    .hed_livechange, .Indices tbody td, .Indices > tbody > tr > th, .AnnualHistorical tbody td {
        font-size: 12px;
    }

    .Indices tbody tr td, .AnnualHistorical tbody tr td {
        border: 3px solid #fff;
        padding: 2px 5px;
    }
}
