@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    background: #f1f1f1
}

/* Header Start */

#pw-oop-bottom_rail {
    background-color: transparent !important;
}

header {
    width: 100%;
    background-color: #6001a8;
}

.headCont {
    max-width: 1168px;
    margin: 0 auto;
    text-align: center;
}

.mainlogo a {
    font-family: 'Source Serif Pro', serif;
    color: white;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width:600px) {
    .mainlogo a {
        font-size: 1.5rem;
    }
}

.mainlogo img {
    width: 270px;
    padding-top: 2px;
}

@media screen and (max-width:600px) {
    .mainlogo img {
        width: 200px;
    }
}

.mainlogo span {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff91;
    font-size: 12px;
    display: block;
}

.mainlogo {
    width: 100%;
    font-size: 15px;
    text-align: center;
    background-color: #6001a8;
    color: #fff;
    font-family: arial;
    padding-bottom: 5px;
    padding-top: 5px;
}

/* Header End */



/* Navbar Start */


div.scrollmenu {
    background-color: #6001a8;
    overflow: auto;
    white-space: nowrap;
    text-align: center
}

div.scrollmenu a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 12px;
    text-decoration: none
}

div.scrollmenu a:hover {
    background-color: #ffffff;
}

::-webkit-scrollbar {
    height: 5px;
    color: #555;
    width: 15px
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #6001a8;
    border-radius: 5px
}

/* Navbar End */


/* Lang bar start */

#lang {
    background: #C6D2D7;
    padding: 5px;
    text-align: center;
}

#lang  img {
    margin: 2px 5px;
}

/* Lang bar eng */



/* Sticky Bar Start */

#target {
    background: #000000;
    height: auto;
    display: block !important;
    margin-top: 10px;
    padding: 5px;
    display: table;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    clear: both;
    float: none;
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    background: #ffffff;
    z-index: 9;
}

@media screen and (max-width: 970px) {
    #target {
        margin-bottom: 0;
        padding: 5px 0 0;
        position: fixed;
        bottom: 0;
        left: 0;
        box-shadow: 0px -2px 15px 0px rgb(0 0 0 / 55%);
    }
}


#target .copyboard {
    width: 100%;
    margin-bottom: 5px;
    float: left;
    position: relative;
    color: #fff;
    padding-left: 10%;
    padding-right: 10%;

}

@media screen and (max-width:800px) {
    #target .copyboard {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* Sticky Bar End */



/* Container Start */

.mainbox {
    max-width: 1168px;
    margin: 0 auto;
    display: flex;
}

.outcont {
    margin-top: 0.5rem;
    width: 70%;
}

.top-ads {
    width: 100%;
    margin: 0.5rem 0 0.5rem 0;
}

.top {
    width: 728px;
    height: 90px;
}

.bt-ads {
    width: 100%;
    margin: 0.5rem 0 0.5rem 0;
    height: 280px;
    clear: both;
}

.container {
    padding: 15px 5px 15px 5px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #fff;
}

#sidebar {
    float: left;
    width: 30%;
}

#sticky {
    width: 300px;
    height: 600px;
    margin: 10px 0 10px 15px !important;
    position: sticky;
    top: 0;
}

#sidebar {
    width: 300px
}

@media screen and (max-width:1024px) {
    .mainbox {
        margin-left: 0%;
        margin-right: 0%;
        display: flex;
    }

    .outcont {
        margin-left: 5px;
        margin-right: 5px;
        width: 77%;
        /* width: 100%; */
    }

    #sidebar {
        float: left;
        width: 200px;
        /* display: none; */
    }

    #sticky {
        width: auto;
        height: 600px;
        margin: 10px 0 10px 15px !important;
        position: sticky;
        top: 0;
    }

    .top-ads {
        width: 100%;
        clear: both;
        margin: 0.5rem 0 0.5rem 0;
    }

    .top {
        width: 300px;
        height: 250px;
    }
    .bt-ads {
        height: 280px;
    }
}

@media screen and (max-width:800px) {
    .outcont {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    #sidebar {
        display: none;
    }
}

.catbar {
    width: 100%;
    display: flex;
    background-color: #e3e8eb;
    border-radius: 5px;
}

.catbar a {
    width: 50%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}

.catbar a.active {
    border: 3px solid rgb(0, 0, 0);
}


