/* ------------------------- Checker ------------------------------------------ */

.plagiarism_btn_checking button.button{
    border: none;
    border-radius: 3px;
    color: #ffffff;
    line-height: 1.5;
    padding: 6px 12px;
}
.plagiarism_check_order{
    padding: 12px 2.17647rem;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}


.plagiarism .thesis_wrap {
    padding-bottom: 145px
}

/* ---------------------------- Explain info issues ---------------------------------- */
.explain-info-issues{
    display: none;
}

.check-data{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.percent-wrapper{
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.percent-wrapper p {
    margin-bottom: 0;
}

.percent-wrapper .data-title{
    color: #101828;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.plagiarism-percent .data-percent{
    color: #D92D20;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
}
.uniqueness-percent p.data-percent, .uniqueness-100-percent p.data-percent{
    color: #48B774;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
}

#explain_info_no_issues {
    position: absolute;
    right: 24px;
    width: 231px;
}

.explain-info-no-issues{
    display: none;
}

.success-message {
    padding-bottom: 16px;
    border-bottom: 1px solid #F2F4F7;
    text-align: center;
}

.success-message .explain-text {
    color: #48B774;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.success-text {
    margin-top: 12px;
    color: #475467;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
}

.success-text p:not(:last-child) {
    margin-bottom: 10px;
}
.unique-text-cta {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 24px;
    background: #6938EF;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.unique-text-cta:hover {
    background: #5A2FCF;
    color: #ffffff !important;
}

.types-paper p{
    margin-top: 15px;
    font-size: 16px;
    color: #6938EF;
}
.pseudo-radio{
    color: #000;
    display: block;
    position: relative;
    padding-left: 30px;
    float: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 49px;
}
.pseudo-radio input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.pseudo-radio .radio-mark{
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #6938EF;
}
.pseudo-radio .radio-mark.err{
    border: 1px solid #d02c21;
}
.pseudo-radio input:checked ~ .radio-mark {
    background: #fff;
}
.radio-mark:after {
    content: "";
    position: absolute;
    display: none;
    border: 1px solid #6938EF;
    background: #6938EF;
}
.pseudo-radio  input:checked ~ .radio-mark:after {
    display: block;
}
.pseudo-radio .radio-mark:after {
    left: 1px;
    top: 1px;
    width: 13px;
    height: 13px;
    border: 1px solid #6938EF;
    border-radius: 50%;
    background: #6938EF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}






::-webkit-input-placeholder {
    font-size: 16px;
    color: #777E8C;
}

::-ms-input-placeholder {
    font-size: 16px;
    color: #777E8C;
}

::placeholder {
    color: #777E8C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}


p.error-msg{
width: calc(100% - 20px);
    color: #fff!important;
    font-size: 14px!important;
    margin-bottom: 0;
    padding-bottom: 0;
}
.textTitle {
    padding: 16px;
    height: 56px;
    width: 100%;
    font-size: 16px;
    border-radius: 16px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    margin-bottom: 16px;
}
.err{
    border: 1px solid #d02c21!important;
}


.test-text {
    color: #101828;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    overflow: auto;
    border-radius: 16px;
    background:  #FFF;
    border: 1px solid  #D0D5DD;
    padding: 16px;
    display: flex;
    height: 175px;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}


/*#hl_text::-webkit-scrollbar-thumb,#testText::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #6938EF;
    border: 2px solid #edf5f5;
}

#hl_text::-webkit-scrollbar-track,#testText::-webkit-scrollbar-track {
    width: 12px;
    background: #edf5f5;
    border: 2px solid #edf5f5;
    border-radius: 0 2px 2px 0;
}

#testText::-webkit-scrollbar, #hl_text::-webkit-scrollbar {
    width: 13px;
}*/

.drop_zone {
    position: absolute;
    z-index: 380;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
}
.drop_zone.top-plus-20{
        bottom: 15px;
}
.drop_zone.top-plus-40{
    bottom: 15px;
}
#files:hover {
    cursor: pointer
}

.drop_zone form {
    border-radius: 16px;
    border: 1px dashed #D0D5DD;
    background: #FFF;
    position: relative;
    text-align: center;
    padding: 16px 8px;
}

.drop_zone_content {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 350px;
    text-align: left;
    margin: 0 auto
}

.drop_zone_text .drop-zone-info p {
    color: #101828;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    margin-bottom: 0;

}
span.color-blue{
    color: #1570EF;
}

.plagiarism_past_text {
    position: absolute;
    top: 210px;
    left: 50%;
    margin-left: -75px;
    pointer-events: none
}

.plagiarism_past_text span {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .6px;
    color: #797c8a
}

.plagiarism_btn_checking {
    text-align: center;
    margin: 16px 0 0;
}

.check_terms_plagiarism {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 25px
}

.check_cont {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
    color:#475467;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.check_cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-size: contain;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M0.75 0H12.75C12.9489 0 13.1397 0.0790176 13.2803 0.21967C13.421 0.360322 13.5 0.551088 13.5 0.75V12.75C13.5 12.9489 13.421 13.1397 13.2803 13.2803C13.1397 13.421 12.9489 13.5 12.75 13.5H0.75C0.551088 13.5 0.360322 13.421 0.21967 13.2803C0.0790176 13.1397 0 12.9489 0 12.75V0.75C0 0.551088 0.0790176 0.360322 0.21967 0.21967C0.360322 0.0790176 0.551088 0 0.75 0V0ZM1.5 1.5V12H12V1.5H1.5Z" fill="%23475467"/></svg>');
}


.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.check_cont input:checked~.checkmark:after {
    display: block
}

.check_cont .checkmark:after {
    left: -2px;
    top: -2px;
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M3 2.25H15C15.1989 2.25 15.3897 2.32902 15.5303 2.46967C15.671 2.61032 15.75 2.80109 15.75 3V15C15.75 15.1989 15.671 15.3897 15.5303 15.5303C15.3897 15.671 15.1989 15.75 15 15.75H3C2.80109 15.75 2.61032 15.671 2.46967 15.5303C2.32902 15.3897 2.25 15.1989 2.25 15V3C2.25 2.80109 2.32902 2.61032 2.46967 2.46967C2.61032 2.32902 2.80109 2.25 3 2.25ZM8.25225 12L13.5548 6.69675L12.4943 5.63625L8.25225 9.879L6.1305 7.75725L5.07 8.81775L8.25225 12Z" fill="%231570EF"/></svg>');}

.check_cont a {
    color: #1570EF;
}



/*--------------------------- Checking Popup -----------------------------------------*/
.checking-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11111;
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    text-align: center;
}



.highlight-text-wrapper{
    background:  #FFF;
    padding: 0;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 100%;
    left: 24px;
    height: calc(100% - 48px);
    max-height: 288px;
    max-width: 440px;
    overflow: hidden;
    border-radius: 16px;
}
#hl_text {
    padding: 16px;
    overflow-y: auto;
    position: absolute;
    top: 0;
    background: #fff;
    color:  #101828;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    border-radius: 16px;
    border: 1px solid #D0D5DD;
    height: calc(100% - 40px);
}
.hl-text-features{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    color:  #1570EF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
}

.retry-button button{
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    font-size: 14px;
    color: #1570EF;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    display: flex;
    gap: 8px;
}

.check-another{
    cursor: pointer;
    display: flex;
    height: 40px;
    padding: 8px;
    justify-content: center;
    align-items: center;
}
.unique_match {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    align-items: center
}

.unique_match span {
    font-size: 48px;
    font-weight: 500;
    line-height: .46;
    color: #f15610;
    margin-right: 15px
}

.unique_match p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.23;
    color: #222b54;
    padding: 0
}

