:root {
    /* Color Settings */
    --bgClr: #F0F0F0;
    /* primary color */

    --pclr: #103778;
    /* primary color */
    --dpclr: #ff3539;
    /* dark primary color */
    --fcsdPClr: #ed424629;
    /* dark primary color */
    --dShdwPclr: #b30303;
    /* dark primary color */

    --sclr: #E8974E;
    /* secondary color */

    --cbgClr: #FAF7F1;
    /* card bg color; alternatives #fffed */
    --cardShdw: #91b8fb;
    /* card shadow color */

    --blackClr: #3a3a3a;
    /* black color */
    --green: #52d968;
    --dgreen: #28943a;
    /* green color */
    --red: #E74848;
    /* red color */

    --tclr: #103778;
    /* Text color */
    --t2clr: #103778;
    /* Text 2 color */
    --linkCopyBg: #4b9cb89e;

    /* 
    Font Settings
    */
    /* Head,Subhead, Content font size */
    --fsH: 32px;
    --fsSh: 20px;
    --fsC: 16px;
    --fsB: 16px;

    /* Head,Subhead, Content line heights */
    --lhH: 36px;
    --lhSh: 25px;
    --lhC: 18px;
}

.no-bs {
    box-shadow: none !important;
}

/* Overrides */
*:focus {
    outline: none !important;
}

h1 {
    font-weight: 900;
}

h2 {
    font-weight: 700;
}

p {
    margin: 0;
}

.fw-700 {
    font-weight: 700 !important;
}

.opacity-0 {
    opacity: 0;
    width: 0;
    height: 0;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.vr-centered {
    position: fixed;
    height: 100%;
    width: 5px;
    background: #000000;
    margin: auto;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-20 {
    font-size: 20px !important;
}

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

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

.w-100-padded {
    width: calc(100% - 28px) !important;
}

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

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

.mt-1\.6 {
    margin-top: 6px;
}

.mt-9 {
    margin-top: 9px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.mt-18 {
    margin-top: 18px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mb-9 {
    margin-bottom: 9px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.ml-9 {
    margin-left: 9px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-16 {
    margin-left: 16px !important;
}

.ml-18 {
    margin-left: 18px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}


.mr-9 {
    margin-right: 9px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-16 {
    margin-right: 16px !important;
}

.mr-18 {
    margin-right: 18px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.h-58 {
    height: 58px;
}

.brk-wrd {
    word-wrap: break-word;
}

.primary-text {
    color: var(--pclr);
}

.t2-text {
    color: var(--t2clr);
}

img.svg {
    opacity: 0;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: var(--red);
    background-image: unset;
}

.text-danger {
    color: var(--red) !important;
}

[v-cloak] {
    display: none;
}

/*** End Overrides ***/
html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--blackClr);
    font-size: var(--fsC);
    line-height: var(--lhC);
    word-break: break-word;
    background: #fff;
}

.bg-card {
    background: var(--bgClr);
    background-repeat: no-repeat;
    background-size: contain;
}

/* .logo_header img {
    width: 110px;
} */
[v-cloak] {
    display: none;
}

.accept .rank-cols .view-ans {
    display: none;
}

/* Ad Code */
.ads {
    display: none;
    margin: 15px auto;
    max-width: 380px;
    justify-content: center;
}

.ads.desktop {
    max-width: 730px;
}

@media (max-width: 768px) {
    .ads:not(.desktop) {
        display: flex;
    }
}

@media (min-width:801px) {
    .ads.desktop {
        display: flex;
    }
}

/* .share .ads.desktop:nth-of-type(2n) {
    margin-top: 0;
} */
/* Stickey Ad Code */
.sticky-ad {
    max-height: 50px;
    position: fixed;
    bottom: 0;
    width: 320px;
    height: 50px;
    z-index: 999;
    left: calc(50% - 160px);
}

.custom-ad {
    max-width: 300px !important;
    max-height: 250px !important;
    margin: auto;
    overflow: hidden;
    background: #fff;
}

.custom-ad a {
    width: 100% !important;
    margin: unset;
}

.custom-ad img {
    width: 100% !important;
    height: auto;
    margin: unset !important;
}

.scale {
    animation: scale 1.5s alternate infinite ease-in;
}

.nudge {
    animation: nudge 0.8s infinite ease-in;
    animation-duration: 5s;
}

.question .ads:first-child,
.answer .ads:first-child,
.share .ads:first-child,
.view-answer .ads:first-child,
.completed .ads:first-child {
    margin-top: 0;
}

/*** End Ad Code ***/

.answer .flipCard .lzcard-white {
    margin-top: 0px;
}

.share-bg {
    width: 120%;
    height: 100%;
    position: absolute;
    background: url('../images/ribbon-bg.png');
    background-size: cover;
    margin: 0 -40px;
}

.bg-lzprimary {
    color: #fff;
    background-color: var(--pclr);
}

.primary-text {
    color: var(--pclr);
}

.bg-lzsecondary {
    color: #fff;
    background-color: var(--sclr);
}

.completed .profiles {
    justify-content: space-between;
    padding: 0 40px 0 10px;
}

.completed .profiles img {
    width: 100px;
    display: block;
    position: relative;
}

.content {
    overflow: hidden;
    min-height: calc(100vh);
    position: relative;
    /* background: var(--bgClr); */
}

.input-group-append {
    width: 100%;
}

#confirm .modal-content {
    overflow: hidden;
    border-radius: 5px;
    border: none;
    margin-top: calc(50vh - 125px);
}

#confirm .modal-dialog {
    border-radius: 2px !important;
    margin: auto;
    width: calc(100% - 32px);
}

#confirm .modal-header {
    color: var(--tclr);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 20px 10px 14px;
}

#confirm .modal-body {
    font-size: 20px;
}

#confirm .modal-footer {
    border: none;
    padding: 0;
}

#confirm .close {
    color: #fff;
}

