.category-emoji {
    font-size: 60px;
    text-decoration: none !important;
    display: inline-block;
    width: 100px;
    line-height: 100px;
    text-align: center;
}

.search-emoji {
    font-size: 60px;
    text-decoration: none !important;
    display: inline-block;
    width: 100px;
    line-height: 100px;
    text-align: center;
}

.emoji-container {
    font-size: 200px;
    text-align: center;
    background-image: url(../img/checkerboard.png);
    background-size: cover;
    background-color: rgb(255 255 255 / 50%);
    padding-bottom: 40px;
}

.card {
    /* border: none; */
    /* box-shadow: 0 0.25rem 0.125rem 0 rgb(0 0 0 / 5%); */
    border-radius: 0;
}

.card-alt {
    background-color: #ff922b;
    color: #fff;
    box-shadow: inset 0 0.25rem 0.125rem 0 rgb(0 0 0 / 10%);
}

.card-purple {
    background-color: #8c42b2;
}

body {
    /*background-color: #f8f9fa;*/
    background-color: #efefef;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.emoji-list {
    min-width: 30px;
    display: inline-block;
    text-align: center;
}

.bg-brand-dark {
    background-color: #121924 !important;
}

.bg-brand-dark-alt {
    background-color: #171f2c !important;
}

.emoji-meaning {
    border-left: 3px solid #526e9d;
    padding-left: 15px;
    padding-bottom: 5px;
    margin-top: 30px;
}

.emoji-meaning p {
    font-size: 1.3rem;
}

.emoji-meaning p {
    margin-bottom: 5px;
}

.emoji-meaning small {
    opacity: 0.7;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
    padding: 7px 0;
}

#footer {
    --mask:
    conic-gradient(from 110deg at top,#0000,#000 1deg 139deg,#0000 140deg) 50%/109.90px 100%;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    padding-top: 50px !important;
}

.navbar-brand {
    user-select: none;
    opacity: 0.8;
    transition: all 0.3s;
    margin: 0;
}
.navbar-brand:hover {
    opacity: 1;
}
.navbar-brand img {
    height: 30px;
}

.navbar-left, .navbar-right {
    width: 40%;
}

#home-hero-canvas {
    position: absolute;
    opacity: 0.3
}
#home-hero-container {
    padding: 110px 1rem 150px 1rem;
}
#home-hero {
    --mask: conic-gradient(from -70deg at bottom,#0000,#000 1deg 139deg,#0000 140deg) 50%/109.90px 100.08%;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    /*box-shadow: inset 0 0 20px 0px #ffffff0a;*/
    background-color: #0b111c;
}

#blog-hero {
    background-color: #0b111c;
    --mask: conic-gradient(from -70deg at bottom,#0000,#000 1deg 139deg,#0000 140deg) 50%/109.90px 100%;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

#blog-hero-canvas {
    position: absolute;
    opacity: 0.3
}
#blog-hero-container {
    padding: 130px 1rem;
}

div.it-client {
    display: inline-block !important;
}

.navbar-search input {
    border-radius: 0;
    border: 0;
}
.navbar-search input[type]:focus {
    box-shadow: none;
} 

.navbar-search button {
    border-radius: 0;
}

.navbar-offset {
    height: 53.6px;
}

.home-search input {
    border-radius: 0 !important;
    border: 0;
}

.home-search button {
    border-radius: 0 !important;
}
.footer-subscribe {
    max-width: 500px;
    margin: 30px auto;
}

.footer-subscribe input {
    border-radius: 0 !important;
    border: 0;
}

.footer-subscribe button {
    border-radius: 0 !important;
}

.home-hero-logo {
    width: 100%;
    max-width: 300px;
    opacity: 0.9;
    margin-bottom: 30px;
}

