.essay-grader-page {
    margin-top:60px;
    margin-bottom:60px;
}
.upload_text_label {
    cursor: pointer;
}
.error_border {
    border:1px solid #ff0000;
}
.inactive,
.inactive:hover,
.inactive:active {
    background-color: #b1b1b1 !important;
}

.viewFullReportBtn{
    margin-top: 42px;
}
.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 4px solid #ccc;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: -5px;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.spinner.off {
    display: none;
}
.spinner.on {
    display: inline-block;
}
.essay-grader-page  {
    margin-top: 0;
}
.essay-grader-page .fileIcon {
    margin-right: 0;
}
.essay-grader-page .fileIcon:hover {
    opacity: 0.7;
}
.essay-grader-page {
    position: relative;
    overflow: visible;
}

.page h1 {
    font-family: var(--main-font), sans-serif;
    color: var(--black);
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0 20px;
}

.instClear {
    display: flex;
    justify-content: space-between;
}

.instClear .clearAll {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #858585;
    cursor: pointer;
    margin-right: 12px;
}

.instClear .clearAll:hover {
    text-decoration: underline;
    color: #3e3e3e;
}

.instClear .clearAll:hover .icon {
    opacity: 0.8;
}

.instClear .clearAll .icon {
    width: 18px;
    height: 20px;
    background-image: url('/templates/img/clear1.svg');
    background-size: 100%;
    opacity: 0.5;
    margin-left: 10px;
    margin-bottom: 2px;
}

#upload_instr_files {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#upload_instr_files .file {
    display: flex;
    justify-content: space-between;
    padding-right: 12px;
}

#upload_instr_files .file .remove {
    width: 18px;
    height: 20px;
    background-image: url('/templates/img/clear1.svg');
    background-size: 100%;
    opacity: 0.5;
    cursor: pointer;
}

#upload_instr_files .file .remove:hover {
    opacity: 0.8;
}

#upload_instr_files .file span {
    color: #2563eb;
    cursor: pointer;
}

#upload_instr_files .file span:hover {
    text-decoration: underline;
}

.page h1 {
    max-width: 1000px;
    margin: 10px auto 20px auto;
}

.essay-grader-page {
    max-width: 1000px;
}

.fileIcon {
    background-image: url('/templates/images/attach2.svg');
    background-position: 0 0;
    width: 24px;
    height: 23px;
    background-size: contain;
    margin-bottom: 5px;
}

#assignment_instructions {
    padding-right: 3rem;
}

.graderTitle {
    max-width: 1000px;
    margin: 30px auto 30px auto;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    font-family: var(--main-font), serif;
}

#full_report_block {
    font-family: 'Times New Roman', Times, serif;
}

.graderPage2,
.graderPage1 {
    background: #fff;
    padding: 80px;
    line-height: 200%;
    min-height: 1400px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto 50px auto;
}

.graderPage1 h1,
.graderPage1 h2,
.graderPage1 h3,
.graderPage1 h4
{
    color: black !important;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

.graderPage1 h2
{
    font-weight: bold;
}

.graderPage1 h3
{
    font-weight: 400;
    font-size: 16px;
}

.graderPage1 h3 span
{
    color: black;
}

.pageNumber {
    text-align: right;
    margin: 0;
    padding: 0;

}

.downloadBtn {
    background-color: #2563eb;
    color: white;
    padding: 2px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-family: var(--main-font), serif;
    position: absolute;
}

.downloadBtn:hover {
    background-color: #1d4ed8;
}

img.waterMark {
    position: absolute;
    bottom: 80px;
    opacity: 0.1;
}

img.qr {
    position: absolute;
    bottom: 50px;
    opacity: 1;
    right: 50px;
}

.overallScore {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.graderPage1 .item {
    margin-bottom: 20px;
}

.share_link_popup {
    width:auto !important;
    max-width: 560px !important;
}

.share_link_popup .ok-btn {
    max-width: 200px !important;
}

#shared_link_button {
    text-align: center;
    cursor: pointer;
    margin-top: 7px;
}

.seoText {
    max-width: 1000px;
    padding: 20px;
    line-height: 200%;
    margin: 0 auto;
}

.seoText h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

.seoText p {
    text-indent: 2em;
}

.essay-grader-page {
    margin-bottom: 0;
}




@media screen and (max-width: 500px) {

    .words {
        text-align: center;
        margin: 0 0 0 -20px;
    }
    .keep {
        margin: 20px 0 0 0;
        text-align: center;
    }
    .page h1 {
        text-align: center;
        margin: 40px auto 20px auto;
    }
    #grade_essay_button {
        padding: 13px 0;
    }
    .mainPanel {
        padding: 1.5rem 1.5rem 0 1.5rem;
    }
    #view_full_report,
    #shared_link_button {
        padding: 11px 0;
    }
    .graderPage2, .graderPage1 {
        padding: 20px;
    }

}

