* {
  box-sizing: border-box;
}

.col-md-12.mb-3.pl-5 {
  text-align: start;
}

.img-uploader {
  margin-top: 45px;
}

button.navbar-toggler {
  color: black;
}

h2 a {
  color: #007bff;
}

.uploader {
  background-color: #974fff;
  border-radius: 25px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
  width: 65%;
  padding: 10px;
  height: 300px;
}

.inner-box {
  background-color: rgba(17, 48, 78, 0.18);
  border-radius: 25px;
  width: 100%;
  height: 280px;
}

.dropzone {
  text-align: center;
  color: white;
}

.drop-span {
  color: white;
}

.button {
  display: inline-block;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.19;
  letter-spacing: 0.32px;
  cursor: pointer;
  border: unset;
  color: white !important;
  /* margin-left: 137px; */
}

.textual-content {
  margin-top: 90px;
}

button.buttonClass.ml-2 {
  border: none;
  outline: 0;
}

.textual-content-box {
  margin-top: 90px;
  background-color: rgba(17, 48, 78, 0.18);
  display: flex;
  flex-direction: row;
}

.supported {
  margin-top: 90px;
}

.row {
  /* flex: 1 1 0px; */
  /* position: relative; */
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  height: auto;
  /* text-align: center; */
  margin-bottom: 30px;
}

i {
  display: block;
  margin-bottom: 18px;
}

.newSpanStyle {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.21;
  /* margin-bottom: 15px; */
  color: rgb(17, 48, 78);
}

/* p {
  font-size: 15px;
  line-height: 1.41;
  color: rgb(17, 48, 78);
} */
.how-to {
  margin-right: -15px;
  margin-left: -15px;
}

.how-to-text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
  width: 74%;
  padding: 10px;
}

.how-to-h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.16;
  text-align: left;
  color: rgb(17, 48, 78);
  /* margin: 0px 0px 40px; */
  width: 100%;
  margin-top: 70px;
}

.steps {
  padding-left: 29px;
}

