:root {
    --dark: #2b2b2b;
    --gray: #161616;
    --white: #ffffff;
    --mystic: #e3e7eb;
    --f8: #f8f8f8;
    --f5: #f5f5f5;
    --f2: #f2f2f2;
    --ff5: #ff5959;
    --ee: #eeeeee;
    --navlink-color: #1e1f23;
    --box-shadow: 0 3px 8px rgb(0 0 0 / 0.2);
    --stroke: #C4C7C6;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts//OpenSans-Light.ttf") format("truetype");
    font-weight: 300;
    /* Light weight */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    /* Regular weight */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: 500;
    /* Regular weight */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    /* Regular weight */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
    font-weight: 700;
    /* Bold weight */
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    padding: unset;
    margin: unset;
}

#main-body {
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    outline: unset;
    background: #f8f8f8;
    overflow-x: hidden;
}

body {
    padding: 0px;
    margin: 0px;
}

h2.heading,
h2,
h2 strong {
    font-size: 24.9px;
    line-height: 38px;
    margin: 20px 0;
}

h3,
h3.content,
h3.content strong,
h3 strong {
    font-size: 18.4px;
    line-height: 22px;
    margin: 16px 0;
}

.righ_portion h4,
h4 strong,
h4 {
    font-size: 18.6px;
    font-weight: 700;
    line-height: 22px;
    margin: 12px 0;
}

.right-arrow {
    height: 20px !important;
    width: 20px !important;
}

.content,
ul li,
ol li {
    font-size: 18px;
    color: #3e3f42;
}

h3,
h2,
h1 {
    color: #1e1f23 !important;
}

ul li,
ol li {
    font-size: 18px;
    line-height: 28px;
}

p,
span,
.content {
    line-height: 28px;
}

::-webkit-scrollbar {
    width: 4px;
}

#output-content::-webkit-scrollbar {
    width: 4px !important;
}

::-webkit-scrollbar-thumb {
    background: black !important;
}

::-webkit-scrollbar-track {
    background-color: #cfcfcf;
}

.flex-wrap {
    flex-wrap: wrap;
}

table td {
    padding: 10px;
}

input:focus-visible,
textarea:focus-visible {
    outline: none;
}

.loading {
    position: absolute;
    left: 40%;
    top: 50%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.contact_submit_div,
.reg_text {
    position: relative;
}

.loader {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #E1E4EA;
    border-right-color: #1e1f23;
    border-radius: 22px;
    animation: rotate 1s infinite linear;
}

.loading_aiessay {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #888;
    border-right-color: #1e1f23;
    border-radius: 22px;
    animation: rotate 1s infinite linear;
    position: absolute;
    left: 47%;
    top: 50%;
}

.detect_loader {
    width: 32px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 6px solid #e1e4ea;
    border-right-color: #1e1f23;
    animation: l2 1s infinite linear;
}

@keyframes l2 {
    to {
        transform: rotate(1turn);
    }
}

.detect_loader p {
    font-weight: 500px;
    font-size: 14px;
    line-height: 20px;
    color: #1e1f23;
}

#summary_block_content_new {
    position: relative;
}

.loading_btn,
#loading_btn {
    height: 0;
    width: 0;
    padding: 6px;
    border: 3px solid #ffffff;
    border-right-color: #1e1f23;
    border-radius: 22px;
    animation: rotate 1s infinite linear;
}

.loading_div_icon {
    height: 0;
    width: 0;
    padding: 6px;
    border: 3px solid #ffffff;
    border-right-color: #1e1f23;
    border-radius: 22px;
    animation: rotate 1s infinite linear;
    position: absolute;
    left: 47%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loaderDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: #e1e4ea;
    height: 150px;
    gap: 10px;
}

.color-count {
    color: #000 !important;
}

.color-red {
    color: red !important;
}

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

    to {
        transform: rotate(360deg);
    }
}

.word_counter_div {
    font-size: 16px;
    line-height: 28px;
    color: #626468;
}

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

.d-grid {
    display: grid;
}

.pos-rel {
    position: relative;
}

.rotated {
    transform: rotate(180deg);
}

.dropbtn {
    display: inline-block;
    background: #f9fafe !important;
    color: white;
    padding: 6px 16px;
    line-height: 24px !important;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px #e1e4ea;
}

.dropbtn_mobile {
    margin-top: 4px;
    padding: 4px 10px !important;
}

li.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 4px;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    background: #fff;
}

button:disabled,
button:disabled:hover {
    background: #8f8f91;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.white_hover:hover {
    background-color: #f9fafe !important;
}

.black_hover:hover {
    background: #3b3e49 !important;
}

.dropdown-content a:hover {
    background-color: #eee;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.validation {
    color: red;
    text-align: center;
    height: 20px;
}

.validation-succes {
    color: green;
    text-align: center;
    height: 20px;
}

.nav-bar {
    background: #ffffff;
    padding: 8px;
    border: none !important;
    box-shadow: 0 1px 0 0 #d6d6d6;
}

.header_main_container {
    width: unset !important;
}

.nav-bar button {
    background-color: transparent;
    border: transparent;
}

.nav-bar button,
.nav-bar a {
    text-decoration: none;
    column-gap: 10px;
    color: var(--navlink-color);
    font-size: 14px;
    line-height: 20px;
}

.nav-links {
    column-gap: 10px;
}

.nav-bar button:hover,
.nav-links a:hover {
    text-decoration: underline;
}

.favicon_img {
    padding: 3px;
    height: 25px;
    width: 25px;
    background: #f3f3f3;
    box-shadow: 0px 0px 1px 0px #8f8f91b2;
}

