

:root {
    /* fonts */
    --font-size-default: 18px;
    --font-size-small: 16px;
    --font-size-xsmall: 14px;
    --font-size-h1: 40px;
    --font-size-h2: 34px;
    --font-size-h3: 28px;
    --font-size-h4: 24px;
    --font-size-h5: 22px;

    /* Border Radius */
    --border-radius-large: 12px;
    --border-radius-default: 7px;

    /* font weight */
    --fontweight-light: 300;
    --fontweight-regular: 500;
    --fontweight-semibold: 600;
    --fontweight-bold: 700;
    --fontweight-black: 900;

    /* border */
    --border-default: 1.8px;
    --border-color: lightgray;
    --border-type: solid;
}

/* scrollbar for mozilla firefox */

.Light-theme {
    --lightblue-color: #edf6fe;
    --green-color: #23576a;
    --blue-color: #2675d6;
    --white-color: white;
    --sidebar-txt-color: #7897a4;
    --large-headings: #e1eeff;
    --bg-color: white;
    --use1-bg: #fafdf3;
    --use2-bg: #fff7f9;
    --use3-bg: #f9fbfb;
    --detailtab-bg: #edf6fe;
    --section-border: #e4ecf7;
    --detailtabheader-bg: #edf6fe;
    --cell-bg: #eef2f7;
    --cell-border: #eef2f7;
    --sidebar-bg: #edf6fe;
    --sidebar-feedback: whitesmoke;
    --cross-icon: brightness(0) saturate(100%) invert(0%) sepia(89%) saturate(7408%) hue-rotate(233deg) brightness(120%)
        contrast(93%);
    --cell-operator-color: brightness(0) saturate(100%) invert(27%) sepia(76%) saturate(384%) hue-rotate(150deg)
        brightness(89%) contrast(91%);
    --keyboard-shadow: 0px 3px 0px -1px #b0bcc8;
    --faqs-bg: #fbfdff;
    --achive_popup_bg-img: url("../images/achivement_popup_bg.jpg");
}

.Dark-theme {
    --lightblue-color: #edf6fe;
    --green-color: #91c3d8;
    --blue-color: #2675d6;
    --white-color: white;
    --sidebar-txt-color: #7897a4;
    --large-headings: #e1eeff;
    --bg-color: #121212;
    --use1-bg: #1c1f18;
    --use2-bg: #241e20;
    --use3-bg: #1d1f1f;
    --detailtabheader-bg: #1d242a;
    --section-border: #484b4f;
    --cell-bg: #1d242a;
    --cell-border: #484b4f;
    --sidebar-bg: #1d242a;
    --faqs-bg: #1d242a;

    --sidebar-feedback: #121212;
    --cross-icon: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2%) hue-rotate(326deg) brightness(114%)
        contrast(101%);
    --cell-operator-color: brightness(0) saturate(100%) invert(85%) sepia(13%) saturate(1116%) hue-rotate(167deg)
        brightness(87%) contrast(93%);
    --keyboard-shadow: 0px 3px 0px -1px #4f4f50;
    --achive_popup_bg-img : none;
}


.k__b {
    background-size: 110% !important;
    background-position: center !important;
}

.w-100 {
    width: 100% !important;
}
.h-100 {
    height: 100% !important;
}
.d-flex {
    display: flex;
}
.justify-space-around {
    justify-content: space-around;
}
a {
    text-decoration: none;
}
.bg-prelay {
    display: none;
}
.bg-prelay.is-visible {
    display: block !important;
}
.bg-prelay.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}


.dashboard__layout {
    display: grid;
    grid-template-columns: 280px 5fr;
    grid-template-rows: auto auto;
}

.level__upbar__wrapper {
    margin-top: 20px;
    margin-left: 15px !important;
}

.level__upbar__bar {
    position: relative;
    min-height: 25px;
    display: flex;
    align-items: center;
}

.level__upbar__bar div img {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    margin-top: -2px;
    width: 30px;
}

.level__upbar {
    margin-left: 5%;
    background: var(--bg-color);
    width: 95%;
    border-radius: 7px;
    height: 8px;
}



.level__upbar > div {

    max-width: 100%;
    width: 70%;
    background-color: var(--blue-color);
    height: 100%;
}

.level__upbar__text {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.level__upbar__text p:nth-child(1) {
    color: var(--blue-color);
    padding-left: 10px;
}

.level__upbar__text p:nth-child(2) {
    color: var(--green-color);
}

.level__upbar__text p:nth-child(3) {
    color: var(--sidebar-txt-color);
}

.sidebar__badges {
    margin-left: 10px;
    margin-top: 20px;
    padding-top: 10px;
    color: var(--sidebar-txt-color);
    border-top: 1px solid #dde5ee;
}

.sidebar__badges > div:nth-child(1) {
    /* background-color: var(--blue-color); */
    /* color: white; */
    /* width: 12px; */
    /* height: 12px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar__badges .badges__count {
    background-color: var(--blue-color);
    color: white;
    width: 21px;
    height: 21px;
    clip-path: circle();
    display: grid;
    place-items: center;
    font-size: var(--font-size-small);
    margin-right: 3px;
}

.sidebar__badges > div:nth-child(2) {
    display: flex;
    margin-top: 8px;
    justify-content: space-around;
    background-color: var(--bg-color);
    padding: 10px 0px;
    border-radius: var(--border-radius-default);
    border: 1px solid #dde5ee;
}

.sidebar__badges img {
    max-width: 45px;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.2));
}

.avatar_img_box {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.sidebar_avatar_img_box {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2.5px solid rgb(147, 191, 220);
}

.sidebar__badge {
    position: relative;
}

.sidebar__badge > img {
    height: 26px;
    width: 26px;
    position: absolute;
    bottom: -10px;
}

.avatar_img_box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.sidebar_avatar_img_box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.single-page {
    width: 90%;
    margin: 20px auto;
    border-radius: 5px;
}
.sidebar__wrapper {
    height: 100%;
    background-color: var(--lightblue-color);
    position: relative;
}

.sidebar {
    max-width: 280px;
    padding: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    transition: all cubic-bezier(0, 0, 0, 0.97) 0.3s;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    background-color: var(--sidebar-bg);
    z-index: 20000 !important;
}

.menu__icon {
    display: none;
    max-height: 30px;
    position: fixed;
    z-index: 21000 !important;
    top: 10px;
    left: 10px;
    cursor: pointer;
    transition: 0.3s ease;
    filter: brightness(0) saturate(100%) invert(46%) sepia(18%) saturate(3086%) hue-rotate(179deg) brightness(88%)
        contrast(94%);
}

.menu__icon:hover {
    transform: scale(1.1);
}

.sidebar__feedback {
    border: 1px solid var(--sidebar-feedback);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px !important;
    border-radius: 3px;
    background: var(--bg-color);
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 10px !important;
}

.sidebar__feedback h3 {
    font-size: 17px;
    color: var(--green-color);
}

.sidebar__feedback div {
    display: flex;
    gap: 10px;
}

.sidebar__feedback div span {
    display: flex;
    width: 35px;
    height: 35px;
    background: var(--lightblue-color);
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
    cursor: pointer;
}

.sidebar__feedback div span img {
    width: 20px;
    height: 20px;
}

.sidebar__feedback div span:hover {
    transform: scale(1.2);
    background: #fff3c5;
}

.sidebar__feedback button {
    border: none;
    outline: none;
    padding: 10px 26px;
    background-color: var(--blue-color);
    color: var(--white-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
    cursor: pointer;
    font-size: 17px;
}

.sidebar__feedback button:hover {
    transform: translate(-1px, -2px);
}

.sidebar__logout a {
    color: #fe6385 !important;
}

.sidebar__logout img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(31%) saturate(2510%) hue-rotate(311deg) brightness(101%)
        contrast(99%);
}

.divider__line {
    width: 90%;
    height: 1px;
    background: var(large);
    margin: 15px 0;
}

.sidebar__part__tilte {
    color: var(--green-color);
    /* color: red; */
    margin-bottom: 10px;
    font-size: 18px;
}

.sidebar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--bg-color);
    width: 4px;
}

.sidebar::-webkit-scrollbar-track {
    background: var(--bg-color) !important;
    border-left: 1px solid var(--section-border);
}

/* Handle */
.sidebar::-webkit-scrollbar-thumb {
    background: var(--bg-color) !important;
    border-radius: 10px !important;
}

.sidebar .logo {
    width: 70%;
    margin: 5px auto 10px;
}
.sidebar-profile {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 10px;
    padding-left: 12px;
    /* text-align: center; */
}

.siderbar-level {
    display: flex;
    font-size: 14px;
    color: var(--sidebar-txt-color);
    margin-top: 5px;
    display: flex;
    gap: 5px;
    margin-left: 5px;
}

.avatar {
    width: 50px;
}

.sidebar-nav {
    list-style: none;
    padding-left: 10px;
}
.sidebar-nav li {
    line-height: 1.3;
    font-size: 17px;
}
a.sidebar-link {
    display: block;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 16px !important;
    color: var(--sidebar-txt-color);
}
a.sidebar-link:hover {
    color: var(--blue-color) !important;
}
.sidebar-link img {
    width: 20px;
    margin-right: 10px;
}

a.sidebar-link:hover img {
    /* background:red; */
    color: var(--blue-color);
    filter: brightness(0) saturate(100%) invert(34%) sepia(94%) saturate(689%) hue-rotate(188deg) brightness(99%)
        contrast(90%);
}

.sidebar hr {
    border: none;
    background: none;
    border-top: 1px solid var(--bg-color);
    margin: 10px 0px;
}
/* profile badges */

.profile_achive_badges {
    /* display: flex; */
    /* justify-content: center; */
    /* flex-wrap: wrap; */
    gap: 20px;
    margin: 0px 20px;
    margin-top: -20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.achive__lock__card .popup__bar,
.achive__lock__card .achive__img {
    filter: grayscale(1) drop-shadow(10px 5px 10px rgba(0, 0, 0, 0.3)) !important;
}

.profile_achive_badges > div {
    flex: 1;
    padding: 15px;
    border-radius: 7px;
    border: 1px solid rgb(239, 239, 239);
    position: relative;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* min-height: 100px; */
    /* min-width: 100px; */
    /* max-width: 100px; */
    /* justify-content: center; */
    padding-top: 30px;
}

.profile_achive_badges > div > .badge_checkbox_wrapper {
    position: absolute;
    top: 5px;
    right: -8px;
    transform: scale(0.7);
}

.profile_achive_badges img {
    min-width: 80px;
}

.profile_achive_badges h4 {
    padding-top: 10px;
    text-align: center;
    color: var(--green-color);
    font-size: var(--font-size-small);
    font-weight: 400;
}

.profile_achive_badges_wrapper {
    margin-top: 2rem;
}

.profile_achive_badges .unlocked__badge_profile {
    cursor: pointer;
}

.profile_achive_badges .unlocked__badge_profile .badge_img {
    transition: 0.3s ease;
}

.profile_achive_badges .unlocked__badge_profile:hover .badge_img {
    transform: scale(1.1) !important;
}

/* ==========================================
                 home page 
============================================ */
.nerdle-div .top__bar {
    max-width: 560px !important;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    display: flex;
    margin-bottom: 20px;
    gap: 10px;
    justify-content: space-between;
}

.nerdle-div .top__bar > div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    text-align: center;
}

.nerdle-div .top__bar button {
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    gap: 10px;
    padding: 4px 12px;
    height: 45px;
    border-radius: 3px;
    color: var(--white-color);
    cursor: pointer;
    transition: 0.3s ease;
    border-left: 5px solid transparent;
}

