* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    outline: none !important;
    line-height: normal !important;
    --primary-color: #78496a;
    --primary-color-dark: #43293c;
    --accent-color: #edae49;
    --grayscale-1: #FFF;
    --grayscale-2: #f7f7f7;
    --grayscale-3: #e6e6e6;
    --grayscale-4: #c4c4c4;
    --grayscale-5: #a2a2a2;
    --grayscale-6: #808080;
    --grayscale-7: #5e5e5e;
    --grayscale-8: #3c3c3c;
    --grayscale-9: #1a1a1a;
    --gray-text: #5e5e5e;
    --lrg-pos-gap: #56bacb;
    --pos-gap: #a4dae3;
    --lrg-neg-gap: #ffc481;
    --neg-gap: #ffdcb4;
    --primary-norm-color: #2c818f;
    --secondary-norm-color: #f7714d;
}

.show-print {
    display: none !important;
}

@media print {
    .show-print {
        display: initial !important;
    }
    .hide-print {
        display: none !important;
    }
}

div.report-wrapper {
    overflow-x: hidden;
}

div.clear {
    clear: both;
    display: block;
}

h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: var(--grayscale-9);
    margin-top: 0;
}

h4 {
    font-size: 16px !important;
}

h2 {
    width: 100%;
}
p.scale-name {
    color: var(--grayscale-6) !important;
    text-transform: none;
    margin: 0 !important;
}

table {
    width: 100%;
    border-collapse: collapse;
}
table th {
    padding: 3px;
    background: var(--grayscale-4);
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
table td {
    text-align: center;
    border-bottom: 1px solid var(--grayscale-4);
    padding: 10px 10px;
    font-size: 12px;
}
table tr.report-total-row td {
    font-weight: 600;
}
table td:first-child {
    text-align: left;
}
.ui-width-50 {
    width: 50%;
    float: left;
}
.ui-section-inner nb-card-body {
    overflow-x: hidden;
    padding: 1%;
}
.ui-section-inner.ui-section-fixed-400, .ui-section-inner.ui-section-fixed-200 {
    margin: 0 2%;
}
.ui-section-inner.ui-section-fixed-200 nb-card-body {
    padding-top: 0;
}
.hidden-export-table {
    display: none;
}
.instruction-body ul li, .instruction-body ol li {
    margin-left: 30px;
    font-size: 15px;
}
h3.ui-section-header {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--grayscale-8);
}
.report-section  {
    page-break-before: always;
    margin-bottom: 40px;
    padding: 1%;
}

