#copyBtn:hover::before,
#dislikeBtn:hover::before,
#downloadBtn:hover::before,
#likeBtn:hover::before {
    font-size: 10px;
    padding: 6px;
    left: -2px;
    top: 38px;
    z-index: 4;
    right: 0;
    min-width: max-content;
    text-align: center
}

.tipText,
div#tip-sources.down {
    top: -55px
}

.formHead,
.headText h1,
.tipText {
    font-weight: 500
}

.answerInner p a,
.footerList li a:hover,
.jointLinks a:hover,
.needChangesBtn p span {
    text-decoration: underline
}

.navigations a.active:hover,
a {
    text-decoration: none
}

*,
body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Inter;
    font-weight: 400
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

a {
    cursor: pointer
}

strong {
    font-weight: 800
}

.btnRight,
.footBottom,
.footerList,
.inputGroup,
.newLoginBtn.loggedIn,
.toolActionBtns button,
section {
    position: relative
}

@keyframes pulse-animation6 {
    0% {
        box-shadow: 0 0 0 0 #05ada3;
        opacity: 0
    }
    100% {
        box-shadow: 0 0 0 20px transparent
    }
}

@keyframes pulse-animation7 {
    0% {
        box-shadow: 0 0 0 0 #fff;
        opacity: 0
    }
    100% {
        box-shadow: 0 0 0 20px transparent
    }
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer
}

.essayWriterWrapper {
    width: 100%;
    max-width: calc(100% - 288px);
    margin-left: auto
}

.essayWriterBody {
    width: 100%;
    display: flex
}

.essayWriterInput,
.essayWriterOutput {
    max-width: 50%;
    width: 100%
}

.essayWriterInput,
.outputHead,
.promptIcon {
    border-right: 1px solid #e2e8f0
}

.formWrapper {
    padding: 20px 24px 65px;
    background-color: #f8fafc;
    height: calc(100vh - 167px);
    overflow-y: auto;
    min-height: calc(100vh - 248px)
}

.inputHead {
    padding: 17px 24px 15px;
    background-color: #fff;
    display: flex;
    align-items: center;
    column-gap: 20px;
    border-bottom: 1px solid #e2e8f0
}

#limitExceed,
.errorMsg,
.tipText {
    display: none
}

.inputHead img {
    max-width: 50px;
    width: 100%;
    max-height: 50px;
    height: 100%;
    display: block
}

.headText h1 {
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    color: #0f172a;
    padding-bottom: 3px
}

.headText p,
.inputGroup label {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal
}

.headText p {
    display: block;
    color: #64748b
}

.essayWriterForm,
.formWrapper {
    width: 100%
}

.inputGroup input,
.inputGroup select,
.inputGroup textarea {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 3px;
    outline: 0;
    color: #202124;
    position: relative;
    --webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#copyBtn:hover::before,
#dislikeBtn:hover::before,
#downloadBtn:hover::before,
#likeBtn:hover::before,
.tipText {
    position: absolute;
    color: #fff;
    background: #262f3d;
    border-radius: 5px
}

.inputGroup textarea::placeholder {
    font-size: 14px
}

.inputGroup input:hover,
.inputGroup textarea:hover,
.inputGroup.selectGroup .selection .select2-selection--single:hover {
    box-shadow: 0 0 6px -4px rgba(0, 0, 0, .5)
}

.inputGroup label {
    display: flex;
    align-items: flex-start;
    color: #0f172a;
    margin-bottom: 8px
}

.inputGroup label .toolTip {
    display: block;
    padding-left: 5px;
    cursor: pointer
}

.tipText {
    padding: 8px;
    width: 328px;
    left: 0;
    font-style: normal;
    font-size: 12px;
    line-height: 150%
}

.errorMsg,
span.required {
    color: #df4d4d
}

#dislikeBtn:hover::before {
    content: 'Not for you?'
}

#likeBtn:hover::before {
    content: 'Good Response '
}

#downloadBtn:hover::before {
    content: 'Download'
}

#copyBtn:hover::before {
    content: 'Copy'
}

.tip-bottom,
div#tip-essay-topic {
    top: 20px
}

div.tip-bottom {
    top: 20px !important
}

.tip-select,
div#tip-additional-info,
div#tip-citation,
div#tip-pages,
div#tip-sources {
    top: -75px
}

.inputGroup input:focus+label.forIn,
.inputGroup input:not(:placeholder-shown)+label.forIn,
.inputGroup textarea:focus+label.forIn,
.inputGroup textarea:not(:placeholder-shown)+label.forIn {
    top: -8px;
    padding: 0 5px;
    background: #fff;
    font-size: 12px;
    left: 8px;
    color: #05ada3
}

.errorMsg {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -.008em;
    position: relative;
    padding-left: 28px
}

.selectGroup::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #333638;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -2.5px;
    pointer-events: none;
    transform: translateY(45px);
    right: 15px
}

.characterCount {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 7px;
    position: absolute;
    right: 0
}

.characterCount span,
.propmtText span {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #64748b
}

.selection .select2-selection--single {
    max-height: 50px;
    border: 1.5px solid #dadce0;
    min-height: 40px;
    padding: 12px 40px 12px 15px
}

.inputGroup input.invalid,
.inputGroup select.invalid,
.inputGroup textarea.invalid,
.select2-invalid.select2-container--default .select2-selection--single {
    border: 2px solid #df4d4d
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0
}

.selection .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
    color: #5f6368
}

.select2-valid .selection .select2-selection--single .select2-selection__rendered {
    color: #202124;
    line-height: unset !important
}