.nerdle-div .top__bar__btn button img {
    width: 20px;
}

.nerdle-div .top__bar button:hover {
    /* transform: translateX(-1px); */
    transform: translateY(-1px);
}

.disable:hover {
    filter: grayscale(0.5);
}

.text {
    max-width: 800px;
    margin: auto;
}

.nerdle-div .top__bar #difficulty__mode {
    background-color: slategray;
    /* box-shadow: 3px 3px 5px -3.5px #fdcc0d; */
}
.nerdle-div .top__bar #hint__btn {
    background-color: #fdcc0d;
    box-shadow: 3px 3px 5px -3.5px #fdcc0d;
}

.nerdle-div .top__bar #how_to_play_btn {
    background-color: var(--blue-color);
    box-shadow: 3px 3px 5px -3.5px var(--blue-color);
}

.nerdle-div .top__bar h3 span {
    display: flex;
    font-size: 14px;
    font-weight: 400;
}
/* from nerdle page */
.content {
    padding: 2em;
    line-height: 2;
    color: var(--green-color);
}

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

h1.content_heading {
    font-size: 40px;
}

h2.content_heading {
    font-size: 32px;
}

.content .text {
    justify-content: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.content h3 {
    color: var(--green-color);
    font-size: 20px;
    /* font-family: "Lilita One", cursive; */
}

.internal_link {
    text-decoration: underline;
    color: #001fef;
}

.gray {
    color: #9db0d1;
    font-weight: bold;
}

.red {
    color: #fe6385;
    font-weight: bold;
}

.green {
    color: #9fd71c;
    font-weight: bold;
}

/* Tooltip */
/* Tooltip container */
.tooltip {
    position: relative;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-weight: bold;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 175%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.delete_challenge.tooltip .tooltiptext {
    color: #721c24;
    background-color: #f8d7da;
}

.copy_challenge_link.tooltip .tooltiptext {
    color: #0c5460;
    background-color: #d1ecf1;
}

.copy_challenge_link.tooltip .tooltiptext::after {
    border-color: #d1ecf1 transparent transparent transparent;
}

.delete_challenge.tooltip .tooltiptext::after {
    border-color: #f8d7da transparent transparent transparent;
}

/* modal */
.row_e_share {
    display: flex;
    width: 100%;
    justify-content: space-between !important;
}
.row_e_share h2 {
    font-size: var(--font-size-h2) !important;
    margin-top: 15px !important;
}

.share_text {
    font-size: 25px;
    color: var(--blue-color);
}

input.challenge_link {
    width: 100%;
    background-color: #f7fbff;
    outline: unset;
    border: unset;
    padding: 0.7em 10px;
    margin-top: 2em;
    border-radius: 8px;
    color: #8ca6b0;
    font-size: 18px;
    text-align: initial;
}

.social_link_row {
    display: flex;
    column-gap: 1em;
    justify-content: space-between;
    margin-top: 2em;
}

.social_link_row .tooltip {
    text-decoration: none;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    /* background-color: #F7FBFF; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_link_row span {
    background-color: #c1f3ff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue-color);
}

.social_link_row .tooltip .tooltiptext {
    bottom: unset;
    top: 115%;
    height: 50px;
}

.social_link_row .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    top: unset;
    left: 45%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #c1f3ff transparent;
}
/* 
.card {
    width: 90%;
    margin: 60px;
    background-color: var(--bg-color);
    padding-inline: 60px;
    padding-block: 50px;
    border-radius: 5px;
} */

.card-header p {
    padding-block: 15px;
    font-weight: 400;
    border-bottom: 1px solid var(--lightblue-color);
}

.row {
    display: flex;
}

.rank2 {
    border: unset;
    padding-inline: 70px;
}

.pos-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    background: var(--cell-bg);
    border-radius: 5px;
    width: unset;
    padding-top: 40px;
    padding-bottom: unset;
}

.pos-card .name {
    font-size: 27px;
    text-align: center;
    padding-top: 30px;
    font-weight: 700;
}

.pos-card .games {
    color: #8ca6b0;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 20px;
}

.crown {
    margin-right: unset;
}

.pos-card .level {
    font-size: 26px;
    text-align: justify;
    margin: 0px auto;
    margin-top: 10px;
}

.stats-btn {
    margin-inline: -45px;
    margin-top: 20px;
    font-size: 20px !important;
    min-width: fit-content !important;
}

.gameinfoBox {
    font-size: 28px;
    font-weight: 700;
    height: 35%;
    background-color: var(--sidebar-bg) !important;
    width: 160px;
    border-radius: 5px;
    text-align: center;
}

.gameinfoBox h5 {
    color: var(--blue-color);
}

.gameinfoBox p {
    font-size: var(--font-size-default) !important;
}

.gamedetail {
    margin-top: 15px;
    color: blue;
    font-weight: 700;
}

.playBtn {
    margin-left: 25%;
    background-image: linear-gradient(to right, #fdb50d, #ffdc51);
    border: 4px solid #fdcc0d;
    border-radius: 5px;
    width: 140px;
}

.card-body-left {
    flex: 7;
    order: 1;
    margin-block: 80px;
}

.card-body-right {
    flex: 5;
    order: 2;
    margin-top: 35px;
}

.card-body-right img {
    max-width: 100%;
    max-height: 65%;
}

.faqs__wrapper {
    max-width: 90%;
    margin: auto;
}

.faqs__wrapper h1 {
    font-family: "Lilita One", cursive;
    font-weight: 500 !important;
}

.faqs__wrapper > div:nth-child(1) {
    text-align: center;
    margin-bottom: 50px;
}

.faqs__wrapper > div:nth-child(1) h1 {
    text-align: center;
    margin-bottom: 5px;
    color: var(--blue-color);
}

.faqs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 80%;
    margin: auto;
    margin-bottom: 80px;
}

.faqs > div > div:nth-child(1) img {
    width: 15px !important;
}

#faq_sub_res {
    /* display: none; */
    color: var(--green-color);
    padding: 10px;
    background: rgb(225, 255, 225);
    margin: 15px;
    margin-bottom: 0px;
    display: none;
}

.faqs > div {
    background-color: var(--faqs-bg);
    border: 1px solid #dde5ee;
    padding: 20px 15px;
    border-radius: var(--border-radius-default);
    transition: 0.3s ease;
}

.faqs > div.active {
    background-color: white !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.faq-gif img {
    width: 100%;
    margin: 20px 0px;
    border-radius: var(--border-radius-default) !important;
    border: 1px solid lightgray;
}

.faqs > div > div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    gap: 10px;
}

.faqs > div > div:nth-child(2) {
    display: none;
}

.faqs h3 {
    font-size: 20px !important;
    font-weight: 500;
}

.faqs p {
    font-size: var(--font-size-default);
    margin: 10px 0px;
    line-height: 160%;
}

.faqs ul,
.faqs ol {
    margin: 10px 0px;
    padding-left: 40px !important;
}

.faqs ul li,
.faqs ol li {
    color: var(--green-color);
    margin: 5px 0px;
    font-size: var(--font-size-default);
}

.faqs > div > div:nth-child(2) {
    padding-top: 20px;
}

.faqs__challange {
    display: flex;
    flex-direction: column-reverse;
}

.faq__leaderboard {
    display: flex;
    margin: 20px 0px;
}

/* .faq__leaderboard thead th {
    text-align: left;
    font-size: var(--font-size-default);
    color: var(--blue-color);
    padding: 10px;
    border: 1px solid lightgray;
    border-bottom: 0px;
} */

.faq__leaderboard tbody tr td:nth-child(2){
    border-left: 0px;
}

.faq__leaderboard tr div h5 {
    text-align: left;
    font-size: var(--font-size-default);
    color: var(--blue-color);
    border-bottom: 0px;
    border-bottom: 1px solid lightgray;
    padding: 10px;
}

.faq__leaderboard tr div p {
    padding: 10px;
}

.faq__leaderboard tbody td {
    border: 1px solid lightgray;
}

.faq__leaderboard div {
    flex: 1;
    border-radius: var(--border-radius-default);
}

.faq__leaderboard > div:nth-child(1) {
    border-right: none;
}

.faqs h4 {
    font-size: var(--font-size-default);
    font-weight: 700;
    color: var(--blue-color);
}

.faq__game__modes > div:not(:first-child) {
    margin-top: 50px;
}

.faq__game__modes > div:first-child {
    margin-top: 30px;
}

.faq__game__modes div img {
    width: 100%;
    height: 100%;
    float: right;
    margin: 20px;
    border: 1px solid lightgray;
    border-radius: var(--border-radius-default);
}

.faq__game__modes > div:first-child > div img {
    width: 400px;
}

.faq__game__modes > div:not(:first-child) > div {
    display: flex;
    align-items: center;
    gap: 50px;
}

.faq__game__modes > div:not(:first-child) > div > div {
    flex: 1;
}
.faq__game__modes > div h4 {
    text-align: center;
    margin: 10px auto;
    margin-bottom: 20px;
}

.faq__games__type {
    display: flex;
    border: 1px solid lightgray;
    padding-top: 0px !important;
    margin-top: 20px !important;
    border-radius: var(--border-radius-default);
    overflow: hidden;
}

.faq__games__type > div {
    flex: 1;
    height: inherit;
    padding: 20px;
}

.faq__games__type > div h4 {
    margin-top: 10px;
}

.faq__games__type > div:not(:nth-child(1)) {
    border-left: 1px solid lightgray;
}

.ask__question {
    max-width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 80px;
}

.ask__question div {
    text-align: center;
}

.ask__question p {
    color: var(--green-color);
    font-size: var(--font-size-default);
}
.ask__question h3 {
    margin-bottom: 10px;
    font-size: var(--font-size-h3);
}

.ask__question input {
    width: 100%;
    padding: 20px 20px;
    font-size: var(--font-size-default);
    background-color: var(--faqs-bg);
    border: none;
    outline: none;
    border: 1px solid #dde5ee;
    border-radius: var(--border-radius-default);
    min-width: 320px;
    color: var(--green-color) !important;
}

.ask__question button {
    background-color: var(--blue-color);
    padding: 8px 20px;
    border-radius: var(--border-radius-default);
    border: none;
    outline: none;
    color: var(--white-color);
    font-size: var(--font-size-default);
    cursor: pointer;
}

.ask__question input::placeholder {
    color: rgb(202, 202, 202);
}

/* .faq__game__modes > div > div > div {
    flex: 1;
    padding: 20px;
} */

@media screen and (max-width: 1400px) {
    .gameinfoBox {
        width: unset;
    }
}

@media screen and (max-width: 995px) {
    .content {
        padding: 0 0.5em !important;
    }

    .card-row {
        flex-direction: column;
    }

    .card-body-left {
        order: 2;
        align-items: center;
    }

    .card-body-right {
        order: 1;
    }

    .game_info {
        padding-top: 15px;
    }
}

.rank2 {
    border: unset;
    /* padding-inline: 50px !important; */
    /* padding-block: 25px !important; */
}

.pos-card {
    /* margin-top: 50px; */
    /* margin: 60px 15px; */
    /* width: 190px !important; */
    /* height: 295px !important; */
}

.card-left {
    width: 500px;
    height: 522px;
}

.card-right {
    width: 500px;
    height: 522px;
    margin: 25px 0px;
}

.card-rightSub {
    width: 230px;
    height: 220px;
}

/* .card-body {
    width: 1000px !important;
    height: 522px !important;
    justify-content: flex-start !important;
    background-color: #edf6fe;
} */

.card-row {
    display: flex;
    justify-content: space-between;
}

.card-row > div {
    flex: 1;
}

.game__summery__wrapper {
    align-items: center;
}

.game__summery {
    display: flex;
    gap: 10px !important;
}

.game__summery > div {
    flex: 1;
    width: 100% !important;
}

.game_info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.d-1000_522 {
    width: 1000px !important;
    height: 522px !important;
}

.winnerImg2Div {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.w-80 {
    width: 80% !important;
}

.p-inline-50 {
    padding-inline: 50px;
}

.m-block-15 {
    margin-block: 15px;
}

.m-block-100 {
    margin-block: 100px;
}

span.circle::before {
    content: "";
    width: 56px;
    height: 56px;
    position: absolute;
    left: -11px;
    right: -10px;
    border-radius: 50%;
    border: 3px solid var(--blue-color);
}

.circle {
    background-color: var(--blue-color);
    /* padding: 7px 13px; */
    border-radius: 50%;
    color: var(--white-color);
    /* font-weight: 800; */
    width: 50px;
    height: 50px;
    display: flex;
    font-weight: 800;
    position: relative;
    margin: 0px auto;
    align-items: center;
    font-size: 30px;
    justify-content: center;
    border: 5px solid transparent;
}

.ellaborate-cards {
    margin-block: 100px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
}

.exampleRowImg {
    max-width: 100%;
    margin-block: 15px;
}

.exampleGameImg {
    max-width: 45%;
}

.gameIcons {
    margin-block: 50px;
    align-items: center;
}

.gameIcons img {
    width: 30px;
    cursor: pointer;
}

.gameIcons-svg {
    cursor: pointer;
}

.gameIcons-svg:hover path {
    fill: var(--blue-color);
}

.gameIcons-svg-active {
    fill: var(--blue-color) !important;
}

.mw-60 {
    max-width: 60%;
}
/* from nerdle page */

.whatsNew__text {
    max-width: 640px;
    margin: 30px auto;
    text-align: center;
    transition: 0.3s ease;
}

.whatsNew__text p {
    font-size: 14px !important;
    color: var(--green-color);
    line-height: 130%;
}

/* color: var(--green-color); */

.whatsNew__text a {
    color: var(--blue-color) !important;
    border-bottom: 0px solid var(--blue-color);
    cursor: pointer;
}

.whatsNew__text span:hover {
    border-width: 2px;
}

.content-section {
    width: calc(100% - 220px);
    margin-left: auto;
}
.nerdle-div {
    display: flex;
    flex-direction: column;
}
.nerdle-table {
    background: var(--bg-color);
    width: 98%;
}

.nerdle-table,
.nerdle-keyboard {
    margin: 0 auto;
    border-spacing: 4px;
    margin-top: 10px;
}

.k-y {
    background-color: var(--cell-bg);
    color: var(--green-color);
    font-size: 22px !important;
}
.k-s {
    background-color: var(--cell-bg);
    color: var(--green-color);
    /* font-size: 24px !important; */
    /* color: brightness(0) saturate(100%) invert(26%) sepia(87%) saturate(337%) hue-rotate(150deg) brightness(91%) contrast(92%); */
}

.k-s img {
    filter: var(--cell-operator-color);
    max-width: 19px;
}

.keyboard-button {
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    margin: 3px;
    height: 60px;
    width: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}

.keyboard-button.active {
    transform: translateY(2px) !important;
    /* opacity: 0.8; */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
        rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.k-m {
    background-color: var(--green-color);
    color: var(--white-color);
    width: 125px;
}

.k-m > img {
    width: 90%;
    max-width: 30px;
}

.k-e {
    background-color: var(--green-color);
    color: var(--white-color);
    width: 190px;
}
.sidebar_options img {
    width: 18px;
    height: 18px;
}
.sidebar_options span {
    color: var(--sidebar-txt-color);
    margin-left: 12px;
}
.crown {
    width: 20px;
    margin-right: 5px;
}
.row_s.m-1 {
    padding: 0px 0px 14px 0px;
}
.level {
    color: var(--sidebar-txt-color);
    margin-top: 1px;
    font-size: 13px;
}
.profile {
    width: 100%;
}

.mt-5 {
    margin-top: 25px;
}
.border-top {
    border-top: 1px solid #eef2f7;
}
.logout {
    color: var(--blue-color) !important;
}
.user_name {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    color: var(--green-color);
    padding: 0px;
    margin: 0px;
}

.sidebar-profile .name {
    width: fit-content;
    min-width: 50%;
}

.sidebar-profile .name p {
    font-size: 18px;
}

.row_s {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 8px;
}
.cell {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 2px solid var(--cell-border);
    font-size: 21px;
    font-weight: 700;
    width: 65px;
    height: 65px;
    margin: 3px;
    text-transform: uppercase;
    border-radius: 5px;
    color: var(--green-color);
    background-color: var(--cell-bg);
    transition: 0.3s ease;
}

.fade-in-cell {
    background-color: #cfeb8d !important;
    transition: 0.3s ease;
}

.cell:hover {
    background-color: var(--bg-color);
    cursor: pointer;
    /* border: 2px solid var(--cell-border) !important; */
}
.cell.focus {
    background-color: var(--bg-color);
    border: 1px solid #5c7883;
    font-size: 22px;
}

.cell.complete {
    border: 1px solid #5c7883;
    animation-name: cellPopUp;
    animation-fill-mode: forwards;
    animation-duration: 0.4s;
}
.cell.missing {
    background-color: #9db0d1;
    border: 2px solid #9db0d1;
    color: var(--white-color);
}
.cell.placement {
    background: #fe6385;
    border: 2px solid #fe6385;
    color: #fff;
}
.cell.correct {
    background: #9fd71c;
    border: 2px solid #9fd71c;
    color: #fff;
}
.pink {
    color: #fe6385;
    font-size: 22px;
    font-weight: 600;
}
.green {
    color: #9fd71c;
    font-size: 22px;
    font-weight: 600;
}
.mt-4 {
    margin-top: 10px;
}
.nerdle-table .row,
.nerdle-keyboard .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row_s_b {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cell.blank {
    background-color: black;
    border: 2px solid black;
    color: var(--white-color);
}
.col-sm-10 {
    width: 500px;
    background-color: var(--white-color);
    border-radius: 5px;
    padding: 10px 0px;
    margin-top: 30px;
}

.col-sm-12 {
    background-color: var(--bg-color);
    border-radius: 5px;
    padding: 10px;
}

@keyframes cellPopUp {
    0% {
        font-size: 20px;
    }
    50% {
        font-size: 28px;
    }
    100% {
        font-size: 24px;
    }
}

.exampleGameImg {
    min-width: 80%;
    margin: -20px 0;
    margin-top: -40px !important;
}

/* nerdle game instructions list */
.game__instruc {
    max-width: 600px;
    margin: auto;
    text-align: left !important;
    margin-top: 20px;
}

.game__instruc > div {
    display: grid;
    grid-template-columns: 90px 4fr;
    margin: 10px 0;
    padding: 5px;
}

.game__instruc > div:nth-child(1) div:nth-child(2) {
    background-color: var(--use1-bg);
    padding: 10px;
    margin-top: -10px;
}

.game__instruc > div:nth-child(2) div:nth-child(2) {
    background-color: var(--use2-bg);
    padding: 10px;
    margin-top: -10px;
}

.game__instruc > div:nth-child(3) div:nth-child(2) {
    background-color: var(--use3-bg);
    padding: 10px;
    margin-top: -10px;
}

/* nerdles section settings */
.nerdle__section {
    margin-bottom: 80px !important;
}

.nerdle__section .logo__img {
    max-width: 200px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.nerdle__section__1 {
    margin-top: 50px;
}

.nerdle__section__1 .text span {
    color: var(--blue-color) !important;
}

.nerdle__section__1 img {
    max-width: 500px;
    width: 100%;
}

.nerdle__home__content .sub__heading {
    color: var(--blue-color);
    font-size: 35px;
    font-family: "Lilita One", cursive;
    font-weight: 500 !important;
}

.nerdle__home__content .sub__heading::before {
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 5vw !important;
    color: var(--large-headings) !important;
    font-weight: 400 !important;
    line-height: 100%;
    font-family: "Lilita One", cursive;
}

.nerdle__home__content .sub__heading__1::before {
    content: "This Game is Very Easy to Play";
}

.nerdle__home__content .sub__heading__2::before {
    content: "How to Play Nerdle?";
}
.nerdle__home__content .sub__heading__3::before {
    content: "What's Different in Nerdle?";
}

/* =========================================
                Nerdle home page cards          
============================================ */
.ellaborate__cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 80%;
    margin: 30px auto !important;
}

.ellaborate__cards > div {
    height: 300px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.ellaborate__cards h2 {
    font-size: 32px;
    font-weight: 500;
}

.ellaborate__cards div:nth-child(1) {
    background-color: var(--use1-bg);
}

.ellaborate__cards div:nth-child(2) {
    background-color: var(--use2-bg);
}

.ellaborate__cards div:nth-child(3) {
    background-color: var(--use3-bg);
}

.ellaborate__cards div:nth-child(1) h2 {
    color: #9fd71c;
}

.ellaborate__cards div:nth-child(2) h2 {
    color: #fe6385;
}

.ellaborate__cards div:nth-child(3) h2 {
    color: #9db0d1;
}

/* =========================================
                nerdle detail tabs          
============================================ */

/* .nerdle__detail__tabs{ */

/* } */

/* Track */
.nerdle__detail__tabs::-webkit-scrollbar-track {
    box-shadow: none !important;
    border-radius: 10px;
    background: var(--detailtab-bg) !important;
}

.nerdle__detail__tabs {
    display: flex;
    /* max-width: 70vw; */
    width: 60vw !important;
    margin: 40px auto;
    justify-content: space-between;
    gap: 10px;
    /* flex-wrap: wrap; */
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 20px !important;
    padding: 0 5px;
}

.nerdle__detail__tabs > div {
    flex: 1;
    min-width: 150px;
    height: 150px;
    border: 1.5px solid var(--section-border);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    background-color: var(--bg-color);
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.64, 0.38, 0.1, 0.76);
}

.nerdle__detail__tabs > div:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.nerdle__detail__tabs > div > div {
    width: 100% !important;
    height: 45% !important;
    background-color: var(--detailtabheader-bg);
}

.nerdle__detail__tabs > div > span {
    width: 45px;
    height: 45px;
    background-color: var(--blue-color);
    margin-top: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: circle();
}

.nerdle__detail__tabs > div > p {
    /* margin-top: 15px; */
    margin-top: auto;
    font-weight: 500;
}

.nerdle__detail__tabs > div > span img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1696%) hue-rotate(230deg) brightness(116%)
        contrast(100%);
}

.nerdle__detail__content {
    width: 100%;
    height: fit-content;
    padding: 30px 0px;
    background-color: var(--detailtabheader-bg);
    border: 1.5px solid var(--section-border);
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.nerdle__detail__heading {
    color: var(--blue-color) !important;
    margin: 0 !important;
}

.nerdle__detail__content p {
    margin: 0 !important;
    color: var(--green-color) !important;
}

/* nerdle cta */

.nerdle__cta {
    margin-top: 50px;
    width: 100%;
    background-color: var(--blue-color);
    background-size: contain;
    background-image: url("../images/nerdle-bottom.svg");
    background-repeat: no-repeat;
    background-position: center;
    color: var(--white-color);
    padding: 30px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: var(--border-radius-default);
}

.nerdle__cta > * {
    /* margin: 10px auto; */
    color: var(--white-color) !important;
    margin: 0px auto;
    width: fit-content;
}

.nerdle__cta h2 {
    margin-bottom: 0px !important;
    font-size: 30px;
}

.nerdle__cta p {
    font-size: 20px;
}

.nerdle__cta > div {
    width: fit-content;
    display: flex;
    gap: 10px;
    z-index: 10 !important;
}

.nerdle__cta > div > a {
    width: 45px !important;
    height: 45px;
    background-color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: circle();
    cursor: pointer;
    transition: 0.3s ease;
}

.nerdle__cta > div > a:hover {
    transform: translateY(-1px);
}

.nerdle__cta > div > a img {
    width: 20px;
    max-height: 20px;
}

.nerdle__cta > a {
    border: none;
    outline: none;
    background-color: #9fd71c;
    padding: 5px 10px !important;
    color: var(--white-color);
    min-width: 150px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 20px;
    transition: 0.3s ease;
    cursor: pointer;
}

.nerdle__cta > a:hover {
    transform: translateY(-1px);
}

.cross-icon,
.cross-icon2,
.cross-icon3 {
    cursor: pointer;
    transition: 0.3s ease;
}

.cross-icon:hover {
    transform: scale(1.05);
}

.row_e {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.row_c {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.wrong_exp_popup {
    width: 500px !important;
}


.error__popup #body_text *{
    line-height: 100%;
}

.error__popup #body_text p{
    font-family: "Roboto", sans-serif;
    padding-top: 20px !important;
    font-size: var(--font-size-default);
    color: var(--green-color);
}

/* video popup */
.video__popup {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    display: none;
}

.video__popup iframe {
    position: absolute !important;
    left: 50%;
    transform: translateX(-38%);
    width: 70vw;
    min-width: 330px;
    height: 70vh;
    min-height: 350px;
    border-radius: 10px;
}

.video__popup > img {
    width: 20px;
    height: auto;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 100;
    filter: brightness(0) saturate(100%) invert(96%) sepia(97%) saturate(12%) hue-rotate(237deg) brightness(103%)
        contrast(103%);
    cursor: pointer;
    transition: 0.3s ease;
}

.video__popup > img:hover {
    transform: scale(1.2);
}

/* whats new popup */

.whatsNew__popup {
    z-index: 15000 !important;
}

.custom__popup__closeicon,
.gameMode__card__closeicon {
    width: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    transition: 0.3s ease;
}

.custom__popup__overlay:hover,
.gameMode__card__closeicon:hover {
    cursor: pointer;
    transform: translateY(-1px);
}
.custom__popup__overlay,
.gameMode__overlay,
.whatsNew__overlay {
    width: 100% !important;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 15000 !important;
}

.gameMode__save__btn {
    border-radius: var(--border-radius-default);
    outline: none;
    border: none;
    cursor: pointer;
}

.close__btn_s {
    min-width: 120px;
}

.custom__popup__card,
.gameMode__card,
.whatNew__popup__card {
    z-index: 15000 !important;
    max-width: 500px !important;
    width: 50% !important;
    min-width: 330px !important;
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    background-color: var(--bg-color);
    margin: auto !important;
    left: 55%;
    transform: translateX(-45%);
    top: 10%;
    text-align: center !important;
    border-radius: var(--border-radius-large);
    overflow: hidden;
}

.whatNew__content {
    display: flex !important;
    flex-direction: column !important;
    padding-bottom: 50px;
    margin: 20px 0 !important;
}

.whatNew__content > * {
    margin: 20px 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left !important;
}

.whatNew__title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-top: -47px;
    align-items: center;
}

.whatNew__title img {
    width: 40px;
    height: 30px !important;
    filter: brightness(0) saturate(100%) invert(52%) sepia(6%) saturate(6913%) hue-rotate(186deg) brightness(83%)
        contrast(102%);
    transform: rotate(0deg);
    animation: whatsnew_icon infinite 1.2s ease;
}

.whatNew__popup__card .inner-popup {
    max-height: 650px !important;
    height: 90vh !important;
    overflow-y: scroll !important;
    padding: 20px;
    width: 100%;
    margin: 0px;
}

.whatsNew__btn {
    justify-content: center !important;
    position: fixed !important;
    bottom: -22px !important;
    background: white !important;
    left: 0px !important;
    padding: 15px !important;
    box-shadow: 0px -1px 10px 10px rgb(0 0 0 / 3%);
    right: 0px !important;
}

.whatsNew__btn button {
    border: none;
    outline: none;
    color: white;
    font-size: var(--font-size-default);
    border-radius: var(--border-radius-default);
    box-shadow: -1px -1px 8px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.whatsNew__btn button:hover {
    transform: none !important;
    box-shadow: -1px -1px 8px 5px rgba(0, 0, 0, 0.1) !important;
}

@keyframes whatsnew_icon {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(-2deg) scale(1.1);
    }
    100% {
        transform: rotate(0deg) scale(1);
    }
}

.whatNew__content > div > h2 {
    margin-bottom: 10px;
    color: var(--blue-color);
    text-align: left !important;
    margin-right: auto;
}

.whatNew__content > div > p {
    font-size: 18px;
    line-height: 1.5 !important;
}

.whatNew__content img {
    max-width: 100%;
    margin: auto !important;
}

.whatNew__content .cross-icon {
    font-size: 5px !important;
    height: 10px !important;
}

/* game mode popup */

.gameMode__card__body {
    padding-top: 5px;
}

.gameMode__card__body > * {
    margin: 20px auto;
}

.gameMode__card__body * {
    line-height: 1.5;
}

.gameMode__card__body div > img {
    max-width: 150px;
}

.gameMode__card__body div > h2 {
    color: var(--blue-color);
    font-size: 34px;
}

.gameMode__card__body p {
    color: #8ca6b0;
    font-size: 18px;
}

.gamemode__alert {
    background-color: rgb(255, 228, 228);
    width: 75%;
    min-width: 300px;
    color: rgb(190, 0, 0) !important;
    margin: 0px auto;
    visibility: hidden;
    transition: 0.2s ease;
    opacity: 0;
    height: 0px;
    padding: 0px;
}

.gamemode__alert.active {
    height: fit-content;
    margin: 10px auto;
    padding: 10px 0px;
    visibility: visible;
    opacity: 1;
}

.gameMode__card__body > div:nth-child(3) {
    display: flex;
    flex-direction: column;
    width: 75%;
    min-width: 300px;
    margin: auto;
    gap: 20px;
}

.gameMode__card__body > div:nth-child(3) button {
    padding: 8px;
    font-size: 18px;
    background-color: transparent;
    border-radius: 3px;
    transition: 0.1s ease;
    cursor: pointer;
}

.gameMode__card__body > div:nth-child(3) button.active,
.gameMode__card__body > div:nth-child(3) button:hover {
    color: white !important;
}

.gameMode__card__body > div:nth-child(3) button:nth-child(1) {
    border: 2px solid #9fd71c;
    color: rgba(159, 215, 28, 1);
}
.gameMode__card__body > div:nth-child(3) button:nth-child(1).active,
.gameMode__card__body > div:nth-child(3) button:nth-child(1):hover {
    background-color: #9fd71c;
    box-shadow: rgba(156, 212, 25, 0.4) 3px 5px 10px;
}

.gameMode__card__body > div:nth-child(3) button:nth-child(2) {
    border: 2px solid #fdcc0d;
    color: #fdcc0d;
}
.gameMode__card__body > div:nth-child(3) button:nth-child(2).active,
.gameMode__card__body > div:nth-child(3) button:nth-child(2):hover {
    background-color: #fdcc0d;
    box-shadow: rgba(253, 204, 13, 0.4) 3px 5px 10px;
}
.gameMode__card__body > div:nth-child(3) button:nth-child(3) {
    border: 2px solid #fe6385;
    color: #fe6385;
}

.gameMode__card__body > div:nth-child(3) button:nth-child(3).active,
.gameMode__card__body > div:nth-child(3) button:nth-child(3):hover {
    background-color: #fe6385;
    box-shadow: rgba(254, 99, 133, 0.4) 3px 5px 10px;
}

img.cross-icon {
    filter: var(--cross-icon);
}

/* custom popups */

.custom__popup__btn {
    padding: 8px 30px;
    background-color: var(--blue-color);
    color: white;
    border-radius: var(--border-radius-default);
    font-size: var(--font-size-default);
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
}

.share_link_popup h2 {
    font-size: var(--font-size-h2) !important;
}

.login__popup__card .inner-popup {
    padding: 0px;
    width: 100%;
}
.login__popup__header h2 {
    font-size: var(--font-size-h2);
    margin-bottom: 5px;
}

.login__popup__header p {
    color: var(--green-color);
}

.login__popup__header img {
    max-width: 120px;
    margin: auto;
    margin-bottom: 10px;
}
.login__popup__header {
    background-color: var(--lightblue-color);
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    text-align: center !important;
    padding: 20px 0px;
}

.login__popup__detail a {
    width: 70%;
    display: flex;
    gap: 10px;
    padding: 10px 30px;
    align-items: center;
    border: 1px solid lightgray;
    border-radius: var(--border-radius-default);
    /* justify-content: center; */
}

.login__popup__detail a:hover {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.login__popup__detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 30px auto;
}

.login__popup__detail img {
    max-width: 30px;
}

.login__popup__detail a:nth-child(1) img {
    padding-right: 5px;
}

.login__popup__detail a:nth-child(2) img {
    padding-left: 5px;
    padding-right: 10px;
}

.login__popup__detail a span {
    text-align: center;
    color: var(--green-color);
}

.popup3,
.popup4,
.level_up_popup {
    background-color: var(--bg-color);
    border: 1px solid #dddfe1;
    position: absolute;
    top: 90px;
    padding-bottom: 20px;
    margin-left: -90px;
    left: 50%;
    display: none;
    text-align: center;
    border-radius: 5px;
    width: 450px;
}

.popup3 #body_text {
    font-size: 28px;
    font-family: 'Lilita One' !important        ;
}

.popup5 {
    background-color: var(--bg-color);
    border: 1px solid #dddfe1;
    position: absolute;
    top: 90px;
    padding-bottom: 20px;
    margin-left: -90px;
    left: 50%;
    display: none;
    text-align: center;
    border-radius: 5px;
    width: 450px;
}
.popup,
.popup2 {
    background-color: var(--bg-color);
    width: 400px;
    position: absolute;
    top: 90px;
    margin-left: -90px;
    left: 50%;
    display: none;
    text-align: center;
    border-radius: 5px;
}

.popup2 .inner-popup {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.failure__popup__btn {
    color: white;
    background: var(--green-color);
    font-size: var(--font-size-default);
    padding: 7px 30px;
    border: none;
    outline: none;
    border-radius: var(--border-radius-default);
    margin-top: 0px !important;
}

.popup2 .inner-popup .cross-icon {
    margin: 15px !important;
}

.we-popup {
    background-color: var(--bg-color);
    /* height: 550px; */
    width: 400px;
    position: absolute;
    top: 90px;
    /* padding-bottom: 50px; */
    margin-left: -90px;
    left: 50%;
    display: none;
    text-align: center;
    border-radius: 5px;
}
.del-popup {
    background-color: var(--bg-color);
    /* height: 550px; */
    width: 400px;
    position: absolute;
    top: 90px;
    /* padding-bottom: 50px; */
    margin-left: -90px;
    left: 50%;
    display: none;
    text-align: center;
    border-radius: 5px;
}
.winng-popup {
    background-color: var(--bg-color);
    /* height: 550px; */
    width: 400px;
    position: absolute;
    top: 90px;
    /* padding-bottom: 50px; */
    margin-left: -90px;
    left: 50%;
    display: none;
    text-align: center;
    border-radius: 5px;
    /* background-color: #f7f7f7; */
}
.avatar-popup {
    background-color: #fff;
    /* height: 550px; */
    width: 400px;
    position: absolute;
    top: 90px;
    /* padding-bottom: 50px; */
    margin-left: -90px;
    left: 50%;
    display: none;
    text-align: center;
    border-radius: 5px;
    background-color: var(--bg-color);
}

.level_up_popup {
    position: fixed;
    /* background-image: url("/web_assets/ima.achivement_unlock_popupges/success_bg.png"); */
    background-size: cover;
    background-position: center center;
}
.level_up_popup .levelup-heading {
    text-transform: uppercase;
    font-size: 40px;
    color: var(--blue-color);
}
.levelup_strip {
    width: 131%;
    position: absolute;
    left: -70px;
    top: -10px;
}
.levelup_crown_img {
    width: 250px;
    height: 150px;
    margin-top: 8em;
}
.levelup_crown_img_div {
    position: relative;
}
.level-number {
    position: absolute;
    color: #fdcc0d;
    font-size: 60px;
    bottom: 18%;
    left: 46%;
}
.point-heading {
    font-size: 36px;
}
.point-score {
    font-size: 40px;
    color: var(--blue-color);
}
.levelup-msg {
    color: var(--green-color);
    font-size: 20px;
}
.level_up_popup .action-btn-row {
    display: flex;
    column-gap: 2em;
    margin-top: 1em;
    justify-content: center;
}
.level_up_popup .action-btn-row .btn-action {
    padding: 10px;
    width: 100px;
    color: var(--white-color);
    outline: unset;
    border: unset;
    background-color: var(--blue-color);
    border-radius: 8px;
    font-size: 18px;
}
.inner-popup {
    width: 88%;
    margin: 0 auto;
    padding: 20px 0;
}

.inner-popup > * {
    margin-bottom: 20px !important;
}

.close-btn {
    color: var(--white-color);
    background-color: var(--blue-color);
    padding: 11px;
    width: 110px;
    outline: unset;
    border: unset;
    border-radius: 6px;
    /* font-weight: 800; */
    font-size: 18px;
    margin: 10px 0;
}

.try-again-btn {
    color: var(--white-color);
    background-color: #e96083;
    padding: 13px;
    width: 115px;
    outline: unset;
    border: unset;
    border-radius: 4px;
    /* font-weight: 800; */
    box-shadow: 0px 2px 5px #e96083;
    font-size: 18px;
    margin: 10px 0;
}

.bg-blue {
    background-color: #193b51;
    border-radius: 64%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    color: #fff;
}
.popup .tick,
.popup2 .tick {
    height: 80px;
    width: 80px;
}

.popup .boxes,
.popup2 .boxes {
    width: 100%;
}

.f-30 {
    font-size: 30px;
    color: var(--blue-color);
    font-weight: 900;
    font-family: Burbank Big Condensed;
}
.f-20 {
    font-size: 45px;
    color: var(--blue-color);
    /* font-weight: 600; */
    font-family: Burbank Big Condensed;
}
.blue {
    font-size: 18px;
    color: var(--green-color);
    font-family: Roboto;
}
.image_tick_cross {
    margin-top: -20px;
    display: flex;
    justify-content: center;
}
.image_tick_cross2 {
    margin-top: 25px;
}
.justify-center {
    justify-content: center;
}

.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center;
}
.login-icons {
    width: 200px;
    height: 50px;
    background-color: #fff;
    padding: 25px 10px;
    color: var(--green-color);
    border: 3px solid #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    font-weight: bold;
}
.login-with {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}
/* =======================================
                Statistics                 
========================================== */

.statisics__cards {
    gap: 40px;
}

.stats-sec {
    width: 100%;
}
.graph-sec {
    width: 100%;
    /* width: 45%; */
}
.chart {
    width: 100%;
}

#stats {
    width: 100% !important;
    /* height: 400px !important; */
}