.outPanel .res {
    position: relative;
}

#shared_link_button {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100px;
    right: -10px;
    top: -23px;
    padding: 5px 0;
    border: none;
}

#shared_link_button.hidden {
    display: none;
}

#shared_link_button img {
    width: 20px;
}

#shared_link_button span {
}

.scr1 {
    height: 373px;
    overflow: scroll;
}

@media screen and (max-width: 768px) {
    #shared_link_button {
        top: 6px;
        right: 1%;
    }
    .scr1 {
        height: unset;
        overflow: unset;
    }
}

.orderlistSectionInner {
    min-height: 700px;
}


/* ======================================================================================= */
/* ======================================================================================= */
/* ======================================================================================= */


.essay-grader-page {
    margin-top:60px;
    margin-bottom:60px;
}
.upload_text_label {
    cursor: pointer;
}
.error_border {
    border:1px solid #ff0000;
}
.inactive,
.inactive:hover,
.inactive:active {
    background-color: #b1b1b1 !important;
}

.viewFullReportBtn{
    margin-top: 42px;
}
.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 4px solid #ccc;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: -5px;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.spinner.off {
    display: none;
}
.spinner.on {
    display: inline-block;
}
.essay-grader-page  {
    margin-top: 0;
}
.essay-grader-page .fileIcon {
    margin-right: 0;
}
.essay-grader-page .fileIcon:hover {
    opacity: 0.7;
}
.essay-grader-page {
    position: relative;
    overflow: visible;
}

.page h1 {
    font-family: var(--main-font), sans-serif;
    color: var(--black);
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0 20px;
}

.instClear {
    display: flex;
    justify-content: space-between;
}

.instClear .clearAll {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #858585;
    cursor: pointer;
    margin-right: 12px;
}

.instClear .clearAll:hover {
    text-decoration: underline;
    color: #3e3e3e;
}

.instClear .clearAll:hover .icon {
    opacity: 0.8;
}

.instClear .clearAll .icon {
    width: 18px;
    height: 20px;
    background-image: url('/templates/img/clear1.svg');
    background-size: 100%;
    opacity: 0.5;
    margin-left: 10px;
    margin-bottom: 2px;
}

#upload_instr_files {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#upload_instr_files .file {
    display: flex;
    justify-content: space-between;
    padding-right: 12px;
}

#upload_instr_files .file .remove {
    width: 18px;
    height: 20px;
    background-image: url('/templates/img/clear1.svg');
    background-size: 100%;
    opacity: 0.5;
    cursor: pointer;
}

#upload_instr_files .file .remove:hover {
    opacity: 0.8;
}

#upload_instr_files .file span {
    color: #2563eb;
    cursor: pointer;
}

#upload_instr_files .file span:hover {
    text-decoration: underline;
}

.page h1 {
    max-width: 1000px;
    margin: 10px auto 20px auto;
}

.essay-grader-page {
    max-width: 1000px;
}

.fileIcon {
    background-image: url('/templates/images/attach2.svg');
    background-position: 0 0;
    width: 24px;
    height: 23px;
    background-size: contain;
    margin-bottom: 5px;
}

#assignment_instructions {
    padding-right: 3rem;
}

.graderTitle {
    max-width: 1000px;
    margin: 30px auto 30px auto;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    font-family: var(--main-font), serif;
}

#full_report_block {
    font-family: 'Times New Roman', Times, serif;
}

.graderPage2,
.graderPage1 {
    background: #fff;
    padding: 80px;
    line-height: 200%;
    min-height: 1400px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto 10px auto;
}

.graderPage1 h1,
.graderPage1 h2,
.graderPage1 h3,
.graderPage1 h4
{
    color: black !important;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

.graderPage1 h2
{
    font-weight: bold;
}

.graderPage1 h3
{
    font-weight: 400;
    font-size: 16px;
}

.graderPage1 h3 span
{
    color: black;
}

.pageNumber {
    text-align: right;
    margin: 0;
    padding: 0;

}

.downloadBtn {
    background-color: #2563eb;
    color: white;
    padding: 2px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-family: var(--main-font), serif;
    position: absolute;
}

.downloadBtn:hover {
    background-color: #1d4ed8;
}

img.waterMark {
    position: absolute;
    bottom: 90px;
    opacity: 0.1;
}

#analyzed_by {
    position: absolute;
    bottom: 45px;
}

#analyzed_by a {
    text-decoration: underline;
    color: #0a53be;
}