ul li span {
  display: inline-block;
  width: auto !important;
  margin-right: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

ul li {
  margin: 0px 0px 20px;
  padding: 0px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  /* color: rgb(17, 48, 78); */
  list-style: none;
  position: relative;
}

img {
  outline: none;
  border: none;
  max-width: 100%;
  height: auto;
}

.rating-div {
  background-color: red;
}

.rating-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.rating-row {
  margin-right: -15px;
  margin-left: -15px;
}

a {
  text-decoration: unset;
  color: unset;
}

.sup-i {
  display: inline-block;
  margin-right: 10px;
  width: 19px;
  vertical-align: middle;
}

.sup-span {
  display: inline-block;
  width: 20px;
  margin-right: 20px;
  position: unset !important;
  top: 0px;
  left: 0px;
}

.clear {
  clear: both;
}

.leftbox {
  float: left;
  width: 30%;
  height: 280px;
  margin: 0px 28px;
  text-align: center;
  margin-bottom: 30px;
}

.pb-5,
.py-5 {
  padding-bottom: 0.5rem !important;
}

button.ml-2 {
  border: none;
}

.middlebox {
  float: left;
  width: 30%;
  height: 280px;
  text-align: center;
  margin-bottom: 30px;
}

.rightbox {
  text-align: center;
  float: right;
  width: 30%;
  height: 280px;
  margin-bottom: 30px;
}

.textual-lists {
  margin: auto;
  width: 50%;
}

.rows {
  padding: 10px;
  margin: auto;
  width: 50%;
  margin-top: 70px;
  display: inline;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.rows-2 {
  margin-top: 50px;
}

.how-to-p {
  margin-top: 35px;
}

#rating-img {
  height: 1px;
  width: 1px;
  filter: brightness();
  filter: brightness(100);
}

.rating-tool {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px 20px 0px;
  border-top: 1px solid rgb(221, 221, 221);
  border-bottom: 1px solid rgb(221, 221, 221);
}

.tooltip {
  position: relative;
  display: inline-block;
  z-index: 9 !important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 70px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  z-index: 1;
}

.tooltip {
  opacity: 1;
}

p#countwords {
  display: inline;
  float: left;
  padding-left: 9px;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.rating-text {
  font-size: 17px;
  font-weight: 700;
  color: rgb(33, 33, 33);
  padding: 6px;
}

.rating-stars {
  color: #9d9d9d !important;
  padding-top: 17px;
  display: flex;
  align-items: center;
}

.rating-stars i {
  padding: 5px;
  font-size: 17px;
}

.rating-value {
  line-height: 24px;
  font-size: 16px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: rgb(33, 33, 33);
  padding: 6px;
}

.post-read-more {
  align-items: center;
  margin-top: auto;
  font-size: 15px !important;
  font-weight: normal;
  line-height: normal;
  color: rgba(0, 0, 0, 0.44);
}

.post-date {
  color: rgba(0, 0, 0, 0.44);
  font-size: 13px;
}

.input-string,
.paraphrase-output {
  height: 376px;
  border-radius: 0 !important;
  width: 100%;
  margin-bottom: -7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

input#upload-file {
  width: 100px;
  opacity: 0;
  z-index: 9999;
}

.upload-area {
  width: 100%;
  /* position: absolute; */
  border-right: 2px solid rgb(132 131 140 / 25%);
  display: flex;
  margin-left: 2px;
  justify-content: space-between;
  padding: 8px 15px;
  align-items: center;
}

button {
  height: 40px;
  padding: 0 25px;
  font-size: 1.5rem;
  border-radius: 10px !important;
  font-weight: 500;
  line-height: 1.2;
  background: rgb(103, 102, 117, 0.8);
  color: #fff;
}

svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.css-1nhkq60 {
  height: 20px;
}

.content-area .col-md-12,
.content-area .col-md-6 {
  padding: 0 !important;
}

.paraphrae-box {
  width: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  line-height: 2;
  min-height: 360px;
}

.content-area textarea {
  width: 100%;
  border-radius: 0;
  outline: 0;
  padding: 10px;
  height: 300px;
  border: none;
  resize: none;
}

.btn-grid {
  position: relative;
}

.btn-grid button {
  font-size: 15px;
  border: none;
  background: none;
  color: #000;
}

.setting-grid {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 8px;
  border-bottom: 1px solid rgb(132 131 140 / 25%);
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: nowrap;
}

.content-area {
  background-color: #ffffff;
  color: #252525;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 0px;
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.1);
  background-image: unset;
  border-radius: 4px;
  margin: 1rem;
}

.copy-btn {
  position: absolute;
  right: 23px;
  top: 139px;
  font-size: 20px;
}

.paraphrase-output {
  height: 376px;
  width: 100%;
  margin-top: 1rem;
  /* padding: 14px 20px; */
}

span.loader {
  display: block;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  transform-origin: 0 55%;
  transform: scale(1, 0.6);
  border-radius: 4px/6.7px;
  background-color: #eeeeee;
  font-size: 0.85em;
  color: #eeeeee;
}

.hr-css {
  height: 7px;
  background: grey;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

a {
  text-decoration: unset;
  color: black;
}

.counter-input,
.transliteration-input {
  height: 400px;
  margin-bottom: -7px;
  border-radius: 0 !important;
}

.sup-h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.21;
  text-align: center;
  margin-bottom: 16px;
}

li.col-md-3.conver-list a {
  color: #007bff;
}

.typing-main-div {
  display: flex;
  flex-direction: revert;
}

.setting_div {
  display: flex;
  flex-direction: column;
  border: 2px solid rgb(103, 102, 117, 0.8);
  width: 40px;
}

.setting_button {
  position: relative;
}

.settings__image {
  border-bottom: 1px solid #e8e9ea;
  cursor: pointer;
  height: 41px;
  margin-bottom: 0;
  position: relative;
  background: none;
}

.settings__image:hover {
  background-color: #f7f8f9;
}