.website_name {
    color: #1e1f23;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.website_name_popup {
    color: #1e1f23;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.plag-result-section p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #3e3f42;
}

.summorg-input-holder span {
    position: absolute;
    z-index: -1;
    cursor: text !important;
}

.logo_box {
    display: flex;
    flex-direction: row;
    padding: 4px 0;
    min-height: 44px;
    height: 100%;
}

.site-name {
    font-size: 18px;
    line-height: 22px !important;
}

.site-name span {
    margin: 0% !important;
}

.nav-links .pricing_nav_btn:hover,
.nav-links .logout_btn:hover {
    text-decoration: none;
}

.nav-links a:last-child {
    padding-right: unset;
}

.logo {
    padding: unset !important;
    font-size: 15px !important;
    font-weight: bold;
    align-items: center;
    display: flex !important;
    gap: 10px;
}

.logo img {
    width: 30px;
    height: 36px;
}

.upload-section {
    column-gap: 2em;
    flex-direction: column;
}

.upload-section>div {
    width: 100%;
}

.captcha_main {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 100000;
    transform: translate(-50%);
}

.captcha_main_aiessay {
    position: absolute;
    bottom: 45px;
    left: 0px;
    right: 0px;
}

.upload-section .tool_div .textarea_div {
    width: 100%;
    position: relative;
}

.summary__report {
    display: flex;
    min-height: 65px;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    border-bottom: 1px solid var(--stroke);
}

.all-sources span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.summary__report button,
.summary__report a {
    background: #1e1f23;
    border: none !important;
    color: white;
    font-size: 14px;
    padding: 8px 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.summary__report button span,
.summary__report a span {
    line-height: 20px;
}

#topic:hover {
    cursor: text;
    border: 1px solid #e1e4ea;
}

.upload-section .tool_div .textarea_div #input-content,
.upload-section .tool_div .textarea_div textarea {
    width: 100%;
    min-height: 377px;
    resize: none;
    border: none;
    padding: 20px;
    background-color: transparent;
}

#output-content {
    display: block;
    width: 60%;
    overflow-y: auto;
    font-size: 16px;
    padding: 10px;
    color: #1e1f23;
    font-weight: 400;
    border-right: 1px solid #1e1f23;
    min-height: 200px;
}

#summary_block_content_content {
    width: 40%;
}

.replace_sentemce {
    cursor: pointer;
}

.result_download {
    border: 1px solid var(--stroke);
    margin: 24px 0px;
}

.all-sources {
    padding: 10px;
    border-bottom: 1px solid #e1e4ea;
}

#summary_block_content {
    display: flex;
    height: auto;
    align-items: flex-start;
}

.upload-section .tool_div .textarea_div #input-content:focus-visible,
.upload-section .tool_div .textarea_div textarea:focus-visible {
    outline: none;
}

.upload_n_word_count_div {
    padding: 10px;
}

#filesForm>div {
    border: 1px solid var(--stroke);
    box-shadow: 0px 6px 20px -10px #00000033;
}

.upload_btn {
    display: flex;
    justify-content: center;
    gap: 8px;
    color: black;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    align-items: center;
    padding: 8px;
}

.upload_btn_div {
    padding: 0 8px;
    min-width: 150px;
    text-align: end;
    /* padding: 8px 0px; */
}

.main-conatainer-login {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.or-select {
    display: flex;
    height: 10px;
    align-items: center;
}

.or-select div {
    width: 45%;
    border-bottom: 1px solid #e1e4ea;
}

.or-select div:nth-child(2) {
    border-bottom: none;
    width: 10%;
    position: relative;
    text-align: center;
}

.or-select div:nth-child(2) span {
    position: absolute;
    top: -13px;
    right: 8px;
}

.upload_btn img {
    height: 18px;
    transition: 0.3s ease;
    filter: greyscale(1);
}

.upload_btn:hover img {
    transform: translateY(-2px);
}

.pricing_nav_btn {
    background-color: #000000;
    padding: 6px 12px !important;
    cursor: pointer;
    color: #ffffff !important;
    box-shadow: inset 0 0 0 1px #000000;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px !important;
}

#myLinks .pricing_nav_btn,
#myLinks .btn-open-popup {
    width: 200px;
    margin: 4px auto;
}

.forgot_link {
    display: flex;
    justify-content: end;
    font-size: 14px;
    margin-top: 8px;
    color: #8f8f91;
    line-height: 20px;
}

.login_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 530px;
    justify-content: center;
}

.top_img_user {
    margin-bottom: 12px;
    text-align: center;
}

.top_img_user span {
    color: #1e1f23;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.reg_text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.reg_text span {
    color: #8f8f91;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.reg_text .dark {
    color: #1e1f23;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.dark a {
    color: #1e1f23;
}

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

.login_btn,
.delete_acc_btn,
.pricing_plan_href {
    width: 336px;
    border: unset;
    display: flex;
    justify-content: center;
    background: black;
    color: white;
    padding: 8px 20px !important;
    margin-top: 20px;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.login_btn:hover {
    background: #292a2e;
}

.login-model-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #1e1f23;
}

.login_error_message {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #3e3f42;
}

.popoup_img {
    margin-top: unset;
    width: 100%;
    min-height: 173px;
    height: unset;
}