.card {
    display: inline-block;
    margin-bottom: 20px;
}

.card-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.card-row > div {
    flex: 1;
}

.card-head {
    color: var(--green-color);
    border-bottom: 1px solid #eef2f7;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.stats__achive__cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 15px;
}

.stats__achive__cards > div {
    flex: 1;
    display: grid;
    place-items: center;
    border: 1px solid #eef2f7;
    height: 150px;
    border-radius: var(--border-radius-default);
}
.stats__achive__cards div img {
    width: 65%;
    max-width: 100px;
}

/* } */

.stats-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 130px;
    grid-gap: 30px;
    margin-top: 40px;
}

.user__statistics__card {
    width: 100%;
    background-color: var(--cell-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    padding-bottom: 10px;
}

.stats__achive_Badges h2,
.stats-cards h2 {
    margin-top: 30px;
    font-size: var(--font-size-h4);
    font-weight: 500;
    color: var(--green-color) !important;
}
.stats__avatar {
    width: 80px;
    margin-top: -35px !important;
    border-radius: 100px;
    border: 4px solid;
    position: relative;
}
.stats__avatar .avatar__badge__img {
    position: absolute;
    width: 35px;
    bottom: -15px;
    right: -5px;
}
.stats__avatar .stats__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-top: -0.5px;
    /* border: 3px solid; */
}

