.gap-3{
    gap: 12px;
}
.gap-4{
    gap: 16px;
}
.gap-6{
    gap:6px;
}
.p-6{
padding: 24px;
}
.item-center{
    align-items: center;
}

.input-tool {
    flex: 1;
    margin-bottom: 20px
}
.result-report-head  {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
}

.output-tool-basis {
    flex: 1;
    flex-basis: 55% !important;
    margin-top: unset;
}
.output-tool .output_detail{
    background: #F5F6FF;
    gap: 12px;
    border-radius: 10px;
    padding: 16px;
    max-width: 50%;
    width: 100%;
}
.output-tool .output_detail p {
    margin: unset;
}
.output-tool .output_detail .output-label {
    color: #2F1F6A;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.output-tool .output_detail .percentage{
    color: #2F1F6A;
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
}
.output-tool-graph{
padding: 24px;    
}
.ai-detector-clear{
    text-align: right;
}
.sentence-count {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6A6097;
}
.most-percentage{
    font-weight: 700;
    font-size: 34px;
}
.most-percentage{
    font-weight: 700;
    font-size: 34px;
    color: #4CD088;
    margin: unset;
}
.probability-text{
    margin: unset;
    font-weight: 500;
    font-size: 20px;
    color: #2F1F6A;
}
.detail-text{
    margin: unset;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6A6097;
}
.detailed-result{
    max-width: 360px;
    margin: auto;
    text-align: center;
    padding: 12px 0;
}
.text-green, .text-red{
    font-weight: 600;
}
.text-red{
    color: #FF4D4F;
}
.text-green{
    color: #4CD088;
}
#output_box .ai{
    background: #FA676733;
    color : #2F1F6A
}
#output_box .human{
    background: #4CD08833;
    color : #2F1F6A
}
#output_box{
    height: 328px;
}
.output-tool {
    justify-content: space-between;
    flex-direction: column;
}
.uploadbtn-grammer~.word-count-container:has(.wordcount:not([style*="display: none"])) .wordcount{
    min-width: 143px;
}
@media screen and (max-width: 1280px) {
    #output_tool_container {
        flex-direction: column !important;
    }
}
@media screen and (max-width: 480px) {
    .output-tool-graph {
        padding: 8px;
    }
    .output-tool .output_detail {
        padding: 12px;
    }
}