html[data-theme="dark"] .small_arrow-tool {
    filter: invert(0.6);
}

html[data-theme="dark"] .uploadBtn img,
html[data-theme="dark"] .sample_text_btn img {
    filter: invert(1);
}

.synonyms-list {
    position: absolute;
    min-height: 50px;
    min-width: 100px;
    z-index: 6000;
    box-shadow: 0 5px 30px -10px #999;
    background: #fff;
    width: auto;
    padding: 5px;
    white-space: nowrap !important;
}

#cloudflare_container {
    z-index: 99;
}

#result .bold_words {
    color: #09aa84;
    cursor: pointer;
}

.synonym_main {
    border: 1px solid var(--color-gray);
    background: var(--color-white);
    width: fit-content;
    max-width: 320px;
    box-shadow: 3px 3px 0px 0px var(--color-shadow);
    padding: 12px 16px;
    position: absolute;
    min-height: 50px;
    min-width: 300px;
    z-index: 6000;
}

.synonym_innerbox {
    max-width: 300px;
}

#heading_span {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #808080;
}

.word {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: var(--color-gray);
}

.synonym-grid {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.synonym-box {
    padding: 6px 8px;
    background-color: var(--color-table-odd);
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.skeleton-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #2525251c;
    border-radius: 4px/6.7px;
}

.skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background-image: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.2) 20%,
        rgba(255, 255, 255, 0.5) 60%,
        rgba(255, 255, 255, 0)
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, rgba(255, 255, 255, 0)),
        color-stop(20%, rgba(255, 255, 255, 0.2)),
        color-stop(60%, rgba(255, 255, 255, 0.5)),
        to(rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.2) 20%,
        rgba(255, 255, 255, 0.5) 60%,
        rgba(255, 255, 255, 0)
    );
    content: "";
    -webkit-animation: straightLoading 1.5s infinite linear;
    animation: straightLoading 1.5s infinite linear;
}

/* for plag checker right side  */

#result.ouputsection {
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plagiarism-result-container {
    max-width: 100%;
    width: 100%;
}

.score-display {
    display: flex;
    margin: 28px auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 160px;
}

.percentage {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #8c949b;
    margin-bottom: 8px;
}

.score-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8c949b;
}

.get-started-span {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    width: 100%;
    height: 48px;
    background: var(--color-table);
    border-width: 1px 0px;
    border-style: solid;
    border-color: #e2e4e6;
}

.lets-start-text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-gray);
}
.pt-16 {
    padding-top: 16px !important;
}

.steps-container {
    text-align: left;
    display: flex;
    flex-direction: column;
    line-height: 30px;
    margin: auto;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    padding: 0 16px;
}

.step-number {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: var(--color-paragraphs);
    min-width: 45px;
}

.step-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #8c949b;
}

@media (max-width: 768px) {
    .hide_on_mobile {
        display: none !important;
    }
}

.tool__section {
    position: relative;
    padding: unset;
    border: 1px solid var(--color-gray);
    column-gap: unset !important;
    min-height: 640px;
}

.tool__section::after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: -6px;
    right: -6px;
    left: 10px;
    border-right: 5px solid var(--color-shadow);
    border-bottom: 5px solid var(--color-shadow);
    z-index: -1;
}

.wait__span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-gray);
    text-align: left;
}

#cloudflare_container {
    bottom: 3em;
    right: 0;
    left: unset !important;
}

.placeholder_text_input {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--color-paragraphs);
    position: absolute;
    left: 15px;
    top: 15px;
    -webkit-user-select: none;
    user-select: none;
    cursor: text;
}

.gc-mainpara-container {
    padding: 0px 20px;
}

.loader_js_check_plag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    height: 100%;
    color: #333;
    margin-top: 15%;
}

.loader_js_check_plag svg {
    animation: spin 1.2s linear infinite;
}

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

.checking_loader {
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3.5px solid rgba(0, 0, 0, 0.25);
    border-right-color: rgb(0, 0, 0);
    animation: l2 1s infinite linear;
}

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

.toolSubmitBtn {
    min-width: 145px;
    justify-content: center;
    gap: 8px;
}

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

