.safety-p1 .table-legend ul li:last-child span {
    background-color: #56849F;
}

.safety-p1 ul.chart li:last-child .bar span {
    background: #55849F;
}

.sp1-table3 .table-legend>ul {
    flex-direction: row;
    padding-bottom: 0 !important;
    margin-bottom: -5px !important;
}

.sp1-table3 .table-legend>ul li:first-child {
    background-color: #B2D234;
    text-align: center;
    font-size: 20px;
    display: inline-block;
}

.sp1-table3 .table-legend>ul li:last-child {
    background-color: #56849F;
    color: #FFFFFF;
    text-align: center;
    margin-left: 0;
    font-size: 20px;
    display: inline-block;
}

.sp1-table3 .table-legend>ul li {
    padding: 10px 36px;
    transform: skewX(-10deg);
}

/* .neww-table table tr:first-child {
    border-bottom: 2px solid #56849F;
} */

.neww-table table tr td ul li:last-child .val {
    color: #59595B !important;
}

.neww-table .reaction-name {
    color: #2B2E34 !important;
    font-family: 'Roboto-Regular';
    font-size: 18px !important;
}

.neww-table tr:first-child th {
    text-align: center;
}

.neww-table tr:first-child th:first-child {
    text-align: left;
}

.sp1-table3 tr th:nth-child(2),
.sp1-table3 tr th:nth-child(3),
.sp1-table3 tr td:nth-child(2),
.sp1-table3 tr td:nth-child(3) {
    background-color: #F6F8EB;
}

.sp1-table3 tr th:nth-child(2),
.sp1-table3 tr th:nth-child(3),
.sp1-table3 tr th:nth-child(4),
.sp1-table3 tr th:nth-child(5) {
    width: 15%;
}

.sp1-table3 tr td:nth-child(2),
.sp1-table3 tr td:nth-child(3),
.sp1-table3 tr td:nth-child(4),
.sp1-table3 tr td:nth-child(5) {
    text-align: center;
    color: #004d74
}

.neww-table {
    font-family: "Roboto-Bold";
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    margin-bottom: 20px;
}

.neww-table table {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
}

.neww-table td,
.neww-table th {
    border: 1px solid #c5c5c5;
    text-align: left;
    padding: 4px 8px;
    line-height: 22px;
    vertical-align: middle;
}

.neww-table th {
    font-weight: 600;
    font-size: 19px;
    line-height: 27px;
    font-family: "Roboto-Bold";
    color: #004D74;
    text-align: left;
}

.neww-table td {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #2B2E34;
    font-family: "Roboto-Regular";
}

.table-legend {
    width: 100%;
    display: inline-block;
}

.table-legend ul {
    list-style: none;
    padding: 0;
    float: right;
    margin-top: 0;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
}

.ss2-table1 .table-legend ul {
    padding-bottom: 10px !important;
}

.table-legend ul li {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto-Bold';
    color: #333;
    display: flex;
    align-items: center;
    margin-left: 16px;
    margin-top: 1px;
}

.table-legend ul li span {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
}

.table-legend ul li:first-child span {
    /*background-color: #B2D133;*/
      background-color: #7F9C21;
}
.noskew1 {
    transform: skewX(10deg) !important;
    display: inline-block!important;

}
.table-legend ul li:last-child span {
    /*background-color: #a89e9b;*/
    background-color: #7E736D;
}

.table-legend ul li:first-child {
    color: #004D74;
}

.table-legend ul li:last-child {
    color: #a89e9b;
    color: #59595B;
}
.ss1-table2 .table-legend ul li:last-child {
    color: #a89e9b;
    color: #A89E9B;
}
.ss1-table1 .table-legend ul li:last-child {
    color: #A89E9B;
}

.ss1-table1 .table-legend ul li:last-child span {
    /*background-color: #A89E9B;*/
    background-color: #7E736D;
}

.sp1-table1 .table-legend ul li:last-child {
    color: #a89e9b;
    color: #59595B;
}

.neww-table.paola-1-tab table thead tr:last-child {
    border-bottom: 3px solid #56849F;
}

.skewX {
    transform: skewX(-10deg);
    position: relative;
    left: 5px;
    top: 0px;
}

.skewX-none {
    transform: skewX(10deg);
    display: block;
}

.border-left-none {
    border-left: none !important;
}

.border-right-none {
    border-right: none !important;
}

.border-none {
    border: none !important;
}