#confirm .primary-btn {
    width: 33%;
}

#confirm .delete_yes {
    background: #fff;
    border: 1px solid var(--pclr);
    border-radius: 97px;
    box-shadow: 0 2px 8px var(--ctaSh);
    color: var(--tclr);
    font-size: 20px;
    font-weight: 400;
    height: 39px;
    max-width: 127px;
    outline: none;
    width: 100%;
}

.copy-link .input {
    display: block;
    padding: 5px;
    color: #000;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    height: 44px;
    line-height: 32px;
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
}

.copy-btn {
    background-color: var(--pclr);
}

.copied-info {
    color: var(--blackClr);
    font-size: 14px;
    margin-bottom: 4px;
}

.creator {
    font-size: 35px;
    display: inline-block;
    -webkit-text-stroke: 2px #fff;
    color: var(--pclr);
    font-stretch: expanded;
    padding-left: 10px;
    transform: scale(1.2, 1);
}

.emoji {
    width: 18px !important;
    margin: 0 5px;
    position: absolute;
    height: auto !important;
    left: -30px;
    top: 10px;
}

.footer {
    padding: 1em;
    color: var(--t2clr);
    position: relative;
    text-align: center;
    font-size: 12px;
    z-index: 2;
    left: 0;
    margin: 0 -15px;

    background: var(--pclr);
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.25);
}

.footer a {
    color: var(--t2clr);
    background: #fff;
    font-size: 2em;
}

.footer .copyright {
    text-align: center;
    margin: 0;
    font-size: 12px;
    padding: 0 !important;
}

.blog-copyright {
    color: var(--white);
}

.gradient-link,
.nav-popup li:hover {
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.gradient-link a {
    /* color: #000 !important; */
}

.nav-popup li a:hover,
.nav-popup li:hover {
    border: none;
    background: var(--sclr);
    color: #fff !important;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    width: auto;
    padding: 10px 15px;
    background: var(--pclr);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.content.blur {
    height: 100vh;
    overflow: hidden;
}

.content.blur div:not(.sidebar) {
    opacity: 0.7;
}

ul.main-nav {
    padding: 0em;
}

.sidebar ul.main-nav li {
    padding: 1em;
    padding-left: 2em;
}

.home-icon {
    width: 120px !important;
    position: relative;
    z-index: 5;
}

.home .profile {
    height: 140px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
}

.home.pg-cont {
    background-size: contain;
}

.home-icon {
    position: absolute;
    height: 0px !important;
    bottom: 0px;
    left: 20px;
    transition: height 0.5s;
}

.home .home-icon {
    left: unset;
}

.home-icon.active {
    height: 120px !important;
}

.heading {
    color: var(--tclr);
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0;
    margin-top: 25px;
    text-align: center;
}

.heading.heading-plain {
    text-decoration-line: unset;
    color: #000000;
}

.subhead {
    font-size: var(--fsSh);
    line-height: var(--lhSh);
    margin-bottom: 0;
    font-weight: 700;
    color: var(--tclr);
}

.isDisabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.isDisabled>a {
    pointer-events: none;
    text-decoration: none;
    opacity: 0.7;
}

.input {
    background: #fff;
    border: 2px solid var(--pclr);
    border-radius: 20px;
    box-sizing: border-box;
    color: var(--tclr);
    font-size: 16px;
    height: 56px;
    line-height: 30px;
    margin: 0 auto 8px;
    padding: 16px 16px 16px 47px;
    box-shadow: unset;
}

.form-control.input:focus {
    background-color: #fff;
}

button.input {
    text-decoration: none;
    color: var(--blackClr);
    text-align: left;
}

.input:focus {
    border-color: var(--pclr);
}

.lang img {
    width: 100%;
    filter: brightness(0.5);
}

.logo {
    width: 150px;
    overflow: hidden;
    text-decoration: none;
}

.logo img {
    width: 100%;
}

.t1-text {
    color: var(--tclr);
}

.blog-cont {
    justify-content: space-between;
    margin: 0;
}

.blog-title {
    min-height: 120px;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.blog-meta {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lzcard.blog {
    padding: 0 !important;
    overflow: hidden;
    text-align: center;
}

@media (min-width: 992px) {
    .lzcard.blog {
        max-width: calc(50% - 5px);
    }
}

.lzcard.blog img {
    width: 100%;
    height: auto !important;
}

.lzcard {
    padding: 20px 14px;
    position: relative;
    background: var(--cbgClr);
    box-sizing: border-box;
    border-radius: 10px;
}

.home .lzcard {
    color: #656565;
}

.lz-list {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}

.lz-list li {
    color: var(--pclr);
    position: relative;
    margin-left: 20px;
    margin-top: 5px;
}

.lz-list li::marker {
    font-size: 13px;
}

.t2-text li {
    color: var(--tclr) !important;
}

.question .que-count {
    display: block;
    position: absolute;
    top: -14px;
    background: #fff;
    left: 20px;
    font-size: 24px;
    padding: 0 5px;
}

.options .option {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px;
    margin-top: 15px;
    background: #fff;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 35px;
    word-break: break-word;
}

.options .option:nth-child(1):not(.img .option) {
    margin-top: unset;
}

.options.img {
    display: flex;
    justify-content: center;
    /* align-items: flex-start; */
    flex-wrap: wrap;
    padding-top: 0;
}

.options .option.active {
    background: var(--sclr) !important;
    color: #fff;
    font-weight: bold;
    /* border: 2px solid #fff; */
}

.options .option.correct {
    background: var(--green);
    color: #fff;
    font-weight: bold;
}

.options .option.incorrect {
    background: var(--red);
    color: #fff;
    font-weight: bold;
}

.options.img .option {
    padding: 5px;
    padding-bottom: 0;
    box-shadow: 0px 1px 4px #D0C6BB;
    width: calc(50% - 8px);
    position: relative;
    white-space: normal;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    word-break: break-word;
}

.options.img .option:first-child,
.options.img .option:nth-child(2) {
    margin-top: 0;
}

/* .options.img .option.active {
    border: 1px solid var(--sclr);
    color: var(--sclr);
    box-shadow: 0px 1px 4px rgba(240, 114, 0, 0.5);
} */
.options.img .active .img-text {
    background: var(--sclr);
    color: #fff;
}

.options.img .option.correct {
    border: 1px solid var(--green);
}

.options.img .option.incorrect {
    border: 1px solid var(--red);
}

.options.img .tick.option img,
.options.img .cross.option img {
    border: 5px solid var(--pclr);
}

#answer-pg .options.img .tick.option img {
    border-color: var(--green);
}

.options.img .cross.option img {
    border-color: var(--red);
}

.options.img .option:nth-of-type(2n) {
    margin-left: 16px;
}

.options.img img {
    height: auto !important;
}

#answer-pg .option.tick::before {
    background: var(--green);
}

p.correct-info {
    color: var(--green);
    display: none;
    text-align: center;
    width: max-content;
    margin: auto;
    padding: 0 0.2rem;
    font-weight: 700;
    font-size: 24px;
    margin-top: 1em;
}

p.correct-info.f {
    color: var(--red);
}

.lz-progress-bar {
    display: flex;
    justify-content: space-between;
}

.lz-progress-bar>span.correct {
    background: var(--green);
    color: #fff;
}

.lz-progress-bar>span.incorrect {
    background: var(--red);
    color: #fff;
}

.lz-progress-bar>span {
    background: none;
    border: 2px solid var(--pclr);
    border-radius: 5px;
    color: var(--tclr);
    font-size: 18px;
    height: 32px;
    max-width: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lit_head {
    text-align: center;
    color: #616161;
    font-weight: 500;
    font-size: 16px;
}

.nav-popup li a {
    color: #fff;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 101%;
    height: 101%;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}

.nav-popup ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5em;
    justify-content: center;
}

.nav-popup li {
    height: 58px;
    position: relative;
    color: #fff;
    background-color: var(--sclr);
    /* border: 1px solid #000; */
    border-radius: 10px;
    margin: 0.1em 0.8em 0.8em 0.5em;
    list-style: none;
    width: 100%;
    font-weight: bold;
    overflow: hidden;
}

.nav-popup li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav-popup li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#nav-popup .modal-header {
    border-bottom: none !important;
}

.modal-header {
    justify-content: center;
    padding: 10px 10px;
}

.modal-header h4 {
    font-size: 20px;
}

.modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    margin: unset;
    color: #000;
    font-size: 45px;
    font-weight: 300;
    line-height: 20px;
    opacity: 1;
}

