.report-content {
    padding: 1px;
}


.report-content .font-size-small {
    font-size: 0.8em;
}


.report-content tr[data-group] {
    cursor: pointer;
}

.report-content table,
.report-content tr,
.report-content td,
.report-content th  {
    border-spacing: 0;
    border: 0;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.report-content table {
    width: 100%;
}

.report-content .report,
.report-content .page-break-after {
    page-break-after: always;
}

.report-content .report:last-child {
    page-break-after: avoid;
}

/* .report-content {
    padding-bottom: 100px;
} */

.report-content .report td,
.report-content .report th {
    padding: 0.2em 0.2em 0.05em 0.2em;
}
.report-content .report > thead > tr.report-title.report-title-default>th {
    padding: 3em 0 0 0;
}
.report-content .report > thead > tr.report-title.report-title-default>th>table>thead>tr>th {
    background-color: var(--neo-primary-color-d) !important;
    color: #fff !important;
    padding: 0.3em 0.5em;
}
.report-content .report > thead > tr.report-title.report-title-default>th>table>thead>tr>th:first-child {
    border-top-left-radius: 5px !important;
}
.report-content .report > thead > tr.report-title.report-title-default>th>table>thead>tr>th:last-child {
    border-top-right-radius: 5px !important;
}
.report-content .report > thead > tr.report-title.report-title-default>th>table>thead>tr>th.report-icon {
    width: 3em;
    padding: 0 1em;
}

.report-content .report > thead > tr.report-title.report-title-default>th>table>thead>tr>th.report-icon>.report-icon-cntt {
    height: 3em;
}
.report-content .report > thead > tr.report-title.report-title-default>th>table>thead>tr>th.report-icon>.report-icon-cntt>div {
    border: solid 2px var(--neo-primary-color-d) !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    text-align: center;
    position: relative;
    top: -3em;
    vertical-align: middle;
    padding: 2px;
}
.report-content .report > thead > tr.report-title.report-title-default>th>table>thead>tr>th.report-icon>.report-icon-cntt>div>img {
    max-height: 5em; 
    max-width: 10em;
}
.report-content .report > thead > tr.report-title.report-title-default>th>table>thead>tr>th.report-icon>.report-icon-cntt>div>i {
    min-height: 1.7em;
    min-width: 1.8em;
}
.report-content .report > thead>tr.report-title.report-title-default>th>table>thead>tr>th.report-icon>div>i {
    color: var(--neo-primary-color-d) !important;
    font-size: 1.2em;
}
.report-content .report > thead>tr.report-title.report-title-default .report-title-descr {
    font-size: 1.2em;
}

.report-content .report > thead>tr>th.report-title-detail {
    background-color: var(--neo-primary-color-d) !important;
    padding: 0 0.5em 0.5em 0.5em;
}
.report-content .report > thead>tr>th.report-title-detail>table tr:first-child td:first-child {
    border-top-left-radius: 5px !important;
}
.report-content .report > thead>tr>th.report-title-detail>table tr:first-child td:last-child {
    border-top-right-radius: 5px !important;
}
.report-content .report > thead>tr>th.report-title-detail>table td {
    background-color: #fff !important;
    padding: 0.2em 0.3em;
}

.report-content .report > thead>tr>th.report-title-detail .component {
    border-radius: 60px;
    padding: 0.3em 0.3em;
    font-size: 1.2em;
    margin: 0.5em 0 0.8em 0;
}

.report-content .report > thead>tr>th.report-title-detail .component .content-label {
    font-weight: normal;
}
.report-content .report > thead>tr>th.report-title-detail .component .content-text {
    font-weight: 600;
    font-size: 1.1em;
}
.report-content .report > thead>tr>th.report-title-detail .component.small .content-text {
    font-size: 1.1em;
}
.report-content .report > thead>tr>th.report-title-detail .component .component-icon {
    float: left;
    border-radius: 100%;
    background-color: var(--neo-primary-color-d) !important;
    width: 3.3em;
    height: 3.3em;
    text-align: center;
    padding-top: 1em;
    margin: 0 1em 0 0;
}
.report-content .report > thead>tr>th.report-title-detail .component .component-icon i {
    font-size: 1.3em;
    color: #fff;
}

.report-content .report > thead>tr>th.report-title-detail .component.primary {
    background-color: var(--neo-primary-color-d) !important;
    color: #fff;
}
.report-content .report > thead>tr>th.report-title-detail .component.primary .component-icon {
    background-color: #fff !important;
    
}
.report-content .report > thead>tr>th.report-title-detail .component.primary .component-icon i {
    color: var(--neo-primary-color-d) !important;
}

.report-content .report > thead>tr>th.report-title-detail .component.secondary {
    background-color: rgba(0,0,0,.05);
}

.report-content .report > thead>tr.report-column-title>th,
.report-content table.report-child tr.report-column-title td {
    background-color: var(--neo-primary-color) !important;
    color: #fff;
    border-top: solid 2px #fff;
    border-top: solid 2px #fff;
    padding-top: 8px;
}
.report-content .report > tbody>tr.report-row>td {
    border: solid 1px #ccc;
    color: #000 !important;
    font-weight: 500;
    white-space: nowrap;

}
.report-content .report > tbody>tr.report-row:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.report-content .report > tbody>tr.report-group>td,
.report-content .report > tbody>tr.report-group-summary>td,
.report-content .report > tbody>tr.report-summary>td {
    background-color: var(--neo-secondary-color) !important;
    border: solid 1px var(--neo-primary-color);
    font-weight: 600;
}

.report-content .report > tbody>tr.report-group {
    border-bottom-width: 2px;
}

.report-content .report > tbody>tr.report-group-summary {
    border-top-width: 2px;
}

.report-content .report > tbody>tr.report-row-accent>td,
.report-content .report > tbody>tr.report-row-accent>td,
.report-content .report > tbody>tr.report-row-accent>td {
    background-color: var(--neo-primary-color) !important;
    border: solid 1px var(--neo-primary-color);
    font-weight: 600;
    color: #fff;
}

.report-content .report > tbody>tr.report-row-gray>td,
.report-content .report > tbody>tr.report-row-gray>td,
.report-content .report > tbody>tr.report-row-gray>td {
    background-color: #666 !important;
    border: solid 1px #666;
    font-weight: 600;
    color: #fff;
}


.report-content .report > tfoot.report-footer-base {
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}


.report-content table.with-border,
.report-content table.with-border tr,
.report-content table.with-border td,
.report-content table.with-border th  {
    border-spacing: 0;
    border: 1px solid black;
    padding: 2px 5px;
    margin: 0;
    border-collapse: collapse;
}