.toolOutputsec{
        max-width: 1276px;
    padding: 0 15px;
    width: 100%;
    margin: 50px auto 22px;
    position: unset;
}
.essayWriterInput, .essayWriterOutput {
    max-width: 100%;
    width: 100%;
   
}
.essayWriterOutput{
 border: 1px solid #34363A;
    border-radius: 5px;
}
.essayInfo {
    padding: 0px 0 0;
    max-width: 100%;
    margin: 0 auto;
}
#description{
height: 349px;
}
.essayGradeGroupInput .inputGroup{
    margin-bottom: 0;
}
.formWrapper {
    padding: 0px 24px 10px;
    height: calc(100vh - 551px);
    background-color: transparent;
    overflow-y: auto;
}
.history.withData, .newOutputs.withData{
    padding: 40px;
}
.tabsGroupwrap {
    display: flex;
    gap: 10px;
}
.tabsGroupwrap .outputTabbtn{
    border: 1px solid #34363A;
    background-color: #191A1C;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    border-bottom: none;
    color:#858585;
    padding: 0 15px;
    outline:none;
  
font-weight: 600;
font-size: 14px;
line-height: 100%;
letter-spacing: 0px;

}

.tabsGroupwrap .outputTabbtn:hover{
    background-color: #0A0814;
    color:#fff;
}
.tabsGroupwrap .outputTabbtn.active{
    background: #7731FF;
    border: 1px solid #7731FF;
    color: #fff;
}
.advance_check_wrap{
    display: flex;
    flex-wrap: nowrap;
       gap: 35px 24px;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 40px 93px;
}
.advance_check_box{
    display: flex;
    gap: 20px;
    padding:35px 30px;
    max-width: 570px;
    width: 100%;
    background: #121214;
    border: 1px solid #34363A;
    border-radius: 5px;
}
.advance_check_box:hover{
    border: 1px solid transparent;
    background: linear-gradient(to right, #0A0814, #0A0814), linear-gradient(265.4deg, #1e43ff -20.86%, #b318ff 95.76%);
 background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}
.box_content .box_head{
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0px;
    color: #D012FF;
    margin-bottom: 4px;
}
.box_content .box_desc{
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0px;
    color: #fff;
    padding-bottom:15px;
}
.box_content .box_btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    max-width: 138px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    background: linear-gradient(to right, #121214, #121214), linear-gradient(265.4deg, #1e43ff -20.86%, #b318ff 95.76%);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    position: relative;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.box_content .box_btn:hover{
        background: linear-gradient(265.4deg, #1e43ff -20.86%, #b318ff 95.76%);
    background-clip: unset;
    background-origin: unset;
    border-color: #191a1c;
}
 .box_icon{
    width:55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1F2123;
    border-radius: 8px;
}
.outputCard{
display: none;
}
.outputBody .outputCard:first-child{
    display: block;
}