html {
  height: 100%;
}

body {
  background-color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  color: #000;
  font-weight: bold;
  overflow-x: hidden;
  height: 100%;
}

.hidden {
  display: none;
}

.btn-warning {
  color: #fff;
}

.btn-warning:hover {
  color: #fff;
}

.optionsHeading {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Open Sans";
  color: #7b868d;
}

.smallfont {
  font-size: 12px;
}

.writetone-card {
  width: 80%;
  height: 190px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 20px;
}

.blog-card {
  width: 80%;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 20px;
}

.writetone-con-color {
  color: #178733;
}

.writetone-bgcon-color {
  background-color: #178733;
}

.bloglist {
  color: #000;
}

.blogslist:hover {
  border: 1px solid #312f2d;
  border-radius: 8px 8px 8px 8px;
  background-color: #ffffff;
}

.blog_logomain {
  display: flex;
}

.blog_logo {
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  color: #ff6100;
  font-size: 35px;
  margin-top: 10px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

#TextArea {
  width: 100%;
  height: 400px;
  resize: none;
  overflow-y: auto;
  border: 1px solid #999999;
  margin-top: 20px;
  box-shadow: 0px 4px 22px 0px #00000033;
}

.TextArea-2 {
  width: 50%;
  height: 450px;
  resize: none;
  overflow-y: auto;
  border: 1px solid #999999;
  margin-top: 20px;
  /* margin-left: -6px; */
}

.icon-center {
  display: none;
  justify-content: start;
  align-items: center;
  color: #f27c0e;
  font-weight: bold;
  font-size: 40px;
}

.rem-div {
  padding-left: 0;
  padding-right: 0;
}

#AIPromptTextArea {
  width: 98%;
  height: 200px;
  resize: none;
  overflow-y: auto;
  border: 1px solid #999999;
  font-size: 18px;
  margin-top: 20px;
}

.btn-light {
  background-color: #dddbdf;
}

.writetone-placeholder::placeholder {
  font-weight: 400;
  font-size: 20px;
}

.TextArea-23 {
  width: 50%;
  height: 50vh !important;
  resize: none;
  overflow-y: auto;
  border: 1px solid #999999;
  margin-top: 20px;
  padding: 10px;
  font-size: 18px !important;
  font-weight: normal;
  position: relative;
}

.TextArea-23:focus {
  outline: none;
}

.TextArea-23::before {
  content: attr(placeholder);
  color: #999999;
  position: absolute;
  pointer-events: none;
  margin-top: -1px;
  margin-left: 10px;
}

.TextArea-23.has-content::before {
  opacity: 0;
}

.TextArea-23:not(.has-content)::before {
  opacity: var(--placeholder-opacity, 1);
}

.writetone-btn:visited {
  background-color: #ffe1c8;
  color: #f27c0e;
  border: 1px solid #f27c0e;
}

.writetone-btn:focus {
  background-color: #ffe1c8;
  color: #f27c0e;
  border: 1px solid #f27c0e;
}

.AIpromptbtn:visited {
  background-color: #ffe1c8;
  color: #f27c0e;
  border: 1px solid #f27c0e;
}

.AIpromptbtn:focus {
  background-color: #ffe1c8;
  color: #f27c0e;
  border: 1px solid #f27c0e;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  font-weight: bold;
  color: white;
  font-size: 23px;
  color: #ff6100;
  background-color: #ffe1c8;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1010;
}

#payment-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  font-weight: bold;
  color: white;
  font-size: 23px;
  color: #ff6100;
  background-color: #ffe1c8;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1010;
}

.AIgeneratedPrompt {
  position: fixed;
  width: 95%;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  font-weight: bold;
  color: white;
  font-size: 30px;
  background-color: #f27c0e;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1005;
}

.signinPrompt {
  position: fixed;
  width: 400px;
  height: 550px;
  font-size: 16px;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  font-weight: bold;
  color: white;

  border-radius: 5px;
  z-index: 1005;
}

.leftalign {
  text-align: left;
  padding: 10px;
}

.icons-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.icons-list>li {
  margin-top: 30px;
  cursor: pointer;
}

.icons-list>li>a {
  display: block;
  width: 50px;
  height: 50px;
}

.list-item {
  font-size: 10px;
  font-weight: bold;
  color: black;
  margin-bottom: 0.5rem;
  text-align: center;
}

.sidebar-icon {
  height: calc(50vh / 12);
  /*half of height and plus 2 to the list of icons */
  width: auto;
}

.side-panel {
  position: fixed;
  height: 100vh;
  z-index: 10;
  /* Stay on top */
  top: 0;
  left: 0;
  width: 78px;
  background-color: #f1f1f1;
  padding-top: 90px;
  overflow-y: overlay;
  overflow-x: hidden;
  /* Hide the scrollbar for WebKit browsers (Chrome, Safari, etc.) */
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
}

.link-item:hover {
  background-color: #d6d6d6;
}

.link-item.active {
  background-color: #ccc;
}

li {
  list-style: none;
}

.copy-div {
  padding-right: 65px;
}

.other-div {
  padding-right: 5px;
}

.editor-div {
  padding-top: 90px;
}

header {
  position: fixed;
  background-color: white;
  width: 100%;
  top: 0;
  z-index: 99;
}

.btns-row {
  padding-bottom: 35px;
}

.img-class {
  background: url("../img/Full\ logo\ Orange\ no\ BG.png");
}

.tagline-div {
  display: flex;
  align-items: center;
  justify-content: left;
}

@media (max-width: 768px) {
  .tagline-div {
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 807px) {
  .new-header-btns {
    font-size: 16px;
  }

  .tagline-div {
    font-size: 14px !important;
  }
}

.logo-div {
  /* padding-left: 56px; */
  display: flex;
  align-items: center;
}

.tagline {
  /* padding-left: 90px; */
  /* height: fit-content !important; */
}

/* Styles for desktop devices */
@media (min-width: 768px) {
  .custommargin {
    padding-top: 10px;
  }

  .alignbutton {
    text-align: right;
  }

  .logo {
    height: 45px;
    width: 150px;
  }

  .gifimg {
    height: 600px;
    width: 900px;
    max-width: 100%;
  }

  .pngimg {
    height: 500px;
    width: 1000px;
  }

  .desktop-logo {
    display: inline-block;
  }

  .mobile-logo {
    display: none;
  }

  .MainHeading {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 900;
    /* padding-left: 90px; */
  }

  .SmallHeading {
    padding-top: 10px;
    font-size: 30px;
    font-weight: 900;
  }

  .text-div {
    padding: 8rem 0 0 0;
  }

  .side-panel {
    padding-top: 8rem;
    display: block !important;
  }

  .row-padding {
    padding: 0 7% 50px 7%;
  }

  .icon-center {
    font-size: 40px;
  }

  .logo-div {
    justify-content: center;
  }

  .editor-div {
    padding-top: 6rem;
  }
}

/* Styles for mobile devices */
@media (max-width: 767px) {
  #TextArea {
    height: 250px;
    /* Set your desired height here */
  }

  .editor-div {
    padding-top: 5rem;
  }

  .alignbutton {
    text-align: center;
  }

  .logo {
    height: 70px;
    width: 200px;
  }

  .gifimg {
    height: 240px;
    width: 300px;
  }

  .pngimg {
    height: 200px;
    width: 400px;
  }

  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: inline-block;
  }

  .MainHeading {
    padding-top: 5px;
    font-size: 18px;
    font-weight: 900;
  }

  .text-div {
    padding: 9rem 20px 0 20px;
  }

  .side-panel {
    padding-top: 8rem;
    display: block;
  }

  .btn-div {
    padding-left: 3rem;
  }

  .icon-center {
    font-size: 20px;
  }

  .logo-div {
    justify-content: center;
  }
}

#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 40px;
  height: 50px;
  background-color: #f27c0e;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
}

#backToTopBtn:hover {
  background-color: #ff6100;
}

.writetone-bgcolor {
  background-color: #ff6100;
}

.writetone-light-bgcolor {
  background-color: #ffe1c8;
}

.writetone-light-grey-bgcolor {
  background-color: #fafafa;
}

.writetone-color {
  color: #ff6100;
}

/*buttons hover*/
.writetone-btn:hover {
  background-color: #ffe1c8;
  color: #f27c0e;
  border: 1px solid #f27c0e;
}

.writetone-btn {
  margin-top: 5px;
  background-color: #f9f6fa;
  color: #000;
  border: 1px solid #c6c5c3;
}

.control-btn {
  background-color: #f27c0e;
}

.control-btn:active {
  background-color: #ff6100 !important;
}

.custom-file-input-container {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.custom-file-input-container>div>input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer !important;
}

#fileNameDisplay {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #7873737d;
  font-weight: 600;
}

.new-btn {
  margin-top: 5px;
  background-color: #f9f6fa;
  color: #000;
  border: 1px solid #c6c5c3;
}

.writetone-Bigbtn {
  background-color: #f27c0e;
  border: 1px solid #ff6100;
}

.writetone-Bigbtn:hover {
  color: #fff;
  background-color: #ff6100;
  border: 1px solid #f27c0e;
}

.writetone-Bigbtn:hover {
  color: #fff;
  background-color: #ff6100;
  border: 1px solid #f27c0e;
}

