*,
body,
html {
    box-sizing: border-box
}

::-webkit-scrollbar-track {
    background: #aeaeae
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 8px #000000;
    overflow-x: auto;
    background: #ececec;
}

a {
    text-decoration: none;
}

body {
    background: #e3e5ea;
    font-family: 'Sarabun', sans-serif;
    padding: 0;
    margin: 0;
    height: 100%;
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}

header {
    box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 21%);
    background: #334876;
}

.container-top {
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (min-width: 1400px) {
    .container-top {
        max-width: 78%;
    }
}

#mobile-fly-menu {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 40px;
    float: left;
}

#mobile-fly-menu:hover span {
    background: #fff;
}

#mobile-fly-menu span:nth-child(1) {
    top: 13px;
    width: 36px;
}

#mobile-fly-menu span:nth-child(2) {
    top: 21px;
    width: 27px;
}

#mobile-fly-menu span:nth-child(3) {
    top: 29px;
    width: 19px;
}

#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;
    left: 12px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    height: 4px;
    background-color: #E5EFFF;
}

.site-branding-text {
    background: #334876;
    padding: 0;
    color: #fff;
    text-align: center;
}

p.site-title {
    margin: 0;
    font-weight: 700;
}

p.site-title a {
    padding: 3px;
    font-size: 26px;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #e5efff;
    backface-visibility: hidden;
    box-sizing: border-box;
    cursor: pointer;
}

span#random-characters {
    font-size: 22px;
    padding-left: 4px;
}

@media only screen and (max-width: 600px) {
    p.site-title a {
        font-size: 24px;
        overflow: hidden;
    }

    .random-characters {
        display: none;
    }
}

.main {
    width: 100%;
    min-height: 90vh;
    margin-bottom: 0rem;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px 0px;
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 78%;
    }
}

.column {
    float: left;
    padding: 10px;
    width: 50%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.shareonsocial {
    margin: 0;
    margin-bottom: 0rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1px;
    padding-top: 6px;
    padding-bottom: 2px;
    padding-left: 0;
    justify-content: flex-start;
    float: left;
    text-transform: uppercase;
    color: #f9f9f9;
    text-align: right;
}

.shareonsocial path {
    fill: #fff;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0px;
}

.resp-sharing-button {
    transition: 25ms ease-out;
    padding: 0px 12px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    border-radius: 0px;
    border: 1px #b8b8b8 solid;
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button.resp-sharing-button--facebook.resp-sharing-button--small {
    background: #354761;
}

.resp-sharing-button.resp-sharing-button--whatsapp.resp-sharing-button--small {
    background: #00ab4c;
}

.resp-sharing-button.resp-sharing-button--email.resp-sharing-button--small {
    background: #ff0000;
}

.resp-sharing-button.resp-sharing-button--twitter.resp-sharing-button--small {
    background: #0087ff;
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

::placeholder {
    color: #706c6c;
    font-family: 'Sarabun', sans-serif;
}

#special_fonts_input {
    color: #000;
    height: 290px;
    font-family: 'Sarabun', sans-serif;
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    font-size: 18px;
    text-align: left;
    background: #fff;
    border-color: #555;
    border-width: 2px;
    border-style: solid;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    outline: none;
}

@media screen and (max-width: 600px) {
    #special_fonts_input {
        height: 80px;
    }
}

.fonts-stylish {
    padding: 0px 8px;
    border-radius: 2px;
    padding-top: 0px;
    border: 1px solid #d1d1d1;
    height: 290px;
    overflow: scroll;
    background: #fff;
    border-color: #555;
    border-width: 2px;
    border-style: solid;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    outline: none;
}

.fonts-stylish p {
    margin: 0
}

.fancy-fonts-style {
    position: relative
}

.fancy-fonts-style {
    cursor: pointer;
    padding: 6px 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
}

@media (max-width:520px) {
    .fancy-fonts-style {
        font-size: 16px
    }
}

p.lunicreepify {
    padding: 30px 0;
    letter-spacing: 2px;
    overflow: hidden
}

.fancy-fonts-style:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

h1.titleh1 {
    border-bottom: 1px solid #ffffff;
    padding: 5px 0;
    margin: 5px 0;
    margin-top: 1rem;
    clear: both;
    font-size: 26px;
    text-align: center;
}

p.tagline {
    text-align: center;
    padding: 0px;
    margin: 8px;
    font-size: 15px;
    margin-top: 2px;
}

div#myUL {
    padding: 0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    clear: both;
}

.characters {
    margin: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    margin-right: .5rem;
    margin-bottom: .5rem;
    min-width: 65px;
    vertical-align: text-top;
    border-color: #757575;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    font-size: 1rem;
    height: 2.5em;
    line-height: 35px;
}

