.aiContentDetectorToolSec {
  padding: 125px 0 100px;
  background: linear-gradient(224deg, #fff0 57.24%, #E2F3FF 100%), linear-gradient(241deg, #E2F3FF 0%, #fff0 44.67%)
}

.toolTopContentWrapper {
  text-align: center;
  color: #333;
  max-width: 744px;
  margin: auto
}

.toolTopContentWrapper .blueTop {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.71px;
  color: #3d89c8;
  text-transform: uppercase
}

.toolTopContentWrapper h1 {
  font-size: 39px;
  font-weight: 500;
  line-height: 60px;
  max-width: 800px;
  margin: 16px auto 36px
}

.toolTopContentWrapper .topDesc {
  font-size: 20px;
  line-height: 30px
}

.toolTopContentWrapper .secondDesc {
  font-size: 14px;
  line-height: 25px;
  margin-top: 26px
}

.toolTopContentWrapper .secondDesc span {
  color: #656565
}

.mode-switcher-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  position: relative
}

.mode-switcher {
  border: 1px solid #cbe4fb;
  border-radius: 9999px;
  box-shadow: none;
  position: relative;
  z-index: 10
}

.mode-switcher-root {
  background: #fff;
  display: flex;
  overflow: hidden;
  padding: 4px;
  border-radius: inherit;
  position: relative
}

.mode-tab {
  background: #fff0;
  border: 0;
  color: #888;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  padding: 0 20px;
  position: relative;
  text-transform: capitalize;
  transition: color 0.15s ease;
  z-index: 50;
  border-radius: inherit
}

.mode-tab:not(.mode-tab--active):hover {
  color: #1176ca;
  text-shadow: 1px 1px 12px hsl(0 0% 100% / .4)
}

.mode-tab--active {
  color: #fff
}

.mode-tab:focus-visible {
  box-shadow: 0 0 0 1px #115389;
  outline: none
}

.mode-tab-pill,
.mode-tab-glow {
  pointer-events: none;
  position: absolute;
  user-select: none;
  border-radius: inherit;
  top: 4px
}

.mode-tab-pill {
  background: linear-gradient(to right bottom, #115389, #1176ca);
  height: 36px;
  opacity: .8;
  transition: left 0.2s ease-in-out, width 0.2s ease-in-out
}

.mainToolWrapper {
  margin-top: 27px;
  padding: 30px 0 32px;
  border-radius: 15px;
  position: relative
}

.textareaWrapper {
  position: relative;
  display: flex;
  height: 471px;
  border-radius: 15px;
  overflow: hidden
}

.mainToolWrapper textarea {
  width: 100%;
  display: block;
  resize: none;
  height: 400px;
  appearance: none;
  border: none;
  font-family: inherit;
  padding: 61px 46px 15px;
  outline: none;
  font-size: 14px;
  line-height: 30px
}

.outputExists textarea {
  width: 50%
}

.mainToolWrapper textarea::placeholder {
  color: #a3b1c2
}

.toolQuickActions {
  display: flex;
  align-items: center;
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  gap: 18px
}

.toolQuickActions button {
  padding: 10px;
  background: #edf2f7;
  border-radius: 9px;
  cursor: pointer;
  display: flex;
  border: none;
  margin: auto;
  width: 40px;
  height: 40px;
  justify-content: center
}

.toolQuickActions button:hover {
  background: #e2e8f0
}

.actionFunction {
  
  font-size: 12px;
  font-weight: 500;
  line-height: 15.18px;
  color: #1a1d28;
  margin: 9px 0
}

.singleAction {
  text-align: center;
  max-width: max-content
}

.singleAction span {
  
  font-size: 12px;
  font-weight: 500;
  line-height: 15.18px;
  text-align: left;
  color: #606979;
  text-transform: uppercase
}

.wordsCounterWrapper {
  font-size: 14px;
  line-height: 30px;
  color: #505a6d
}

.toolBottomWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 26px 0
}