img.qr {
    position: absolute;
    bottom: 50px;
    opacity: 1;
    right: 50px;
}

.overallScore {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.graderPage1 .item {
    margin-bottom: 20px;
}

.share_link_popup {
    width:auto !important;
    max-width: 560px !important;
}

.share_link_popup .ok-btn {
    max-width: 200px !important;
}

#shared_link_button {
    text-align: center;
    cursor: pointer;
    margin-top: 7px;
}

.seoText {
    max-width: 1000px;
    padding: 20px;
    line-height: 200%;
    margin: 0 auto;
}

.seoText h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

.seoText p {
    text-indent: 2em;
}

.essay-grader-page {
    margin-bottom: 0;
}




@media screen and (max-width: 500px) {

    .words {
        text-align: center;
        margin: 0 0 0 -20px;
    }
    .keep {
        margin: 20px 0 0 0;
        text-align: center;
    }
    .page h1 {
        text-align: center;
        margin: 40px auto 20px auto;
    }
    #grade_essay_button {
        padding: 13px 0;
    }
    .mainPanel {
        padding: 1.5rem 1.5rem 0 1.5rem;
    }
    #view_full_report,
    #shared_link_button {
        padding: 11px 0;
    }
    .graderPage2, .graderPage1 {
        padding: 20px 20px 200px 20px;
    }

}

.outPanel .res {
    position: relative;
}

#shared_link_button {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100px;
    right: -10px;
    top: -23px;
    padding: 5px 0;
    border: none;
}

#shared_link_button.hidden {
    display: none;
}

#shared_link_button img {
    width: 20px;
}

#shared_link_button span {
}

.scr1 {
    height: 373px;
    overflow: auto;
}

@media screen and (max-width: 768px) {
    #shared_link_button {
        top: 6px;
        right: 1%;
    }
    .scr1 {
        height: unset;
        overflow: unset;
    }
}

.orderlistSectionInner {
    min-height: 700px;
}









.bld {
    font-weight: bold;
}

a.bld,
.bld a {
    font-weight: bold;
    color: #1d4ed8; /* Tailwind's blue-600 */
}

a.bld:hover,
.bld a:hover {
    color: #2563eb; /* Tailwind's blue-500 */
    text-decoration: underline;
}

.blr {
    filter: blur(4px);
}

#shared_link_button {
    border: 1px solid #2563eb;
}

@media screen and (max-width: 768px) {
    #shared_link_button {
        top: 2px;
        right: -3%;
    }
    .wordsLimitBlock {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .words {
        margin: 0;
        padding: 0;
    }
    #grade_essay_button {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 500px) {
    .page h1 {
        margin: 10px auto 20px auto;
    }
}

#gr_writing_level {
    font-size: 18px;
}

.graderPage2 {
    margin-bottom: 50px;
}



.instClear {
    display: flex;
    justify-content: space-between;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 16px;
    margin: 15px 0 0 0px;
}

.viewFullReportBtn {
    margin-top: 4px;
}

/*"/templates/images/grader_share_1.svg"*/



#shared_link_button .icon {
    width: 20px;
    height: 20px;
    background-image: url('/templates/images/grader_share_1.svg');
    background-size: contain;
    margin-right: 5px;
}

#shared_link_button.inactive .icon {
    background-image: url('/templates/images/share_inactive_black.svg');
    opacity: 0.5
}

#shared_link_button.inactive:hover,
#shared_link_button.inactive {
    border: 1px solid #bbb !important;
    background: #fff !important;
    color: #939393 !important;
}

#grade_essay_button {
}

#grade_essay_button #btnLoader {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 4px solid #ccc;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: -5px;
    margin-right: 10px;
}

#grade_essay_button span.off {
    display: none !important;
}



#shared_link_button.inactive:hover {
    filter: brightness(0.9);
    cursor: not-allowed;
}

.graderPage2, .graderPage1 {
    padding: 80px 80px 180px 80px !important;
}

.graderPage2 h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000 !important;
}



.eyes_closed, .eyes_open  {
    height: 105px; width: 102px;
}
.eyes_closed {
    background-image: url('/templates/images/logo_blink_2.svg');
}
.eyes_open  {
    background-image: url('/templates/images/logo_blink_1.svg');
    animation: blink normal 2s infinite linear;
}

@keyframes blink {
    0%,10% { opacity:0; }
    11%,20% { opacity:1; }
    21%,30% { opacity:0; }
    31%,100% { opacity:1; }
}

#graded_content p {
    text-indent: 25px;
    margin-bottom: 20px;
}

#aiFullReport {
    cursor: pointer;
}

a.link {
    color: #2563eb;
    text-decoration: none;
}

a.link:hover {
    text-decoration: underline;
    color: #1d4ed8;
}