#time+.select2 .selection .select2-selection--single {
    font-size: 13px;
    padding: 13px 0;
    margin: 0;
    height: 50px
}

#time+.select2 .selection .select2-selection--single .select2-selection__rendered {
    color: #5f6368;
    padding-right: 0;
    text-align: center
}

#time+.select2 {
    width: 75px !important
}

.select2-container--default .select2-results>.select2-results__options {
    overflow-x: hidden
}

.select2-container--default .select2-results__option--disabled {
    display: none;
    font-size: 13px
}

#progLoader,
.defaultIcon,
.disabled::after,
.modal,
.navRight.navMob,
.navbarMenu.hide,
.navigations a.exceedUpgrade:hover::after,
.not-verified .generatedBtns,
.pre-loaderrr,
.select2-container--default .select2-search--dropdown .select2-search__field,
.selection .select2-selection--single .select2-selection__arrow,
br {
    display: none
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background: #fff
}

.select2-search--dropdown {
    padding: 0
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #05ada3
}

.pageInput {
    position: relative;
    display: flex;
    align-items: center
}

.pageInput input {
    max-width: 152px;
    text-align: center;
    margin: 0 5px;
    font-size: 18px;
    line-height: 21px
}

.pageInput a {
    display: inline-block;
    padding: 12px;
    border: 1px solid #e6e6e6;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    min-width: 46px;
    width: 46px;
    height: 46px
}

.pageInput a[disabled] svg path {
    fill: #E6E6E6
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.inputGroup textarea.invalid~.errorMsg,
.newTemplateModal.show,
.session_links ul li,
.session_links ul li a,
.toolActionBtns button:hover span,
input.invalid~.errorMsg,
select.invalid~.errorMsg {
    display: block
}

.errorMsg::before {
    position: absolute;
    content: '';
    width: 19px;
    height: 19px;
    left: 0;
    top: 0;
    background: url(../png/error-sign-new.png) no-repeat
}

.doubleInputs {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: flex-start
}

.doubleInputs .inputGroup {
    margin-bottom: 0;
    flex-grow: 1
}

.essayInfo {
    max-width: 580px;
    margin: 0 auto;
    padding: 0
}

.formHead {
    font-size: 17px;
    line-height: 120.19%;
    color: rgba(33, 61, 86, .87);
    margin-bottom: 25px
}

.inputGroup input,
.inputGroup select,
.inputGroup textarea {
    padding: 15px 30px 15px 15px;
    max-height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120.19%
}

.aiSuggestGroup input {
    padding-right: 100px
}

.inputGroup textarea {
    resize: none;
    max-height: 100%
}

.inputGroup {
    margin-bottom: 30px
}

.inputGroup input:focus,
.select2-invalid .selection .select2-selection--single[aria-expanded=true],
.select2-valid .selection .select2-selection--single[aria-expanded=true],
.selection .select2-selection--single[aria-expanded=true],
textarea:focus {
    border: .724389px solid #05ada3
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 120.19%;
    color: #858585;
    line-height: unset !important
}

.select2-valid .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    color: #000
}

.pageInput input {
    padding: 15px 10px 15px 15px
}

.doubleInputs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0
}

.ewBtns {
    padding: 22px 24px 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    bottom: 0;
    background: #fff
}

.clearFields {
    display: flex;
    align-items: center;
    column-gap: 6px;
    justify-content: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #475569;
    max-width: 115px;
    width: 100%;
    padding: 7px 0;
    cursor: pointer
}

.generateEssayBtn,
.generateEssayBtn .btnText {
    font-weight: 500;
    font-size: 17px;
    position: relative
}

.clearFields:hover {
    border: 2px solid #e2e8f0
}

