header.mpw-navbar.defaultBlue{
    background-color: #0F3870;
}
header.fixed-header.mpw-navbar .nav__btns .new-login a.hover.mg0 {
    border: none !important;
}
.examplesSec{
    padding: 120px 0 80px;
    background: #F8FAFC;
}
.essayWriterWrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #F8FAFC;
    position: relative;
}

.blogTitle h1{
    color: #01305C;
    font-size: 38px;
    line-height: 48px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 700;
    padding-bottom: 19px;
   }

   .titlePara{
    margin-bottom: 45px;
  }

  .des-head {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #575E62;
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
  }

.outputTypesWrapper {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.outputTypesWrapper 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;
    max-width: max-content;
    padding: 0 50px;
}

.outputTypesWrapper a::after {
    content: "";
    height: 2px;
    width: 0;
    background: transparent;
    position: absolute;
    left: 50%;
    bottom: -2px;
    display: block;
    transform: translateX(-50%);
    transition: all .5s ease;
    opacity: 0;
}

.outputTypesWrapper a:hover::after {
    width: 15px;
    opacity: 1;
    background: #1E43FF;
}

.outputTypesWrapper a:hover {
    color: #1E43FF;
}

.outputTypesWrapper a.active {
    background: #E0E7FF;
    color: #1E43FF;
}

.outputTypesWrapper a.active:after {
    content: "";
    height: 2px;
    width: 100% !important;
    background: #1E43FF !important;
    position: absolute;
    left: 50%;
    bottom: -2;
    display: block;
    transform: translateX(-50%);
    transition: all .5s ease;
    opacity: 1;
}


.outputsWrapper {
    gap: 30px 15px;
    align-items: center;
    flex-wrap: wrap;
    display: none;
    /* flex-direction: row-reverse; */
}

.outputsWrapper.show {
    display: flex;
    align-items: unset;
}

.singleOutput {
    padding: 20px;
    transition: all ease .1s;
    background-color: #fff;
    border-radius: 16px;
    border: 2px solid #E2E8F0;
    max-width: 380px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.singleOutput:hover {
    box-shadow: 2px 2px 39px -10px rgba(0, 0, 0, 0.15);
    border-width: 2px;
}

.outputTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.toolActions {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

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

.iconBtn svg {
    pointer-events: none;
}

.iconBtn:hover svg path {
    fill: #1E293B;
}

.iconBtn:hover {
    border: 1px solid #E2E8F0;
}

#downloadBtn:hover::before {
    position: absolute;
    content: 'Download';
    font-size: 10px;
    min-width: max-content;
    background-color: #000;
    color: #fff;
    padding: 6px;
    left: -2px;
    top: 38px;
    z-index: 99999999999;
    background: #262F3D;
    border-radius: 5px;
    right: 0;
    text-align: center;
}

#copyBtn:hover::before {
    position: absolute;
    content: 'Copy';
    font-size: 10px;
    min-width: max-content;
    background-color: #000;
    color: #fff;
    padding: 6px;
    left: -2px;
    top: 38px;
    z-index: 99999999999;
    background: #262F3D;
    border-radius: 5px;
    right: 0;
    text-align: center;
}

.toolName {
    font-size: 16px;
    color: #0F172A;
    line-height: 20px;
    text-transform: capitalize;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}

.outputData {
    overflow-wrap: break-word;
    font-size: 16px;
    color: #9CA3AF;
    line-height: 21px;
    height: 245px;
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    
}

.outputData.prewrap {
    white-space: pre-wrap;
}

.daysAgo {
    font-size: 12px;
    color: #9CA3AF;
    line-height: 16px;
}

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

.outputOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.outputPreviewModal {
    max-width: 864px;
    width: 100%;
    padding: 40px;
    border-radius: 12px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.previewTop .toolName {
    font-weight: 500;
    color: #475569;
}

.previewTextBox {
    padding: 16px;
    border: 1px solid #E5E7EB;
    max-height: 410px;
    overflow-y: scroll;
    white-space: pre-wrap;
}

.previewWrapper {
    margin-top: 43px;
    position: relative;
}

.previewBtn {
    padding: 4px 8px;
    border-radius: 4px 4px 0 0;
    position: absolute;
    top: -29px;
    left: 0;
    border: 1px solid #E5E7EB;
    border-bottom-color: transparent;
    font-size: 16px;
    color: #0F172A;
    background-color: #fff;
}

.clipboardMsg {
    background: black;
    color: white;
    font-weight: 500;
    position: fixed;
    font-size: 14px;
    padding: 6px 18px;
    left: 50%;
    transition: .43s all ease-in;
    transform: translate(-50%, 0px);
    border-radius: 3px;
    line-height: 18px;
    bottom: -60px;
    max-width: max-content;
    width: 100%;
}

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

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

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
    display: none;
}

.loading > img {
    width: 100%;
    max-width: 250px;
    object-fit: contain;
}
.zeroScreenData{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.zeroScreenData p{
    font-size: 17px;
line-height: 21px;
color: #6E7072;
margin-top: 30px;
}
.outputBottomWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}
.outputBottomWrapper a{
    color: #213D56;
    border: 1px solid #213D56;
    border-radius: 5px;
    padding: 6px 12px;
    text-align: center;
    background-color: #fff;
}
.outputBottomWrapper a:hover{
    color: #fff;
    background-color: #213D56;
}
.blogTitle{
    background-color: #F5FAFF;
    margin-bottom: 25px;
  }
@media (max-width: 991px) {
    .singleOutput{
        max-width: 360px;
    }
}
@media (max-width: 767px) {
    h1 {
        text-align: center;
    }
    .outputsWrapper.show{
        justify-content: center;
    }
}