h1.titlesymbol {
    text-align: center;
    margin: 1rem 0;
    font-weight: 600 !important;
    font-size: 1.25rem !important;
}

#symbols {
    list-style-type: none;
    margin: 0 0 10px;
    display: inline;
    box-sizing: border-box;
}

.extlink {
    margin: 2rem;
}

.extlink a {
    padding: 10px;
    color: #000000;
    text-decoration: none;
    box-shadow: 2px 2px 4px 2px #bfbfbf33;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    background-color: orange;
    transition: .2s
}

.extlink a:hover {
    border-color: #4a4a4a;

}


#symbols li {
    display: inline
}


.symbolcat {
    font-family: 'Courier Prime', monospace;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #383838;
    font-size: 18px
}

.tools{
    text-align: center;
    padding: 10px 0 10px 0;
    border-radius: 10px;
    margin: 10px 0 10px 0;
}

.tools a {
    background: #4c4848;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    padding: 0.4rem 0.7rem 0.7rem 0.5rem;
    position: relative;
    vertical-align: top;
    text-decoration: none;
}


.symbol {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    transition: .2s;
}




@media screen and (max-width:800px) {
    .symbol {
        min-width: 50px;
        height: 50px;
        font-size: 30px;
        line-height: 50px
    }
}

.artheight {
    white-space: pre;
    background-color: #fff;
    border-radius: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    padding: 1px 10px 10px;
    box-shadow: 0 0 5px #dbdbdb;
    font-size: 8px;
}

/* adjusted start */
#symbols.adjusted li .symbol {
    width: auto;
    height: auto;
    padding: 0 15px 5px;
    font-size: 25px;
}

@media screen and (max-width:800px) {
    #symbols.adjusted li .symbol {
        font-size: 20px;
        line-height: 50px
    }
}

/* adjusted end */

.symbolcat {
    width: 100%;
    line-height: 1.6;
    border: 1px solid #1d1919;
    text-align: center;
    margin: 1rem 0;
    padding: 1rem;
}

.newcat {
    width: 100%;
    text-align: center;
    margin: 1rem 0;
}

.newcat a {
    margin-left: 5px;
    background: #e3e8eb;
    margin-bottom: 5px;
    color: #000000;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 0.9rem;
    justify-content: flex-start;
    line-height: 1.5;
    padding: 0.4rem 0.7rem 0.7rem 0.5rem;
    position: relative;
    vertical-align: top;
    text-decoration: none;
}

.newcat a.active {
    border-color: #000000;
    border-width: 2px;
}


.newcat a:hover {
    border-color: #4a4a4a;
    color: #000
}


.tab-link {
    background: #e3e8eb;
    color: #333;
    padding: 12px 1px 0px 1px;
    font-size: 15px;
    border-radius: 5px;
    display: inline-block;
    width: 76px;
    margin: 5px 3px;
    text-align: center;
    max-width: 32%;
    border-bottom: 2px solid #ddd;
    height: 65px;
}

.tab-bar a {
    text-decoration: none;
}

.symbol-icon {
    font-size: 30px;
}



.container p {
    margin: 2rem 0rem 2rem 0rem;
}

#sybunch-list {
    width: 100%;
    margin-top: 2rem;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
}

@media screen and (max-width:600px) {
    #sybunch-list {
        padding-left: 5px;
        padding-right: 5px;
    }

    #sybunch-list table tr td {
        font-size: 0.9rem;
    }
}

#sybunch-list table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}

#sybunch-list table tr td {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

#sybunch-list table th {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.sybunch-symbol {
    margin-left: 5px;
    margin-bottom: 7px;
    border-radius: 8px;
    display: inline-block;
    width: 270px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

@media screen and (max-width:800px) {
    .sybunch-symbol {
        width: 270px;
        height: 50px;
        font-size: 30px;
        line-height: 50px
    }
}


/* Container End */



/* copy css start */

#copied-message {
    position: fixed;
    max-width: 150px;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #6412d3;
    color: white;
    border-radius: 5px;
    display: none;
  }

/* copy css end */



/* Sharing Button CSS Start*/

#target .sharebutton {
    width: 100%;
    height: 40px;
    padding-left: 20%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: rgb(255, 0, 0);
}

#target .share {
    padding-top: 5px;
    display: flex;
    float: left;
    text-transform: uppercase;
    color: #777;
    margin-right: 5px;
    font-size: 12px;
}