.generateEssayBtn {
    padding: 10px 24px;
    outline: 0;
    border: none;
    display: block;
    cursor: pointer;
    max-width: max-content;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(180deg, #24c7bd 0, #046761 100%);
    font-style: normal;
    line-height: 12px;
    width: 100%
}

.dislikeForm h2,
.outputHead {
    border-bottom: 1px solid #e2e8f0
}

.generateEssayBtn:hover {
    background: linear-gradient(180deg, #47b5ae 0, #133836 100%)
}

.generateEssayBtn .btnText {
    line-height: 22px;
    letter-spacing: .03em;
    color: #fff;
    z-index: 2
}

.errorMsg {
    margin-top: 4px
}

.outputHead {
    padding: 26px 26px 25px 13px;
    display: flex;
    justify-content: space-between
}

.outputHead a,
.outputHead button,
.outputHead span.historyBtn,
.outputHead span.newOutputs {
    background: #fff;
    border-radius: 5px;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #64748b;
    padding: 8px 10px;
    max-width: max-content;
    width: 100%;
    cursor: pointer
}

.clipboardMsg,
.feedbackMsg,
.propmtText p {
    font-weight: 500;
    line-height: 18px
}

.btnRight:hover:after {
    position: absolute;
    content: 'Clear recent outputs. Past outputs are still available in your history.';
    background-color: #334155;
    border-radius: 5px;
    color: #fff;
    width: 336px;
    right: 0;
    padding: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 128%;
    transition: .1s;
    z-index: 1
}

.outputHead a.active,
.outputHead span.active {
    background-color: #f0fcfb;
    color: #05ada3
}

.btnsLeft {
    display: flex;
    align-items: center;
    column-gap: 12px
}

.iconsLeft,
.promptIcon {
    align-items: center;
    display: flex
}

.answerPrompts {
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    max-width: 440px;
    width: 100%;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.promptIcon {
    padding: 0 8px;
    justify-content: center;
    background-color: #f8fafc;
    border-radius: 5px 0 0 5px
}

.promptIcon img {
    display: block;
    max-width: 16px;
    width: 100%;
    max-height: 22px;
    height: 100%
}

.propmtText {
    padding: 13px 8px 13px 15px
}

.propmtText p {
    font-style: normal;
    font-size: 14px;
    color: #64748b;
    padding-bottom: 5px
}

.generatedEssay p,
.timeStamp span {
    font-weight: 400;
    font-style: normal
}

.history.withData,
.newOutputs.withData {
    background-color: #f0fdf4;
    padding: 7px 26px 40px;
    border-bottom: 1px solid #e2e8f0
}

.newOutputs.withData:last-child {
    border-bottom: none
}

.history.withData,
.history.withData:hover .iconBtn,
.newOutputs.withData:hover .iconBtn {
    background-color: #fff
}

.newOutputs.withData:hover {
    background-color: #f9fffb
}

.history.withData:hover .iconBtn:hover,
.newOutputs.withData:hover .iconBtn:hover {
    border: 1px solid #e2e8f0
}

.history.withData:hover .iconBtn:hover svg path,
.newOutputs.withData:hover .iconBtn:hover svg path {
    fill: #1E293B
}

.history.withData:hover {
    background-color: #f8fafc
}

.closeChangesModalBtn:hover svg path,
.iconBtn.selected svg path {
    fill: #05ADA3
}

.generatedBtns {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.iconsLeft {
    column-gap: 8px
}

.iconBtn {
    border-radius: 5px;
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative
}

.timeStamp span {
    font-size: 12px;
    line-height: 15px;
    color: #94a3bb;
    text-transform: capitalize
}

.generatedEssay {
    padding-top: 7px
}

.generatedEssay p {
    font-size: 16px;
    line-height: 150%;
    color: #1e293b;
    white-space: pre-wrap;
    user-select: none
}

#history-tab,
#new-outputs {
    min-height: calc(100vh - 167px);
    overflow-y: scroll;
    position: relative;
    overflow-x: hidden
}

.aiSuggestBtn.processing img,
.generate-essay-processing img,
.generate-essay-processing svg {
    height: 22px
}

.addChangeWrapper .needChangesBtn:hover svg path,
.backBtn:hover svg path,
.generate-essay-processing svg path,
.navigations a.homeFreeBtn .btnIcon path {
    fill: #fff
}

.generate-essay-processing img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(94%) saturate(41%) hue-rotate(216deg) brightness(118%) contrast(100%)
}

.shake {
    animation: .5s linear infinite shakeBtn
}

.btnRight a:hover,
.btnRight button:hover,
.btnsLeft a:hover,
.btnsLeft span:hover {
    background-color: #f1f5f9
}

#new-essays,
#old-essays {
    max-height: calc(100vh - 135px)
}

@keyframes shakeBtn {
    0%,
    40%,
    80% {
        transform: translateX(10px)
    }
    20%,
    60% {
        transform: translateX(-10px)
    }
    1000% {
        transform: translateX(0)
    }
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #bbb9b9;
    border-radius: 8px
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.faq-card,
.faqArea {
    background: #fff;
    border: 1px solid rgba(35, 63, 140, .24);
    border-radius: 4px;
    max-width: 578px;
    width: 100%
}

.faq-card.show .faq-icon,
.faq-card:hover .faq-icon,
.faq-icon {
    background: url(../svg/faqsvg-db.svg) 0 0/contain
}

.faqArea h2 {
    margin-bottom: 28px;
    color: #0f172a;
    font-weight: 700
}

.basicUtilizationWrapper.red,
.faqArea p {
    margin-bottom: 7px
}

.faqSec .faq-accord-card-head h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 164.5%;
    color: #231f20;
    padding-right: 13px;
    text-align: left
}

.faqArea p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

.faqContent,
.faqWraper h2 {
    margin-bottom: 28px
}

.faqArea p strong {
    font-weight: 500;
    color: #0f172a
}

.faqWraper {
    max-width: 580px;
    width: 100%;
    margin: 72px auto 0
}

.faqWraper h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 164.5%;
    color: #231f20
}

.faq-card.show,
.faq-card:hover,
.feedbackWrapper textarea:focus {
    border: 1px solid #05ada3
}

.faq-accord-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 20px 18px;
    cursor: pointer
}

.answerInner p a,
.faq-card.show .faq-accord-card-head h3,
.faq-card:hover .faq-accord-card-head h3,
.feedbackWrapper textarea:focus~label,
.needChangesBtn:hover p,
.needChangesBtn:hover p span,
.session_links ul li a:hover {
    color: #05ada3
}

.answerInner p+p {
    margin-top: 10px
}

.faq-icon {
    display: flex;
    width: 18px;
    height: 18px;
    flex: 0 0 18px
}

.faq-accord-card-body {
    padding: 0 20px 30px
}

.faq-accord-card-body p,
.faqSec .faq-accord-card-body li {
    font-weight: 450;
    font-size: 14px;
    line-height: 170.5%;
    color: #213d56;
    margin: 0
}

.faq-accord-card-body p:first-child {
    padding-top: 0
}

.faq-accord-card-body ul {
    padding-left: 40px
}

.faqWraper .faq-card+.faq-card {
    margin-top: 20px
}

.faq-card.show .faq-accord-card-head .faq-icon {
    transform: rotate(135deg)
}

