.submit-btn {
    border-radius: 7px;
    cursor: pointer;
    padding: 6px 15px;
    background-color: #3761ed;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border: none;
    outline: none;
    transition: 0.3s ease;
}

.submit-btn:hover {
    background: #3358d4;
}

.strpos-match {
    background-color: rgba(250, 86, 93, 0.1);
    color: #1e1e1e;
    margin: 5px 0;
    font-weight: 400 !important;
    font-size: 17px;
    cursor: pointer;
    line-height: 28px !important;
    text-decoration: underline #fa565d;
}

#cal_text span {
    font-weight: 400;
    color: #3761ed;
    cursor: pointer;
}

.tool__div {
    /* padding: 12px 12px 0px 12px; */
    position: relative;
}

.tool__div .tool__container .tool__left {
    border-right: none;
}

#clear_plagio {
    text-align: end;
    margin-left: 5px;
}

#clear_plagio img,
#res_clear_plagio img {
    cursor: pointer;
}

.added_txt_counter {
    min-width: 149px;
    max-width: 130px;
    width: 100%;
    height: 36px !important;
    justify-content: start;
}

.tool__body {
    border-top: none;
}

#download_text {
    background-color: transparent;
    border: none;
    padding: 2px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

#download_text:hover {
    text-decoration: underline;
}

.loading-text,
.download-text {
    font-size: 14px;
    line-height: 20px;
    color: #375375;
}

#download_text:disabled .loading-text,
#download_text:disabled .download-text {
    opacity: 50%;
    cursor: not-allowed;
}

#download_text .download-loader {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    animation: spin 1s linear infinite;
}

/* .button-container .image-hover::before {
    top: -90%;
} */

/* #download_text.active>span {
    margin-top: -50px;
} */

/* #download_text,
.download-text,
.loading-text {
    font-size: 14px;
    line-height: 20px;
    color: #375375;
} */
/* .down_plag_res {
    background-color: transparent;
    border: none;
    padding: 2px;
    cursor: pointer;
    color: #375375;
}

.down_plag_res:hover {
    text-decoration: underline;
}

.down_plag_res:disabled {
    opacity: 50%;
    cursor: not-allowed;
} */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tool__div>div #cal_text {
    border: none;
    outline: none;
    background-color: #fff;
    resize: none;
    width: 100%;
    padding: 15px !important;
    font-size: 16px;
    line-height: 28px !important;
    height: 360px;
    border-bottom: 1px solid #ecf0f5;
    color: #253a53;
    text-align: left !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.tool__min__bar {
    grid-template-columns: 1fr 6fr 1fr;
    align-items: center;
}

#cal_text,
#result {
    /* position: relative; */
    /* overflow: auto; */
    scrollbar-color: #3761ed transparent;
    scrollbar-width: thin;
}

.cal_text::-webkit-scrollbar-thumb,
#result::-webkit-scrollbar-thumb {
    background-color: #3761ed;
    border-radius: 10px;
}

.cal_text::-webkit-scrollbar-track,
#result::-webkit-scrollbar-track {
    background-color: transparent;
}

.punique {
    font-size: 16px;
    color: #253a53 !important;
    line-height: 28px !important;
}

#cal_text:before {
    content: attr(placeholder);
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 17px;
    font-weight: 400;
    color: #a7abbf;
    pointer-events: none;
}

#cal_text:empty:before {
    display: block;
}

#cal_text:not(:empty):before {
    display: none;
}

#clear_plagio {
    width: fit-content;
    justify-self: end;
    height: 32px !important;
}

#clear_plagio::before {
    content: attr(data-title);
    position: absolute;
    top: -40%;
    right: -20px;
    transform: translateX(-50%);
    background-color: black;
    color: white;
    border-radius: 5px;
    opacity: 0;
    font-size: 10px;
    padding: 0px 5px;
    z-index: 101;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    width: 25px;
    text-align: center;
}

#clear_plagio:hover::before {
    opacity: 1;
    visibility: visible;
}

.output__animation {
    background-color: rgba(255, 255, 255, 0.8);
    top: -0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.output__animation label {
    font-size: 17px;
    font-weight: 400;
    color: #1e1e1e;
}

.output__animation img {
    width: 64px;
    height: 64px;
}

.preloader {
    align-items: center;
    gap: 8px;
}

.preloader span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.d-none {
    display: none !important;
}

#captchaLoad {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 48%;
    top: 78%;
    transform: translate(50%, -50%);
}

