.summarize_now {
    padding: 9px 15px;
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    transition: 0.2s ease-in-out;
    background: #fa565d;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    min-width: 155px;
}
.summarize_now:hover {
    background: #f8424a;
}

.api_result_div {
    height: 298px;
    overflow-y: auto;
    overflow-x: hidden;
}

.second_div_output {
    padding: 10px !important;
}

.contents p {
    font-size: 18px;
    color: #000;
}

#resources a {
    word-break: break-all;
}

.skills_section {
    width: 100%;
    margin: 0 auto;
}

.skills-area {
    display: flex;
    flex-wrap: wrap;
}

.success-stroke {
    stroke: #fa565d;
}

.warning-stroke {
    stroke: #fb3;
}

.danger-stroke {
    stroke: #f44;
}

.single-skill {
    width: 50%;
}

.circle-chart__background {
    stroke: #ede4e4;
    stroke-width: 1;
}

@media (max-width: 575.98px) {
    .single-skill {
        width: 50%;
    }

    .circle-chart {
        width: 130px;
        height: 130px;
    }
}

@media (width <=410px) {
    .single-skill {
        width: 100%;
    }
}

.progress-bar {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #cd4815;
    transition: width 0.6s ease;
    border-radius: 60px !important;
    top: 50% !important;
}

.circle-chart {
    padding: 10px;
    width: 100px;
    height: 100px;
}

.circle-chart__circle {
    stroke: #00acc1;
    stroke-width: 3px;
    stroke-linecap: round;
    fill: none;
    animation: circle-chart-fill 2s reverse;
    transform: rotate(-90deg);
    transform-origin: center;
}

.circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1, -1);
}

.circle-chart__background {
    stroke: #12bf43;
    stroke-width: 3;
    fill: none;
}

.circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
}

.circle-chart__percent {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 8px;
}

.circle-chart__subline {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 5px;
}

.success-stroke {
    stroke: #7fbef4;
}

.warning-stroke {
    stroke: #fb3;
}

.danger-stroke {
    stroke: #f44;
}
#rewwrite_now_plag {
    padding: 6px 18px;
    font-size: 18px;
    background: #df1e1e;
    color: #fff;
    border: none;
    border-radius: 8px;
    transition: all 0.2s;
}

#rewwrite_now_plag:hover {
    background: #ef383f;
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.detailsTable {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}

.detailsTable tr td {
    padding: 15px;
}

.detailsTable tr.plag td:first-child {
    background: #faeeee 0 0 no-repeat padding-box;
    color: #fa565d;
    font-size: 20px;
    font-weight: 500;
}

.detailsTable tr.plag td {
    color: #e74c3c;
    font: normal normal normal 16px/16px Arial;
    background: #fff;
}

.unique {
    border: 3px solid #fff !important;
    background: #35bb96 !important;
    padding: 20px;
}

.unique td:first-child {
    background: #00c851;
    color: #fff;
}

.plag {
    border: 1px solid #dee7ee;
    background: #fff !important;
    padding: 20px;
}

.compareBtn {
    height: 35px;
    background: #fff;
    border: 1px solid;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    cursor: pointer;
    border-radius: 6px;
    padding: 5px 10px;
}

.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 85%);
    transition: all 0.4s;
    z-index: 12;
}

.modal:target {
    visibility: visible;
    opacity: 1;
}

.modal__content {
    border-radius: 4px;
    position: relative;
    width: 500px;
    max-width: 90%;
    background: #ffffff;
    padding: 6em 1em;
}

.modal__footer {
    text-align: right;

    a {
        color: #585858;
    }
}

.modal__close {
    position: absolute;
    top: -8px;
    right: 10px;
    font-size: 38px;
    color: #f70a0a;
    text-decoration: none;
}

.content_options {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.option {
    padding: 15px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.option:nth-child(1) {
    background: #feeaba;
}

.option:nth-child(2) {
    background: #d4eef7;
}

.option:nth-child(3) {
    background: #e1e8ed;
}

.contents ul li::before {
    position: absolute !important;
}

.option_box {
    border: 2px solid #ccc;
    padding: 10px;
    cursor: pointer;
}

.option_box:hover {
    background: #f8f8f8;
}

.sourcesTable {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}

.sourcesTable th,
.sourcesTable td {
    padding: 12px 15px;
    text-align: left;
}

.sourcesTable tbody tr {
    border-bottom: 1.5px solid #dee7ee;
}

.sourcesTable tbody tr:last-of-type {
    border-bottom: 2px solid #dee7ee;
}

#export_button {
    border: none;
    border-radius: 8px;
}



/* Accordion START */
.tab {
    padding: 5px 5px;
}

.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
    background: #f7f8fc;
}

.tab input:checked ~ .tab__content {
    max-height: 10rem;
}

/* Visual styles */
.accordion {
    color: white;
    overflow: hidden;
}

.tab__label,
.tab__close {
    display: flex;
    color: #6e6e6e;
    cursor: pointer;
}