.writetone-Bigbtn:active {
  color: #fff;
}

.pagenum :hover {
  color: #fff;
}

.pagenum :hover {
  background-color: #178733;
}

p,
ul,
li {
  font-weight: 10;
}

strong {
  font-weight: 800;
}

/*Nested List Number*/
/*
ol {
  counter-reset: item;
}
li {
  display: block;
  margin-bottom: 0.5em; 
}
li:before {
  content: counters(item, '.') '. ';
  counter-increment: item;
  font-weight: bold;
}
*/
/*FAQs
.accordion-button:not(.collapsed)::after {
  margin: auto;
}

.accordion-button.collapsed::after {
  margin: auto;
}

.accordion-button:not(.collapsed) {
  margin: auto;
}
*/
.accordion-item {
  border-width: 0;
  border-bottom: 3px solid rgba(207, 205, 205, 0.6);
  padding-top: 10px;
  padding-bottom: 10px;
}

.accordion-button {
  font-size: 25px;
  font-weight: 900;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000;
  border-width: 0px;
  font-weight: 900;
}

.accordion-button:not(.collapsed)::after {
  color: #000;
  font-weight: 800;
  border-width: 0px;
}

.accordion-body {
  padding-left: 70px;
  padding-right: 70px;
  font-size: 20px;
  font-weight: 200;
}

.nav-container-top {
  padding-top: 10.5rem;
}

@media (min-width: 575.98px) {
  .nav-container-top {
    padding-top: 8.5rem !important;
  }
}

.accordion-button:focus {
  border-width: 0px;
  box-shadow: 0px 0px;
}

/*Signin and sign up*/
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #f27c0e;
  border-radius: 5px;
  color: #fff;
  /* Optional: Change text color to white */
}

.nav-tabs .nav-link {
  background-color: #f0f0f0;
  /* Dull white background for inactive tabs */
  color: gray;
  /* Gray text color for inactive tabs */
}

.click-pointer {
  cursor: pointer;
}

a:hover {
  color: #178733;
}

/*close button*/
.close-button {
  position: relative;
  float: right;
  /* Add this to move the button to the right */
  margin-right: 10px;
  /* Adjust margin as needed */
}

.close-button button {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 1rem;
  /* Adjust the font size as needed */
  cursor: pointer;
}

.login-signup-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-signup-div button {
  font-size: 1.1rem !important;
}

@media only screen and (max-width:550px) {
  .login-signup-div {
    flex-wrap: wrap;
  }
}

/* small screen */
@media (max-width: 575.98px) {
  .logo-div {
    justify-content: center;
  }

  .TextArea-2::placeholder {
    font-size: 15px;
  }

  .icon-center {
    display: block;
  }

  .side-panel {
    display: none;
  }

  .editor-div {
    padding-top: 10rem;
  }

  .rem-div {
    padding-left: 0rem;
  }

  .sidebar-show {
    display: block;
  }

  .sidebar-hide {
    display: none;
  }
}

footer {
  margin-top: 3rem !important;
}

/* summary */

.text-xs {
  font-size: 13px !important;
}

.summary-heading {
  font-weight: 600;
}

.summaryGif {
  width: 100%;
}

@media (min-width: 768px) {
  .summaryGif {
    width: 500px;
  }
}

@media (min-width: 992px) {
  .summaryGif {
    width: 700px;
  }

  .co-writer-dropdown-btn {
    height: 100% !important;
  }
}

.responsive-tick {
  width: 25px;
  height: 25px;
}

.responsive-text {
  font-size: 16px;
}

.w-fit {
  width: fit-content;
}

.text-float {
  float: left;
  margin: 0;
}

@media (min-width: 768px) {
  .responsive-tick {
    width: 30px;
    height: 30px;
  }

  .responsive-text {
    font-size: 20px;
  }
}

/* grammer */

.how-section1 {
  margin-top: -15%;
  padding: 10%;
}

.how-section1 h4 {
  color: #ffa500;
  font-weight: bold;
  font-size: 30px;
}

.how-section1 .subheading {
  color: #3931af;
  font-size: 20px;
}

.how-section1 .row {
  margin-top: 10%;
}

.how-img {
  /* text-align: center; */
}

.how-img img {
  width: auto;
  height: 200px;
}

.close-btn {
  position: absolute;
  padding: 0.3rem 1.3rem;
  border: none;
  outline: none;
  background: transparent;
  color: black;
  border-radius: 4px;
  width: fit-content;
  right: 0.7rem;
  background-color: #f0f0f0;
  box-shadow: 0px 1px 10px 1px #dbd9d9;
  display: block;
}

.close-btn:hover {
  background: #f27c0e;
  color: white;
}

/* --- Search fn dropdown ---- */

.custom-dropdown {
  position: relative;
  display: inline-block;
  border: 1px solid rgb(228, 226, 226);
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: -4px;
}

.dropdown-btn {
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid rgb(228, 226, 226);
  border-bottom: none;
  outline: none;
  background-color: white;

  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  font-size: 1rem;
}

.subjectDropdown {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 210px;
  max-height: 500px;
  overflow-y: auto;
  border: 1px solid rgb(228, 226, 226);
  border-radius: 5px;
  border-top: none;
  padding: 9px;
  padding-top: 0;
  z-index: 99;
}

#subjectDropdown2 {
  max-height: 435px;
  overflow-y: auto;
}

#selectBTN {
  width: 210px;
}

.optionsContainer div {
  padding: 0 8px;
}

.dropdown-heading {
  font-weight: bold;
  font-size: 1rem;
  padding: 8px 0;
}

@media (max-width: 786px) {
  .subjectTopContainerPadding {
    padding-left: 2rem !important;
  }
}

.search-container {
  padding: 0 2px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  margin-block: 6px;
  border-radius: 5px;
}

#subjectSearch,
#actionSearch,
#toneSearch {
  width: 100%;
  padding: 6px;
  border: none;
  outline: none;
  font-size: 1rem;
}

.search-icon {
  margin-left: auto;
  padding-right: 10px;
}

.option {
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  /* margin-left: 15px; */
}

.option:hover {
  color: #ff6100;
  background-color: rgba(255, 97, 0, 0.1);
}

.subjectCard {
  background-color: white;
  width: 230px;
  border-radius: 8px;
  padding: 3px 5px;
  align-items: center;
}

.subjectContainer {
  max-width: 936px;
  margin-inline: auto;
}

.manMoreTxt {
  font-weight: 600;
  margin-bottom: 15px;
}

/* text to voice generator */

/* Drop Down */
/* .container {
      margin-left: -11px;
    } */

/* the code below is for the dropdown heading */
.setting-description {
  background-color: #fff;
  border-radius: 15px 15px 0px 0px;
  min-width: 231.5px;
  width: 100% !important;
  max-width: 483px;
}

.setting-description-text {
  padding-top: 18px !important;
  color: #81828b;
  font-family: Gilroy-Regular !important;
}

/* the code below is for the dropdown menu */
.wrapper-dropdown {
  position: relative;
  display: inline-block;
  min-width: 231.5px;
  width: 100% !important;
  max-width: 483px;
  padding: 0px 0px 0px 0px;
  min-height: 44px;
  border-radius: 5px 5px 5px 5px;
  background: #fff;
  text-align: left;
  color: #81828b;
  border: 1px solid #81828b;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 20px;
  font-family: Arial;
}

.scrollable-menu {
  height: auto;
  max-height: 80vh;
  overflow-x: hidden;
}

.arrow {
  margin-left: 10px;
  margin-right: 10px;
  float: right;
  rotate: 180deg;
}

.selected-display {
  margin-left: 20px;
}

svg {
  transition: all 0.3s;
}

.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;

  margin-top: -2px;

  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}

.rotated {
  transform: rotate(-180deg);
}

.wrapper-dropdown .dropdown {
  transition: 0.3s;

  position: absolute;
  top: 120%;
  right: 0;
  left: 0;

  margin: 0;
  padding: 0;

  list-style: none;

  z-index: 99;

  border-radius: 15px;
  box-shadow: inherit;
  background: inherit;

  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  opacity: 0;
  visibility: hidden;
}

.wrapper-dropdown .dropdown li {
  padding: 0 15px;
  line-height: 45px;
  overflow: hidden;
}

.wrapper-dropdown .dropdown li:last-child {
  border-bottom: none;
}

.dropdown {
  padding: 0.5rem !important;
}

.wrapper-dropdown .dropdown li:hover {
  background-color: rgb(80, 86, 94);
  border-radius: 10px;
  color: #fff;
}

.wrapper-dropdown.active .dropdown {
  opacity: 1;
  visibility: visible;

  border-radius: 15px;
}

/* Audio & Download Button  */

.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wave-img {
  left: 0;
  right: 0;
  margin: auto;
  top: 2rem;
}

@media (max-width: 953px) {
  .wave-img {
    top: 4rem;
  }
}

@media (max-width: 485px) {
  .wave-img {
    top: 6.5rem;
    width: 80% !important;
  }
}

.max-w-lg {
  max-width: 576px !important;
  margin-inline: auto;
}

.social-icons-img {
  bottom: -9rem;
}

.icons-container {
  height: 298px;
}