.user__statistics__card > * {
    margin: 5px 0;
}

.user__statistics__card > p {
    color: #90a9b3;
}

.user__statistics__card > h3 {
    font-size: var(--font-size-h4);
    color: var(--green-color);
    margin-top: 15px;
}

.stats__level h4 {
    font-size: var(--font-size-default);
}

.stats__level img {
    width: 22px;
}

.user__statistics__card > div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--blue-color);
}
.stats-card {
    border: 1px solid #eef2f7;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--green-color);
    position: relative;
}
.stats-card .value {
    font-size: var(--font-size-h2);
    font-weight: 600;
}
.stats-card .label {
    font-size: 14px;
}
.stats-card img {
    height: 45px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.table-wrapper {
    margin-top: 50px;
}
.table {
    width: 100%;
    border-collapse: collapse;
    color: var(--green-color);
}
.table tr th {
    text-align: left;
    padding: 15px 5px;
}
.table tr td {
    border-bottom: 1px solid #eee;
    text-align: left;
    padding: 15px 5px;
    color: #8ca6b0;
}
.table tr td a {
    color: var(--blue-color);
}
a.sidebar-link.active-nav {
    color: var(--blue-color);
    font-weight: bold;
}
.active-nav img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(94%) saturate(689%) hue-rotate(188deg) brightness(99%)
        contrast(90%);
}
/* Leaderboard */
.pos-wrapper {
    display: flex;
    margin-top: 80px;
    width: 100%;
    justify-content: center;
    column-gap: 20px;
    align-items: end;
}
.leader-board-table tr td a {
    color: #ffffff;
}
.pos-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    background: var(--sidebar-bg);
    border-radius: 5px;
    width: 250px;
    padding-top: 40px;
    padding-bottom: 20px;
}
.pos-card .profile {
    width: 80px;
    position: absolute;
    top: calc(-40px);
    left: calc(50% - 40px);
    border-radius: 50%;
}
.pos-card .rank {
    font-size: 30px;
    font-weight: bold;
}
.pos-card .rank sup {
    font-size: 20px;
}
.pos-card .name {
    font-size: 20px;
    color: var(--blue-color);
}

