/* New Table css start here */

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

.table-heading {
    color: #004D74;
    margin-bottom: 10px;
}

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

.demo-table tr td:first-child,
.demo-table tr th:first-child {
    padding-left: 5px;
}

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

.demo-table th {
    font-weight: 500;
    font-size: 20px;
    font-family: "Roboto-Bold";
    /*color: #004D74;*/
    color: #004E74;
    text-align: center;
}

.demo-table.safety-olympia-table th {
    color: #464646;
}

.demo-table th:first-child {
    text-align: left;
    width: 40%;
}

.demo-table td,
.demo-table .reaction-name {
    font-weight: 400;
    font-size: 16px;
    color: #58595b;
    font-family: "Roboto-Regular";
}

.safety-olympia-table .demo-table td {
    color: #464646;
}

ul.chart {
    list-style: none;
    padding: 0;
    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;
}

.safety-olympia-table ul.chart li:first-child .val {
    color: #6810d3;
}

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

.safety-olympia-table ul.chart li:last-child .val {
    color: #464646;
}

.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: #b2d234;*/
   background-color: #5B477C;
      /*background-color: #4d5156;*/
}

.safety-olympia-table ul.chart li:first-child .bar span {
    background: #6810d3;
}

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

.safety-olympia-table ul.chart li:last-child .bar span {
    background: #464646;
}

.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: row;
}

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

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

.table-legend ul li:first-child span {
   /* background-color: #b2d234;*/
   background-color: #5B477C;
    /*background-color: #4d5156;*/
}

.safety-olympia-table .table-legend ul li:first-child span {
    background-color: #6810d3 !important;
}

.table-legend ul li:last-child span {
    background-color: #808080;
}

.safety-olympia-table .table-legend ul li:last-child span {
    background-color: #464646;
}

.table-legend ul li:first-child {
    color: #5B477C;
}

.table-legend ul li:last-child {
    color: #5B477C;
}

.demo-table.mod-table table {
    transform: skewX(-10deg);
    width: 90%;
    margin: 0 auto;
    margin-right: 0;
}

.demo-table.mod-table td {
    border: none;
    border-bottom: 1px solid #464646;
    text-align: left;
    padding: 12px 4px;
    color: #464646;
}

.demo-table.mod-table td:last-child {
    background: #f7f4fc;
    text-align: center;
    width: 34%;
    color: #6810d3;
    font-weight: 600;
}

.demo-table.mod-table td span {
    transform: skewX(10deg);
    display: block;
}

.demo-table.dosing-table1 table {
    background-color: #f8f8f8;
}

.demo-table.dosing-table1 td,
.demo-table.dosing-table1 th {
    border: 2px solid #ffffff;
    text-align: center !important;
    padding: 4px 4px;
    width: 25%;
    font-weight: 600;
    font-size: 20px;
    font-family: "Roboto-Bold";
}

.demo-table.dosing-table1 td {
    font-family: "Roboto-Regular";
}

.demo-table.dosing-table1 td:first-child {
    padding-left: 4px;
}

.demo-table.dosing-table1 th:first-child {
    padding: 4px 60px !important;
}

.bg-purple-light {
    /*background: #8372b4 !important;*/
    background: #6810D4 !important;
}

.bg-purple {
    /*background: #8372b4 !important;*/
    background: #6810D4 !important;
}

.bg-green {
    background: #b2d234 !important;
    /*background: #5A457A!important;*/
}
.bluish-new {
   background: #004D74;
}
.txt-white {
   color: #ffffff !important;

}

.txt-blue {
    color: #004E74 !important;
}
.txt-blue-new{
color: #004D74 !important;
}
.bg-blue {
    background: #004E74;
}
.bg-blue-new {
    background: #5B477C;
}
span.indent-1.ind-space {
    margin-right: -1px;
}
.bg-greyish {
   /* background: #5a7380;*/
    background: #9E9898;
}
.bg-greyish-new {
background: #7E736D
}
.bg-brown-light {
    background: #9E9898;
}

.demo-table.dosing-table1 {
    overflow-x: auto;
    max-width: 100%;
    scroll-behavior: smooth;
    padding-bottom: 20px;
    margin-bottom: 8px;
}

.demo-table.dosing-table1 table {
    width: 100%;
    min-width: 700px;
    height: auto !important;
}