.modal-body img {
    width: 100%;
}

#menu-toggler {
    display: block;
    width: 24px;
}

.nav,
.lang {
    font-size: 24px;
}

.nav-toggle span:nth-child(1) {
    width: 70%;
    margin-top: 2px;
}

.nav-toggle span:nth-child(2) {
    width: 100%;
}

.nav-toggle span:nth-child(3) {
    width: 80%;
}

.nav-toggle span:nth-child(1),
.nav-toggle span:nth-child(2) {
    transition: transform 0.5s;
}

.nav-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(40deg) scale(1.1);
    width: 100%;
}

.nav-toggle.active span:nth-child(2) {
    transform: translateY(0) rotate(-40deg) scale(1.1);
    width: 100%;
}

.nav-toggle.active span:nth-child(3) {
    opacity: 0;
}

.nav-item {
    position: absolute;
    text-align: center;
    background: #fff;
    width: 100%;
    z-index: -1;
    top: 60px;
    left: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.nav-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    background: var(--pclr);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    transition: all 0.5s;
}

.nav-item.active {
    height: 290px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
    margin-top: -10px;
}

.bs-no {
    box-shadow: none !important;
}

.nav-item a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 11px;
    padding: 1em;
    margin: auto;
    width: 80%;
    border-top: 1px solid var(--pclr);
}

.nav-item a:nth-child(1) {
    border-top: unset;
}

.nav-toggle span {
    display: block;
    height: 3px;
    width: 30px;
    margin-top: 4px;
    background: #fff;
}

.not-found {
    margin: calc(50% - 50px) auto !important;
}

.pg-cont {
    z-index: 2;
    position: relative;
    transition: margin-top 0.5s;
    padding-left: 0;
    padding-right: 0;
    min-height: calc(100vh - 270px);
}

.pg-cont.nav-active {
    margin-top: 336px !important;
}

.pic-slider {
    margin: auto;
    width: 90%;
}

.pic-item {
    background: green;
    border-radius: 50%;
    overflow: hidden;
}

.pg-cont img {
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.pg-cont.answer img {
    height: auto;
}

#preloader {
    overflow: hidden;
    background: var(--bgClr);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 99999;
    color: #F4F7FF;
    display: none;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

#preloader.no-space {
    justify-content: unset !important;
}

.loader-anim-text {
    color: var(--tclr);
}

.primary-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    min-height: 46px;
    margin: 16px auto;
    font-weight: 500;
    font-size: var(--fsB);
    line-height: var(--lhSh);
    text-align: center;
    color: #fff;
    background: var(--pclr);
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: bold;
}

.primary-btn-new {
    align-items: center;
    background: var(--pclr) !important;
    border-radius: 38px;
    color: #fff !important;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 56px;
    justify-content: center;
    margin: 0 auto;
    padding: 8px 30px;
    text-decoration: none;
    text-shadow: 0 4px 2px rgba(27, 27, 27, .2);
    text-transform: uppercase;
    width: 100%;
}

.primary-btn-new:hover {
    color: var(--t2clr);
}

.primary-btn:hover {
    color: #fff;
}

.primary-btn.light {
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid #C0C0C0;
    color: #000;
    font-weight: 500;
    width: 160px;
    padding: 0;
    min-height: 40px;
}