.tab__label {
    justify-content: space-between;
    padding: 1rem;
    border: 1px solid #dce6f7;
    border-radius: 10px;
    font-size: 14px;
}

.tab__label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
}

.tab input:checked + .tab__label::after {
    transform: rotate(270deg);
}

.tab__content p {
    margin: 0;
    padding: 1rem;
    color: #0c2e60;
    font-size: 14px;
}

.tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

/* Accordion END */

.res_percent_bg {
    background: #f7f8fc;
    font-size: 14px;
    font-weight: 500;
    color: #05103c;
    padding: 2px 6px;
    border-radius: 6px;
}

.result_tabs_article > div {
    flex-wrap: wrap;
}

.reset_plag_div {
    display: none;
}

#reset_plagTextTooltip {
    left: -30px !important;
}

#download_plagTextTooltip {
    left: -5px !important;
    bottom: 34px;
    z-index: 1000;
}

.highlight {
    height: 300px;
    overflow: auto;
    padding: 10px 20px;
    display: none;
    line-height: 2;
    font-size: 16px !important;
}

.tool__footer {
    padding: 16px !important;
    min-height: 68px;
}

.wordandrewrite {
    align-items: center;
    justify-content: end;
}

.rewrite_div {
    display: flex;
    visibility: hidden;
    padding: 8px 0;
    min-height: 50px;
}

.font-head {
    font-size: 20px;
    font-weight: 500;
}

.summ-panel-input-box .summorg-input-holder {
    text-decoration: none;
    display: block;
    position: absolute;
    font-size: 16px;
    color: #6e6e6e;
    padding: 20px;
    top: calc(22px + 20px);
}

.summorg-input-holder span a {
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

.summorg-input-holder span a:hover {
    color: #000;
}

.height-set {
    border: 1px solid #dce6f7;
    border-radius: 12px;
    padding: 5px 10px;
}

.bg-green {
    background: #eaf9ee;
    padding: 10px 12px;
    border-radius: 8px;
}

.bg-red {
    background: #feebec;
    padding: 10px 12px;
    border-radius: 8px;
}

.percent_unique,
.percent_plag {
    font-size: 34px;
    font-weight: 700;
    transition: transform 0.1s ease-in-out;
}
.percent_unique.animate,
.percent_plag.animate {
    transform: scale(1.1);
}

.percent_source {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #0c2e60;
    padding: 8px 11px;
    border-radius: 6px;
}

.detail_acc {
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}

.second_div_output > .detail_acc > div:last-child {
    padding-bottom: 20px !important;
}

.website {
    color: #05103c;
}

a.website:hover {
    color: #fa565d;
}

.text-para-site {
    color: #444c6d;
    font-size: 14px;
    font-weight: 400;
}

.text-muted {
    padding: 10px 1px;
}

.head_source {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.matches {
    font-size: 14px;
    font-weight: 400;
    color: #6e6e6e;
    padding: 10px 5px;
}
.mob_div_plag {
    justify-content: space-around;
}
.mob_div_plag > div {
    flex: 1;
}

.upgrade_span {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
}
.tool-text-copy {
    left: -10px !important;
}
#downTextTooltip {
    left: -15px !important;
}
#resetTextTooltip {
    left: -25px;
}
.action_btn_container {
    min-width: 155px;
}

.upgrade_img {
    width: 14px;
}
.button_upload,
.result_option_box {
    min-width: 107px;
}

.result_option_box {
    justify-content: end;
}

.length_words {
    gap: 0px;
    justify-content: start !important;
}
.tool__footer_article {
    min-height: 68px;
}
.output_footer_article .result_options {
    min-height: 68px;
    padding: 16px;
}
#upload_LoBtn {
    gap: 5px;
    align-items: center;
}

@media (max-width: 768px) {
    .summ-panel-input-box {
        border-bottom-left-radius: 0px;
    }

    .parent-div {
        flex-direction: column;
    }

    .result__expand,
    .upload_text {
        display: none;
    }

    .w-50,
    .w-60,
    .w-40,
    .w-100 {
        width: 100% !important;
    }

    .second_div_output {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .summorg-input-holder {
        padding: 16px 24px !important;
        top: calc(50px + 20px) !important;
    }
    .detail_acc {
        padding-left: 0px;
    }
    .detail_acc .align-items-center {
        flex-wrap: wrap;
    }
    .detail_acc .align-items-center .percent_source {
        padding: 8px 4px;
    }
    .upload_text {
        display: none;
    }
}

@media (max-width: 485px) {
    .button_upload {
        min-width: 83px;
    }
    .result_option_box {
        justify-content: end;
        min-width: 42px;
    }
    .tool__footer {
        padding: 4px 12px;
    }
    .percent_plag,
    .percent_unique {
        font-size: 24px;
    }
}

@media (max-width: 420px) {
    .height-set {
        padding: 5px;
    }
    .matches {
        font-size: 12px;
        padding: 6px;
    }
    .mob_div {
        gap: 0px;
        justify-content: space-between;
    }
    .mob_div_plag {
        gap: 0px;
        justify-content: space-between;
    }
}