.report-section h2 {
    color: var(--grayscale-8);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.report-section-intro p, 
p.page-description {
    font-size:14px;
    color:var(--grayscale-8);
    margin-bottom: 20px;
    margin-top: 5px;
}

div.rater-summary p.page-description {
    margin-bottom: 0 !important;
}

.report-section table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 25px;
    border: 1px solid var(--grayscale-4)
}
.report-section table td {
    text-align: center;
}
.report-section table th {
    text-align: center;
}
.report-section table td, .report-section table th, .report-section table td:last-child {
    text-align: center;
    width: 11%;
}
.report-section table td, .report-section table th {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.report-section table td.report-full-text {
    text-overflow: unset;
    overflow: visible;
    white-space: normal;
}
.report-section table td:first-child, .report-section table th:first-child {
    text-align: left;
    width:auto;
}
.report-section table td {
    padding: 3px;
}

.report-columns  {
    column-count: 3;
}
.report-columns li {
    margin-left: 20px;
    font-size: 14px;
    line-height: 1rem;
}

.report-column-content  {
    padding-top: 15px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.report-column-content h4 {
    font-weight: 600;
}

.report-comment-text    {
    padding: 10px 0;
    border-bottom: 1px solid var(--grayscale-4);
    font-size:12px;
    white-space: pre-wrap;
    line-height: 1rem !important;
}
.with-name {
    padding-top: 0px !important;
}
.report-comment-rater-name    {
    font-size:12px;
    padding: 10px 0 0;
    text-transform: uppercase;
    white-space: pre-wrap;
    color: var(--grayscale-6) !important;
}

.report-comment-title {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 40px;
    font-weight: 600;
    color: var(--grayscale-9);
}

.report-comment-title.with-masking {
    margin-top: 0;
}

.report-section.intro-letter p {
    font-size: 14px;
}
@media screen {
    .report-section.intro-letter p {
        font-size: 12px;
    }
}
.report-section.intro-letter .intro-letter-body p {
    white-space: pre-line;
}
.report-section.intro-letter .intro-letter-photo {
    text-align: right;
}
.report-section.intro-letter .intro-letter-photo img {
    height: 125px;
}
.report-section.intro-letter .intro-letter-signature img {
    width: 125px;
}


.scale-items    {
    width:55%;
    float: right;
    margin-bottom:10px;
}

.data-row-group-scale-wrap {
    width: 63%;
    margin-left: 30%;
    position: absolute;
    height: 100%;
    top: 0px;
}

.scale-items.data-row-group-scale   {
    width:100%;
    float: left;
    position: relative;
    top: 0;
}


.scale-items ul  {
    margin:0;
    padding:0;
    position: relative;
    display: block;
    height:10px;
}

.report-data-row-label {
    width: 40%;
    float: left;
    font-size: 14px;
    padding: 2px 2px 2px 5px;
}

.report-data-row-chart {
    width: 55%;
    float: right;
    position: relative;
    border: 1px solid var(--grayscale-4);
    border-top: none;
    border-bottom-width: 2px;
}

.report-data-row-chart-first  {
    border-top: 1px solid var(--grayscale-4);
}

.scale-items-wrap   {
    position: relative;
    padding-top: 20px;
}

.scale-items-wrap, .scale-items, .scale-items ul, .scale-items ul li, .data-row-group-scale-wrap    {
    height: 100% !important;
}

.scale-items-wrap .scale-items    {
    position: absolute;
    left: 45%;
    top: -5px;
}

.scale-items-wrap .scale-items li   {
    padding-bottom: 5px;
    overflow: hidden;
}

.scale-items-wrap .scale-items li.last, .scale-items-wrap .scale-items li.first    {
    padding-bottom: 0;
}

.scale-items li:after {
    content: "";
    height: calc(100% - 10px);
    border-right: 1px solid var(--grayscale-4);
    position: absolute;
    bottom: -5px;
    right: 50%;
}
.ui-section-fixed-200 {
    height: 200px;
    overflow-y: auto;
}

.report-data-row-group-total .data-row-group-scale.scale-items li:after {
    height: 85%;
}

.data-row-group-scale.scale-items li:after {
    content: "";
    border-right: 1px solid var(--grayscale-4);
    position: absolute;
    bottom: 1px;
    right: 50%;
}

.data-row-group-charts .data-row-group-scale.scale-items li:after {
    content: "";
    height: 100%;
    border-right: 1px solid var(--grayscale-4);
    position: absolute;
    right: 50%;
}

ul.report-data-row-grid-line-wrap {
    position: absolute;
    width: calc(100% + 1px);
    box-sizing: border-box;
    height: 100%;
    border-left:1px solid var(--grayscale-4);
    left: -1px;
    z-index: 5;
}

li.report-data-row-grid-line.first, li.report-data-row-grid-line.push {
    display: none;
}


li.report-data-row-grid-line {
    float: left;
    border-left: 1px solid var(--grayscale-4);
    height: 100%;
    z-index: 1000;
    list-style-type: none;
    box-sizing: border-box;
}

.report-data-total {
    font-weight: 600;
}

.report-data-row-bar.self-bar {
    background: var(--grayscale-8);
}

.report-data-row-bar {
    background: var(--gray-text);
    color: var(--grayscale-1);
    box-sizing: border-box;
    padding:3px 10px;
    font-size: 14px;
    position: relative;
    z-index: 10;
    min-height: 22px;
}

.report-data-row-bar.report-data-row-short-bar  span{
    right: -22px !important;
}

.report-data-row-group.report-data-row-group-total {
    margin-bottom: 15px;
    position: relative;
    padding-top: 20px;
}

.report-data-row-group.report-data-row-group-nested {
    margin-bottom: 15px;
    position: relative;
    padding-top: 1px;
}

.report-data-row-group {
    margin-bottom: 15px;
    position: relative;
}

.data-row-group-charts  {
    position: relative;
}

.norm-line {
    position: absolute;
    z-index: 100;
    border-right: 2px solid var(--accent-color);
    height: 100%;
    margin-left:-1px;
    top: 0px;
}
.norm-line.secondary {
    border-right-color: var(--primary-color);
}

.norm-line span {
    position: absolute;
    font-size: 11px;
    font-weight: 600;
    bottom: -14px;
    left: 0;
    color: var(--grayscale-7);
    text-align: right;
}

.norm-line.group-norm-line {
    bottom: 0;
    height: auto;
    top: 0;
    margin-top: 20px;
}

.report-data-row-group  h5{
    color: var(--grayscale-8);
    margin-bottom:5px;
}

.report-data-row-group .report-data-row-chart {
    width: 90%;
    float: left;
    border: none;
}

.report-data-row-group  .report-data-row {
    box-sizing: border-box;
}

.report-data-row-group .report-data-row  .report-data-row-data  {
    border: 1px solid var(--grayscale-4);
    width: 70%;
    float: left;
    box-sizing: border-box;
    border-top: none;
    border-bottom-width: 2px;
    display: flex;
    align-items: center;
}

.report-data-row-group .report-data-row  .report-data-row-data-first    {
    border-top:1px solid var(--grayscale-4);
}

.report-data-row-group h4, h4.report-item-text   {
    color: #24272a;
    font-size: 14px !important;
    padding-left: 5%;
    font-weight: 400;
    padding-bottom: 10px;
    position: relative;
    padding-right: 10%;
}

.report-item-avg    {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-weight: 400;
    font-size:13px;
    display: block;
    width: 7%;
    background: var(--grayscale-4);
    border-radius: 2px;
    border: 1px solid var(--grayscale-8);
}

.report-data-row-group .report-data-row-label {
    box-sizing: border-box;
    font-weight: 400;
    font-size: 11px;
    width: 30%;
    padding: 0;
    padding-left: 6%;
}

.report-data-row-group.report-data-row-group-total  .report-data-row-label{
    font-weight: 600;
    padding-left:5px;
    font-size: 13px;
    width:30%;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

.report-data-row-group .report-data-row-bar {
    font-size: 11px;
    box-sizing: border-box;
    padding: 1px 10px;
    min-height: 18px;
    max-height: 18px;
}

.report-data-row-bar.report-data-row-short-bar span {
    position: absolute;
    right: -17px;
    color: var(--grayscale-9);
}

.report-data-row-group-gap {
    width: 9.99%;
    float: left;
    font-size: 12px !important;
    box-sizing: border-box;
    text-align: center;
    border-left: 1px solid var(--grayscale-4);
    line-height: 17px !important;
    text-transform: uppercase;
}

.report-table-header {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px !important;
    margin-bottom: 10px;
    color: var(--grayscale-8);
}

.lrg-pos-gap    {
    background: var(--lrg-pos-gap);
}

.pos-gap    {
    background: var(--pos-gap);
}
.lrg-neg-gap    {
    background: var(--lrg-neg-gap);
}
.neg-gap    {
    background: var(--neg-gap);
}

.report-section-intro   {
    margin-bottom:20px;
}

.report-section-intro h2    {
    float:left;
}
.report-section-intro .index-title p.report-table-header {
    margin-bottom: 0px;
}

.report-summary-grid    {
    width:150px;
    float: right;
    padding-top:3px;
}

.report-summary-grid.single-score {
    width: 50px;
}

.report-summary-grid span {
    width: 50px;
    text-align: center;
    display: block;
    float: left;
}

.report-summary-grid-data span    {
    background: var(--grayscale-4);
    border: 1px solid var(--grayscale-7);
    box-sizing: border-box;
}

.report-summary-grid-data span:first-child {
    border-right: none;
    border-radius: 3px 0 0 3px;
}

.report-summary-grid-data span:last-child {
    border-left: none;
    border-radius: 0 3px 3px 0;
}
.single-score .report-summary-grid-data span {
    border-right: 1px solid var(--grayscale-7);
    border-left: 1px solid var(--grayscale-7);
    border-radius: 3px 3px 3px 3px;
}
.report-summary-grid-labels span, div.report-summary-overall-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 12px;
}
div.report-summary-overall-label {
    margin-bottom: 3px;
    line-height: 10px;
    text-align: center;
}

.report-table   {
    border: none;
}
.report-table td {
    padding: 5px;
}

p.report-stat-digit {
    text-align: center;
    font-weight: 300;
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 0px;
}

p.report-stat-label {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: var(--grayscale-7);
    margin: 0;
}

.report-bar-chart {
    padding-top: 20px;
    border-bottom: 1px solid var(--grayscale-4);
    margin-bottom: 25px;
}

.report-bar-chart-bar-wrapper {
    float: left;
    text-align: center;
    position: relative;
}

.report-bar-chart-bar {
    height: 200px;
    width: 60%;
    margin: 0 auto;
    position: relative;

}

.report-bar-chart-bar-fill {
    position: absolute;
    background-color: var(--primary-norm-color);
    bottom: 0;
    width: 100%;
}

span.report-bar-chart-bar-stat {
    position: absolute;
    top: -17px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

span.report-bar-chart-bar-label {
    position: absolute;
    left: 0;
    bottom: -21px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: var(--grayscale-6);
}

.report-candle-chart, report-gap-chart {
    width: 100%;
    height: 20px;
}

.report-candle-chart-candle-wrapper, .report-gap-chart-gap-wrapper  {
    text-align: center;
    position: relative;
    height: 20px;
    left: -30px;
}

.report-candle-chart-candle {
    height: 200px;
    width: 60%;
    margin: 0 auto;
    position: relative;

}

/* .report-bar-chart-candle-fill {
    position: absolute;
    background-color: #3c9e93;
    width: 30%;
    left: calc(50% - 30%);
    margin-left: 15%;
} */

table.row-chart-table       {
    table-layout: fixed;
    border: none;
    padding-right: 1%;
}

table.row-chart-table  td:first-child     {
    width:200px;
}

table.row-chart-table td.row-chart-label {
    width: 40px !important;
}

table.row-chart-table td {
    padding: 5px 10px;
    border: none;
    border-bottom: 1px solid var(--grayscale-4);
}

.report-bar-chart-candle-fill {
    position: absolute;
    border-left: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    height: 20px;
}

span.report-candle-chart-top-stat, span.report-candle-chart-bottom-stat {
    position: absolute;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #282828;
}

span.report-candle-chart-top-stat {
    right: -22px;
}
span.report-candle-chart-bottom-stat {
    left: -22px;
}

.report-bar-chart-candle-fill::after {
    content: " ";
    position: absolute;
    width: 100%;
    border-top: 2px solid var(--primary-color);
    left: 0;
    top: 9px;
}

span.report-candle-chart-candle-label, span.report-gap-chart-gap-label {
    writing-mode: vertical-lr;
    position: absolute;
    top: 100%;
    height: 200px;
    text-align: left;
    left: 50%;
    width: 12px;
    font-size: 10px;
    margin-left: -6px;
}

span.report-candle-chart-avg-stat {
    position: absolute;
    display: block;
    background: var(--grayscale-8);
    font-size: 10px;
    font-weight: 600;
    color: var(--grayscale-1);
    box-sizing: border-box;
    padding: 2px 0px;
    border-radius: 2px;
    z-index: 5;
    width: 20px;
    margin-right: -10px;
}

span.report-gap-chart-stat {
    position: absolute;
    display: block;
    background: var(--grayscale-8);
    font-size: 10px;
    font-weight: 600;
    box-sizing: border-box;
    z-index: 5;
    width: 10px;
    height: 10px;
    margin-right: -5px;
    top: 5px;
}

span.report-gap-chart-stat-label {
    position: absolute;
    color: var(--grayscale-8);
    font-size: 12px;
    left: -21px;
    top: -4px;
}

span.report-gap-chart-stat.higher span.report-gap-chart-stat-label {
    right: -56px;
}

.report-gap-chart-stat.report-gap-chart-stat-self {
    background: var(--primary-color);
    border-radius: 50%;
}

span.report-gap-chart-gap-stick {
    position: absolute;
    height: 2px;
    background: var(--grayscale-4);
    z-index: 1;
    top: 9px;
}

.report-gap-stat-key .report-gap-chart-stat {
    position: static;
}

.report-gap-stat-key span {
    display: inline-block;
}

.report-gap-stat-key {
    text-align: right;
    padding-right: 1%;
}
.report-gap-key-label {
    text-align: right;
    margin-right: 20px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
}

.report-gap-key-label:last-child {
    margin-right: 0;
}

div.candle-chart-key-label {
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
}

div.candle-chart-key-label.min-label {
    border-right: 2px solid var(--primary-color);
    padding-right: 3px;
}

div.candle-chart-key-label.max-label {
    border-left: 2px solid var(--primary-color);
    padding-left: 3px;
}

div.candle-chart-key-label.avg-label {
    background: var(--grayscale-8);
    color: var(--grayscale-1);
    box-sizing: border-box;
    padding: 2px 4px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    z-index: 5 !important;
}

div.candle-chart-key-stick {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    margin: 0 -5px;
}

div.candle-chart-key-label.avg-label:before {
    content: "";
    display: block;
    width: 20px;
    position: absolute;
    border-top: 2px solid var(--primary-color);
    left: -20px;
    top: 9px;
    z-index: 1 !important;
}

div.candle-chart-key-label.avg-label:after {
    content: "";
    display: block;
    width: 20px;
    position: absolute;
    border-top: 2px solid var(--primary-color);
    right: -20px;
    top: 9px;
    z-index: 1 !important;
}

.candle-chart-key {
    text-align: right;
    margin-bottom: 15px;
    padding-right: 1%
}

span.item-comp-tag {
    background: var(--grayscale-4);
    font-size: 10px;
    margin-top: 3px;
    display: inline-block;
    padding: 2px;
    border-radius: 2px;
    color: var(--grayscale-8);
    text-decoration: none;
}

a.report-internal-link, span.item-comp-tag a{
    color: var(--grayscale-8);
    text-decoration: none;
}

h2.action-planner-section-title.page-title {
    font-size:48px;
    float: none;
    text-align:center;
    font-weight: 300;
    line-height: 48px !important;
}

p.action-planner-label, .action-planner-box, .action-planner-list, .action-planner-table-wrap   {
    margin-left: 30px !important;
    margin-right:30px !important;
}

p.action-planner-label {
    color: var(--grayscale-8) !important;
    font-size: 16px !important;
}

.action-planner-box {
    border: 1px solid var(--grayscale-4);
    height: 200px;
    margin: 15px 0;
    border-radius: 2px;
}

.action-planner-box.action-planner-box-tall {
    height: 500px;
}

.action-planner-box.action-planner-box-short {
    height: 130px;
}

table.action-planner-table {
    margin: 15px 0;
}

.action-planner-table td {
    padding: 10px 0;
    height: 20px;
}

.action-planner-table th:last-child {
    width: 30% !important;
}

.action-planner-table td:last-child {
    border-left: 1px solid var(--grayscale-4);
}

.action-planner-list    {
    margin-top: 15px;
    padding-left:15px;
}

.action-planner-list li {
    margin-left: 20px;
    font-size: 14px;
    margin-bottom: 5px;
}

text.ct-label.ct-data-point {
    fill: var(--grayscale-1);
}

chartist#behavior-frequency-chart, chartist#derailer-frequency-chart {
    height: 248px;
    overflow: hidden;
}

.ui-section-inner .ct-bar {
    stroke-width: 10%;
}

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

.text-right    {
    text-align: right;
}

.help-text-warning {
    color: #8e151d;
    margin-top: -6px;
}
.scale-items li  {
    display: block;
    list-style-type: none;
    width:25%;
    position: relative;
    text-align: center;
    margin:0;
    padding:0;
    float:left;
    font-size: 10px;
}

/*.scale-items li:after  {
    content:"";
    height:10px;
    border-right:1px solid var(--grayscale-4);
    position: absolute;
    bottom:-14px;
    right:50%;
}*/

.scale-items li.push  {
    margin-left:12.5%;
}

.scale-items li span  {
    font-size:10px;
}

.scale-items li.first  {
    left:-12.5%;
    position: absolute;
}

.scale-items li.last  {
    right:-12.5%;
    position: absolute;
}

.scale-items li span {
    width:80%;
    margin:0 10%;
    display: block;
    font-weight: 600;
    line-height:12px;
}


.scale-items.seven_point ul li {
    width: 16.666666667%;
}

.scale-items.seven_point ul li.first  {
    left:-8.3333333335%;
}

.scale-items.seven_point ul li.push  {
    margin-left:8.3333333335%;
}

.scale-items.seven_point ul li.last  {
    right:-8.3333333335%;
}


#footer-logo {
    display: none;
}

.cover-page {
    display: none;
}
#top-right-header {
    display: none;
}
#top-right-header p {
    font-size: 11px;
    margin-top: 0px;
    text-align: right;
    color: var(--grayscale-7);
}
#top-right-header.certified p {
    padding-right: 10px;
}
#top-right-header img {
    float: right;
    width: 85px;
    position: relative;
    top: 0px;
}
div#dw-report-cover {
    padding-top:40px;
    width:100%;
    height:890px;
    position: relative;
}

