.result-output-right {
    position: relative;
}

.plagiarism-section-container a {
    color: var(--color-light-purple);
}

.plagiarism-section-container a:hover {
    color: var(--color-light-green);
}

.color_red {
    color: red !important;
}

.plagiarism-section-container li {
    margin-left: 30px;
    line-height: 1.8;
    font-size: var(--font-size-default);
}

.url {
    word-break: break-all !important;
}

.perc-container {
    /* display: flex; */
    /* justify-content: space-between; */
    width: 100%;
    line-height: 24px;
    /* flex-wrap: wrap; */
}

.result {
    display: flex;
    gap: 8px;
    padding: 12px 16px;
    align-items: center;
}

.result-compare-list {
    background: transparent;
    border-bottom: 1px solid #E3E3E3;
    padding: 16px;
    gap: 8px;
    flex-wrap: wrap;
}

a.compare_link {
    margin: 0;
}

.url-container {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    gap: 8px;
    max-width: 95%;
    align-items: center
}

.match_url_title {
    line-height: 16px;
    border-radius: 6px;
    font-size: 12px;
    color: #363347;
    padding: 4px 6px;
    display: flex;
    gap: 4px;
    background: #FFE7E7;
}

.percentage {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.sentence-container {
    display: none;
}

a.compare_link {
    min-width: 20px;
}

.plag-dropdown-icon {
    cursor: pointer;
}

.url {
    color: black;
}

.sentance_wise {
    padding: 0px 15px;
}

.feedback-popup-container {
    left: -40%;
}

.dislike-popup::after {
    left: 80%;
}

.like-popup::after {
    left: 65%;
}

.plagiarism-checker-captcha-btn {
    margin-top: 10px;
}

.justify-center-btn:has(.plagiarism-result-output-section:not(.display_none)) .plagiarism-checker-captcha-btn {
    order: 1;
    margin-bottom: 10px;
}

.justify-center-btn .plagiarism-result-output-section:not(.display_none) {
    order: 2;
}

.input-output-container {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.match_text {
    cursor: pointer;
    font-weight: 600;
}

.match_text:hover {
    border-bottom: 1px solid #FF767A;
}

#clearBtn {
    cursor: pointer;
}

.plagiarism-tool-input-section {
    position: relative;
    max-width: 970px;
    width: 100%;
    margin: 0px auto;
}

.url_sentance {
    color: #94929C;
    font-size: 12px;
    font-weight: 600;
    border: none;
    background-color: transparent;
}

.submit-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.disabled-area {
    pointer-events: none !important;
}
@media (max-width:426px){
    .feedback-popup-container{
        left: 50%;
    }
    .feedback-popup-container.like-popup::after {
        left: 42%;
    }
    .feedback-popup-container.dislike-popup::after {
        left: 58%;
    }
}
#captchaId {
    bottom: 7px;
    right: 10px;
}