: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 */
    
    --celebBtnBg: #33c653;
    --celebBtnTxt: #ffffff;
    --celebTxt: #ffffff;
    --celebBg: url('http://localhost:8000/images/celebrity_card_bg.jpg');

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

    --blackClr: #3a3a3a; /* black color */
    --green: #379747; /* green color */
    --red: #E74848; /* red color */

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

    /* 
    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);
    padding-right: unset;
    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;
}
[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;
    flex-direction: column;
}
.ads.mobile{
    display: block !important;
}
.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 {
    background: var(--pclr);
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 14px 10px;
}
#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-color: #E7E7E7 !important;
    color: #000;
}
.copy-link .input {
    display: block;
    background: #fff;
    padding: 5px;
    word-break: break-all;
    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);
    margin-left: -37px;
    margin: 16px auto 4px auto !important;
}
.copied-info {
    height: 16px;
    color: var(--blackClr);
    font-size: 14px;
    margin-bottom: 4px;
}
.hilit span {
    background: #b8dcfe!important;
}
.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: #fff;
    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: #fff;
    background: #fff;
    font-size: 2em;
}
.footer .copyright {
    text-align: center;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.88px;
    padding: 0 !important;
    text-transform: uppercase;
}

.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 {
    font-style: normal;
    font-weight: bold;
    font-size: var(--fsH);
    line-height: var(--lhH);
    color: var(--tclr);
    text-align: center;
    margin: 0;
}
.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 {
    color: var(--blackClr);
    width: 80%;
    margin: auto;
    font-size: 16px;
    height: 44px;
    line-height: 30px;
    border: 1px solid #8B8B8B;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
}
.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(--t2clr) !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;
    box-shadow: 0px 1px 4px 0px #d0c6bb;
    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;
    overflow: hidden;
    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 .img-text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 4px 2px;
    position: relative;
    font-size: 16px;
}
.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.correct .img-text {
    color: #fff;
    background: var(--green);
    font-weight: bold;
}
.options.img .option.incorrect {
    border: 1px solid var(--red);
}
.options.img .option.incorrect .img-text {
    color: #fff;
    background: var(--red);
    font-weight: bold;
}
.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 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    background: rgba(204, 204, 204, 0.5);;
    font-size: 16px;
    line-height: 10px;
}
.lz-progress-bar > span.active {
    background: var(--sclr);
    color: #fff;
}
.lit_head {
    text-align: center;
    color: #616161;
    font-weight: 500;
    font-size: 16px;
}
.nav-popup li a {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 101%;
    height: 101%;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    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: #000;
    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-content {
    border-radius: 15px !important;
}
.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);
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 99999;
    color: #F4F7FF;
    display: none;
    width: 200%;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    left: -50%;
}
#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: #FFFFFF;
    background: var(--sclr);
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: bold;
}
.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;
}
.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 {
    display: flex;
    position: relative;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.que-text img {
    width: 50px;
    /* height: 50px; */
}
.que-text p {
    color: var(--tclr);
    margin-bottom: 0px;
    display: block;
    width: 100%;
    transition: all 0.5s;
    line-height: 30px;
    overflow: hidden;
    word-wrap: break-word;

    font-size: 22px;
    font-weight: 700;
}
.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: #fff;
    border: none;
    font-size: 12px;
    font-weight: 500;
    padding: 0px 3px;
    width: calc(50% - 3px);
    margin: 0;
    margin-top: 8px !important;
    box-sizing: border-box;
    border-radius: 10px;
    justify-content: center;
}
.share-buttons button span.brand-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19px !important;
    height: 19px;
    color: #fff;
    font-size: 19px;
    margin: 0 5px;
}
.share-buttons button span.brand-icon img {
    width: auto;
    max-width: 25px;
}

.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;
}
.img-white {
    filter: brightness(100);
}
.table-row img {
    width: 20px !important;
    height: auto;
    margin-right: 10px;
}
.share-btn a {
    text-decoration: none;
    display: block;
    color: #fff;
    margin: 0 5px;
    padding: 0.5em 0;
    font-size: var(--fsB);
    font-weight: bold !important;
    text-transform: none;
    font-weight: 400;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.share-btn:first-child a {
    width: 100%;
    margin-left: 10px;
}
.share-btn.whatsapp {
    background: #0B8F21;
}
.share-btn.fb {
    background: #1E4FAD;
}
.share-btn.snapchat a {
    color: var(--blackClr);
}
.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-color: #22BA4F;;
    /* 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-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;
}
.v-ans{
    color: #FFFFFF !important;
}

.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%;
    justify-content: space-between;
}
.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: #484848;
    margin-top: 10px;
    justify-content: space-between;
}
.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;
}
.ad-text.ads:before {
    color: #595959;
    content: "Advertisement";
    display: block;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}
.ad-text .ads{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.twitter img {
    width: 18px;
}
ins.adsbygoogle.adsbygoogle-noablate {
    z-index: 1049 !important;
}
.footer-inner{
    margin-bottom: 10px !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;
}
.cancel_gif_btn{
    display: block;
    width: 200px;
    margin: 16px auto;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid var(--sclr);
    color: var(--sclr);
    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 */
.imgSecCard {
    display: flex;
    align-items: center;
    justify-content: center;
}

.celebrity-card {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 26px;
    border: 3px solid #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.30);
    margin-top: 18px;
    background: var(--celebBg);
    background-size: cover !important;
    text-decoration: none !important;
}

p.celebrity-txt {
    color: var(--celebTxt);
    margin-top: 5px;
    text-align: center;
    font-family: Poppins;
    font-size: clamp(23px, calc(23px + (30 - 23) * ((100vw - 768px) / (1920 - 768))), 48px);
    line-height: clamp(24px, calc(24px + (36 - 20) * ((100vw - 768px) / (1920 - 768))), 48px);
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    /* text-shadow: 0 0 1px #00c3ff, 0 0 2px #00c3ff, 0 0 3px #00c3ff, 0 0 5px #00c3ff, 0 0 6px #00c3ff; */
    word-break: break-word;
}

img.celebrity-temp-img {
    width: 344px;
    height: 170px;
}

.celebrity-txt-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 5px;
    width: 100%;
    justify-content: center;
}

.celebrity-txt-card .btn-sm-primary {
    font-size: 14px;
    padding: 5px 16px;
    font-weight: 600;
    margin-top: 6px;
    min-height: auto;
    width: auto;
    background: var(--celebBtnBg);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3), 0 0 10px var(--celebBtnBg);
}

img.celebrity-img {
    border-radius: 20px;
}

.celebrity-img-card {
    border-radius: 20px;
    min-width: 152px;
    margin-left: 2px !important;
}