::-webkit-scrollbar {
    width: 2px;
    height: 3px;
}

::-webkit-scrollbar-track {
    background: #bbbbbb;
}

::-webkit-scrollbar-thumb {
    background: #692be2;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    scroll-behavior: smooth;
}

h3.post-title.entry-title {
    display: none;
}

body {
    background: #f0f8ff63;
}

header {
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
    text-align: center;
    padding: 2px;
}

header img {
    width: 300px;
}

/* navbar */
.nav {
    position: absolute;
    top: 7px;
    left: 4px;
    color: #fff;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 18px;
    color: #f6f6f6;
    display: block;
    transition: 0.3s;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#mobile-fly-menu span {
    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: .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: rgb(255, 255, 255);
}

#mobile-fly-menu {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 40px;
    float: left;
}

#mobile-fly-menu span:nth-child(1) {
    top: 10px;
    width: 35px;
}

#mobile-fly-menu span:nth-child(2) {
    top: 19px;
    width: 27px;
}

#mobile-fly-menu span:nth-child(3) {
    top: 28px;
    width: 20px;
}

.cat a,
.other-sites a {
    display: inline-block;
    font-size: 17px;
    padding: 7px 12px;
    border-radius: 10px;
    outline: none;
    font-family: sans-serif;
    background: #f55971;
    margin: 3px 1px;
    text-decoration: none;
    color: #fff;
}

.other-sites a {
    background: #23df23;
}

.cat {
    position: absolute;
    width: 30%;
    padding-right: 6%;
    right: 0;
    z-index: 1;
    text-align: left;
    margin-top: 20px;
}

.cat.cat2,
.other-sites {
    position: unset;
    display: block;
    text-align: center;
    width: 80%;
    margin: 20px auto;
    padding-right: 0;
}

.cat.cat2 a,
.other-sites a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

/* textarea box */
.textbox {
    text-align: center;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #00d2ff, #928dab);
    padding: 12px 100px;
    border-radius: 4px;
    position: fixed;
    bottom: 0;
    z-index: 2;
    right: 0;
    left: 0;
}

input#cartlist {
    width: 80%;
    padding: 13px 0;
    border-radius: 4px;
    border: 1px solid #b4b4b4;
    font-size: 22px;
    outline: none;
}

.textbox button {
    width: 15%;
    line-height: 3.8;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    cursor: pointer;
    background: #23df23;
}

span.empty {
    position: relative;
    right: 32px;
    font-size: 30px;
    top: -4px;
    cursor: pointer;
    color: blue;
}

p.copied {
    position: fixed;
    width: 260px;
    right: 0;
    bottom: 25%;
    background: #0141d0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0;
    z-index: 99999;
    box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, .41);
}

p.copied span {
    float: left;
    width: 100%;
}

p.copied .text {
    background: transparent;
    color: #fff;
    border: none;
    width: 100%;
}

#scroll {
    display: none;
    position: fixed;
    bottom: 20%;
    right: 10px;
    background: #fff;
    z-index: 99;
    color: #777;
    font-size: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 14px;
    box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 21%);
    border-radius: 0;
}

.all-sembolleri {
    display: block;
    width: 70%;
    margin-right: 30%;
    padding-left: 6%;
    padding-right: 2%;
}

.all-sembolleri p {
    margin: 20px auto;
    color: #2f2f2f;
    text-align: left;
    letter-spacing: 0.3px;
    line-height: 1.4;
}

.semboller {
    display: inline-block;
    border: 1px solid #d9d9d9;
    line-height: 1.5;
    margin: 9px 3px;
    font-size: 0;
    cursor: pointer;
    background: #fff;
    box-shadow: 2px 3px 6px 2px #e2e2e2;
    border-radius: 10px;
    position: relative;
}

.all-sembolleri h2 {
    text-align: center;
    width: 100%;
    margin: 20px auto;
    background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
    color: #fff;
    padding: 10px 0;
}

.semboller span {
    font-size: 22px;
    padding: 7px 20px;
    display: block;
}

.semboller span:hover {
    transform: scale(1.13);
    color: #ef3454;
}

