body {
  margin: 0;
  padding: 0;
}

.container1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.container2 {
  display: none;
}

.col1 {
  box-sizing: border-box;
  padding: 0;
  width: 70%;
}

.col2 {
  box-sizing: border-box;
  padding: 5px;
  width: 195px;
  position: relative;
}

.insert,
.button-container {
  position: absolute;
  left: 0;
  width: 90%;
}

#select_dialect {
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  padding: 5px;
  position: relative;
  top: 26px;
}

#select_language {
  width: 120px;
  margin-left: auto;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  padding: 5px;
  margin-top: 30px;
}

.insert {
  top: 60px;
  width: 100% !important;
  border: none;
  color: #675a81;
  border-radius: 5px;
  max-height: 100px;
  text-indent: 5px;
  text-align: left;
}

.button-container {
  top: 30px;
  background-color: #FFFBEB;
  box-shadow: 2px 2px 5px 2px rgba(255, 161, 107, .4);
  cursor: pointer;
  display: block;
  padding-bottom: 0;
}

.col3 {
  background-color: #fbe59fc7;
  border: 1px solid #ffa11ed9;
  box-sizing: border-box;
  padding: 5px;
  width: auto;
}

.row0 {
  display: flex;
  justify-content: center;
  text-align: center;
}

.row1 {
  display: flex;
  font-size: 16px;
  padding-bottom: 5px;
  text-align: center;
}

.row2 {
  background-color: #fff;
  font-size: 17px;
}

.row3 {
  height: auto;
}

.row4 {
  padding: 1px 3px 8px;
  background: #ffe3a7;
}

.entry-title {
  margin-left: 85px;
}

.gap {
  margin-right: 5px;
}

.words-wrapper {
  display: flex;
  flex-direction: row-reverse;
  float: right;
}

.words-wrapper .words-count {
  color: #c94040;
  font-size: 0.935rem;
  line-height: 25px;
  padding-left: 12px;
}

.acright {
  float: right;
  font-weight: 500;
  margin-right: 25px;
}

.share-buttons {
  margin-right: 0;
}

.share-buttons a img {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
  margin: 0;
}

button {
  padding: 0 3px;
}

button:hover {
  background-color: #7721f3;
  color: #fff;
}

img {
  border-style: none;
  border-color: transparent;
  overflow: auto;
  outline: none !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

#wrapper {
  max-width: 750px;
  background-color: white;
  position: relative;
  margin-left: 0;
  padding-left: 0;
}

#results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  top: 43%;
  left: 30%;
  transform: translate(-45%, -33%);
  font-size: 18px;
  padding: 5px;
  color: #fff;
  line-height: 1.5;
  background-color: transparent;
  pointer-events: none;
  z-index: 50;
}

#interim_span {
  background: #8f1167;
  padding: 0 9px;
  border-radius: 9px;
  margin: auto;
  display: inline-block;
  min-width: 70px;
  max-width: 570px;
  width: auto;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

textarea {
  border: 1px solid #facf71;
  border-color: #d7d6d500 !important;
  color: #153957;
  position: relative;
  font-size: 17px;
  height: 350px;
  letter-spacing: 1px;
  padding: 15px 10px;
  line-height: 25px;
  width: 100% !important;
}

.hide {
  display: none;
}

#start_button {
  border: none;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  padding: 5px 6px;
  margin: 0;
  position: absolute;
}

#mic {
  border-color: transparent;
  float: right;
  height: 60px;
  overflow: auto;
  outline: none !important;
  width: 60px;
}

.insert select {
  height: 40px;
  width: 200px;
  overflow-y: auto;
  margin-bottom: 5px;
}

#info {
  min-height: 0;
  max-height: 20px;
}

#info p {
  position: relative;
  color: #ad2073;
  font-weight: 400;
  text-shadow: 1px 1px 5px #fc032c
}

.alert {
  background-color: #ff5e79 !important;
  text-shadow: 1px 1px 5px #fc032c !important;
  padding: 8px 10px;
  position: relative;
}

#lang {
  border-top: 3px solid #969696;
  display: block;
  color: #000000;
  clear: both;
  font-size: 16px;
  height: 35px;
  padding: 4px 12px;
  margin-bottom: 0px;
  line-height: 30px;
}

.notes {
  color: #282625;
  font: 14px/30px 'Source Sans Pro', 'Open Sans', Georgia, serif;
  position: relative;
  height: auto;
  margin: auto;
  min-height: 80vh;
  padding: 0 15px 80px 35px;
}

.select {
  padding: 2px 5px;
}

.btn-primary,
.btnr {
  background-color: #2166f3;
  border: none;
  color: white;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
  margin-left: 4px;
  padding: 5px 8px;
}

.txtbtn {
  display: flex;
  padding: 8px 0;
}

.btn-primary:hover,
.btnr:hover,
.btn-primary:focus {
  background-color: #7721f3 !important;
  overflow: auto;
  border-color: darkred;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-right: 0;
}

.dropdown-content {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  display: none;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: #000000;
  display: block;
  padding: 5px;
  text-decoration: none;
}

.dropdown-content a:hover {
  background-color: #00A4BD;
  color: #FFFFFF;
}