@media (max-width: 654px) {
  .icons-container {
    width: 400px;
    height: 215px;
  }

  .social-icons-img {
    bottom: -5rem;
  }
}

@media (max-width: 420px) {
  .icons-container {
    height: 190px;
    width: 370px;
  }
}

/* Style for slider textarea */

#containerSliderTextBox,
#containerSliderTextBox1 {
  position: relative;
  margin-top: 1rem !important;
  margin-inline: auto;
  width: 98%;
  display: flex;
  position: relative;
  background-color: white;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0px 4px 22px 0px #00000033;
}

.resizable-box {
  position: relative;
  display: block;
  margin: 10px;
  width: 80%;
  height: 50vh;
  font-size: 20px;
  background-size: 100% 40px;
  border: 0;
  outline: 0;
  resize: none;
}

/* translator textarea */

#translatorWrapper {
  width: 100%;
  display: flex;
  position: relative;
  background-color: white;
}

.translatorContainer {
  margin-inline: auto;
  width: 98%;
  background-color: white;
  padding: 0px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0px 4px 22px 0px #00000033;
  overflow: hidden;
}

.translatorHeader {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}

/* Style for disabled textarea with ID 'rightBox' */
#rightBox:disabled {
  background-color: white;
  color: rgb(0, 0, 0);
  /* Set text color to black */
}

#slider,
#slider2 {
  border-right: 4px solid rgba(255, 255, 255, 0);
  width: 5px;
  background-color: #ddd;
  cursor: col-resize;
  transition: all 0.2s ease;
}


#slider:hover,
#slider2:hover {
  width: 8px;
  /* Increase width on hover to 7px */
  background-color: #ff6100;
}

#sampleTextButton {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  z-index: 1;
  /* Place the button below the text area */
  border: 2px solid black;
  opacity: inherit;
  padding: 10px 20px;
  /* Button padding */
  font-size: 16px;
  /* Button font size */
  border: none;
  /* Remove button border */
  cursor: pointer;
  /* Add a pointer cursor on hover */
  border-radius: 5px;
  /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Add a subtle shadow */
  transition: background-color 0.3s ease;
  /* Smooth background color transition */
}

@media (max-width: 600px) {
  #sampleTextButton {
    margin-top: 75px;
    width: 80px;
    font-size: 12px;
    padding: 10px;
  }
}

#sampleTextButtonLarge {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  /* Place the button below the text area */
  border: 2px solid black;
  opacity: inherit;
  padding: 10px 20px;
  /* Button padding */
  font-size: 16px;
  /* Button font size */
  border: none;
  /* Remove button border */
  cursor: pointer;
  /* Add a pointer cursor on hover */
  border-radius: 5px;
  /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Add a subtle shadow */
  transition: background-color 0.3s ease;
  /* Smooth background color transition */
}

@media (max-width: 600px) {
  #sampleTextButtonLarge {
    margin-top: 75px;
    width: 80px;
    font-size: 12px;
    padding: 10px;
  }
}

/* use cases */

.max-w-xl {
  max-width: 992px;
  padding-inline: 20px;
}

.select-container-generate {
  width: 100% !important;
}

.textarea-container-generate {
  width: 100% !important;
}

@media (min-width: 839px) {
  .textarea-container-generate {
    width: 60% !important;
  }

  .select-container-generate {
    width: 40% !important;
  }
}

/* @media (max-width: 1073px) { */
.select-text {
  font-size: 14px;
}

/* }ss */
@media (min-width: 839px) {
  .main-section-container {
    flex-direction: row !important;
  }
}

@media (max-width: 839px) {
  .select-wrapper {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .use-case-top-section {
    padding: 0 0% 50px 0%;
  }
}

.tagline {
  margin-block: 4px !important;
}

.separate_divusecase {
  max-width: 230px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .separate_divusecase {
    max-width: 230px;
    display: flex;
    flex-direction: column;
  }
}

#useCase {
  height: 40px;
  width: auto;
}

#useCase {
  height: 40px;
  width: 100%;
  outline: none;
  border: 1px solid rgb(228, 226, 226);
  background: white;
  font-size: 14px;
  padding-inline: 5px;
}

@media (max-width: 768px) and (min-width: 576px) {
  .firstSectionPaddingTop {
    padding-top: 8.5rem !important;
  }
}

.header-container {
  max-width: 916 !important;
  margin-inline: auto;
}

.co-writer-btn {
  color: black;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0 !important;
  font-size: 17px;
}

.co-writer-btn:focus {
  background-color: #ffe1c8 !important;
  color: #f27c0e !important;
  border: 1px solid #f27c0e !important;
}

.co-writer-btn:hover {
  background-color: #ffe1c8 !important;
  color: #f27c0e !important;
  border: 1px solid #f27c0e !important;
}

.co-writer-btn:hover svg {
  fill: #f27c0e;
  transition: all 0s;
}

.co-writer-btn svg {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

.popup-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 999;
  border-radius: 10px;
}

.co-writer-popup {
  background-color: white;
  width: 80%;
  border-radius: 10px !important;
}

.popup-textarea {
  outline: none;
  border: 1px solid rgb(184, 184, 184);
  border-radius: 10px;
  resize: none;
  padding: 10px;
}

@media (max-width: 576px) {
  .co-writer-container-xs {
    margin-top: 10rem;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .co-writer-container-xs {
    margin-top: 7rem;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .co-writer-container-xs {
    margin-top: 3.5rem;
  }
}

@media (min-width: 992px) {
  .co-writer-container-xs {
    margin-top: 4.5rem;
  }
}

.optgroupLable {
  font-size: 16px;
}

.greenTick {
  position: absolute;
  /* top: 2px; */
  left: 2px;
  height: 30px;
  width: 23px !important;
}

.co-writer-card {
  border: 5px solid rgba(128, 128, 128, 0.1);
  padding: 15px;
  padding-left: 7px;
  width: 400px;
}

@media (max-width: 576px) {
  .co-writer-card {
    width: 340px;
  }
}

.co-writer-card-container {
  max-width: 1050px;
  margin-inline: auto;
}

@media (max-width: 1024px) {
  .ext-btn {
    display: none !important;
  }
}

/* 
@media (min-width: 1024px) {
  .write-naturally-container {
    justify-content: start !important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .write-naturally-container {
    flex: 0 0 auto !important;
    width: 50% !important;
  }
} */

.chromeExtImgContainer {
  text-align: right;
}

.chromeExtImg {
  width: 30px;
  height: 30px;
  margin-block: auto;
}

.selected {
  color: #ff6100;
  background-color: rgba(255, 97, 0, 0.1);
}

@media (max-width: 768px) {
  .max-sm-w {
    padding-top: 1rem;
  }
}

/* Loading */

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.load {
  width: 18px;
  height: 18px;
  border: solid 5px #ffa500;
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transition: all 0.5s ease-in;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  transition: all 0.5s ease-in;
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.ext-btn,
.ext-btn:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(24, 24, 24);
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  gap: 3px;
  background-color: #f9f6fa;
  padding: 6px 12px;
  border-radius: 0.375rem;
  white-space: nowrap;
}

.new-header-btns {
  border: none;
  background-color: transparent;
  padding: 6px 10px;
  border-radius: 0.375rem;
  text-decoration: none;
  color: black;
  font-weight: 400;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.new-header-btns:hover {
  background-color: #f9f6fa;
  color: black;
}

/* --- Pricing Page --- */

.pricing-btn-container {
  background-color: #ff6100;
  width: 300px;
  margin-inline: auto;
  padding: 8px;
  border-radius: 18px;
}

.pricing-btn {
  padding: 6px 12px;
  border-radius: 15px;
  border: none;
  font-size: 1.75rem;
  width: 135px;
  margin: 0;
  font-weight: 600;
  background-color: transparent;
  transition: ease-in-out 0.3s;
}

.pricing-btn-active {
  background-color: white;
}

.payment-card {
  box-shadow: 0px 4px 22px 0px #00000033;
  width: 400px !important;
  border-radius: 15px;
}

.card {
  background-color: transparent !important;
}

.currentplanBtn {
  background-color: transparent;
  color: #7b868d;
  border: 1px solid #98a1a7 !important;
  border-radius: 5px;
  padding: 6px 12px;
  font-size: 26px;
  width: 85%;
  outline: none;
}

.upgrateBtn {
  background-color: #ff6100;
  color: white;
  border: none !important;
}

.recommended {
  position: absolute;
  top: 8px;
  right: 0;
  background-color: #ff6100;
  color: white;
  padding: 0 4px;
  border-radius: 5px;
  font-size: 15px;
}

.divider {
  border: none;
  box-shadow: 2.1em 5px 2em -1.7em rgb(192 179 179 / 25%);
}

.payment-option-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.payment-option-btn {
  width: 230px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 3px solid rgba(165, 161, 161, 0.4);
  border-radius: 15px;
  background-color: transparent;
}

.free-months {
  background-color: #ff6100;
  color: white;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 5px;
  font-weight: 600;
  height: fit-content;
}

.price-tag {
  font-size: 2.7rem;
  line-height: 1rem;
  font-weight: 900;
}

.price-tag-sub {
  font-size: 15px;
  font-weight: 500;
}

.price-tag-monthly {
  font-size: 12px;
  /* color: gray; */
  font-weight: 500;
}

.payment-option-btn-active {
  border-color: #ff6100;
  background-color: #fff6ee;
}

@media (min-width: 992px) and (max-width: 1156px) {
  .free-months {
    font-size: 12px;
  }

  .price-tag {
    font-size: 1.765rem;
  }

  .payment-option-btn-plan {
    font-size: 1.3rem !important;
  }

  .payment-option-btn {
    min-width: 200px;
  }
}

.plan-detail {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}


/* Chrome, Safari, Edge, Opera */
.card-info::-webkit-outer-spin-button,
.card-info::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.card-info[type="number"] {
  -moz-appearance: textfield;
}

.card-info {
  outline: none;
  border: none;
  padding: 10px;
  font-size: 25px;
  letter-spacing: 0.25rem;
  font-weight: 500;
}

.card-info::placeholder {
  font-size: 25px;
  color: #98a1a7;
}

.card-info-container {
  display: flex;
  flex-direction: column;
  border: 3px solid rgba(165, 161, 161, 0.4);
  border-radius: 15px;
  overflow: auto;
}

.card-info-sub-container {
  display: flex;
  border-top: 1px solid rgba(143, 141, 141, 0.4);
}

.card-date-input,
.card-cvc-input {
  overflow: hidden;
}

.card-date-input {
  border-right: 1px solid rgba(143, 141, 141, 0.4);
}

.pay-now-btn {
  padding: 15px;
}

.pay-with-card-footer {
  font-size: 12px;
}

.pricing-top-padding {
  padding-top: 7rem;
}

@media (max-width: 768px) {
  .pricing-top-padding {
    padding-top: 10rem !important;
  }
}

.account {
  position: absolute;
  top: 4.4rem;
  right: 0;
  box-shadow: 0px 4px 22px 0px #00000033;
  text-align: left;
  border-radius: 10px;
  z-index: 999;
  background-color: white;
  overflow: hidden;
}

.account>ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 250px;
}

.account>ul>li {
  transition: background-color 0.3s ease;
}

.account>ul>li>p {
  margin: 0;
}

.account-dropdown {
  cursor: pointer;
  padding: 10px 0;
}

.account-dropdown:hover {
  background: #ff6100;
  color: white;
}

.upgrade-now-btn {
  background-color: #ff6100;
  width: 200px;
  height: 50px;
  border-radius: 10px;
}

.upgrade-now-btn:hover,
.upgrade-now-btn:focus {
  background-color: #f27c0e;
  color: white !important;
}

.profile-heading {
  font-size: 30px;
}

.profile-image {
  width: 120px;
  height: 120px;
}

@media (max-width: 768px) {
  .profile-heading {
    font-size: 24px;
  }

  .profile-image {
    width: 90px;
    height: 90px;
  }
}

.subscription-popup-container {
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.subscription-popup-box {
  background-color: #ff6100;
  height: 300px;
  width: 600px;
  margin-top: 10rem;
  border-radius: 15px;
}

.subscription-popup-btn {
  border-radius: 7px;
  width: 300px;
  font-size: 28px;
  font-weight: 700;
  color: #ff6100;
  /* cursor: pointer; */
}

@media (max-width: 768px) {
  .subscription-popup-box {
    width: 75%;
  }
}

@media (max-width: 475px) {
  .subscription-popup-box {
    width: 85%;
  }

  .subscription-popup-btn {
    width: 250px;
    font-size: 20px;
  }
}

.profile-container {
  box-shadow: 0px 12px 35px -12px #00000033;
}

/* 
Stripe checkout element */

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}

.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}

.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #ff6100;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #ff6100;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
    min-width: initial;
  }
}