div.cover-padding {
    margin-left: 48px;
    width: 100%;
}

div#dw-report-cover-text {
    text-align: left;
    padding-left: 48px;
    padding-right:48px;
    position: absolute;
    top: 275px;
    background: var(--primary-color-dark);
    height: 450px;
    width: 100%;
}

div.cover-page.group-cover div#dw-report-cover-text {
    padding-top: 75px;
}

div#dw-report-cover-text.consultant-cover {
    background: none;
}

div#dw-report-client-logo {
    position: absolute;
    bottom: -75px;
    left: 48px;
    width:200px;
    height: 200px;
}

div#dw-report-client-logo.consultant-logo {
    position: absolute;
    top: 40px;
    max-height: 200px;
    width: 200px;
    max-width: 500px;
    z-index: 2;
}

div#dw-report-client-logo img{
    max-width: 200px;
    max-height: 200px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

div#dw-report-client-logo.consultant-logo img{
    top: 0 !important;
    max-height: 200px;
    transform: none !important;
}

#dw-report-cover-text img {
    position: relative;
    width: 200px;
}

#dw-report-cover-text h1 {
    font-weight: 700;
    color: var(--grayscale-1);
    line-height: 46px !important;
    font-size: 46px;
    margin-bottom:20px;
    font-family: 'Poppins', sans-serif !important;
}

