.essayWriterWrapper h3{
    color: #0F172A;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.citationTabs{
    display: flex;
    align-items: center;
    padding: 20px 25px 25px;
}
.citationTabs a {
    background-color: transparent;
    border:none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #64748B;
    height: 37px;
    max-width: 100%;
    width: 100%;
    position: relative;
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 2px solid #E2E8F0;
}
.citationTabs a::after {
    content: "";
    height: 2px;
    width: 0;
    background: transparent;
    position: absolute;
    left: 50%;
    bottom: -2px;
    display: block;
    transform: translateX(-50%);
    transition: all .1s ease;
    opacity: 0;
}
.citationTabs a:hover::after{
    width: 15px;
    opacity: 1;
    background: #05ADA3;
}
.citationTabs a:hover {
    color: #05ADA3;
}
.citationTabs a.active {
    background: #f1f8f6;
    color: #05ADA3;
}
.citationTabs a.active:after {
    content: "";
    height: 2px;
    width: 100%!important;
    background: #05ADA3!important;
    position: absolute;
    left: 50%;
    bottom: -2;
    display: block;
    transform: translateX(-50%);
    transition: all .1s ease;
    opacity: 1;
}
.citationForm{
    display: none;
    padding: 13px 24px 65px;
}
.citationForm.notFull{
    height: calc(100vh - 330px);

}
.citationForm.show{
    display: block;
}
.normalSec{
    text-align: left;
}
.normalContentWrapper{    
    max-width: 756px;
    margin: 0 auto;
}
.normalContentWrapper h3{
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #0F172A;
    text-align: left;
}
.normalContentWrapper h4{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #0F172A;
}
.normalContentWrapper p{
    text-align: left;
    padding-top: 15px;
}
.normalContentWrapper strong{
    font-weight: 500;
}
.aboutSec.paddAbove{
    padding-top: 40px;
}
.differencesTable {
    margin: 40px auto;
    border: 1px solid transparent;
    background: linear-gradient(to right, white, white), linear-gradient(80deg, #FF51D7 -10.09%, #24C7BD 0%, #046761 100%), rgba(244, 250, 249, 0.88);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border-radius: 5px;
}

.differencesTable table {
    width: 100%;
    border-collapse: collapse;
}

.differencesTable th {
    padding: 11px 22px;
    color: #1E2532;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    border-right: 1px solid #DEDEDE;
}

.differencesTable td {
    padding: 21px 10px 21px 14px;
    color: #1E2532;
    font-size: 13px;
    font-weight: 400;
    line-height: 140.5%;
    vertical-align: top;
    border-top: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
}

.differencesTable td:first-child {
    font-weight: 500;
}

.differencesTable th:last-child,
.differencesTable td:last-child {
    border-right: none;
}

.differencesTable th:nth-last-child(2) {
    min-width: 100px;
}
.normalContentWrapper img {
    margin: 30px auto;
    display: block;
}
.aboutSec li {
    padding-top: 15px;
    max-width: 756px;
    margin: 0 auto;
}
.contentSec li {
    color: #64748B;
    font-size: 16px;
    line-height: 150%;
}
.normalContentWrapper ul, .normalContentWrapper ol{
    padding-left: 40px;
}
.normalContentWrapper ol li::marker{
    font-weight: 500;
}
.customModesListWrapper{
    justify-content: center;   
}
.customModesListWrapper.default{
    justify-content: space-between;   
}
.gradiantBox {
    padding: 2px 20px 17px;
    border: 1px solid transparent;
    background: linear-gradient(to right, white, white), linear-gradient(33.57deg, #FF51D7 -10.09%, #24C7BD 0%, #046761 100%), #FFFFFF;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border-radius: 5px;
    margin-bottom: 20px;
    margin: 30px auto;
}
.gradiantBox p >strong {
    font-size: 20px;
    padding-bottom: 16px;
    display: block;
    color: #1E2532;
    font-weight: 600;
    opacity: 0.98;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.gradiantBox p > b {
    font-weight: 600;
}
.ratingText{
    min-height: 119px;
}
.correctGrammarSec .lazyImgWrapper img{
    padding: 7px;
}
.redGreenTable td span, .redGreenTable th{
    color: red;
    font-weight: 600;
}
.redGreenTable td:last-child span, .redGreenTable th:last-child{
    color: green;
}
.redGreenTable th:first-child{
    color: #9900ff;
}
.readyText.pd0{
    padding-top: 0;
}
.tryBtn.mg30{
    margin-top: 30px;
}
.singleHack.content p{
    max-width: 217px;
    font-size: 14px;
    padding-top: 15px;
}
.contentHackWrapper{
    margin-top: 30px;
}
img.plagiarismImg {
    max-width: 714px;
    width: 100%;
}
@media (max-width:575px) {
    .contentHackWrapper{
        gap: 25px;
    }
    .normalContentWrapper img{
        width: 100%;
    }
    .citationForm.notFull{
        height: 100%;
    }
}