.exit_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #f9fafe;
    color: #1e1f23;
    border: 1px solid #f4f6fa;
    padding: 10px 20px !important;
    margin-top: 10px;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.exit_btn_black {
    width: 100%;
    display: flex;
    justify-content: center;
    background: black;
    color: white;
    border: 1px solid #f4f6fa;
    padding: 10px 20px !important;
    margin-top: 10px;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

a {
    text-decoration: none;
}

.logout_btn {
    background: #f9fafe;
    color: #1e1f23 !important;
    cursor: pointer;
    padding: 6px 12px !important;
    font-weight: 600;
    display: flex;
    box-shadow: inset 0 0 0 1px #e1e4ea;
    justify-content: center;
    line-height: 24px !important;
}

button .detect_btn {
    max-width: 270px;
    display: flex;
    width: 270px !important;
    justify-content: center;
    column-gap: 8px;
    background: black;
    color: white;
    font-size: 18px !important;
    padding: 10px 15px;
    margin: 2em auto 0 auto;
    align-items: center;
    cursor: pointer;
    transform: scale(0.9);
    transition: 0.3s ease;
    font-weight: 600 !important;
}

.get_premium_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 1em;
    background: white;
    color: #1e1f23;
    font-size: 16px !important;
    padding: 8px 0 !important;
    margin: 20px 0;
    align-items: center;
    cursor: pointer;
    transition: 0.2s ease;
    line-height: 24px;
    font-weight: 600 !important;
    box-shadow: inset 0 0 0 1px #c1c6c7;
    text-decoration: none;
}

.get_premium_btn:hover {
    background: #1e1f23;
    color: white;
    box-shadow: inset 0 0 0 1px #1e1f23;
}

.detect_btn img {
    width: 18.02px;
    height: 12px;
    transition: 0.3s ease;
}

.password_update_img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.detect_btn:hover img {
    transform: translateX(3px) scale(0.9);
}

.result_section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.overall_sources,
.plagiarized_content,
.unique_content {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    padding: 16px;
    border: 1px solid #e1e4ea;
}

.overall_result {
    padding: 40px 0;
    text-align: center;
    background: var(--f2);
}

.total_source {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    border: 5px solid #e1e4ea;
    border-radius: 50%;
}

.total_plagerized {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 5px solid #eb4335;
    border-radius: 50%;
}

.total_similar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 5px solid #3cbc7f;
    border-radius: 50%;
}

.plagiarized_per {
    font-size: 10px;
    font-weight: 700;
    color: #eb4335;
}

.total_source span {
    font-size: 14px;
    font-weight: 700;
    color: #8f8f91;
}

.total_similar span {
    font-size: 14px;
    font-weight: 700;
    color: #3cbc7f;
}

.total_source_text {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #1e1f23;
}

.overall_result_heading {
    margin: 0px;
    margin-top: 24px;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 700;
}

#result {
    text-align: center;
}

.display_result {
    display: flex;
    flex-direction: column;
    row-gap: 2em;
}

.result_Bar {
    width: 80px;
    height: 6px;
    background: #e1e4ea;
    position: relative;
}

.result_percentage_bar {
    position: absolute;
    width: 40%;
    background-color: #eb4335;
    height: 6px;
    left: 0;
}

.show_percentage {
    column-gap: 2em;
}

.summary_portion {
    /* overflow-y: auto; */
    height: auto;
}

.per_text {
    font-size: 16px;
    margin-top: 5px;
    font-weight: 700;
}

.summary_section {
    border: 1px solid var(--stroke);
    text-align: left;
}

.summary_section_heading {
    font-size: 20px;
    font-weight: 700;
    color: #1e1f23;
}

.summary_block_content {
    line-height: 20px !important;
}

.icon-mobile {
    display: none;
}

.summary_block>div:last-child {
    flex: 1;
    text-align: center;
    width: 100%;
}

.summary_block_detail_btn {
    min-width: 90px;
    padding: 6px;
    line-height: 24px;
    box-shadow: inset 0 0 0 1px #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    cursor: pointer;
}

.summary_block_detail_btn img {
    height: 12px;
}

.upload_options_div {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    border: 1px solid #eeeeee;
    height: fit-content;
    min-height: 220px;
    display: none;
    box-shadow: var(--box-shadow);
    border-top: 1px solid rgb(240, 240, 240);
    padding: 20px 0px;
}

.show_plagarism_source {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 10px;
    background: white;
    border: 1px solid #eeeeee;
    max-height: 100vh - 100px;
    height: 100%;
    display: none;
    width: 400px;
    box-shadow: var(--box-shadow);
    /* overflow-y: scroll; */
}

.cross_btn {
    cursor: pointer;
    padding: 0px 20px;
    max-width: 35px;
    float: right;
}

