:root {
  --font-mono:'Courier Prime', monospace;
  --font-roboto:'Roboto', sans-serif;
--box-shadow:0px 1px 3px -1px rgba(0,0,0,0.5);
--box-shadow-left:-5px 0px 17px 0 rgb(0 0 0 / 28%);
--font-base: "Segoe UI","Segoe UI Symbol","Segoe UI Emoji","Segoe UI Historic","Lucida Sans","Lucida Sans Regular","Lucida Grande","Lucida Sans Unicode",Arial,Tahoma,Verdana,Geneva,-apple-system,BlinkMacSystemFont,sans-serif,system-ui
}



::-webkit-scrollbar-thumb {
background: #999
}

::-webkit-scrollbar-track {
background: #f9f9f9
}

::-webkit-scrollbar {
width: 2px;
height: 2px;
}

*, ::after, ::before {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: 0;
scroll-behavior: smooth;
}

*,
body,
html {
box-sizing: border-box
}

body,
html {
padding: 0;
margin: 0;
height: 100%;
line-height: 1.5;
}

body {
font-weight: 400;
background: #f0f0f0;
font-family: 'Roboto', sans-serif;

}

h1,h2,h3,h4,h5{
font-weight: 400;
              line-height: 1.4;
              font-family: var(--font-mono);
              margin: 2% 0 1% 2%;

}

h2 {
font-size: 2.2rem;
line-height: 1.2;
}

h3 {
font-size: 2rem;
}


a {
text-decoration: none
}

input::placeholder {
color: #888;
opacity: 1;
}

/* Main Structure */
.container {
  width: 1200px;
  margin: 0 auto;
}
main {
  margin-top: 15px;
}

/* Header */
header {
width: 100%;
background:#6d46cb;
margin: 0;
padding: 5px 0 10px 0;
text-align: left;
}

header h2{
color: #ffffffc8;
}
header p{
font-family: var(--font-mono);
font-size: 1.1rem;
padding: 10px;
}
.site-logo img {
  width: 180px;
}
.site-title {
  width: 70%;
}
.entry-title {
font-size: 3.4rem;
line-height: 1.2;
  color: #fff;
  font-family: var(--font-roboto);
}
.entry-title span{
display: block;
font-size: 2.5rem;
}
.entry-title span:before{
content: "↳";
}



a.pagebookmarks ,p.aryapage,.page-load-status{
    display: none;
}

/* Input Sec */
section{
      position: sticky;
    top: 0;
    z-index: 999;
    padding: 5px;
   
}
#thenitesharya-text {
   min-height: 90px;
  width: 100%;
  border: none;
  padding: 5px;
  font-size: 17px;
  font-family: arial,sans-serif;
      border-radius: 0 0 10px 10px;

}
#latestsymbols {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
}
#latestsymbols .symbols {
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.input {
  position: relative;
}

.buttons {
  text-align: center;
  position: absolute;
  right: 5px;
  top: 5px;
}
.input button{
  padding: 10px;
    border: none;
    font-size: 16px;
    background: #d8d8d8;
    color: #777;
   cursor: pointer;
   border-radius: 8px;
}
.input button:hover{
  color: #000;
}

.copied{
  bottom: 8px;
    position: absolute;
    right: 10px;
}




.symbols {
  border: 1px solid #e1e1e1;
  background: #fff;
  display: inline-block;
  justify-content: center;
  align-items: center;
  margin: 2px;
  transition: .1s cubic-bezier(1,0,0,1);
  padding: 8px 13px;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  color: #444;
}
.symbols:hover{
border-color: #000;
}

.symbols span{
    font-family: arial,sans-serif;
}


/* Pop Up Box */
.copiedalerts{
display: block;
visibility: hidden;
z-index: 2147483647!important;
left: 0;
top: 10%;
width: 1200px;
background: #fff;
overflow: hidden;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 25%);
-moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.25);
box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 25%);
}

button.close-top {
border: none;
position: absolute;
right: 0;
display: block;
background: #d90000;
color: #fff;
font-size: 22px;
padding: 8px 15px;
border-radius: 50%;
cursor: pointer;
}
div#clock {
  color: #fff;
  display: block;
  position: fixed;
  right: 10px;
  background: #d90000;
  top: 10px;
  text-align: center;
  font-size: 20px;
  z-index: 9;
  padding: 6px 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.21);
  }