.insert button {
  background-color: #FFFBEB;
  border: none;
  border-radius: 5px;
  color: #4D455D;
  cursor: pointer;
  font-size: initial;
  text-align: left;
  padding: 8px;
}

.insert button:hover {
  background-color: #F5E9CF;
  color: #291603;
  font-weight: 400;
  text-shadow: 1px 1px 5px #f1bc4a;
}

select#lang {
  padding: 3px 5px;
}

#textareaWrapper {
  max-width: 100%;
  background: linear-gradient(90deg, rgb(131, 68, 0) 0%, rgb(149 21 15) 50%, rgb(206, 100, 0) 100%);
  padding: 0 10px;
}

.textareaBtn .menuBtn {
  color: #fff;
  cursor: pointer;
  background: #a9047e;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: max-content;
  line-height: 36px;
  padding: 0 6px;
  margin: 2px;
  position: relative;
  box-shadow: 15px 5px 23px rgba(8, 13, 179, 0.7) inset;
}

.textareaBtn .menuBtn.reset-icon {
  background-color: var(--clr-primary);
}

.textareaBtn .menuBtn:hover {
  background: #7721f3;
  color: #fff;
}

.textareaBtn .menuBtn::before {
  font-family: var(--font-symbols-outlined);
  font-size: 18px;
  float: left;
  margin-right: 3px;
  line-height: 36px;
}

.textareaBtn .menuBtn.copy-icon::before {
  content: "\e14d";
}

.textareaBtn .menuBtn.email-icon a {
  color: #fff !important;
}

.textareaBtn .menuBtn.printer-icon::before {
  content: "\e8ad";
}

.textareaBtn .menuBtn.reset-icon::before {
  content: "\f053";
}

.textareaBtn .menuBtn.email-icon::before {
  content: "\2709";
}

.textareaBtn .menuBtn.save-icon::before {
  content: "\2713";
}

.share-icon {
  display: flex;
  padding: 0;
  float: right;
}

button.share-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  fill: #fff;
  cursor: pointer;
}

#whatsapp_link {
  background-color: #2ab540;
}

#whatsapp_link:hover {
  background-color: #fff;
}

#whatsapp_link:hover svg {
  fill: #2ab540;
}

#twitter_link {
  background-color: #00aced;
}

#twitter_link:hover {
  background-color: #fff;
}

#twitter_link:hover svg {
  fill: #00aced;
}

.share-icon ul {
  list-style-type: none;
  margin: 0;
  padding: 2px;
  display: flex;
  padding-left: 2px;
}

.share-icon ul li {
  padding: 0;
}

.share-icon ul li:first-child {
  padding-right: 0;
}

.share-icon ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  fill: #fff;
}

.share-icon ul li.wa a {
  background-color: #2ab540;
}

.share-icon ul li.wa a:hover {
  background-color: #fff;
}

.share-icon ul li.wa a:hover svg {
  fill: #2ab540;
}

.share-icon ul li.tw a {
  background-color: #00aced;
}

.share-icon ul li.tw a:hover {
  background-color: #fff;
}

.share-icon ul li.tw a:hover svg {
  fill: #00aced;
}

@media only screen and (min-width:1025px) {
  .container1 {
    max-width: 1050px;
    margin: 0 auto;
  }
}

@media only screen and (max-width:991px) {
  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }
  .container1 {
    display: none;
  }
  .container2 {
    box-sizing: border-box;
    padding-top: 20px;
    position: relative;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .site-main {
    width: 100%;
    display: block;
    padding: 0;
  }
  .tool-box p,
  .tool-box h2,
  .tool-box h3,
  .tool-box ul {
    padding: 0 12px !important;
  }
}

#start_img {
  width: 68px;
  height: 68px;
}
.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  margin: 2px 15px 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background-color 0.2s;
}

.icon-btn:focus,
.icon-btn:active {
  outline: none;
  background: none;
}

.icon-btn svg {
  width: 24px;
  height: 24px;
  stroke: rgb(106 20 20);
  fill: none;
  stroke-width: 2px;
}

.icon-btn:hover {
  transform: scale(1.1);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.icon-btn:hover svg {
  stroke: #db34db;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-right: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #9345ff;
  min-width: 100px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1;
  top: 30px;
  left: 0;
}

.dropdown-content button {
  width: 100%;
  display: flex;
  font-size: 15px;
  padding: 10px 16px;
  text-align: left;
  border: none;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s;
}

.dropdown-content button:hover {
  background-color: rgba(54, 3, 110, 0.48);
}

.dropdown:hover .dropdown-content {
  display: block;
}
@media (max-width: 991px) {
  .icon-btn svg {
    width: 30px;
    height: 30px;
    stroke: #fff;
  }
  .icon-btn {
    width: 43px;
    height: 43px;
    padding: 0;margin: 2px 12px 0 15px;
  }
  .icon-btn:hover svg {
  stroke: #fbff16;
}
}
.donate-btn {
  background: #f7dd77;
  color: #000;
  padding: 8px;
  display: flex;
  border-radius: 6px;
  font-weight: 600;
  box-shadow: 1px 1px 2px 0px rgba(247, 174, 132, 0.4);
  text-decoration: none;
}

.donate-btn:hover {
  background: #f1e42e;
  color: #1b1e1f;
}

