.essay-result{
    box-shadow: 0px 2px 12px -2px #0000001A;
    border-radius: 12px;
    border: 1px solid #EAECF0;
    min-height: 490px;
}

.option-div{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.option-div label,.extra-features-label{
    color: #081131;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.options-div{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.left-div{
    width: 30%;
    border-right: #E1E1E2 solid 1px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.div-top{
    border-bottom: #E1E1E2 solid 1px;
}
.div-top .heading{
    color: #46506A;
}
#output-div{
    height: 365px;
}
#output-div h1{
    font-size: 25px !important;
    margin: 8px 0 0px;
    font-weight: 700;
    color: #081131;
}
#output-div h2{
    font-size: 24px !important;
    margin: 8px 0 0px;
    font-weight: 700;
    color: #081131;

}
#output-div h3{
    font-size: 24px !important;
    line-height: 24px;
    margin: 8px 0 0px;
    font-weight: 700;
    color: #081131;

}
#output-div h4{
    font-size: 22px !important;
    line-height: 24px;
    margin: 8px 0 0px;
    font-weight: 700;
    color: #081131;

}
#captchaLoad{
    bottom: 20%;
    left: 0%;
}
#result span{
    color: #46506A;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.right_footer_section{
    padding: 8px !important;
    margin-top: 9px;
}
#result label{
    color: #46506A;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.input-div , .output-div , .input-div-new{
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #EAECF0 !important;
    resize: none;
}

.submit-div button{
    margin-top:20px;
}
.submit_btn_class {
    display: flex;
    justify-content: center;
}
.right-div{
    width: 70%;
}
.output-outer-div{
    display: block !important;
}
.versions{
    border: 1px solid #EAECF0;
    border-radius: 8px;
    margin-right: 10px;
}
.version_btn{
    padding: 6px 8px;
    font-size: 14px;
    line-height: 20px;
    color: #A3A8B5;
}
.version_btn.active{
    color:#081131;
    background-color: #F7F7F7;
}
#version-1, #version-2{
    border-right:1px solid #EAECF0;
}
@media screen and (max-width: 920px) {
    .essay-result{
        flex-direction: column;
        border: none;
    }
    .left-div, .right-div{
        width: 100%;
    }
    .left-div{
        border: #E1E1E2 solid 1px;
        border-radius: 12px;
    }
    .right-div{
        border: #E1E1E2 solid 1px;
        border-radius: 12px;
    }
    .main_container_class {
        height: 100%;
        gap: 2rem;
        box-shadow: none !important;
    }
    .submit-div{
        width: 100%;
        justify-content: center;
    }
    .right_footer_section{
        justify-content: center;
    }
}
@media screen and (min-width: 769px) and (max-width: 971px) {
    .extra-features-container{
        gap: 0.3rem;
    }
}
@media screen and (max-width: 768px) {
    #right-div {
        display: none;
    }
    #captchaLoad {
        bottom: auto;
        top: -59%;
    }
}