.inputInfo {
  display: flex;
  align-items: center;
  gap: 12px
}

.inputInfo span {
  display: flex;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #221e28
}

.inputInfo p {
  font-size: 14px;
  line-height: 17.71px;
  color: #fff
}

.humanizeContentBtn {
  border: none;
  cursor: pointer;
  padding: 13px 25px 11px;
  font-size: 14px;
  
  font-weight: 500;
  line-height: 17.71px;
  color: #fff;
  background: #1176ca;
  border-radius: 6px
}

.humanizeContentBtn:hover {
  background: #115389
}

.textareaWrapper .outputWrapper {
  width: 50%;
  background: #f7fafd;
  border-radius: 0 15px 15px 0;
  position: relative;
  padding: 12px 15px 65px
}

.outputText {
  width: 100%;
  background: #f7fafd;
  overflow: auto;
  height: 100%;
  padding: 0 30px 60px
}

.outputsWrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 30px
}

.outputsWrapper button {
  padding: 8px 12px 9px 13px;
  font-size: 12px;
  line-height: 15.18px;
  color: #6c7686;
  border: none;
  background: #fff0;
  cursor: pointer;
  border-radius: 5px
}

.outputsWrapper button:hover {
  background: #e8f2fa
}

.outputsWrapper button.active {
  color: #1176ca;
  background: #e8f2fa
}

.inputBottomWrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 26px 31px;
  background: #fff
}

.outputExists .inputBottomWrapper {
  width: 50%
}

.deleteBtn {
  display: flex;
  background: #fff0;
  border: none;
  cursor: pointer
}

.deleteBtn:hover {
  opacity: .7
}

.outputBottomWrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 26px 31px;
  background: #f7fafd
}

.copyBtn {
  display: flex;
  background: #fff0;
  border: none;
  cursor: pointer;
  gap: 5px;
  align-items: center
}

.copyBtn:hover {
  opacity: .7
}

.copyBtn span {
  font-size: 14px;
  line-height: 30px;
  color: #505a6d
}

.copyBtn.copied span {
  color: #2c9160
}

.copyBtn.copied:hover {
  opacity: 1;
  cursor: default
}

.outputText {
  margin-top: 14px
}

.outputText * {
  font-size: 14px;
  line-height: 30px;
  color: #222a3a
}

.inputInfo p.warningText {
  color: #b85321
}

.inputInfo p.successText {
  color: #2c9160
}

.wordsCounterWrapper.limitexceed span {
  color: red;
  
  font-weight: 500
}

.humanizeContentBtn.disabled {
  opacity: .5;
  pointer-events: none
}

#humanize-btn-processing {
  height: 41px;
  padding: 0;
  width: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px
}

.toolQuickActions.transform {
  left: 25%
}

.toolStats {
  align-items: center;
  gap: 12px;
  display: flex;
  justify-content: center;
  margin-top: 10px
}

.singleStat {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative
}

.statValue {
  font-size: 13px;
  line-height: 17px;
  color: #b9b9b9
}

.singleStat.hoverable:hover {
  cursor: pointer
}

.singleStat.hoverable:hover .statValue {
  color: #1176ca
}

.singleStat .statValue.green {
  color: #2c9160
}

.singleStat.hoverable:hover svg path,
.singleStat.hoverable.active svg path {
  fill: #1176ca
}

.singleStat:hover::before {
  display: block
}

.singleStat::before {
  position: absolute;
  content: 'People Viewed';
  top: -29px;
  left: 0;
  background: #334155;
  border-radius: 2px;
  padding: 6px 5px;
  color: #fff;
  font-size: 12px;
  line-height: 8px;
  display: none;
  width: max-content
}

.singleStat.likes::before {
  content: 'Like'
}

.singleStat.dislike::before {
  content: 'Dislike'
}

.singleStat.shares::before {
  content: 'Shares'
}

.singleStat.copyLink::before {
  content: 'Copy Link'
}