.match_title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

.match_title span {
    color: #101828;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 16px;
}

.title_match_col {
    margin-right: 25px
}

.title_match_col td {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    color: #000;
}

.title_match_col td:nth-child(2) {
    padding: 0 28px
}

.plagiarism_btn_checking button.button{
    width: 226px;
    height: 50px;
}
.plagiarism_btn_checking button.button.unchecked_btn{
    background: #6938EF;
}
span.highlight{
    background: #E7E5FE;
}


/* -------------------------------- Benefits block ---------------------------------------- */
.page-template-plagiarism_checker-page h2{
    font-size: 30px;
    text-align: center;
    font-weight: 300;
}

.benefits-items{
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
}
.benefits-item{
    color: #6938EF;
    text-align: center;
    width: 305px;
}
.benefits-item img{
    height: 67px;
}
.benefits-item h3{
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
}
.benefits-item p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
/* ------------------------------- Plagiarism Issues --------------------------------------*/
.plagiarism-issues-exists{
    display: none;
}
.plagiarism-issues-exists ul{
    margin-top: 32px;
    padding-left: 110px;
}
.plagiarism-issues-exists ul li{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #6938EF;
    line-height: 1.44;
    margin-bottom: 24px;
}
.plagiarism-issues-exists ul li span{
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    background: #6938EF;
    text-align: center;
    border-radius: 50%;
    top: 0;
    left: -45px;
}
.consequences{
    position: relative;
}
.consequences img{
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: 1;
}
/* ------------------------------- Banner Fluid ------------------------------------------ */
.cta-banner-fluid{
    margin-top: 40px;
    height: 256px;
    width: 100%;
    background: #6938EF;
    text-align: center;
    padding: 42px 0 50px 0;
}
.cta-banner-fluid h2{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.07;
    margin-bottom: 15px;
}
.cta-banner-fluid p{
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
.cta-banner-fluid a, .left-part a{
    display: block;
    margin: 25px auto 0;
    width: 279px;
    height: 50px;
}
.cta-banner-fluid a .btn-yellow-cta, .left-part a .btn-yellow-cta{
    width: 279px;
    height: 50px;
    font-weight: bold;
    line-height: 1;
    font-size: 18px;
    padding: 16px 0;
    color: #000;
    letter-spacing: 0.7px;
}

/* ---------------------------------- Plagiarism tool description ---------------------------- */
.plagiarism-tool-description{
    margin-top: 50px;
}
.description-wrapper{
    width: 810px;
    margin: 10px auto 80px;
}
.description-wrapper h2{
    margin-bottom: 30px;
}
.description-wrapper h3{
    font-size: 24px;
    color: #6938EF;
    line-height: 1.25;
}
.description-wrapper p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
}
.description-wrapper p a{
    color: #4c58bf;
}
.description-banner{
    width: 100%;
    height: 255px;
    background-color: #6938EF;
    padding: 21px 50px;
    margin: 30px 0;
}
.description-banner .left-part{
    width: 518px;
    float: left;
    text-align: center;
}
.description-banner .left-part h3{
    margin-top: 29px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}