#dw-report-cover-text.consultant-cover h1 {
    color: var(--grayscale-9);
}

#dw-report-cover-text h2 {
    text-transform: uppercase;
    font-weight: 300;
    color: var(--grayscale-1);
    margin-bottom: 0;
    font-family: 'Open Sans Light', sans-serif !important;
}

#dw-report-cover-text.consultant-cover h2 {
    color: var(--grayscale-9);
}

#dw-report-cover-text h3 {
    margin-top: 50px;
    font-weight: 400;
    font-size: 38px;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 38px !important;
    margin-bottom:0;
    color: var(--grayscale-1);
}

#dw-report-cover-text.consultant-cover h3 {
    color: var(--grayscale-8);
}

#dw-report-cover-text h4 {
    margin-top: 4px;
    font-weight: 400;
    font-size: 20px !important;
    color: #e6d7e2;
    font-family: 'Open Sans Light', sans-serif !important;
}

#dw-report-cover-text.consultant-cover h4 {
    color: var(--grayscale-6);
}

div#dw-report-cover-logo {
    position: relative;
    left: 48px;
}
div#dw-report-cover-logo img {
    height: 85px;
}

div#dw-report-cover-logo p {
    color: var(--grayscale-7);
    margin-bottom: 5px;
}

div#dw-report-cover-logo.consultant-logo {
    position: absolute;
    bottom: 7px;
}

div#dw-report-cover-logo.consultant-logo img {
    height: 50px !important;
}

.cover-page.group-cover #dw-report-cover-text h1.cover-survey-name    {
    margin-bottom:0px;
    color: var(--grayscale-1);
}

.cover-page.group-cover #dw-report-cover-text.consultant-cover h1.cover-survey-name    {
    margin-bottom:0px;
    color: var(--primary-color);
}

.cover-page.group-cover #dw-report-cover-text h2   {
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
}

.cover-page.group-cover #dw-report-cover-text h2 span {
    color: var(--grayscale-9) !important;
    font-weight: 300;
}
#certified-seal {
    margin-bottom: 20px;
    visibility: hidden;
}
#certified-seal.show-certified {
    visibility: visible;
    margin-top: 30px;
    text-align: right;
}
#certified-seal img {
    width: 150px;
}
h3.overview-message {
    text-align: center;
    margin-top: 30px;
}

.report-section-intro .index-title {
    float: left;
    max-width: calc(100% - 170px);
}
.report-section.rtl .report-section-intro h2 {
    float: right;
}

.report-section.rtl table td:first-child, .report-section.rtl table th:first-child  {
    text-align: right;
}

.report-section.rtl .report-data-row-label  {
    float: right;
}

.report-section.rtl  .report-data-row-chart {
    float: left;
}

.report-section.rtl .scale-items-wrap .scale-items {
    left: 1px;
}
.report-section.rtl  .report-data-row-bar    {
    float: left
}

.report-section.rtl .row-chart-label    {
    float: right;
}

.report-section.rtl .report-candle-chart, .report-section.rtl .report-gap-chart {
    float: left;
}

.report-section.rtl .report-summary-grid {
    float: left;
}

.report-section.rtl .div-report-norm {
    text-align: left;
}

.report-section.rtl .data-row-group-scale-wrap {
    margin-left: 0;
    left: 1px;
}

.cover-page.rtl div#dw-report-cover-text {
    text-align: left;
    padding-left: 8px;
    padding-right:40%;
}

.report-rec-media li.read {
    background-image: url('https://lis.decwise.com/ui/assets/decisonwise2019/rec-article.svg');
}
.report-rec-media li.watch {
    background-image: url('https://lis.decwise.com/ui/assets/decisonwise2019/rec-video.svg');
}
.report-rec-media li.listen {
    background-image: url('https://lis.decwise.com/ui/assets/decisonwise2019/rec-podcast.svg');
}
.report-rec-media li {
    display: block;
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 10px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    min-height: 60px;
}
.recommendations {
    padding-left: 20px;
    font-size: 13px;
}
.report-rec-media a {
    color: inherit;
}

table.report-table.participant-ranking {
    width: auto !important;
    min-width: 100%;
}

table.report-table.participant-ranking th:first-child {
    width: 150px !important;
}

table.report-table.participant-ranking th {
    max-width: 60px;
}
table.participant-ranking th > div > span {
    display: block;
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
}

.report-section table.freq-table td.freq-item, .report-section table.freq-table th.freq-item  {
    width: 35%;
    text-overflow: unset;
    overflow: hidden;
    white-space: normal;
}