.page-load-status {
    width: 70%;
    padding-left: 6%;
    padding-right: 2%;
}

p.infinite-scroll-error {
    text-align: center;
}

p.infinite-scroll-last {
    text-align: center;
    margin: 15px auto;
    font-weight: 600;
    color: blue;
}

.aload {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 20px 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
}

/* footer */
footer {
    text-align: center;
    background: #282828;
    color: #fff;
}

p.title {
    font-size: 22px;
    font-weight: 600;
}

footer img {
    max-width: 80%;
}

.data {
    width: 80%;
    margin: auto;
}

.data p {
    text-align: left;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.data h2,
.data h3,
.data h4 {
    margin: 10px auto;
    text-align: left;
}

.data li {
    text-align: left;
    padding-left: 15px;
    line-height: 1.5;
}

.copyright-area a {
    color: #FFEB3B;
    text-decoration: none;
}

/*  */
div#clickmodal_header {
    padding: 4px 0px;
}

#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;
}

.print-buttons {
    color: #f2f2f2;
    display: block;
    text-align: start;
    width: 50%;
}

button.print-button-print {
    background: transparent;
    border: none;
    cursor: pointer;
}

button.print-button-print i {
    background: none;
    font-size: 20px;
    color: #fff;
}

.clickmodal {
    display: block;
    visibility: hidden;
    z-index: 2147483647 !important;
    left: 0;
    top: 16%;
    width: 80%;
    padding: 7px 3px;
    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: 190%;
    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: 10px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    float: left;
}

.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;
}

span#seconds {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 20px;
    background: #21d52c;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-family: sans-serif;
    z-index: 999999;
    padding: 8px 0;
    text-align: center;
}

/* copied show button on mobile */
.semboller button {
    position: absolute;
    top: 5px;
    right: 0;
    background: #fff;
    border: 1px solid #3e5b9b1f;
    color: #444;
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 50px;
    font-variant-caps: all-small-caps;
    letter-spacing: 1px;
    -webkit-transition: margin-right .3s cubic-bezier(.23, 1, .32, 1);
    -o-transition: margin-right .3s cubic-bezier(.23, 1, .32, 1);
    transition: margin-right .3s cubic-bezier(.23, 1, .32, 1);
}

.ads-sec {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

#adsInPopupDialog {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.share-options {
    margin-top: 10px;
}

.note {
    display: block;
    margin-bottom: 5px;
}

.share-link {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}

.share-buttons i {
    background: none;
    font-size: 21px;
    color: #fff;
}

.share-buttons {
    float: right;
}
/*  */
.copyright-area {
    padding: 5px 0 15px 0;
}

@media (max-width: 750px) {

    /* CSS */
    .page-load-status {
        width: 100%;
        padding: 0;
    }
    .nav {
        left: 0;
    }
    .clickmodal{
        width: 100%;
        padding: 5px 0;
    }
    #clickmodal_header .share-buttons,
    .print-buttons {
        text-align: center;
        width: 100%;
        margin: 7px 0;
    }

    header img {
        width: 260px;
    }

    .cat {
        position: unset;
        width: 100%;
        padding-right: 0;
        right: 0;
        z-index: 1;
        text-align: left;
        margin-top: 20px;
        overflow: auto;
        white-space: nowrap;
    }

    .cat.cat2,
    .other-sites {
        overflow: unset;
        white-space: normal;
        width: 100%;
    }

    .data {
        width: 100%;
    }

    .textbox {
        width: 100%;
        padding: 5px 0 2px 0;
        flex-direction: column;
    }

    span.empty {
        position: absolute;
        right: 25px;
        font-size: 33px;
        top: 10px;
    }

    input#cartlist {
        font-size: 20px;
        width: 100%;
    }

    .textbox button {
        line-height: 3.3;
        width: 100%;
    }

    .all-sembolleri {
        width: 100%;
        margin-right: 0;
        padding: 0;
        text-align: left;
    }

    .semboller {
        margin: 6px 3px;
    }

    .semboller span {
        padding: 7px 17px;
    }

    .all-sembolleri h2 {
        font-size: 20px;
        text-align: center;
    }
}