.tool__body__button {
    cursor: pointer;
    background: none;
    justify-content: space-between;
}

.responseDiv {
    display: flex;
    background-color: #fff;
    margin-top: 16px;
    justify-content: space-between;
    border-radius: 20px;
    /* height: 480px; */
}

.responseDiv .left {
    flex: 3;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    border-right: 1px solid #ecf0f5;
}

.responseDiv .left .content {
    padding: 16px;
    text-align: left;
}

.responseDiv .right {
    flex: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.responseDiv .right .head-count {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ecf0f5;
    padding-bottom: 5px;
}

.responseDiv .right .head-count .source,
.responseDiv .right .head-count .unique,
.responseDiv .right .head-count .similar {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 10px 5px 10px;
    justify-content: space-between;
    gap: 0.3rem;
}

.responseDiv .right .head-count .heading {
    color: #2e4168;
    font-size: 14px;
    display: flex;
    gap: 0.3rem;
    justify-content: center;
    align-items: center;
}

.responseDiv .right .head-count .percent {
    font-weight: 600;
    font-size: 32px;
    color: #1e1e1e;
}

.responseDiv .right .head-count .unique,
.responseDiv .right .head-count .similar {
    border-right: 1px solid #ecf0f5;
}

.responseDiv .right .source-label {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    color: #3f3f3f;
}

.plagiarized-content {
    overflow: auto;
    min-height: 240px;
    /* display: flex;
    flex-direction: column; */
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}

.accordion {
    padding-top: 8px;
}

.accordion-heading.accordion-open {
    border-bottom: none;
}

.accordion-heading.accordion-open .source-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.accordion-heading.accordion-open .source-percentage {
    display: none;
}

.accordion-heading.accordion-open .goto_res {
    display: flex;
}

.accordion-heading {
    cursor: pointer;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #ecf0f5;
    /* transition: all 0.3s ease; */
    margin-top: 8px;
}

.accordion-heading.accordion-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-heading .source-percentage {
    font-size: 14px;
    font-weight: 400;
    color: #8b899f;
    line-height: 20px;
}

.accordion-heading .source-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #253a53;
    transition: all 0.2s;
}

.accordion-heading img.up-arrow {
    transition: transform 0.3s ease;
}

.accordion-heading.accordion-open img.up-arrow {
    transform: rotate(180deg);
}

.goto_res {
    display: none;
    align-items: center;
}

.accordion-content {
    display: none;
    padding: 8px 16px;
    color: #555;
    border: 1px solid #ecf0f5;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.accordion-content .text {
    font-size: 12px;
    line-height: 16px;
    text-align: start;
}

.accordion-content .text strong {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: rgb(250, 86, 93);
}

.plag-resolve {
    padding: 8px 0px;
    border-bottom: 1px solid #ecf0f5;
    text-align: right;
    margin-bottom: 8px;
}

.plag-resolve-btn {
    background-color: #3761ed;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.plag-resolve-btn:hover {
    background-color: #335bdf;
}

.accordion-content .reference:hover {
    text-decoration: underline;
}

.outer-head-title {
    gap: 6px;
}

.result_txt_counter {
    border-radius: 10px;
    background: #fff;
    padding: 5px 10px;
    font-size: var(--small-font);
    color: #a7abbf;
}

.result_txt_counter span {
    color: #2e4168;
    font-size: var(--small-font);
}

.accordion-heading .down-arrow {
    display: inline;
}

.plagiarized-content::-webkit-scrollbar,
.plagiarized-content::-webkit-scrollbar {
    border-radius: 20px;
    width: 7px;
}

.plagiarized-content::-webkit-scrollbar-track,
.plagiarized-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}

.plagiarized-content::-webkit-scrollbar-thumb,
.plagiarized-content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: var(--light-blue-color);
}

.sample-btns {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 9px;
}

.sample-btns button {
    background: none;
    border: 1px solid #ecf0f5;
    display: flex;
    align-items: center;
    padding: 5px;
    color: #8e93a6;
    font-size: 13px;
    line-height: 20px !important;
    gap: 6px;
    border-radius: 10px;
    text-wrap: nowrap;
}

