/*  */
#clickmodal_header .share-buttons {
    color: #f2f2f2;
    display: block;
    text-align: end;
    width: 50%;
  }
  
  #clickmodal_header .share-buttons button {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 2px;
    padding: 0px 3px;
  }
  .clickmodal {
    display: block;
    visibility: hidden;
    z-index: 2147483647 !important;
    left: 0;
    top: 16%;
    width: 80%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 -20px 10px 0 rgb(0 0 0/25%);
    -moz-box-shadow: 0 -20px 10px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 -20px 10px 0 rgb(0 0 0/25%);
    background: #141414;
  }
  
  .clickmodal-header {
    margin-top: 6px;
    margin-bottom: 6px;
    word-wrap: break-word;
    text-align: center;
  }
  
  #clickmodal .symbol_content .the_copied_text {
    font-size: 150%;
    padding-top: 10px;
    width: 100%;
    outline: none;
    text-align: center;
    resize: none;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  }
  
  div#clickmodal .span-value {
    text-align: center;
    font-size: 17px;
    color: #ffffffed;
    text-transform: uppercase;
    padding: 6px;
  }
  
  span.copied-message {
    margin: 10px auto;
    display: block;
    font-size: 15px;
    color: #fff;
    text-align: center;
  }
  
  .clickmodal-footer-close {
    width: 100%;
    border: none;
    background: #17a920;
    color: #fff;
    display: block;
    padding: 13px 0;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    float: left;
  }
  div#clickmodal_header {
    padding: 4px 0px;
  }
  
  .close-button {
    border: none;
    position: absolute;
    right: 0;
    display: block;
    background: #21d52c;
    color: #fff;
    font-size: 22px;
    padding: 8px 15px;
    border-radius: 50%;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  #clock {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 20px;
    /* background: #21d52c; */
    border-radius: 50%;
    width: 40px;
    font-family: sans-serif;
    z-index: 999999;
    text-align: center;
    padding: 6px 0;
  }
  .names{
    position: relative;
  }
/*  */
.main-names.simb .names {
  display: inline-block;
  font-size: 20px;
  border: 1px solid #c4c4c4;
  background: #fff;
  margin: 2px 5px;
  }
  .main-names .names span {
  display: block;
  }
  .main-names, .recentcopied {
    width: 100%;
    float: left;
    /* margin-left: 10%; */
}
.myscroll{
  float: left;
  width: 80%;
  margin-left: 10%;
}
.myscroll h2 {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  padding: 0;
  margin: 20px 0 0 10%;
}
.main-names h2, .recentcopied h2 {
  width: 100% !important;
  text-align: left;
  margin: 15px auto;
  margin-left: 0 !important;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
/* .main-names.simbolos h2 {
  margin: 0 !important;
} */
.names:hover {
  transform: scale(1.04);
  box-shadow: 2px 2px 6px 2px #e9e9e9 !important;
}
/*infite*/
p.infinite-scroll-error {
    text-align: center;
}
p.infinite-scroll-last {
text-align: center;
font-weight: 600;
margin: 20px auto;
color: crimson;
}
.aload {
font-size: 20px;
position: relative;
width: 4em;
height: 1em;
margin: 10px auto
}
.aload span {
display: block;
width: 1em;
height: 1em;
border-radius: .5em;
background: #555;
position: absolute;
animation-duration: .5s;
animation-timing-function: ease;
animation-iteration-count: infinite
}
.aload span:nth-child(1),
.aload span:nth-child(2) {
left: 0
}
.aload span:nth-child(3) {
left: 1.5em
}
.aload span:nth-child(4) {
left: 3em
}
@keyframes reveal {
from {
transform: scale(.001)
}
to {
transform: scale(1)
}
}
@keyframes slide {
to {
transform: translateX(1.5em)
}
}
.aload span:nth-child(1) {
animation-name: reveal
}
.aload span:nth-child(2),
.aload span:nth-child(3) {
animation-name: slide
}
.aload span:nth-child(4) {
animation-name: reveal;
animation-direction: reverse
}

.scroll-top {
  text-align: left;
  width: 80%;
  margin: 20px auto;
  margin-left: 10%;
  font-size: 0;
  float: left;
}
.scroll-top a {
  text-transform: capitalize;
  border: 1px solid #ededed;
  line-height: 1.5;
  font-size: 16px;
  margin: 5px 1px;
  background: crimson;
  color: #fff;
  text-align: left;
  display: inline-block;
  padding: 9px 15px;
  border-radius: 10px;
  transition: all .2s ease-in-out;
  text-decoration: none;
}
header .container {
  padding: 5px 0 5px 0;
  width: 80%;
  margin-left: 10%;
}
@media (max-width: 680px) {
  header h1 a {
    font-size: 28px;
}
.myscroll{
  width: 100%;
  margin: 0;
}
  .scroll-top {
    width: 100%;
    margin-left: 0;
}
  .container {
    width: 98% !important;
    margin: auto;
    margin-left: 0 !important;
  }
  #clickmodal{
    width: 100%;
  }
}