.settings__options {
  background-color: #fff;
  border: 1px solid rgb(103, 102, 117, 0.8);
  border-radius: 0.25em;
  display: flex;
  height: 2em;
  margin-left: 0.25em;
  margin-top: -1px;
  padding: 0.375em 0.1875em;
  position: absolute;
  bottom: 30px;
  left: 4px;
  transform: translateX(1em);
  transition: all 150ms ease-in-out;
  z-index: 1;
  width: 92px;
}

.settings__option text button {
  color: red;
}
li.settings__option {
  margin-left: 5px;
}

p.settings__description {
  font-size: 11px;
  color: #5a5b5c;
}

.word-count {
  margin: 20px auto;
  background: #fdfdfd;
  box-shadow: 0 7px 18px rgb(53 67 97 / 15%);
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.advance-area {
  position: absolute;
  width: 100%;
  bottom: 8px;
}

.word-count ul li span {
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.count-top-bar,
.count-top-bar1 {
  margin: 0;
  padding: 0px 0;
  list-style: none;
  display: flex;
}

.borderStyle:nth-child(2),
.borderStyle:nth-child(3),
.count-top-bar .borderStyle:nth-child(1),
.count-top-bar1 .borderStyle:nth-child(1) {
  border-right: 1px solid #d9d9d9;
}

.count-top-bar li {
  padding: 0 4%;
  border-right: 1px solid #d9d9d9;
}

.count-top-bar1 li {
  padding: 0 20px;
}

.click_div {
  position: absolute;
  top: 250px;
  right: -35px;
  z-index: 9;
}

.eh-30 {
  text-align: end;
  padding-right: 30px;
}

button.click {
  z-index: 1;
  border: none;
  background: #60a6e9;
  padding-top: 7px;
  border-radius: 48px !important;
}

.paraphrase-button {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .btn-grid button {
    font-size: 12px !important;
  }
  .paraphrase-footer button.btn.btn-outline-primary {
    padding: 0 2.5rem;
  }
  .btn-grid button {
    font-weight: 900;
    font-size: 13px;
    padding: 0 15px;
  }
  .tooltip .tooltiptext {
    height: 16px;
    font-size: 10px;
    padding: 0px 0;
  }

  #box-para-id {
    border-bottom: 3px solid rgb(132 131 140 / 80%) !important;
  }

  .advance-area {
    display: none !important;
  }

  .paraphrae-box,
  .upload-area {
    border: none !important;
  }

  #scrollToTop {
    display: block !important;
    padding-left: 12px;
  }

  #scrollToTop:hover {
    transform: translateY(-5px);
  }

  .commonStyle {
    padding: 0;
    margin: 0;
  }

  .input-string,
  .paraphrase-output {
    height: 350px;
  }

  .eh-30 {
    text-align: center;
    padding-right: 0 !important;
  }

  .settings__image {
    height: 21px;
  }

  button.click {
    width: 90%;
  }

  .click_div {
    display: none;
  }

  .word-count {
    padding: 0;
    margin: 10px auto;
  }

  .settings__list {
    display: flex;
    justify-content: space-evenly;
  }

  .count-top-bar,
  .settings-container,
  .details-list,
  .sidebar__keywords {
    display: none;
  }

  .setting_div {
    display: none;
    justify-content: space-evenly;
    flex-direction: revert;
    width: 100%;
    padding-top: 10px;
  }

  .typing-main-div {
    flex-direction: column;
  }

  .translation-copy-btn {
    right: 0px;
  }
}

.CodeMirror-code {
  text-align: start;
}