.optional {
    font-size: 14px;
    margin-left: 3px
}

.clipboardMsg,
.feedbackMsg {
    background: #000;
    color: #fff;
    position: fixed;
    font-size: 14px;
    padding: 6px 18px;
    left: 60%;
    transition: .1s ease-in;
    transform: translate(-50%, 0);
    border-radius: 3px;
    bottom: -60px
}

.addChangeWrapper,
.dislikeForm {
    transform: translate(-50%, -50%);
    width: 100%
}

.clipboardMsg.show,
.feedbackMsg.show {
    transform: translate(-50%, -115px);
    z-index: 1111
}

.clipicon {
    padding-right: 5px;
    display: inline-flex
}

.coloredBtn {
    padding: 2px;
    border-radius: 5px;
    background: linear-gradient(180deg, #24c7bd 0, #046761 100%);
    display: inline-block
}

.subscriptionBtns .checkGrammarBtn {
    margin-left: 0;
    max-width: 100%;
    min-width: max-content;
    margin-top: 25px
}

.checkGrammarBtnWrapper {
    position: fixed;
    right: 225px;
    bottom: 30px;
    display: flex;
    gap: 10px
}

.dislikeModal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
}

.newTemplateOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(100 116 139/.5)
}

.dislikeForm {
    padding: 40px 34px;
    background: #fff;
    border-radius: 10px;
    max-width: 558px;
    position: absolute;
    left: 50%;
    top: 50%
}

.dislikeForm h2 {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
    line-height: 120.19%;
    color: #000;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.feedbackWrapper {
    display: flex;
    flex-direction: column-reverse
}

.feedbackWrapper label {
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #0f172a
}

.feedbackWrapper textarea {
    display: block;
    width: 100%;
    appearance: none;
    height: 85px;
    resize: none;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 13px;
    line-height: 120.19%;
    padding: 13px 12px;
    margin: 8px 0 20px;
    outline: 0
}

.feedbackWrapper textarea::placeholder {
    color: #858585
}