.tool__input {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

/* cs end  */
.essay__types {
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--color-white);
    z-index: 10000;
    box-shadow: 0px 6px 28px 4px #00000029;
    border: 1.5px solid #e2e4e6;
    min-height: 90px;
    max-height: 222px;
    overflow: auto;
    min-width: 150px;
}

.essay__types .mode_btn {
    border: none;
    outline: none;
    text-align: left;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    width: 100%;
}

.essay__types .mode_btn:hover {
    background: #c5f3df;
    color: var(--color-gray);
}

.essay__types > div {
    flex-wrap: wrap;
    max-width: 180px;
}

.type_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.types_div {
    position: relative;
}

.essay__type__active {
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    gap: 6px;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.button_set {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    background: #b3f0d1;
    color: var(--color-gray);
}

.button_1 {
    width: 100%;
}

.essay__type__active.active_poem_selection img {
    transform: rotate(180deg);
}

.essay__type__active img {
    transform: rotate(0deg);
}

.words b {
    color: var(--color-gray) !important;
}

.modes__mobile {
    display: none;
}

.synonyms-list .item {
    border-bottom: 1px solid #ebe7e7;
    list-style: none;
    padding: 0 22.5px;
    line-height: 20px;
    text-align: left;
    padding: 5px;
    background-color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    color: #333;
}

.flag-n {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 14px;
}

.synonyms-list span {
    font-weight: 400;
}

.synonyms-list .item:last-child {
    border-bottom: none !important;
}

.synonyms-list .item::selection {
    background: 0 0;
}

.synonyms-list .item::-moz-selection {
    background: 0 0;
}

.synonyms-list .item:hover {
    background: lightgrey;
}

.noselect {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.words,
.input-textarea b {
    cursor: pointer;
    color: #000 !important;
    font-weight: 700;
    font-size: 18px;
}

.repal-effect {
    -webkit-animation: ripple 1s infinite;
    animation: ripple 1s infinite;
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 #00b597;
    }

    100% {
        box-shadow: 0 0 0 12px #00000000;
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 #007bff;
    }

    100% {
        box-shadow: 0 0 0 12px #00000000;
    }
}

#paraphrase-loader {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 500px;
    transform: translateY(50%);
    left: 0;
    right: 0;
    padding: 12px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3) !important;
    display: none;
    margin: auto;
    top: 25%;
}

#paraphrase-loader .progress-bar {
    width: 0;
    height: 10px;
    float: left;
    background-color: #e5dd95 !important;
}

#alert-loader {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 500px;
    transform: translateY(50%);
    left: 0;
    right: 0;
    padding: 12px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    margin: auto;
    top: 35%;
}

#alert-loader .progress-bar {
    width: 0;
    height: 10px;
    float: left;
    background-color: #e5dd95;
}

.btn {
    border-radius: 4px;
    background: #3a9ff4;
    padding: 12px 20px;
    margin-top: 15px !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 18px;
}

.closeBtn {
    border-radius: 4px;
    background: #721c24 !important;
    margin-top: 7px;
    cursor: pointer;
    border: none;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.uplBtn2 {
    cursor: pointer;
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}

.uplBtn2:hover {
    background: 0 0;
}

.proDiv,
.modes {
    display: flex !important;
    align-items: center;
    gap: 6px;
}

.proDiv img {
    width: 20px;
    margin-top: -2px;
    filter: brightness(0) saturate(100%) invert(45%) sepia(19%) saturate(0%)
        hue-rotate(300deg) brightness(95%) contrast(85%);
}

.mode_active {
    transition: 0.3s ease;
    background: #e6faf1 !important;
    color: #000 !important;
}

.input__counter,
#total_words {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-tool-text);
    line-height: 18px;
}

#total_words {
    margin-left: 5px;
}

.mode_active img {
    filter: none;
}

.hover__effect {
    background: #e6faf1;
}

.hover__effect {
    width: 0;
    left: 0;
    position: absolute;
    height: 40px;
    transition: 0.3s ease;
}

.tool__input__div {
    border-top-color: #e4e6e8;
}

.modes_div div {
    font-size: 14px;
    justify-content: center;
    padding: 12px;
}

.modes {
    z-index: 1;
    padding: 6px 8px;
}

.flex-row {
    margin: 1em auto;
}

