.AIEssaySec{
    padding: 44px 0;
}
.essayWrapper{
    min-height: calc(100vh - 210px);
    max-width: 910px;
    width: 100%;
    margin: 0 auto;
}
.essaySideBarWidget{
    max-width: 210px;
    width: 100%;
    padding-top: 60px;
}
.essayHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.essayWrapper h1{
    font-weight: 600;
    font-size: 25px;
    line-height: 150.19%;
    text-align: center;
    color: #0F0F0F;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed rgba(162, 161, 154, 0.82);
    text-transform: capitalize;
    text-align: left;
}
/* .essayWrapper p{
    font-size: 22px;
line-height: 120.19%;
color: #000000;
} */
.essayHead .backBtn{
    background: #FFFFFF;
    border: 1px solid #05ada3;
    border-radius: 8rem;
    outline: none; 
    max-width: 83px;
    width: 100%;
    height: 32px;
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
    color: #05ada3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.backBtn:hover svg path{
    fill:#fff;
}
.backBtn:hover{
    background:#05ada3;
    color:#fff;
}
.essayHead p{

font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;

color: #05ada3;
}
.iconBack{
    display: flex;
}
.essayContent{
    background: #FFFFFF;
    border: 1px solid #D4DDE5;
    box-shadow: 0px 0px 10.1806px 3.39352px rgba(176, 173, 173, 0.15);
    border-radius: 12px;
    padding: 25px;
    position: relative;
}