.paymentform {
  display: flex;
  flex-direction: column;
  /* width: 30vw;
  min-width: 500px;*/
}

.pay-button {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  background-color: white;
}

/* --- feedback ----  */

.feedback-contact_btn {
  background-color: #f27c0e;
  border: 2px solid #ff6100;
  color: white;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1.35rem;
}

.feedback-contact_btn:hover {
  background-color: #ff6100;
  border: 2px solid #ff6100;
}

.feedback-contact_btn:active {
  background-color: #6c757d !important;
  border: 2px solid #6c757d !important;
}

.feedback-contact_input {
  border-radius: 0.575rem;
  border: 2px solid #d9d7d764;
  width: 85%;
  /* color: #a19ca1; */
  outline: none;
}

.feedback-contact_textarea {
  resize: none;
  border-radius: 0.575rem;
  border: 2px solid #d9d7d764;
  width: 85%;
  /* color: #a19ca1; */
  outline: none;
}

.contact-us-page {
  padding-top: 4rem;
}

@media (max-width: 1200px) {
  .contact-us-page {
    padding-top: 6rem;
  }
}

@media only screen and (max-width: 768px) {

  .feedback-contact_input,
  .feedback-contact_textarea {
    width: 100%;
  }
}

/* footer */

.footer_container {
  background-color: #fafafa;
  width: 100%;
}

.footer_h5 {
  color: #ff6100;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.foooter_a {
  color: inherit;
  text-decoration: none;
}

.footer_p {
  padding: 0;
  margin: 0;
}

/* ----- about ------------- */

.about-us-page-container {
  padding-top: 77px;
}

.about-heading {
  /* margin-left: 30px; */
  width: 100% !important;
  text-align: center;
  padding: 35px;
  background-color: #ff6100;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.about-heading h2 {
  font-size: 78px;
}

.about-heading p {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}

.about-sub-heading {
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.about-content {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}

.about-content a {
  color: #ff6100;
}

@media (max-width: 907px) {
  .about-us-page-container {
    padding-top: 97px;
  }

  .contact-us-page {
    padding-top: 8rem;
  }
}

@media (max-width: 767px) {
  .about-us-page-container {
    padding-top: 145px;
  }

  .about-heading h2 {
    font-size: 38px;
  }

  .contact-us-page {
    padding-top: 12rem;
  }
}

.cancel-subscription-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  border-radius: 10px;
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

.cancel-subscription-popup {
  border-radius: 10px;
  padding: 2rem 1.24rem 3rem;
  width: 600px;
  margin-inline: 2rem;
}

.cancel-popup-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2.3rem;
}

.cancel-popup-btn-container button {
  width: 130px;
  height: 40px;
  border-radius: 5px;
}

.cancel-subs-para {
  font-size: 18px;
  max-width: 80%;
  margin: 0 auto 8px;
  line-height: normal;
}

@media (max-width: 556px) {
  .cancel-subs-para {
    max-width: 100% !important;
  }
}

.main-page-heading {
  color: rgb(37, 37, 37);
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

@media (max-width: 907px) {
  .main-page-heading {
    padding-top: 1rem;
  }
}

@media (max-width: 576px) {
  .main-page-heading {
    padding-top: 1.3rem;
  }
}

@media (max-width: 576px) {
  .co-writer-spacing {
    padding-top: 118px !important;
  }
}

/* translator page */

.translator-header-btn {
  font-size: 14px;
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.759);
}

@media (max-width: 425px) {
  .translator-header-btn {
    font-size: 13px;
  }
}

.detect-language-list {
  padding: 0;
  font-size: 15px;
}

.detect-language-list li {
  padding: 0.25rem 0.75rem;
}

.detect-language-list li:hover {
  background-color: #ffe1c8;
  color: #ff6100;
  cursor: pointer;
}

#detectLanguageDropdown,
#selectLanguageDropdown {
  z-index: 999;
  border: 1px solid rgba(128, 128, 128, 0.326);
  border-radius: 5px;
  background-color: white;
  top: 2.3rem;
  left: 0;
  padding: 5px 0;
}

.detectLanguageInput {
  border-radius: 5px;
  border: 1px solid rgba(128, 128, 128, 0.326);
  outline: 0;
}

.detectLanguageListContainer {
  overflow: auto;
  height: 20rem;
  width: 15rem;
}

/* width */
.translator-dropdown-scrollbar::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.translator-dropdown-scrollbar::-webkit-scrollbar-track {
  background: rgba(128, 128, 128, 0.156);
  border-radius: 2px;
}

/* Handle */
.translator-dropdown-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(128, 128, 128, 0.297);
  border-radius: 10px;
}

/* Handle on hover */
.translator-dropdown-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(128, 128, 128, 0.474);
}

.swap-btn {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}

.selectedoptionStyles {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
}

/* --- use cases landing page starts ----- */

:root {
  --lightpurple: #ede4ff;
  --purple: #4c05d8;
  --lightgreen: #baf8c9;
  --green: #178733;
  --lightred: #ffcccc;
  --red: #db0000;
  --lightyellow: #fff0b5;
  --yellow: #e8ac00;
  --lightpink: #ffe4f5;
  --pink: #dd0088;
  --lightblue: #d0f8ff;
  --lighterblue: #03a1bd;
  --darkblue: #d1e5ff;
  --darkerblue: #0061e4;
  --lightorange: #ffe1c8;
  --orange: #ff6100;
  --textcolor: #aaa;
}

.useCasesSearchContainer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.useCasesSearchTitleSection h1 {
  font-size: 2rem;
  font-weight: 600;
}

