/* HOME CSS */

.pro {
  z-index: 2;
  border-radius: 17px;
  padding: 2px 21px;
  cursor: pointer;
  color: #000;
  background-color: #ffb743;
  border: 1px solid rgb(0 0 0 / 0%);
  position: absolute;
  left: 51%;
  width: fit-content;
  height: fit-content;
  display: block;
  bottom: -4px;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 10px 0px #00000057;

}
.pro .pre {
  color: black !important;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  margin-left: 5px;
}

#after_button_1 {
  margin-left: 15px;
  margin-right: 15px;
}
.after_button_box {
  display: flex;
}
.w3-modal {
  z-index: 11;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.w3-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 10px 10px 0 10px;
  outline: 0;
  width: 600px;
}

.w3-card-4,
.w3-hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}
.w3-animate-top {
  position: relative;
  animation: animatetop 0.4s;
}
.w3-container,
.w3-panel {
  padding: 0.01em 16px;
}
.w3-red {
  color: #fff !important;
  background-color: #37ac8e !important;
}
.blog_part,
.feature_part,
.learning_part {
  z-index: 6;
}
.learning_part a{
  text-decoration: underline;
  color: #37ac8e;
  cursor: pointer;
}
.w3-container * {
  color: #000 !important;
  text-align: center;
}
.w3-container h2 {
  margin: 10px;
  font-size: 25px;
  font-weight: 400;
  color: #fff !important;
}
.text-left p {
  text-align: left !important;
  font-size: 16px;
}
.w3-modal-content footer {
  padding: 10px;
}
.w3-modal-content footer button {
  font-size: 16px;
  padding: 6px 25px;
}

#paraphrase_now {
  margin-top: unset;
}
.inner_title {
  position: relative;
  top: 0px;
}
textarea:focus {
  outline: unset;
}
#copy_to_clipboard_box {
  width: 100%;
  padding: 8px 8px;
  position: absolute;
  justify-content: space-between;
  display: flex;
  background: #fff;
  bottom: 0;
  left: 0;
}
.word {
  color: #34b5a1;
}
#input-content:focus-visible {
  outline: none; /* That'll show 'em */
}
.paraphraser_main_box #paraphrase_form span {
  background: transparent;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  color: #000;
  border: none;
  border-radius: 0px;
  z-index: 2;
}
#input-content,
#output-content {
  height: 371px;
}

#output-content .sw:hover {
  cursor: pointer !important;
  background-color: #cfcfcf40;
}
.paraphraser_main_box .paraphraser_output_box #output-content {
  position: relative;
  white-space: pre-line;
  box-shadow: 1px 3px 54px -8px #d3d3d375;
  background: #fff;
  overflow-y: auto;
  font-size: 14px;
}
#output-content b {
  cursor: pointer !important;
}
.paraphraser_main_box .paraphraser_input_box {
  padding-right: 0px !important;
  z-index: 1;
}
.paraphraser_main_box .paraphraser_option_box {
  position: relative;
  border: 1px solid #ddd;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  right: 0;
  top: 0;
  background: #fdf9f9c7;
  padding: 0 !important;
  left: 15px;
  width: 100%;
  row-gap: 18px;
}
.paraphraser_main_box .paraphraser_option_box .parapharased-span {
  background: transparent !important;
  padding: 4px 5px;
  position: relative;
  top: 0 !important;
  left: 0 !important;
  color: #000;
  border: none !important;
  border-radius: 5px;
  z-index: 2;
  font-size: 14px;
  margin: 7px 5px;
}
.g-recaptcha {
  display: flex;
  justify-content: center;
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  margin: 0 auto;
}
.inner_title.active {
  opacity: 1;
  color: #34b5a1;
}
.paraphraser_main_box #paraphrase_form #input-content {
  white-space: pre-wrap;
  box-shadow: 1px 3px 54px -8px #d3d3d375;
  background: #fff;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 45px;
  height: 365px;
  font-size: 14px;
}
.feature_part .single_feature_part {
  margin-bottom: 10px;
}
.col-p-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.paraphrasing_levels {
  border-radius: 10px;
  text-align: left;
  padding: 10px 5px;
  font-size: 14px;
  color: #000;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border: none;
  outline: none;
  transition: 0.2s;
}
.paraphrasing_levels_pro {
  border-radius: 10px;
  text-align: left;
  padding: 11px 5px;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  background: transparent;
  margin-left: 10px;
}
.paraphrasing_levels.active {
  /* border-bottom: solid 2px #34b5a1; */
  border-radius: unset;
}
.cont .p-text {
  text-align: left !important;
}
.inner_title {
  opacity: 1;
}
.input-output-main-box {
  position: relative;
  border-bottom: 1px solid #0c2e603b;
  border-left: 1px solid #0c2e603b;
  border-right: 1px solid #0c2e603b;
}
#paraphrase_now[disabled] {
  opacity: 0.5;
}
#output-content {
  padding-bottom: 40px;
}
.paraphrasing_levels::before {
  content: "";
  height: 2px;
  width: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #34b5a1;
  transition: 0.4s;
}
.paraphrasing_levels:hover::before {
  width: 100%;
}
.paraphrasing_levels.active::before {
  width: 100%;
}
.paraphrasing_levels:active {
  background-color: rgba(255, 255, 255, 0.1);
}