.demo-table::-webkit-scrollbar {
    height: 8px;
}

.demo-table::-webkit-scrollbar-track {
    background-color: #CBD2D5;
    border-radius: 50px;
    width: 6px;
}

.demo-table::-webkit-scrollbar-thumb {
    background: #004D74;
    border-radius: 50px;
}

.dosing-sec .scroll-more.mobile {
    display: none !important;
}

.demo-table.dosing-table1.dosing-table2 table {
    background-color: #ffffff;
}

.demo-table.dosing-table1.dosing-table2 th:first-child {
    padding: 4px 30px !important;
}

.demo-table.dosing-table1.dosing-table2 td,
.demo-table.dosing-table1.dosing-table2 th {
    border: 2px solid #ffffff;
    text-align: center !important;
    padding: 2px 4px;
    width: 20%;
    background: #f8f8f8;
}

.demo-table.dosing-table1.dosing-table2 td {
    font-weight: 600;
    font-size: 19px;
    font-family: 'Roboto-Regular';
}

.demo-table.efficacy-olympiad-table {
    margin-bottom: 40px;
}

.demo-table.efficacy-olympiad-table tbody tr {
    border-bottom: 1px dotted #588da4;
}

.demo-table.efficacy-olympiad-table tbody tr:nth-child(odd) {
    background: #e6edf3;
}

.demo-table.efficacy-olympiad-table td,
.demo-table.efficacy-olympiad-table th {
    border: none;
    width: 20%;
}

.demo-table.efficacy-olympiad-table th {
    /*font-size: 11px !important;*/
    font-size: 12px !important;
    line-height: 15px !important;
    font-family: 'Roboto-Bold';
}

.demo-table.efficacy-olympiad-table td {
    /*font-size: 14px !important;*/
    font-size: 15px !important;
    line-height: 19px !important;
}

.demo-table.efficacy-olympiad-table td:first-child {
    font-size: 12px !important;
    line-height: 16px !important;
    font-family: 'Roboto-Bold';
}

.demo-table.efficacy-olympiad-table tbody tr td {
    text-align: center;
}

.demo-table.efficacy-olympiad-table thead tr:first-child th {
    border: 4px solid #fff;
    transform: skewX(-10deg);
    position: relative;
    left: 4px;
    height: 40px;
}

.demo-table.efficacy-olympiad-table2 thead tr:first-child th {
    left: 2px;
}

.demo-table.efficacy-olympiad-table thead tr:first-child th span {
    transform: skewX(10deg);
    display: block;
}

.demo-table.efficacy-olympiad-table thead tr:last-child th {
    border: 4px solid #fff;
    border-bottom: 0;
}

.demo-table.efficacy-olympiad-table tbody tr td:first-child {
    text-align: left;
}

.demo-table.efficacy-olympiad-table thead tr:first-child th:nth-child(2) {
    border-right-width: 10px;
}

.demo-table.efficacy-olympiad-table thead tr:first-child th:nth-child(3) {
    border-right-width: 0;
}

.demo-table.efficacy-olympiad-table thead tr:last-child th:nth-child(3) {
    border-right-width: 10px;
}

.demo-table.efficacy-olympiad-table thead tr:last-child th:nth-child(5) {
    border-right-width: 0;
}

.demo-table.efficacy-olympiad-table2 {
    margin-bottom: 10px;
}

.demo-table.efficacy-olympiad-table2 td,
.demo-table.efficacy-olympiad-table2 th {
    border: none;
    width: 12%;
    font-size: 18px;
}

.demo-table.efficacy-olympiad-table2 thead tr:first-child th:nth-child(2) {
    border-right-width: 20px;
}

.demo-table.efficacy-olympiad-table2 thead tr:first-child th:nth-child(3) {
    border-right-width: 20px;
}

.demo-table.efficacy-olympiad-table2 thead tr:last-child th:nth-child(3) {
    border-right-width: 20px;
}

.demo-table.efficacy-olympiad-table2 thead tr:last-child th:nth-child(5) {
    border-right-width: 20px;
}

.demo-table.efficacy-olympiad-table2 tbody tr {
    border: none;
    height: 46px;
}

.demo-table.efficacy-olympiad-table2 tbody tr:nth-child(odd) {
    background: #f1f2f2;
}