.upload_choices_div {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.upload_option {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
    text-align: center;
    border: 1px solid #eeeeee;
    padding: 15px 10px;
    font-size: 15px;
    width: 90px;
    min-width: 120px;
    cursor: pointer;
}

.upload_option:hover {
    background: #f7f7f8;
    box-shadow: var(--box-shadow);
}

.upload_options_div_heading {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.close {
    float: right;
    clear: both;
    font-size: 30px;
    transition: all 0.5s ease-in;
}

.close:hover {
    transform: rotate(360deg);
    cursor: pointer;
}

.close_cross {
    font-size: 30px;
    display: flex;
    justify-content: end;
}

.close_cross:hover {
    cursor: pointer;
}

.plagiarism_result_underline {
    text-decoration: underline;
    text-decoration-color: red;
    /* Change the underline color to red */
    cursor: pointer;
    line-height: 24px;
}

.plagairism_source_content_div {
    padding: 1em;
    /* max-width: 300px; */
    width: 100%;
    /* word-break: break-all; */
}

.plagairism_source_content {
    display: flex;
    flex-direction: column;
    /* overflow-y: auto; */
}

.source_site_heading {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.source_site {
    color: #259eef;
    font-weight: 700;
    font-size: 20px;
    overflow-wrap: break-word;
    /* margin-top: 5px; */
}

.matched_content_heading {
    font-size: 20px;
    font-weight: 700;
    color: black;
    margin-top: 25px;
    margin-bottom: 5px;
}

.form-group {
    position: relative;
}

.eye_password {
    position: absolute !important;
    border-right: none !important;
    bottom: 14px !important;
    right: 12px;
    cursor: pointer;
    height: 14px !important;
    padding-right: unset;
}

/* Word limit popup */
.word-limit-model {
    width: 500px !important;
}

.popup-header {
    margin-bottom: 20px;
    position: relative;
}

.popup-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    display: block;
    margin: unset !important;
}

.popup-subtitle {
    font-size: 16px;
    color: #777;
}

.close-btn {
    position: absolute;
    right: 8px;
    top: -8px;
    background: none;
    border: none;
    font-size: 36px;
    cursor: pointer;
    z-index: 9999;
}

.plan-options {
    display: flex;
    margin-bottom: 20px;
    border: 1px solid #e1e4ea;
}

.plan {
    width: -webkit-fill-available;
    padding: 10px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}

/* apply border exclude 3rd div of plan */
.plan-options> :not(:nth-child(3)) {
    border-right: 1px solid #e1e4ea;
}

.plan-options> :nth-child(2) {
    background-color: rgb(244, 249, 255);
}

.plan-options> :nth-child(2)>.circular-checkbox-static {
    border: 1px solid #68a4ff;
    background-color: #68a4ff;
}

.plan-options img {
    width: 20px;
    height: 20px;
}

.plan.selected {
    background-color: #f0f8ff;
}

.circular-checkbox-static {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: 6px;
    border: 1px solid #8f8f91;
}

.circular-checkbox-static::before {
    content: url("/web_assets/frontend/images/checkbox_arrow.svg");
}

.plan-title {
    font-size: 14px;
    font-weight: 600;
}

.plan-price {
    font-size: 30px;
    font-weight: 700;
    color: #1e1f23;
}

.features {
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    gap: 50px;
}

.features ul {
    padding: 0;
    list-style: none;
    margin-left: 0% !important;
}

.features li {
    font-size: 14px;
    color: #1e1f23;
    font-weight: 500;
    padding: 4px 0;
}

.features li img {
    margin-right: 5px;
}

.actions {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.features-title {
    text-align: start;
}

.features-title span {
    font-size: 14px;
    font-weight: 600;
    color: #8f8f91;
    margin: unset !important;
}

.upgrade-btn {
    background-color: #000;
    color: white;
    border: none;
    padding: 6px 20px;
    font-size: 16px;
    cursor: pointer;
}

.see-pricing {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    margin: 0% !important;
}

.pricing-link {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #8f8f91;
    text-decoration: none;
}

.see-pricing:hover {
    text-decoration: underline;
}

/* end pop up  */
.matched_content {
    line-height: 1.3;
    font-size: 17px;
    max-height: 200px;
    height: 100%;
    /* overflow-y: scroll; */
}

/* footer */
.footer-section {
    padding: 40px 0px 0px 0px;
    background: var(--gray);
}

.input-area-btn {
    border: 1px solid var(--stroke);
    padding: 8px;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    background-color: white;
    color: #626468;
    margin-top: 1rem;
}

.input-area-btn:hover {
    background-color: #1E1F230F;
    color: #1E1F23;
}

.input-area-btn:hover img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(12%) saturate(599%) hue-rotate(191deg) brightness(95%) contrast(91%);
}

.footer-row {
    display: flex;
    flex-direction: column;
    row-gap: 1.5em;
    align-items: center;
    color: white;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 55px;
    flex-wrap: wrap;
}

.footer-links a {
    color: white;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
}

.social-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 16px;

    div .footer_navlinks {
        border-radius: 99px;
        gap: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        min-width: 32px;
        min-height: 32px;

        img {
            height: 20px;
            width: 20px;
        }
    }
}

.copyright {
    border-top: 1px solid #aeadb0;
    padding: 5px 0px;
    width: 100%;
    text-align: center;
}

.share {
    cursor: pointer;
}

.share:hover {
    box-shadow: 0px 5px 10px 0px #0000001f;
}


/* footer end */
/* .....................INDEX END......................... */

/* alert msg box */
.alert__wrapper {
    display: flex;
    background-color: white;
    width: fit-content;
    padding: 0px 10px;
    gap: 50px;
    position: fixed;
    right: 10px;
    top: 80px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.3s ease;
    right: -400px;
    border-radius: 4px;
    z-index: 9999;
}

@keyframes borderAnimation {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

.result_div,
.result_bullets li {
    font-size: 16px;
    font-weight: 400;
    color: #1e1f23;
    line-height: 26px;
}

.alert__border {
    width: 100%;
    height: 2px;
    background-color: #ff0000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.alert__border__success {
    background-color: #00cc00;
}

.alert__active {
    right: 20px;
}

.alert__msg {
    display: flex;
    gap: 10px;
    align-items: center;
}

.alert__msg p {
    color: rgb(54, 59, 63);
}

.alert__icon {
    width: 25px;
    height: 25px;
    background-color: #ff0000;
    display: grid;
    place-items: center;
}

.alert__icon__success {
    background-color: #00cc00;
}

.alert__icon img {
    max-width: 22px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(104%);
}

.alert__cancel__btn {
    max-width: 20px;
    filter: brightness(0) saturate(100%) invert(67%) sepia(0%) saturate(1%) hue-rotate(310deg) brightness(90%) contrast(87%);
    cursor: pointer;
}

/* .....................CONTACT......................... */
.contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4em;
}

.contact-left {
    background: white;
    background: white;
    padding: 3em 2em 5em 2em;
    box-shadow: var(--box-shadow);
}

.form-row {
    display: flex;
    flex-direction: column;
    row-gap: 2em;
}

.form-row .form-group .custom_input {
    border: unset;
    outline: unset;
    border-bottom: 1px solid #aeaeae;
    padding: 5px;
    width: 100%;
    resize: none;
    /* font-size: 18px; */
}

.form-row .form-group textarea.custom_input {
    resize: none;
}

.form-row .form-group input:focus-visible {
    border-bottom: 1px solid #262624;
}

.contact_submit_div {
    margin-top: 3em;
}

.contact_btn {
    background: #262624;
    padding: 8px;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    outline: unset;
    cursor: pointer;
    color: white;
    min-width: 200px;
    margin: 0 auto;
    border: unset;
}

.contact_info_row {
    display: flex;
    flex-direction: column;
    row-gap: 3em;
}

.contact_slogan .heading {
    font-size: 48px;
}

.contact_slogan .message {
    line-height: 1.5;
    font-size: 18px;
}

.display_contact_info {
    column-gap: 1.2em;
    margin-bottom: 1.2em;
}

.display_contact_info>div:last-child {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    justify-content: flex-start;
}

/* .....................CONTACT END......................... */
/* UTILITIES CLASSES */
.de-section {
    padding: 60px 0;
}

.de-main-container {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}

.de-main-container-tool {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

.de-main-content-container-tool {
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
}

.de-main-content-container-tool ul li {
    color: #3e3f42 !important;
}

.de-container-fluid {
    width: 100%;
}

.de-container {
    padding: 12px 20px;
}

button,
label {
    cursor: pointer;
}

/* ...............FONT PROPERTIES............... */
.de-font-weight-bold {
    font-weight: bold;
}

/* ...............FONT PROPERTIES END............... */
/* ...............POSITION PROPERTIES............... */

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

/* ...............POSITION PROPERTIES END............... */
/* ............MARGIN PROPERTIES............ */
.de-m-unset {
    margin: unset;
}

.de-mt-unset {
    margin-top: unset;
}

.de-mb-unset {
    margin-bottom: unset;
}

.de-mr-unset {
    margin-right: unset;
}

.de-ml-unset {
    margin-left: unset;
}

.de-mx-auto {
    margin: 0 auto;
}

.de-mx-unset {
    margin-left: unset;
    margin-right: unset;
}

.de-my-unset {
    margin-top: unset;
    margin-bottom: unset;
}

.mx-1 {
    margin-left: 1em;
    margin-right: 1em;
}

.mx-2 {
    margin-left: 2em;
    margin-right: 2em;
}

.mx-3 {
    margin-left: 3em;
    margin-right: 3em;
}

.mx-4 {
    margin-left: 4em;
    margin-right: 4em;
}

.mx-5 {
    margin-left: 5em;
    margin-right: 5em;
}

.my-1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.my-2 {
    margin-top: 2em;
    margin-bottom: 2em;
}

.my-3 {
    margin-top: 3em;
    margin-bottom: 3em;
}

.my-4 {
    margin-top: 4em;
    margin-bottom: 4em;
}

.my-5 {
    margin-top: 5em;
    margin-bottom: 5em;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.mt-4 {
    margin-top: 4em;
}

.mt-5 {
    margin-top: 5em;
}

.mt-24 {
    margin-top: 24px;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-4 {
    margin-bottom: 4em;
}

.mb-5 {
    margin-bottom: 5em;
}

/* ............MARGIN PROPERTIES END............ */
/* ...............PADDING PROPERTIES............. */
.de-p-unset {
    padding: unset;
}

.de-pt-unset {
    padding-top: unset;
}

.de-pb-unset {
    padding-bottom: unset;
}

.de-pr-unset {
    padding-right: unset;
}

.de-pl-unset {
    padding-left: unset;
}

.de-px-unset {
    padding-left: unset;
    padding-right: unset;
}

.de-py-unset {
    padding-top: unset;
    padding-bottom: unset;
}

.py-1 {
    padding-top: 1em;
    padding-bottom: 1em;
}

.py-2 {
    padding-top: 2em;
    padding-bottom: 2em;
}

.py-3 {
    padding-top: 3em;
    padding-bottom: 3em;
}

.py-4 {
    padding-top: 4em;
    padding-bottom: 4em;
}

.py-5 {
    padding-top: 5em;
    padding-bottom: 5em;
}

.px-1 {
    padding-left: 1em;
    padding-right: 1em;
}

.px-2 {
    padding-left: 2em;
    padding-right: 2em;
}

.px-3 {
    padding-left: 3em;
    padding-right: 3em;
}

.px-4 {
    padding-left: 4em;
    padding-right: 4em;
}

.px-5 {
    padding-left: 5em;
    padding-right: 5em;
}

/* ...............PADDING PROPERTIES END............. */

/* ...............WIDTH PROPERTIES............... */
.w-100 {
    width: 100%;
}

.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

.w-70 {
    width: 70%;
}

.w-60 {
    width: 60%;
}

.w-50 {
    width: 50%;
}

.w-40 {
    width: 40%;
}

.w-30 {
    width: 30%;
}

.w-20 {
    width: 20%;
}

.w-10 {
    width: 10%;
}

.w-5 {
    width: 5%;
}

/* .............DISPLAY PROPERTIES............... */
.de-d-none {
    display: none !important;
}

.de-d-block {
    display: block;
}

.de-border-none {
    border: none;
}

.de-text-center {
    text-align: center;
}

.de-text-left {
    text-align: left;
}

.de-text-right {
    text-align: right;
}

.de-d-flex {
    display: flex;
}

.de-cursor-pointer {
    cursor: pointer;
}

.de-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.2em;
}
.gap-4 {
    gap: 4px;
}

.gap-5 {
    gap: 5px;
}

.column-gap-0 {
    column-gap: 5px !important;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.de-row .col {
    padding: 0px 10px;
}

.de-justify-content-center {
    justify-content: center;
}

.de-justify-content-end {
    justify-content: flex-end;
}

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

.de-align-items-center {
    align-items: center;
}

.de-align-items-baseline {
    align-items: baseline;
}

.main_price_heading {
    font-size: 40px;
    font-weight: 700;
}

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

.span_text {
    font-size: 12px;
    font-weight: 600;
    color: #68a4ff;
}

.f-d-column {
    flex-direction: column;
}

.text-16 {
    font-size: 16px;
    font-weight: 600;
}

.word_div {
    padding: 0 8px;
    min-width: 150px;
}

.mobile-container {
    max-width: 100%;
    width: 100%;
    margin: auto;
    color: white;
}

.text-light {
    margin-left: 8px;
}

ul,
ol {
    margin-left: 18px;
    margin-top: 5px;
}

.login_error_message {
    color: red;
}

.login_success_message {
    color: green;
}

.topnav {
    overflow: hidden;
    position: relative;
}

.topnav #myLinks {
    text-align: center;
    display: none;
}

.topnav a {
    word-break: break-all;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a {
    color: #707070;
}

.active {
    color: black !important;
    padding: 14px 0px !important;
}

.active_header {
    font-weight: bold;
    color: #000 !important;
}

.detect_btn {
    min-width: 222px;
    display: flex;
    justify-content: center;
    column-gap: 1em;
    background: black;
    color: white;
    font-size: 18px;
    padding: 8px 16px;
    align-items: center;
    cursor: pointer;
    border: none;
}

.upload_n_word_count_div {
    border-top: 1px solid #dee7ee;
}

.single-container {
    display: grid;
    grid-template-columns: 0rem 3fr 1fr 0rem;
    margin-top: 2rem;
    grid-column-gap: 2rem;
}

.single-header h1 {
    margin: 16px 4px 32px 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}

.blur-filter {
    width: 100%;
    position: absolute;
    height: 99.5%;
    background: #ffffff;
    opacity: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    gap: 8px;
    flex-direction: column;
}

.single-header span {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.single-header {
    grid-column: 2 / 5;
}

.single-header .single-subheading {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: smaller;
    color: #455a64;
}

#progress-unique,
#progress-circle {
    transition: stroke-dashoffset 0.5s ease-in-out;
    /* Adjust duration and easing as needed */
}

.single-content {
    grid-column: 2 / 3;
    text-align: justify;
    font-size: 1.1rem;
    line-height: 1.4;
    padding-bottom: 32px;
}

.single-content .single-poster-image {
    width: 100%;
    object-fit: cover;
}

.single-aside .single-heading {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}

.single-aside .single-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.single-title {
    font-weight: 600;
}

.premium__upgrade__tooltip {
    position: absolute;
    top: 40px;
    display: none;
    width: 260px;
    background: #333333;
    color: white;
    padding: 10px;
    z-index: 1;
    transition: all 0.3s ease;
}

.premium__upgrade__tooltip h4 {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    margin-bottom: 8px;
}

.premium__upgrade__tooltip span {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.single-card {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    margin: 1rem 0;
    cursor: pointer;
}

.single-card a {
    color: var(--navlink-color);
    display: flex;
}

.unikiz_single {
    width: 48%;
    display: flex;
    flex-direction: column;
}

.unikiz_blog {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.show-more {
    margin: 0px 0px -1px 10px;
}

.blog-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
}

.blog-bottom a {
    color: #68a4ff;
}

.heading-blog {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin: 20px 0px 30px 0px;
}

.unikiz_sp_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #3e3f42;
    margin-bottom: 22px;
    padding: 0px 10px;
}

.unikiz_sp_short {
    color: var(--navlink-color);
}

.unikiz_round {
    max-width: 100%;
    margin: 0 0 20px 0;
}

.date_blog {
    display: flex;
    justify-content: end;
    color: #3e3f42;
}

.blog-bottom .date_blog {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.btn_div_blog {
    text-align: right;
}

.tab {
    cursor: pointer;
}

.unikiz_sp_read {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #3e3f42;
    border: 0.5px solid #c1c6c7;
    padding: 6px 16px;
    margin-top: 16px;
    transition: all 0.1s ease;
    display: inline-block;
    background: #f5f5f5;
}

.unikiz_sp_read:hover {
    background: #1e1f23;
    color: #fff;
}

.single-card a img {
    height: 100%;
    width: 40%;
    margin-right: 0.5rem;
}

.single-card a p {
    margin: 0;
}

.single-card .title {
    font-size: 0.8rem;
}

.single-card .author {
    font-size: small;
}

.de-main-container-aiessay {
    position: relative;
}

.right {
    position: relative;
}

.popup_model {
    display: none;
    position: fixed;
    z-index: 270;
    padding: 70px 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
}

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

.login_modal-content {
    width: 400px;
}

.popup_modal-content {
    background-color: #fff;
    margin: auto;
    padding: 32px;
    position: relative;
}

.logim-model-title {
    font-size: var(--font-size-medium);
    font-weight: 600;
    margin-bottom: 10px;
}

.login_modal-content a p {
    color: white !important;
}

.popup_model_close {
    background: black;
    border: none;
    width: 110px;
    height: 30px;
    color: white;
    cursor: pointer;
}

.input-container {
    position: relative;
}

.input-container img {
    position: absolute;
    top: 16px;
    right: 8px;
    width: 20px;
    height: 20px;
    z-index: 10;
    cursor: pointer;
}

.input-container input {
    width: 336px;
    border: unset;
    border-bottom: 1px solid #e1e4ea;
    margin-top: 8px;
    outline: none;
    padding: 6px 25px 6px 6px;
    line-height: 24px;
    position: relative;
}

.display_none {
    display: none !important;
}

.popup-signin-signup {
    background: #f0eff2;
    padding: 3px 7px;
    width: 250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.popup-signin-signup a {
    padding: 5px;
    cursor: pointer;
    color: black;
}

.popup-signin-signup a:hover {
    color: black;
}

.popup-signin-signup .button-active {
    background: white;
    color: var(--purpleSecond);
    width: 100px;
}

.gmail_login_btn_login_page img {
    width: 20px;
}

.top_img_user img {
    width: 30px;
}

.gmail_login_btn_login_page {
    display: flex;
    gap: 8px;
    padding: 8px 10px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 0 1px #e1e4ea;
    width: 336px;
    background-color: white;
    font-size: 14px;
    color: black;
    font-weight: 600;
    line-height: 24px;
    transition: 0.3s ease;
}

.copyright p {
    font-size: 18px;
    font-weight: 400;
}

.gmail_login_btn_login_page:hover {
    background-color: #f9fafe;
}

.singin-singup-btn .button-active {
    background: white;
    color: #8172d5;
}

.reset_icon {
    width: 30px;
    display: none;
    cursor: pointer;
}

img:not([alt]) {
    border: 5px solid red;
}

svg:not([alt]) {
    border: 5px solid red;
}

.question-box {
    padding: 24px 16px;
    border-bottom: 1.5px solid rgba(225, 228, 234, 1);
}

.question {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.question-box h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1e1f23;
}

.answer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(43, 42, 53, 1);
}

.faqs-heading {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 40px;
}

.faqs-heading h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    color: rgba(30, 31, 35, 1);
}

/* other tools section */
.tools-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: auto;
}

.tool-card {
    width: 272px;
    padding: 15px;
    border: 1px solid #e1e4ea;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.2s ease;
    cursor: pointer;
}

.tool-card:hover {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
}

.tool-icon {
    font-size: 24px;
    margin-bottom: 10px;
}

.tool-label {
    font-size: 18px;
    font-weight: 600;
    color: #1e1f23;
    text-align: center;
}

.before_tool_commercial {
    width: 100% !important;
    text-align: center !important;
    min-height: 120px;
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
}

.after_tool_commercial {
    width: 100% !important;
    margin: 20px auto !important;
    text-align: center !important;
    min-height: 300px;
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
}

.after_tool_commercial label,
.before_tool_commercial label {
    font-size: 14px;
    font-weight: normal;
    color: var(--navlink-color);
}

.before_tool_commercial div {
    min-height: 100px !important;
    margin: 0 auto !important;
}

.after_tool_commercial div {
    min-height: 278px !important;
    margin: 0 auto !important;
}

.footer_commercial {
    position: sticky;
    bottom: 0;
}

.user_dropdown {
    list-style: none;
    margin-left: 14px;
    margin: 4px auto !important;
    width: 200px
}

@media (min-width: 889px) {
    section.small-screen-nav {
        display: none;
    }
}

@media only screen and (max-width: 888px) {
    .result_per_and_bar {
        gap: 10px;
    }

    .detect_btn {
        min-width: 174px;
        padding: 8px;
        font-size: 16px;
    }

    #User>div {
        flex-direction: column;
    }

    section.large-screen-nav .nav-links {
        display: none;
    }

    .icon-mobile {
        display: flex !important;
    }

    .dropdown-content {
        position: relative;
    }

    section.small-screen-nav {
        display: block;
    }

    #myLinks {
        background: #f8f8f8;
        border: 1px solid #d5d5d5;
        padding: 10px 0px;
        margin: 0px 20px;
    }

    .upload-section {
        column-gap: 2em;
    }

    .captcha_main {
        left: 50% !important;
    }

    .tool-div-main {
        height: auto !important;
    }
}

@media (max-width: 596px) {
    .upload-section {
        flex-direction: column;
    }

    .minimum_heigt {
        min-height: 313px !important;
        max-height: 313px !important;
    }

    .mobile_hide_div {
        display: block;
    }

    .contact-row {
        grid-template-columns: 1fr;
    }

    .de-section {
        padding: 20px 0px;
    }

    .word-limit-model {
        width: 400px !important;
    }

    .single-container {
        grid-template-columns: 0rem 3fr 1fr;
        grid-column-gap: unset;
    }

    .single-content {
        grid-column: 2 / 4;
    }

    .single-aside {
        grid-column: 2 / 4;
    }
}

@media (width < 560px) {
    .upload_btn_div {
        min-width: 50px !important;
    }

    .login_container {
        width: 90%;
    }

    .reg_text {
        width: 100% !important;
    }

    .tooltip-content {
        width: 80% !important;
        z-index: 99;
        margin: 0px 5px 0px 5px;
    }

    .premium_text {
        padding: 0% !important;
    }

    .detect_btn {
        min-width: 174px;
    }

    .contact-left {
        padding: 1em 1em 3em 1em;
    }

    .login-register-form {
        width: 100%;
    }

    .length_aiessay,
    .type_aiessay,
    .feature_aiessay {
        margin-bottom: 8px;
    }

    .show_plagarism_source {
        width: 300px;
    }

    .summary__report button {
        font-size: 14px;
    }

    .flex-wrap-510 {
        flex-wrap: wrap;
    }

    #checkPlag {
        order: 2;
        font-size: 16px;
    }

    .detect_btn {
        padding: 5px !important;
    }

    .word_div {
        order: 1;
    }

    .detect_btn {
        order: 3;
    }

    .upload_btn_div {
        order: 2;
    }

    .summary_block_detail_btn {
        padding: 3px;
        min-width: 60px;
        display: inline-block;
    }

    .summary_block>div:last-child {
        text-align: right;
    }

    .submit_arrow {
        display: none;
    }

    .unikiz_single {
        width: 100%;
        margin: 28px 0;
    }

    .footer-links {
        flex-direction: column;
        gap: 15px;
    }

    .unikiz_blog {
        display: block;
    }

    .footer-row {
        align-items: start;
    }

    .logim-model-title img {
        width: 100%;
    }

    .login_modal-content {
        width: 90%;
    }

    .upload_n_word_count_div {
        /* gap: 8px; */
    }

    .input-container input,
    .login_btn,
    .gmail_login_btn_login_page {
        width: 100%;
    }

    .detect_btn {
        column-gap: 6px;
    }

    .footer-links a {
        font-size: 18px;
    }

    .mb-2 {
        margin-bottom: 12px;
    }

    .mobile_hide_div {
        display: none;
    }
}