.flex-col h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.reference_label {
    font-size: 12px;
    font-weight: bold;
    margin-right: 1em;
}

.source_item {
    margin: 5px 0;
    padding: 16px;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    word-break: break-all;
}

.source_link {
    color: #808080;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #808080;
}

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

.after-score-text {
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
}

.flex-col #text {
    overflow-y: auto;
    border: 0;
    outline: 0;
    resize: none;
    padding: 16px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: var(--color-tool-text);
    background: none;
}

textarea {
    min-height: 88% !important;
}

#text span {
    transition: background-color 0.5s ease, color 0.5s ease;
}

.output__div {
    overflow-y: auto;
    border: 0;
    outline: 0;
    resize: none;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: var(--color-tool-text);
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 41%;
}

.delete_text {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#text {
    padding-right: 32px !important;
}

.uplBtn2 {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 4px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #000;
}

/* 
.uploadBtn span,
.sample_text_btn span {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}


button#uplBtn:hover,
button#sampleBtn:hover,
button#uplBtn:hover img {
    color: var(--color-button-hover);
    filter: brightness(0);
    } */

button#uplBtn,
button#sampleBtn {
    background: none;
    border: none;
}

.btn-row-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-top: 1px solid #e2e4e6;
    position: sticky;
    z-index: 11;
    background-color: var(--color-white);
    bottom: 0;
}

.placeholder-block {
    height: 23px;
    background: #efefef;
    margin: 5px 0;
}

.pw-100 {
    width: 100%;
    font-size: 14px;
    text-indent: 10px;
    line-height: 22px;
    color: #aaa;
}

.pw-50 {
    width: 50%;
}

.flex-row {
    max-width: 1320px;
}

.modes_div {
    background: #fff;
    width: fit-content;
    justify-content: center;
    width: 100.3%;
    justify-content: flex-start;
    border-bottom: 1px solid #000000;
}

.modes {
    cursor: pointer;
    color: #808080;
    padding: 8px;
    transition: 0.3s ease;
}

.modes_div {
    flex-direction: flex !important;
}

.blocked {
    display: inline-block;
    position: relative;
}

.grecaptcha-badge {
    display: none !important;
}

.darkmode div#result strong,
.darkmode div#result b {
    color: #eee8aa;
}

.suggestion__para b {
    color: #3a99d9 !important;
    font-weight: 400 !important;
}

.input_button {
    display: flex;
    gap: 16px;
    align-items: center;
}

.input__bar {
    display: flex;
    align-items: center;
}

.input__bar > span {
    color: #737373 !important;
}

.tool__input__wrapper {
    display: flex;
    flex-direction: column;
}

.output__bar {
    justify-content: space-between;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.output__bar > div {
    display: flex;
    justify-content: center;
    gap: 25px !important;
}

.output__bar > div:nth-child(2) * {
    border-color: #737373 !important;
}

.output__bar > div:nth-child(2) *:hover {
    color: #000 !important;
    border-color: #000 !important;
}

.result__expand {
    position: absolute;
    left: -14px;
    top: 40%;
    transform: translateY(-60%);
    display: grid;
    place-items: center;
    padding: 3px;
    cursor: pointer;
    z-index: 1000;
    transform-origin: center center;
    border: 1px solid #737373;
    background-color: #fff;
    border-radius: 0;
}

.result__expand img {
    width: 12px;
}

.flex-col {
    display: flex;
    width: 50%;
    flex-direction: column;
    position: relative;
}

.tool__input__div {
    border-right: 1px solid #e2e4e6;
    border-top-color: #e4e6e8;
}

.tool__output__div > div.active {
    border-left-color: #000 !important;
}

.tool__output__div,
.tool__input__div {
    transition: 0.3s ease;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.tool__input__div.tool__shrink {
    width: 0% !important;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.tool__output__div.tool__expand {
    width: 100% !important;
}

.tool__output__div {
    max-width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow-y: auto;
}

.result__expand.active {
    -webkit-transform: scaleX(-1);
    transform: translateY(-10px) scaleX(-1);
}

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

#result .suggestion_paragraphs.active,
#result .suggestion_paragraphs:hover {
    text-decoration: underline !important;
    background-color: #f3f7fb !important;
    cursor: pointer !important;
}

#result__wrapper {
    position: relative;
}

#result mark {
    background: 0 0;
}