.pos-card .games {
    color: #8ca6b0;
    margin-bottom: 20px;
}
.pos-card .level {
    font-size: 20px;
    color: var(--blue-color);
}
.pos-card .badge {
    position: absolute;
    bottom: -70px;
    left: calc(50% - 25px);
}
.pos-card .badge img {
    height: 65px;
}

.rank1 .rank {
    font-size: 50px;
}
.rank1 {
    padding: 40px 0px;
    border: 1px solid #f0c417;
}
.rank2 {
    border: 1px solid #c6c6c6;
}

.rank3 {
    padding: 40px 0px;
    border: 1px solid #d59a61;
}

/* rgb(147, 191, 220) */
.rank-person {
    display: flex;
    align-items: center;
    max-width: 210px;
    overflow: hidden;
}
.rank-person img {
    width: 30px;
    margin-right: 5px;
}
.table-btn-primary {
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    background: var(--blue-color);
    color: #fff;
    font-size: 14px;
}
.d-none {
    display: none;
}
.popups {
    z-index: 99999;
    position: fixed;
    display: block;
}
.lilita {
    font-family: "Lilita One", cursive;
}
/* FEEDBACK MODAL */
.feedback-modal {
    position: relative;
}

.feedback-modal .cross-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.cross-icon.close-btn {
    position: relative !important;
}

.card-image {
    position: absolute;
    top: -30px;
    left: 45%;
}

.card_top_img {
    transform: scale(1.2);
}

.feedback-modal .heading-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feedback-modal .heading-row .heading {
    font-size: 50px;
    color: var(--blue-color);
    text-align: center;
}

.feedback-modal .content {
    line-height: 1.7;
    font-size: 17px;
    max-width: 300px;
    text-align: center;
    margin: 0.5em auto;
    padding: unset;
    letter-spacing: unset;
}

.feedback-modal .emoji-row {
    display: flex;
    justify-content: center;
    margin: 1rem;
    gap: 10px;
    align-items: flex-end;
}

.feedback-modal .emoji-row .emoji {
    cursor: pointer;
    transition: all ease-in 0.1s;
    max-width: 100%;
    padding: 10px;
}
.feedback-modal .emoji-row .emoji.selected {
    transform: scale(1.5);
    transition: 0.3s ease;
}

.emoji-row .emoji.selected:hover {
    transform: scale(1.8);
}

.feedback-modal #message {
    resize: none;
    width: 100%;
    background-color: #eef2f7;
    padding: 0.725em;
    outline: unset;
    border: unset;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 17px;
}

.after_submit .heading-row {
    justify-content: center;
    padding-top: 2em;
}

.bottom_tooltip {
    position: relative;
    height: 50px;
    width: 50px;
    /* padding: 10px; */
    background-color: var(--lightblue-color);
    display: grid;
    place-items: center;
    transition: 0.3s ease;
    border-radius: 3px;
}

.bottom_tooltip.selected {
    background: #fff3c5;
    width: 55px;
    height: 65px;
}

.bottom_tooltip:hover {
    background: #fff3c5;
}
.bottom_tooltip:hover .emoji {
    transform: scale(1.5);
}

.bottom_tooltip .tooltiptext {
    visibility: hidden;
    width: fit-content;
    min-width: 100px;
    padding: 5px 8px;
    background-color: var(--blue-color);
    color: #fff;
    text-align: center;
    border-radius: 6px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 120%;
    left: 50%;
    margin-left: -60px;
}

.bottom_tooltip:hover .tooltiptext {
    visibility: visible;
}
/* UTILITIES */
.justify-center {
    justify-content: center !important;
}
/* Media queries for all pages */