.alert-site-title {
padding: 7px;
background-color: #000;
color: #fff;
text-align: center;
word-wrap: break-word;
}
.alert-site-title spam.name {
color: #ffffff80;
display: block;
font-size: 18px;
text-transform: uppercase;
}
.the_copied_text {
width: 100%;
text-align: center;
padding: 10px;
border: none;
background: #fff;
color: #000;
font-size: 120%;
border-radius: 5px;
font-family: arial,sans-serif;
}
.the_copied_text:focus {
outline: none !important;
border:1px solid #FFF;
box-shadow: 0 0 10px #fff;
}
.the_copied_text_description .bold{
font-weight: 700;
}
.the_copied_text_description {
background: #fff;
color: #000;
margin: 5px 0;
padding: 3px 10px;
display: inline-block;
border-radius: 10px;
font-size: 90%;
}
.ads-sec {
width: 100%;
float: left;
display: block;
}
.close-alert {
width: 100%;
border: none;
background: rgb(1, 142, 67);
color: #fff;
display: block;
padding: 13px 0;
font-size: 18px;
cursor: pointer;
}
.close-alert:hover{
background: #109519;
}
p.infinite-scroll-last {
  text-align: center;
}
/* Menu */
#mobile-fly-menu {
  z-index: 999;
  height: 40px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
}
#mobile-fly-menu span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: block;
  position: absolute;
  right: 12px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  height: 4px;
  background: #ffffff82;
}
#mobile-fly-menu span:first-child {
  top: 10px;
  width: 35px;
}
#mobile-fly-menu span:nth-child(2) {
  top: 19px;
  width: 30px;
}
#mobile-fly-menu span:nth-child(3) {
  top: 28px;
  width: 24px;
}
.menusection {
  float: right;
  width: 350px;
  background: #d8dfe9;
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: -5px 0px 17px 0 rgb(0 0 0/28%);
  padding: 4px;
  z-index: 9999;
}
.menusection .close {
    position: absolute;
    left: -50px;
    top: 10px;
    font-size: 18px;
    padding: 20px;
  border: none;
  background: #d8dfe9;
  color: #444;
  border-radius: 4px 0 0 4px;
  box-shadow: -5px 0px 17px 0 rgb(0 0 0/28%);
  cursor: pointer;
  z-index: 3;
}
.menusection .close:hover{
  color: #000;
}
.bookmarks {
  padding: 10px;
  float: left;
  width: 100%;
  overflow-y: scroll;
  height: 90%;
}
.bookmarks h2{
color: #000;
}
.bookmarks a {
  padding: 10px;
  font-size: 1rem;
  display: inline-block;
  background: #fff;
  margin: 3px 1px;
  border-radius: 15px;
  color: #444;
  border: 1px solid transparent;
}
.bookmarks a:hover{
  color: #000;
  border-color: #000;
}
footer .bookmarks a{
  background: #6d46cb;
color: #ffffff89;
}
footer .bookmarks a:hover{
  color: #fff;
  border-color: #fff;
}
button#scroll {
  bottom: 30%;
}
button.copiedalert {
  position: fixed;
  bottom: 35%;
  right: 0;
  border: none;
  padding: 10px;
  background: #6d46cb;
  color: #fff;
  border-radius: 5px 0 0 5px;
  box-shadow: var(--box-shadow);
}
.footer-menu a {
  width: 99%;
    margin: 0.5%;
    text-align: center;
    display: block;
}

.footer-menu span {
    font-size: 18px;
    display: block;
    text-align: center;
    color: #000;
}
@media only screen and (max-width:970px) {
  .input {
    margin-bottom: 15px;
}
.copied{
  bottom: 55px;
}
.container,.copiedalerts,.site-title{
width: 100%;
}
.entry-title {
  font-size: 2.5rem;
}
.entry-title span {
  font-size: 2.0rem;
}
.symbols-list h3{
  font-size: 1.3rem;
}
.menusection{
width: 80%;
}
.buttons{
  position: relative;
  right: 0px;
    top: 0px;
}
}