body {
    font-family: 'Heebo';
    font-weight: 400;
    color: #001928;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*Graph styling starts*/

.g-ele-legends {
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
}

.g-ele-legends .legend {
    text-transform: capitalize;
    margin-right: 20px;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #001928;
}

.g-ele-legends.graph-horizontal .legend {
    margin-right: 8px;
    margin-bottom: 4px;
}

.g-ele-legends.graph-horizontal {
    flex-direction: column !important;
    margin-left: 8px
}

.legend span.legend-icon {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    display: inline-flex;
    margin: 0 6px 0 0;
}

.legend span.l1 {
    background: #BEDCEB;
}

.legend span.l2 {
    background: #0079C1;
}


.g-yaxis-title {
    text-align: left;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.15px;
    color: #0075BE;
    height: 60px;
    overflow: hidden;
    max-width: 206px;
}

.graph-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
}

.graph-inner {
    width: -webkit-fill-available;
    height: 100%;
    position: relative;
    background: transparent;
    padding: 30px 6px;
    display: flex;
    z-index: 3;
    overflow-x: scroll;
    overflow-y: hidden;
}


#ticks {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 0 20px;
}

.tick {
    border-bottom: 1px solid #dedede;
    margin-left: 60px;
    height: 55px;
}

.tick p {
    position: relative;
    top: 29px;
    left: -60px;
}

.g-ele-row {
    display: flex;
    flex-direction: row;
    width: 250px;
    justify-content: center;
}

.g-ele-row.graph-horizontal {
    width: 480px;
}


.g-ele-div {
    display: flex;
    align-items: end;
    margin-right: 30px;
    margin-bottom: 0px;
}

.g-ele-title {
    position: absolute;
    bottom: 0;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.25px;
}

.graph-horizontal .g-ele-title {
    margin-left: 44px;
}

.g-ele {
    width: 30px;
    background: #0079C1;
}

.g-ele.graph-horizontal {
    width: 60px;
    background: #BEDCEB !important;
}


.g-ele-legends {
    padding: 20px 0;
}

.g-ele-div .g-ele:nth-child(2) {
    background: #BEDCEB !important;
}


.g-ele.graph-horizontal:nth-child(2) {
    background: #0079C1 !important;

}

.g-ele.graph-vertical:nth-child(2) {
    background: #0079C1 !important;

}

.g-ele.graph-vertical-alt-color {
    background: #BEDCEB !important;
}

@media only screen and (max-width: 987px) {

    .g-ele-div {
        margin-bottom: 0px;
    }

    .g-ele-title {
        position: absolute;
        bottom: 0px;
    }

}

.hide {
    display: none;
}

.underline {
    height: 1px;
    background: #929BA9;
}

.g-ele-div.last-one {
    margin-right: 0;
}