.clipboardMsg {
  background: #000;
  color: #fff;
  font-weight: 500;
  position: fixed;
  font-size: 14px;
  padding: 6px 18px;
  left: 50%;
  transition: 0.43s ease-in;
  transform: translate(-50%, 0);
  border-radius: 3px;
  line-height: 18px;
  bottom: -60px;
  max-width: max-content;
  width: 100%
}

.clipicon {
  padding-right: 5px;
  display: inline-flex
}

.clipboardMsg.show {
  transform: translate(-50%, -113px);
  z-index: 1111
}

.dislikeModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99
}

.newTemplateOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / .5)
}

.dislikeForm {
  padding: 40px 34px;
  background: #fff;
  border-radius: 10px;
  max-width: 558px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px)
}

.dislikeForm h2 {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 17px;
  line-height: 120.19%;
  color: #000;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e8f0
}

.feedbackWrapper label {
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  color: #0f172a
}

.feedbackWrapper textarea {
  display: block;
  width: 100%;
  appearance: none;
  height: 85px;
  resize: none;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  line-height: 120.19%;
  padding: 13px 12px;
  margin: 8px 0 20px;
  outline: 0;
  font-family: inherit
}

.feedbackWrapper textarea:focus {
  border-color: #1176ca
}

.submitFeedback {
  padding: 5px 20px;
  background: #1176ca;
  border-radius: 3px;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  outline: 0;
  margin-left: auto;
  cursor: pointer;
  border: none;
  display: block;
  max-width: max-content;
  transition: 0.2s
}

.submitFeedback:hover {
  background: #115389
}
.aiHumanizerContentSec{padding:40px 0 0}.aiHumanizerContentSec h2{font-size:22px;margin:10px 0;font-weight: 600;}.aiHumanizerContentSec h2.mgHead{margin-top:40px}.aiHumanizerContentSec h3{margin:10px 0;font-size:20px;line-height:1.5}.aiHumanizerContentSec p,.aiHumanizerContentSec li{margin:18px 0;font-size:16px;line-height:1.5}.aiHumanizerContentSec p a{color:#0654E6;text-decoration:underline}.aiHumanizerContentSec p a:hover{text-decoration:none}.aiHumanizerContentSec ol,.aiHumanizerContentSec ul{padding-left:40px}.aiHumanizerContentSec button{padding:9px 16px;border-radius:6px;font-size:14px;display:block;font-weight:450;line-height:20px;letter-spacing:0em;text-align:left;max-width:max-content;position:relative;background:#1b1b1b;color:#fff;border:1px solid #1b1b1b;cursor:pointer;margin:18px 0 40px}.aiHumanizerContentSec button:hover{background:#1176ca;border-color:#fff0}.aiHumanizerContentSec .blueHead{color:#1176ca;font-weight:500;font-family:Circular-Medium;margin-top:40px}@media (max-width:575px){.aiHumanizerContentSec h2{font-size:24px;margin:10px 0}.aiHumanizerContentSec p,.aiHumanizerContentSec li{font-size:16px}}
@media (max-width:991px) {
  .aiContentDetectorToolSec {
    padding: 75px 0 100px
  }

  .textareaWrapper {
    flex-direction: column;
    height: 100%;
    gap: 71px;
    min-height: 571px
  }

  .mainToolWrapper textarea {
    height: 500px
  }

  .outputExists textarea {
    width: 100%;
    height: 500px
  }

  .textareaWrapper .outputWrapper {
    width: 100%
  }

  .textareaWrapper .outputWrapper {
    border-radius: 0
  }

  .outputText {
    height: 450px;
    overflow: auto
  }

  .inputBottomWrapper {
    width: 100%;
    top: 500px;
    height: max-content
  }

  .outputExists .inputBottomWrapper {
    width: 100%
  }
}

@media (max-width:575px) {
  .aiContentDetectorToolSec {
    padding: 45px 0 100px
  }

  .toolTopContentWrapper {
    text-align: left
  }

  .toolTopContentWrapper .blueTop {
    font-size: 13px;
    line-height: 16.44px
  }

  .toolTopContentWrapper h1 {
    font-size: 35px;
    line-height: 47px
  }

  .toolTopContentWrapper .topDesc {
    font-size: 16px;
    line-height: 24px
  }

  .toolTopContentWrapper .secondDesc {
    font-size: 13px;
    line-height: 24px;
    margin-top: 22px
  }

  .mainToolWrapper {
    padding: 14px 0 24px
  }

  .mainToolWrapper textarea {
    padding: 32px 24px 15px;
    line-height: 22px
  }

  .textareaWrapper .outputWrapper {
    padding: 32px 24px 85px
  }

  .toolBottomWrapper {
    padding: 24px 11px 0
  }

  .outputText * {
    line-height: 22px
  }

  .inputInfo {
    align-items: flex-start;
    gap: 8px;
    max-width: 226px
  }

  .inputInfo span img {
    width: 12px;
    height: 12px
  }

  .inputInfo span {
    padding: 6px;
    gap: 8px
  }

  .inputInfo p {
    font-size: 12px
  }

  .humanizeContentBtn {
    padding: 9px 16px 8px;
    font-size: 14px;
    line-height: 17.71px
  }

  .outputText {
    padding: 0
  }

  .outputsWrapper {
    padding: 0
  }

  #humanize-btn-processing {
    width: 96px;
    height: 34px
  }
}