.post-image {
    width: 100%;
    max-width: 500px;
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-list-item h2 a {
    text-decoration: none;
}

.post-body h2, .post-body h3, .post-body h4, .post-body h5 {
    margin-bottom: 0;
    margin-top: 20px;
}

.post-body {
    font-size: 18px;
}

.large-text {
    font-size: 18px;
}
.large-text a, a.large-text {
    text-decoration: none;
}

.emoji-openmoji {
    height: 250px;
    font-size: 20px;
}

.btn-twitter {
    border-radius: 0.2rem;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #1d9bf0;
    border-color: #1d9bf0;
}

.btn-twitter:hover {
    background-color: #0c7abf;
    border-color: #0c7abf;
}

.mini-emoji {
    width: 50px;
    margin-right: 20px;
}

.related-list-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #212529;
    background-color: #f8f8f8;
    margin-bottom: 1em;
}

.related-list-emoji {
    padding-top: 10px;
    margin: 10px 15px 10px 10px;
}

.related-list-emoji span {
    font-size: 50px;
    min-width: 70px;
    display: inline-block;
    text-align: center;
}

.related-list-meaning {
    margin: 10px 0;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
}

.footer-top {
    margin-bottom: -22px;
}

.navbar>.container {
    flex-wrap: nowrap;
}

.navbar-search-form {
    width: 100%;
    max-width: 600px;
}

.link-offwhite {
    color: #fff!important;
    opacity: 0.8;
    transition: all 0.3s;
}
.link-offwhite:hover {
    opacity: 1;
}

.navbar-search input {
    background-color: #ffffff0a;
    outline: none !important;
    color: #fff;
}
.navbar-search input:active, .navbar-search input:focus {
    background-color: #ffffff14;
    color: #fff;

}
.navbar-search input::placeholder {
    color: #ffffff87 !important;
}
.navbar-search .btn {
    background-color: #ffffff0a;
}
.navbar-right {
    display: flex;
    margin-left: 10px;
}

.home-intro {
    text-align: center;
    padding: 0 10px 40px 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Slab";
}

.home-intro h1, .home-intro h4 {
    text-transform: uppercase;
}

.home-intro h4 {
    color: #bf7015;
}

.card-style1 .card-title {
    font-family: 'Roboto Slab';
    text-transform: uppercase;
    text-align: center;
    padding: 15px 5px 15px 5px;
}

.home-intro-text {
    max-width: 600px;
    margin: auto;
    margin-top: 30px;
}

.home-intro-text p {
    margin: 10px;
}

.subscribe-page-form {
    width: 500px;
    margin: auto;
    margin-top: 30px;
}

.subscribe-page-form button {
    width: 100%;
}

.blog-brand {
    color: #fff;
}

.card-icon {
    width: 80px;
    height: 80px;
    background-color: #171f2c;
    transform: rotate(45deg);
    margin: -56px auto 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #3b4b64;
}

.card-icon i {
    transform: rotate(-45deg);
    font-size: 38px;
    color: #fff;
    font-style: normal;
}

.card-style1 {
    margin-top: 55px;
    margin-bottom: 5em !important;
    border: 0;
}

.emoji-list-grid {
    display: grid; 
    grid-auto-columns: 1fr; 
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    gap: 5px 5px; 
}

.emoji-list-grid-item {
    margin: auto;
    font-size: 40px;
    background-color: #f8f8f8;
    width: 100%;
    text-align: center;
}

.category-list-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 5px 5px;
}