.description-banner .left-part p{
    font-size: 17px;
    color: #fff;
    line-height: 1.53;
}
.description-banner .right-part{
    float: right;
    width: 189px;
}
.description-banner .right-part img{
    width: 189px;
    height: 213px;
}
.description-wrapper ul{
    padding-left: 38px;
}
.description-wrapper ul li{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    position: relative;
}
.description-wrapper ul li:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #6938EF;
    border-radius: 50%;
    top: 9px;
    left: -17px;

}
.description-wrapper ul li span{
    font-weight: 600;
    color: #6938EF;
}

/* ---------------------------------- Match Results DIV Structure ---------------------------- */
.match_title {
    color: #101828;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}

.match_results {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.match_item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 0 !important;
}

.match_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.match_link {
    color: #475467;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    text-decoration: none;
    cursor: pointer;
    max-width: 171px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.match_similarity {
    color: #D92D20;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
}

.hish_match {
    color: #1570EF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 8px;
}

.hish_match:hover {
    text-decoration: none;
    cursor: pointer
}


/* ---------------------------------- Info Message Styles ----------------------------- */
.info-message {
    display: none;
    position: relative;
    background: #F04438;
    color: #FFF;
    border-radius: 8px;
    padding: 12px 40px 12px 16px;
    font-size: 14px;
    line-height: 20px;
}

.info-message.open {
    display: block;
}

.info-message__close {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.info-message__close img {
    width: 8px;
    height: 8px;
    filter: brightness(0) invert(1);
}

.error-msg {
    margin: 0;
    font-weight: 500;
}

.plagiarism-stats {
    display: flex;
    justify-content: space-between;
    max-width: 215px;
    margin: 0 auto;
    width: 100%;
}
.match_results_container {
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.match_results_heading {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 8px;
}

.match_results_heading span {
    color:  #475467;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
@media screen and (max-width: 992px) {
    .highlight-text-wrapper {
        max-width: 425px;
    }
    .match_link {
        max-width: 129px;
    }
    .plagiarism-stats {
        gap: unset;
    }

    #explain_info_no_issues {
        width: 181px;
    }
}
@media screen and (max-width: 767px) {
    .highlight-text-wrapper {
        width: calc(100% - 32px);
        max-width: unset;
        height: 256px;
        left: 16px;
        top: 20px;
    }
    .plagiarism-stats {
        gap: 35px;
    }
    .plagiarism-checker-container.has-result {
        flex-direction: column;
    }

    #explain_info_no_issues {
        width: calc(100% - 48px);
        bottom: 20px;
    }
    .match_item {
        padding: 12px;
        gap: 6px;
    }

    .match_link,
    .match_similarity {
        font-size: 12px;
        line-height: 18px;
    }

    .info-message {
        font-size: 12px;
        padding: 10px 36px 10px 12px;
    }

    .info-message__close {
        right: 12px;
        width: 14px;
        height: 14px;
    }

    .info-message__close img {
        width: 6px;
        height: 6px;
    }

    .explain-info-issues {
        max-width: 215px;
        margin: 0 auto;
    }
    .match_link {
        max-width: unset;
    }
    .success-text {
        max-width: 303px;
        margin: 12px auto 0;
    }

}