@font-face {
  font-family: Segoe UI;
  src: url(fonts/EuclidCircularA-Regular.woff2);
  font-weight: 400;
  font-display: swap;
}

section.dashBoard {
  max-width: 56px;
  width: 100%;
  border-right: 1px solid #e2e8f0;
  position: fixed;
   max-width: 250px;
  top: 0;
  left: 0;
  overflow-y: hidden;
  height: calc(100% - 55px);
  z-index: 10;
  background: #fff;
  transition: all ease 0.4s;
  top: 56px;
  box-shadow: 4px 0px 22.9px 0px #e7ecf1;
  display: block;
}
.optionSec p.tool-Heading{
    font-weight: 500;
    font-size: 26px;
    line-height: 21.78px;
    color: #0f172a;
    padding: 15px 0 10px;
    text-align: left;
}
.toolheadDesc{
        font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 23.8px;
    color: #64748b;
}
section.dashBoard.padded {
  top: 97px;
}
section.dashBoard.opened {
  max-width: 250px;
}

section.dashBoard.opened .pew-tools .menuLink span {
  display: block;
}

section.dashBoard::-webkit-scrollbar {
  display: none;
}

.pew-logo {
  display: block;
  padding: 26px 22px 0;
  cursor: pointer;
  /* border-bottom: 1px solid #E2E8F0; */
}

.dashboardBtn {
  padding: 68px 20px 0;
  /* border-bottom: 1px solid #E2E8F0; */
}
.order-customEssay {
  position: relative;
  box-sizing: border-box;
  background: linear-gradient(90deg, #ff8906, #9ce2a7, #ffeb3b, #ff8906);
  background-size: 400%;
  border-radius: 4px;
  z-index: 1;
  animation: animate 10s linear infinite;
  max-width: 191px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  height: 42px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  column-gap: 8px;
  outline: none;
  cursor: pointer;
  margin-left: 10px;
  text-align: center;
}
.mangCustomEssay {
  display: none;
}

/* .order-customEssay{
    display: none;
} */
/* .order-customEssay.flexShow{
    display: flex;
} */
.order-customEssay: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: 6px;
  opacity: 0;
  transition: 0.1s;
}
.order-customEssay:hover:before {
  filter: blur(5px);
  opacity: 1;
  animation: animate 8s linear infinite;
}
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}

.dashboardBtn a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  column-gap: 8px;
  color: #475569;
  padding: 8px;
}

.dashboardBtn a:hover {
  background-color: #f8fafc;
}

.dashboardBtn a.active {
  color: #1e43ff;
}

.dashboardBtn a.active .default {
  display: none;
}

.dashboardBtn a.active .filled {
  display: block;
}

.filled {
  display: none;
}

.chooseCloneWrapper .pew-tools {
  list-style: none;
  /* padding: 0 20px 0px 20px; */
  display: flex;
  flex-direction: column;
  /* row-gap: 8px;     */
  margin-top: 36px;
  min-height: 300px;
  overflow: hidden;
  border-bottom: unset;
}
.footer.floatRight {
  z-index: 11;
}
.chooseCloneWrapper .pew-tools .menuLink {
 display: flex;
    align-items: center;
    width: 100%;
    column-gap: 9px;
    padding: 15px 16px;
    cursor: pointer;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #475569;
    text-transform: capitalize;
    position: relative;
    outline: none;
}
.chooseCloneWrapper .menuLink.active .activeOnly {
  position: absolute;
  content: '';
  width: 6px;
  height: 46px;
  border-radius: 0px 5px 5px 0px;
  background: #6e38ff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.chooseCloneWrapper .pew-tools .menuLink.active span {
  font-weight: 500;
}
.chooseCloneWrapper .pew-tools .menuLink img {
  width: 30px;
  height: 30px;
}
.chooseCloneWrapper .pew-tools .menuLink span {
  font-size: 16px;
  font-weight: 400;
  line-height: 15.73px;
  text-align: left;
  color: #475569;
  display: none;
  min-width: max-content;
}
/* .pew-tools .menuItem + .menuItem{
   border-top:1px solid #E2E8F0;
} */
.chooseCloneWrapper .pew-tools .menuLink:hover {
  background-color: #f8fafc;
}