span.ripple {
  background-color: rgba(61, 217, 177, 0.7);
  border-radius: 50%;
  position: absolute;
  transform: scale(0);
  animation: ripple 0.5s linear forwards;
}

@keyframes ripple {
  to {
    transform: scale(1);
    opacity: 0;
  }
}
#slang ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 0px !important;
}
#slang ul li {
  display: inline-block;
  color: #34b5a1;
  margin-bottom: 0px !important;
  font-size: 16px;
  padding-left: 0px !important;
  padding-right: 10px !important;
  padding-top: 0px !important;
}
#slang ul li a {
  display: inline-block;
  color: #34b5a1 !important;
  font-size: 16px;
}
#slang ul li a:hover {
  display: inline-block;
  text-decoration: underline;
  color: #34b5a1 !important;
  font-size: 16px;
}
.no_captcha {
  text-decoration: underline;
  color: #0c2e60;
}
.no_captcha:hover {
  text-decoration: underline;
  color: #34b5a1;
}
.popover {
  display: inline-block;
  position: relative;
}

.popover__menu {
  border-radius: 4px;
  border-top: 2px solid #34b5a1;
  background: #fff;
  list-style-type: none;
  margin: 8px 0;
  min-width: 100%;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 2px 3px 0 rgba(63, 63, 68, 0.2);
  transition-property: transform, opacity;
  transition-duration: 200ms;
  transition-timing-function: ease;
  transform: scale(0.9);
  transform-origin: top left;
  display: none;
  opacity: 0;
}
.popover__menu:after {
  bottom: 100%;
  left: 1rem;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #34b5a1;
  border-width: 7px;
}

.popover__menu-item {
  white-space: normal;
  font-size: 14px;
  line-height: 1.5;
  width: 170px;
  text-align: center;
}
.popover__menu-item a {
  white-space: nowrap;
  font-size: 16px;
  line-height: 2.5;
  text-decoration: none;
  background-color: #065f51;
  padding: 2px;
  color: white;
  border-radius: 54px;
  padding-right: 18px;
  padding-left: 18px;

}
.popover__menu-item a:hover {
  background: #37ac8e;
}
.popover--active .popover__menu {
  transform: scale(1);
  display: block;
  opacity: 1;
  z-index: 999;
  padding: 10px;
}

.learning_part .learning_member_text ul li {
  margin-bottom: 0px;
  display: revert;
     padding-left: 0px;
}
.learning_part .learning_member_text ul {
  margin-bottom: 0px;
}
.rw {
  font-weight: bold;
  color: #0c2e60;
  cursor: pointer;
}
.rw:hover {
  cursor: pointer !important;
  background-color: #34b5a140;
}

