html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

@media print {
    .page-break {
        /*    page-break-before: always;
        widows: 10;
        orphans: 10;
        */
        page-break-inside: avoid;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    html, body {
        width: 1080px;
        height: 1920px;
    }

    * {
        -webkit-print-color-adjust: exact !important; /* Chrome, Safari 6 – 15.3, Edge */
        color-adjust: exact !important; /* Firefox 48 – 96 */
        print-color-adjust: exact !important; /* Firefox 97+, Safari 15.4+ */
    }
}

@page {
    size: A4;
    margin-top: 60px;
}

/*-----------------NEW RESPONSIVE CSS------------------*/
h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

p {
    margin: 0;
}

.mob-div {
    display: none;
}

.div-shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.border-div {
    border: 1px solid #f6f6f6;
}

.border-Right {
    border-right: 1px solid #e2e2e2;
}

.border-Left {
    border-left: 1px solid #e2e2e2;
}

.bg {
    background: #000080;
}

.main-nav {
    margin: 20px 0 20px 0;
}

.graph {
    position: relative;
    width: 150px;
}

.ScoreDivs {
    line-height: 15px;
}

.arc {
    background-image: radial-gradient(#fff 0, #fff 60%, transparent 60%), conic-gradient(red 0, yellow 189deg, green 270deg, #fff 90deg, #fff 360deg);
    background-position: center center, center center;
    background-repeat: no-repeat;
    background-size: calc(100% - 30px) calc(100% - 30px), 100% 100%;
    border-radius: 50%;
    border: 0px solid #ccc;
    height: 150px;
    position: relative;
    transform: rotate(135deg);
    width: 150px;
}

.pointer {
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    bottom: 48%;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    transform: rotate(20.25deg) translateX(2px) translateY(-6px);
    transform-origin: 75px 0;
    width: 20px;
    z-index: 5;
}

.graph-label {
    bottom: 40%;
    font-size: 30px;
    font-weight: 700;
    padding-left: 35px;
    line-height: 26px;
    position: absolute;
    text-align: left;
    width: 100%;
}

.chart-bar {
    display: grid;
    grid-template-columns: 15% 65% 20%;
    align-items: center;
    gap: 20px;
}

.progress {
    height: 30px;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    padding: 0 10px;
}

.arbor-head {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.arbor-info {
    font-size: 14px;
    color: #767272;
}

.heading-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 0 0;
}

.sec-opt-main {
    padding: 0px 0px;
}

.chart-prc-inner {
    display: grid;
    gap: 5px;
    grid-template-columns: 25% 60% 15%;
    align-items: center;
    margin: -6px 0 0 0;
}
/* .ScoreDivs {
  height: 45px;
} */
.ScoreDivs span {
    font-size: 14px;
    color: #121212;
}
/**************************************************************************/
/* DESKTOP                                                                */
/**************************************************************************/
/* FIGURE */
/*use classes as you don't want to style every figure in your document like this.*/
.figure {
    min-width: 200px;
    max-width: 780px;
    /* margin: 2rem; */
    /* padding: 1.5rem 2rem 2rem; */
    /* border: 1px solid #000; */
    margin: 0 !important;
}

/* TABLE */
.barChart_h {
    table-layout: fixed; /* enforce cell widths*/
    /* display: block; nope we want a table this time */
    /*height: auto; don;t need this*/
    /* Do I need this? */
    width: 100%; /* yes now needed for full width table (display:table)*/
    overflow-wrap: break-word;
    border-spacing: 0;
}

    /* CAPTION */
    .barChart_h caption {
        /*display: block;Nope we want a table caption */
        padding: 0 0 1rem 0;
        line-height: 1.1;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: left;
    }

    /* TBODY */
    .barChart_h tbody {
        /* display: block; nope we want table behaviour still*/
    }
        /* We don't need this in this example as we are not linearising the table*/
        /*
.barChart_h tbody:after {
  /* For IE9 and under, need to enclose floats... */
        /*
  content: "";
  display: block;
  clear: both;
  height: 0;
}
*/

        /* TH+TD */
        .barChart_h tbody tr.firstRow th,
        .barChart_h tbody tr.firstRow td {
            /* padding: 1rem 0 0.5rem 0; */
            /* Add extra vertical padding. */
        }

.tlh {
    padding-right: 10px !important;
    text-align: left;
}

.barChart_h tbody th,
.barChart_h tbody td {
    padding: 0.5rem 0 0.4rem 0;
    /* Space around Bars. */
}

.barChart_h tbody tr.lastRow th,
.barChart_h tbody tr.lastRow td {
    /* padding: 0.5rem 0 1rem 0; */
    /* Add extra vertical padding. */
}

/* TH */
.barChart_h tbody th {
    font-weight: normal;
    /* text-align: right; */
}

/* TD */
.barChart_h tbody td {
    border-left: 2px solid #cbcbcb;
    /* X-AXIS. (vertical) */
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* Finish out repeating vertical-gridlines. */
    background-image: linear-gradient(to right, #ddd 1px, transparent 1px);
    /* Create grey-transparent gradient for 1px, then remainder of gradient is transparent.
                                               This creates the illusion of a 1px vertical-line. */
    background-size: 10% 100%;
    /* Go right in 10% increments. */
}

td {
    position: relative;
}

/* BARS */
.barChart_h tbody td span {
    position: relative;
    /* Needed for absolute-positioning of Bar-value. */
    display: block;
    /* Expands <span> to fill <td> */
    height: 30px;
    /* background: #99ffff; */
    /* Aqua (default) */
    /* border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000; */
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.3);
}

.y-row {
    background: #f1faab;
    border-top: 1px solid #e0ef6d;
    border-right: 1px solid #e0ef6d;
    border-bottom: 1px solid #e0ef6d;
}

.r-row {
    background: #ef9999;
    border-top: 1px solid #e44b4b;
    border-right: 1px solid #e44b4b;
    border-bottom: 1px solid #e44b4b;
}

.g-row {
    background: #a5e4af;
    border-top: 1px solid #34c24a;
    border-right: 1px solid #34c24a;
    border-bottom: 1px solid #34c24a;
}
/* BAR-VALUES */
.barChart_h tbody td span b {
    position: absolute;
    left: 100%;
    top: 0;
    right: auto;
    bottom: 0;
    display: block;
    padding: 0 0 0 0.5rem;
    font-weight: normal;
}

.tags {
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 12px;
    /* font-weight: 600; */
    /* color: gray; */
}


/* Y-AXIS */
.barChart_h tbody th.blankCell {
    width: 22%; /* Adjust to suit butwe need a width or both cells will be 50% by default*/
}

.barChart_h tbody th.y-axis {
    position: relative;
    /* New */
    padding-bottom: 1.4rem;
    border-top: 2px solid #cbcbcb;
    /* Y-AXIS. (horizontal) */
    background-color: #fff;
}

/* Y-AXIS TITLE */
.barChart_h tbody div.y-axis-title {
    display: block;
    text-align: center;
    font-weight: bold;
}

/* Y-AXIS LABELS */
.barChart_h tbody ol.y-axis-labels {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    /* Create Flexbox (Flex-Container). */
    flex-direction: row;
    margin: 0;
    /* New */
    padding: 0;
    /* New */
    list-style: none;
    /* New */
    font-size: 0.9rem;
}

    .barChart_h tbody ol.y-axis-labels li.zero {
        position: absolute;
        /* Remove 0 from Flexbox flow. */
        /* New */
        left: 0;
        right: auto;
        bottom: auto;
        top: 0;
    }

        .barChart_h tbody ol.y-axis-labels li.zero b {
            transform: translate(-50%, 0%);
        }

    .barChart_h tbody ol.y-axis-labels li {
        flex: 1 0 0;
        text-align: right;
    }

        .barChart_h tbody ol.y-axis-labels li b {
            display: inline-flex;
            transform: translate(50%, 0%);
            font-weight: normal;
        }

/**************************************************************************/
/* MOBILE                                                                 */
/**************************************************************************/
@media screen and (max-width: 1440px) {
    .graph-label {
        bottom: 40%;
    } 
}

@media screen and (max-width: 1200px) {
    .graph-label {
        /*font-size: 28px;*/
    }
}

@media screen and (max-width: 1024px) {

    /*.arc {
        left: 3%;
        width: 120px;
        height: 120px;
    }*/

    .graph-label {
        /*font-size: 30px;*/
        bottom: 40%;
    }

    /*.pointer {
        left: 3%;
        bottom: 50px;
    }*/
}


@media screen and (max-width: 992px) {
    .mob-div {
        display: block;
        padding: 0;
    }

    .web-div {
        display: none;
    }

    .graph-label {
        left: 20px
    }

    .border-Left.ch-lc {
        border-left: none;
        padding: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .graph-label {
        /*font-size: 20px;*/
    }
}

@media screen and (max-width: 430px) {
    .logo {
        width: 70%;
    }

    .heading-inner h3 {
        font-size: 13px;
    }

    .figure {
        min-width: 150px;
        max-width: 220px;
    }

    .tlh {
        font-size: 9px;
        padding-right: 5px !important;
        line-height: 10px;
    }

    .graph-label {
        /*font-size: 18px;*/
        left: 10%;
        bottom: 40%;
    }

    .sec-opt-main {
        padding: 0 0;
    }

    .ScoreDivs span {
        font-size: 9px;
    }

    /*.chart-prc-inner {
        grid-template-columns: 15% 51% auto;
    }*/

    .barChart_h tbody td span {
        height: 10px;
    }

    .ScoreDivs {
        line-height: 10px;
    }
}

@media screen and (max-width: 414px) {
    body {
        font-size: 0.8em;
    }

    .tags {
        font-size: 9px;
    }

    .barChart_h tbody ol.y-axis-labels li b {
        font-size: 8px;
    }

    /* FIGURE */
    .figure {
        margin: 0;
        padding: 0;
    }

    /* TD */
    .barChart_h tbody td {
        width: 60%;
    }
}

@media screen and (max-width: 375px) {
    .heading-inner h3 {
        font-size: 11px;
    }

    .heading-inner .col-4 {
        padding: 0;
    }

    .perc {
        text-align: right;
    }

    /*.arc {
        left: 25%;
    }

    .pointer {
        left: 25%;
    }*/

    .arbor-head {
        font-size: 12px;
    }

    .arbor-info {
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    .heading-inner h3 {
        font-size: 10px;
    }

    .arbor-head {
        font-size: 10px;
    }

    .arbor-info {
        font-size: 10px;
    }
}

@media print {
    .mob-div {
        display: block;
        padding: 0;
    }

    .web-div {
        display: none;
    }
}