.case-document{
    margin-top: 8em;
}
.document-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.document-item img{
    width: 100%;
}


.report_main_title {
    font-weight: 700;
    margin-bottom: 0;
    color: var(--item-box-color);
    position: relative;
    z-index: 3;
    margin-top: -70px;
}
.report-form button:hover{
    opacity: 0.6;
}
.report-container {
    margin-top: 80px;
    margin-bottom: 150px;
}
.report-container h1{
    font-size: 30px;
}
.report-table td{
    text-align: left;
}
.case-item{
    margin-bottom: 1em;
}

.report-item h4{
    font-size: 18px;
    font-weight: 700;
}

.report-item{
    margin-top: 2em;
    margin-bottom: 3em;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 2em;
}
.report-header h1{
    font-size: 42px;
}
.report-header .report-sub-item{
    margin-bottom: 3em;
}
.report-header hr{
    margin-bottom: 4em;
}
.tt{
    color: var(--primary-hover-theme-color);
    font-size: 22px !important;
    text-transform: opac;
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 1em;
}
.btn-back{
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3em;
}
.report-sub-item{
    display: flex;
    gap: 0.5em;
    align-items: center;
    font-size: 14px !important;
    opacity: 0.8;
}


.report-sub-item p{
    margin-bottom: 0;
}

tbody tr{
    cursor: pointer;
    transition: 0.4s all;
}
tbody tr:hover{
    background-color: rgb(236, 242, 247);
}

.heading{
    margin-bottom: 1.5em;
}

.item-content p{
    margin-bottom: 0;
}
.item-content h4{
    margin-bottom: 0;
    font-size: 1.4em;
    font-weight: 700;
}
.table td, .table th{
    padding: 0.75rem;
    vertical-align: top;
    border-bottom: 1px solid #dee2e6;
    border-top: 0px !important;
}



table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    width: 100% !important;
    margin-top: 2em;
  }
  
  table caption {
    margin: .5em 0 .75em;
  }
  
  table tr {
    padding: .35em;
  }
  
  table th,
  table td {
    padding: .625em;
  }
  table td{
    font-size: 0.9em;
  }
  
  table th {
    font-size: 0.8em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  
  @media screen and (max-width: 600px) {
    table {
      border: 0;
    }
  
    table caption {
      font-size: 1.3em;
    }
    
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      display: block;
      border: 1px solid #ccdae3;
      border-radius: 12px;
      background: #f4f8fb;
      margin-bottom: .625em;
    }
    .nbt{
        border-top: none !important;
    }
    
    table td {
      display: block;
      font-size: .8em;
      text-align: right;
    }

    table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }
  
  .case-item b{
    display: block;
  }
  
  
  
  .summary-item{
    max-width: 450px;
    height: auto;
    background: #f4f4f4;
    margin-top: 2em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 53px;
    border-left: 8px solid var(--primary-hover-theme-color);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 40px;
    padding-bottom: 25px;
  }
.summary-item h2{
    font-size: 20px;
    margin-bottom: -5px;
    font-weight: 700;
}
  .summary-item h1{
    font-size: 48px;
    color: var(--primary-hover-theme-color);
  }

  .report-table, .case-details{
    margin-top: 8em;
  }


  .report-table td:first-child{
    text-transform: uppercase;
    font-size: 18px;
    opacity: 0.7;
  }
  .report-table td:nth-child(2){
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
  }

  .case-item{
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10%;
  }



  .case-item h6{
    margin-bottom: 0;
    opacity: 0.5;
    font-weight: 400;
    font-size: 14px;
  }
  .case-item h3{
    font-size: 24px;
    margin-bottom: 1em;
  }
  .case-item hr{
    margin-bottom: 2em;
  }
  .case-item b{
    font-size: 14px;
  }

.link{
  text-decoration: underline;
  color: var(--primary-hover-theme-color);
}











  .report-item2{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2.5em;
}
.detail-item{
    background: #e8f2f3;
    padding: 45px 15px;
    margin-bottom: 15px;
    border-radius: 8px;
}
.detail-item .pricing p{
    margin: 0;
    color: var(--primary-hover-theme-color);
}
.detail-item .pricing h3{
    margin: 0;
    color: var(--primary-hover-theme-color);
    font-size: 2.6em;
    font-weight: 700;
}
#reportChart{
    height: 350px;
    margin-bottom: 6em;
    margin-top: 2em;
}
.chart-section{
    margin-top: 3em;
}
.chart-section small{
    font-size: 0.8em;
    opacity: 0.5;
}
.detail-item .pricing {
    text-align: center;
    margin-bottom: 1em;
}
.detail-item .age{
    text-align: center;
}
.detail-item .age p{
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
}
.item-icon{
    width: 50px;
    height: 50px;
    background: #3bd9b43d;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
}


.item-content p{
    margin-bottom: 0;
}
.item-content h4{
    margin-bottom: 0;
    font-size: 1.4em;
    font-weight: 700;
}


  
  @media screen and (max-width: 600px) {
  
  }
  
  
  
  
  
  
  