.d-flex {
    display: flex;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.font-normal {
    font-style: normal;
}

.font-italic {
    font-style: italic;
}

.bg-purple-light {
    background: #8372b4 !important;
}

.bg-purple {
    background: #8372b4 !important;
}

.bg-green {
    background: #b2d234 !important;
}

.bg-blue {
    background: #004D74;
}

.bg-greyish {
    background: #5a7380;
    background: #9E9898;
}

.bg-greyish-blue {
    background: #56849F;
}

.bg-brown-light {
    background: #9E9898;
}

.bg-yellow {
    background: #f6f8eb;
}

.bg-sky-blue {
    background-color: #F4FBFF;
}

.txt-white {
    color: #ffffff !important;
}

.txt-blue {
    color: #004D74 !important;
}

.txt-grey {
    color: #59595B !important;
}

@media screen and (max-width: 991px) {
    /* .eff-paola1 .neww-table table {
        display: grid;
    } */
    .neww-table.paola-1-tab td,
    .neww-table.paola-1-tab th {
        border: 1px solid #c5c5c5;
        text-align: left;
        padding: 4px 4px;
        line-height: 22px;
        vertical-align: middle;
        font-size: 13px;
        line-height: 21px;
        letter-spacing: -0.3px;
    }
    .no-skew-mob {
        transform: none;
        left: 0;
    }
    .table-legend ul {
        display: flex;
        justify-content: left;
        flex-direction: column;
        float: right;
    }
    .table-legend ul li {
        font-size: 14px;
        margin-left: 0;
        margin-bottom: 4px;
    }
    .neww-table th {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.4px;
    }
    .neww-table td {
        font-size: 14px;
        line-height: 21px;
    }
    .neww-table .reaction-name {
        font-size: 15px !important;
        line-height: 21px !important;
    }
}

@media screen and (min-width: 992px) {
    .neww-table th:nth-child(2),
    .neww-table th:last-child {
        width: 33%;
    }
    .neww-table.paola-1-tab tr td:first-child {
    	padding-left: 8px;
	}        
}


/* ================================================================================ */

ul.chart {
    list-style: none;
    padding: 0 !important;
    margin: 0;
}

ul.chart li {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 2px auto;
}

.val {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto-Regular";
    width: 20%;
    min-width: 20px !important;
    display: inline-block;
    text-align: left;
    color: #004D74;
}

ul.chart-inverse li .val {
    text-align: right;
}

ul.chart li:first-child .val {
    color: #004D74;
}

ul.chart li:last-child .val {
    color: #004D74;
}

.bar {
    height: 16px;
    width: 100%;
    display: inline-block;
    background: transparent;
}

.bar span {
    width: 0;
    height: 100%;
    display: block;
    float: right;
}

ul.chart-inverse li .bar span {
    float: left;
}

ul.chart li:first-child .bar span {
     /*background-color: #B2D133;*/
      background-color: #7F9C21;
}

ul.chart li:last-child .bar span {
   /* background: #808080;*/
    background: #7E736D;
}


/* Bar width css start */

.bar span.w-83 {
    width: 83%;
}

.bar span.w-69 {
    width: 69%;
}

.bar span.w-89 {
    width: 89%;
}

.bar span.w-52 {
    width: 52%;
}

.bar span.w-48 {
    width: 48%;
}

.bar span.w-17 {
    width: 17%;
}

.bar span.w-5 {
    width: 5%;
}

.bar span.w-1 {
    width: 1%;
}

.bar span.w-11 {
    width: 11%;
}

.bar span.w-2 {
    width: 2%;
}

.bar span.w-7 {
    width: 7%;
}

.bar span.w-3 {
    width: 3%;
}

.bar span.w-40 {
    width: 40%;
}

.bar span.w-26 {
    width: 26%;
}

.bar span.w-25 {
    width: 25%;
}

.bar span.w-31 {
    width: 31%;
}

.bar span.w-27 {
    width: 27%;
}

.bar span.w-50 {
    width: 50%;
}

.bar span.w-58 {
    width: 58%;
}

.bar span.w-35 {
    width: 35%;
}

.bar span.w-30 {
    width: 30%;
}

.bar span.w-15 {
    width: 15%;
}

.bar span.w-21 {
    width: 21%;
}

.bar span.w-22 {
    width: 22%;
}

.bar span.w-37 {
    width: 37%;
}

.bar span.w-36 {
    width: 36%;
}

.bar span.w-20 {
    width: 20%;
}

.bar span.w-16 {
    width: 16%;
}

.bar span.w-4 {
    width: 4%;
}

.bar span.w-13 {
    width: 13%;
}

.bar span.w-9 {
    width: 9%;
}

.bar span.w-26 {
    width: 26%;
}

.bar span.w-71 {
    width: 71%;
}

.bar span.w-33 {
    width: 33%;
}

.bar span.w-82 {
    width: 82%;
}

.bar span.w-66 {
    width: 66%;
}

.bar span.w-70 {
    width: 70%;
}

.bar span.w-73 {
    width: 73%;
}

.bar span.w-63 {
    width: 63%;
}

.bar span.w-46 {
    width: 46%;
}

.bar span.w-65 {
    width: 65%;
}

.bar span.w-33 {
    width: 33%;
}

.bar span.w-28 {
    width: 28%;
}

.bar span.w-8 {
    width: 8%;
}

.bar span.w-23 {
    width: 23%;
}

.bar span.w-38 {
    width: 38%;
}

.bar span.w-3 {
    width: 3%;
}

.bar span.w-57 {
    width: 57%;
}

.bar span.w-18 {
    width: 18%;
}

.bar span.w-14 {
    width: 14%;
}

.bar span.w-10 {
    width: 10%;
}

.bar span.w-4-5 {
    width: 4.5%;
}

.bar span.w-42 {
    width: 42%;
}

.bar span.w-24 {
    width: 24%;
}

.bar span.w-3-9 {
    width: 3.9%;
}

.bar span.w-6 {
    width: 6%;
}

.bar span.w-12 {
    width: 12%;
}

.bar span.w-4-8 {
    width: 4.8%;
}

.bar span.w-0-8 {
    width: 0.8%;
}

.bar span.w-0-7 {
    width: 0.7%;
}

.bar span.w-0-3 {
    width: 0.3%;
}

.bar span.w-0-1 {
    width: 0.1%;
}

.bar span.w-1-8 {
    width: 1.8%;
}

.bar span.w-0-2 {
    width: 0.2%;
}

.bar span.w-77 {
    width: 77%;
}

.bar span.w-59 {
    width: 59%;
}

.bar span.w-64 {
    width: 64%;
}

.bar span.w-67 {
    width: 67%;
}

.bar span.w-41 {
    width: 41%;
}

.bar span.w-47 {
    width: 47%;
}

.bar span.w-39 {
    width: 39%;
}

.bar span.w-79 {
    width: 79%;
}

.bar span.w-76 {
    width: 76%;
}

.bar span.w-55 {
    width: 55%;
}

.bar span.w-44 {
    width: 44%;
}

.bar span.w-87 {
    width: 87%;
}

.bar span.w-19 {
    width: 19%;
}

.bar span.w-43 {
    width: 43%;
}

.bar span.w-51 {
    width: 51%;
}

.bar span.w-34 {
    width: 34%;
}

.bar span.w-45 {
    width: 45%;
}

.bar span.w-29 {
    width: 29%;
}

.bar span.w-61 {
    width: 61%;
}

.bar span.w-3-7 {
    width: 3.7%;
}

.bar span.w-3-4 {
    width: 3.4%;
}

.bar span.w-2-2 {
    width: 2.2%;
}

.bar span.w-1-9 {
    width: 1.9%;
}

.bar span.w-1-5 {
    width: 1.5%;
}

.bar span.w-0-9 {
    width: 0.9%;
}

.bar span.w-0-4 {
    width: 0.4%;
}

.bar span.w-1-5 {
    width: 1.5%;
}

.bar span.w-1-7 {
    width: 1.7%;
}

.bar span.w-1-9 {
    width: 1.9%;
}

.bar span.w-2-4 {
    width: 2.4%;
}

.bar span.w-1-1 {
    width: 1.1%;
}

.bar span.w-53 {
    width: 53%;
}

.bar span.w-32 {
    width: 32%;
}


/* Bar width css start */

.neww-table.dosing-c-tab table thead tr:last-child {
    border-bottom: 3px solid #56849F;
}

.neww-table.dosing-c-tab th {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-family: "Roboto-Bold";
    color: #004D74;
    text-align: center;
}

.neww-table.dosing-c-tab td {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-family: "Roboto-Bold";
    color: #2B2E34;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .val {
        font-size: 14px;
        line-height: 21px;
    }
    .sp1-table3 .table-legend>ul li {
        background-color: #B2D234;
        text-align: center;
        font-size: 16px !important;
        line-height: 20px;
    }

	.table-legend ul li:last-child {
        color: #a89e9b;
        color: #A89E9B;
    }
	td.border-left-none.indented-data {
    	padding-left: 14px !important;
    	padding-right: 4px !important;
	}
}

@media screen and (min-width: 992px) {
    .neww-table tr th:first-child,
    .neww-table tr td:first-child {
        padding-left: 20px;
    }
    td.border-left-none.indented-data {
    	padding-left: 24px !important;
    	padding-right: 6px !important;
	}        
}