@media only screen and (max-width: 970px){
    .boxnames span {
        width: auto;
        text-align: left;
        display: none;
        position: absolute;
        top: -5px;
        color: #fff;
        font-size: 10px;
        left: 0;
        border-radius: 5px;
        padding: 1px 5px;
        background: #000;
        text-align: center !important;
        width: 30% !important;
    }
    .boxnames p {
        width: 100% !important;
    }
}
@media only screen and (max-width: 600px){
    .boxnames p {
        width: 100%;
        font-size: 17px;
    }
    .boxnames {
        width: 100%;
        margin: .5% 0;
    }
    .aryafontslist, .aryafontsrecentlist {
        padding: 7px;
    }
}
i.icopytext{
	float: right;
/*    background: #15c;*/
    padding: 5px 10px 0;
/*    color: #fff;*/
/*    border-radius: 5px;*/
/*    font-size: 13px;*/
/*    box-shadow: 0px 1px 2px 0px #212529;*/
}
.boxnames {
    position: relative;
    margin: 0;
    display: block;
    float: left;
    cursor: pointer;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    padding: 5px;
    text-align: left;
}

.boxnames p {
    width: 85%;
    float: left;
    background: #f5f8fc;
    margin: 0;
    border-radius: 5px;
    padding: 10px;
    color: #000;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif;
    border: 1px solid transparent;
}
.boxnames:hover span {
    display: block;
}

.boxnames span {
    float: left;
    text-align: right;
    padding-right: 10px;
    width: 15%;
    color: #999;
    font-weight: 600;
    letter-spacing: 1px;
    font-variant-caps: all-small-caps;
}
.boxnames:hover p {
    border-color: #000;
    color: #000;
    background: #fff;
}
.aryafontslist, .aryafontsrecentlist {
    display: block;
    float: left;
    text-align: left;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}
.aryafontsmain {
    float: left;
    width: 100%;
}
input#text_letters{
      width: 100%;
    height: 80px;
    padding: 0.6em 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    letter-spacing: .02em;
    line-height: 1.4;
    margin-bottom: 0;
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    font-family: sans-serif;
    letter-spacing: 1px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 15%);
    border: 3px solid #888;
}
.simple_generator.lazyload{
    display: none;
}

.spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-left-color: #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.card p {
    margin-bottom: 10px;
}
.card span.rounded-circle.bg-primary {
    border-radius: 99px !important;
    background: #f41252 !important;
    padding: 8px 14px;
    font-size: 16px;
    color: #fff;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}