.useCasesSearchTitleSection p {
  color: #777;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

.usecasesSearchInput {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 2px solid #ddd;
  border-radius: 13px;
  padding: 6px 10px;
  height: fit-content;
  width: fit-content;
}

.usecasesSearchInput input {
  outline: none;
  border: 0;
}

.usecasesSearchInput i {
  color: #777;
  font-size: 16px !important;
}

.tabs {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.525rem;
}

.tabs button {
  color: #000;
  font-weight: bold;
  border: 1px solid #aaa;
  outline: none;
  padding: 4px 22px;
  background-color: #f9f6fa;
  font-size: 1.3rem;
}

.tabs button.active {
  background-color: #ff6100 !important;
  border: 1px solid #ff6100 !important;
  outline: none;
  color: #fff;
}

.tabs button:hover,
.chatButtons,
.chatButtons:hover,
.chatButtons:focus {
  background-color: #ff6100 !important;
  border: 1px solid #ff6100 !important;
  outline: none;
  color: #fff !important;
}

.selected-btn {
  background-color: #ff6100 !important;
  border: 1px solid #ff6100 !important;
  outline: none;
  color: #fff !important;
}

.useCaseTemplatesContainer {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.75rem;
}

.useCaseTemplatesContainer>div {
  grid-column: 1 / -1;
  border: 3px solid #ddd;
  border-radius: 10px;
  padding: 10px 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.useCaseTemplatesContainer>div:hover {
  box-shadow: 3px -1px 20px 0px rgba(0, 0, 0, 0.2);
}

.templateTopSection img {
  margin-bottom: 4px;
}

.templateTopSection h3 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 5px;
}

.templateTopSection p {
  width: 90%;
  font-size: 0.825rem;
  line-height: 1.3;
  min-height: 22px;
  padding-left: 5px;
  color: var(--textcolor);
}

.useCaseTemplatesContainer>div>span {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  text-transform: capitalize;
  margin-left: 5px;
  min-width: 80px;
  max-width: fit-content;
  text-align: center;
  line-height: 1;
}

.templateTopSection {
  display: flex;
  flex-direction: column;
}

.nothingFoundContainer {
  width: 100%;
}

/* category link & wrapper styles */

.ContentWritingContainer:hover,
.PhysicalSciencesContainer:hover,
.CommunicationContainer:hover {
  border: 3px solid var(--purple);
}

.contentWritingSpan,
.PhysicalSciencesSpan,
.CommunicationSpan {
  background-color: var(--lightpurple);
  color: var(--purple);
}

.SocialMediaContainer:hover,
.MedicalHealthSciencesContainer:hover {
  border: 3px solid var(--red);
}

.socialMediaSpan,
.MedicalHealthSciencesSpan {
  background-color: var(--lightred);
  color: var(--red);
}

.EmailContainer:hover,
.SocialSciencesContainer:hover {
  border: 3px solid var(--lighterblue);
}

.emailSpan,
.SocialSciencesSpan {
  background-color: var(--lightblue);
  color: var(--lighterblue);
}

.email-link:hover {
  color: var(--lighterblue);
}

.CopywritingContainer:hover,
.FormalScienceContainer:hover {
  border: 3px solid var(--pink);
}

.copywritingSpan,
.FormalScienceSpan {
  background-color: var(--lightpink);
  color: var(--pink);
}

.copywriting-link:hover {
  color: var(--pink);
}

.KeywordContainer:hover,
.LegalStudiesContainer:hover {
  border: 3px solid var(--darkerblue);
}

.keywordsSpan,
.LegalStudiesSpan {
  background-color: var(--darkblue);
  color: var(--darkerblue);
}

.keyword-link:hover {
  color: var(--darkerblue);
}

.MarketingContainer:hover,
.BusinessManagementContainer:hover {
  border: 3px solid var(--orange);
}

.adsMarketingSpan,
.BusinessManagementSpan {
  background-color: var(--lightorange);
  color: var(--orange);
}

.marketing-link:hover {
  color: var(--orange);
}

.ArtsContainer:hover,
.EducationContainer:hover {
  border: 3px solid var(--green);
}

.artsSpan,
.EducationSpan {
  background-color: var(--lightgreen);
  color: var(--green);
}

.arts-link:hover {
  color: var(--green);
}

.BusinessContainer:hover,
.EngineeringTechnologyContainer:hover {
  border: 3px solid var(--yellow);
}

.businessSpan,
.EngineeringTechnologySpan {
  background-color: var(--lightyellow);
  color: var(--yellow);
}

.business-link:hover {
  color: var(--yellow);
}

.HrContainer:hover {
  border: 3px solid var(--purple);
}

.hrSpan {
  background-color: var(--lightpurple);
  color: var(--purple);
}

.hr-link:hover {
  color: var(--purple);
}

.CvContainer:hover,
.ArtsHumanitiesContainer:hover {
  border: 3px solid var(--darkerblue);
}

.cvSpan,
.ArtsHumanitiesSpan {
  background-color: var(--darkblue);
  color: var(--darkerblue);
}

.cv-link:hover {
  color: var(--darkerblue);
}

.FreelancingContainer:hover,
.OtherFieldsContainer:hover {
  border: 3px solid var(--orange);
}

.freelancingSpan,
.OtherFieldsSpan {
  background-color: var(--lightorange);
  color: var(--orange);
}

.freelancing-link:hover {
  color: var(--orange);
}

.CorrespondenceContainer:hover {
  border: 3px solid var(--lighterblue);
}

.correspondenceSpan {
  background-color: var(--lightblue);
  color: var(--lighterblue);
}

.correspond-link:hover {
  color: var(--lighterblue);
}

.SeoMetadataContainer:hover {
  border: 3px solid var(--red);
}

.seoMetadataSpan {
  background-color: var(--lightred);
  color: var(--red);
}

.seo-link:hover {
  color: var(--red);
}

/* media queries */

@media (max-width: 992px) {
  .useCasesSearchContainer {
    flex-direction: column;
  }
}

@media (max-width: 556px) {
  .useCasesSearchTitleSection h1 {
    font-size: 1.5rem;
  }

  .useCasesSearchTitleSection p {
    font-size: 1rem;
  }

  .usecasesSearchInput input::placeholder {
    font-size: 1.1rem;
  }

  .usecasesSearchInput input {
    font-size: 1.1rem;
  }

  .usecasesSearchInput {
    padding: 3px 10px;
  }

  .tabs button {
    font-size: 0.925rem;
    padding-inline: 15px;
  }
}

@media (min-width: 768px) {
  .useCaseTemplatesContainer div {
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px) {
  .useCaseTemplatesContainer div {
    grid-column: span 4 / span 4;
  }
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.aiExpertContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aiExpertContainer img {
  width: 130px;
}

.aiExpertContainer button {
  width: 340px;
  height: 160px;
  border: 3px solid #ddd;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.1;
  border-radius: 10px;
  color: #000;
  background-color: #f9f6fa;
  padding: 0 1rem;
}

.aiExpertContainer button:hover {
  box-shadow: 3px -1px 20px 0px rgba(0, 0, 0, 0.2);
  border: 3px solid #f27c0e;
  color: #000;
  background-color: #ffe1c8;
}

.aiExpertContainer p {
  width: 310px;
  font-size: 1rem;
  margin-top: 5px;
  text-align: center;
}

.aiExpertMainContainerHeight {
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .aiExpertContainer button {
    width: 380px;
    height: 180px;
  }

  .aiExpertContainer img {
    width: 150px;
  }

  .aiExpertContainer p {
    margin-top: 10px;
  }

  .aiexpertheading {
    font-size: 2rem !important;
  }
}

/* chat page style rules */

.mainContainerForChat {
  max-width: 1124px;
  margin: auto;
}

.chatTopButtonSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.chatBox {
  border: 2px solid #ddd;
  border-radius: 5px;
  height: 60vh;
  margin-top: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 20px;
  gap: 1rem;
  overflow: hidden;
}

.emptyChatContentContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}

.emptyChatContentContainer img {
  width: 100px;
}

.emptyChatContentContainer h3 {
  min-width: 200px;
  font-size: 1.525rem;
  font-weight: bold;
  text-align: center;
}

.chat-flow-container {
  overflow-y: scroll;
  height: 500px;
  margin: 0 auto;
  width: 100%;
  /* Hide the scrollbar for WebKit browsers (Chrome, Safari, etc.) */
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  overflow: overlay;
}

.chat-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.chat-input {
  border: none;
  outline: none;
  max-height: 200px;
  height: 46px;
  resize: none;
  box-sizing: border-box;
}

.chat-input-container {
  border: 2px solid rgb(234, 233, 233);
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  gap: 10px;
  width: 100%;
  flex: 1;
}

.chat-input-container>button>img {
  width: 40px;
}

.chat-img-container {
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: space-between;
  gap: 10px;
  z-index: 1;
  background-color: #fff;
}

.message-container {
  display: grid;
  margin-bottom: 10px;
}

.user-message {
  margin: 0 0 0 15px;
  padding: 10px;
  border: 1px solid #eee;
  background-color: #f9f9f9;
  justify-self: flex-end;
  border-radius: 10px;
}

.user-message p {
  margin: 0;
}

.response-message {
  margin: 0 15px 0 0;
  padding: 10px;
  border: 1px solid #eee;
  background-color: #fff7eb;
  justify-self: flex-start;
  border-radius: 10px;
  position: relative;
  /* Add position relative to contain absolute positioning of the copy button */

}


.chat-copy-button {
  background: none;
  border: none;
  font-size: smaller;
  padding: 0;
  position: absolute;
  bottom: 5px;
  right: 5px;
  transform: translateY(-50%);
}


.response-message p {
  margin: 0;
}

.response-message img {
  float: left;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.camera-cont {
  display: none;
}

@media only screen and (max-width: 500px) {
  .camera-cont {
    display: block;
  }
}

@media (max-width: 768px) {
  .summary-text-xs {
    font-size: 12px !important;
    white-space: nowrap;
  }
}

.camera-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  z-index: 1000;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.camera-overlay-content {
  height: 95%;
  width: 95%;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.camera-btnPanel {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  color: white;
  margin-top: 20px;
}

.camera-btnPanel button {
  border: none;
  color: white;
  background-color: black;
}

.cropHolder {
  margin-top: 20px;
  height: calc(80% - 30px);
}

.cropHolder div,
.cropHolder img {
  transition: 0.1s;
}

.cropper-point,
.cropper-line {
  background-color: #ff6100;
}

.cropper-view-box {
  outline-color: #ff6100;
}

.cropper-bg {
  background: black;
}

.cropper-point {
  width: 7px;
  height: 7px;
}

.cropper-crop-box {
  max-width: 99%;
  margin-left: 1px;
  margin-right: 1px;
}


.flexContainerForWriterBtns {
  display: flex;
  align-items: center;
  gap: 5px;
  width: max-content;
}

.aiPromptSelect {
  padding: 5px 5px;
  font-size: 1rem;
  outline: none;
}

/* co writer homepage styles start */
.co-writer-heading {
  font-size-adjust: 20px;
  font-weight: 700px;
  text-align: center;
}

.co-writer-flex-container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.co-writer-top-btns {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.co-writer-top-btns>button {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 1.5rem;
  padding: 5px 12px;
  border-radius: 7px;
  cursor: pointer;
  outline: none;
  font-weight: bold;
}

.co-writer-top-btns>button:first-child {
  background-color: #ff6100;
  border: 1px solid #ff6100;
  color: #fff;
}

.co-writer-top-btns>button:last-child {
  background-color: #f9f6fa;
  color: #000;
  font-weight: bold;
  border: 1px solid #aaa;
}

.smartStartSection {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.smartStartSection>p {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.smartStartSection>p>i {
  font-size: 18px;
}

.smartStartMainContainer {
  background-color: #f9f6fa;
  border: 1px solid #aaa;
  padding: 5px 20px 5px 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.smartStartArrowBtn {
  background-color: #ff6100;
  color: white;
  font-weight: 900;
  border: 0;
  outline: 0;
  border-radius: 100%;
  font-size: 18px;
  margin-left: 8px;
  padding: 6px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smartStartSelect>select {
  font-size: 20px;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 6px 2px;
  background-color: transparent;
  width: fit-content;
  outline: none;
  cursor: pointer;
}

.smartStartMainContainer>input {
  font-size: 20px;
  outline: 0;
  border: 0;
  background-color: transparent;
}

.co-writer-homepage-category-btns {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.co-writer-homepage-category-btns>button {
  background-color: #f9f6fa;
  color: #000;
  font-weight: bold;
  border: 1px solid #aaa;
  font-size: 1.2rem;
  padding: 12px 14px;
  border-radius: 7px;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  transition: all 0.2s ease-in;
}

.co-writer-homepage-category-btns>button:hover {
  background-color: #ff6100;
  border: 1px solid #ff6100;
  color: #fff;
}

.co-writer-homepage-category-active-btn {
  background-color: #ff6100 !important;
  border: 1px solid #ff6100 !important;
  color: #fff !important;
}

.co-writer-homepage-category-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}

.co-writer-category-item {
  border: 2px solid #aaaaaa52;
  border-radius: 9px;
  height: 300px;
  width: 230px;
  transition: all 0.3s ease-in-out;
}

.co-writer-category-item:hover .category-details-item {
  display: flex;
}

.co-writer-category-item:hover {
  border: 2px solid #ff6100;
}

.category-details-item {
  height: 100%;
  background-color: #33323215;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  display: none;
}

.category-details-item>button:first-child {
  font-size: 1rem;
  padding: 12px 9px;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  font-weight: 500;
  background-color: #ff6100;
  border: 1px solid #ff6100;
  color: #fff;
  width: 150px;
  font-weight: 600;
}

.category-details-item>button:last-child {
  font-size: 1rem;
  padding: 12px 9px;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  font-weight: 500;
  border: 1px solid #ff6100;
  width: 150px;
  background-color: #fff;
  font-weight: 600;
}

.co-writer-category-item-wrapper>p {
  font-size: 18px;
  margin: 0;
  margin-top: 5px;
  padding-inline-start: 5px;
  font-weight: bold;
  width: 150px;
}

.co-writer-cancel-preview-btn {
  font-size: 1.25rem;
  background: transparent;
  border: 1px solid #ff6100;
  padding: 8px 12px;
  width: 180px;
  border-radius: 60px;
}

.modal-footer {
  background-color: #f9f6fa !important;
}

.co-writer-use-preview-btn {
  font-size: 1.25rem;
  background: #ff6100;
  border: 1px solid #ff6100;
  color: white;
  padding: 8px 12px;
  width: 180px;
  border-radius: 60px;
}

.modal-title {
  font-size: 1.325rem;
  font-weight: 600;
}

.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body h6,
.modal-body span,
.modal-body li,
.modal-body p,
.modal-body ul,
.modal-body ol {
  font-size: unset;
}

.modal-body li,
.modal-body ul,
.modal-body ol {
  list-style: inherit;
}

@media (max-width: 768px) {
  .co-writer-top-btns>button {
    font-size: 1rem;
    padding: 8px 6px;
  }

  .co-writer-homepage-category-container {
    justify-content: center;
  }

  .smartStartArrowBtn {
    margin-left: 0 !important;
  }

  .smartStartMainContainer {
    padding: 5px 10px 5px 5px !important;
  }

  .smartStartMainContainer>input {
    width: 185px !important;
  }
}

@media (min-width: 768px) {
  .smartStartMainContainer>input {
    width: 350px !important;
  }
}

/* co writer homepage styles end */



/* citation */
.citeHeadingP {
  color: #f27c0e;
  margin: 0;
  padding: 0;
}

#citation-container-2,
#googleScholar-container-2 {
  max-height: 90vh;
  padding-bottom: 20px;
}

#status,
#status2,
#status3 {
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #0000002a;
}

#statusOne,
#statusOne2,
#statusOne3 {
  background-color: #ffe1c8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fb7013;
  padding: 75px;
  border-radius: 12px;
  font-size: 25px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
}

.citations_option_bar {
  display: flex;
  flex-direction: row;
}

#citeStyle {
  max-height: 300px;
  overflow-y: auto;
  margin-left: 0;
  padding-left: 0;
}

#citationSearchBar {
  width: calc(100%);
  border: none;
  outline: none;
}

#citationSearchBar:focus {
  border: none;
  outline: none;
}

.dropdown-menu {
  padding-left: 8px;
  padding-right: 8px;
}

.search-icon-cite {
  color: #f27c0e;
}

.search-icon-cite:hover {
  color: #ff6100;
}

.citationStyle_li_head {
  color: black;
  font-weight: 900;
  font-size: 18px;
}

.citationStyle_li {
  padding: 0 10px;
}

.citationStyle_li:hover,
.citationStyle_li:active {
  background-color: #ff6100;
  color: white;
}

.fullcit {
  font-size: 16px;
  font-weight: normal;
}

.cite_btn {
  background-color: #ff6100;
  color: white;
  padding: 1px 12px;
}

.cite_btn:hover,
.cite_btn:active {
  border: solid 1px #ff6100;
}

#citeInput {
  width: 80%;
}

#inline_citation,
#full_citation,
#res_citation {
  display: none;
}

#cite_style_btn,
#cite_style_btn:hover,
#cite_style_btn:active {
  background-color: #ff6100;
  border: solid 1px #ff6100;
}