.characters:hover {
    transform: scale(1.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.fonts-stylish .characters {
    cursor: pointer;
    display: table;
    height: auto;
    overflow-wrap: anywhere;
    flex-wrap: wrap;
    text-align: left;
    padding: 0px 10px;
    background-color: #f5f5f5;
    color: #000;
    border: 1px solid #c5c5c5;
    border-radius: 6px;
    margin-top: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
}

.fonts-stylish .characters:hover {
    transform: none;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

#special-characters {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    color: #555555;
    padding: 1px 14px;
    font-size: 22px;
}

.fonts-stylish .characters span#special-characters {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    background: transparent;
    color: #313030;
    padding: 0;
    font-size: 1rem;
}

.copied-message {
    font-family: 'Sarabun', sans-serif;
    font-size: 11px;
    opacity: 0;
    color: #fff;
    position: absolute;
    padding: 5px 10px;
    background: #00ab4c;
    top: -2px;
    right: 13px;
    border-radius: 3px;
    z-index: 9999;
    float: left;
    line-height: 10px;
    overflow-wrap: normal;
}

.clearbtn {
    background: none;
    border: none;
    color: #f95e81;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
}

.recent {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 0;
    padding: 8px;
    padding-top: 9px;
    position: fixed;
    bottom: 0;
    background: #2b3c62;
    z-index: 9999;
}

.bulkcopy {
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .bulkcopy {
        max-width: 100%;
    }
}

.input {
    width: 82%;
    float: left;
    position: relative;
    color: #fff;
    padding-left: 5px;
}

#incharacters {
    width: 100%;
    outline: 0;
    height: 36px;
    text-align: center;
    border: none;
    padding: 9.5px;
    border: 0;
    font-size: 16px;
    display: block;
    border-radius: 3px 0 0 3px;
    background: #f9f9f9;
    box-shadow: inset 1px 1px 3px rgba(200, 200, 200, .7);
    color: #444;
}

.input span {
    width: 50px;
    float: left;
    text-align: center;
    height: 40px;
    top: 0;
    right: 0;
    position: absolute;
    font-size: 20px;
    padding: 4px;
    color: #bd1c1c;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.sharenow {
    float: left;
    width: 18%;
    text-align: center;
    position: relative;
    border-radius: 0 3px 3px 0;
    overflow: hidden;
}

.copyidbtn {
    color: #fff;
    padding: 0.663rem 0rem;
    display: block;
    text-transform: uppercase;
    background: #00a744;
    font-size: 13px;
    border-radius: 0;
    float: right;
    font-weight: 700;
    border: none;
    width: 100%;
    cursor: pointer;
    z-index: 9999;
}

.special-characters {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    color: #555555;
    padding: 1px 14px;
    font-size: 25px;
}

.special-characters:hover {
    background: #c9ccd2;
    color: #000;
    overflow: revert;
}

.leftsection {
    float: left;
    width: 23%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99999 !important;
    -webkit-box-shadow: 8px 0 17px 0 rgba(0, 0, 0, .28);
    -moz-box-shadow: 8px 0 17px 0 rgba(0, 0, 0, .28);
    box-shadow: 8px 0 17px 0 rgba(0, 0, 0, .28);
    display: none;
    background: linear-gradient(to right, #2b3c62, #606c88);
}

@media only screen and (max-width: 970px) {
    .leftsection {
        width: 75%;
    }
}

.leftsection .close {
    position: absolute;
    right: -42px;
    top: 10px;
    font-size: 18px;
    padding: 10px 15px;
    border: none;
    color: #fff;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    z-index: 3;
    background: linear-gradient(to right, #b40606, #e30000);
}

.leftsection h2 {
    text-align: center;
    margin: 5px;
    font-size: 1.4rem;
    border-bottom: 1px solid #ffffff;
    padding: 5px;
    font-weight: 300;
    color: #f5f5f5;
}

.leftsection h2 a {
    padding: 3px;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
    backface-visibility: hidden;
    color: #fff;
    text-transform: none;
    font-size: 22px;
    font-weight: 600;
}

.bookmarks {
    overflow: auto;
    height: 85%;
    padding-right: 3px;
    background: 0 0;
}

.bookmarks a {
    display: block;
    text-align: right;
    padding: 10px 18px 10px 0;
    color: #ffffffbf;
    font-size: 16px;
    text-transform: uppercase;
    backface-visibility: hidden;
    border-radius: 3px;
    border: 1px solid transparent;
    line-height: 1.5;
}

.bookmarks a:hover {
    background: #fff;
    color: #000;
}

.site-link {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 20px;
}

.site-link a {
    font-size: 20px;
    display: block;
    padding: 3px 20px;
    text-align: left;
}

.site-link a:hover {
    color: #fff9;
}

.page-load-status {
    text-align: center;
    color: #777;
    float: left;
    width: 100%;
}

.infinite-scroll-last {
    font-size: 18px;
    margin: 2px 0;
    padding: 2px 0;
}

p.dspage {
    display: none;
}

.cate,
.pages,
nav {
    width: 100%;
    text-align: center;
    margin: 1rem 0;
}

a.exlink,
.cate a,
.pages a,
nav a {
    background: #fff;
    margin-bottom: 5px;
    color: #4a4a4a;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.5em - 1px) calc(.75em - 1px);
    position: relative;
    vertical-align: top;
}

.cate a {
    background-color: #606c88;
    border-color: transparent;
    color: #fff;
}

a.exlink {
    background-color: #fff;
    color: #4a4a4a;
}

.pages {
    color: white;
}

a.page-link {
    background: #e3e5ea;
}

footer {
    display: block;
    text-align: center;
    font-weight: 300;
    color: #f5f5f5;
    clear: both;
    margin-top: 8px;
    background: #484848;
    padding: 20px 20px 100px;
}

footer p {
    margin: 0;
}

.aload {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
    text-align: center;
}

.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
}

.specialfontsbio {
    background: #fff;
    padding: 20px;
}

.specialfontsbio p {
    margin-bottom: 18px;
    font-size: 17px;
    color: #2d3436;
}

.specialfontsbio h2 {
    font-size: 24px;
    color: #2d3436;
    margin-top: 45px;
    margin-bottom: 18px;
    border-left: 5px solid #6c5ce7;
    padding-left: 18px;
}