@media print {
    .report-section table.freq-table td.freq-count, .report-section table.freq-table th.freq-count  {
        width: 30px !important;
    }
    .report-section table.freq-table td.freq-avg, .report-section table.freq-table th.freq-avg {
        width: 30px !important;
    }
}

.report-section table.freq-table td, .report-section table.freq-table th {
    width: auto;
}

.report-section table td.freq-group {
    text-align: left;
}

.ui-section-wrapper {
    margin-bottom: 30px;
}
.ui-section-wrapper.frequency {
    margin-bottom: 60px;
}

@media screen {
    .ui-section-inner nb-card-body {
        max-height: 500px;
        overflow-y: auto;
    }
}


@media print {
    .cover-page {
        display: block;
    }
    html, body, #app-wrap, #main{
        height: auto;
        background: var(--grayscale-1) !important;
        width: 100%;
        padding: 0;
    }

    .container  {
        padding: 0;
    }

    ul li ul li  {
        page-break-inside: avoid !important;
        border: none;
    }

    .assessment-section {
        border:none;
    }

    #nav, .page-header, #client-tools, .application_message  {
        display: none !important;
    }

    .ui-section-wrapper.participant-ranking {
        padding-left: 0;
        overflow: hidden;
    }
    table.participant-ranking {
        width: auto !important;
        border: none;
    }
    table.participant-ranking tbody tr:first-child {
        border-top: 1px solid var(--grayscale-4);
    }
    table.participant-ranking th {
        height: 100px;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: bottom;
        background: var(--grayscale-1);
        width: 5px;
    }
    table.participant-ranking th:first-child {
        text-align: left;
        padding-left: 5px;
        width: 150px;
    }
    table.participant-ranking td {
        width: 5px;
        box-sizing: border-box;
        border-right: 1px solid var(--grayscale-4);
        padding: 0;
        text-align: center;
    }
    table.participant-ranking td:first-child {
        width: 150px;
        text-align: left;
        padding-left: 5px;
    }
    table.participant-ranking th > div {
        transform: translate(18px, -3px) rotate(315deg);
        line-height: 10px;
        width: 30px;
    }
    table.participant-ranking th > div > span {
        padding: 10px 5px 10px 0px;
        border-bottom: 1px solid var(--grayscale-4);
        display: block;
        width: 120px;
        max-width: 120px;
        text-align: left;
        text-overflow: ellipsis;
    }

    .participant-ranking-hide {
        display: none;
    }
}

.report-norm-keys {
    margin-top: 20px;
}

span.report-norm-key-line {
    border-top: 2px solid var(--primary-norm-color);
    width: 15px;
    height: 5px;
    display: inline-block;
    margin-right: 3px;
}

span.report-norm-key-line.secondary {
    border-top-color: var(--secondary-norm-color);
}

span.report-norm-key-label {
    font-size: 12px;
    color: var(--grayscale-7);
}

.div-report-norm {
    text-align: right;
}

.report-scale-item-key  {
    margin-top: 30px;
    page-break-inside: avoid;
}