#citationOutput,
#citationOutput2 {
  color: black;
  font-size: 18px;
  font-weight: 500;
}

.citationHeadingContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#citationOutput3 {
  max-height: 55vh;
  overflow-y: auto;
  color: #000;
  border-top: solid 1px rgb(157, 157, 157, 0.5);
  /* padding: 15px 0; */
}

#citationOutput3 p {
  font-size: 18px;
}

#citationOutput3 h5 {
  font-weight: bold;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.cit_res_holder {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: solid 1px black;
  border-top: solid 1px black;
}

.cit_flex_row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media only screen and (max-width:450px) {
  #cite_style_btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
  }

  #citeStyle {
    max-width: 250px;
  }

  .citationHeadingContainer {
    flex-direction: column;
  }

  #status,
  #status2 {
    margin-left: 0 !important;
  }
}


/* synonyms */


.closeSynonymCross {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 5px;
  margin-bottom: -10px;
  cursor: pointer;
}

.closeSynonymCross:hover {
  font-weight: bold;
}

#absoluteDropDown {
  position: absolute;
  min-height: 25px;
  max-height: 250px;
  width: 250px;
  background-color: white;
  display: none;
  z-index: 999999;
  flex-direction: column;
  overflow: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  gap: 0.35rem;
  padding: 7px 0;
}