.primary-btn:focus {
    box-shadow: none !important;
}

.activeAnim:active {
    transform: scale(0.99);
    font-weight: bold;
}
.view_ans_media.viewMediaCorrect .option_text {
    color: var(--dgreen);
}

.view_ans_media.viewMediaIncorrect .option_text {
    color: #fff;
}

/* .start {
    width: 66%;
} */
.prize-cont {
    margin-top: 10em;
}

.progress-info {
    position: relative;
    padding: 20px;
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}

.progress-info .count-prg {
    width: 100%;
}

.progress-info .total-time {
    /* position: relative; */
    width: 70px;
    text-align: right;
    position: absolute;
    left: calc(50% - 35px);
    height: 100%;
    top: -10px;
}

.question .que-cont {
    position: relative;
    box-shadow: 5px 5px 5px #4295ed;
    /* transition: all 0.5s; */
}

.question .lightrope {
    width: unset;
    left: -40px;
    top: -15px;
}

.que-cont .current-que-count {
    background: #4295ed;
    display: block;
    width: 115px;
    position: absolute;
    padding: 5px 0px 5px 25px;
    border-top-left-radius: 40px;
    color: #fff;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.que-cont img {
    position: absolute;
    right: 20px;
    width: 50px;
    top: -25px;
}

.que-cont .que-text {
    box-shadow: 0 0 10px #e1e1e1;
}

.que-cont .options {
    margin: 5px;
    padding: 10px 10px 0 40px;
}

.que-cont .option {
    position: relative;
    padding: 10px;
    background: #fff;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #e1e1e1;
    transition: all 0.3s;
}

.que-cont .option:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: #fff;
    position: absolute;
    border-radius: 5px;
    left: -30px;
    box-shadow: 0 0 10px #e1e1e1;
}

.que-cont .option.active {
    background: #4295ed;
    color: #fff;
}

.que-cont .option.active:before {
    background: #4295ed;
    color: #fff;
}

.que-cont .text-ans {
    border: none;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 10px #e1e1e1;
    margin-top: 10px;
    padding: 10px;
    resize: none;
}

.que-cont .text-ans:focus {
    outline: red !important;
    border-color: red;
    border: 1px solid red;
}

.que-text img {
    width: 50px;
    /* height: 50px; */
}