#rephrase__suggestions {
    width: 0%;
    margin: auto !important;
    position: absolute;
    z-index: 100;
    max-height: 200px;
    overflow-y: auto;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    box-shadow: 6px 6px 20px 0 #00000026;
    display: block !important;
}

#suggestion__topbar {
    display: flex;
    justify-content: space-between;
    background: #f6f6f6;
    padding: 6px;
    position: sticky !important;
    top: 0;
    z-index: 10000;
}

#suggestion__topbar button {
    border: 1px solid transparent;
    outline: none;
    background: 0 0;
    transition: 0.3s ease;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 8px;
    color: #8c8c8c;
}

#suggestion__topbar button img {
    max-width: 16px;
}

#suggestion__topbar button.active {
    background: #3a99d9;
    color: #fff;
}

#suggestion__topbar button.active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
        hue-rotate(131deg) brightness(102%) contrast(101%);
}

#switch__orignal:hover {
    border: 1px solid #d3d3d3;
}

#rephrase__suggestions p {
    padding: 0 !important;
}

#rephrase__suggestions div {
    position: relative;
}

#rephrase__suggestions div > span {
    position: absolute;
    right: 5px;
    top: 60%;
    transform: translateY(-40%);
    font-size: 16px;
    cursor: pointer;
}

#rephrase__suggestions div > span::before {
    content: "copy";
    position: absolute;
    top: -21px;
    background-color: #fff;
    padding: 3px 5px;
    color: #000;
    border: 1px solid #000;
    font-size: 10px;
    left: -17px;
    display: none;
}

#rephrase__suggestions div > span:hover::before {
    display: block;
}

#rephrase__suggestions div > span.active::before {
    content: "Copied";
    left: -22px;
}

#rephrase__suggestions div span img {
    width: 16px;
}

#rephrase__suggestions .suggestion__para {
    padding: 8px 15px !important;
    padding-right: 42px !important;
    position: relative;
}

#rephrase__suggestions .suggestion__para::before:hover {
    transform: scale(1.05);
}

.suggestion__para {
    border-top: 1px solid #e4e6e8;
    cursor: pointer;
    font-size: 16px !important;
    transition: 0.3s ease;
}

#rephrase__suggestions > div > span {
    display: none;
}

#rephrase__suggestions > div:hover > span {
    display: block;
}

.suggestion__para:hover {
    background: #f6f6f6;
}

.suggestion__para:hover mark {
    background: #f6f6f6;
    border-top: 1px solid #e4e6e8;
    padding: 8px;
}

#rephrase__btn {
    background-color: #3a99d9;
    color: #fff;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 4px 8px;
    gap: 8px;
    position: absolute;
    z-index: 1000;
    border-radius: 100px;
    cursor: pointer;
}

#rephrase__btn img {
    width: 16px;
}

article {
    background: #fff;
    width: 100%;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
    overflow-x: hidden;
    border: 1px solid #e3e3e3;
}

article .line {
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #f5f5f5 0%, #f8f8f8 101.26%);
    margin: 10px 0;
    overflow: hidden;
}

article .line-half {
    width: 50% !important;
}

article .shimmer {
    background-image: linear-gradient(
        to right,
        #f1f2f3 0%,
        #edeef1 20%,
        #e7e7e7 40%,
        #f6f7f8 100%
    );
    background-repeat: no-repeat;
    background-size: 800px 104px;
    margin-top: -5px;
    display: inline-block;
    position: relative;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    height: 18px;
    width: 100%;
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear;
}

.shimmer-half {
    width: 50%;
}

.ai-text {
    line-height: 24px !important;
}

@keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

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

.tool__button__row > div {
    flex: 1;
}

.tool__buttton {
    margin-left: -207px;
}

#result .flex-col {
    margin-top: 35px;
}

.ep__laoder__wrapper {
    width: calc(100% - 2px) !important;
    height: calc(100% + 48px) !important;
    left: 1px !important;
    top: -49px !important;
}

.captcha-div {
    top: calc(50% + 30px);
}