.category-list-grid-item {
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.category-list-grid-item .emoji-list {
    font-size: 40px;
    min-width: 60px;
}
.category-list-grid-item .category {
    padding: 2px;
    font-size: 15px;
    color: #212529;
}

.text-uppercase {
    text-transform: uppercase;
}

.related-box {
    margin: 3rem 0 0 0;
    padding: 4rem 0 4rem 0;
}

.related-box-mid {
    --maskBottom:
    conic-gradient(from -70deg at bottom,#0000,#000 1deg 139deg,#0000 140deg) 50%/109.90px 100%;
    -webkit-mask: var(--maskBottom);
    mask: var(--maskBottom);
    margin-bottom: -5rem;
    height: 52px;
}

.related-box-bottom {
    --maskBottom:
    conic-gradient(from -70deg at bottom,#0000,#000 1deg 139deg,#0000 140deg) 50%/109.90px 100%;
    -webkit-mask: var(--maskBottom);
    mask: var(--maskBottom);
    margin-bottom: 5rem;
    height: 52px;
}

.btn {
    font-family: "Roboto Slab";
    text-transform: uppercase;
    border-radius: 0;
}

.btn-dark {
    background-color: #121924;
}

.btn-light, .btn-dark {
    padding-bottom: 8px;
}


.motd {
    background-color: #121924;
    color: #fff;
    padding: 50px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: auto;
    clip-path: polygon(5% 0%, 95% 0%, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0% 90%, 0% 10%);
}
.motd > div {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
}
.motd div > div:nth-child(2) {
    padding-left: 2rem;
}
.motd h2 {
    text-align: center;
    margin-bottom: 50px;
}
.motd .img-container {
    max-width: 50%;
}
.motd img {
    width: 100%;
    max-width: 200px;
}
.motd p {
    min-width: 50%;
    font-size: 20px;
}
.motd a {
    margin-top: 10px;
}

@media only screen and (max-width: 500px) {
    .motd {
        clip-path: unset;
    }
}

#corner-ribbon {
    position: fixed;
    top: 40px;
    right: -110px;
    background: #b53131;
    rotate: 45deg;
    padding: 8px 100px;
    font-size: 15px;
    z-index: 2000;
    text-align: center;
    line-height: 1.2em;
}
#corner-ribbon a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-family: "Roboto Slab";
}
@media only screen and (max-width: 1600px) {
    #corner-ribbon {
        display: none;
    }
}
.badge-ai {
    background: #164577;
    vertical-align: text-bottom;
    font-family: Roboto Slab;
}

#sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #0b111c7d;
    z-index: 10;
    min-width: 22%;
    width: 300px;
    right: 100%;
    transition: all .25s ease-in-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 53.6px;
}

.sidebar-closed {
    visibility: hidden;
}

.sidebar-open {
    transform: translateX(100%);
    visibility: visible;
}

#sidebar-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000091;
    z-index: 9;
}

.sidebar-top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.sidebar-logo {
    max-width: 200px;
    padding: 20px;
    margin-top: 30px;
}

.sidebar-menu {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}

.sidebar-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.sidebar-menu li {
    transition: 0.2s;
}

.sidebar-menu li:hover {
    background-color: #0000002b;
}

.sidebar-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-family: 'Roboto Slab';
    display: block;
    padding: 10px;
    padding-left: 15%;
}

.sidebar-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff69;
    padding: 20px;
}

.emoji-list-footer {
    background-color: #f8f8f8;
    margin-top: 5px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.emoji-list-footer a {
    text-decoration: none;
    font-size: 20px;
    color: #212529;
    font-weight: 600;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 5px;
}

/*Navbar search*/
#navbar-search-results {
    position: fixed;
    top: 55px;
    background-color: #fff;
    width: 300px;
    margin: 0;
    border: 1px solid rgba(0,0,0,.125);
}

@media only screen and (max-width: 500px) {
    #navbar-search-results {
        left: 0;
        width: 100%;
    }
}

/*Home search*/
#home-search-results {
    position: absolute;
    top: 48px;
    background-color: #fff;
    width: 300px;
    margin: 0;
    border: 1px solid rgba(0,0,0,.125);
    z-index: 1000;
}

#navbar-search-results ul, #home-search-results ul {
    border-radius: 0 !important;
}

input[type]:focus {
    box-shadow: none;
} 

.text-whiteish {
    color: #ffffffb8;
}

.post-emoji-link {
    text-decoration: none;
}

.post-list-grid-item {
    margin-top: 20px;
}
.post-list-grid-item a {
    display: block;
    height: 100%;
    text-decoration: none !important;
    background-color: #f8f8f8;
}
.post-list-grid-item h4 {
    color: #212529;
    font-family: 'Roboto';
    font-weight: 600;
    padding: 20px 20px 10px 20px;
}
.post-list-grid-item p {
    color: #212529;
    padding: 0 20px 10px 20px;
}
.post-list-grid-item img {
    width: 100%;
}

.pagination .page-link {
    color: #212529;
}

.pagination .active .page-link {
    background-color: #526e9d;
    border-color: #526e9d;
}

.post-list-item h2 a {
    color: #526e9d;
}

.card-post-top {
    position: relative;
}
.card-post-top img {
    width: 100%;
}
.card-post-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #0b111c7d;
    padding: 30px;
    color: #fff;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.post-meta {
    display: flex;