.toolBodywrap {
  display: flex;
  column-gap: 12px;
  padding: 0 16px
}

.toolForm {
  width: 100%;
  flex: 2
}

.formGroup {
  position: relative
}

.wordCounterWrapper {
  margin-top: 12px;
  padding: 0 4px
}

.wordCounter {
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
}

.wordCounter.invalid {
  color: #dc2626
}

.highlightedTextOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e9edfc;
  border-radius: 18px 0 0 18px;
  background: #fefefe;
  padding: 24px;
  font-size: 14px;
  line-height: 24px;
  font-family: inherit;
  white-space: pre-wrap;
  word-wrap: break-word;
  pointer-events: auto;
  user-select: text;
  cursor: text;
  z-index: 2;
  min-height: 505px;
  overflow-y: auto;
  outline: none
}
.highlightedTextOverlay span{
  color: black;
}
.highlightedTextOverlay:focus {
  border-color: #1176ca
}

.highlightedParagraph {
  display: inline;
  padding: 2px 0;
  border-radius: 2px
}

#aiTextArea {
  border: 1px solid #e9edfc;
  border-radius: 18px 0 0 18px;
  background: #fefefe;
  color: #1f1f1f;
  width: 100%;
  min-height: 505px;
  padding: 24px;
  font-size: 14px;
  line-height: 24px;
  resize: none;
  font-family: inherit;
  outline: none;
  position: relative;
  z-index: 0
}

#aiTextArea.with-highlight {
  color: #fff0;
  caret-color: #fff0;
  z-index: 0;
  background: #fff0;
  user-select: none;
  pointer-events: none;
  overflow: hidden
}

#aiTextArea::placeholder {
  color: #a3b1c2
}

.sampleTypegroup,
.actionBtns {
  max-width: 287px;
  display: flex;
  column-gap: 7px;
  margin: 0 auto;
  width: 100%
}

.sampleTypegroup {
  max-width: 100%;
  gap: 7px;
  row-gap: 7px;
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center
}

.actionBtns {
  position: absolute;
  top: 69px;
  left: 50%;
  transform: translateX(-50%)
}

.acBtn {
  max-width: 140px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  outline: none;
  border: 1px solid #cbe4fb;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
  color: #9dafc9;
  position: relative;
  border-radius: 4px;
  background: #fff;
    cursor: pointer;
}