@media only screen and (max-width:550px) {
  #absoluteDropDown {
    width: 175px;
  }
}

.syn_dropdown_syn {
  /* margin-bottom: 0.35rem; */
  margin-bottom: 0rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 18px;
  cursor: pointer;
}

.syn_dropdown_pos {
  margin-left: 1rem;
  margin-right: 1rem;
  /* margin-bottom: 0.5rem; */
  margin-bottom: 0rem;
  font-style: italic;
  font-size: 16px;
  color: #000000ea;
}

/* Underline styling for words with available synonyms */
.has-synonyms {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #fd7e14;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
  cursor: pointer;
}

.has-synonyms:hover {
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
}

/* Original word styling in synonym dropdown */
.syn_dropdown_original {
  margin-bottom: 0rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
  color: #fd7e14;
  border-bottom: solid 1px rgb(157, 157, 157, 0.5);
  padding-bottom: 0.3rem;
}

#dateRangeController {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media only screen and (max-width:450px) {
  #dateRangeController {
    flex-direction: column;
    align-items: stretch;
  }
}

input[type="date"]:focus {
  border: solid 1px #ff6100;
  box-shadow: 0 0 5px 2px #ff6100;
}

.overlayLable {
  font-size: 16px;
}

.form-check-input:checked {
  background-color: #ff6100;
  border-color: #ff6100;
}

.form-check-input:focus {
  border-color: #ff6100;
  box-shadow: 0 0 0 0.25rem hsla(23, 100%, 50%, 0.226);
}

.form-range:focus::-webkit-slider-thumb {
  background-color: #ff6100;
  box-shadow: 0 0 0 0.25rem hsla(23, 100%, 50%, 0.226);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0.25rem hsla(23, 100%, 50%, 0.226);
  background-color: #ff6100;
}

.form-range:focus::-ms-thumb {
  box-shadow: 0 0 0 0.25rem hsla(23, 100%, 50%, 0.226);
  background-color: #ff6100;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffe1c8'/></svg>");
}

#googleScholarOutput {
  overflow: auto;
  max-height: 45vh;
  color: black;
}

#googleScholarOutput h5 {
  font-weight: bold;
}

#googleScholarOutput p {
  font-size: 18px;
  margin-bottom: 5px;
}


/* HUman GPT */
.HumanGPTHeader {
  font-weight: bolder;
  color: #ff6100;
}

.HumanGPTFirsstSection {
  padding-top: 6rem;
}

@media only screen and (max-width:550px) {
  .HumanGPTFirsstSection {
    padding-top: 12rem;
  }

  .blogsInHeader {
    display: none;
  }
}

.humanGPT_char_count_div {
  width: 50%;
}

.humanGPT_main_button_holder {
  background-color: #ff6100;
  border-radius: 0.35rem;
  color: black;
}

#humanizer,
#humanGPTGenerator {
  border: none;
}

#humanizer {
  background-color: white;
}

#humanGPTGenerator {
  background-color: #ff6100;
}

.humanGPT_p {
  margin-bottom: 0;
  width: max-content;
}

@media only screen and (max-width:550px) {
  .humanGPT_p {
    width: min-content;
  }
}

.humangpt-toggle-btn {
  padding: 6px 12px;
  border-radius: 15px;
  border: none;
  font-size: 1.3rem;
  width: 135px;
  margin: 0;
  font-weight: 600;
  background-color: transparent;
  transition: ease-in-out 0.3s;
}

#humanGPT_range1,
#humanGPT_range2 {
  background: linear-gradient(to right, #ff6100 0%, #ff6100 0%, #c8c4c4 0%, #c8c4c4 100%);
  border: solid 1px #c8c4c4;
  border-radius: 8px;
  height: 10px;
  width: 150px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

#humanGPT_range1::-webkit-slider-thumb,
#humanGPT_range2::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background-image: url('../img/favicon.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#AIScoreContainer {
  width: max-content;
  background-color: #fff8ed;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
}

.AIScoreHolder {
  position: relative;
  width: 100px;
  height: 100px;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.AIScorePerc {
  fill: black;
  font-family: sans-serif;
  font-size: 0.48em;
  text-anchor: middle;
}

.AIScorePerc2 {
  fill: black;
  font-family: sans-serif;
  font-size: 0.27em;
  text-anchor: middle;
}

#AIScoreMessage {
  max-width: 200px;
  color: #4e4847;
}

.hgpt-arrows {
  /* background-color: white; */
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 9;
}

.HumanGPT_second_grp_h3 {
  color: #ff6100;
  font-weight: 600;
  text-align: center;
}

.HumanGPT_second_grp_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 20px;
  text-align: center;
}

@media only screen and (max-width:800px) {
  .HumanGPT_second_grp_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width:600px) {
  .HumanGPT_second_grp_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.HumanGPT_secondSectionBox {
  --shadow: rgba(0, 0, 0, 0.45) 0px 55px 55px -55px;
  background-color: #fafafa;
  box-shadow: var(--shadow);
}

.HumanGPT_secondSectionBox p {
  font-weight: 600;
}


.HumanGPT_main_btns {
  background-color: #f27c0e;
  font-weight: 600;
  color: white;
  font-size: 1.35rem;
}

.HumanGPT_main_btns:hover {
  background-color: #ff6100;
  color: white;
}

.HumanGPT_second_grp_h3_1 {
  color: #ff6100;
  font-weight: 800;
  text-align: center;
}

.HumanGPT_second_grp_p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.HumanGPT_secondSectionBox img {
  width: 200px;
}

.HumanGPT_third_container {
  background-color: #373131;
}

.HumanGPT_thirdGrpBox {
  background-color: white;
  border-radius: 0.4rem;
  width: 80px;
  height: 100px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.HumanGPT_thirdGrpBox p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.HumanGPT_thirdGrpBox img {
  width: 60px;
}

.HumanGPT_thirdGrpGif {
  width: 87%;
  border-radius: 1rem;
}

@media only screen and (max-width:600px) {
  .HumanGPT_thirdGrpGif {
    width: 95%;
  }
}

.HumanGPT_fourth_grp {
  background-color: #ff6100;
}

.HumanGPT_fourth_grp_h1 {
  text-align: center;
  font-weight: 800;
  color: white;
}

.HumanGPT_fourth_grp_p {
  text-align: center;
  color: white;
}

.HumanGPT_fourth_Group_Grid_p_1 {
  font-weight: 600;
  font-size: 22px;
  color: #178733;
  text-align: center;
  margin: 0;
  padding: 0;
}

.HumanGPT_fourth_Group_Grid_p_2 {
  text-align: center;
  font-size: 18px;
  color: black;
}

.HumanGPT_fourth_Group_Grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  row-gap: 17px;
}

@media only screen and (max-width:1000px) {
  .HumanGPT_fourth_Group_Grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width:650px) {
  .HumanGPT_fourth_Group_Grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.HumanGPT_fourth_Group_Grid div {
  background-color: white;
  border-radius: 0.8rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.HumanGPT_fourth_Group_Grid img {
  width: 200px;
}

.HumanGPT_fifth_grp_1 {
  background-color: #f4f4f4;
}

.HumanGPT_fifth_grp_2 {
  background-color: #ff6100;
}

.HumanGPT_fifth_grp_Number_img {
  width: 45px;
}

.HumanGPT_fifth_grp_arrow_right_img {
  width: 40px;
}

.HumanGPT_fifth_grp_box {
  width: 25%;
}

.HumanGPT_fifth_grp_box p {
  font-weight: 600;
}

.HumanGPT_fifth_grp_arrow_right_img_2 {
  width: 45px;
}

.HumanGPT_fifth_grp_2_box {
  width: 37%;
  height: 100%;
}

.HumanGPT_fifth_grp_2_box p {
  color: white;
  font-weight: 500;
  margin-top: 7px;
}

#Humanizer_Button_holder,
#Generator_Button_holder {
  height: 70px;
}

@media only screen and (max-width:550px) {

  #Humanizer_Button_holder,
  #Generator_Button_holder {
    height: fit-content;
  }
}

/* language */
#languageBtn {
  background-color: #188835;
  color: white;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border: none;
  cursor: pointer;
}

#signup-BTN {
  margin-right: 15px;
  white-space: nowrap
}

#languageSelectDropdown {
  max-height: 600px;
}

.writetone-card2 {
  height: 170px
}

@media (max-width: 550px) {
  #signup-BTN {
    margin-right: 0;
  }

  #languageSelectDropdown {
    max-height: 430px;
  }

  .writetone-card2 {
    height: 200px
  }
}

/* Landing Page */
.landingPage_container {
  margin-top: 110px;
}

@media only screen and (max-width:750px) {
  .landingPage_container {
    margin-top: 145px;
  }
}

@media only screen and (max-width:550px) {
  .landingPage_container {
    margin-top: 185px;
  }
}