/*    justify-content: space-between;*/
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 1rem;
}
.post-meta div {
    margin-right: 20px;
}
.post-meta-key {
    color: #526e9d;
}
.post-meta-emoji a {
    text-decoration: none !important;
}
@media only screen and (max-width: 500px) {
    .post-meta {
        display: block;
    }
}

.btn-pulse {
    box-shadow: 0 0 0 0 #4d5b71;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
    background-color: #4d5b71;
    border-color: #4d5b71;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

.emoji-effect {
    position: absolute;
    top: 0;
    opacity: 0.3;
}

/*TRANSLATOR*/
#translation-content {
    font-size: 20px;
}
#emoji-mini-search {
    height: 110px;
    overflow-y: scroll;
}
.emoji-mini-search-item {
    font-size: 20px;
    text-decoration: none;
    padding: 4px;
    display: inline-block;
    text-align: center;
    min-width: 35px;
}
.emoji-mini-search-item:hover {
    background-color: #556075;
}

#translate-emoji-effect .container, #translate-emoji-effect .container-fluid {
    position: relative;
    z-index: 1;
    min-height: 630px;
}

#translate-emoji-effect {
    min-height: 100vh;
    padding: 100px 0;
    position: relative;
}
.translate-page {
    background-color: #0b111c;
    --mask: conic-gradient(from -70deg at bottom,#0000,#000 1deg 139deg,#0000 140deg) 50%/110px 100.05%;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}
.translate-page .container-mini {
    max-width: 800px;
}
#translation-input, .translation-result {
    background-color: #ffffffcc;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid #595f6a;
    color: #212529;
}
#translation-input {
    text-align: center;
    font-size: 30px;
    min-height: 100px;
    border-radius: 0;
}
.translate-page input::selection {
    background-color: #5c6b86;
}
.translation-result {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 22px;
    min-height: 200px;
    border-radius: 0;
}
#toggle-emoji-keyboard {
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0;
    background: none;
    font-size: 20px;
    padding: 4px 6px;
    background: #ffffff63;
    /* border-radius: 0 5px 0 5px; */
    margin: 1px;
}
.translation-input-container {
    position: relative;
}
#emoji-keyboard {
    background-color: #ffffffcc;
    border: 1px solid #595f6a;
    margin-top: 2px;
}
#emoji-mini-search-input {
    border-radius: 0;
    background: none;
    border: 0;
    color: #212529;
    border-bottom: 1px solid #ffffff3d;
}
#translation-cta {
    position: absolute;
    bottom: 10px;
    font-size: 17px;
    opacity: 0.8;
}
#translation-cta a {
    text-decoration: none;
}

.translation-list ul {
    padding: 0;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 5px 5px;
}
.translation-list li {
    list-style-type: none;
    background-color: #343c4b47;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: #ffffffcf;
    cursor: pointer;
}
.translation-list a {
    text-decoration: none;
    color: #ffffffcf;
}
.translation-list-emoji {
    display: block;
    text-align: center;
    font-size: 30px;
    padding: 25px 10px 10px 10px;
}
.translation-list-meaning {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10px 10px 10px;
    min-height: 80px;
}
.translation-list-title {
    color: #fff;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}
.translation-result > i {
    opacity: 0.1;
    font-size: 40px;
}
.translation-result > i.fa-quote-left {
    position: absolute;
    top: 20px;
    left: 20px;
}
.translation-result > i.fa-quote-right {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
/*END TRANSLATOR*/

.badge-title {
    position: absolute;
    margin-top: -13px;
    margin-left: -15px;
    font-size: 0.75rem;
    background: #b53131;
}


/*TITLE BAR*/
.title-bar-img {
    position: relative;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    /* backdrop-filter: blur(5px); */
}
.title-bar-img:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #121924d4;
}
.title-bar-img h1 {
    color: #fff;
    z-index: 2;
    text-align: center;
    padding: 20px;
}
/*END TITLE BAR*/

.emoji-block-cta img {
    max-width: 300px;
}
.logo-round {
    border-radius: 50%;
    background-color: #121924;
    padding: 10px 15px 20px 15px;
}