.sampleTypebtn {
  max-width: 140px;
  width: 100%;
  flex: 1
}

.sampleTypebtn:hover,
.acBtn:hover,
.acBtn.sampleBtn.active {
  border-color: #1176ca;
  color: #1176ca
}

.sampleBtn::before {
  content: "";
  background: url(../../../assets/images/ai-detector/sampleIcon.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6px
}

.pasteBtn::before {
  content: "";
  background: url(../../../assets/images/ai-detector/paste.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 6px
}

.acBtn:hover::before,
.acBtn.sampleBtn.active::before {
  filter: brightness(0) saturate(100%) invert(31%) sepia(87%) saturate(1105%) hue-rotate(179deg) brightness(102%) contrast(90%)
}

.genrateBtngroup {
  margin-top: -20px
}

.genrateResults {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end
}

.uploadBtn,
.clearInput {
  background: #fff0;
  border: none;
  color: #1176ca;
  padding: 0;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  position: relative
}

.uploadBtn img:hover,
.clearInput img:hover {
  filter: brightness(0) saturate(100%) invert(32%) sepia(90%) saturate(1069%) hue-rotate(181deg) brightness(95%) contrast(93%)
}

.tooltip-btn::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #334155;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  z-index: 1000
}

.tooltip-btn::after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid #fff0;
  border-bottom-color: #334155;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  z-index: 1000
}

.tooltip-btn:hover::before,
.tooltip-btn:hover::after {
  opacity: 1;
  visibility: visible
}

.tooltip-btn:disabled::before,
.tooltip-btn:disabled::after {
  display: none
}

.genrateBtn {
  background: #1176ca;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease
}

.genrateBtn:hover {
  background: #115389
}

.check-ai-btn {
  background: #fff0;
  color: #1177ca;
  border: 1px solid #1176ca
}

.check-ai-btn:hover {
  background: #1177ca;
  color: #fff
}

.humanize-btn {
  background: #1176ca
}

.humanize-btn:hover {
  background: #115389
}

.humanizeResult {
  width: 100%;
    flex: 1;
}


.outputWrap {
  border: 1px solid #e9edfc;
  border-radius: 0 18px 18px 0;
  background-color: #fefefe;
  min-height: 390px;
  position: relative
}

.outputBody {
  overflow: auto;
  min-height: 502px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-height: 500px
}

.outputBody:has(.zerodataScreen),
.outputBody:has(.pre-loaderrr.display) {
  align-items: center
}

.zerodataScreen {
  text-align: center;
  color: #1176ca;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.zerodataScreen img {
  width: 80px;
  height: 80px;
  opacity: .6
}

.zerodataScreen p {
  font-size: 15px;
  line-height: 24px;
  color: #9dafc9;
    font-weight: 400;
}

.pre-loaderrr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.pre-loaderrr.display {
  display: flex
}

.pre-loaderrr p {
  color: #888;
  font-size: 14px
}

.generatedEssay {
  width: 100%;
  text-align: left;
  padding: 24px 15px;
  max-height: 450px;
  overflow: auto
}

.generatedEssay p {
  color: #585858;
  font-size: 14px;
  line-height: 24px;
  word-wrap: break-word
}

.outputFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-top: 1px solid #221e28;
  background: #0a0a0a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 18px 0
}

.outputWordCount {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px
}

.copyOutputBtn {
  background: #fff0;
  border: 1px solid #333;
  color: #888;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease
}

.copyOutputBtn:hover {
  background: #1a1a1a;
  color: #fff;
  border-color: #444
}

.copyOutputBtn.copied {
  color: #2c9160;
  border-color: #2c9160
}

.analysesWrap {
  margin-top: 20px;
  padding: 0 16px
}

.analysesWrap.display {
  display: block
}

.statusAlert {
  background: #0a0a0a;
  border: 1px solid #221e28;
  border-radius: 12px;
  padding: 20px 24px;
  transition: all 0.3s ease
}

