.reports-presentation .nav-tabs-horizontal{margin-top: 50px;}
.reports-table-wrapper{margin-top:50px;}
.reports-table-wrapper table{width:100%;max-width:100%;}
.reports-table-wrapper table thead > tr > th{background: #297fca;color: var(--white);font-weight: 400;font-size: 1.8rem;font-family: Arial,Roboto-Regular,sans-serif;padding: 27px 30px;line-height: normal;}
.reports-table-wrapper table tbody > tr > td{ padding: 27px 30px;font-size: 1.8rem;font-weight: 400;font-family: Arial,Roboto-Regular,sans-serif;line-height:normal;}
.reports-table-wrapper table tbody > tr > td > a{color: #297fca;border-bottom:1px solid #297fca;font-size: 1.4rem;line-height: normal;text-decoration: none;width: fit-content;}
.reports-table-wrapper table tbody > tr > td > a:hover,.reports-table-wrapper table tbody > tr > td > a > span.text:hover{color: var(--orange);/* border-bottom: 1px solid var(--grey-4); */}
.reports-table-wrapper table thead > tr > th:nth-child(3),.reports-table-wrapper table thead > tr > th:nth-child(4),.reports-table-wrapper table thead > tr > th:nth-child(1){width:20%;}
.reports-table-wrapper table tbody tr:nth-child(even){background: #d8e6f4 !important;}
.reports-table-wrapper table tbody tr:nth-child(even) td{color: var(--grey-1) !important;}
.reports-table-wrapper table tbody tr:nth-child(even) td a{    color: #297fca !important;}


@media all and (max-width:991.98px){
	.reports-table-wrapper table tbody > tr > td,.reports-table-wrapper table tbody > tr > td > a{line-height: normal;}
    .reports-presentation .report-presentation__title{max-width:478px;}
}

@media all and (max-width:767.98px){
	.reports-table-wrapper{overflow-x:auto;}
    .reports-table-wrapper table tbody > tr > td,.reports-table-wrapper table tbody > tr > td > a{line-height: 20px;}
    .reports-table-wrapper table thead > tr > th:nth-child(3), .reports-table-wrapper table thead > tr > th:nth-child(4){min-width: 150px;}
}