.report-scale-item-key  p{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.report-scale-item-key  li{
    font-size:12px;
    list-style-type: none;
}

h5 {
    font-size: 0.83em;
}

.ui-margin-top-20 {
    margin-top: 20px;
}
.ui-padding-top-20 {
    padding-top: 20px;
}
.ui-width-35    {
    width:33%;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
}

.ui-width-30    {
    width:28.5%;
    float: left;
    margin-right: 1.5%;
    box-sizing: border-box;
}

.ui-width-25    {
    width:25%;
    float: left;
    margin-right: 1.5%;
    box-sizing: border-box;

}

.ui-width-20    {
    width:20%;
    float: left;

}
.ui-width-10 {
    width: 10%;
    float: left;
}

.ui-width-10-right    {
    width:10%;
    float: right;

}

.ui-width-40    {
    width:40%;
    float: left;
}

.ui-width-50    {
     width:50%;
     float: left;
 }

.ui-width-60    {
    width:60%;
    float: left;
}
.ui-width-65    {
    width:60%;
    float: left;
}
.ui-width-70    {
    width:70%;
    float: left;
}
.ui-width-75    {
    width: 75%;
    float: left;
}

.comp-dist .row-chart-wrapper {
    padding: 5px 0;
    border-bottom: 1px solid var(--grayscale-4);
}

.comp-dist .row-chart-label {
    width: 40%;
    float: left;
    font-size: 13px;
}

.comp-dist .row-chart {
    width: 60%;
    float: left;
}

.comp-dist .row-chart .report-candle-chart-candle-wrapper {
    left: 0;
    margin: 0 20px;
}

.comp-dist .report-candle-chart {
    width: 100%;
    height: 20px;
}

.comp-dist .report-candle-chart-candle-wrapper, .comp-dist .report-gap-chart-gap-wrapper  {
    text-align: center;
    position: relative;
    height: 20px;
    left: -30px;
}

.comp-dist .report-candle-chart-candle {
    height: 200px;
    width: 60%;
    margin: 0 auto;
    position: relative;

}
.comp-dist .report-bar-chart-candle-fill {
    position: absolute;
    border-left: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    height: 20px;
}
.comp-dist span.report-candle-chart-top-stat, .comp-dist span.report-candle-chart-bottom-stat {
    position: absolute;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: var(--grayscale-9);
}

.comp-dist span.report-candle-chart-top-stat {
    right: -22px;
}
.comp-dist span.report-candle-chart-bottom-stat {
    left: -22px;
}

.comp-dist .report-bar-chart-candle-fill::after {
    content: " ";
    position: absolute;
    width: 100%;
    border-top: 2px solid var(--primary-color);
    left: 0;
    top: 9px;
}

.comp-dist span.report-candle-chart-candle-label, .comp-dist span.report-gap-chart-gap-label {
    writing-mode: vertical-lr;
    position: absolute;
    top: 100%;
    height: 200px;
    text-align: left;
    left: 50%;
    width: 12px;
    font-size: 10px;
    margin-left: -6px;
}

.comp-dist span.report-candle-chart-avg-stat {
    position: absolute;
    display: block;
    background: var(--grayscale-8);
    font-size: 10px;
    font-weight: 600;
    color: var(--grayscale-1);
    box-sizing: border-box;
    padding: 2px 0px;
    border-radius: 2px;
    z-index: 5;
    width: 20px;
    margin-right: -10px;
}

.comp-dist .candle-chart-key {
    text-align: right;
    margin-bottom: 15px;
    margin-top: 50px;
}

.comp-dist div.candle-chart-key-label {
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
}

.comp-dist div.candle-chart-key-label.min-label {
    border-right: 2px solid var(--primary-color);
    padding-right: 3px;
}

.comp-dist div.candle-chart-key-label.max-label {
    border-left: 2px solid var(--primary-color);
    padding-left: 3px;
}

.comp-dist div.candle-chart-key-label.avg-label {
    background: var(--grayscale-8);
    color: var(--grayscale-1);
    box-sizing: border-box;
    padding: 2px 4px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    z-index: 5 !important;
}

.comp-dist div.candle-chart-key-stick {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    margin: 0 -5px;
}

.comp-dist div.candle-chart-key-label.avg-label:before {
    content: "";
    display: block;
    width: 15px;
    position: absolute;
    border-top: 2px solid var(--primary-color);
    left: -15px;
    top: 9px;
    z-index: 1 !important;
}

.comp-dist div.candle-chart-key-label.avg-label:after {
    content: "";
    display: block;
    width: 15px;
    position: absolute;
    border-top: 2px solid var(--primary-color);
    right: -15px;
    top: 9px;
    z-index: 1 !important;
}

.dist-by-rater-group h5 {
    font-size: .83em;
    text-transform: uppercase;
    float: left;
    clear: left;
    margin-top: -13px;
    color: var(--grayscale-7);
}

.dist-by-rater-group .report-section-intro {
    display: flex;
    justify-content: space-between;
}

.dist-by-rater-group .report-section-intro div.header-label {
    width: calc(100% - 150px);
    display: flex;
    flex-direction: column;
}

.dist-by-rater-group .report-section-intro div.report-summary-grid {
    width: 150px;
    display: flex;
    flex-direction: column;
}

.dist-by-rater-group .report-section-intro div.report-summary-grid div {
    width: 100%;
    display: flex;
}

.dist-by-rater-group p.description {
    margin-bottom: 10px;
}

div.index-partial-container {
    page-break-inside: avoid;
}

.index-partial h2 {
    color: var(--grayscale-8);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    float: left;
}

table.index-partial {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 25px;
    border: 1px solid var(--grayscale-4);
    border-collapse: collapse;
}


table.index-partial td:first-child, table.index-partial th:first-child {
    text-align: left;
    width: auto;
}

table.index-partial td.report-full-text {
    text-overflow: unset;
    overflow: visible;
    white-space: normal;
}
table.index-partial td {
    padding: 3px;
    border-bottom: 1px solid var(--grayscale-4);
    font-size: 12px;
}

table.index-partial td, table.index-partial th, table.index-partial th:last-child {
    text-align: center;
    width: 11%;
}

.index-partial p {
    font-size: 12px;
    color: #505050;
}

table.index-partial td, table.index-partial th {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.rater-summary h4 {
    color: var(--grayscale-8);
    font-weight: 600;
    font-size: 16px;
}

.trending .trend-header {
    display: flex;
    justify-content: space-between;
}

.trending .trend-header div.trend-type {
    width: calc(100% - 150px);
    display: flex;
    flex-direction: column;
}

.trending .trend-header div.report-summary-grid {
    width: 150px;
    display: flex;
    flex-direction: column;
}

.trending .trend-header div.report-summary-grid div {
    width: 100%;
    display: flex;
}

/* comp sum */
div.d-row {
    width: 100%;
    height: 17px;
}
div.d-row.comp {
    height: 25px;
}
div.d-row div.d-row-name {
    width: 40%;
    display: inline-block;
    float:left;
    font-size: 11px;
    line-height: 17px !important;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 5%;
    padding-right: 10px;
}
div.d-row.comp div.d-row-name {
    line-height: 25px !important;
    font-size: 14px;
    font-weight: 400;
}

div.d-row.comp div.d-row-name a {
    font-weight: 400;
}
div.d-row div.d-row-bar {
    width: 60%;
    position: relative;
    display: inline-block;
    float: left;
    height: 100%;
    border-bottom: 1px solid var(--grayscale-4);
}
div.d-row div.d-row-bar div.graph-line {
    border-right: 1px solid var(--grayscale-4);
    position: absolute;
    height: 100%;
}
div.d-row div.d-row-bar div.graph-line:first-child, div.d-row div.d-row-bar div.graph-line:first-child:last-child  {
    margin-left: 0px;
}

div.d-row div.d-row-bar div.graph-line.primary {
    z-index: 2;
    border-right: 2px solid var(--primary-norm-color);
}
div.d-row div.d-row-bar div.graph-line.secondary {
    z-index: 2;
    border-right: 2px solid var(--secondary-norm-color);
}
div.d-row div.d-row-bar div.graph-bar {
    height: 100%;
    background: var(--grayscale-7);
    padding: 3px 0px;
    min-height: 16px;
    min-width: 2px;
    position: absolute;
}
div.d-row div.d-row-bar div.graph-score {
    color: var(--grayscale-1);
    font-size: 11px;
    line-height: 15px !important;
    padding-left: 10px;
    position: absolute;
    z-index: 1;
    width: 100%;
}
div.d-row.comp div.d-row-bar div.graph-score {
    font-size: 14px;
}
div.d-row.comp div.d-row-bar div.graph-score {
    line-height: 23px !important;
}
div.d-row div.d-row-bar div.graph-score.short-bar {
    color: var(--grayscale-9);
}
div.d-row div.d-row-bar.self-bar div.graph-bar {
    background: var(--grayscale-8);
}
div.d-row.scale-labels {
    height: 10px;
    margin-top: 40px;
}

div.d-row.scale-labels div.d-row-bar {
    float: right;
}

div.d-row.scale-labels div.d-row-bar div.graph-line {
    text-align: right;
}

div.d-row.scale-labels div.d-row-bar div.graph-line span {
    position: relative;
    top: -20px;
    color: var(--grayscale-9);
    font-size: 10px;
    font-weight: 600;
}

div.d-row.scale-labels div.d-row-bar div.graph-line:first-child span {
    left: -2px;
}

div.d-row.scale-labels div.d-row-bar div.graph-line:not(:first-child) span {
    left: 3px;
}

/*details*/
div.d-row.details.row-total, div.d-row.details.row-total div.d-row-gap {
    font-weight: 600;
}
div.d-row.details div.d-row-name {
    width: 30%;
}
div.d-row.details.group div.d-row-name {
    width: 40%;
}
div.d-row.details.nested div.d-row-name {
    padding-left: 5%;
}
div.d-row.details.row-total div.d-row-name {
    font-size: 13px;
}
div.d-row.details div.d-row-bar {
    width: 60%;
    min-height: 17px;
    display: flex;
    align-items: center;
}
div.d-row-details.group div.d-row-bar {
    width: 100% !important;
}
div.d-row.details.scale-labels div.d-row-bar {
    min-height: 10px;
}
div.d-row.details div.d-row-gap {
    width: 10%;
    height: 17px;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 15px !important;
    text-transform: uppercase;
    border-right: 1px solid var(--grayscale-4);
    border-bottom: 1px solid var(--grayscale-4);
}
div.d-row.details.scale-labels div.d-row-gap {
    float: right;
    height: 10px !important;
    border-right: none;
}
div.d-row.details.first-row {
    height: 20px;
}
div.d-row.details.first-row div.d-row-name {
    line-height: 18px !important;
}
div.d-row.details.first-row div.d-row-bar {
    border-top: 1px solid var(--grayscale-4);
}
div.d-row.details.first-row div.d-row-gap {
    border-top: 1px solid var(--grayscale-4);
    height: 20px;
}
div.item-group {
    position: relative;
}

div.item-group div.norm-lines {
    height: 100%;
    position: absolute;
    z-index: 20;
    width: 60%;
    left: 30%;
}
div.item-group div.norm-lines div.graph-line {
    height: 100%;
    position: absolute
}
div.item-group div.norm-lines div.graph-line span {
    position: absolute;
    font-size: 10px;
    color: var(--grayscale-9);
    font-weight: 600;
    bottom: -12px;
    right: -15px;
}
div.item-group div.norm-lines div.graph-line.primary {
    border-right: 2px solid var(--primary-norm-color);
}

div.item-group div.norm-lines div.graph-line.secondary {
    border-right: 2px solid var(--secondary-norm-color);
}

p.administration-dates {
    margin-bottom: 10px;
}
p.administration-dates span.administration-date-title {
    font-weight: 700;
}

.report-item-text.derailer-item {
    margin-top: 35px;
}

.report-item-text.derailer-item.is-masked {
    margin-top: 0;
}

.report-item-text.competency-item {
    margin-top: 30px;
}

h4.report-item-text {
    font-family: 'Open Sans';
    font-weight: 400;
}

.report-full-text p {
    font-size: 14px;
}

/* Item Ranking page */
div.distribution-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

div.distribution-header p.report-table-header {
    width: 40%;
}

div.distribution-header div.key-container {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

div.distribution-header div.key-container div.key {
    display: flex;
    align-items: center;
    font-size: 11px;
    margin-left: 10px;
}

div.distribution-header div.key-container div.key.title {
    font-weight: 700;
    text-transform: uppercase;
}

div.distribution-header div.key-container div.key:first-child {
    margin-left: 0;
}

div.distribution-header div.key-container div.key span {
    height: 12px;
    width: 12px;
    margin-right: 3px;
}

table.ranking-item-distribution th.item-text {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
table.ranking-item-distribution th.item-responses {
    width: calc(100% - 250px);
    min-width: calc(100% - 250px);
    max-width: calc(100% - 250px);
    text-align: left;
}
table.ranking-item-distribution th.item-responses.no-self {
    width: calc(100% - 200px);
    min-width: calc(100% - 200px);
    max-width: calc(100% - 200px);
}
table.ranking-item-distribution div.ranking-bar {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
}
table.ranking-item-distribution div.ranking-bar div.bar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--grayscale-1);
}
table.ranking-item-distribution div.no-response {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--grayscale-7);
}
table.ranking-item-distribution th.self-response {
    width: 50px;
    min-width:50px;
    border-left: 1px solid  var(--grayscale-4);
}

table.ranking-item-distribution td.self-response {
    border-left: 1px solid var(--grayscale-4);
}

div.ranking-rater-group-breakout {
    display: flex;
    flex-direction: column;
    page-break-inside: avoid;
}

div.ranking-rater-group-breakout div.item-title {
    font-size: 12px;
    color: var(--grayscale-5);
    margin-bottom: 3px;
}

div.ranking-rater-group-breakout div.row-title {
    font-weight: 700;
}

div.ranking-rater-group-breakout div.row-descrip {
    font-size: 12px;
}

div.ranking-rater-group-breakout table.ranking-item-distribution {
    margin-top: 10px;
}

div.ranking-rater-group-breakout div.not-selected {
    font-size: 12px;
    color: var(--grayscale-7);
    margin-bottom: 10px;
}

div.masking-descrip {
    display: flex;
    align-items: center;
    color: var(--grayscale-7);
    font-size: 12px;
}

div.masking-descrip img {
    width: 12px;
    margin-right: 5px;
}

div.masking-preface {
    display: flex;
    align-items: center;
    font-size: 10px;
    margin: 0;
    margin-bottom: 5px;
}

div.masking-preface.ranking {
    margin-top: 40px;
}

div.masking-preface.items {
    padding-left: 5%;
    margin-top: 30px;
}

div.masking-preface.derailers {
    margin-top: 35px;
    padding-left: 5%;
}

.comment-item:has(> .masking-preface.comments) {
    margin-top: 20px;
}

h4.report-item-text.competency-item.is-masked {
    margin-top: 0;
}

div.masking-preface img {
    width: 10px;
    margin-right: 5px;
}

div#participant-name {
    display: none;
}