.q-no {
    position: absolute;
    left: calc(50% - 13px);
    top: -13px;
    width: 26px;
    height: 26px;
    background: var(--sclr);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-buttons {
    display: flex;
    flex-wrap: wrap;
}

.share-buttons button {
    display: flex;
    align-items: center;
    color: var(--t2clr);
    border: none;
    width: calc(50% - 3px);
    margin: 0;
    margin-top: 8px !important;
    box-sizing: border-box;
    justify-content: center;
    border-radius: 50px;
    display: flex;
    font-size: 15px;
    height: 56px;
    padding: 0 3px;
}

.share-buttons button span.brand-icon {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: #000;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px;
}

.share-buttons button span.brand-icon img {
    width: auto;
    max-width: 50%;
    max-height: 50%;
}

.share-buttons button:nth-of-type(2n + 1) {
    margin-left: 5px !important;
}

.share-buttons button:nth-child(1) {
    width: 100%;
    margin-left: unset !important;
    margin-top: 0 !important;
}

.share-buttons button:nth-child(1) .share_btn_txt {
    margin-left: -25px;
}

.img-white {
    filter: brightness(100);
}

.table-row img {
    width: 20px !important;
    height: auto;
    margin-right: 10px;
}

.share-btn a {
    text-decoration: none;
    color: #fff;
    padding: 0px;
    font-size: var(--fsB);
    font-weight: bold !important;
    text-transform: none;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.share-btn:first-child a {
    width: 100%;
}

.share-btn.whatsapp {
    background: #0B8F21;
}

.share-btn.fb {
    background: #1E4FAD;
}

.share-btn.snapchat a {
    color: var(--blackClr);
}

.sh-snapchat .share_btn_txt,
.sh-talk .share_btn_txt {
    color: var(--blackClr) !important;
}

.share-btn.snapchat {
    background: #FEFB01;
}

.share-btn.messenger {
    background: #0084FF;
}

.share-btn.twitter {
    background: #000000;
}

.share-btn.insta {
    background: linear-gradient(270deg, #FEE455 0%, #FEE454 0.01%, #F6423C 27.08%, #C2248F 61.98%, #1E4FAD 85.42%);
}

.share-btn.line {
    background: #22ba4f !important;
    /* box-shadow: 0 5px 2px #00b90047; */
}

.share-btn.talk a {
    color: var(--blackClr);
}

.share-btn.talk {
    background: #FFE812;
    /* box-shadow: 0 5px 2px #fae30147; */
}

.share-btn.vk {
    background: #5181B8;
}

.share-btn.vk img {
    max-height: 14px;
}

.share_btn_txt {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    width: calc(100% - 55px);
    margin-left: 2px;
}

.share-icon {
    height: 200px !important;
    display: block;
    margin: auto;
    width: auto !important;
    margin-bottom: -3px;
    position: relative;
    z-index: 1;
}

.share .v-ans {
    display: flex;
    align-items: center;
    justify-content: center;
}

.share a.delete,
.answer .skip_btn {
    padding: 2px;
    font-size: 15px;
    font-weight: 500;
    width: 40%;
}

span.stick {
    position: absolute;
    /* left: 20px; */
    padding: 5px 18px;
    background: var(--pclr);
    border-top-left-radius: 40px;
    top: 0;
    left: 0;
    color: #fff;
}

.shdw-danger {
    box-shadow: 5px 5px 2px #e3342ff0;
}

.shdw-info {
    box-shadow: 5px 5px 2px #6cb2ebf0;
}

.shdw-success {
    box-shadow: 5px 5px 2px #38c172f0;
}

.sh-talk img {
    width: 20px;
    margin: 0;
}

.skip_btn {
    background: #f0f6fb;
    color: #f34638;
}

.social-icons a {
    padding: 0 5px;
    display: inline-flex;
    border-radius: 50%;
    padding: 0px;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.answer .time-span {
    left: 5px;
}

.top {
    position: relative;
    z-index: 10;
}

#board-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}

.table-header {
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    display: flex;
    width: 100%;
}

.table-header span:first-child {
    width: 40%;
    padding-left: 30px;
}

.table-header span:last-child,
.table-header span:nth-child(2) {
    width: 30%;
    text-align: center;
}

.table-row {
    display: flex;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-top: 10px;
}

.table-row:first-child {
    margin-top: 16px;
}

.table-row>a {
    text-decoration: none;
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
}

.table-row img.icon {
    width: 20px;
    height: 15px;
    margin-right: unset !important;
    filter: brightness(0.3);
}

.table-row>a:nth-child(1) {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: unset;
}

.table-row>a:nth-child(1) span {
    display: block;
}

.table-row>a:nth-child(2),
.table-row>a:nth-child(3) {
    width: 30%;
    text-align: center;
}

a.img-link {
    display: block;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    border: 3px solid #fff;
    overflow: hidden;
    margin: auto;
}

.user-ranks .second .img-link {
    background: pink;
}

.user-ranks .second {
    left: -3%;
    bottom: -100px;
    width: 120px;
}

.user-ranks .third .img-link {
    background: lightblue;
}

.user-ranks .third {
    right: -3%;
    bottom: -130px;
}

.user-ranks span {
    text-align: center;
    display: block;
    color: var(--blackClr);
    font-weight: 700;
    margin-top: 5px;
    line-height: 16px;
}

.user-table {
    padding: 10px !important;
    margin: -9px 0 10px 0;
}

.user-table a {
    color: var(--blackClr);
}

.user-table .user {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 -10px;
    font-weight: 700;
    padding: 5px;
    border-top: 1px solid var(--pclr);
}

.user-table .user:nth-child(1) {
    border-top: unset;
    margin-top: -10px;
}

.user-table .user:nth-last-child(1) {
    padding-bottom: 0px;
}

.language_modal .modal-header {
    padding: 16px;
    margin-bottom: 20px;
}

.language_modal .close {
    padding: 16px;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: var(--blackClr);
    font-family: 'Poppins', sans-serif;
    top: 9px;
    right: 0;
}

.language_modal .main-lang-nav li {
    align-items: center;
    background: none;
    border: 2px solid var(--tclr);
    border-radius: 38px;
    color: var(--tclr);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 44px;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    margin: 0px;
}

.language_modal ul.main-lang-nav {
    gap: 10px;
}

.language_modal .main-lang-nav li:hover {
    border: none;
    background-color: var(--sclr);
}

.language_modal .main-lang-nav li a {
    color: var(--blackClr);
    font-weight: 600;
}

.language_modal .main-lang-nav li:focus {
    background-color: var(--sclr);
    border: none;
}

.copy_selected_bg {
    background: var(--linkCopyBg);
}

.copy_selected_none {
    background: unset;
}

.share-btn span,
.share-btn a {
    pointer-events: none;
}

.game-header {
    margin: 8px 18px;
    position: relative;
    width: auto;
    z-index: 2;
    border: 2px solid var(--cBrdClr);
    border-radius: 32px;
    transition: all .5s ease;
    box-shadow: inset -5px -5px 10px hsla(0, 1%, 51%, .25), inset 5px 5px 13px hsla(0, 1%, 51%, .25);
    background: var(--sclr);
    display: flex;
    flex-direction: column;
    padding: 0px;
}

.game-inner-header {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.game-header .nav-item {
    position: relative;
    z-index: 1;
    top: 0px;
    background: unset;
    box-shadow: none;
    height: auto;
    max-height: 0px;
    transition: max-height .7s ease-out;
    margin: 0px;
}

.game-header .nav-item.active {
    height: auto;
    max-height: 600px;
    transition: max-height .7s ease-in;
}

.game-header .nav-item a {
    width: 100%;
    border-top: 1px solid var(--cBrdClr);
    color: var(--t2clr);
    font-size: 14px;
    line-height: 1.5;
}

.game-header #menu-toggler {
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    outline: none;
    padding: 0;
    transition: all .5s ease;
    width: 30px;
}

.game-header #menu-toggler span {
    background: var(--t2clr);
    border-radius: 8px;
    display: block;
    height: 3px;
    transition: all .5s ease;
    width: 100%;
    margin: 0px;
}

.game-header #menu-toggler span:nth-child(2) {
    width: 24px;
}

.game-header #menu-toggler.active span:nth-child(2) {
    width: 100%;
}

.game-lang-modal .language_modal .modal-header {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 12px;
    padding: 16px;
}

.game-lang-modal .modal-header .modal-title {
    color: var(--tclr);
    font-size: 20px;
    font-weight: 500;
}

.game-lang-modal .modal-header .close {
    background: none;
    border: none;
    color: var(--pclr);
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    outline: none;
    text-shadow: none;
    padding: 0px;
    right: 20px;
    top: 19px;
}

.card_bg {
    border: 2px solid var(--cBrdClr) !important;
    background: var(--sclr);
    box-shadow: inset -5px -5px 10px hsla(0, 1%, 51%, .25), inset 5px 5px 13px hsla(0, 1%, 51%, .25);
}

.game-lang-modal .language_modal .main-lang-nav li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--tclr);
}

.game-lang-modal .language_modal .main-lang-nav li a:hover {
    background: none;
}

.game-lang-modal .activeAnim:hover {
    background: var(--pclr) !important;
    border: 2px solid var(--pclr) !important;
    color: #fff;
}

.game-lang-modal .activeAnim:hover a {
    font-weight: 700 !important;
    color: var(--t2clr) !important;
}

