﻿/*.Inflation > :not(caption) > * > * {
    background-color: #0000000d;
}*/

.Inflation tbody th, .Inflation tbody td {
    font-weight: 600;
}

.Inflation tbody td {
    line-height: 1.8em;
    font-size: 14px;
}

.Inflation > tbody {
    vertical-align: middle;
}

.Inflation tbody tr td:nth-child(2n+2) {
    background-color: #f2f2f2;
}

.Inflation tbody tr:nth-child(2n+1) > td:nth-child(4n+1) {
    background-color: #f2f2f2;
}

.Inflation tbody tr:nth-child(2n+1) > td:nth-child(4n+2) {
    background-color: #e7e7e7;
}

.Inflation tbody tr td:nth-child(2n+1) {
    background-color: #e7e7e7;
}

.Inflation tbody tr:nth-child(2n+2) > td:nth-child(4n+3) {
    background-color: #f2f2f2;
}

.Inflation tbody tr:nth-child(2n+2) > td:nth-child(4n+4) {
    background-color: #e7e7e7;
}

.Inflation tbody tr th {
    color: #fff;
}

.Inflation > tbody > tr > th:first-child {
    color: #312b2d;
    border-top: 0px solid #ddd;
}

.Inflation tbody tr td {
    border: 1px solid #fff;
}

    .Inflation tbody tr td:nth-child(1) {
        width: 100px;
        text-align: center;
        background-color: #bababa !important;
        font-weight: bold;
        color: #2d2d2d;
    }

.Inflation > tbody > tr > th {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.Inflation > tbody > tr > th {
    position: sticky;
    top: 0;
    z-index: 1;
}

    .Inflation > tbody > tr > th:first-child {
        position: sticky;
        top: 0px;
        left: 0;
        z-index: 2;
    }

@media (max-width:1040px) {
    .Inflation > tbody > tr > td:first-child {
        position: sticky;
        left: 0;
    }

    .tableFixHead {
        overflow: auto !important;
        width: auto;
    }

    .Inflation > tbody > tr > td:first-child:after {
        content: '';
        width: 40px;
    }

    .overflow-x-hidden {
        overflow-x: scroll;
    }
}

@media (max-width: 768px) {
    .Inflation tbody th {
        font-size: 14px;
    }

    .Inflation tbody td {
        line-height: 18px;
        font-size: 12px;
        font-weight: 600;
    }

    .Inflation tbody tr:first-child {
        white-space: nowrap;
    }
}

.table {
    margin-bottom: 0;
}

.dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.PPF-dot {
    background-color: #02bccb
}

.Sensex-dot {
    background-color: #641bdf
}

.Nifty-dot {
    background-color: #eb7215
}

.Gold-dot {
    background-color: #feb101
}

.Silver-dot {
    background-color: #545454
}

.Inflation-dot {
    background-color: #793937
}

@media (min-width: 1540px) {
    .d-xxl-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .d-md-inline-block {
        display: inline-block !important;
    }
}

.Inflation-dot-all {
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
    color: rgb(91 97 110/1);
}

    .Inflation-dot-all div span span {
        font-weight: bolder;
    }