.submitFeedback {
    padding: 5px 20px;
    background: linear-gradient(180deg, #24c7bd 0, #046761 100%);
    border-radius: 3px;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    outline: 0;
    margin-left: auto;
    cursor: pointer;
    border: none;
    display: block;
    max-width: max-content;
    transition: .1s
}

.submitFeedback:hover {
    background: linear-gradient(180deg, #47b5ae 0, #133836 100%);
}

.feedbackWrapper textarea:hover {
    box-shadow: 1px 2px 6px -4px rgba(0, 0, 0, .75)
}

.disabled,
.disabled * {
    color: #c1cbd9;
    cursor: no-drop
}

.needChangesWrapper {
    padding: 20px 28px;
    position: sticky;
    bottom: 0;
    background: rgba(240, 253, 244, .5);
    border: 1px solid #d3e6d9;
    box-shadow: 0 0 10px 1px #d0e7d7;
    backdrop-filter: blur(2px);
    display: none
}

.changesBtnOuter {
    max-width: max-content;
    padding: 2px;
    background: linear-gradient(180deg, #24c7bd 0, #046761 100%);
    border-radius: 5px
}

.needChangesBtn {
    display: flex;
    padding: 14px 15px;
    gap: 6px;
    background-color: #fff;
    border-radius: 5px;
    align-items: center
}

.needChangesBtn svg {
    display: flex;
    align-items: center;
    height: 17px;
    transform: translateY(2px)
}

.needChangesBtn p,
.needChangesBtn p span {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .03em;
    color: #0f172a
}

.needChangesBtn:hover svg path {
    fill: #05ada3
}

.addChangeModal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    z-index: 55;
    display: none
}

.addChangeWrapper {
    background: #fff;
    border-radius: 5px;
    padding: 35px 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 828px
}

.changeHead {
    font-weight: 600;
    font-size: 25px;
    line-height: 159.7%;
    background: linear-gradient(100deg, #1cd1c7 25.17%, #046761 111.91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block
}

.changesDesc {
    font-size: 14px;
    line-height: 159.7%;
    color: #64748b;
    margin: 5px 0 34px
}

.changeTemplateWrapper,
.navWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.changeTemplateWrapper a {
    font-size: 15px;
    line-height: 21px;
    color: #05ada3;
    padding: 5px 13px;
    background: #f0fcfb;
    border-radius: 100px;
    transition: .1s
}

.aiSuggest button:hover,
.backBtn:hover,
.changeTemplateWrapper a:hover {
    background: #05ada3;
    color: #fff
}

.changeTextareaWrapper {
    margin: 35px 0 25px
}

.changeTextareaWrapper textarea {
    background: #fff;
    border: 1px solid #05ada3;
    border-radius: 5px;
    width: 100%;
    resize: none;
    height: 120px;
    outline: 0;
    padding: 13px 35px 13px 15px;
    font-size: 15px;
    line-height: 21px
}

.changeTextareaWrapper textarea:hover {
    box-shadow: 0 0 6px -4px rgba(0, 0, 0, .8)
}

.changeTextareaWrapper textarea::placeholder {
    color: #92b4e7
}

.addChangeWrapper .needChangesBtn {
    background: #05ada3;
    margin-left: auto
}

.addChangeWrapper .needChangesBtn p,
.footerBtn:hover .btnText,
.navigations a.homeFreeBtn:hover .btnText {
    color: #fff
}

.addChangeWrapper .needChangesBtn:hover,
.navigations .navOrderBtn:hover {
    background: #019990
}

.closeChangesModalBtn {
    position: absolute;
    right: 19px;
    top: 18px
}

.outputHead .grammerPlagOuter {
    padding: 1px;
    background: linear-gradient(180deg, #24c7bd 0, #046761 100%);
    border-radius: 4px;
    display: flex;
    overflow: hidden
}

.outputHead .topCheckPlag {
    padding: 6px 8px;
    border-radius: 4px;
    background: #fff;
    font-size: 13px;
    line-height: 120.19%;
    text-transform: capitalize;
    color: #1e293b;
    transition: .1s
}

.grammerPlagWrapper {
    align-items: center;
    gap: 10px;
    display: none;
    flex-grow: 1;
    padding-left: 10px
}

.backBtn,
.bottomWrapper,
.copyrightText,
.navigations,
.navigations .sessionBtn,
.toolActionBtns,
.toolTop {
    display: flex;
    align-items: center
}

.outputHead .topCheckPlag:hover {
    background: linear-gradient(180deg, #24c7bd 0, #046761 100%);
    color: #fff
}

.toolTop {
    justify-content: space-between;
    border-bottom: 1px solid #e2e8f0
}

.backBtn {
    background: #fff;
    border: 1px solid #05ada3;
    border-radius: 8rem;
    outline: 0;
    max-width: 83px;
    width: 100%;
    height: 32px;
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
    color: #05ada3;
    justify-content: center;
    gap: 4px
}

.paraphraserHead {
    color: #0f172a;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0;
    text-align: center
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 13px
}

.navbar {
    padding: 21px 0;
    position: sticky;
    top: 0;
    z-index: 9;
    background: #060606;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .12)
}

.navbar.fixed,
.navbar.fixed-color,
.navbarMenu {
    position: fixed;
    width: 100%
}

.navbar.fixed {
    background: 0 0;
    box-shadow: none
}

.navbar.fixed-color {
    background: #060606;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .12)
}

.summerEnabled .navbar {
    top: 51px
}

.navbar.stick-down {
    top: 62px
}

.navigations a,
.orderBtns a {
    margin-left: 22px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff
}

.navigations a {
    padding-bottom: 2px;
    border-bottom: 2px solid transparent
}

.navigations a.active,
.navigations a:hover,
.orderBtns a:hover {
    border-bottom: 2px solid #fff
}

.navigations a.homeFreeBtn.mg0,
.navigations a:first-child,
.orderBtns a:first-child {
    margin-left: 0
}

.navigations .navOrderBtn {
    margin-left: 32px;
    padding: 7px 15px;
    background: #05ada3;
    border-radius: 100px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    position: relative;
    transition: .1s
}

.navigations .navOrderBtn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    animation-name: pulse-animation6;
    -webkit-animation-duration: 2s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.navbarMenu {
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 110
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.customEssayWriter,
.customEssayWriter::before {
    background: linear-gradient(90deg, #ff8906, #9ce2a7, #ffeb3b, #ff8906)
}

.navbarLogo {
    display: inline-block
}

.navbarLogo img {
    max-width: 231px;
    width: 100%;
    max-height: 38px;
    height: 100%
}

.navigations>svg {
    margin-left: 20px
}

.navigations .sessionBtn {
    margin-left: 16px;
    gap: 6px;
    cursor: pointer
}

.navigations .sessionBtn.mg10,
.navigations a.homeFreeBtn {
    align-items: center;
    display: flex;
    position: relative
}

.navigations a.homeFreeBtn {
    padding: 9px 16px;
    gap: 7px;
    border-radius: 100px;
    border: 1px solid #fff;
    margin-left: 15px
}

.customEssayWriter {
    position: relative;
    padding: 9px 16px !important;
    box-sizing: border-box;
    background-size: 400%;
    border-radius: 100px;
    z-index: 1;
    animation: 10s linear infinite animateBtn;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    column-gap: 8px;
    outline: 0;
    cursor: pointer;
    text-align: center
}

.customEssayWriter::before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: -1;
    background-size: 400%;
    border-radius: 100px;
    opacity: 0;
    transition: .5s
}

.customEssayWriter:hover:before {
    filter: blur(5px);
    opacity: 1;
    animation: 8s linear infinite animateBtn
}

@keyframes animateBtn {
    0% {
        background-position: 0
    }
    100% {
        background-position: 400%
    }
}

.navigations a.homeFreeBtn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    animation-name: pulse-animation7;
    -webkit-animation-duration: 2s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.navigations a.homeFreeBtn:hover {
    background: 0 0;
    border-color: #fff
}

.navigations a.homeFreeBtn .btnText {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal
}

.navigations a.homeFreeBtn .btnIcon {
    display: flex;
    align-items: center;
    transform: translateY(1px)
}

.basicUtilization {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px
}

.basicUtilizationWrapper {
    border-bottom: 1px solid #dee7e7;
    margin-bottom: 11px;
    padding-bottom: 10px;
    display: none
}

.basicCount {
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 600;
    line-height: normal
}

#basic-utilized {
    color: #ff7f14
}

.basicUtilizationWrapper.red #basic-utilized {
    color: #d40000
}

.basicSlash {
    color: #1e1e1e;
    font-size: 18px;
    line-height: normal
}

.basisWordsDesc {
    color: #1e1e1e;
    font-size: 12px;
    line-height: normal;
    margin-left: 1px
}

.navigations a.exceedUpgrade {
    background: linear-gradient(180deg, #24c7bd 0, #046761 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 13px;
    line-height: normal;
    max-width: max-content;
    margin: 0 auto;
    position: relative;
    padding-bottom: 1px;
    display: none
}

.navigations a.exceedUpgrade::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(180deg, #24c7bd 0, #046761 100%);
    left: 0;
    bottom: 0
}

.footerWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0 51px;
    border-top: 1px solid rgba(162, 161, 154, .6)
}

.bottomWrapper,
.footer {
    border-top: 2px solid rgba(114, 114, 114, .1)
}

.footNav {
    display: flex;
    gap: 34px
}

.footNav a {
    font-size: 16px;
    line-height: 120.19%;
    text-decoration-line: underline;
    color: #000
}

.footSocials {
    display: flex;
    align-items: center;
    gap: 14px
}

.footer {
    padding: 50px 0 0;
    position: relative;
    background: #fbfbfb
}

.footer.floatRight {
    max-width: calc(100% - 288px);
    margin-left: auto
}

.footer::before {
    position: absolute;
    content: '';
    width: 136px;
    height: 197px;
    bottom: 3px;
    right: 8px;
    background: url(../png/footer_before.png)
}

.footerContentWrapper {
    display: flex;
    align-items: start;
    gap: 68px;
    padding-bottom: 60px
}

.footerBtn,
.linksDiv {
    justify-content: center
}

.logoDiv {
    color: #256db6;
    max-width: 595px
}

.dmca-badge img {
    max-width: 120px;
    width: 100%;
    height: 21px
}

.footDesc {
    font-size: 13px;
    line-height: 159.7%;
    color: #121212;
    margin: 20px 0 15px
}

.linksDiv {
    max-width: 635px;
    display: flex;
    width: 100%;
    padding-left: 14px;
    gap: 120px
}

.footerBtn,
.footerBtn::after {
    border-radius: 100px;
    display: flex;
    align-items: center
}

.noStyle,
.session_links ul {
    list-style: none
}

.footerList::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 82px;
    left: -14px;
    background: rgba(255, 255, 255, .1);
    top: -20px
}

.footerList li,
.footerList li a {
    display: block;
    font-size: 14px;
    line-height: 150%;
    color: #121212;
    margin-top: 10px
}

.footerList li:first-child {
    margin-top: 0
}

.linksHead {
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    color: #121212;
    margin-bottom: 14px
}

.copyrightText,
.jointLinks * {
    font-size: 12px;
    color: #121212;
    line-height: 150%
}

.footerBtn {
    max-width: 185px;
    width: 100%;
    height: 46px;
    background: #121212;
    overflow: hidden;
    position: relative
}

.footerBtn .btnText {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: .03em;
    color: #05ada3;
    z-index: 2
}

.footerBtn::after {
    position: absolute;
    content: '';
    height: 100%;
    background: #256db6;
    transition: .1s;
    left: -100%;
    top: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    justify-content: center;
    width: 100%
}

.footerBtn:hover::after {
    left: 0
}

.copyrightText {
    gap: 4px
}

.bottomWrapper {
    justify-content: space-between;
    padding: 18px 0
}

.jointLinks * {
    font-weight: 400;
    text-align: right
}

.footSocials a {
    transition: .1s
}

.footSocials a:hover {
    transform: scale(1.1)
}

.footBottom img {
    max-width: 120px;
    width: 100%;
    max-height: 21px;
    height: 100%
}

.googleBusiness {
    display: block;
    width: 25px;
    height: 25px
}

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

.footLinksShort a,
.pre-loaderrr.display {
    display: flex
}

.aiSuggest button {
    width: 83px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #05ada3;
    color: #05ada3;
    border-radius: 2px;
    gap: 3px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    position: relative
}

.aiSuggest button:disabled {
    border-color: #e2e8f0;
    color: #b0b9c5;
    pointer-events: none
}

.aiSuggestBtn.processing {
    pointer-events: none;
    display: none
}

.aiSuggestBtn.refresh {
    display: none;
    border: none;
    width: 16px;
    height: 16px;
    transform: translateY(2px)
}

.aiSuggestBtn.refresh:hover {
    border: none;
    background: 0 0;
    transform: translateY(2px) scale(1.04)
}

.aiSuggest {
    position: absolute;
    top: 33px;
    right: 10px
}

.aiSuggestBtn.default:hover::after {
    position: absolute;
    content: 'Click here to get suggestions for your main argument';
    padding: 8px;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font-size: 12px;
    width: 220px;
    text-align: left;
    top: -53px;
    z-index: 5;
    right: 0
}

.aiSuggestBtn.default:hover::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: -10px
}

.toolFeedbackWrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    border: 1px solid #dadce0;
    max-width: max-content;
    border-radius: 8px;
    margin: 50px auto 0
}
.toolFeedbackWrapper.outTool{
    margin: 10px auto 20px;
}
.toolFeedbackWrapper p {
    color: #858585;
    font-size: 15px
}

.toolActionBtns button:hover svg {
    transform: scale(1.04)
}

.toolActionBtns button span {
    position: absolute;
    content: '';
    color: #fff;
    background: #262f3d;
    border-radius: 5px;
    font-size: 10px;
    padding: 6px;
    left: -2px;
    top: -25px;
    z-index: 99999999999;
    right: 0;
    min-width: max-content;
    text-align: center;
    display: none
}

.outlinerWriterOptionWrapper{
    padding: 18px 13px;
    border: 1px solid #D3E5D9;
    background: #F0FDF4;
    position: sticky;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-top: none;
    display: none;
}
.singleRerouter > span{
    width: 35px;
    height: 35px;
    background: #E2F1E7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 5px;
}
.singleRerouter > span img{
    width: 25px;
    height: 25px;
}
.singleRerouter{
    display: flex;
    gap: 10px;
}
.rerouterInfo{
    max-width: 230px;
}
.rerouterInfo p{
    font-size: 12px;
    line-height: 18.2px;
    letter-spacing: 0.03em;
    color: #0F172A;
}
.rerouterInfo button{
    display: flex;
    margin-top: 9px;
    gap: 5px;
    align-items: center;
}
.rerouterInfo button span{
    text-decoration: underline;
    font-size: 12px;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: 0.03em;
    color: #05ADA3;
    text-align: left;
}
div.splitter{
    width: 1px;
    height: 65px;
    border-left: 1px dotted #D3E5D9;
}
.rerouterInfo button:hover span{
    text-decoration: none;
}

@media (max-width:1365px) {
    .floatRight .linksDiv {
        gap: 50px
    }
    .rerouterInfo p br{
        display: none;
    }
}

@media (max-width:1199px) {
    .checkGrammarBtnWrapper {
        display: block
    }
    .linksDiv {
        max-width: 500px
    }
}

@media (max-width:1169px) {
    .newOutputs.zeroData {
        padding: 0 15px
    }
    .checkGrammarBtnWrapper {
        right: 139px
    }
    .needChangesBtn p,
    .needChangesBtn p span {
        font-size: 13px
    }
    .needChangesBtn {
        padding: 14px 10px
    }
    .essayWriterWrapper,
    .footer.floatRight {
        max-width: calc(100% - 230px)
    }
}

@media (max-width:991px) {
    .essayWriterInput,
    .essayWriterOutput {
        max-width: unset
    }
    .essayWriterOutput {
        border-top: 1px solid #e2e8f0
    }
    .essayWriterBody {
        flex-direction: column
    }
    .changeTemplateWrapper {
        gap: 15px 10px;
        flex-wrap: wrap;
        justify-content: start
    }
    .addChangeWrapper {
        padding: 35px;
        max-width: 728px
    }
    .formWrapper {
        height: 100%;
        overflow-y: auto
    }
    .footerContentWrapper {
        flex-wrap: wrap;
        gap: 60px
    }
    .linksDiv {
        max-width: 100%
    }
    .bottomWrapper {
        flex-direction: column;
        gap: 24px
    }
}

@media (max-width:767px) {
    .essayWriterOutput,
    .ewBtns {
        border-top: 1px solid #e2e8f0
    }
    .faq-accord-card-head h3,
    .pageLink,
    a.menuCTA.blue {
        font-size: 14px
    }
    .essayWriterWrapper {
        max-width: 100%;
        padding: 10px 0 0
    }
    .answerPrompts {
        max-width: 90%
    }
    .formWrapper {
        height: 100%;
        overflow-y: unset;
        padding: 30px 15px 65px;
        background: 0 0
    }
    .ewBtns,
    .navigationMenu {
        background: #fff;
        width: 100%
    }
    .essayWriterInput {
        border-right: none
    }
    .ewBtns {
        padding: 22px 24px 17px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 111
    }
    .generatedEssay {
        margin-bottom: 79px
    }
    .upgradeOverlay {
        padding: 205px 0
    }
    .addChangeWrapper {
        padding: 50px 35px;
        max-width: 500px
    }
    .mainPageLink .pageLink.mob-none,
    .navigations {
        display: none
    }
    .navbar {
        padding: 10px 0
    }
    .navigationMenu.default {
        right: 0
    }
    .navRight.navMob {
        display: block
    }
    .navigationMenu {
        position: absolute;
        right: 0;
        top: 0;
        max-width: 239px;
        box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0;
        z-index: 60;
        height: 100%;
        overflow-y: auto
    }
    .toggleHead img.logo-bg {
        display: flex;
        max-width: 155px;
        height: 26px;
        width: 100%;
        object-fit: scale-down
    }
    .pageLink {
        display: flex;
        width: 100%;
        padding: 15px 17px 16px;
        align-items: center;
        font-weight: 500;
        line-height: 16px;
        color: #333;
        border-bottom: 1px solid #f3f3f3
    }
    .pageLink:last-child {
        border-bottom: none
    }
    .pageLink.active {
        background: #f8fafc;
        border-radius: 5px;
        color: #05ada3
    }
    .toggleHead {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 17px;
        background: #f5f5f5
    }
    .mainPageLink {
        margin-top: 11px
    }
    a.menuCTA.blue {
        background: #05ada3;
        border-radius: 100px;
        font-weight: 450;
        line-height: 18px;
        color: #fff;
        padding: 9px 30px 10px;
        max-width: max-content;
        margin: 44px auto 0;
        display: block;
        position: relative
    }
    a.menuCTA.blue::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        transform: skewX(-20deg);
        background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .3), transparent);
        animation: 1s linear infinite shine;
        content: ''
    }
    @keyframes shine {
        0% {
            left: -10%
        }
        100% {
            left: 100%
        }
    }
    .navbarLogo img {
        max-width: 180px
    }
    .navbar.stick-down {
        top: 43px
    }
    .summerEnabled .navbar {
        top: 64px
    }
    .footer.floatRight {
        max-width: 100%
    }
}

