#main {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  padding: 0em;
  box-sizing: border-box;
}



.content-box {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  margin-top: 1em;
  background: #fff;
      border: solid 0.5px;

}

#input {
  resize: none;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: 1.3em;
}

#input-wrapper {
  height: 5em;
  overflow: hidden;
  margin-top: 0;
}

#output-wrapper {
  height: fit-content;
  padding: 1em;
}

#output {
  font-size: 1.4em;
  word-break: break-word;
  text-align: center;

}

#description p:last-child {
  margin-bottom: 0;
}

#description h1:first-child {
  margin-top: 0;
}

#background {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 25vw;
  background-color: #bfffcc;
}

#logo {
  text-align: center;
  font-size: 5vw;
  font-family: 'Pacifico', cursive;
  color: white;
  text-shadow: 0px 5px 5px #050303;
  margin-top: 0.1em;
  margin-bottom: 0.6em;
}

#description *:not(pre)>code {
  background: #f1f1f1;
  font-family: monospace;
  font-size: 1.1em;
  padding: 0.3em;
}

#description pre {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.5em;
  background: #f1f1f1;
  font-family: monospace;
}

@media only screen and (max-width: 850px) {
  #logo {
    font-size: 10vw;
  }
}

@media only screen and (max-width: 650px) {
  #output {
    font-size: 1em;
  }
}





.tinku-text {
  margin-top: 0;
  padding: 10px 0 5px;
  float: left;
  width: 100%;
  z-index: 99999 !important;
  border-radius: 7px;
  margin-bottom: 40px;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.29);
  background: #1c96c5;
}


.ads {
  display: table;
  margin: 10px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

.container {
  max-width: 84%;
  margin: 0 auto;
  text-align: center;
}


@media only screen and (max-width: 970px) {
  .site-title a {
    font-size: 20px;
  }

  .tinku-text {
    padding: 5px 0;
    position: fixed !important;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    background: #1c96c5;

  }

}

.container {
  max-width: 98%;
}

.tinkufontslist {
  margin-top: 0;
}

.tinkufonts p {
  font-size: 18px;
}

.share-info .input {
  display: none;
}

.footer img {
  width: 90%;
}





.cell {
  display: table-cell;
  vertical-align: middle;
}

.share-info .input {
  width: 45%;
}

.sharebutton {
  width: 40%;
}

.share-info input {
  width: 100%;
  outline: 0;
  float: left;
  text-align: left;
  border: none;
  padding-left: 15px;
  height: 35px;
  font-size: 14px;
  background: #1a439a;
  box-shadow: none;
  color: #ffffff4a;
}

.share-info {
  float: left;
  margin-top: 5px;
}

.cell.sharename {
  font-size: 12px;
  width: 10%;
  text-align: right;
  padding-right: 5px;
  color: #ffffffa6;
}

.at-share-btn-elements a {
  float: left;
}

.at-resp-share-element .at-share-btn {
  margin: 0;
}

.addthis_inline_share_toolbox {
  width: 100%;
  clear: none !important;
  float: left;
}



.cell {
  display: table-cell;
  vertical-align: middle;
}

.share-info .input {
  width: 45%;
}

.sharebutton {
  width: 40%;
}

.share-info input {
  width: 100%;
  outline: 0;
  float: left;
  text-align: left;
  border: none;
  padding-left: 15px;
  height: 35px;
  font-size: 14px;
  background: #1a439a;
  box-shadow: none;
  color: #ffffff4a;
}

.share-info {
  float: left;
  margin-top: 5px;
}












.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

input {
  width: 100%;
  outline: 0;
  float: left;
  text-align: center;
  border: none;
  height: 50px;
  padding: 0;
  border: 0;
  margin: 0;
  font-size: 18px;
  display: block;
  border-radius: 3px;
  background: #ffff;
  -webkit-box-shadow: inset 1px 1px 3px rgb(200 200 200 / 70%);
  -moz-box-shadow: inset 1px 1px 3px rgba(200, 200, 200, 0.7);
  box-shadow: inset 1px 1px 3px rgb(200 200 200 / 70%);
}

.input-group-append {
  margin-left: -1px;
}

.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

textarea {
  width: 98%;
  height: 50px;
  resize: none;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #888;
  line-height: 50px;
  font-size: 16px;
}






button {

  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #1c96c5;
  border-radius: 10px;
  margin-top: 5px;
  background: #1c96c5;
  cursor: pointer;
  outline: none;
}

button:hover {
  color: #fff;
  background: #314152;
}

/*img {*/
/*  border-radius: 10px;*/
/*  border: 5px solid #555;*/
/*  text-align: center;*/
/*  max-width: 500px;*/
/*  width: 100%;*/
/*}*/

.loadmore {
  width: 70%;
}





/* symbols dasbord css */

.symbol {
  font-size: 30px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid rgb(0, 0, 0);
  box-sizing: border-box;
  color: #555555;
  cursor: pointer;
  display: inline-block;
  line-height: 51px;
  margin-bottom: 5px;
  margin-left: 4px;
  margin-top: 0px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 65px;
  height: 65px;
}

.symbol:hover {
  font-size: 35px;
  background-color: #edfaa6;

}

.alert {
  padding: 20px;
  background-color: #04AA6D;
  color: white;
  position: fixed;
  top: 5%;
  right: 30%;
  display: none;
  transition: 2s;
  border-radius: 5px;
}


.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;



}








/* Tools page links css */

.tools-box {
  text-align: center;
  padding: 1em;
}

.page-links {

  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: 1px solid green;
  border-radius: 10px;
  margin: 5px;

  cursor: pointer;
  text-transform: capitalize;
  background: #314152;
}

.page-links:hover {
  color: #fff;
  background: rgb(34, 53, 224);
  background-image: linear-gradient(to right, #2B65EC, #64E986);
}

@media only screen and (max-width: 970px) {
  .tools-box {
    margin-bottom: 150px;
  }
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;

  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;


}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;

  border-bottom: 10px solid rgb(255, 255, 255);
}

#myBtn:hover {
  background-color: #555;
}





/*sidebar  css */

.sidebarleft {
  width: 20%;
  position: fixed;
  bottom: 5px;
  left: 0;
  height: 98%;
  margin-left: 5px;

}

.sidebarright {
  width: 20%;
  position: fixed;
  bottom: 5px;
  right: 0;
  height: 98%;

  margin-right: 5px;

}

@media only screen and (max-width: 1375px) {

  .sidebarleft {
    display: none;

  }

  .sidebarright {
    display: none;

  }
}

#result .input-group .form-control {
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.copybutton {
  color: #f7f7f7;
  background-color: #64E986;
}





#my_centered_buttons {
  display: flex;
  justify-content: center;
}

.share_on {
  color: white;
  margin: 8px;


}