#graded_score_ai_detection,
#gr_score_ai_detection {
    font-weight: bold;
}

@media screen and (max-width: 400px) {
    .graderPage2, .graderPage1 {
        padding: 40px 20px 180px 20px !important;
    }
    .pageNumber {
        margin-bottom: 40px;
    }
    img.waterMark {
        width: 180px;
    }
    img.qr {
        right: 20px;
    }
    .words {
        display: flex;
        gap: 10px;
    }
}

#graded_score_ai_detection, #gr_score_ai_detection {
    font-size: 20px;
}

.aiNote span {
    font-size: 19px;
    color: #3a74f5;
    margin-top: -10px;
    margin-bottom: 20px;
}

#download_pdf {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

#download_pdf img {
    width: 16px;
}

textarea {
    outline: none;
}

textarea:focus {
    border: 1px solid #3a74f5;
}

textarea.error_border:focus {
    border: 1px solid red !important;
}

.upload_text_label {
    display: flex;
    gap: 7px;
    font-size: 12px;
    color: #000 !important;
    border: 1px dashed #000 !important;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: calc(100% - 20px);
    position: absolute;
    right: 10px;
    bottom: 15px;
    padding: 15px;
    background: #fff;
}

.essay-grader-page .fileIcon {
    margin: 0;
}

.upload_text_label:hover {
    background: #f4f4f4 !important;
}

#essayInput {
    padding: 10px 10px 80px 10px;
    height: 257px;
}

#download_pdf img {
    width: 20px;
}

#assignment_instructions {
    padding: 10px 10px 80px 10px;
    height: 150px;
}

@media screen and (max-width: 450px) {
    .outPanel {
        padding-top: 0;
    }

    #shared_link_button {
        width: 50px;
        top: 0;
        right: 3px;
    }

    #shared_link_button span {
        display: none;
    }

    #shared_link_button .icon {
        margin: 0;
    }
}

#download_pdf {
    top: 16px;
    left: 16px;
}

#shared_link_button_2 .icon {
    width: 20px;
    height: 20px;
    background-image: url('/templates/images/grader_share_1.svg');
    background-size: contain;
    margin-right: 5px;
}

#shared_link_button_2 {
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100px;
    right: 16px;
    top: 16px;
    padding: 5px 0;
    font-family: var(--main-font);
}

#download_pdf_2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 0;
    top: -16px;
    font-family: var(--main-font);
    margin: 0;
    padding: 4px 15px;
}

@media screen and (max-width: 450px) {
    #download_pdf_2 {
        left: 0;
        top: 6px;
    }

    #download_pdf_2 span {
        display: none;
    }

    .pageNumber {
        margin-top: 20px;
    }
}