@media (max-width: 780px) {
    /* game cell */
    .cell {
        height: 45px !important;
        width: 45px !important;
        font-size: 19px;
    }

    .col-sm-10 {
        width: 460px;
    }
    .col-sm-12 {
        width: 500px;
    }

    .keyboard-button {
        height: 40px;
        width: 40px;
        font-size: 17px;
    }
    .k-m {
        width: 88px;
        font-size: 16px;
    }
    .k-e {
        width: 135px;
        font-size: 16px;
    }

    /* sidebar */
    .card-row {
        flex-direction: column;
    }
    .stats-sec {
        width: 100%;
    }
    .graph-sec {
        width: 100%;
    }
    .image_loader {
        max-height: 100px !important;
    }
}
@media (max-width: 700px) {
    .content-section {
        width: 100%;
    }
}

@media (max-width: 520px) {
    /* game cell */
    .cell {
        height: 55px !important;
        width: 55px !important;
        font-size: 15px;
        margin: 2px;
    }

    .counting-button {
        display: grid !important;
        grid-template-columns: repeat(5, 1fr) !important;
        margin-bottom: 10px;
    }

    .counting-button .k-y {
        width: auto;
        max-width: 85px;
        min-width: 80px !important;
        height: 70px !important;
    }

    .game__lastbar {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }

    .game__lastbar .keyboard-button {
        min-width: 90px !important;
        max-height: 70px !important;
        min-height: 70px !important;
    }

    .game__lastbar .keyboard-button:first-child,
    .game__lastbar .keyboard-button:last-child {
        width: 220px;
        margin-top: 10px;
        font-size: 20px;
    }

    .game__lastbar .keyboard-button:first-child img {
        width: 35px;
    }

    .col-sm-12 {
        max-width: 360px;
        min-width: 350px;
    }

    .top__bar {
        width: 95% !important;
        margin: auto !important;
        grid-template-columns: 1fr;
        margin-top: 20px !important;
        margin-bottom: 5px;
    }

    .top__bar #difficulty__mode {
        width: 100% !important;
    }

    .top__bar div:nth-child(1) button {
        width: 90%;
        text-align: center;
        display: flex;
        justify-content: center;
        z-index: 10;
    }

    .top__bar div:nth-child(2) {
        justify-content: space-between !important;
    }

    .top__bar div:nth-child(2) button {
        transform: scale(1);
        font-size: 14px !important;
        justify-content: center !important;
    }

    .top__bar div:nth-child(2) button img {
        width: 20px !important;
    }

    .top__bar div:nth-child(2) button:nth-child(1) {
        width: 40%;
    }

    .top__bar div:nth-child(2) button:nth-child(2) {
        width: 55%;
    }

    .popup,
    .popup2 {
        margin-left: -150px;
        top: 65px;
        width: 300px;
    }
    .we-popup {
        margin-left: -150px;
        top: 65px;
        width: 300px;
    }

    .del-popup {
        margin-left: -150px;
        top: 65px;
        width: 300px;
    }

    .winng-popup {
        margin-left: -150px;
        top: 65px;
        width: 300px;
    }
    .avatar-popup {
        margin-left: -150px;
        top: 65px;
        width: 300px;
    }
    .popup3,
    .popup4 {
        margin-left: -150px;
        width: 300px;
    }
    .popup5 {
        margin-left: -150px;
        width: 300px;
    }
    .col-sm-10 {
        width: 365px;
    }
    .col-sm-12 {
        max-width: 500px;
        min-width: 340px;
    }

    .k-m {
        align-self: flex-end;
        order: 1;
        width: 68px;
    }
    .k-e {
        width: 110px;
        align-self: flex-end;
        order: 2;
    }
    .google,
    .twitter {
        width: 25px;
    }
    .facebook {
        width: 14px;
    }
    .login-icons {
        font-size: 15px;
        padding: 5px;
        width: 105px;
        height: 42px;
    }
    .login-with {
        column-gap: 10px;
    }
    .content-section {
        width: 100%;
    }
    /* Leader Board */
    .pos-wrapper {
        align-items: center;
        flex-direction: column-reverse;
        row-gap: 120px;
    }
    .pos-card {
        width: 90%;
    }
    .pos-card.rank3 {
        order: -1;
    }
    .pos-card.rank1 {
        order: 1;
    }
    .leader-board-div {
        overflow-x: auto;
    }
    .stats-card-wrapper {
        grid-template-columns: 1fr !important;
    }
    .blog__h__card {
        max-width: 500px !important;
    }
}
@media (max-width: 520px) {
    .faqs {
        width: 90%;
    }
    .keyboard-button {
        height: 30px;
        width: 30px;
        font-size: 17px;
        margin: 1.5px;
    }
    .k-m {
        width: 60px;
        font-size: 14px;
    }
    .k-e {
        width: 90px;
        font-size: 14px;
    }
    .nerdle-table {
        margin-top: 1em;
        width: 100% !important;
    }
    .game__summery {
        flex-direction: column;
    }
}