.g-ele p {
    position: relative;
    margin-top: -30px;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.book-value-per-share-chart-text {
    right: 15px;
}

.graph-horizontal>p {
    margin-top: 10px;
    text-align: center;
}

.graph-horizontal>p.light-color {
    color: #ffffff;
}

.background-grey {
    background: #F5F6F7;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.graph-legend-container {
    width: fit-content;
    margin: 0 auto;
}

/*Graph styling ends*/


/*Page Styling starts*/

.txt-heading {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #001928;
    margin: 20px;
    margin-bottom: 60px;
    padding: 0 100px;
}

.txt-subheading {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 40px;
    margin-bottom: 0;
    letter-spacing: -0.2px;
}

.section {
    max-width: 1280px;
    margin: 0 auto;
}

.row {
    display: flex;
}

.gutter-space {
    padding: 0 40px 60px;
}

.col-2 {
    width: 50%;
}


.col-3 {
    width: 33%;
}

.col-4 {
    width: 25%;
}

.center-content {
    text-align: center;
}

table {
    border-collapse: collapse !important;
}

table tr {
    background: #FFFFFF;
    border: 1px solid #D9DCE1;
    box-shadow: 0px 0px 2px rgba(0, 25, 40, 0.12), 0px 2px 2px rgba(0, 25, 40, 0.07);
    border-radius: 5px;
}

table td {
    padding: 20px;
}

.table-content {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #D9DCE1;
    box-shadow: 0px 0px 2px rgba(0, 25, 40, 0.12), 0px 2px 2px rgba(0, 25, 40, 0.07);
    border-radius: 5px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.table.mobile-only {
    overflow: hidden;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #D9DCE1;
    box-shadow: 0px 0px 2px rgba(0, 25, 40, 0.12), 0px 2px 2px rgba(0, 25, 40, 0.07);
    border-radius: 5px;
    margin-bottom: 32px;
}


.table-text-heading {
    padding: 4px 25px;
    border-right: 1px solid #D9DCE1;
    font-family: 'Heebo';
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.35px;
    color: #005587;
    display: flex;
    align-items: center;
    width: 50%;
}

.w60 {
    width: 60% !important;
}

.w10 {
    width: 10% !important;
}

.border-right {
    border-right: 1px solid #D9DCE1;
}

.table-text {
    font-family: 'Heebo';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #0075BE;
    padding: 8px 20px;
    width: 50%;
}

.table-content.table-heading {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.table-heading .table-text {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #001928;

}

.table-subheading {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #001928;
    border-right: 1px solid #D9DCE1;
    padding: 8px 20px;
    width: 50%;
}


.table-text-heading.alt {
    display: block;
    width: 100%;
    text-align: center;
    border: 0;
}

.txt-footer {
    font-family: 'Heebo';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #646C76;
    margin-bottom: 6px;
}

.dotted-line {
    border-bottom: 1px dashed #000000;
    height: 2px;
    width: 38px;
    position: absolute;
    top: -128px;
    right: -3px;
}

.dotted-line>p {
    position: absolute;
    top: -4px;
    left: 40px;
    font-family: 'Heebo';
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 0.25px;
    color: #001928;
}


.g-ele.graph-vertical {
    position: relative;
    margin-left: -30px;
    /*    z-index: -1;*/
}

p.vertical-text {
    left: -28px;
    margin-top: 0;
    font-family: 'Heebo';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3px;
    color: #0079C1;
}

.p-relative {
    position: relative;
}

.m-ls {
    margin-top: -42px;
}

.table-content.no-borders {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #D9DCE1;
    box-shadow: none;
}

.table-text.alt {
    text-align: center;
}

.border-bottom-0 {
    border-bottom: 0;
}

.mobile-only {
    display: none;
}

.desktop-table-only {
    display: block;
}

.table-text-heading.alt sup {
    font-family: 'Heebo';
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.109091px;
    color: #005587;
    top: -14px;
    left: 2px;
}

sup.super-script-tag {
    font-size: small;
    font-weight: 500;
    font-style: normal;
    top: -0.9em;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}
.padding-bottom-0 {
    padding-bottom: 0;
}


@media (min-width: 768px) and (max-width: 991px) {
    .w60 {
        width: 40% !important;
    }

    .w10 {
        width: 15% !important;
    }

    .txt-subheading {
        padding-top: 40px;
    }

    .txt-heading {
        padding: 0 20px;
        margin-bottom: 0px;
    }

    .gutter-space {
        padding: 0 40px 40px;
    }

    .g-ele-row.graph-horizontal {
        width: 90vw;
    }

    .g-ele-row {
        width: 42vw;
    }
}


@media (min-width: 375px) and (max-width: 767px) {
    .w60 {
        width: 33% !important;
    }

    .w10 {
        width: 16% !important;
    }

    .txt-subheading {
        padding-top: 40px;
        text-align: center;
    }

    .txt-heading {
        padding: 0 8px;
        margin-bottom: 0px;
        font-size: 40px;
        line-height: 115%;
        text-align: center;
    }

    .g-yaxis-title {
        text-align: center;
        max-width: 100%;
    }

    .gutter-space {
        padding: 0 40px 40px;
    }

    .g-ele-row.graph-horizontal {
        width: 83vw;
        justify-content: start;
        margin: 0 20px;
    }

    .q-graph {
        margin: 0 auto;
        width: fit-content;
    }

    /* .g-ele-row {
        width: 84vw;
    } */

    .g-ele-legends.mobile-center {
        display: block;
        padding-top: 60px;
    }

    .g-ele-legends.paddingtop-mobile-0 {
        padding-top: 0;
    }

    .mobile-only {
        display: block;
    }

    .desktop-table-only {
        display: none;
    }

}

@media (min-width: 991px) and (max-width: 1280px) {

    .g-ele-row {
        width: 200px;
    }


}

@media (min-width: 991px) and (max-width: 1140px) {

    .dotted-line>p {
        left: -80px;
        width: 76px;
        text-align: end;
        font-weight: 700;
    }

}


/*Page Styling ends*/