.graderPage {






    *,
    ::before,
    ::after {
        --tw-border-spacing-x: 0;
        --tw-border-spacing-y: 0;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-pan-x: ;
        --tw-pan-y: ;
        --tw-pinch-zoom: ;
        --tw-scroll-snap-strictness: proximity;
        --tw-gradient-from-position: ;
        --tw-gradient-via-position: ;
        --tw-gradient-to-position: ;
        --tw-ordinal: ;
        --tw-slashed-zero: ;
        --tw-numeric-figure: ;
        --tw-numeric-spacing: ;
        --tw-numeric-fraction: ;
        --tw-ring-inset: ;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgb(59 130 246 / 0.5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        --tw-blur: ;
        --tw-brightness: ;
        --tw-contrast: ;
        --tw-grayscale: ;
        --tw-hue-rotate: ;
        --tw-invert: ;
        --tw-saturate: ;
        --tw-sepia: ;
        --tw-drop-shadow: ;
        --tw-backdrop-blur: ;
        --tw-backdrop-brightness: ;
        --tw-backdrop-contrast: ;
        --tw-backdrop-grayscale: ;
        --tw-backdrop-hue-rotate: ;
        --tw-backdrop-invert: ;
        --tw-backdrop-opacity: ;
        --tw-backdrop-saturate: ;
        --tw-backdrop-sepia: ;
        --tw-contain-size: ;
        --tw-contain-layout: ;
        --tw-contain-paint: ;
        --tw-contain-style: ;
    }
    ::backdrop {
        --tw-border-spacing-x: 0;
        --tw-border-spacing-y: 0;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-pan-x: ;
        --tw-pan-y: ;
        --tw-pinch-zoom: ;
        --tw-scroll-snap-strictness: proximity;
        --tw-gradient-from-position: ;
        --tw-gradient-via-position: ;
        --tw-gradient-to-position: ;
        --tw-ordinal: ;
        --tw-slashed-zero: ;
        --tw-numeric-figure: ;
        --tw-numeric-spacing: ;
        --tw-numeric-fraction: ;
        --tw-ring-inset: ;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgb(59 130 246 / 0.5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        --tw-blur: ;
        --tw-brightness: ;
        --tw-contrast: ;
        --tw-grayscale: ;
        --tw-hue-rotate: ;
        --tw-invert: ;
        --tw-saturate: ;
        --tw-sepia: ;
        --tw-drop-shadow: ;
        --tw-backdrop-blur: ;
        --tw-backdrop-brightness: ;
        --tw-backdrop-contrast: ;
        --tw-backdrop-grayscale: ;
        --tw-backdrop-hue-rotate: ;
        --tw-backdrop-invert: ;
        --tw-backdrop-opacity: ;
        --tw-backdrop-saturate: ;
        --tw-backdrop-sepia: ;
        --tw-contain-size: ;
        --tw-contain-layout: ;
        --tw-contain-paint: ;
        --tw-contain-style: ;
    } /* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
    *,
    ::after,
    ::before {
        box-sizing: border-box;
        border-width: 0;
        border-style: solid;
        border-color: #e5e7eb;
    }
    ::after,
    ::before {
        --tw-content: "";
    }
    :host,
    html {
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        -moz-tab-size: 4;
        tab-size: 4;
        font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-feature-settings: normal;
        font-variation-settings: normal;
        -webkit-tap-highlight-color: transparent;
    }
    body {
        margin: 0;
        line-height: inherit;
    }
    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }
    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit;
    }
    a {
        color: inherit;
        text-decoration: inherit;
    }
    b,
    strong {
        font-weight: bolder;
    }
    code,
    kbd,
    pre,
    samp {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
        font-feature-settings: normal;
        font-variation-settings: normal;
        font-size: 1em;
    }
    small {
        font-size: 80%;
    }
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    sub {
        bottom: -0.25em;
    }
    sup {
        top: -0.5em;
    }
    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse;
    }
    button,
    input,
    optgroup,
    select,
    textarea {
        font-family: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        font-size: 100%;
        font-weight: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        color: inherit;
        margin: 0;
        padding: 0;
    }
    button,
    select {
        text-transform: none;
    }
    button,
    input:where([type="button"]),
    input:where([type="reset"]),
    input:where([type="submit"]) {
        -webkit-appearance: button;
        background-color: transparent;
        background-image: none;
    }
    :-moz-focusring {
        outline: auto;
    }
    :-moz-ui-invalid {
        box-shadow: none;
    }
    progress {
        vertical-align: baseline;
    }
    ::-webkit-inner-spin-button,
    ::-webkit-outer-spin-button {
        height: auto;
    }
    [type="search"] {
        -webkit-appearance: textfield;
        outline-offset: -2px;
    }
    ::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit;
    }
    summary {
        display: list-item;
    }
    blockquote,
    dd,
    dl,
    figure,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    p,
    pre {
        margin: 0;
    }
    fieldset {
        margin: 0;
        padding: 0;
    }
    legend {
        padding: 0;
    }
    menu,
    ol,
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    dialog {
        padding: 0;
    }
    textarea {
        resize: vertical;
    }
    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        color: #9ca3af;
    }
    [role="button"],
    button {
        cursor: pointer;
    }
    :disabled {
        cursor: default;
    }
    audio,
    canvas,
    embed,
    iframe,
    img,
    object,
    svg,
    video {
        display: block;
        vertical-align: middle;
    }
    img,
    video {
        max-width: 100%;
        height: auto;
    }
    [hidden]:where(:not([hidden="until-found"])) {
        display: none;
    }
    .fixed {
        position: fixed;
    }
    .absolute {
        position: absolute;
    }
    .relative {
        position: relative;
    }
    .bottom-3 {
        bottom: 0.75rem;
    }
    .right-3 {
        right: 0.75rem;
    }
    .mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .mb-4 {
        margin-bottom: 1rem;
    }
    .mt-1 {
        margin-top: 0.25rem;
    }
    .mt-2 {
        margin-top: 0.5rem;
    }
    .mt-4 {
        margin-top: 1rem;
    }
    .mt-6 {
        margin-top: 1.5rem;
    }
    .block {
        display: block;
    }
    .grid {
        display: grid;
    }
    .hidden {
        display: none;
    }
    .w-full {
        width: 100%;
    }
    .max-w-6xl {
        max-width: 72rem;
    }
    .cursor-pointer {
        cursor: pointer;
    }
    .resize-none {
        resize: none;
    }
    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .space-y-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }
    .space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }
    .overflow-hidden {
        overflow: hidden;
    }
    .rounded-2xl {
        border-radius: 1rem;
    }
    .rounded-lg {
        border-radius: 0.5rem;
    }
    .border {
        border-width: 1px;
    }
    .border-r {
        border-right-width: 1px;
    }
    .border-t {
        border-top-width: 1px;
    }
    .border-blue-600 {
        --tw-border-opacity: 1;
        border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
    }
    .border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    }
    .border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    }
    .bg-blue-600 {
        --tw-bg-opacity: 1;
        background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    }
    .bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    .p-3 {
        padding: 0.75rem;
    }
    .p-4 {
        padding: 1rem;
    }
    .p-6 {
        padding: 1.5rem;
    }
    .p-8 {
        padding: 2rem;
    }
    .py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .pr-12 {
        padding-right: 3rem;
    }
    .pt-4 {
        padding-top: 1rem;
    }
    .text-center {
        text-align: center;
    }
    .text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .font-bold {
        font-weight: 700;
    }
    .font-semibold {
        font-weight: 600;
    }
    .text-blue-600 {
        --tw-text-opacity: 1;
        color: rgb(37 99 235 / var(--tw-text-opacity, 1));
    }
    .text-gray-400 {
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    }
    .text-gray-500 {
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    }
    .text-gray-600 {
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
    .text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    .shadow-md {
        --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
        0 2px 4px -2px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .hover\:bg-blue-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
    }
    .hover\:bg-blue-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
    }
    .hover\:underline:hover {
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
    }
    @media (min-width: 768px) {
        .md\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
}

#view_full_report {
    margin-top: 4px !important;
}

.graderPage h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 30px auto;
    max-width: 1100px;
}


.page h1 {
    font-family: var(--main-font), sans-serif;
    color: var(--black);
    font-size: 32px;
    font-weight: 600;
    margin: 20px auto 20px;
}







/* NEW VERSION */


.eyes_closed, .eyes_open  {
    height: 105px; width: 102px;
}
.eyes_closed {
    background-image: url('/templates/images/logo_blink_2.svg');
}
.eyes_open  {
    background-image: url('/templates/images/logo_blink_1.svg');
    animation: blink normal 2s infinite linear;
}

@keyframes blink {
    0%,10% { opacity:0; }
    11%,20% { opacity:1; }
    21%,30% { opacity:0; }
    31%,100% { opacity:1; }
}


@import url('https://fonts.googleapis.com/css2?family=Pathway+Extreme:wght@300;400;600;700&display=swap');

.page h1 {
    font-size: 32px !important;
    font-weight: 600 !important;
}

/* CSS Variables */
:root {
    --primary-color: #6C54FF;
    --primary-hover: #5A47E6;
    --background-gradient: linear-gradient(135deg, #f8f7ff 0%, #f0fffe 50%, #faf8fc 100%);
    --text-primary: #111;
    --text-secondary: #475467;
    --heading-color: #006975;
    --border-color: #DFEAF2;
    --border-error: #FF4D4F;
    --card-background: #ffffff;
    --disabled-background: #cccccc;
    --label-color: #232323;
    --shadow-light: rgba(108, 84, 255, 0.1);
    --transition-speed: 0.3s;
}

/* Global Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Pathway Extreme', sans-serif;
    color: var(--text-primary);
    background: var(--background-gradient);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Hide scrollbars */
::-webkit-scrollbar {
    display: none;
}

* {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Container */
.essay-grader-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}

/* Header */
.header {
    margin-bottom: 20px;
}

.main-title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Content Wrapper */
.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

/* Card */
.card {
    background: var(--card-background);
    border-radius: 25px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Section Title */
.section-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 16px;
}

/* Essay Textarea */
.essay-textarea {
    width: 100%;
    min-height: 200px;
    padding: 15px 20px;
    font-family: 'Pathway Extreme', sans-serif;
    font-size: 14px;
    color: var(--text-primary);
    background: var(--card-background);
    border: 2px solid var(--border-color);
    border-radius: 15px;
    resize: vertical;
    transition: all var(--transition-speed) ease;
    outline: none;
}

.essay-textarea:hover,
.essay-textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 4px 12px var(--shadow-light);
}

.essay-textarea.error {
    border-color: var(--border-error);
}

.essay-textarea::placeholder {
    color: #999;
}

/* Upload Section */
.upload-section {
    margin: 12px 0;
}

.file-input {
    display: none;
}

.upload-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border: 2px dashed var(--border-color);
    border-radius: 12px;
    background: #fafafa;
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--transition-speed) ease;
}

.upload-label:hover {
    border-color: var(--primary-color);
    background: #f5f3ff;
    color: var(--primary-color);
}

/* Instructions Section */
.instructions-section {
    margin: 8px 0;
}

.add-instructions-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 0;
    background: transparent;
    border: none;
    color: var(--primary-color);
    font-family: 'Pathway Extreme', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-speed) ease;
}