.list-syn {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 185px;
}
.list-syn li {
  border-bottom: 1px solid #ebe7e7;
  list-style: none;
  padding: 0 22.5px;
  line-height: 20px;
  text-align: left;
  padding: 5px;
  background-color: #fff;
  cursor: pointer;
}
.list-syn li:hover {
  background-color: #ebeaea;
}
.list-syn li:last-child {
  border-bottom-width: 0;
}
.list-syn li:nth-child(5) ~ :last-child {
  position: relative;
  z-index: 1;
}
.list-syn li:nth-child(5) ~ :nth-last-child(2):after {
  content: "";
  cursor: s-resize;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn_1 {
  padding: 10px 30px !important;
}
.learning_part .learning_member_text .top-sub-heading {
  font-family: Roboto, sans-serif;
  color: #556172;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 75px;
  text-transform: uppercase;
}
.learning_part .learning_member_text .top-sub-heading:after {
  position: absolute;
  left: 0;
  top: 10px;
  height: 2px;
  width: 60px;
  content: "";
  background-color: #34b5a1;
}
.member_counter .single_member_counter .count_heading {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-top: 28px;
  display: block;
  text-transform: capitalize;
  position: relative;
}

.member_counter .single_member_counter .count_heading:after {
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background-color: #fff;
  content: "";
}
/* home file */
.radio_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #ffffff;
  width: 273px;
  height: 60px;
  border-radius: 9999px;
}

.radio_container input[type="radio"] {
  appearance: none;
  display: none;
}

.radio_container label {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  width: 136px;
  cursor: pointer;
  height: 60px;
  text-align: center;
  border-radius: 9999px;
  overflow: hidden;
  transition: linear 0.3s;
  color: #000000;
  line-height: 22px;
  font-weight: 500;
}

.radio_container input[type="radio"]:checked + label {
  background-color: #0c2e60;
  color: #f1f3f5;
  transition: 0.3s;
}
.box {
  background: #f7f7f7;
  /* background:gray; */
  padding: 20px;
  height: 397px;
  margin-bottom: 17px;
}
.buttons_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
}
.cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 26px 0px;
}
.cont .p-text {
  display: block;
  color: #0c2e60;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.cont .cir {
  width: 17px;
  height: 17px;
  border: 2px solid #34b5a1;
  display: block;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont .cir span {
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  background: #34b5a1;
}
.plan-box {
  position: relative;
  background: #ffff;
  height: 190px;
  width: 303px;
  border-radius: 10px;
  text-align: center;
  /* padding: 20px; */
  margin-bottom: 17px;
  border: 1px solid #0c2e60;
  cursor: pointer;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.plan-box .plan_name {
  display: block;
  font-size: 30px;
  line-height: 22px;
  color: #000000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.plan-box .price_name {
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #000000;
  font-weight: bold;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
}
.plan-box .price_name sup {
  font-size: 14px;
  font-weight: 500;
  color: #000000 !important;
  font-family: "Poppins", sans-serif;
}
.pricing-section h2 {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.pricing-section p {
  margin-top: 0;
  margin-bottom: 24px;
}
.plan-box.active {
  background: linear-gradient(315deg, #34b5a1 85%, #0c2e60 15%);
  border: 0;
}
.plan-box.active::before {
  content: "\2713";
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 6px;
  left: 16px;
}
.plan-box.active .plan_name {
  color: #fff;
}
.plan-box.active .price_name {
  color: #fff;
}
.plan-box.active .price_name sup {
  color: #fff !important;
}
.buy_now_btn {
  margin: 20px 0 40px 0;
}
.buy_now_btn button {
  color: #fff;
  background: #065F51;
  width: 210px;
  height: 46px;
  border-radius: 30px;
  border: none;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.pricing-section {
  margin: 43px 0;
}
.show {
  display: block !important;
}

.tooltip_main {
  position: absolute;
  min-height: 50px;
  min-width: 100px;
  z-index: 6000;
  box-shadow: 0px 5px 30px -10px #999;
  background: #fff;
  width: 150px;
  padding: 5px;
  white-space: nowrap !important;
}
.line {
  float: left;
  width: 140px;
  height: 20px;
  margin-top: 12px;
  background-image: linear-gradient(
    90deg,
    #f4f4f4 0px,
    rgba(229, 229, 229, 0.8) 40px,
    #f4f4f4 80px
  );
  background-size: 600px;
  animation: shine-lines 2s infinite ease-out;
}
.line {
  width: 100%;
}
.line ~ .line {
  background-color: #ddd;
}

.about_us_box ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #333;
}
.about_us_box a:hover {
  background: #37ac8e;
  color: #fff !important;
  background-position: right center;
}
.about_us_box a {
  display: inline-block;
  padding: 13.5px 45px;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  background-size: 200% auto;
  border: 1px solid transparent;
  background: #34b5a1;
  cursor: pointer;
}
#input-content {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  font-family: Poppins, sans-serif;
}
.input-actions {
  width: 100%;
  padding: 8px 14px 7px 14px;
  position: absolute;
  bottom: 0px;
  background: white;
  outline: unset;
  left: 0px;
  z-index: 2;
}

#upload_file {
  background: #fff;
  border: none;
  display: inline-block;
}

.upload-file-btn {
  display: inline-block;
  vertical-align: super;
  font-weight: 600;
  padding-left: 3px;
  font: icon;
}

#total_words, #total-output-word {
  padding: 3px 0px;
  vertical-align: text-bottom;
  position: relative;
  color: grey;
  display: inline-block;
}
.output-text-export {
  border: solid 1px lightgrey;
  padding: 5px 10px;
}
.paraphraser_input_box {
  margin-top: 15px;
}
#_text_to_exported {
  height: 0;
  overflow: hidden;
  width: 0px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}