.newLoginBtn .userIcon {
    border: none;
    display: block;
    cursor: pointer;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-image: url(../svg/user_icon_filled.svg);
    background-repeat: no-repeat;
    background-color: transparent
}

.new-session-wraper::before {
    width: 10px;
    height: 10px;
    border-left: 1px solid #cde1eb;
    border-top: 1px solid #cde1eb;
    position: absolute;
    content: '';
    top: -6px;
    right: 20px;
    transform: rotate(45deg);
    background: #fff
}

.new-session-wraper.userMenu {
    min-width: 207px
}

.new-session-inner {
    padding: 15px 11px
}

.session_links ul li:last-child a {
    padding-bottom: 0
}

.session_links ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    padding-bottom: 15px;
    display: block;
    color: #000
}

.new-session-wraper {
    max-width: 180px;
    width: 100%;
    margin-left: auto;
    position: absolute;
    top: 44px;
    display: none;
    right: -14px;
    background: #fff;
    border: 1px solid #d9e4e1;
    border-radius: 6px
}

.navbtn-icon::after {
    content: "";
    background: url(../svg/navbtn-arrow.svg) 0 0/contain no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    position: relative;
    margin-left: 3px
}

@media (max-width:575px) {
    .addChangeWrapper {
        padding: 80px 15px;
        max-width: 100%;
        height: 100%
    }
    .headText h1 {
        font-size: 16px
    }
    .generateEssayBtn {
        padding: 10px 17px
    }
    .generateEssayBtn,
    .generateEssayBtn .btnText {
        font-size: 15px
    }
    .addChangeModal {
        z-index: 555
    }
    .closeChangesModalBtn {
        right: 20px;
        top: 40px
    }
    .toolTop {
        flex-direction: column;
        align-items: start
    }
    .paraphraserHead {
        width: 100%
    }
    .backBtn,
    .footer::before {
        display: none
    }
    .outputHead .topCheckPlag,
    .outputHead a {
        font-size: 11px;
        padding: 6px
    }
    .outputHead {
        padding: 10px 26px 10px 13px
    }
    .needChangesWrapper {
        bottom: 40px
    }
    .footerWrapper {
        flex-direction: column;
        gap: 17px
    }
    .footerBtn {
        flex-grow: 1;
        margin: 0 auto
    }
    .linksDiv {
        flex-wrap: wrap;
        justify-content: start;
        gap: 28px 80px
    }
    .bottomWrapper {
        gap: 10px
    }
    .footerContentWrapper {
        gap: 34px;
        padding-bottom: 36px
    }
    .footBottom::before {
        width: calc(100% - 15px)
    }
    .clipboardMsg,
    .feedbackMsg {
        min-width: max-content
    }
    .footBottom{
        padding-bottom: 82px;
    }
    .errorMsg::before{
        width: 15px;
        height: 15px;
        background-size: contain;
        top: 3px;
    }
    .errorMsg{
        font-size: 12px;
        padding-left: 20px;
    }
    @keyframes shine {
        0% {
            left: -10%
        }
        100% {
            left: 80%
        }
    }
    .outlinerWriterOptionWrapper{
        gap: 5px;
    }
}