.paste_img_div {
    min-width: 30px;
    max-height: 30px;
}

.sample_img_div {
    min-width: 30px;
    max-height: 30px;
}

.sample-btns button:hover {
    cursor: pointer;
    color: #2e4168;
}

.sample-btns button svg:hover {
    color: #2e4168;
}

.tool__left {
    position: relative;
}

.tool__bottom__bar {
    min-width: unset;
    min-height: unset;
    padding: unset;
    border-radius: 10px;
    margin-top: 4px;
}

.remove_plag_btn {
    border-radius: 7px;
    cursor: pointer;
    padding: 6px 15px;
    background-color: #3761ed !important;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border: none;
    outline: 0;
    transition: 0.3s ease;
    margin: 6px 0 0 6px;
}

.feature .container h2 {
    line-height: 32px;
    padding: 8px 0;
}

.feature .container p {
    line-height: 28px;
    padding: 4px 0;
}

.feature .container ol,
.feature .container ul {
    padding: 4px 0;
    line-height: 32px;
}

@media (max-width: 770px) {
    .sample-btns button {
        padding: 5px;
        font-size: 13px;
    }
}

@media (max-width: 885px) {
    .responseDiv {
        flex-direction: column;
        height: 100%;
        gap: 0px;
    }

    .plag_res_head {
        border-top: 1px solid #ecf0f5;
    }
}

@media (max-width: 850px) {
    .tool__min__bar {
        grid-template-columns: 2fr 2fr 1fr;
    }
}

@media (max-width: 768px) {
    .tool__min__bar {
        flex-wrap: wrap;
        display: flex;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 6px;
    }

    .tool__min__bar .countDiv {
        max-width: 100%;
        width: auto;
    }

    .tool__min__bar .tool__bottom__bar {
        width: 100%;
        margin-top: 16px;
        display: none;
        justify-content: start;
    }

    #cal_btn {
        padding-right: 0px;
    }

    .tool__div {
        padding: 0 !important;
    }
}

@media (max-width: 430px) {
    .sample-btns button {
        padding: 5px !important;
        gap: 1px;
        font-size: 16px;
    }

    .sample-btns {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .tool__min__bar {
        justify-content: space-between;
    }

    #cal_text::placeholder {
        font-size: 16px;
    }

    #captchaLoad {
        bottom: 100px;
    }

    .upload__text {
        min-width: unset;
    }

    .head-count {
        flex-direction: column;
    }
}

.accordion-content .text a {
    word-break: break-all;
    overflow-wrap: break-word;
}

/* plagiarism checker new design start*/
.flow_vertical {
    display: flex;
    flex-direction: column;
}

.flow_horizontal {
    display: flex;
    align-items: center;
    gap: 5px;
}

.plag_res_head {
    justify-content: center;
    padding: 16px;
    border-bottom: 1px solid #ecf0f5;
}

.res_text {
    align-items: start;
    justify-content: start;
}

.res_text h3 {
    font-weight: 700 !important;
    font-size: 40px;
    line-height: 50px !important;
    color: #8b899f;
}

.res_bars_outer {
    width: 100%;
    padding-top: 8px;
    align-items: center;
    justify-content: center;
}

.res_bars_inner,
.res_bar_text {
    justify-content: center;
    gap: 4px;
    width: 100%;
}

.res_bars_inner {
    padding-top: 8px;
}

.res_bar_text {
    justify-content: start;
    gap: 12px;
    padding: 0px;
}

.res_bar_text div {
    gap: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #375375;
}

.res_bars {
    width: 50%;
    height: 12px;
    border-radius: 99px;
    background-color: #ff7a7a1a;
}

.res_bars:last-child {
    background-color: #00ff481a;
}

.res_btn {
    padding-top: 18px;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.res_ready {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8b899f;
}

.match_res {
    padding: 8px 16px;
    border-bottom: 1px solid #ecf0f5;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
}

.match_res h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #253a53;
    text-align: start;
}

.feedback_div {
    padding: 6px;
    display: none;
}

.feedback_div .text_light_feed {
    display: none;
}

@media (max-width: 477px) {
    .res_btn {
        height: 76px;
    }
}

/* plagiarism checker new design end*/