#paraphrase_form {
  margin-bottom: unset !important;
}
#output-conten {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
.tooltip_main {
  left: 200px;
  top: 500px;
  display: none;
}
.help-table-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.help-table {
  background:#f0f4f6;
  border:1px solid #34b5a1;
  border-radius: 5px;
  overflow: hidden;
  padding:10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  height: fit-content;
}
.content-table {
  border-collapse: collapse;
  font-size: 1em;
  min-width: 400px;
  border-radius: 5px;
  overflow: hidden;
}

.content-table td {
  background:#fff;
  padding: 15px 10px;
  border-left: 5px solid #f0f4f6;
}

.content-table tbody tr {
  border-bottom: 3px solid #f0f4f6;
}

.content-table tbody tr:nth-of-type(even) {
  background-color: #f0f4f6;
}

.content-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}


.api li.menu_items {
  text-align: left;
}
/* ANIMATION */
@keyframes shine-lines {
  0% {
    background-position: -100px;
  }
  40%,
  100% {
    background-position: 140px;
  }
}
@keyframes shine-avatar {
  0% {
    background-position: -32px;
  }
  40%,
  100% {
    background-position: 208px;
  }
}
/* ANIMATION END */

/* MEDIA QUERIES */

@media screen and (max-width: 991px) {
 
  .paraphraser_button_box {
    padding: unset;
    margin-left: unset;
  }
  .paraphraser_button_box .row {
    margin: unset;
  }
  #before_button_ {
    width: 100%;
  }
  .paraphraser_output_box {
    display: none;
  }
  .after_button_box {
    display: block;
  }
  #after_button_1 {
    margin-left: auto;
    margin-right: auto;
  }
  .d-ad-left {
    display: none;
  }
  .paraphraser_main_box {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .paraphrasing_levels {
    font-size: 14px !important;
    padding: 10px 1px !important;
    margin-left: 5px !important;
  }
  .g-recaptcha {
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    margin: 0 auto;
  }

}
@media only screen and (max-width: 1250px) {
  .for_tab_mobile{
    display: block !important;
    width: 100%;
    padding: 5px;
  }
  .paraphraser_option_box .paraphrasing_levels,.paraphraser_option_box .popover{
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .plan-box {
    width: 100% !important;
  }
  .pricing-section h2 {
    font-size: 25px;
  }
  .content-table {
    border-collapse: collapse;
    font-size: 0.9em;
    min-width: auto;
    border-radius: 5px;
    overflow: hidden;
  }
  .help-table {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .w3-modal-content {
    width: 100% !important;
  }
  .upload-file-btn {
    display: inline-block;
    vertical-align: super;
    font-weight: 600;
    padding-left: 3px;
    font: icon;
  }
  .d-mobile-none{
    display: none !important;
  }
  .pro {
    z-index: 2;
    cursor: pointer;
    border-radius: 17px;
    border: 1px solid rgb(54, 170, 141);
    padding: 1px 8px;
    color: #000;
    background-color: #fff;
    position: absolute;
    left: 40%;
    width: fit-content;
    height: fit-content;
    display: none !important;
    bottom: -3px;
    transform: translate(-50%, -50%);
  }
  #slang ul li {
    display: inline-block;
    color: #34b5a1;
    margin: 5px !important;
    font-size: 16px;
    padding-left: 0!important;
    padding-bottom: 5px!important;
    padding-top: 5px !important;
  }
}

/* MEDIA QUERIES END */

/* Recaptcha Modal */
#open-modal-captcha{
  position: relative;
 }
 #open-modal-captcha .close {
     position: absolute;
     top: 5px;
     right: 15px;
     transition: all 200ms;
     font-size: 30px;
     text-decoration: none;
     color:#787676 !important;
 }
 
 #open-modal-captcha .close:hover {
     color: #000;
 }
 .modal-window > .box-upper {
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;

  box-shadow: rgb(41 41 41 / 30%) 0px 3px 8px;
    width: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.5em 1em 0.7em 1em;
    background: #fff;
    background-size: cover;

}
.modal-window {
  position: absolute;
  background-color: rgba(41,41,41, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
#open-modal-captcha > .box-upper {
  width: auto !important;
}
.g-recaptcha {
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  width: 304px!important;
  height: 78px!important;
  margin: 0 auto;
}

/* ===== FAQS =======*/

.faq-heading{
  border-bottom: #777;
  padding: 20px 60px;
}
.faq-container{
display: flex;
justify-content: center;
flex-direction: column;
}
.hr-line{
width: 60%;
margin: auto;

}
/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
  /* background-color: #eee; */
  color: #444;
  cursor: pointer;
  padding: 20px 20px;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;

}
.faq_col{
  margin-bottom: 20px;
}
.faq-body{
  margin: auto;
  /* text-align: center; */
 padding: auto;
 
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.faq-page:hover {
  background-color: #F9F9F9;
}
/* Style the faq-page panel. Note: hidden by default */
.faq-body {
  padding: 0 18px;
  background-color: white;
  display: block;
  overflow: hidden;
}
.faq-page:after {
  content: '\02795';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
.faq-page.active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}
.faq-div-border{
  border: 1px solid black;
}
#total-output-word::before {
  content: attr(data-tooltip);
  padding: 5px 6px;
  min-width: 47px;
  max-width: 296px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 12px;
}

  @media only screen and (max-width: 600px) {
    .teacher-div{
    margin-top: 0px !important;
    
    }
    .learning_part .learning_img{
      height: auto;
    }
    .list-items{
    flex-flow: column;
    }
    }
   .list-items{
    display: flex;
    justify-content: space-evenly;
    list-style-type: disc !important;
   }
      