#citations {
    font-weight: 400;
    margin-top: 16px;
}
.sourcesHead{
    font-size: 27px;
    line-height: 137%;
    margin-top: 30px;
    display: none;
    font-weight: 700;
}
#essayDetail{
    margin-top: 40px;
    font-weight: 700;
}
.essayRow{
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
}
.main__content{
    font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 170%;
user-select: none;
color: #3F3F3F;
padding-top: 40px;
border-top: 2px solid #05ada3;
}
.main__content:first-child {
    border: none;
}
/* sideBar */
.sideBarEssay{
    width: 100%;
    position: sticky;
    top: 116px;
}
.sideBarhead .btn_primary{
    background: #FFFFFF;
border: 1px solid #05ada3;
border-radius: 5px;
    outline: none; 
    max-width: 210px;
    width: 100%;
    height: 48px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #05ada3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: color .1s linear;
    z-index: 1;
    overflow: hidden;
}
.sideBarhead .btn_primary:hover{
    color: #fff;
    background-color: #05ada3;
    transition: background-color .1s linear 300ms;
}
.sideBarhead .btn_primary::before {
    background-color: #05ada3;
    border-radius: 5px;
    content: '';
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    transition: transform .1s ease-in, background-color .1s linear;
    width: 100%;
}
.newTabImg{
    position: absolute;
    right: 3px;
    top: 18px;
    width: 12px;
    height: 12px;
}
.sideBarhead .btn_primary:hover::before{
    transform: translateX(0);
    z-index: -1;
    transition: transform .1s ease-out, background-color .1s linear;
}
.icon{
    display: flex;
    padding: 7px;
}
.btn_primary svg path{
    fill:#05ada3;
}
.btn_primary:hover svg path{
    fill:#fff;
}  
.sideBarhead{
    display: flex;
    gap: 22px;
    padding-bottom: 23px;
    align-items: center;
    flex-direction: column;
}
.sidebarCard{
    background: #FFFFFF;
    /* border: 1.5px dashed #D4DDE5; */
    /* box-shadow: 0px 0px 10.1806px rgba(176, 173, 173, 0.15); */
    margin-top: 25px;
    border-radius: 12px;
}
.gif{
    display: flex;
    width: 19px;
    height:19px;
}
.gif img{
    display: flex;
    width: 19px;
    height:19px;
}
.card__head{
    background: #05ada3;
    border-radius: 12px 12px 0px 0px;
    padding: 11px 0 13px;
    position: relative;
}
.card__head p{
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    column-gap: 4px;
    align-items: center;
}
.promotionList{
    background-image: url(../svg/sidebarbg.svg);
    padding: 30px 0px 56px;
    background-position:center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.promotionList ul{
    list-style: none;
    /* margin: 30px 0 46px; */
    padding: 0 20px;
}
.promotionList ul li{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 142.5%;
    color: #0F0F0F;
    position: relative;
    padding-left: 32px;
}
.promotionList ul li + li{
    margin-top: 18px;
}
.promotionList ul li::before {
    content: '';
    background-image: url(../svg/tick.svg);
    width: 16px;
    height: 12px;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
}
.expireIn,
.offerTime{
    font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 142.5%;
    color: #F75F30;
}
.promotionList .btn__secondary{
    background: #05ada3;
border: 1px solid #05ada3;
border-radius: 5px;
    outline: none; 
    max-width: 203px;
    width: 100%;
    height: 48px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 46px auto 0;
    position: relative;
    transition: all ease .1s;
}
.promotionList .btn__secondary:hover{
    background: #019990;
}
.btn__secondary::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 5px;
    animation-name: pulse-animation;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
@keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px #05ada3;
    }
  
    100% {
      box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
  }

  .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: linear-gradient(180deg, #24C7BD 0%, #046761 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;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.gifLoad{
    max-width: 134px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.gifLoad img{
    max-width: 134px;
    width: 100%;
    height: 134px;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}
.loadingText{
    margin-bottom: 21px;
}
.tagLine{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
/* Modal Content/Box */
.modal-content {
    background-color: #eefffe;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 25px 41px 52px;
    border: 1px solid #888;
    max-width: 550px;
    width: calc(100% - 30px);
    min-height: 400px;
    border-radius: 23px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    /* gap: 25px; */
}

/* The Close Button */
.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 20px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.loadingText{
  font-size: 20px;
}
.modal-content p{
    font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 185%;
/* or 31px */

text-align: center;

color: #3F3F3F;
}
/* Sand clock */
.sand-top, .sand-bottom, .sand-clock {
  will-change: transform;
  transform-origin: 50% 30px;
}
.sand-clock {
  animation: clock 3s 1.25s ease-in-out infinite;
  transform-origin: 50% 50%;
  width: 60px;
  height: 70px;
  margin: 0 auto;
}
.sand-top {
  animation: clock-sand-top 3s ease-in-out infinite;
}
.sand-bottom {
  animation: clock-sand-bottom 3s ease-in-out infinite;
  transform: scale(0);
}
.fixedBtnsMob{
    display: none;
}
.mobOnly{
    display: none;
}
.upgradeOverlay {
    position: absolute;
    padding: 30px 149px;
    background: rgba(240, 253, 244, 0.5);
    border: 1px solid #D3E6D9;
    box-shadow: 0px 0px 10px 1px #D0E7D7;
    backdrop-filter: blur(2px);
    border-radius: 10px;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all ease .1s;
    text-align: center;
    max-width: 910px;
    display: none;
    /* align-items: center; */
    justify-content: center;
  }
  
  .upgradeOverlay.show {
    display: block;
  }
  
  .coloredBtn {
    padding: 2px;
    border-radius: 5px;
    background: linear-gradient(180deg, #24C7BD 0%, #046761 100%);
    display: inline-block;
  }
  
  .essayWriterWrapper .upgradeBtn {
    padding: 12px 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(180deg, #24C7BD 0%, #046761 100%);
    border-radius: 5px;
    cursor: pointer;
    border: none;
    color: #fff;
    transition: all ease .1s;
  }
  .needChangesWrapper{
    z-index: 11;
  }
  .essayWriterWrapper .upgradeBtn img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(872%) hue-rotate(146deg) brightness(118%) contrast(100%);
  }
  .essayWriterWrapper .upgradeBtn:hover img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(97%) saturate(10%) hue-rotate(248deg) brightness(98%) contrast(100%);
  }
  .essayWriterWrapper .upgradeBtn:hover {
    background: #FFFFFF;
    color: #fff;
  }
  
  .essayWriterWrapper .upgradeBtn:hover span {
    color: #000;
  }
  .essayWriterWrapper .upgradeBtn:hover svg path{
    fill: #fff;
  }
  .essayWriterWrapper .upgradeBtn:hover svg path {
    fill: #000;
  }
  
  .essayWriterWrapper .upgradeBtn svg path {
    transition: all ease .1s;
  }
  .customOrderBtn {
    width: 100%;
    }
  .essayWriterWrapper .upgradeBtn span {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #fff;
    transition: all ease .1s;
  }
  .essayWriterWrapper .upgradeBtn svg path{
    fill: #fff;
  }
  .customOrderBtn a{
    position: relative;
    box-sizing: border-box;
    background: linear-gradient(90deg, #FF8906, #9CE2A7, #ffeb3b, #FF8906);
    background-size: 400%;
    border-radius: 5px;
    z-index: 1;
    animation: animate 10s linear infinite;
    color: #000;
    font-style: normal;
    font-weight: 400;
    column-gap: 8px;
    outline: none;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
    max-width: 210px;
    width: 100%;
    height: 48px;
}
.customOrderBtn a:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: -1;
    background: linear-gradient(90deg, #FF8906, #9CE2A7, #ffeb3b, #FF8906);
    background-size: 400%;
    border-radius: 10px;
    opacity: 0;
    transition: .1s;
}
.customOrderBtn a:hover:before{
    filter: blur(5px);
    opacity: 1;
    animation: animate 8s linear infinite;
}
@keyframes animate{
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 400%;
    }
}
.customOrderBtn p {
    color: #ED1320;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    padding-top: 6px;
    text-align: center;
    animation: blink 1s linear infinite;
    transition: 0.1s ease all;
}
@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}
.generatedEssays{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.disclaimerWrapper{
    display: flex;
    align-items: center;
    gap: 7px;
}
.disclaimerText{
    color: #3F3F3F;
font-size: 15px;
}
.disclaimerText span{
    font-weight: 600;
}
.disclaimerWrapper a{
    padding: 2px 10px;
    color: #3F3F3F;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #3F3F3F;
}
.disclaimerWrapper a:hover{
    background: #05ada3;
    color: #fff;
    border-color: #05ada3;
}
.disclaimerModal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;    
    display: none;
}
.disclaimerOverlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.disclaimerContentWrapper{
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 20px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #FEFEFE 100%);
box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.20);
max-width: 750px;
width: 100%;
overflow: hidden;
transform: translate(-50%,-50%);
padding: 45px;
}
.disclaimerContent{
    padding-right: 20px;
    max-height: 550px;
    overflow-y: auto;
}
.disclaimerContent p{
    color: #3F3F3F;
font-size: 15px;
padding-top: 18px;
}
.disclaimerContent p a{
    text-decoration: underline;
}
.disclaimerContent p:first-child{
    padding-top: 0;
}
.disclaimerContent::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    cursor: pointer;
  }
  
  .disclaimerContent::-webkit-scrollbar{
    width:5px;
    max-height:5px
  }
  .disclaimerContent::-webkit-scrollbar-track{
    background:#e5e5e5
  }
  .disclaimerContent::-webkit-scrollbar-thumb{
    background:#05ada3;
    border-radius:4px
  }