@media (max-width: 963px) {
  button.click {
    top: 362px;
  }

  .count-top-bar {
    flex-wrap: wrap;
  }

  .count-top-bar1 {
    flex-wrap: wrap;
  }

  .copy-btn {
    top: 271px;
  }

  ul.details-list li {
    flex-direction: column;
    margin-left: -25px;
  }

  .count-top-bar .borderStyle:nth-child(1),
  .count-top-bar1 .borderStyle:nth-child(1),
  .borderStyle:nth-child(2),
  .borderStyle:nth-child(3) {
    border-right: none;
  }

  .count-top-bar ul li span {
    top: -13px !important;
  }

  .count-top-bar li,
  .count-top-bar1 li {
    flex-basis: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 1125px) {
  .count-top-bar li p {
    font-size: 12px;
    padding: 0 1%;
  }
}

ul li {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: #11304e;
  list-style: none;
  position: relative;
}

.count-top-bar li p {
  text-transform: uppercase;
  letter-spacing: 0;
  font-style: normal;
  font-weight: 400;
  color: #222;
}

.count-top-bar li span {
  color: #222;
  font-weight: 700;
}

ul li span {
  position: relative !important;
}

.typing-main-div i {
  color: white;
}

.text:hover {
  background-color: #f7f8f9;
  color: rgb(103, 102, 117, 0.8);
}

.settings__option button {
  background: transparent;
  color: black;
  border: none;
  padding: 0px;
  font-size: 15px;
  padding-bottom: 20px;
}

.settings__option button:active {
  color: rgb(103, 102, 117, 0.8);
}

ul.details-list li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.keyword__title,
.sidebar-details-header h3 {
  color: #fff;
  font-family: mrs-eaves-roman-small-caps, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 12px;
}

.details-list {
  margin: 1px 0;
  padding: 43px 25px 9px;
  list-style: none;
  border: 1px solid rgb(103, 102, 117, 0.8);
  background: #fff;
}

.details-list li {
  height: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.details-list li p {
  margin: 0;
}

.read-time-span,
.spek-time-span {
  width: 54px;
}

.setting_button i {
  color: #60a6e9;
}

.spinner {
  width: 20px;
  height: 20px;
}

.paraphrase-footer button.btn.btn-outline-primary {
  background-color: #007bff;
  color: #fff;
  border-radius: 20px !important;
  margin: 10px;
}

.bgi-screen {
  width: 100%;
}

button.convert_button {
  text-transform: capitalize;
  box-shadow: unset;
  background-color: #007bff;
  color: #fff;
  border-radius: 20px !important;
  padding: 1.2rem 2rem;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

.MyGrid img {
  height: 40px;
  width: 40px;
}

.MyGrid span {
  font-size: 10px;
  margin-top: 5px;
}

.MyGrid {
  position: absolute;
  bottom: 46%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.MyGridBox {
  width: 100px;
  display: flex;
  height: 80px;
  border: 1px solid rgb(132 131 140 / 80%);
  margin: 4px;
  border-radius: 6px;
  padding: 10px;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}

.paraphrase-footer {
  position: fixed;
  right: 0;
  z-index: 999999;
  background: #fff;
  box-shadow: 0 0 20px -7px #191a1a9e;
  left: 0;
  bottom: 0px;
  top: auto;
  font-size: 25px;
  width: 100%;
  height: 60px;
  text-align: center;
  display: flex;
  margin: 0 !important;
  flex-direction: row;
  justify-content: space-evenly;
  line-height: 100px;
}

button.convert_button:active {
  color: #007bff;
  background-color: #007bff;
  box-shadow: unset !important;
}

button.convert_button:focus {
  box-shadow: unset !important;
}

.keyword__content {
  background: #fff;
  border: 1px solid rgb(103, 102, 117, 0.8);
  margin-top: 1px;
  display: flex;
  justify-content: center;
  padding: 5px;
}

.translation-copy-btn {
  position: absolute;
  right: 0px;
  top: 126px;
  font-size: 20px;
  z-index: 1;
}

.translation-copy-btn button {
  background: transparent;
  border: none;
}

.keyword__content1 {
  background: #fff;
  border: 1px solid rgb(103, 102, 117, 0.8);
  margin-top: 1px;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  min-height: 448px;
}

td {
  padding: 0 44px;
}

.string-div {
  width: 100%;
  /* padding-top: 9px; */
  color: #fff;
  background-color: rgb(103, 102, 117, 0.8);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.main_content {
  text-align: start;
  padding-left: 19px;
  text-transform: capitalize;
}

textarea {
  width: 100%;
  border-radius: 11px;
  outline: 0;
  padding: 5px 15px;
}