.close {
  text-align: center;
  display: block;
  margin-bottom: 1px;
  border: 2px solid #fff;
  padding: 5px;
}

.words,
.input-textarea b {
  cursor: pointer;
  color: #37ac8e !important;
  font-weight: bold;
  font-size: 16px;
}

.words:hover,
.input-textarea b:hover {
  border-bottom: 1px solid #39b898;;
}

.synonyms-list {
  position: absolute;
  min-height: 50px;
  min-width: 100px;
  z-index: 6000;
  box-shadow: 0px 5px 30px -10px #999;
  background: #fff;
  width: auto;
  padding: 5px;
  white-space: nowrap !important;
}
.words b{
  color: #000 !important;
}
.synonyms-list .item {
  border-bottom: 1px solid #ebe7e7;
  list-style: none;
  padding: 0 22.5px;
  line-height: 20px;
  text-align: left;
  padding: 5px;
  background-color: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
  color: #333;
}
.synonyms-list span{
  font-weight: normal;
}
.synonyms-list .item:last-child {
  border-bottom: none !important;
}
.synonyms-list .item::selection {
  background: none;
}

.synonyms-list .item::-moz-selection {
  background: none;
}

.synonyms-list .item:hover {
  background: lightgrey;
}

.noselect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none; /* iOS Safari */
}
#id02 .w3-modal-content {
  width: 30%;
  padding: 20px;
  border-radius: 8px;
  background: #fff url(../../../assets/frontend/images/banner_bg.png) no-repeat right top;
  background-size: contain;
}

#id02 h2 {
  margin-bottom: 8px;
  font-weight: 800 !important;
}

.pop-text {
  font-size: 18px;
}

.para-center span b {
  color: black !important;
  font-weight: 600 !important;
}

.contact-text {
  color: #3DD9B1;
  cursor: pointer;
}

.need-help {
  color: #888888;
}