.landingPage_container p,
.landingPage_container h1,
.landingPage_container h2,
.landingPage_container h3,
.landingPage_container h4,
.landingPage_container h5 {
  margin: 0;
  padding: 0;
}

.landingPage_section1_title {
  font-weight: 700;
  text-align: center;
  color: #3a3434;
}

.landingPage_section1_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 41px;
  row-gap: 26px;
}

.landingPage_section1_grid_child {
  border: solid 2px #cfcbcbe0;
  border-radius: 0.8rem;
  height: 280px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 48px 38px -55px;
  gap: 8px;
}

@media only screen and (max-width:1200px) {
  .landingPage_section1_grid_child {
    height: 310px;
  }
}

.landingPage_section1_grid_child img {
  width: 60px;
}

.landingPage_section1_grid_child p {
  font-size: 18px;
}

.landingPage_section1_grid_child h3 {
  font-weight: 600;
}

.landingPage_section1_p1 {
  font-weight: 600;
  color: #70787c
}

.landingPage_section1_p2 {
  color: black
}

.landingPage_section1_p1_2 {
  display: none;
}

@media only screen and (max-width:950px) {
  .landingPage_section1_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .landingPage_section1_grid_child {
    height: 340px;
  }
}

@media only screen and (max-width:600px) {
  .landingPage_section1_grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .landingPage_section1_grid_child {
    height: 110px;
  }

  .landingPage_section1_p1,
  .landingPage_section1_p2 {
    display: none;
  }

  .landingPage_section1_p1_2 {
    display: block;
  }
}

.landingPage_section1_hrome_holder {
  border: solid 1px #c2bfbf;
  width: 75%;
  border-radius: 0.8rem;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 48px 38px -55px;

}

.landingPage_section1_hrome_holder h2 {
  color: #3a3434;
  font-weight: 700;
}

.landingPage_section1_hrome_holder h1 {
  font-weight: 500;
  color: #ff6100;
}

.landingPage_section1_hrome_holder img {
  width: 135px;
}

@media only screen and (max-width:600px) {
  .landingPage_section1_hrome_holder img {
    width: 90px;
  }

  .landingPage_section1_hrome_holder {
    width: 100%;
  }
}

.landingPage_section1_button {
  background-color: #ff6100;
  border-radius: 50px;
  color: white;
  font-size: 24px;
  box-shadow: rgba(10, 13, 15, 0.726) 0px 12px 23px -14px;

}

.landingPage_section1_button:hover {
  background-color: #f27c0e;
  border-radius: 50px;
  color: white;
}

.landingPage_section1_button:active {
  background-color: #f27c0e;
  border-radius: 50px;
  color: white;
}

.landingPage_section2_title {
  font-weight: 700;
  text-align: center;
}

.landingPage_section2_carousel {
  overflow-x: hidden;
  width: 95vw;
  position: relative;
  display: grid;
  place-items: center;
}

.landingPage_section2_carousel_wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: calc(300px * 12);
  animation: scroll 50s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 9));
  }
}

.landingPage_section2_carousel_slide {
  border: solid 4px #ff6100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
  height: 300px;
  border-radius: 0.8rem;
}

.landingPage_section2_carousel_slide:nth-child(2n) {
  border: solid 4px #178733;

}

.landingPage_section2_carousel_slide p {
  font-size: 18px;
}

.landingPage_section2_carousel_slide_logo_p {
  font-size: 22px;
}

.landingPage_section2_carousel_slide_logo {
  background-color: #ff6100;
  color: white;
  border-radius: 100px;
  height: 32px;
  width: 32px;
  text-align: center;
}

/* .landingPage_section2_button {
  box-shadow: rgb(38, 57, 70) 0px 12px 23px -14px;
} */

.landingPage_section3_boxes img {
  width: 30px;
}

.landingPage_section3_boxes span {
  font-size: 22px;
}

.landingPage_section3_boxes {
  border-radius: 0.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: rgb(0, 0, 0) 0px 12px 37px -22px;
}

.landingPage_scetion3_holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ls3b_1 {
  background-color: #e8fafa;
  border: 2px solid #d5f3f3;
}

.ls3b_2 {
  background-color: #fdeae2;
  border: 2px solid #fcdccf;
}

.ls3b_3 {
  background-color: #f1daf1;
  border: 2px solid #f7ccf7;
}

.ls3b_4 {
  background-color: #fff6d8;
  border: 2px solid #faeec7;
}

.ls3b_5 {
  background-color: #fde6f3;
  border: 2px solid #f8d0e7;
}

.landingPage_section4 {
  background-color: #ff6100;
  overflow-y: hidden;
}

.landingPage_section4_button {
  background-color: #178733;
  width: 315px;
}

.landingPage_section4_button:hover {
  background-color: #1eac41;
}

.landingPage_scetion4_h1 {
  color: white;
  font-weight: 700;
}

.landingPage_scetion4_p {
  font-size: 20px;
  color: white;
}

.lp_s4_holder {
  gap: 10px;
  height: 550px;
  width: 90%;
}

.landingPage_section4 img {
  width: 300px;
  margin-top: -70px;
  object-fit: contain;
}

.lp_s4_mt_45 {
  margin-top: 10px !important;
}

.lp_s4_mt_70 {
  margin-top: -73px !important;
}

@media only screen and (max-width:1050px) {
  .landingPage_section4 img {
    width: 280px;
    margin-top: -65px;
  }

  .lp_s4_holder {
    height: 480px;
  }
}

@media only screen and (max-width:900px) {
  .landingPage_section4 img {
    width: 230px;
    margin-top: -55px;
  }

  .lp_s4_holder {
    height: 430px;
  }
}

@media only screen and (max-width:768px) {
  .lp_s4_holder {
    gap: 10px;
    overflow-y: hidden;
    height: 620px;
    width: 100%;

  }

  .landingPage_section4 img {
    width: 300px;
    margin-top: -65px;
    object-fit: contain;
  }

  .lp_s4_mt_45 {
    margin-top: 20px !important;
  }

  .lp_s4_mt_70 {
    margin-top: -40px !important;
  }
}

@media only screen and (max-width:630px) {
  .lp_s4_holder {
    gap: 10px;
    overflow-y: hidden;
    height: 520px;
    width: 100%;

  }

  .landingPage_section4 img {
    width: 250px;
    margin-top: -55px;
    object-fit: contain;
  }
}

@media only screen and (max-width:510px) {
  .lp_s4_holder {
    gap: 10px;
    overflow-y: hidden;
    height: 420px;
    width: 100%;

  }

  .landingPage_section4 img {
    width: 200px;
    margin-top: -45px;
    object-fit: contain;
  }
}

@media only screen and (max-width:420px) {
  .lp_s4_holder {
    gap: 10px;
    overflow-y: hidden;
    height: 320px;
    width: 100%;
  }

  .landingPage_section4 img {
    width: 180px;
    margin-top: -42px;
    object-fit: contain;
  }

  .lp_s4_mt_70 {
    margin-top: -65px;
  }

  .landingPage_section4_button {
    width: 260px;
  }
}

@media only screen and (max-width:380px) {
  .lp_s4_holder {
    gap: 10px;
    overflow-y: hidden;
    height: 320px;
    width: 100%;
  }

  .landingPage_section4 img {
    width: 160px;
    margin-top: -35px;
    object-fit: contain;
  }

  .lp_s4_mt_70 {
    margin-top: -65px;
  }

  .landingPage_section4_button {
    width: 260px;
  }
}


/*Hide Ads div */
.AdsSelector.hide {
  display: none;
}

.topSet {
  padding-top: 6rem !important;
}

@media (max-width: 768px) and (min-width: 576px) {
  .topSet {
    padding-top: 8.5rem !important;
  }
}

@media (max-width: 570px) {
  .topSet {
    padding-top: 12rem !important;
  }
}

/* synonyms button toggle*/
.synbutton-cover,
.synknobs,
.synlayer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.synbutton {
  position: relative;
  top: 50%;
  width: 75px;
  height: 38px;
  overflow: hidden;
}

.synbutton.r,
.synbutton.r .layer {
  border-radius: 100px;
}

.synbutton.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.synknobs {
  z-index: 2;
}

.synlayer {
  width: 100%;
  background-color: #6d6a6a;
  transition: 0.3s ease all;
  z-index: 1;
}

#synbutton-1 .synknobs:before {
  content: "Syn.";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 30px;
  height: 30px;
  color: black;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#synbutton-1 .checkbox:checked+.synknobs:before {
  content: "Syn.";
  left: 42px;
  background-color: #ff6100;
  color: #fff;
}

#synbutton-1 .checkbox:checked~.synlayer {
  background-color: #f5d498dc;
}

#synbutton-1 .synknobs,
#synbutton-1 .synknobs:before,
#synbutton-1 .synlayer {
  transition: 0.3s ease all;
}

.highlight {
  background-color: yellow;
}

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  pointer-events: none;
  display: block;
  color: #8e8e8e;
}

/* sale banner */

.hotSummerSalesCSSClass {
  background-color: #178733;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 8px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.hotSummerSalesCSSClass:hover {
  color: white;
  background-color: black
}

.hotSummerSalesCSSClass img {
  width: 25px;
  height: 25px;
}

.hotSummerSalesCSSClass_2 {
  font-size: 16px;
}