.home .subhead {
    color: var(--tclr);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 8px;
}

.lz-list {
    list-style: none;
}

.lz-list li {
    color: var(--t2clr);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 16px;
    position: relative;
    margin: 0;
}

.lz-list li::before {
    background: #eb3e3e;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 8px;
}

.lz-list li:nth-child(2)::before {
    background: #07e1ef;
}

.lz-list li:nth-child(3)::before {
    background: #9f3eeb;
}

.lz-list li:nth-child(4)::before {
    background: #ff9212;
}

.lz-list li:nth-child(5)::before {
    background: #40ff48;
}

.lz-list li:nth-child(6)::before {
    background: #ffd600;
}

.intro-sec {
    background: var(--sclr);
    border: 2px solid var(--pclr);
    border-radius: 20px;
    margin-bottom: 18px;
    padding: 10px;
}

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

.progress-count.Cactive {
    background: var(--pclr);
    border: 2px solid var(--t2clr);
    color: var(--t2clr);
    box-shadow: 0 0 7px hsla(0, 0%, 97%, .5);
}

.progress-count.active {
    background: var(--pclr);
    color: #fff;
    opacity: 1;
}

.que-text p {
    color: var(--tclr);
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 18px;
    padding: 0 8px;
    word-break: break-word;
    text-align: center;
}

.question-lottie {
    border-radius: 50%;
    height: 80px;
    margin: 8px auto;
    max-width: 80px;
    overflow: hidden;
    width: 100%;
    background: rgb(207, 255, 237);
}

.textOpt.option.activeAnim {
    background-color: var(--sclr);
    border-radius: 10px;
    padding: 8px;
    margin-top: 0px;
}

