.elementor-28048 .elementor-element.elementor-element-7eb35882{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-2a925ea6 */.report-table {
    direction: ltr;
float: left;
width: 100%;
margin: 30px 0 0;
max-height: 400px;
overflow-y: scroll;
background-color: rgba(0, 0, 0, 0.2);
padding: 0 1rem;
}
.report-thead {
position: sticky;
width: 100%;
padding: 20px 0;
top: 0;
background: #f8f9fb;
border-radius: 10px;
float: left;
width: 100%;
padding: 12px 0;
color: black;
font-weight: bold;
}
.report-tcol {
float: left;
width: 17%;
}
.report-tcol:nth-child(1) {
padding-left: 3%;
}
@media only screen and (max-width: 660px) {
.report-table {
    overflow-x: scroll;
}
.report-thead, .report-tbody {
min-width: 700px;
}
.report-tcol:nth-child(1) {
padding-left: 0;
}
}
@media only screen and (max-width: 1180px) {
    .report-thead .report-tcol {
font-size: 13px;
}
}/* End custom CSS */