.highlightYellow{
    background: yellow;
}
.disclaimerContentWrapper .modalCloseBtn{
    position: absolute;
    top: 15px;
    right: 15px;    
}
.filterModal{
    display: none;
}
@media (max-width:1199px) {
    .sideBarhead{
        flex-direction: row;
        align-items: start;
        flex-wrap: wrap;
    }
    .customOrderBtn{
        max-width: 210px;
    }
    .essaySideBarWidget{
        max-width: 910px;
        margin: 0 auto;
    }
}
@media(max-width: 767px){
    .essayWrapper{
        width: 100%;
    }
    .essayWrapper p{
        font-size: 15px;
    }
    .essayWrapper h1{
        font-size: 20px;
    }
    .modal-content {
        
        padding: 12px 15px 35px;
         
    }
    .gifLoad{
        max-width: 119px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .gifLoad img{
        max-width: 119px;
        width: 100%;
        height: 119px;
        margin-left: auto;
        margin-right: auto;
        object-fit: cover;
        margin-bottom: 16px;
    }
    .modal-content p{
    font-size: 14px;
    line-height: 185%;   
    color: #3F3F3F;
    }
    .loadingText,
    .tagLine
    {
        font-size: 15px;
    }
    .sideBarEssay{
        display: none;
    }
    .fixedBtnsMob{
        display: flex;
        position: fixed;
        padding: 25px 0 34px;
        align-items: center;
        justify-content: center;
        width: 100%;
        bottom: 80px;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(2px);
        gap: 10px;
        z-index: 55;
    }
    .fixedBtnsMob a{
        padding: 11px 12px;
        background: #05ada3;
        border-radius: 3px;
        display: flex;
        justify-content: center;
        gap: 5px;
    }
    .fixedBtnsMob a span{
        font-weight: 500;
        font-size: 15px;
        line-height: 19px;
        letter-spacing: 0.03em;
        color: #FFFFFF;
    }
    .fireGif{
        width: 19px;
        height: 19px;
    }
    .sidebarCard.mobOnly {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: -150%;
        display: block;
        transition: all ease .1s;
    }
    .sidebarCard.mobOnly.show{
        bottom: 0;
    }
    .closePromotionBtn {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-40%);
    }
    .promotionList{
        background: none;
    }
    .overlay2{
        position: fixed;
        background: rgba(0,0,0,.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: none;
    }
    .promotionalDiv{
        position: relative;
        z-index: 105;
    }
    .disclaimerContentWrapper{
        padding: 40px;
        max-width: 550px;
    }
    .filterModal {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: -100%;
        background: #FFFFFF;
        box-shadow: -11px 4px 4px rgba(225, 225, 225, 0.25);
        border-radius: 12px 12px 0px 0px;
        z-index: 99;
        transition: all ease .1s;
        max-height: 450px;
        overflow-y: scroll;
        height: 100%;
        display: block;
      }
      .filterModal.allFiltersModal{
        overflow-y: visible;
      }
      .filterModal.show{
          bottom: 0;
      }
      
      .filtersTop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 22px 15px 15px;
        border-bottom: 1px solid rgb(199 199 198 / 82%);
        background: #fff;
        position: sticky;
        top: 0;
        border-radius: 12px 12px 0 0;
        z-index: 5;
      }
      .filtersRadioBtns {
        padding: 25px 15px 50px;
        justify-content: center;
      }
      .filterName {
        font-size: 18px;
        line-height: 150%;
        display: flex;
        align-items: center;
        color: #000000;
        font-weight: 600;
      }
      /* .sideBarhead .btn_primary{
        max-width: unset;
      }
      .customOrderBtn{
        max-width: unset;
    }
    .customOrderBtn a{
        max-width: unset;
    } */
    .filterModalOverlay{
        background: rgba(0,0,0,.5);
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 9;
        display: none;
    }
      
}
@media (max-width:575px) {
    .upgradeOverlay{
        padding: 105px 49px;
    }
    .disclaimerContent::-webkit-scrollbar{
        display: none;
    }
    .disclaimerContentWrapper{
        padding: 25px;
    }    
    .disclaimerContent p{
        font-size: 14px;
    }
    .essayWrapper .disclaimerText{
        font-size: 14px;
    }
}