@media (max-width: 425px) {
    .summary_block {
        align-items: start;
    }

    .upload_btn_div {
        justify-content: end;
    }

    .detect_btn {
        width: 100% !important;
    }

    iframe {
        width: 270px !important;
    }

    .word-limit-model {
        width: 95% !important;
    }

    #downlaod__report span {
        display: none;
    }

    .tool-div-main .upload_n_word_count_div .word_div {
        text-align: start !important;
    }

    .summary_block {
        flex-direction: column;
        gap: 10px;
    }

    .result_per_and_bar {
        justify-content: start;
    }

    .features {
        gap: 0px;
        flex-direction: column;
    }

    .features li {
        padding: 0px;
        margin: 0px;
    }

    .plan-price {
        font-size: 22px;
    }

    .popup_modal-content {
        padding: 16px;
    }

    .plan-options img {
        width: 18px;
        height: 17px;
    }

    .upload_btn {
        padding: 0%;
        min-width: unset;
    }
}

.card {
    max-width: 400px;
    width: 100%;
    min-height: 308px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px;
    border-radius: 12px;
    justify-content: space-between;
    align-items: center;
}

.card h1 {
    color: #1E1F23;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.card p {
    color: #1E1F23;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}

.resend-button {
    background-color: #1E1F23;
    padding: 8px 12px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border: none;
    width: 100%;
}

.non-active {
    background-color: #1E1F23;
    opacity: 50%;
}

.card a {
    color: #1E1F23;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
}

.card span {
    color: #8F8F91;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.cards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    flex-direction: column;
    gap: 12px;
    flex-wrap: wrap;
}

.alert-container {
    height: auto !important;

}

.edit-info-button,
.verify-email-button {
    background-color: #1E1F23;
    padding: 8px 14px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border: none;
}
.edit-info-button{
    background-color: white;
    color: black;
    border: 1px solid #E1E4EA;
}
.edit-info-button:hover{
    background-color: #1E1F23;
    color: #fff;
    border: 1px solid #1E1F23;
}

.confirmation {
    flex-direction: column;
    gap: 4px !important;
    align-items: flex-start !important;
    background-color: #F9FAFE;
    padding: 8px 12px;

}

.confirmation span {
    color: #1E1F23;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.confirmation p {
    color: #3E3F42;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.alert-success {
    border: solid 1px #5596F5;
    padding: 12px;
    gap: 8px;
    background-color: #F4F9FF;
}

.alert-success p {
    color: #5596F5;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.alert-error {
    border: solid 1px #F95151;
    padding: 12px;
    gap: 8px;
    background-color: #FFF6F6;
}

.alert-error p {
    color: #F95151;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}


/* Tooltip CSS   */
[data-tooltip] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    padding: 6px 8px;
    width: max-content;
    max-width: 250px;
    color: #fff;
    background-color: #2A3342;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

[data-tooltip]:hover::after {
    opacity: 0.9;
    visibility: visible;
}

[data-tooltip]:not([data-placement])::after {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
}

[data-tooltip][data-placement="top"]::after {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
}

[data-tooltip][data-placement="right"]::after {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 8px;
}

[data-tooltip][data-placement="bottom"]::after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
}

[data-tooltip][data-placement="left"]::after {
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-right: 8px;
}

[data-tooltip]::before {
    content: "";
    position: absolute;
    border-style: solid;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

[data-tooltip]:hover::before {
    opacity: 0.9;
    visibility: visible;
}

[data-tooltip]:not([data-placement])::before {
    border-width: 6px 6px 0 6px;
    border-color: #2A3342 transparent transparent transparent;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 2px;
}

[data-tooltip][data-placement="top"]::before {
    border-width: 6px 6px 0 6px;
    border-color: #2A3342 transparent transparent transparent;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 2px;
}

[data-tooltip][data-placement="right"]::before {
    border-width: 6px 6px 6px 0;
    border-color: transparent #2A3342 transparent transparent;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 2px;
}

[data-tooltip][data-placement="bottom"]::before {
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #2A3342 transparent;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2px;
}

[data-tooltip][data-placement="left"]::before {
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #2A3342;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-right: 2px;
}

[data-tooltip]::after,
[data-tooltip]::before {
    pointer-events: none;
}

.hide-tooltip[data-tooltip]::before,
.hide-tooltip[data-tooltip]::after {
    opacity: 0;
    visibility: hidden;
}