span.sharetext {
    /* float: left;
    text-transform: uppercase;
    color: #f9f9f9;
    width: 35%;
    text-align: right; */
    padding: 8px 5px 8px 10px;
}

/* Sharing Button CSS End*/


/* info start */
.info-title {
    padding: 0;
    margin-top: 15px;
    background-color: #fff;
    box-shadow: 2px 2px 12px 1px #d8d8d8
}

.info-title h2 {
    background-color: #6412d3;
    color: #fff;
    padding: 10px;
    text-align: center
}

@media screen and (max-width:800px) {
    .info-title h2 {
        font-size: 1.2rem;
    }

    .info p {
        font-size: 0.9rem;
    }
}

.info {
    padding: 15px
}

.info p {
    margin-bottom: 5px;
    text-align: justify
}


#symbol-list {
    width: 100%;
    margin-top: 1rem;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
}

@media screen and (max-width:600px) {
    #symbol-list {
        padding-left: 5px;
        padding-right: 5px;
    }

    #symbol-list table tr td {
        font-size: 0.9rem;
    }
}

#symbol-list table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}

#symbol-list table tr td {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

#symbol-list table th {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.table-symbol {
    font-size: 20px;
}

/* info end */



/* footer start */
.footer {
    padding: 5px;
    text-align: center;
    background: #171616;
    margin-top: 20px;
    padding-bottom: 120px;
}

.footer p {
    font-size: 15px;
}

.footer div {
    color: #cbcbcb
}


.footlinks {
    text-decoration: none;
    color: #cbcbcb;
    margin: 10px;
    font-size: 15px;
}

@media screen and (max-width:800px) {
    .footer p {
        font-size: 0.7rem;
    }

    .footer a {
        font-size: 0.7rem;
    }
}


/* footer end */


.grid-container {
			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-template-rows: repeat(4, 1fr);
			gap: 10px;
			padding: 10px;
			background-color: #f2f2f2;
		}
		
		.grid-item {
			background-color: #fff;
			padding: 10px;
			text-align: center;
		}

        .grid-single{
            color: black;
            text-decoration: none;
			background-color: #fff;
			border: 1px solid #ddd;
			padding: 10px;
			text-align: center;
        }

        @media screen and (max-width: 768px) {
			.grid-container {
				grid-template-columns: 1fr;
				grid-template-rows: repeat(8, auto);
            }
        }

        /* left side menu start*/
.leftsection {
    float: left;
    width: 23%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #6001a8;
    box-shadow: 5px 1px 4px 0 rgba(0, 0, 0, .08);
    display: none;
}

.leftsection .close {
    position: absolute;
    right: -45px;
    top: 10px;
    font-size: 18px;
    padding: 10px 17px;
    border: none;
    background: #000000;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    z-index: 3;
}

.leftsection h2 {
    font-size: 19px;
    font-family: pacifico, cursive;
    text-align: center;
    background-color: black;
    color: white;
    margin: 0;
    padding: 5px;
    font-size: 1.4rem;
}

.leftsection h2 a {
    text-decoration: none;
    color: #fff;
    text-transform: none;
    font-size: 18px;
}

.bookmarks {
    overflow: scroll;
    height: 100%;
    padding-right: 3px;
}

.bookmarks a {
    text-align: right;
    font-family: sans-serif;
    font-size: 15px;
    color: white;
    text-decoration: none;
    display: block;
    text-align: right;
    padding: 10px 15px;
    text-transform: uppercase;
}

#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: 10px;
    width: 38px;
}

#mobile-fly-menu span:nth-child(2) {
    top: 19px;
    width: 30px
}

#mobile-fly-menu span:nth-child(3) {
    top: 28px;
    width: 22px
}

#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: #ffffff8f
}

.bookmarks a:hover {
    background: #fff;
    color: #000;
}

@media only screen and (max-width:970px) {
    .leftsection {
        width: 60%;
    }

    .mads {
        width: 100%;
        height: 90px;
    }

    #mobile-fly-menu span:nth-child(1) {
        top: 9px;
        width: 38px;
    }

    #mobile-fly-menu span:nth-child(2) {
        top: 19px;
        width: 30px;
    }

    #mobile-fly-menu span:nth-child(3) {
        top: 28px;
        width: 22px;
    }

    #mobile-fly-menu {
        position: absolute;
    }
}

/* left side menu End*/