.statusAlert.humanWritten {
  background: #0a2e15;
  border-color: #1a4d2e
}

.statusAlert.halfAiWritten {
  background: #2e1f0a;
  border-color: #4d3416
}

.statusAlert.fullAiWritten {
  background: #2e0a0f;
  border-color: #4d1621
}

.processingResult {
  display: flex;
  align-items: center;
  gap: 12px
}

.aicheckPreloader {
  width: 20px;
  height: 20px;
  border: 3px solid #1a1a1a;
  border-top-color: #1176ca;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: inline-block
}

.checkInput {
  color: #e5e5e5;
  font-size: 15px;
  font-weight: 500
}

.statusAlert.humanWritten .checkInput {
  color: #2c9160
}

.statusAlert.halfAiWritten .checkInput {
  color: #d97706
}

.statusAlert.fullAiWritten .checkInput {
  color: #dc2626
}

.detectorResultPanel {
  border: 1px solid #e0e4e8;
  border-radius: 0 18px 18px 0;
  background: #f8f9fa;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px
}

.detectorResultCard {
  width: 100%;
  max-width: 343px;
  background: #fff;
  border: 1px solid #e0e4e8;
  border-radius: 0 18px 18px 0;
  padding: 32px 24px;
  text-align: center
}

.detectorLoading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 0 30px
}

.detectorLoading p {
  color: #64748b;
  font-size: 15px;
  font-weight: 500
}

.percentageDisplay {
  margin-bottom: 24px
}

.percentageText {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  transition: color 0.3s ease
}

.percentageText.loading {
  color: #94a3b8
}

.percentageText.ai {
  color: #dc2626
}

.percentageText.human {
  color: #2c9160
}

.resultLabel {
  font-size: 14px;
  color: #64748b;
  margin: 0
}

.progressBarContainer {
  margin-bottom: 20px
}

.progressBar {
  width: 100%;
  height: 8px;
  background: #f1f5f9;
  border-radius: 4px;
  overflow: hidden;
  position: relative
}

.progressFill {
  height: 100%;
  transition: width 0.5s ease;
  border-radius: 4px
}

.ai-fill {
  background: linear-gradient(90deg, #dc2626 0%, #ef4444 100%)
}

.detectionLegend {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  padding: 16px;
  background: #f8fafc;
  border-radius: 8px
}

.legendItem {
  display: flex;
  align-items: center;
  gap: 8px
}

.legendDot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0
}

.ai-legend .legendDot {
  background: #fca5a5
}

.human-legend .legendDot {
  background: #86efac
}

.legendText {
  font-size: 13px;
  color: #475569;
  text-align: left
}

.detectBtn {
  
  width: 100%;
  background: var(--primary-blue);
  border: none;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  margin-bottom: 12px
}

.detectBtn:hover {
  /* background: #2088df */
    transform: scale(1.03);
}

.detectBtn:disabled {
  background: #94a3b8;
  cursor: not-allowed
}

.downloadReportBtn {
  
  width: 100%;
  background: #fff0;
  border: 1px solid #cbe4fb;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 5 0;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
  color: #3f556a
}

.downloadReportBtn:hover {
  background: #e8f4ff;
  color: #1177ca
}

.disclaimer {
  font-size: 11px;
  line-height: 16px;
  color: #64748b;
  text-align: left;
  padding: 12px;
  background: #fffbeb;
  border-radius: 6px;
  border: 1px solid #fde68a
}

.disclaimer strong {
  color: #333;
  display: block;
  margin-bottom: 4px;
  font-size: 12px
}

@media (max-width:991px) {
  .toolBodywrap {
    flex-direction: column;
    gap: 20px
  }

  .toolForm,
  .humanizeResult {
    max-width: 100%
  }

  #aiTextArea {
    border-radius: 18px
  }

  .outputWrap {
    border-radius: 18px
  }

  .outputFooter {
    border-radius: 0 0 18px 18px
  }

  .detectorResultPanel {
    border-radius: 18px
  }
}