.textOpt.option.activeAnim .option_text {
    background: #fff;
    border-radius: 10px;
    padding: 9px 6px;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textOpt.active.option.activeAnim {
    font-weight: 600;
}

.textOpt.active.option.activeAnim .option_text {
    background: var(--pclr);
    color: var(--white);
}

.textOpt.active.option.activeAnim .option_check {
    visibility: visible;
}

.primary-btn.light.skip {
    border: 2px solid var(--pclr);
    border-radius: 10px;
    box-shadow: none;
    font-size: 20px;
    height: 40px;
    margin-top: 18px !important;
    max-width: 160px;
    width: 100%;
}

.mediaOpt.option.activeAnim {
    background-color: var(--sclr);
    border-radius: 18px;
    overflow: hidden;
    padding: 8px;
    box-shadow: none;
    margin: 0px !important;
    width: calc(50% - 9px);
}

/* .mediaOpt.option.activeAnim .wrapper {
    padding: 2px;
    background: var(--cBrdClr);
    border-radius: 14px;
    width: calc(100% - 20px);
    box-shadow: 0px 4px 4px rgba(13, 13, 13, 0.5);
    z-index: 1;
} */
.mediaOpt.option.activeAnim .wrapper img {
    border-radius: 6px;
    width: 100%;
}

.mediaOpt.option.activeAnim .img-text {
    color: var(--tclr);
    font-size: 20px;
    font-weight: 500;
    height: 100%;
    line-height: 30px;
    padding-top: 8px;
    word-break: break-word;
}

.options.mediaOptOuter.img {
    gap: 16px;
    flex-direction: unset;
}

.share_lottie {
    width: 80px;
    margin: 8px auto;
}

.share_heading_sec {
    position: relative;
    padding: 0 25px;
}

.share_right_icon {
    bottom: 0;
    position: absolute;
    right: -3px;
}

.share_heading_sec .heading {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin: 12px 0px;
}

.share_heading_sec .t1-text {
    color: var(--tclr);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.share_bottom_card {
    padding: 8px 8px 18px;
    position: relative;
}

.share_bottom_card .copy-link .input {
    background: #fff;
    border: 1px solid var(--pclr);
    border-radius: 10px;
    color: var(--t2clr);
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    line-height: 32px;
    margin-bottom: 8px;
    padding: 8px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.share_bottom_card .copy_link {
    border: none;
    border-radius: 11px;
    color: #020202;
    height: 31px;
    padding: 0 5px;
    resize: none;
    overflow: hidden;
    text-align: center;
    width: 100%;
    display: block;
    background: rgba(89, 175, 255, .5);
}

.share_bottom_card .copy_link.copy_selected_none {
    background: none;
}

.copied-info.opacity-0 {
    display: none;
}

.copied-info {
    font-size: 14px;
    line-height: 12px;
    /* margin: 0px 0 8px; */
    width: 100%;
    color: var(--tclr);
}

.share-buttons {
    border-radius: 32px;
    margin-top: 18px;
}

.share-btn {
    align-items: center;
    border: none;
    border-radius: 50px;
    color: #fff;
    display: flex;
    font-size: 15px;
    height: 3.5em;
    padding: 0 9px;
}

.share-btn.whatsapp {
    background: #0b8f21 !important;
}

.share-btn.fb {
    background: #1e4fad !important;
}

.share-btn.snapchat {
    background: #fefb01 !important;
}

.progress-item.currentQues .progress-count {
    background: var(--pclr);
    border: 2px solid var(--t2clr);
    color: var(--t2clr);
    box-shadow: 0 0 7px hsla(0, 0%, 97%, .5);
}

.delete-w200 {
    width: 200px;
    margin-top: 18px;
}

.scorecardBg {
    background: var(--sclr);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
    padding: 18px 8px;
    margin-top: 18px;
}

.table-row.error-score-board {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0px;
}

.error-score-board .crown-img {
    left: -8px;
    position: absolute;
    top: -29px;
    width: 49px !important;
}

.score-inner-card {
    align-items: center;
    display: flex;
    height: 87px;
    justify-content: center;
    padding: 10px 20px;
    background: var(--white);
    width: 100%;
    border-radius: 14px;
}

.score-inner-card span {
    font-size: 16px;
    color: var(--tclr);
    font-weight: 500;
    line-height: 18px;
}

/* .score-card-heading{
    color: var(--pclr);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: capitalize;
} */
.score-card-heading {
    color: var(--tclr);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
}

.scoreCard {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0px;
    position: relative;
}

.scoreCard .crown-img {
    width: 49px;
    left: -8px;
    position: absolute;
    top: -29px;
    height: auto;
}

.scoreCard .table-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 4px 22px;
}

.scoreCard .table-header span {
    color: var(--tclr);
    font-size: 18px;
    font-weight: 700;
}

.scoreCard .table-header span:nth-child(1) {
    text-align: left;
    width: 100px;
    padding: 0px;
}

.scoreCard .table-header span:nth-child(2) {
    width: auto;
}

.scoreCard .table-header span:nth-child(3) {
    width: auto;
}

.scoreCard .table-row {
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
    padding: 10px 22px;
}

.scoreCard .table-row .scoretab_name {
    color: var(--tclr);
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none;
    width: 167px;
}

.scoreCard .score-row-link:hover {
    text-decoration: none;
}

/* .scoreCard .table-row span:nth-child(2){
    margin-right: 15px;
} */
.scoreCard .table-row a.scoretab_link {
    width: auto;
}

.scoreCard .table-row:nth-child(1) {
    margin: 0px;
}

.scoretab_link img.icon {
    filter: unset;
    height: unset;
}

.answer-progress {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.answer-progress .progress_bar_item {
    align-items: center;
    display: flex;
}

.answer-progress .progress_bar_item:last-child .progress-line {
    display: none;
}

.answer-lottie {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    background: #edf5ed;
}

.answer-text-type .answer-option .option.activeAnim {
    background: #fff;
    border-radius: 17px;
    box-shadow: 0 2px 8px var(--ctaSh);
    padding: 9px 6px;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}

.answer-text-type .option.activeAnim {
    background-color: var(--sclr);
    border-radius: 10px;
    padding: 8px;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}

.answer-text-type .option.activeAnim .option_text {
    background: #fff;
    border-radius: 10px;
    padding: 9px 6px;
    position: relative;
    width: 100%;
}

.answer-option .correct.option.activeAnim .option_text {
    background: #69bc68;
    font-weight: 600;
}

.answer-option .options.answer-text-type {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.answer-option .incorrect.option.activeAnim .option_text {
    background: #d72020;
    font-weight: 600;
}

.options.media-type-answer {
    gap: 10px;
}

.options.media-type-answer .option {
    margin: 0px !important;
}

.answer-option .media-type-answer .option.activeAnim {
    border: none;
    background-color: var(--sclr);
    border-radius: 18px;
    padding: 8px;
    position: relative;
    box-shadow: none !important;
    overflow: unset;
    width: calc(50% - 9px);
}

.answer-option .option.activeAnim .wrapper img {
    border-radius: 6px;
    width: 100%;
}

.answer-option .option.activeAnim .img-text {
    color: var(--tclr);
    font-size: 20px;
    font-weight: 500;
    height: 100%;
    line-height: 30px;
    padding-top: 8px;
    word-break: break-word;
}

.media-type-answer .option.correct.activeAnim {
    background: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
.media-type-answer .option.correct.activeAnim .img-text{
    color: var(--dgreen);
}
.media-type-answer .option.incorrect.activeAnim .img-text{
    color: #fff;
}

.media-type-answer .option.correct.activeAnim .media_correct {
    visibility: visible;
    background: rgba(108, 195, 100, .502);
}

.media-type-answer .option.incorrect.activeAnim .media_incorrect {
    visibility: visible;
    background: rgba(198, 82, 89, .502);
}



.completed .heading {
    color: var(--tclr);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

.completed-scoreboard .score-board-bg {
    width: 218px;
}

.completed-scoreboard {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 18px auto 0px;
    position: relative;
}

.needls-section .needle-img {
    animation: move 5s forwards;
    left: 20%;
    position: absolute;
    top: 98px;
    transform-origin: right;
    width: 61px;
    height: auto;
    transform: rotate(-19deg);
}

.needls-section .needle-img-dot {
    left: calc(47% - 16px);
    position: absolute;
    top: 90px;
    width: 37px;
    height: auto;
}

.intro-right-sec {
    margin-right: -10px;
}

.intro-left-sec {
    width: 100%;
}

.completed-score {
    bottom: 50px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
}

.completed .t1-text {
    color: var(--tclr);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 18px;
    text-align: center;
    line-height: normal;
}

#confirm .modal-content {
    background: var(--sclr);
    border: 2px solid var(--cbgClr);
    border-radius: 38px !important;
}

#confirm .modal-header {
    background: none;
    border: none;
}

.close-img {
    width: 18px;
}

#confirm .close {
    top: 9px;
}

#confirm .modal-footer {
    justify-content: center;
    gap: 10px;
    margin: 20px 0px;
}

#confirm .primary-btn {
    margin: 0;
}

.delete_no {
    width: 100%;
    min-height: auto;
    max-width: 127px;
    margin: 0px;
    height: 39px;
}

.user_answer_item {
    width: 100%;
}

.user_answer_sec {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0px 18px;
}

.viewansCount {
    background: var(--pclr);
    border: 2px solid var(--pclr);
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    height: 30px;
    left: calc(50% - 13px);
    position: absolute;
    top: -15px;
    width: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view_ans_ques {
    font-size: 22px;
    font-weight: 500;
    margin: 18px 0;
    text-align: center;
    line-height: 30px;
}

.view_ans_text {
    color: var(--t2clr);
    font-size: 18px;
    font-weight: 700;
    position: relative;
    background: var(--sclr);
    border-radius: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px;

}

/* .viewTextIncorrect {
    background: #d72020;
    box-shadow: 0 2px 8px var(--ctaSh);
} */
.view_ans_text.viewTextCorrect .option_text {
    background: #6cc364;
    color: #fff;
    font-weight: 700;
}

.view_ans_text.viewTextIncorrect .option_text {
    background: #c65259;
    color: #fff;
    font-weight: 700;
}

.view_ans_text .option_text {
    background: #fff;
    border-radius: 10px;
    color: var(--tclr);
    font-size: 20px;
    font-weight: 500;
    padding: 8px;
    position: relative;
    width: 100%;
    text-align: center;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view_ans_media {
    background: var(--sclr);
    border-radius: 18px;
    margin: 0 auto;
    max-width: 160px;
    padding: 8px;
    position: relative;
    width: 100%;
}

/* .mediaWrapper {
    background: var(--white);
    border-radius: 14px;
    padding: 6px;
    width: 100%;
} */

.view_ans_media.viewMediaCorrect {
    background: var(--green);
}

.view_ans_media.viewMediaIncorrect {
    background: var(--red);
}

.mediaWrapper img {
    border-radius: 6px;
    width: 100%;
}

.view_ans_media .option_text {
    color: var(--tclr);
    font-size: 20px;
    font-weight: 500;
    height: 100%;
    line-height: 30px;
    padding-top: 8px;
    word-break: break-word;
    text-align: center;
}

.max-196 {
    max-width: 196px;
}

.completed .scoreCard .table-row span:nth-child(2) {
    margin: 0px;
}

.lang-close-icon {
    width: 12px;
}

.result {
    margin-bottom: 18px;
}

.question .options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.answer-option .media-type-answer {
    flex-direction: unset;
    gap: 18px;
}

.logo_header {
    width: auto;
    display: flex;
    align-items: center;
}

.logo_header a:hover {
    text-decoration: none;
}

.mediaOpt.option.activeAnim.active .img-text {
    background: none;
    color: #fff;
}

.logo_header img {
    width: 100%;
}

.logoLink {
    align-items: center;
    color: #FFFFFF;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    margin-top: 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
}

.arrow_icon-rtl {
    display: none;
}

.completed .subhead {
    font-weight: normal;
}

.main_content {
    min-height: calc(100vh - 230px);
}

.ads.mobile {
    display: flex !important;
}

.isQusDisabled {
    pointer-events: none;
}

ins.adsbygoogle.adsbygoogle-noablate {
    z-index: 1049 !important;
}

.twitter img {
    width: 18px;
}

.ad-text.ads:before {
    color: var(--tclr);
    content: "advertisement";
    display: block;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}

.ad-text.ads {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

a.footer-item {
    color: var(--tclr);
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    background: unset;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 15px;
}

@media (min-width: 992px) and (max-width: 1500px) {
    .main_content {
        min-height: calc(100vh - 83px);
    }
}

.user_answer_item {
    border: 1px solid var(--pclr);
    border-radius: 18px;
    padding: 18px 9px;
    position: relative;
    width: 100%;
}

.footer-space {
    margin-bottom: 60px !important;
}

/* rwd gif modal */

.rwd_gif_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000007a;
    z-index: 9999;
    top: 0;
    left: 0;
    transition: 0.5s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.m_active {
    visibility: visible;
    transition: 0.5s ease all;
}

.rwd_gif_container {
    padding: 30px 20px 20px;
    background: #fff;
    border-radius: 8px;
    margin: 0px 20px;
}

.rwd_gif_outer {
    margin-bottom: 18px;
}

.rwd_gif_outer img {
    width: 100%;
    padding: 0px 12px;
    max-width: 300px;
}

.rwd_hint_img_sec {
    text-align: center;
    padding-bottom: 15px;
}

.rwd_hint_img_sec img {
    width: 64px;
}

.hint_flot_icon {
    transition: transform 0.5s;
}

.hint_flot_icon_test {
    width: 64px;
    height: 64px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.hint_flot_icon_test::before {
    content: '';
    position: absolute;
    top: 0;
    left: -15%;
    width: 10px;
    height: 100%;
    /* background: linear-gradient(75deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%); */
    background: #ffffff;
    transform: skewX(-20deg);
    animation: shine 5s infinite ease-in-out;
    filter: blur(5px);
    z-index: 1;
}


/* @keyframes shine {
    0% {
        left: -15%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -15%;
    }
} */
.p-none {
    pointer-events: none;
    visibility: hidden;
}

.cancel_gif_btn {
    display: block;
    width: 200px;
    margin: 16px auto;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid var(--pclr);
    color: var(--pclr);
    text-transform: uppercase;
}

.disabled-ans {
    pointer-events: none;
    opacity: 0.2;
}

img.hint_icon {
    width: 38px;
    height: 42px;
    margin-bottom: 5px;
    transition: transform 0.5s;
}

.hint_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 18px; */
}

.hint_btn {
    padding: 2px 12px;
    border-radius: 4px;
    background: #000;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
}

.hint_outer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    /* position: fixed; */
    z-index: 1;
    /* right: 16px;
    bottom: 120px; */
}

.pulse-animation {
    animation: pulse 1s infinite ease-in-out;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.pulse-animation1 {
    animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.rwd_gif_brd {
    padding: 34px 34px 17px;
    border: 1px solid #ccc;
    border-radius: 15px;
    position: relative;
}

.rwd_gif_lifeline_tag {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #000;
    font-size: 14px;
    color: #FFF;
    font-weight: 700;
    height: 24px;
    width: fit-content;
    padding: 5px 15px;
}

.rwd_gif_lifeline {
    width: fit-content;
    padding: 6px;
    background: #fff;
}

.modal_hint_img {
    transition: transform 0.5s;
}

.rwd_center_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -18px;
    width: 100%;
    left: 0;
}

.rwd_btn_container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.rwd_btn_container button {
    width: auto;
    margin: 0px;
}

.loader_modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    background: #00000052;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.loader_spinner {
    padding: 10px;
    background: #fff;
}

/* End rwd gif modal */
.ads-mid {
    display: flex;
}