div.info-message {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    color: var(--grayscale-5);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

div.info-message.content {
    padding-bottom: 40px;
}

.data-appendix-item-key  {
    page-break-inside: avoid;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.data-appendix-item-key.last  {
    margin-bottom: 40px !important;
}

.data-appendix-item-key .key-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.data-appendix-item-key .key-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.data-appendix-item-key .key-items .key-item {
    border-left: 2px solid var(--grayscale-8);
    padding: 0 5px;
    font-size: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.data-appendix-item-key .key-items .key-item:first-child {
    border-left: none;
    padding-left: 0;
}

.data-appendix-item-key .key-items .gap-item {
    padding-right: 10px;
    font-size: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.data-appendix-item-key .key-items .gap-item span {
    height: 15px;
    width: 15px;
    border-radius: 2px;
    margin-right: 5px;
}

.data-appendix-item-key .key-items .gap-item:first-child {
    padding-left: 0;
}

div.data-appendix-table-container {
    width: 100% !important;
    overflow: hidden;
    overflow-x:auto;
}

@media only print {
    div.data-appendix-table-container {
        width: 722px !important;
    }
}

table.data-appendix-table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0 !important;
}

table.data-appendix-table th,
table.data-appendix-table td {
    border: 1px solid var(--grayscale-4);
    white-space: normal !important;
    text-align: center;
    padding: 10px !important;
}

table.data-appendix-table th {
    background: none;
    font-weight: 400;
    padding: 5px 10px !important;
}

table.data-appendix-table th:first-child div,
table.data-appendix-table td:first-child div {
    text-align: left;
}

table.data-appendix-table .data-appendix-table-competency {
    font-weight: 700;
    background: var(--grayscale-2);
}

table.data-appendix-table .data-appendix-table-item.competency td.item-text {
    padding-left: 25px !important;
}

table.ai-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0 !important;
    border: none !important;
}
table.ai-table th,
table.ai-table td {
    padding: 0 !important;
    border: none !important;
    width: 100% !important;
    background: none !important;
    text-transform: none !important;
    white-space: normal !important;
}

table.ai-table div.container {
    width: 100% !important;
}

table.ai-table th div.container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
}
table.ai-table div.container div.ai-logo {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 700;
    width: auto !important;
}

table.ai-table div.container div.ai-logo img.ai-logo-img {
    height: 15px;
    margin-right: 7px;
    filter: invert(31%) sepia(10%) saturate(1751%) hue-rotate(265deg) brightness(101%) contrast(92%);
}

table.ai-table h4.report-comment-title {
    margin: 0 !important;
}

table.ai-table div.header-bar-container {
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

table.ai-table div.header-bar-container div.header-bar {
    height: 100%;
    width: 75%;
    border-bottom: 1px solid var(--grayscale-5);
}

table.ai-table div.ai-disclaimer {
    width: 100%;
    font-style: italic;
    font-size: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: center;
}

table.ai-table div.no-comments {
    width: 100%;
    padding: 20px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--grayscale-4);
    margin-top: 10px;
}

table.ai-table div.ai-summary,
table.ai-table div.ai-recommendations {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

table.ai-table div.ai-summary div.ai-summary-section {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--grayscale-5);
    page-break-inside: avoid;
}

table.ai-table div.ai-summary div.ai-recommendation-section {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
}

table.ai-table div.ai-summary div.ai-summary-section:last-child {
    border-bottom: none !important;
}

table.ai-table div.ai-summary div.ai-summary-section:first-child {
    margin-top: 0 !important;
}

table.ai-table div.ai-summary div.ai-summary-section div.ai-summary-section-rater-group {
    color: var(--grayscale-5);
}

table.ai-table div.ai-summary div.ai-summary-section div.ai-summary-section-rater-group span {
    text-transform: uppercase;
}

table.ai-table div.ai-summary div.ai-summary-section div.topic-section,
table.ai-table div.ai-recommendations div.ai-recommendation-section div.topic-section  {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

table.ai-table div.ai-summary div.ai-summary-section div.topic-section div.topic-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

table.ai-table div.ai-summary div.ai-summary-section div.topic-section div.topic-description {
    font-size: 10px;
    color: var(--grayscale-6);
}

table.ai-table div.ai-summary div.ai-summary-section div.topic-section div.topic-summary {
    margin-top: 15px;
}

table.ai-table div.ai-summary div.ai-summary-section div.topic-section div.topic-details {
    margin-top: 10px;
    padding-left: 20px;
}

table.ai-table div.ai-summary div.ai-summary-section div.topic-section div.topic-details ul {
    padding-left: 20px;
}

table.ai-table div.ai-summary div.ai-summary-section div.topic-section div.topic-details ul span {
    font-weight: 700;
}

table.ai-table div.ai-recommendations div.ai-recommendation-section div.topic-section div.topic-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

table.ai-table div.ai-recommendations div.ai-recommendation-section div.topic-section ul {
    padding-left: 20px;
}

table.ai-table div.ai-recommendations div.ai-recommendation-section div.topic-section ul li span {
    font-weight: 700;
}

div.item-response-distribution {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: var(--grayscale-7);
}

div.item-response-distribution div.item-response-data-container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

div.item-response-distribution.norm-lines-active {
    padding-top: 5px;
}

div.item-response-distribution div.item-response-label {
    width: 30%;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    padding-right: 10px;
    padding-left: 5%;
}

div.item-response-distribution div.item-response-container {
    display: flex;
    flex-direction: column;
    width: 60%;
}

div.item-response-distribution div.item-response-values,
div.item-response-distribution div.item-response-marks,
div.item-response-distribution div.item-response-text {
    width: 100%;
    position: relative;
    display: inline-block;
    float: left;
}

div.item-response-distribution div.item-response-values {
    height: 12px;
    margin-bottom: 3px;
    position: relative;
    left: -3px;
}

div.item-response-distribution div.item-response-values div {
    position: absolute;
    font-size: 10px;
    line-height: 10px !important;
}

div.item-response-distribution div.item-response-marks {
    height: 10px;
    border-bottom: 1px solid var(--grayscale-4);
}

div.item-response-distribution div.item-response-marks div.graph-line {
    border-right: 1px solid var(--grayscale-4);
    position: absolute;
    height: 100%;
}

div.item-response-distribution div.item-response-text {
    overflow: visible;
    left: -5px;
    position: relative;
}

@media only print {
    div.item-response-distribution div.item-response-text {
        left: -15px;
    }
}

div.item-response-distribution div.item-response-text div {
    position: absolute;
    font-size: 10px;
    white-space: pre;
}

div.item-response-distribution div.item-response-disclaimer {
    width: 100%;
    font-size: 10px;
    padding-top: 30px;
    line-height: 1.15 !important;
    text-align: center;
}



@media only print {
    div.d-row.details.first-row div.d-row-bar {
        border-top-width: 2px;
    }
    div.d-row div.d-row-bar, div.d-row.details div.d-row-gap {
        border-bottom-width: 2px;
    }
    div.d-row div.d-row-bar div.graph-line {
        border-right-width: 2px;
    }

    div.item-group div.norm-lines div.graph-line span {
        bottom: -17px;
    }
    div.d-row.details.row-total .d-row-gap {
        height: 17px;
    }
    div.d-row.details div.d-row-gap {
        height: 17px;
        border-right-width: 2px;
    }
    div.d-row.details.first-row div.d-row-gap {
        border-top-width: 2px;
        height: 20px;
    }

    div.d-row.scale-labels div.d-row-bar div.graph-line:not(:first-child) span {
        left: 4px;
    }
}

/* client-specific - DROPBOX */
div.report-section.dropbox-team-summary div.d-row.comp.report-data-total {
    margin-bottom: 10px;
}

div.report-section.dropbox-team-summary div.d-row.comp.report-data-total div.d-row-name {
    font-weight: 600;
}

div.report-section.dropbox-team-summary div.d-row.comp.report-data-total div.d-row-bar {
    width: auto;
    padding: 0 15px;
    border: 2px solid var(--grayscale-8) !important;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.report-section.dropbox-team-summary div.d-row.scale-labels div.d-row-bar div.graph-line span:first-child {
    top: 5px !important;
}

div.report-section.dropbox-team-summary div.scale-label-text {
    width: 60%;
    margin-left: 40%;
    margin-bottom: 60px;
    margin-top: 15px;
    position: relative;
}

div.report-section.dropbox-team-summary div.scale-label-text div.scale-item {
    position: absolute;
    color: var(--grayscale-9);
    font-size: 10px;
    text-align: center;
    line-height: 10px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
}

div.report-section.dropbox-team-summary div.scale-label-text div.scale-item div {
    line-height: 12px !important;
}

div.report-section.dropbox-team-summary div.scale-label-text div.first {
    text-align: left;
    left: 0 !important;
}

div.report-section.dropbox-team-summary div.scale-label-text div.last {
    text-align: right;
    right: 0 !important;
}
  
div.report-section.dropbox-team-summary div.d-row div.d-row-bar {
    border-top: 1px solid var(--grayscale-4) !important;
    border-bottom: none !important;
}
  
div.report-section.dropbox-team-summary div.d-row.scale-labels {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

@media only screen {
    div.report-section.dropbox-team-summary div.d-row.scale-labels {
        margin-bottom: 40px !important;
    }
}

@media print {
    .dw_item_details div.d-row div.d-row-bar div.graph-bar {
        padding: 4px 0px;
    }
}