@media (max-width: 450px) {
    /* game cell */
    .cell {
        height: 45.5px !important;
        width: 46.6px !important;
        font-size: 15px;
        margin: 1.5px;
    }

    .counting-button .k-y {
        min-width: 65px !important;
        height: 60px !important;
        /* font-size: 20px; */
    }

    .game__lastbar {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .game__lastbar .keyboard-button {
        min-width: 64px !important;
        max-height: 58px !important;
        min-height: 58px !important;
    }

    .game__lastbar .keyboard-button:first-child,
    .game__lastbar .keyboard-button:last-child {
        width: 162px;
        margin-top: 10px;
    }

    .col-sm-12 {
        max-width: 360px;
        min-width: 350px;
    }
    .blog__h__card {
        max-width: 320px !important;
    }

    .video__popup img {
        top: 90px !important;
        right: 20px !important;
    }
}

@media (max-width: 350px) {
    /* game cell */
    .cell {
        height: 36.5px !important;
        width: 36.5px !important;
        font-size: 15px;
        margin: 1.5px;
    }

    .col-sm-10 {
        width: 295px;
    }
    .col-sm-12 {
        width: 340px;
    }

    .keyboard-button {
        height: 28px;
        width: 28px;
        font-size: 14px;
    }
    .k-m {
        width: 52px;
        font-size: 13px;
    }
    .k-e {
        width: 82px;
        font-size: 13px;
    }
    .login-icons {
        font-size: 13px;
        padding: 5px;
        width: 97px;
        height: 42px;
    }
    /* LeaderBoard */
    .leader-board-table tr td {
        padding: 12px 3px;
        font-size: 14px;
    }
    .leader-board-table tr th {
        padding: 12px 3px;
        font-size: 15px;
    }
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px !important;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: cornflowerblue;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: cornflowerblue;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    color: #fff;
    background-color: #3c75d6;
}
.btn-block {
    display: block;
    width: 100%;
    border-radius: 6px;
}

.login-p {
    color: #777 !important;
    font-size: 12px !important;
    padding-left: 10px;
}

.account-p {
    color: var(--green-color);
    font-size: 15px;
    margin-bottom: 0.7rem;
    padding-left: 10px;
}

.account-a {
    font-weight: bolder;
    color: #5c97e0;
}

.btn-lg {
    padding: 15px 45px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.image_loader {
    position: absolute;
    left: 0;
    max-height: 100px;
    margin: 0;
    top: 55%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blank_boxes {
    opacity: 0.6;
}

.navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    color: var(--white-color);
    /* text-align: center; */
    padding: 2px 0;
    z-index: 9999;
}

.footer {
    color: #333;
    text-align: center;
    z-index: 1;
    padding: 1em 2em;
    display: flex;
    justify-content: space-around;
    font-weight: bold;
    margin-top: 2em;
    background:#f5f5fa;
}

.footer a {
    color: var(--white-color);
}
.hamburger {
    display: none;
    max-width: 40px;
    max-height: 35px;
}
@media (max-width: 700px) {
    .hamburger {
        left: 60px;
        display: block;
    }
}
.muted-text {
    font-size: 24px;
    font-family: "Roboto";
    color: #8ea5ad;
}
.we-text {
    font-size: 32px;
    font-family: "Roboto";
    font-weight: 900;
}
#body_text {
    line-height: 25px;
    margin-top: 10px;
}
.mt-img {
    margin-bottom: 20px;
}
.we-row {
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    border-radius: 8px;
}
.we-cell {
    height: 50px;
    font-family: "Roboto";
}
.we-header {
    background-color: #edf6fe;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.popup-header {
    width: 88%;
    margin: 0 auto;
    padding: 20px 0;
}
.roboto {
    font-family: "Roboto";
}
.winImage {
    max-width: 100%;
}
.winImageLoader {
    position: absolute;
    left: 35%;
    max-height: 100px;
    margin: 0;
    top: 60%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.numOfAttemps {
    color: #3c75d6;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 700;
}
.won_msg2 {
    font-size: 16px;
    color: #90a9b3;
    font-family: Roboto;
    font-weight: 500;
}
.remainingTimeDiv {
    padding-top: 15px;
}
.remainingTimeSpan {
    display: flex;
    justify-content: center;
}
.remainingTimeImg {
    background-color: var(--white-color);
    padding: 12px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.remainingTimeP {
    background-color: var(--white-color);
    padding: 12px;
    /* border-bottom-left-radius: 5px; */
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.remainingTime {
    color: red;
}

.close__btn {
    transition: 0.3s ease;
}

.close__btn:hover {
    transform: scale(1.2);
    cursor: pointer;
}

.close__btn_s,
.social_share_btn {
    height: auto;
    padding: 8px;
    background-color: #3970cd;
    font-size: 17px;
    font-weight: 500;
    transition: 0.3s ease;
}

.close__btn_s:hover,
.social_share_btn:hover {
    box-shadow: 5px 5px 10px rgba(57, 112, 205, 0.4);
}

.feedbackBtn {
    height: auto;
    padding: 8px;
    background-color: #f4c80b;
    font-size: 17px;
    font-weight: 500;
}
.winImageDiv {
    padding: 3px;
    background-color: var(--bg-color);
    border-radius: 10px;
    margin-bottom: 20px;
}
.win_popup_attempts {
    margin-top: 10px;
}

.win_popup_attempts p {
    margin-bottom: 10px;
}

.otherDivecesLinks {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.otherDeviceLink {
    max-width: 175px;
    margin: 25px;
    height: 55px;
}
.newfooter {
    color: var(--sidebar-txt-color);
    font-size: 22px;
    margin-bottom: 30px;
    width: 100%;
    display: grid;
    place-items: center;
    text-align: center;
    padding-top: 10px;
}

.newfooter span a,
.newfooter span {
    color: var(--sidebar-txt-color);
    font-size: var(--font-size-default);
    text-decoration: none;
}



.partitionLine {
    font-size: 35px;
}
.leaderboardPositionsCards {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}
@media (max-width: 990px) {
    .ellaborate-cards {
        flex-direction: column !important;
        align-items: center !important;
    }
    .ellaborate-card {
        height: fit-content !important;
        grid-template-rows: repeat(1, 1fr) !important;
        max-width: 60%;
    }
    .card-img {
        display: none;
        height: 0 !important;
        width: 0 !important;
    }
    .card-img-2 {
        display: none;
        height: 0 !important;
        width: 0 !important;
    }
    .otherDivecesLinks {
        text-align: center;
    }
    .otherDeviceLink {
        max-width: 70px !important;
        margin: 10px !important;
        max-height: 25px !important;
    }
    .leader-profile {
        width: 55px !important;
    }
    .leader-cards {
        padding: 0px !important;
    }
    .rfs {
        font-size: 12px !important;
    }
    .rimg {
        width: 16px;
    }
    .newfooter {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .newfooter span a {
        font-size: 12px;
    }
    .partitionLine {
        font-size: 20px;
    }
    .gameIcons-svg {
        width: 20px;
    }

    .exampleGameImg {
        max-width: 100% !important;
    }
    .gameOverviewImg {
        max-width: 100% !important;
    }
    .content_heading {
        font-size: 20px !important;
    }
    .content .text {
        font-size: 14px !important;
        margin-bottom: 7px !important;
    }

    .gameIcons {
        margin-block: 30px !important;
    }
}
@media (max-width: 1080px) {
    .elloborate-Text-Box {
        padding: 8px !important;
        max-height: 230px !important;
    }
}

/* ==============================================
                    Blogs  
================================================= */
.blogs {
    /* width: 80vw; */
    margin: auto !important;
    margin-top: 20px !important;
    width: 95% !important;
}

.blogs p {
    color: slategray;
}

.blogs__top {
    padding: 30px 0;
    text-align: center;
}

.blogs__top h2 {
    color: var(--blue-color);
    padding-bottom: 5px;
}

.blog__h__card {
    display: flex !important;
    width: 98% !important;
    margin: auto;
    min-height: 350px;
    background-color: var(--cell-bg);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease;
    /* color: var(--blue-color); */
}

.blog__h__card:hover {
    background-color: #eef7ff;
}

.blog__h__card:hover .h__card__img img {
    transform: translate(-1px) scale(1.002);
}

.blog__h__card > div {
    flex: 1;
    overflow: hidden;
}

.h__card__img img {
    width: 98%;
    height: 100%;
    /* max-width: 400px !important; */
    /* max-width: 400px !important; */
    /* min-width: 340px; */
    object-fit: cover;
    margin-left: auto;
    transition: 0.3s ease;
}

.h__card__content {
    width: 98%;
    height: inherit;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: space-around;
}

.h__card__content > h2 {
    font-weight: 500;
    padding-bottom: 5px !important;
}

.h__card__content > div:nth-child(2) > p {
    padding-top: 5px !important;
    line-height: 1.5;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.h__card__content div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.h__card__top p:nth-child(1) {
    background-color: var(--blue-color);
    color: var(--white-color);
    padding: 5px 10px;
    border-radius: 3px;
}

.h__card__top,
.h__card__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h__card__bottom div,
.v__card__bottom div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.h__card__bottom div h3,
.v__card__bottom div h3 {
    color: var(--sidebar-txt-color);
    font-weight: 400;
}

.h__card__bottom button,
.v__card__bottom button {
    border: none;
    outline: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fe6385;
    font-size: 16px;
    padding-right: 10px;
    cursor: pointer;
}
.h__card__bottom button img,
.v__card__bottom button img {
    transition: 0.3s ease;
    transform: scale(0.8);
}

.h__card__bottom button:hover img,
.v__card__bottom button:hover img {
    margin-right: -5px;
}

.h__card__bottom div img,
.v__card__bottom div img {
    max-width: 50px;
}

/* blogs list */
.blogs__list__div {
    width: 98%;
    margin: auto;
    margin-top: 50px;
}

.blogs__list__top {
    max-width: 700px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.blogs__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    grid-gap: 20px;
}

.blog__v__card {
    background-color: #f7fbff;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    transition: 0.5s ease;
    cursor: pointer;
}

.blog__v__card div img {
    transition: 0.3s ease;
    width: 100%;
    object-fit: cover;
    height: 100% !important;
}

.v__card__img {
    max-height: 220px;
    overflow: hidden;
}

.blog__v__card:hover .v__card__img img {
    transform: translateY(-2px) scale(1.01);
}

.blog__v__card:hover {
    background-color: #eef7ff;
}

.v__card__content {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}

.v__card__content h3 {
    color: black;
    text-align: left;
}

.v__card__img img {
    width: 100% !important;
    object-fit: cover;
    object-position: top;
    height: 200px;
    max-height: 180px !important;
}

.v__card__top p:nth-child(1) {
    background-color: var(--blue-color);
    color: var(--white-color);
    padding: 5px 10px;
    border-radius: 3px;
}

.v__card__top,
.v__card__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social__div {
    margin: auto !important;
}

.follow__us {
    width: 90%;
    margin: 50px auto;
    margin-top: 80px;
    text-align: center;
}

.follow__us > h2 {
    color: var(--blue-color);
    font-size: var(--font-size-h2);
}

.social__div h2 {
    color: var(--white-color) !important;
}
.blogs__top h2 {
    font-size: var(--font-size-h2);
    font-family: "Lilita One", cursive;
    font-weight: 100 !important;
}

.blogs__top p {
    font-size: var(--font-size-default) !important;
}

.follow__us > p {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    line-height: 150%;
    font-size: var(--font-size-default);
}

.follow__us .social__div {
    margin-top: 30px;
    width: inherit;
    padding-top: 20px;
}

.follow__us .social__div div {
    border-radius: 10px;
}

.follow__us .social__div div > a {
    width: 90%;
    margin: 10px auto;
    text-align: left;
    padding-left: 30px;
    min-height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.follow__us .social__div > div img {
    height: 200px;
    width: auto;
}

.follow__us .social__div > div:nth-child(1) {
    background: rgb(44, 141, 240);
    background: linear-gradient(
        186deg,
        rgba(44, 141, 240, 1) 0%,
        rgba(40, 146, 254, 1) 50%,
        rgba(33, 139, 247, 1) 100%
    );
}

.follow__us .social__div > div:nth-child(2) {
    background: rgb(255, 81, 219);
    background: linear-gradient(
        186deg,
        rgba(255, 81, 219, 1) 0%,
        rgba(255, 98, 221, 1) 40%,
        rgba(222, 38, 183, 1) 100%
    );
}

.follow__us .social__div > div:nth-child(2) img {
    padding-right: 40px;
}

.follow__us .social__div > div:nth-child(3) {
    background: rgb(100, 215, 255);
    background: linear-gradient(0deg, rgba(100, 215, 255, 1) 0%, rgba(68, 207, 255, 1) 49%, rgba(46, 201, 255, 1) 100%);
}

.follow__us .social__div > div h2 {
    color: var(--white-color) !important;
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: 900;
}

.follow__us .social__div > div p {
    color: var(--white-color);
    letter-spacing: 2px;
    font-size: 20px;
}

.follow__us .social__div img {
    width: 100%;
    height: 100px;
}

/* =================================================
                    single blog                     
==================================================== */

.single__blog__content {
    width: 90%;
    margin: auto;
    margin-top: 10px;
}

.single__blog__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single__blog__top > p {
    background-color: var(--blue-color);
    height: fit-content;
    color: var(--white-color) !important;
    padding: 5px 10px;
    border-radius: 5px;
}

.single__blog__top div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single__blog__top > div > div img {
    width: 60px;
}

.single__blog__top div p {
    color: #8ca6b0;
}

.single__blog__top div div p {
    font-weight: 700;
}

.single__blog__detail > img {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
    margin: 10px auto;
    border-radius: 5px;
}

.single__blog__detail > div * {
    margin: 10px 0 !important;
}

.single__blog__list {
    margin: 50px 10px 50px auto;
    width: 80vw;
    text-align: center;
}

.single__blog__list h2 {
    margin-bottom: 20px;
    font-size: 32px;
}

.single__blog__list .blogs__list {
    width: 90%;
    margin: auto;
    padding-bottom: 50px;
}

.single__blog__list .read__more {
    margin: auto;
    padding: 10px 25px;
    border-radius: 3px;
    color: var(--white-color);
    border: none;
    outline: none;
    background-color: var(--blue-color);
    font-size: 18px;
}

.single__blog__desc {
    line-height: 1.5;
    max-width: 850px;
}

.single__blog__desc > * {
    line-height: 1.5;
    padding-bottom: 10px !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.site__content > * {
    width: 100%;
}

.site__content p {
    color: var(--green-color);
}

/* tool tip */
.topbar__tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.topbar__tooltip .topbar__tooltiptext {
    width: fit-content !important;
    max-width: 300px;
    min-width: 200px;
    background-color: black;
    color: var(--white-color);
    text-align: center;
    padding: 8px !important;
    border-radius: 6px;
    visibility: hidden;
    font-weight: 300;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    top: 120%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.topbar__tooltip:hover .topbar__tooltiptext {
    visibility: visible;
}

/* achievements */

.achievements {
    text-align: center !important;
    width: 90%;
    margin: auto;
}

.achievements h1 {
    color: var(--blue-color);
    font-family: "Lilita One", cursive;
    font-weight: 500 !important;
    font-size: var(--font-size-h1);
}

.achievements h1::before {
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 5vw !important;
    color: var(large) !important;
    font-weight: 400 !important;
    line-height: 100%;
    font-family: "Lilita One", cursive;
    color: var(--lightblue-color);
}

.achievements h1::before {
    content: "Nerdle Achievements";
}

.achievements > div > p {
    color: var(--green-color) !important;
    max-width: 700px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

.achievements > h3 {
    text-align: left;
    font-size: var(--font-size-h3);
    color: var(--green-color);
    /* border-bottom: 5px solid var(--blue-color); */
    /* border-left: 5px solid var(--blue-color); */
    /* border-right: 5px solid var(--blue-color); */
    width: fit-content;
    /* margin: auto; */
    margin-top: 30px;
    padding: 8px;
    border-start-end-radius: 20px;
    border-start-start-radius: 20px;
    border-end-end-radius: 20px;
    border-end-start-radius: 20px;
}

.achive_badges {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0px 120px 0px;
}

.achive_badges > div {
    flex: 1;
    padding: 10px;
    border-radius: var(--border-radius-large);
    cursor: pointer;
    transition: 0.3s ease;
    max-width: 250px;
    border: 1px solid lightgray;
}

.achive_badges > div img {
    max-width: 160px;
    width: 100%;
    margin-bottom: 20px;
}

.achive_badges > div p {
    line-height: 140%;
}

.achive_badges > div h2 {
    color: var(--green-color) !important;
    margin-bottom: 8px;
}

.round-checkbox {
    position: relative;
}

.badge_checkbox_wrapper {
    margin-left: auto;
}

.round-checkbox {
    margin-right: 30px;
    margin-top: 0px;
}

.round-checkbox label {
    background-color: transparent;
    border: 2px solid var(--green-color);
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.round-checkbox label:after {
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 12px;
}

.round-checkbox input[type="checkbox"] {
    visibility: hidden;
}

.round-checkbox input[type="checkbox"]:checked + label {
    background-color: var(--green-color);
    border-color: var(--green-color);
}

.round-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

/* achivement gallery */
.achive__gallery__wrapper {
    width: 100%;
}

.achive__gallery__wrapper h2 {
    font-size: var(--font-size-h2);
    text-align: left;
}

.achive__gallery__wrapper > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.achive__gallery__wrapper > div:nth-child(1) input,
.achive__gallery__wrapper > div:nth-child(1) button {
    background-color: var(--blue-color);
    color: var(--white-color);
    border: none;
    outline: none;
    font-size: var(--font-size-default);
    padding: 8px 30px;
    border-radius: var(--border-radius-default);
    cursor: pointer;
    transition: 0.3s ease;
    max-width: fit-content;
}

.achive__gallery__wrapper > div:nth-child(1) button {
    border: 1.6px solid lightgray;
    background-color: transparent;
    color: slategray;
    margin: 0px 5px;
}

.achive__gallery__wrapper > div:nth-child(1) button:nth-child(2) {
    background-color: var(--blue-color);
    color: white;
    border: none;
}

.achive__gallery__wrapper > div:nth-child(1) input:hover,
.achive__gallery__wrapper > div:nth-child(1) button:hover {
    box-shadow: 0px 5px 10px lightgray;
}

input[type="button"]:disabled {
    background-color: rgb(33, 29, 29) !important;
    /* background-color: rgba(0,0, 0, 0.8); */
}

.badge__limit__alert {
    background: #ffecec;
    border-radius: 7px;
    width: fit-content;
    margin: auto;
    height: 0px;
    padding: 0px 15px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}

.badge__limit__alert.active {
    height: 100%;
    padding: 15px;
    visibility: visible;
    opacity: 1;
}

.achive__gallery {
    margin: 20px auto 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    position: relative;
    overflow: hidden;
}

.achive__gallery > div {
    flex: 1;
    min-width: 230px;
    min-height: 230px;
    border: 2px solid var(--sidebar-bg);
    border-radius: var(--border-radius-large);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    cursor: pointer;
    max-width: 260px;
}

.achive__gallery > div:last-child {
    margin-right: auto;
}

.achive__unlock__card {
    z-index: 15000 !important;
    max-width: 440px !important;
    width: 50% !important;
    min-width: 330px !important;
    display: flex !important;
    flex-direction: column !important;
    position: absolute !important;
    background-color: var(--bg-color);
    margin: auto !important;
    left: 55%;
    transform: translateX(-45%);
    top: 10%;
    text-align: center !important;
    border-radius: var(--border-radius-large);
    /* overflow: hidden; */
    transition: all 0.3s;
    opacity: 1;
    padding-bottom: 20px;
}

.achivement__unlock__popup__wrapper *::-webkit-scrollbar,
.achivement__unlock__popup__wrapper *::-webkit-scrollbar-track {
    display: none;
}

.achive__unlock__card.active {
    transform: translateX(-40%) scale(0);
    transition: transform 0.3s;
    opacity: 0.05;
}

.achivement_unlock_popup {
    background-image: var(--achive_popup_bg-img);
    min-height: 620px;
    max-height: 620px;
    background-position: bottom;
    overflow: auto !important;
    background-size: cover;
    z-index: -10;
    background-color: var(--bg-color) !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
    border-radius: var(--border-radius-default);
}

.achivement_unlock_popup h2 {
    font-size: var(--font-size-h1);
    margin-top: 20px;
    font-family: "Lilita One", cursive;
    font-weight: 100;
}

.achive_detail {
    padding: 0px 15px;
    padding-top: 10px;
}
.achive__img.active {
    animation: badge_animations 0.5s ease-out 1;
    transform: scale(1);
}

@keyframes badge_animations {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.popup__bar {
    width: 130%;
    max-height: 250px;
    /* background-color: red; */
    position: absolute;
    top: 4% !important;
    z-index: 10000;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(10px 3px 8px rgba(0, 0, 0, 0.2));
}

.achivement_unlock_body {
    margin-top: 100px;
}

.achivement_unlock_body img {
    max-width: 180px;
    filter: drop-shadow(10px 5px 10px rgba(0, 0, 0, 0.3));
}

.achivement_unlock_body h3 {
    font-size: var(--font-size-h3);
    color: var(--green-color);
    margin-top: 10px;
}

.achivement_unlock_body h2 {
    font-size: var(--font-size-h1);
    margin-top: 0px !important;
}

.achivement_unlock_body > div {
    display: flex;
    gap: 20px;
    margin: auto;
    width: fit-content;
    margin-top: 20px;
}

.achivement_unlock_body > div button {
    background-color: var(--blue-color);
    color: var(--white-color);
    padding: 8px 30px;
    border: none;
    outline: none;
    font-size: var(--font-size-default);
    border-radius: var(--border-radius-default);
    cursor: pointer;
    /* border-bottom: 4px solid transparent; */
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    /* padding-top: 5px; */
}

.achivement_unlock_body > div button:hover {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.hide_lock {
    display: none !important;
}

.achive__gallery > div h4 {
    color: var(--green-color);
    font-size: 20px;
}

.achive__gallery > div > .badge_overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
}

.achive__gallery > div .badge_overlay img {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 10px;
}

.achive__gallery > div > img {
    max-width: 140px;
}

.gallery__badge {
    position: relative;
    transition: 1s ease-in-out;
    transform-style: preserve-3d;
}

.gallery__badge__detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    background-color: var(--bg-color);
    color: var(--green-color);
    padding: 10px;
    padding-top: 10px;
    transition: 0.3s ease;
    z-index: 10;
    border-radius: 10px;
    transition: 0.3s ease;
    transform-style: preserve-3d;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    /* border-image-slice: 1; */
    /* border-width: 5px; */
}

.gallery__badge__detail h4 {
    color: var(--blue-color) !important;
}

.gallery__badge:hover .gallery__badge__detail {
    top: 55%;
}

.gallery__badge .feature {
    transition: 0.3s ease;
}

.gallery__badge:hover .feature {
    max-width: 100px;
    transform: translateY(-30px);
}

.unlocked__badge:hover .feature {
    max-width: 100px;
    transform: translateY(-50px) !important;
}

.unlocked__badge img {
    filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.4));
    /* background-color: red; */
}

.terms__conditions {
    padding: 50px !important;
    padding-top: 0px !important;
}

.terms__conditions > h1 {
    color: var(--blue-color) !important;
    font-size: var(--font-size-h1);
    font-family: "Lilita One", cursive;
    font-weight: 500 !important;
}

.terms__conditions ul {
    margin-left: 40px;
}

.terms__conditions h2 {
    font-size: var(--font-size-h4) !important;
    margin-top: 20px;
}
.terms__conditions h3 {
    font-size: var(--font-size-h4) !important;
    margin-top: 20px;
}

.terms__conditions p,
.terms__conditions li {
    font-size: 18px !important;
    line-height: 140%;
    color: var(--green-color);
}

.terms__conditions ul {
    padding-top: 10px;
}

.terms__conditions p {
    padding-top: 10px;
}

.theme__changer {
    position: fixed;
    right: 30px;
    bottom: 60px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: var(--cell-bg);
    display: grid;
    place-items: center;
    cursor: pointer;
    overflow: hidden;
}

.theme__changer img {
    width: 30px;
    animation: themeAnimation 3s ease infinite;
    transition: transform 0.3s ease;
    transition: 1s ease;
    margin: 0;
}

.theme__changer.hover img {
    margin-top: -150px;
    margin-left: -150px;
}

.theme__changer.hover-right img {
    margin-top: 150px !important;
    margin-right: -150px;
}

.theme__changer .dark_theme {
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7483%) hue-rotate(46deg) brightness(104%)
        contrast(99%); */
}

/* @keyframes themeAnimation {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0px);
    }
} */

@media only screen and (max-width: 1024px) {
    
.achive__gallery > div:last-child {
    margin: auto;
}

    .custom__popup__card,
    .gameMode__card,
    .achive__unlock__card,
    .whatNew__popup__card {
        left: 50%;
        transform: translateX(-50%);
        width: 90% !important;
    }
    .game__summery {
        flex-direction: column;
    }

    .exampleGameImg {
        margin: -10px 0 !important;
    }
    .sidebar__wrapper {
        z-index: 999 !important;
        position: fixed !important;
    }

    .sidebar {
        left: -280px;
    }

    .menu__icon {
        display: flex;
    }

    .p-inline-50 {
        padding-inline: 10px;
        padding: 0 5px !important;
    }
    .nerdle__section {
        width: 98% !important;
        /* background-color: orange; */
    }

    .ellaborate__cards {
        width: 98%;
    }

    .dashboard__layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .blogs {
        width: 98vw !important;
    }
    .blogs__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .sub__heading::before {
        font-size: 6vw !important;
        line-height: 100% !important;
    }

    .video__popup iframe {
        margin-top: 50px !important;
        transform: translateX(-50%);
        width: 90vw !important;
    }

    .faq__game__modes > div > div {
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .faq__game__modes > div > div div img,
    .faq__game__modes > div > div img {
        width: 100%;
        max-width: 300px;
        margin: auto;
        float: none;
    }
    .faq__game__modes > div h4 {
        text-align: left;
    }
    .faq__game__modes > div > div div {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .faq__game__modes > div:not(:first-child) > div {
        flex-direction: column;
    }
    .faq__games__type {
        flex-direction: column;
        border: none;
    }
    .faq__games__type > div:not(:nth-child(1)) {
        border: none;
    }
    .faq__games__type > div {
        padding: 0px;
    }
    .faq__leaderboard table tbody tr{
        display: flex;
        flex-direction: column;
        border: none !important;
    }
    .faq__leaderboard table tbody tr *{
        border: none !important;
    }

    .faq__leaderboard table tbody tr h5,
    .faq__leaderboard table tbody tr p{
        /* padding-top: 0px !important; */
        padding-bottom: 0px !important;
    }

}

@media only screen and (max-width: 768px) {
    .wrong_exp_popup {
        width: 340px !important;
        margin: auto !important;
        left: 0%;
        right: 0%;
    }

    #body_text {
        font-size: 28px;
    }

    .wrong_exp_popup h3 {
        font-size: var(--font-size-h3);
    }

    .cell.complete,
    .cell.foucs {
        font-weight: 600 !important;
    }

    @keyframes cellPopUp {
        0% {
            font-size: 16px;
        }
        50% {
            font-size: 24px;
        }
        100% {
            font-size: 20px;
        }
    }

    .sidebar .logo {
        width: 140px;
    }

    .blog__h__card {
        flex-direction: column;
        max-width: 600px;
        margin: auto !important;
    }

    .h__card__img img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .h__card__content {
        padding: 10px;
    }

    .ellaborate__cards {
        gap: 10px;
    }

    .dashboard__layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .nerdle-div .top__bar {
        display: flex;
        flex-direction: column;
        gap: 20px;
        /* width: 80%; */
    }

    .k-m > img {
        max-width: 60%;
    }

    .stats-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .single__blog__top > div {
        flex-direction: column !important;
        align-items: flex-end !important;
        margin-bottom: 15px;
    }

    .single__blog__top > div > div > p {
        margin-top: -20px;
    }

    .single__blog__top > div > p {
        margin-top: -40px;
    }

    .nerdle__home__content .sub__heading {
        line-height: 100%;
        margin: 10px 0;
        font-size: 28px !important;
    }

    .nerdle__home__content .sub__heading::before {
        margin-top: 0px !important;
        font-size: 52px !important;
    }

    .nerdle__home__content .logo__img {
        max-width: 150px;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .game__instruc > div {
        align-items: center !important;
    }

    .game__instruc > div > div:nth-child(2) {
        padding: 3px !important;
        border-radius: 3px !important;
    }

    .nerdle__detail__tabs {
        width: 90vw !important;
    }

    .follow__us .social__div {
        margin: auto !important;
    }

    .follow__us .social__div div > a {
        flex-direction: column-reverse;
        gap: 50px;
        padding-bottom: 30px;
        text-align: center;
        padding-left: 0px !important;
    }

    .follow__us .social__div div:nth-child(2) a > div:nth-child(2) {
        display: flex !important;
        justify-content: center !important;
    }

    .follow__us .social__div div:nth-child(2) a > div:nth-child(2) img {
        width: fit-content !important;
        padding: 0 !important;
        margin: auto !important;
    }
}

@media only screen and (max-width: 690px) {
    .ellaborate__cards {
        flex-wrap: wrap;
        gap: 10px;
    }

    .ellaborate__cards > div {
        margin: auto;
        max-width: 450px;
        min-width: 300px;
    }

    .blogs__list {
        grid-template-columns: repeat(1, 1fr);
    }
}