.loaderOuter {
    width: 100%;
    padding: 5px 7px;
    border: 1px solid #05ada3;
    border-radius: 20px;
    height: 35px;
    margin: 27px auto 0;
    position: relative
}

.loaderCompleted {
    width: 8%;
    border-radius: 20px;
    background: radial-gradient(76.19% 76.19% at 50% 23.81%, #326bbc 0, #0f3870 100%);
    height: 100%
}

.modalPercentage {
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important
}

.modal-content {
    padding: 3%;
    border: 1px solid #888;
    max-width: 500px;
    width: 100%;
    min-height: 300px;
    border-radius: 23px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    gap: 25px;
    margin: 100px auto 0;
    background-color: #edf6ff
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 20px
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.loadingText {
    font-size: 20px
}

.sand-bottom,
.sand-clock,
.sand-top {
    will-change: transform;
    transform-origin: 50% 30px
}

.sand-clock {
    animation: 3s ease-in-out 1.25s infinite clock;
    transform-origin: 50% 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto
}

.sand-top {
    animation: 3s ease-in-out infinite clock-sand-top
}

.sand-bottom {
    animation: 3s ease-in-out infinite clock-sand-bottom;
    transform: scale(0)
}

.pre-loaderrr,
.pre-loaderrr p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@keyframes clock {
    20%,
    50% {
        transform: rotate(180deg)
    }
    100%,
    70% {
        transform: rotate(360deg)
    }
}

@keyframes clock-sand-top {
    0%,
    100% {
        transform: scale(1)
    }
    50% {
        transform: scale(0)
    }
}

@keyframes clock-sand-bottom {
    0%,
    100% {
        transform: scale(0)
    }
    50% {
        transform: scale(1)
    }
}

#subscribeProcessingBtnAnnualy,
#subscribeProcessingBtnMonthly {
    background: linear-gradient(180deg, #326bbc -16.12%, #0f3870 100%), #d9d9d9
}

.monthlyPlan #subscribeProcessingBtnMonthly {
    background: #f7c82e
}

.annualPlan #subscribeProcessingBtnAnnualy {
    background: linear-gradient(246.87deg, #d306f4 -2.66%, #5700e6 54.71%)
}

.not-verified .generatedEssay {
    user-select: none
}

#essay-loading {
    width: 9rem;
    height: 9rem;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #05ada3;
    border-radius: 100%;
    margin: auto;
    animation: 1.5s linear infinite spin
}

@keyframes spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.pre-loaderrr p {
    font-size: 24px;
    font-weight: 500;
    color: #05ada3;
    line-height: 150%
}