.menuLink:hover svg.default path {
  fill: #475569;
}
.chooseCloneWrapper .pew-tools .menuLink:hover svg.default.svgstroke path {
  stroke: #475569;
  fill: unset;
}
.chooseCloneWrapper .pew-tools .menuLink:hover svg.default.svgstrokefill path {
  fill: #fff;
  stroke: #475569;
}
.chooseCloneWrapper .pew-tools .menuLink:hover img.default {
  filter: brightness(0) saturate(100%) invert(28%) sepia(28%) saturate(436%)
    hue-rotate(175deg) brightness(102%) contrast(89%);
}
.filled {
  display: none;
}

.menuLink.active {
    background-color: #f8fafc;
  color: #05ada3;
}
.menuLink.active  span{
    color: #05ada3;
}
.active.menuLink.chatLink {
  padding-left: 0;
}

.menuLink.active .default {
  display: none;
}

.menuLink.active .filled {
  display: block;
}

.menuSettings {
  list-style: none;
  padding: 0 0px;
  display: flex;
  flex-direction: column;
  /* border-bottom: 1px solid #E2E8F0; */
  margin-top: 8px;
}

.menuSettings .menuLink {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 8px;
  cursor: pointer;
  color: #475569;
  border-radius: 5px;
  font-size: 16px;
}

.menuSettings .menuLink.active {
  color: #1d7ad9;
}

.menuSettings .menuLink:hover {
  background-color: #f8fafc;
}

.menuSettings .menuLink:hover svg path {
  fill: #475569;
}

.logoutBtn {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #475569;
  padding: 8px;
  border-radius: 5px;
}
.logOut {
  margin-top: 8px;
}
.logOut .logoutBtn:hover {
  background-color: #f8fafc;
}

.logOut .logoutBtn:hover svg path {
  fill: #475569;
}

/* #session_btns.hidden,
.loginSignupBtn.hidden,
.navSubscribeBtn,
.navManageSubscription {
    display: none;
} */
.navManageCustom {
  padding: 0 20px;
  margin-top: 45px;
}

