.overviewData {
    max-width: 200px;
    text-align: center;
}
.plagTopData {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #DADCE0;
}
.plagiarismOverview {
    /* display: flex; */
    justify-content: start;
    gap: 30px;
    align-items: end;
}
.generatedEssay .overallHead{
    font-size: 20px;
    color: #475569;
}
.generatedEssay .totalSimilarity{
    font-size: 24px;
    color: #475569;
    font-weight: 500;
    margin-top: 3px;
}
.generatedEssay .topLabel , .generatedEssay .topLabel span{
    color: #475569;
    padding-bottom: 3px;
    font-weight: 500;
}
.generatedEssay .topLabel span{
    padding-bottom: 3px;
    font-weight: 400;
}
.singleResult{
    display: flex;
    gap: 19px;
    margin-top: 15px;
}
.generatedEssay .resultNum{
    min-width: 24px;
    height: 24px;
    background-color: red;
    color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    margin-top: 4px;
}
.generatedEssay .resultNum.grey{
    background-color: grey;
}
.generatedEssay .copiedFrom{
    max-width: 370px;
    overflow: hidden;
}
.generatedEssay .websiteUrl{
    font-size: 14px;
    font-weight: 500;
    color: #1E293B;
    line-break: anywhere;
}
.generatedEssay .websiteUrl:hover{
    text-decoration: underline;
}
.generatedEssay .copiedSource{
    font-size: 14px;
    color: #858585
}
.generatedEssay .matchPercent{
    font-size: 18px;
    color: #858585;
    font-weight: 500;
    max-width: 46px;
}

.gauge {
  background: #e7e7e7;
  box-shadow: 0 -3px 6px 2px rgba(0, 0, 0, 0.50);
  width: 200px;
  height: 100px;
  border-radius: 100px 100px 0 0!important;
  position: relative;
  overflow: hidden;
}
.gauge.min-scaled {
  transform: scale(0.5);
}

.gauge-center {
  content: '';
  color: #fff;
  width: 50%;
  height: 50%;
  background: #15222E;
  border-radius: 100px 100px 0 0!important;
  position: absolute;
  box-shadow: 0 -13px 15px -10px rgba(0, 0, 0, 0.28);
  left: 50%;
  bottom: 0;
  color: #fff;
  z-index: 10;
  transform: translateX(-50%);
}

.gauge-center .label, .gauge-center .number {display:block; width: 100%; text-align: center; border:0!important;transform: translateY(16px);}
.gauge-center .label {font-size:0.75em; opacity:0.6; margin:1.1em 0 0.3em 0;}
.gauge-center .number {font-size:1.2em;}

.needle {
  width: 80px;
  height: 7px;
  background: #15222E;
  border-bottom-left-radius: 100%!important;
  border-bottom-right-radius: 5px!important;
  border-top-left-radius: 100%!important;
  border-top-right-radius: 5px!important;
  position: absolute;
  bottom: -2px;
  left: 20px;
  transform-origin: 100% 4px;
  transform: rotate(0deg);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.38);
  display:none;
  z-index:9;
  transition: all ease .8s;
}

.four.rischio1 .needle {display:block;}
.four.rischio2 .needle {display:block;}
.four.rischio3 .needle {display:block;}
.four.rischio4 .needle {display:block;}

.slice-colors {height:100%;}

.slice-colors .st {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 50px solid transparent;  
}


.four .slice-colors .st.slice-item:nth-child(2) {
  /* border-top: 50px #f1c40f solid;
  border-right: 50px #f1c40f solid; */
  background-color:#1eaa59;
}

.four .slice-colors .st.slice-item:nth-child(4) {
  left:50%;
  border-bottom: 50px #E84C3D solid;
  border-right: 50px #E84C3D solid;
  /* background-color:#e67e22; */
  background-color:#E84C3D;
}
#results {
    padding-bottom: 20px;
    border-bottom: 1px solid #DADCE0;
}


.reportWrapper{
    margin-top: 30px;
}
.reportWrapper .reportHead{
    font-size: 20px;
    color: #475569;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}
.ma_clr1{
    color: red !important;
    /* background-color: #FFE5CA !important; */
}
.ma_clr2{
    color: #5D9C59 !important;
    /* background-color: #DDF7E3 !important; */
}
.ma_head1{
    /* color: red !important; */
    background-color: #FFE5CA !important;
}
.ma_head2{
    /* color: #5D9C59 !important; */
    background-color: #DDF7E3 !important;
}
.sr_col2{
    background-color: #5D9C59 !important ;
}
#originalText{
    display: flex;
    flex-direction: column;
}
.inputGroup textarea{
    max-height: 250px;
}
.generatedEssay p.matchedText {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.generatedEssay .textMatchedSource {
    font-weight: 500;
    margin-bottom: 20px;
    max-width: max-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.generatedEssay .textMatchedSource span{
    display: block;
}
.sourceReport{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #DADCE0;
}
.matchCounter{
    color: #000;
}
.generatedEssay p.matchedText > span{
    display: flex;
    gap: 3px;
}