.add-instructions-btn:hover {
    color: var(--primary-hover);
}

.instructions-input-wrapper {
    position: relative;
}

.instructions-textarea {
    width: 100%;
    min-height: 100px;
    padding: 15px 20px;
    font-family: 'Pathway Extreme', sans-serif;
    font-size: 14px;
    color: var(--text-primary);
    background: var(--card-background);
    border: 2px solid var(--border-color);
    border-radius: 15px;
    resize: vertical;
    transition: all var(--transition-speed) ease;
    outline: none;
}

.instructions-textarea:hover,
.instructions-textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 4px 12px var(--shadow-light);
}

.clear-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    padding: 6px 12px;
    background: transparent;
    border: none;
    color: var(--text-secondary);
    font-family: 'Pathway Extreme', sans-serif;
    font-size: 13px;
    cursor: pointer;
    transition: all var(--transition-speed) ease;
}

.clear-btn:hover {
    color: var(--border-error);
}

/* Word Count */
.word-count {
    margin: 10px 0;
    font-size: 14px;
    color: var(--text-secondary);
    font-weight: 500;
}

/* Grade Button */
.grade-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    padding: 16px 24px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 10px;
    font-family: 'Pathway Extreme', sans-serif;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-speed) ease;
    outline: none;
    box-shadow: 0 4px 12px rgba(108, 84, 255, 0.2);
    text-align: center;
}