@media (max-width:575px) {
  .toolBodywrap {
    padding: 0 8px
  }

  #aiTextArea {
    padding: 16px;
    font-size: 13px;
    line-height: 22px
  }

  .highlightedTextOverlay {
    padding: 16px;
    font-size: 13px;
    line-height: 22px
  }

  .actionBtns {
    gap: 8px
  }

  .acBtn {
    padding: 8px 16px;
    font-size: 13px;
    min-width: 140px;
    height: auto
  }

  .genrateResults {
    gap: 8px
  }

  .genrateBtn,
  .clearInput {
    font-size: 13px;
    padding: 8px 10px
  }

  .outputBody {
    padding: 16px
  }

  .zerodataScreen p {
    font-size: 14px
  }

  .analysesWrap {
    padding: 0 8px
  }

  .statusAlert {
    padding: 16px
  }

  .detectorResultCard {
    padding: 24px 16px;
    border-radius: 18px;
    max-width: 100%
  }

  .percentageText {
    font-size: 40px
  }

  .detectionLegend {
    padding: 12px
  }

  .detectBtn,
  .downloadReportBtn {
    padding: 10px 16px;
    font-size: 13px
  }

  .sampleTypegroup {
    top: 135px;
    flex-wrap: wrap
  }

  .genrateBtngroup {
    margin-top: 10px
  }
}

.newOutputBtns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 24px;
  border-top: 1px solid rgb(17 118 202 / .3);
  background: rgb(17 118 202 / .2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 18px 0
}

.newOutputBtns #wordCoutnt {
  color: #1f1f1f;
  font-weight: 500;
  font-size: 14px
}

.newOutputBtns .iconsLeft {
  display: flex;
  gap: 8px
}

.newOutputBtns .iconBtn {
  background: rgb(17 118 202 / .2);
  border: 1px solid rgb(17 118 202 / .4);
  color: #1176ca;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease
}

.newOutputBtns .iconBtn:hover {
  background: rgb(17 118 202 / .3);
  border-color: #1176ca;
  color: #115389
}

.genrateBtngroup.humanizerOutput {
  margin-top: 20px;
  padding: 0 16px
}

.genrateBtngroup.humanizerOutput .genrateBtn {
  width: 100%;
  max-width: 180px
}

.aiHumanizerContentSec {
  padding: 40px 0 0
}

.aiHumanizerContentSec h2 {
  font-size: 22px;
  margin: 10px 0
}

.aiHumanizerContentSec h2.mgHead {
  margin-top: 40px
}

.aiHumanizerContentSec h3 {
  margin: 10px 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}

.aiHumanizerContentSec p,
.aiHumanizerContentSec li {
  margin: 18px 0;
  font-size: 16px;
  line-height: 1.5
}

.aiHumanizerContentSec p a {
  color: #0654E6;
  text-decoration: underline
}

.aiHumanizerContentSec p a:hover {
  text-decoration: none
}

.aiHumanizerContentSec ol,
.aiHumanizerContentSec ul {
  padding-left: 40px
}

.aiHumanizerContentSec button {
  padding: 9px 16px;
  border-radius: 6px;
  font-size: 14px;
  display: block;
  font-weight: 450;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  max-width: max-content;
  position: relative;
  background: #1b1b1b;
  color: #fff;
  border: 1px solid #1b1b1b;
  cursor: pointer;
  margin: 18px 0 40px
}

.aiHumanizerContentSec button:hover {
  background: #1176ca;
  border-color: #fff0
}

.aiHumanizerContentSec .blueHead {
  color: #1176ca;
  font-weight: 500;
  
  margin-top: 40px
}

@media (max-width:575px) {
  .aiHumanizerContentSec h2 {
    font-size: 24px;
    margin: 10px 0
  }

  .aiHumanizerContentSec p,
  .aiHumanizerContentSec li {
    font-size: 16px
  }
}