#session_btns {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px 20px;
  flex-wrap: wrap;
  border-top: 1px solid #e2e8f0;
}
#bottomDist {
  width: 1px;
  height: 21px;
  background: #e2e8f0;
  position: relative;
  transform: translateY(1px);
}
.manageSubBtn {
  font-size: 14px;
  line-height: 18px;
  color: #0f172a;
  padding: 9px 18px;
  border-radius: 5px;
  border: 1px solid #1d7ad9;
  margin-top: 18px;
  margin-left: 10px;
  max-width: 180px;
  width: 100%;
  font-weight: 500;
  cursor: pointer;
  transition: all ease 0.1s;
  display: none;
}
.subscriptionBtns button[disabled] {
  cursor: no-drop;
}
.subscriptionBtns button[disabled]:hover {
  /* color: #64748B;
    background: #fff;
    border: 2px solid #E2E8F0; */
  cursor: no-drop;
}
.manageSubBtn:hover {
  background-color: #1d7ad9;
  color: #fff;
}
.subscriptionBtns button {
  max-width: 191px;
  width: 100%;
  display: block;
  padding: 1px;
  /* padding: 10px 16px; */
  border: 1px solid #e2e8f0;
  color: #0f172a;
  height: 42px;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  column-gap: 8px;
  outline: none;
  cursor: pointer;
  background-color: #fff;
  margin-left: 10px;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(180deg, #24c7bd 0%, #046761 100%);
}
.loginSignupBtn,
.navSubscribeBtn {
  padding: 1px 20px;
  margin-top: 15px;
}
.subscriptionBtns button:hover {
  background: linear-gradient(180deg, #24c7bd 0%, #046761 100%);
}
.subscriptionBtns button:hover {
  /* border-color: transparent; */
  /* border-width: 2px; */
  cursor: pointer;
  color: #0f172a;
  border-radius: 5px;
}
.mobnav,
.mobOverlay,
.closeMenuBtnMob {
  display: none;
}
.leftMenu img.logo-bg {
  display: none;
}
.subscriptionBtns button .btn-text {
  padding: 9px 15px;
  display: block;
  border-radius: 2px;
  background-color: #fff;
}
.subscriptionBtns button:hover .btn-text {
  background: linear-gradient(180deg, #47b5ae 0%, #133836 100%);
  color: #fff;
}
.com_soon {
  color: #08080f;
  border: 1px solid #7e3af2;
  border-radius: 3px;
  padding: 3px 5px 4px;
  font-weight: 400;
  font-size: 9px;
  line-height: 12px;
  flex-grow: 1;
  text-align: center;
}
.cursorNotallow a {
  cursor: not-allowed !important;
}
.chat {
  background: linear-gradient(
    262.56deg,
    rgba(30, 67, 255, 0.15) -15.35%,
    rgba(179, 24, 255, 0.15) 93.42%
  );
  border: 1px solid #7e3af2;
  border-radius: 100px;
  padding: 6px 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 11px;
  color: #7e3af2;
  border-radius: 8rem;
  flex-grow: 1;
  max-width: max-content;
  margin-left: auto;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #bbb9b9;
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.wordsLimitWrapper {
  margin: 32px 15px 100px 32px;
  padding-bottom: 14px;
  position: relative;
  display: none;
}
.wordsUtilized {
  font-size: 16px;
  line-height: 16px;
  color: #0f172a;
  margin-bottom: 6px;
}
.utilizingBarOut {
  position: relative;
  background: #ffffff;
  border: 1px solid #ececec;
  box-shadow: inset 0px 4px 6px rgba(192, 192, 192, 0.15);
  border-radius: 90px;
  width: 100%;
  height: 20px;
}
.utilizingBarIn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 20px;
  background: linear-gradient(
    266.97deg,
    #ff51d7 -14.2%,
    #ff4848 17.36%,
    #6248ff 77.21%,
    #1862ff 108.3%
  );
  box-shadow: inset 0px 4px 6px rgba(192, 192, 192, 0.15);
  border-radius: 90px;
  transition: all ease 0.1s;
}
.utilizingVal {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 10px;
  color: #fff;
}
.light {
  color: #212121;
  bottom: -6px;
  transform: translateY(0);
  top: unset;
  right: unset;
  left: 5px;
}
#consumedWords {
  font-size: 13px;
  right: 10px;
}
.pew-logo img {
  max-width: 209px;
  width: 100%;
  max-height: 25px;
  height: 100%;
}
.basicUtilization {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  flex-wrap: wrap;
}
.basicUtilizationWrapper {
  border-bottom: none;
  margin: 0;
  display: none;
  flex-grow: 1;
  margin-top: 30px;
  min-width: 215px;
  padding: 0;
  position: relative;
  padding-bottom: 22px;
}
.utilizationOuter {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  background: #edf7f6;
}
.utilizationOuter.show {
  display: flex;
}
.utilizationOuter svg {
  min-width: 27px;
  height: 27px;
}
.basicCount {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #404c5e;
}
.basicUtilization .basic-utilized {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: left;
  color: #05ada3;
}
.basicUtilizationWrapper.red .basic-utilized {
  color: #d40000;
}
.basicSlash {
  color: #475569;
  font-size: 14px;
  line-height: normal;
}
.basisWordsDesc {
  color: #475569;
  font-size: 14px;
  line-height: normal;
  margin-left: 1px;
}
.exceedUpgrade {
  background: linear-gradient(180deg, #24c7bd 0%, #046761 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  line-height: normal;
  display: block;
  max-width: max-content;
  margin: 5px 0 0;
  position: relative;
  padding-bottom: 1px;
  display: none;
}
.exceedUpgrade::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: linear-gradient(180deg, #24c7bd 0%, #046761 100%);
  left: 0;
  bottom: 0;
}
.exceedUpgrade:hover::after {
  display: none;
}
.topNav {
  padding: 10px 28px 10px 17px;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  height: 55px;
  z-index: 55;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menuBtnTop:hover {
  opacity: 0.8;
}
.topLogo {
  margin-left: 0px;
}
.topLogo img {
  max-width: 198px;
  width: 100%;
  max-height: 32px;
  height: 100%;
}
.topNav img.menu {
  max-width: 30px;
  width: 100%;
  max-height: 30px;
  height: 100%;
}
.topNav h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  text-align: left;
  color: #0f172a;
}
.subscribe-btn {
   border-bottom: 1px solid transparent;
}
.upgradeBtnTop:hover {
  transform: scale(1.04);
}
.subscribe-btn:hover{
 border-bottom: 1px solid #0f172a;
}
.subscribe-btn span {
  font-size: 14px;
  line-height: 16.94px;
  text-align: left;
  color: #0f172a;
  white-space: nowrap;
}
.dashboardBtnTop {
  width: 35px;
  height: 35px;
  background: #ecf0f3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.userAccountWrapper.loggedIn .dashboardBtnTop {
  background: #e1f5f4;
}
.topActionWrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.actionTopDD {
  min-width: 193px;
  max-width: 216px;
  width: 100%;
  position: absolute;
  border-radius: 7px;
  background: #fff;
  right: -10px;
  box-shadow: 0px 2px 7.9px 0px rgba(114, 114, 114, 0.15);
  top: 123%;
  display: none;
  min-height: 178px;
  padding-bottom: 18px;
}
.navOne.basicUtilizationWrapper {
  margin-top: 0;
}
.actionTopDD > a {
  font-size: 14px;
  line-height: 18.62px;
  text-align: left;
  color: #212121;
  padding: 8px 10px;
  border-bottom: 1px solid #e2e8f0;
  display: block;
  width: 100%;
}
.actionTopDD > a:hover {
  border-bottom: 1px solid #05ada3;
  background: #edf7f6;
}
.dashboardBtnTop:hover svg path {
  fill: #78aaa8;
}
.allToolsBtnOuter {
  display: block;
  margin: 15px auto 0;
  max-width: max-content;
  padding: 1px;
  background: linear-gradient(180deg, #24c7bd 0%, #046761 100%);
  border-radius: 5px;
  min-width: max-content;
}
.navOptsmob {
  display: none;
}
.allToolsBtnOuter.noBg {
  background: transparent;
}
.allToolsBtnOuter.show {
  display: block;
}
.dashBoard .allToolsBtn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 1px;
  background: #fff;
  padding: 8px 15px;
  border-radius: 5px;
}
.dashBoard .allToolsBtn:hover {
  background: linear-gradient(180deg, #24c7bd 0%, #046761 100%);
}
.dashBoard .allToolsBtn:hover span {
  color: #fff;
}
.dashBoard .allToolsBtn:hover svg path {
  fill: #fff;
}
.dashBoard .allToolsBtn span {
  font-size: 14px;
  line-height: 18.62px;
  text-align: left;
  color: #121212;
}
.menuAndLogoTop {
  display: flex;
  align-items: center;
}
.menuBtnTop-mob {
  display: none;
}
.menuBtnTop {
  width: 30px;
  height: 30px;
  display: flex;
}
.menuBtnTop svg {
  display: none;
}
.menuBtnTop:hover .unlock {
  display: block;
}
.menuBtnTop:hover img {
  display: none;
}
.topNav.locked .menuBtnTop .lock {
  display: block;
}
.topNav.locked .menuBtnTop img {
  display: none;
}
.topNav.locked .menuBtnTop:hover .unlock {
  display: none;
}
.fairUsageAnchorEP {
  position: absolute;
  left: 48%;
  bottom: 0;
  font-size: 12px;
  line-height: 15.96px;
  text-align: left;
  color: #475569;
  transform: translateX(-50%);
  text-decoration: underline;
}
.fairUsageAnchorEP:hover {
  color: #05ada3;
}
.navManageSubscription.subscriptionBtns {
  margin-top: 20px;
  padding: 0 20px;
}
.dashboardBtnTop svg {
  pointer-events: none;
}
.optionSec {
    max-width: calc(100% - 244px);
    width: 100%;
}
.pew-tools.mob{
  display: none;
}
.allToolsBtnOuter{
  display: none;
}
@media (max-height: 800px) AND (min-width: 768px) {
  .dashboardBtn {
    padding: 45px 20px 0;
  }
}
@media (max-width: 1171px) {
  .basicCount {
    font-size: 13px;
  }
}
@media (max-width: 1169px) {
  .subscriptionBtns button {
    margin-left: 0;
  }
  .optionSec {
    max-width: calc(100% - 230px);
  }
  .order-customEssay {
    margin-left: 0;
  }
}
span.redFree {
  padding: 2px 6px;
  background: red;
  color: #fff;
  border-radius: 4px;
  font-style: italic;
}
span.redFree span {
  animation: blink 2s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  section.dashBoard {
    background: #fff;
    z-index: 999;
    transform: translateX(-110%);
    transition: all ease 0.1s;
    max-width: 216px;
    height: 100%;
    top: 0;
    padding-top: 60px;
    box-shadow: 4px 0px 22.9px 0px #6a7178;
  }
  section.dashBoard.padded {
    top: 0;
  }
  .mobnav {
    display: block;
  }
  .mobMenuWrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    /* background: #060606; */
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 5;
  }
  .mobMenuWrapper a.pew-mob-logo img {
    width: 190px;
    height: 27px;
  }

  .dashBoard.transformLeft {
    transform: translateX(0);
  }
  .mobOverlay.show {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 190;
    display: block;
  }
  .closeMenuBtnMob {
    position: absolute;
    right: 15px;
    top: 19px;
    width: 25px;
    height: 25px;
    display: block;
  }
  .closeMenuBtnMob img {
    width: 22px;
    height: 22px;
  }
  .leftMenu img.logo-bg {
    max-width: 140px;
    height: 26px;
    width: 100%;
    position: absolute;
    left: 15px;
    top: 15px;
    display: block;
  }
  .pew-logo {
    padding-top: 62px;
  }

  .chooseCloneWrapper .pew-tools {
    min-height: unset;
    margin-bottom: 20px;
  }
  .subscriptionBtns button {
    max-width: 182px;
    font-size: 14px;
  }
  .loginSignupBtn,
  .navSubscribeBtn {
    margin-top: 15px;
  }
  .subscriptionBtns {
    padding: 0 20px 0 29px !important;
  }
  .order-customEssay {
    margin-left: 0;
  }
  .optionSec {
    max-width: 100%;
    padding: 0 15px 60px;
  }
  .menuBtnTop {
    display: none;
  }
  .menuBtnTop-mob {
    display: flex;
  }
  .topLogo {
    display: none;
  }
  .upgradeBtnTop {
    display: none;
  }
  .menuAndLogoTop {
    display: flex;
    align-items: center;
  }
  .topNav {
    padding: 10px 15px;
  }
  .chooseCloneWrapper .pew-tools .menuLink span {
    display: block;
  }
  .allToolsBtnOuter {
    display: flex;
  }
  .topNav h1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 7px;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 10px 0 7px;
    font-size: 18px;
    max-width: max-content;
  }
  .utilizationOuter {
    display: flex;
  }
  .mobNone{
    display: none;
  }
  .dsktpAccount{
    display: none;
  }
  .pew-tools.dsktp{
    display: none;
  }
  .pew-tools.mob{
    display: block;
  }
  .allToolsBtnOuter{
    display: block;
  }
}

@media (max-width: 575px) {
  .navOptsmob {
    display: block;
  }
  .dashBoard .allToolsBtn {
    min-width: 153px;
    justify-content: center;
  }
}

@media (max-height: 720px) and (min-width: 1200px) {
  section.dashBoard {
    zoom: 0.8;
  }
}