.grade-button:hover:not(:disabled) {
    background: var(--primary-hover);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(108, 84, 255, 0.3);
}

.grade-button:active:not(:disabled) {
    transform: translateY(0);
}

.grade-button:disabled {
    background: var(--disabled-background);
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

/* Right Panel */
.right-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Results Card - Unified white card */
.results-card {
    background: var(--card-background);
    border-radius: 25px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.score-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.score-info {
    flex: 1;
    text-align: left;
}

.score-large {
    margin-bottom: 12px;
}

.score-number {
    font-size: 64px;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1;
}

.score-total {
    font-size: 24px;
    color: var(--text-secondary);
    margin-left: 4px;
}

.writing-level {
    font-size: 16px;
    color: var(--text-secondary);
}

.level-value {
    font-weight: 600;
    color: var(--primary-color);
}

.results-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    margin-bottom: 20px;
}

.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    color: var(--text-secondary);
    font-family: 'Pathway Extreme', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--transition-speed) ease;
    min-width: 130px;
    text-align: center;
}

.action-btn span {
    display: block;
}

.action-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background: #f5f3ff;
}

/* Metrics List */
.metrics-list {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.metric-item {
    display: flex;
    gap: 12px;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 12px;
    cursor: pointer;
    transition: all var(--transition-speed) ease;
}

.metric-item:hover {
    background: #FCFCFC;
    border-color: #E0E0E0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

.metric-item:last-child {
    margin-bottom: 0;
}

.metric-item:first-child {
    /* No special styling needed */
}

.metric-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.metric-content {
    flex: 1;
    min-width: 0;
}

.metric-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.metric-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
}

.metric-score {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-secondary);
}

.metric-description {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Full Report Button */
.full-report-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 16px 24px;
    margin-top: 24px;
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    font-family: 'Pathway Extreme', sans-serif;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-speed) ease;
    outline: none;
    text-align: center;
}

.full-report-button:hover {
    background: var(--primary-color);
    color: white;
    box-shadow: 0 4px 12px rgba(108, 84, 255, 0.2);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .content-wrapper {
        grid-template-columns: 1fr;
    }

    .main-title {
        font-size: 28px;
    }

    .section-title {
        font-size: 20px;
    }

    .card {
        padding: 24px;
    }

    .score-display {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .essay-grader-container {
        padding: 16px;
    }

    .main-title {
        font-size: 24px;
    }

    .section-title {
        font-size: 18px;
    }

    .card {
        padding: 20px;
        border-radius: 20px;
    }

    .score-display {
        padding: 20px;
        border-radius: 20px;
    }

    .score-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .score-info {
        width: 100%;
    }

    .score-number {
        font-size: 48px;
    }

    .score-total {
        font-size: 20px;
    }

    .results-header {
        width: 100%;
    }

    .action-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 20px;
    }

    .card {
        padding: 16px;
        border-radius: 16px;
    }

    .essay-textarea {
        min-height: 150px;
    }

    .grade-button,
    .full-report-button {
        padding: 14px 20px;
        font-size: 14px;
    }
}