.demo-table.efficacy-olympiad-table2 tbody tr:nth-child(even) {
    background: #f1f2f2;
    border-top: 1px dotted #588da4;
}

.demo-table.efficacy-olympiad-table3 {
    margin-bottom: 30px;
}

.demo-table.efficacy-olympiad-table3 thead tr:first-child th {
    transform: none;
}

.demo-table.efficacy-olympiad-table3 thead tr:first-child th:nth-child(2) {
    border-right-width: 0;
}

.custom_img {
    width: 100%;
    max-width: 1004px;
}

.custom_img-2 {
    width: 100%;
    max-width: 1004px;
}

.top-line {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-line p {
    font-size: 12px !important;
    font-family: 'Roboto-Bold';
    line-height: 16px;
    font-style: normal;
    color: #fff;
    width: 100%;
    max-width: 400px;
    padding: 4px 12px;
    text-align: center;
    background: #eee;
    margin-left: 18px !important;
    padding: 8px;
    transform: skewX(-10deg);
}

.top-line p.adjuvant-txt {
    background: #6810d4;
    color: #fff;
}

.top-line p.metastatic-txt {
    background: #5B4C7C;
    color: #fff;
}

.head-line {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px auto;
    margin-right: 0;
    max-width: 825px;
}

.head-line h3 {
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto-Bold';
    line-height: 19px;
    font-style: normal;
    color: #004D74;
}

.head-line h4 {
    margin: 0;
    font-size: 12px;
    font-family: 'Roboto-Medium';
    line-height: 16px;
    font-style: italic;
    color: #004D74;
    margin-bottom: 5px;
}

.img-line {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.icon-img span {
    font-size: 17px;
    font-family: 'Roboto-Bold';
    line-height: 23px;
    font-style: italic;
    color: #004D74;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
span.how-mobile-only {
    display: none;
}

.icon-img span img {
    width: 100%;
    max-width: 50px;
    margin-left: 6px;
}

.main-img {
    text-align: right;
    width: 100%;
}

.main-img img {
    width: 100%;
    /*max-width: 825px;*/
    margin-bottom: 15px;
}

p.sub-fnote {
    font-family: "Roboto-Regular"!important;
    color: #231F20;
    /*font-size: 11px !important;*/
    font-size: 12px !important;
    line-height: 15px;
    margin: 14px auto !important;
    text-align: center;
    padding: 0px;
    max-width: 520px;
}
p.foot-mobile {
    display: none;
}

.sub-txt {
    margin: 10px auto !important;
    margin-right: 0 !important;
    text-align: left;
    padding: 0;
    width: 100%;
    max-width: 680px;
}

.sub-txt p,
.sub-txt ul {
    font-family: "Roboto-Regular"!important;
    color: #231F20;
   /*font-size: 11px !important;*/
    font-size: 12px !important;
    line-height: 15px;
    text-align: left;
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.sub-txt p {
    margin-bottom: 8px !important;
}

.sub-txt ul li {
    margin-bottom: 8px !important;
}

.sub-txt ul li span {
    position: relative;
    /*left: -10px;*/
    left: -3px;
    top: 2px;
}

.bottom-line {
    /*width: 98%;*/
    width: 99%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-line p.sub-fnote {
    background: #d5d5d5;
    padding: 24px 50px;
    margin-top: 0 !important;
    max-width: 400px;
}

.left-box {
    /* width: 60%; */
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 2px solid #004D74;
}

.right-box {
    /* width: 40%; */
    margin-left: 18px !important;
    border-top: 2px solid #004D74;
}

.left-box .icon-img span img {
    width: 100%;
    max-width: 39px;
    margin-left: 6px;
}

.left-box p.sub-fnote {
    background: #ebe0f9;
    margin-right: 0 !important;
    /*margin-left: 90px !important;*/
      margin-left: 62px !important;
}

.right-box p.sub-fnote {
    background: #efedf2;
}

.b-bottom {
    border-bottom: 2px solid #004D74;
}

.head-line.head-line2 {
    flex-direction: column;
}

.head-line.head-line2 h3 {
    font-style: italic;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px;
}

.d-flex {
    display: flex;
}


/* 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-39 {
    width: 39%;
}

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

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

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


/* Bar width css start */

@media screen and (max-width: 991px) {
    .custom_img-2 .sub-txt p, .custom_img-2 .sub-txt ul {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .demo-table.efficacy-olympiad-table {
        margin-bottom: 20px;
    }
    .demo-table.efficacy-olympiad-table3 {
        margin-top: -16px;
    }
    .demo-table.efficacy-olympiad-table th,
    .demo-table.efficacy-olympiad-table td {
        font-size: 14px;
        width: 30%;
    }
    .demo-table.efficacy-olympiad-table thead tr:last-child th:nth-child(3) {
        border-right-width: 0;
    }
    .demo-table.efficacy-olympiad-table thead tr:first-child th:nth-child(2) {
        border-right-width: 0;
    }
    .mod-table .table-legend ul {
        float: right;
    }
    .demo-table.mod-table table {
        width: 90%;
        margin: 0 auto;
        margin-right: auto;
    }
    .table-legend ul {
        display: flex;
        justify-content: left;
        flex-direction: row;
        float: right;
    }
    .table-legend ul li {
        font-size: 10px;
        margin-left: 10px;
    }
    .table-legend ul li span {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin-right: 6px;
    }
    .demo-table td,
    .demo-table th {
        line-height: 18px;
    }
    .demo-table th,
    .demo-table td,
    .demo-table .reaction-name {
        font-size: 14px;
    }
    .demo-table td {
        font-size: 14px;
    }
    .val {
        font-size: 14px;
    }
    .demo-table.efficacy-olympiad-table2 thead tr:first-child th:nth-child(2) {
        border-right-width: 0;
    }
    .demo-table.efficacy-olympiad-table2 thead tr:last-child th:nth-child(3) {
        border-right-width: 0;
    }
    .demo-table.efficacy-olympiad-table2 td,
    .demo-table.efficacy-olympiad-table2 th {
        width: 30%;
    }
    .demo-table.efficacy-olympiad-table3 thead tr:first-child th {
        left: 0;
    }
    /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
    .top-line {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .top-line p {
        margin-left: 0 !important;
        max-width: 49%;
    }
    .head-line {
        max-width: 100%;
    }
    .img-line {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .main-img {
        text-align: center;
        width: 100%;
    }
    p.sub-fnote {
        text-align: left;
        max-width: 100%;
    }
    .bottom-line {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .left-box {
        width: 100%;
        border-top: none;
    }
    .right-box {
        width: 100%;
        margin-left: 0 !important;
        border-top: none;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .right-box p.sub-fnote {
        width: 49%;
        margin: 0 !important;
        text-align: center;
        padding: 10px 10px;
    }
    .right-box p.sub-fnote:first-child {
        background: #ebe0f9;
    }
    .icon-img {
        width: 100%;
        display: block;
    }
    .icon-img span {
        margin-top: 5px !important;
        margin-bottom: 15px;
    }
    .icon-img span img {
        padding-right: 6px;
    }
    .icon-img span::after {
        content: '';
        border-bottom: 1px solid #004d74;
        width: 100%;
        height: auto;
        display: block;
    }
    .top-line p {
        font-size: 10px !important;
        line-height: 10px !important;
    }
    .custom_img-2 .icon-img span {
        margin-top: 15px !important;
        margin-bottom: 5px;
    }
span.how-mobile-only {
    display: flex;
}
    .custom_img-2 .icon-img span img {
        width: 100%;
        max-width: 30px;
    }
    .custom_img-2 .sub-txt ul li {
        margin-bottom: 5px !important;
        text-indent: -20px;
        padding-left: 30px;
    }
    .custom_img-2 p.sub-fnote {
        text-align: center;
        margin-top: 25px !important;
        padding: 0 35px;
    }
	p.foot-mobile {
    display: block;
	}
    .custom_img-2 .img-line {
        border-bottom: none;
    }
}

@media screen and (max-width: 767px) {
    .dosing-sec .scroll-more.mobile {
        display: block !important;
    }
}

@media screen and (max-width: 364px) {
    .olympiad.olaparib-side-effects .table-legend {
        width: 98%;
    }
    .olympiad.olaparib-side-effects .table-legend ul li {
        line-height: 15px;
    }
}
@media screen and (max-width: 1003px) {
body.olympiad.olaparib-side-effects .demo-table ul>li>sup.sup-txt {
    font-size: 6px;
}
        }
/* ================================================================================ */