button#btngo {
  background-color: #ffffff;
  color: #05A288;
  border: none;
  border-radius: 50px;
  padding: 7px;
  font-size: 16px;
  height: 40px;
  border: 1px solid #C8CAD3;
  width: 254px;
  margin-top: 10px;
  margin-bottom: 10px;
}
button.gpro{
  color: #fff !important;
  border: none !important;
  background-color: #065F51 !important;
}
.why-sec-h3{
  display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    font-weight: 600;
}

/* 
================
css for multi option
================
*/

.wrapped-line {
  height: auto !important;
   background-color: none !important; 
  margin-bottom: none !important;
white-space: pre-wrap;
display: inline;

}
.wrapped-line:hover {
  cursor:pointer;
  background-color: #fcede3;
}
.matcher-sentence{
  
  width: 30%;
  height: 200px;
  position: absolute;
  border: 1px solid grey;
  overflow:scroll;

} 
.rephrase-div{
  background-color: white;
  border: 20px;
  height: 40px;
  box-shadow: 0px 0px 14px 2px #8080804d;
  border-radius: 25px;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;  
  display: flex;
  align-items: center;
  gap: 10px;
}
.rephrase-div .copy-btn, .rephrase-div .close-btn{
background: none;
border: none;
}
/* .rephrase-div .close-btn svg{
  height: 14px;
} */
.show-btn {
  background-color: rgb(12, 46, 96);
  color: white;
  padding: 5px 16px;
  font-size: 14px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  width: 130px;
}
.opened-div {
  background-color: white;
  border-radius: 4px;
  width: 95%;
  height: 225px;
  overflow-y: scroll;
  box-shadow: 0px 5px 25px 0px #0000004D;
  z-index: 11111;
}


.opened-div article .line{
  width: 95%;
  height: 12px;
  background: #F1F1F1;
  border-radius: 5px;
  margin-left: 20px;
}
.opened-div article .line:nth-child(2){
  width: 70%;
}
.opened-div article .line:nth-child(3){
  width: 95%;
  margin-top: 40px;
}
.opened-div article .line:nth-child(4){
  width: 70%;
}
.opened-div article .shimmer{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;

  background: linear-gradient(100deg,
  rgba(255,255,255,0) 20%,
  rgba(255,255,255,0.5) 50%,
  rgba(255,255,255,0) 80%);

  animation: shimmer 2s infinite linear;
}

@keyframes shimmer{
  from {
      transform: translateX(-100%);
  }
  to{
      transform: translateX(100%);
  }
}
.rephrase-sentence{
  padding: 10px;
}
.rephrase-sentence:hover{
  background: #F9F9F9;
  cursor: pointer;
}
.rephrase-sentence:not(:last-child){
  border-bottom: 1px solid #C9D0D9;
}
.func-bar{
  height: 24px;
    /* float: right; */
    width: 100%;
    text-align: right;
    background-color: white;
    box-shadow: 0px 5px 10px 0px #0000001A;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: sticky;
    top: 0px;
}
.func-bar svg{
  cursor: pointer;
}
/* 
========================
End css for multi option
========================
*/

.for_tab_mobile{
  display: none;
  width: 100%;
  padding: 5px;
}
.mobile_modes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 60%;
  padding: 5px;
  background: #fff7f5;
  border: 1px solid lightgray;
  border-radius: 5px;
}

.selected-option {
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  margin-top: 10px;
  width: calc(100% - 10px);
  margin-left: 5px;
  border-radius: 3px;
  box-shadow: 0 0 0 5px #fff, 0 15px 30px -10px rgb(0 0 0 / 50%);
}

.dropdown-menu li {
  padding: 10px;
  cursor: pointer;
  margin-left: 5px;
}

.dropdown-menu span {
  font-size: 14px;
  font-weight: 500;
  color: gray;
}

.dropdown-menu li:hover {
  background-color: #f2f2f2;
}

.dropdown-icon {
  border-radius: 3px;
  padding: 2px;
  height: 21px;
}

.dropdown-icon img {
  margin-top: -3px;
  height: 25px;
  transition: 100ms all ease-in-out;
}

.dropdown-icon.visible img {
  transform: rotate(180deg);
}

.selected-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 7px;
  gap: 7px;
  justify-content: space-between;
  border-radius: 5px;
  background: white;
}