/* ===== Full Report Styling (scoped) ===== */
#full_report_block {
    font-family: 'Pathway Extreme', sans-serif;
    color: #111;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* --- Pages --- */
#full_report_block .graderPage1,
#full_report_block .graderPage2 {
    position: relative;
    background: #fff;
    width: 850px;
    min-height: 1100px;
    padding: 50px 60px 180px 60px;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #E0E0E0, 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* --- Title --- */
#full_report_block .graderTitle {
    font-size: 28px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 20px;
    text-align: center;
}

/* --- Watermark --- */
#full_report_block .waterMark {
    position: absolute;
    bottom: 100px;
    left: 57px;
    width: 210px;
    opacity: 0.08;
    pointer-events: none;
}

/* --- QR Code --- */
#full_report_block .qr {
    position: absolute;
    bottom: 60px;
    right: 70px;
    width: 90px;
    opacity: 0.9;
}

/* --- Page Number --- */
#full_report_block .pageNumber {
    position: absolute;
    bottom: 40px;
    left: 60px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

/* --- Top Header Text (first page) --- */
#full_report_block .graderPage1 h2,
#full_report_block .graderPage1 h3,
#full_report_block .graderPage1 h4 {
    text-align: center;
    color: #000 !important;
    font-weight: 400 !important;
    margin-bottom: 6px;
}

/* --- Overall Score --- */
#full_report_block .overallScore {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 25px 0 15px;
    text-align: center;
}

#full_report_block .overallScore span {
    vertical-align: middle;
}

#full_report_block .text-green-600 {
    color: #16A34A !important;
}

/* --- Grading Items --- */
#full_report_block .item {
    margin-top: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E5E7EB;
}

#full_report_block .item p {
    line-height: 1.6;
    font-size: 15px;
    color: #333;
}

#full_report_block .item b {
    color: #111;
}

#full_report_block .detected {
    color: #E63946;
    font-weight: 600;
}

#full_report_block .aiNote {
    font-size: 13px;
    color: #666;
    margin-top: 6px;
}

/* --- Buttons --- */
#full_report_block .downloadBtn,
#full_report_block #shared_link_button_2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid var(--primary-color);
    background: white;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

#full_report_block .downloadBtn:hover,
#full_report_block #shared_link_button_2:hover {
    background: var(--primary-color);
    color: white;
}

#full_report_block .downloadBtn img {
    width: 18px;
    height: 18px;
}

/* --- "Analyzed by" footer --- */
#full_report_block #analyzed_by {
    position: absolute;
    bottom: 68px;
    left: 61px;
    font-size: 13px;
    color: #475467;
}

#full_report_block #analyzed_by a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

#full_report_block #analyzed_by a:hover {
    text-decoration: underline;
}

/* --- Graded Content Text --- */
#full_report_block #graded_content {
    display: block;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

#full_report_block #graded_content p {
    margin-bottom: 10px;
}

#full_report_block h3 span {
    color: unset !important;
}

/* --- Responsive --- */
@media (max-width: 900px) {
    #full_report_block .graderPage1,
    #full_report_block .graderPage2 {
        width: 95%;
        padding: 40px 30px;
    }

    #full_report_block .qr {
        width: 70px;
        right: 40px;
    }

    #full_report_block .waterMark {
        width: 110px;
        left: 40px;
        bottom: 55px;
    }

    #full_report_block .pageNumber {
        left: 40px;
    }
}


#full_report_block.hidden {
    display: none !important;
}


.grader-content img {
    max-width: 100%;
    height: auto;
}

.grader-content .universities {
    margin: 0;
    padding: 0;
}

.grader-content .reviews {
    margin: 30px auto 40px;
    padding: 0 16px;
}

#full_report_block {
    padding: 0;
}

#full_report_block .graderTitle {
    font-weight: 600;
    text-align: center;
}

#view_full_report {
    margin-top: 20px !important;
}

.page h1 {
    font-size: 32px !important;
    font-weight: 600 !important;
    margin: 0;
    padding: 0;
    text-align: left;
}

#full_report_block {
    margin-bottom: 50px !important;
}

.grader-content .reviews {
    max-width: 500px !important;
}


.seoText p {
    text-indent: 0 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    max-width: 900px !important;
    color: #333 !important;
    text-align: left !important;
}

.seoText h3 {
    text-align: center !important;
    font-size: 36px !important;
    margin-bottom: 20px !important;
    color: #006975 !important;
    font-weight: 600 !important;
    max-width: unset !important;
}

.essay-grader-container {
    padding: 0 80px !important;
}

.page h1.nh1 {
    font-family: var(--main-font), sans-serif !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    color: #006975 !important;
    text-align: left !important;
    margin: 20px 0 20px 0 !important;
}

/* NEW VERSION */