.hide_on_mobile {
    display: block;
}

@media (max-width: 1150px) {
    #paraphrase-loader {
        left: 0;
    }

    .proDiv {
        display: flex;
        column-gap: 3px;
    }

    .mode_label {
        display: none !important;
    }

    .tool__buttton {
        margin-left: 0 !important;
    }

    .modes {
        position: relative;
    }

    .popover__menu {
        top: -42px !important;
        max-width: 170px;
        left: 100px;
        min-width: unset;
    }

    .popover__menu:after {
        transform: translateY(-50%) rotate(-90deg) !important;
        left: -13px !important;
        top: 50%;
    }
}

@media (max-width: 1024px) {
    .proDiv {
        display: flex;
        column-gap: 3px;
    }

    .mode_label {
        display: none !important;
    }

    .popover__menu-item {
        width: 100%;
    }

    .modes__mobile > span,
    .modes__mobile > div span:nth-child(1) {
        font-size: 16px;
    }
}

@media (max-width: 1024px) and (min-width: 960px) {
    .modes__premium {
        top: -20px !important;
    }

    .modes__mobile {
        top: -2px;
    }
}

@media (min-width: 1024px) and (max-width: 1100px) {
    .flex-row ~ .flex-row > .flex-col {
        width: 65% !important;
    }
}

@media (max-width: 990px) {
    .ep__laoder__wrapper {
        height: calc(100% + 18px) !important;
        top: -32px !important;
        width: 100% !important;
        left: 0 !important;
    }
}

@media (max-width: 960px) {
    .modes__mobile {
        top: -32px;
    }

    .modes__premium {
        top: -49px !important;
    }

    .tool__top__div {
        margin-top: 30px !important;
    }

    .tool__div__section {
        row-gap: 0 !important;
    }
}

@media (max-width: 880px) {
    .modes__mobile {
        position: absolute;
        top: -51px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        background: #f6f6f6;
        min-height: 50px;
        padding: 0 8px;
        cursor: pointer;
        border: 1px solid #000;
        border-bottom-color: #e4e6e8;
    }

    .modes__mobile > div {
        min-width: 200px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        min-height: 38px;
        padding: 8px;
    }

    /* .modes_div {
        display: none;
    } */
}

@media (max-width: 850px) {
    #btnShadowRoot button {
        min-width: 120px;
    }
}

@media (max-width: 768px) {
    .tool__input__div {
        min-height: 80vh;
    }

    .tool__output__div {
        display: none;
    }

    .sample_text_btn span,
    .uploadBtn span {
        font-size: 14px !important;
    }

    .initial-hide-on-mobile {
        border-top: none !important;
    }

    .hide_on_mobile {
        display: none;
        margin-top: 12px;
    }

    .tool__div__section > .gc-row {
        flex-direction: column;
    }

    .flex-col {
        width: 100%;
    }

    .hover__effect {
        display: none !important;
    }

    #result {
        border-top: 2px solid #e4e6e8 !important;
    }

    .tool__output__div {
        width: 100%;
        border-top: 1px solid #000000;
    }
}

@media (max-width: 620px) {
    .gc-editor-row > div:first-child {
        margin: unset;
    }
}

@media (max-width: 580px) {
    .inner-row {
        gap: 2px !important;
    }

    .header__sidebar + .flex-row {
        margin: 32px auto !important;
    }

    .button_2,
    .button_1 {
        width: 100%;
    }
}

@media (max-width: 426px) {
    textarea {
        min-height: unset !important;
        height: 580px;
    }
    .toolSubmitBtn {
        width: 100%;
    }

    .input__bar {
        width: 100%;
    }

    .input_button {
        width: 100%;
        justify-content: space-between;
    }

    .btn-row-actions {
        flex-direction: column;
        gap: 8px;
    }

    .ai-text {
        margin: auto;
    }
}

@media (max-width: 425px) {
    .modes_div {
        font-size: 17px !important;
    }

    .planDDivLap {
        display: none !important;
    }

    .planDDivMob {
        text-align: center;
        margin-bottom: 9px;
        width: 100%;
        display: block !important;
    }
}

@media (max-width: 320px) {
    .modes_div {
        font-size: 14px !important;
    }
}
