:root {
    --pclr: #535ACE;    ;
    --sclr: #0575E6;
    --lpclr: #8da6db;
    --bgClr: #F6F6F6;
    --txtColor: #000000;

    --elHeight: 44px;
    --lhH: 25px;

    --txtCon: 16px;
    --gradientAngle: 90deg;

    --t1: #ed4b64;
    --t2: #f59678;
    --t3: #44d5a6;
    --t4: #a126b6;
    --t5: #FF5722;
    --t6: #a5d13b;
}

/* CSS overrides */
a:focus, button:focus, textarea:focus {
    outline: none;
    /* border: none; */
}

a {
    color: unset;
    text-decoration: none !important;
}
a:hover {
    color: unset;
}
.pe-none {
    pointer-events: none;
}
span[class*="tflat-"] {
    color: var(--pclr);
}
.dropdown-menu span[class*="tflat-"] {
    color: rgb(15, 15, 15);
}
.tflat-heart-fill { color: red !important; }
.mt--1 {
    margin-top: -20px;
}
.mt-0 { margin-top: 0px !important; }
.mt-8 { margin-top: 8px !important; }
.mt-9 { margin-top: 9px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-18 { margin-top: 18px !important; }
.mt-25 { margin-top: 25px !important; }

.mb-0 { margin-bottom: 0px !important; }
.mb-8 { margin-bottom: 8px !important; }
.mb-9 { margin-bottom: 9px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-18 { margin-bottom: 18px !important; }
.mb-25 { margin-bottom: 25px !important; }
.ms-auto { margin-left: auto !important; }
#confirm .modal-content {
    border-top-left-radius: 0;
    border-radius: 5px;
    max-width: 320px;
    margin: auto;
}
#confirm .modal-dialog {
    top: calc(50% - 63px);
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--pclr);
}

.dropdown-menu.show {
    /* background: var(--pclr); */
    /* box-shadow: rgb(34, 100, 255) 0px 0px 10px -1px; */
    width: calc(100vw - 30px);
    max-width: 600px;
    transform: none !important;
    position: fixed !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-100%) !important;
    height: fit-content;
    top: calc(100% - 10px) !important;
}

body.darkfade::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    height: calc(var(--vh, 1vh) * 100);
    /* min-height: 100%; */
    position: fixed;
    background: rgb(0, 0, 0,0.5);
    z-index: 999;
}
body.darkfade {
    height: 100%;
    overflow: hidden;
}
/* END CSS overrides */
.lang-sel::placeholder { /* Most modern browsers support this now. */
    color: #000;
}
button.main-btn {
    background: var(--pclr);
    color: #fff;
    padding: 1em;
    font-size: 1.2em;
    border: none;
    border: 2px solid #ffffff;
    /* border-bottom: 5px solid var( --pclr); */
    border-radius: 25px;
    box-shadow: 0 2px 5px #252525;
    width: 100%;
}
/* Helpers */
.w-45 { width: 45px; }
.w-350 { width: 350px; }
.fw-700 { font-weight: 700; }
.fs-13 { font-size: 13px; }
.text-site { color: var(--txtColor); }
.text-prime { color: var(--pclr) !important; }
.fs-13 { font-size: 13px !important; }
.fs-20 { font-size: 20px !important; }
.bg-white { background: #fff !important; }
.d-none { display: none; }
.opacity-0 { opacity: 0 !important; }
.opacity-1 { opacity: 1 !important; }
.text-underline { display: block; text-decoration: underline !important; }
.text-content { font-size: var(--txtCon); }
.align-start { text-align: left; color: #343434;}

.mt-18 { margin-top: 18px; }
.mt-9 { margin-top: 9px; }
.note { font-weight: bold; text-decoration: underline; }
.icon {
    width: var(--txtCon);
    height: var(--txtCon);
}
/* End Helpers */


/* AD CODE */
.ads {
    display: none;
    margin: 15px auto;
    max-width: 380px;
    justify-content: center;
}
.ads.desktop {
    max-width: 780px;
}
.ads.fix {
    display: flex;
}
@media (max-width: 768px) {
    .ads:not(.desktop) {
        display: flex;
    }
}
@media (min-width:801px) {
    .ads.desktop {
        display: flex;
    }
}

.g_ads_custom {
    display: flex;
}
.g_ad {
    margin: 15px auto;
}
.g_ads_custom .g_ad {
    margin: unset;
}

.stickey-ad {
    max-height: 50px;
    position: fixed;
    /* background-color: #fff; */
    bottom: 0;
    width: 320px;
    height: 50px;
    z-index: 990;
    display: block;
    left: calc(50% - 160px);
}

.custom-ad {
    max-width: 300px !important;
    max-height: 250px !important;
    margin: auto;
    overflow: hidden;
    background: #fff;
    display: block !important;
}
.custom-ad a {
    width: 100% !important;
    margin: unset;
}
.custom-ad img {
    width: 100% !important;
    height: auto;
    margin: unset !important;
}
/*** end ad code ***/
body {
    font-family: 'Poppins', sans-serif;;
    background-color: var(--bgClr);
    color: var(--txtColor);
    word-break: break-word;

    font-size: var(--txtCon);
    line-height: 19px;
    color: #000000;
}

.app {
    /* max-width: 1400px; */
    margin: auto;
}

.continue.tch-hover.a {
    padding: 0;
}

button.continue.tch-hover > a {
    display: block;
    padding: 5px 15px;
}
.btn:focus, .btn.focus {
    box-shadow: unset!important;
}
.copy-btn:hover {
    color: #fff;
}
.copied-info.opacity-0 {
    margin-top: 5px !important;
    height: 7px;
}
.hider-cont {
    position: absolute;
    right: 15px;
    top: 11px;
    background: #6e6e6e;
    width: 48px;
    border-radius: 20px;
    height: 24px;
}
.hider-btn {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    padding-bottom: 2px;
    justify-content: center;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
    transition: all 0.3s;
}
.hider-cont.active {
    background: var(--pclr);
}
.hider-cont.active .hider-btn {
    left: 20px;
}
.info {
    position: absolute;
    width: max-content;
    padding: 10px 10px;
    background: #D7D7D7;
    border-radius: 5px;
    z-index: 1;
    right: 0;
}
.info::after {
    content: '';
    bottom: -19px;
    /* left: calc(50% - 10px); */
    right: 4px;
    position: absolute;
    border-top: 10px solid #D7D7D7;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.pg-answer .hider-cont.active, .pg-answer .hider-cont {
    background: unset;
}
.pg-answer .hider-btn {
    box-shadow: unset;
}
.pg-answer .hider-btn {
    left: 20px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    width: auto;
    padding: 10px 15px;
    height: 48px;
    background: var(--pclr);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 10px 10px;
    color: #fff;
}
#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: 48px;
    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: 310px;
}

.nav-item a {
    display: block;
    text-decoration: none;
    font-size: 1.2em;
    padding: 0.5em;
    margin: auto;
    width: 100%;
    color: #000;
    border-top: 1px solid #E2E1E1;
}
p.copyright {
    margin-bottom: 30px;
}
.nav-item a:nth-child(1) {
    border-top: unset;
}
.nav-toggle span {
    display: block;
    height: 3px;
    width: 30px;
    margin-top: 4px;
    background: #fff;
}

.tch-hover.hover {
    background-color: var(--sclr);
}

.tch-hover.hover.dark {
    color: #fff !important;
    background-color: var(--pclr) !important;
}
/* .pg-question .actions a:hover span, .bulk-actions a:hover span { */
.pg-question .actions a.hover span, .bulk-actions a.hover span {
    color: #fff !important;
}
.pg-question textarea {
    font-size: 18px !important;
}
.modal-header .close {
    margin: unset;
    position: absolute;
    right: 0;
    top: 0px;
    opacity: 1;
}
.app-info {
    display: block;
    width: fit-content;
    padding: 0.1em 0.4em;
    background: var(--pclr);
    color: #fff;
    font-size: 24px;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.heading {
    font-weight: 600;
    font-size: 22px;
    line-height: var(--lhH);
    text-align: center;
    color: #343434;
}

.card {
    margin: auto;
    margin-top: 8px;
    padding: 20px 10px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 10px;
}
.card.cmt-loader img {
    width: 100px;
    margin: auto;
}
.caret-center {
    top: calc(50% - 10px);
    position: absolute;
    right: 10px;
}
.char-count {
    margin: 5px 10px;
    position: absolute;
    right: 0;
    bottom: 44px;
}
.cmp_ills {
    /* width: 100px; */
    width: 200px;
}
.modal img {
    width: 100%;
}
.grad-brdr {
    overflow: hidden;
    padding: 1px;
    border-radius: 20px;
    border: 1px solid var(--pclr);
}
#confirm .modal-body {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    line-height: 19px;
    text-align: center;
}
#confirm .modal-footer {
    padding: 5px;
    border-top: none;
    display: flex;
    justify-content: space-around;
}

.continue, .continue-light {
    background: linear-gradient(var(--gradientAngle), var(--pclr) 0%, var(--sclr) 100%);
    color: #fff;
    border-style: none;
    padding: 5px 15px;
    /* margin-top: 40px; */
    border-radius: 5px;
}
.continue:focus {
    outline: none !important;
}

.footer-twitter {
    width: 18px;
}
.continue-light {
    background: #fff;
    color: #000;
    border: 1px solid #0c3383;
}
#confirm .continue {
    width: 119px;
    height: 37px;
    font-size: 20px;
}

.user_icon_center {
    display: flex;
    align-items: center;
}
span.new {
    left: 95px;
    top: 1809px;
    background: #DD3131;
    border-radius: 25px;
    color: #fff;
    margin-left: 10px;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    padding: 0 8px;
    text-align: center;
}
@media (min-width: 992px) {
.card.blog {
    max-width: calc(50% - 5px);
}
}
.card.blog {
    padding-top: 0 !important;
    overflow: hidden;
    text-align: center;
    margin-bottom: unset;
    justify-content: space-between;
}
.card.blog img {
    width: calc(100% + 20px);
    height: auto !important;
    margin: 0 -10px;
}
.content {
    min-height: calc(100vh - 200px);
    padding: 0 16px;
}
.pg-cont {
    transition: all 0.5s;
}

.copy-link { padding: 0; }
.input-group-append {
    margin: auto;
    width: 100%;
    border: 2px solid var(--pclr);
    padding: 0px;
    border-radius: 20px;
    overflow: hidden;
}

.msg-label {
    font-style: italic;
    font-weight: 600;
    line-height: 19px;
    text-decoration-line: underline;
    color: var(--pclr);
    text-align: left;

    background: var(--pclr);
    /* background: linear-gradient(270.86deg, var(--sclr) 34.47%, var(--pclr) 99.42%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

}
.comments {
    font-size: 15px;
}
.comments .replies-cmt {
    display: flex;
    flex-direction: column;
}
.comments .card {
    margin: auto;
    margin-top: 10px;
    border: none;
    padding: 10px !important;
    width: 100%;
}
.comments .card.expand { padding-bottom: 10px !important; }

.comments .text .label {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 5px;
}
.comments .text {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px;
    line-height: 19px;
    color: #000000;
}
.replies .comments .text {
    background: #E5EBF0;
    border-radius: 5px;
    padding: 5px 10px;
    border: none;
    box-shadow: none;
    margin-top: unset;
    text-align: left;
    align-items: unset;
}
.replies .comments {
    display: flex;
    position: relative;
    margin-top: 9px;
}
.replies .text {
    width: 100%;
}
.replies .actions {
    position: absolute;
    right: 10px;
}
.replies .text-danger {
    margin-top: 0 !important;
    text-align: left !important;
}
.comments .actions {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
}
.comments .like-comment>span {
    margin-left: 5px;
}
.comments .replies {
    overflow: hidden;
}
/* .comments .card.expand .replies {
    height: auto;
} */

.comments .replies .label {
    background: none;
    bottom: 17px;
}
.comments .replies .comments .label {
    bottom: 0px;
}
.comments .replies .comments .actions {
    margin-top: 0;
}
.comments .replies .comments .actions:nth-last-of-type(1) {
    margin-bottom: 0;
}

.comments .replies-cmt .card.comments {
    padding-left: 0 !important;
}
.comments .replies .user-ip {
    margin-top: 9px;
    max-width: unset;
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 5px 10px;
    box-shadow: none;
    border-radius: 20px;
}

.comments .replies .action {
    text-align: right;
    margin: auto;
    position: relative;
}
.comments .replies input {
    /* width: 100% !important; */
    flex: 1 1;
    font-size: 13px;
    min-height: unset;
    outline: none;
    border: none;
    line-height: 17px;
    margin: 0 3px;
    color: #000;
}
.comments .replies .send {
    display: block;
    font-weight: bold;
}
.comments .replies .send img {
    width: 100%;
    transform: translateX(-7px);
    position: absolute;
    left: 5px;
    top: 7px;
}
.copy-link .input {
    display: flex;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    white-space: nowrap;
    padding-left: 10px;

    background: #FFFFFF;
    align-items: center;
    border: none;
    text-align: left;
    line-height: 30px;
    color: #000;
}
.hilit span{
    background: rgb(184 220 254) !important;
}

.share_link_sec{
    width: 100%;
    overflow: hidden;
}
.share_link_sec span {
    white-space: nowrap;
}
.disable {
    pointer-events: none;
    /* filter: opacity(0.5); */
}

.input:focus {
    outline: 1px solid var(--pclr);
}

.home-pg .input {
    width: 100%;
}

.input {
    padding: 5px 11px;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    /* box-shadow: inset 0px 0px 3px rgb(0 0 0 / 50%); */
    border-radius: 20px;
    height: var(--elHeight);
}
.input.lang-sel::placeholder {
    color: #000;
}
.input.lang-sel::-webkit-input-placeholder {
    color: #000;
}
input#password {
    background: none;
    padding-right: 40px;
}
/* input#password:focus {
    outline: none;
} */
.lbl {
    display: block;
    text-align: left;

    font-weight: 600;
    line-height: 19px;
    /* identical to box height */
    text-transform: uppercase;
    color: #343434;
    margin: 0;
}
.home-pg input {
    margin-top: 0;
}
.w-156{
    width: 156px;
}

.lang-choose {
    margin-top: 10px;
    padding: 5px;
    border: 1px solid var(--pclr);
    box-shadow: 0px 0px 5px var(--lpclr);
    color: var(--pclr);
    position: relative;
    cursor: pointer;
    background: var(--lpclr);
    color: #fff;
    box-shadow: 0 5px var(--pclr);
    border-radius: 5px;
    overflow: hidden;
}
.lang-choose:hover {
    background-color: var(--pclr);
    color: #fff;
}
.lang-choose .ico {
    display: inline-block;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    font-size: 22px;
    background: #fff;
    top: 0;
    height: 100%;
}
#lang-modal .modal-header {
    justify-content: center;
    width: 100%;
    font-size: 20px;
    /* background: linear-gradient(var(--gradientAngle), #4E21B7 11.57%, #0C041F 156.88%); */
    font-weight: 500;
    color: #000;
}
#main-lang-nav .primary-btn:hover {
    border: none;
    color: #fff;
    background: var(--pclr);
}
#main-lang-nav .primary-btn {
    border-radius: 4px;
}
ul.meta-menu {
    height: 100%;
    width: 100%;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
ul.meta-menu > li {
    padding: 5px;
    border-bottom: 1px solid var(--lpclr);
    padding-bottom: 0;
    margin: auto;
    margin-top: 5px;
    width: 250px;
    text-align: center;
    color: var(--pclr);
}
ul.meta-menu > li:nth-last-of-type(1) {
    border-bottom: none;
}
ul.meta-menu a {
    color: #000 !important;
}
ul.meta-menu a:hover {
    color: #fff !important;
}

.down-caret {
    background-color: var(--pclr);
    color: #fff;
    position: absolute;
    left: calc(50% - 7px);
    bottom: -15px;
    padding: 5px;
}
.down-caret span {
    display: block;
    /* background-color: #fff; */
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

p {
    margin: 0;
    /* word-break: break-all; */
}
footer {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    position: relative;
    background: var(--pclr);
    box-shadow: 0px -2px 4px rgb(0 0 0 / 25%);
    border-radius: 10px 10px 0px 0px;
    padding: 16px;
}

.input-cont {
    width: 250px;
    margin: auto;
}

.input-block {
    padding: 0;
    width: 100%;
}

.label {
    display: inline-block;
    background: #eee;
    padding: 3px 7px;
    color: var(--sclr);
    font-size: 12px;
}

.password {
    display: flex;
    align-items: center;
    position: relative;
}
/* .password input:focus {
    box-shadow: none;
    outline: none;
} */
.password .view-pass {
    display: block;
    padding: 0.5em;
    position: absolute;
    right: 5px;
}

.pg-questions .nav-item {
    text-align: center;
    width: 50%;
}

.pg-questions .nav-tabs {
    background-color: #fff;
}

.pg-questions .nav-tabs .nav-link {
    color: var(--lpclr) !important;
    justify-content: center;
}
.pg-questions .nav-link > span {
    margin-top: 2px;
}
.pg-questions .nav-tabs .nav-link.active {
    color: var(--pclr) !important;
    border-color: transparent;
    background-color: #fff;
    border-bottom-color: var(--pclr);
}

.pg-answer .que-cont::before {
    top: 0;
}

.pg-answer .que-cont {
    max-width: 300px;
    width: unset;
}
.pg-answer .que-cont p {
    min-height: 60px;
}
.pg-share .que-cont, .pg-answer .pg-answer .que-cont {
    max-width: unset;
    width: unset;
}

.pg-share .profile {
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
}

.profile {
    margin: auto;
    width: 80px;
    height: 80px;
    /* overflow: hidden; */
    margin-bottom: -6px;
    z-index: 1;
}
.profile img {
    width: 100%;
}

.points span {
    display: block;
    padding-left: 1em;
    position: relative;
    color: #595959;
}
.points span::before {
    content: '';
    width: 5px;
    height: 5px;

    background: #595959;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid var(--txtColor);

    position: absolute;
    left: 0;
    top: 8px;
}

.page-illus {
    text-align: center;
}
.page-illus img {
    width: 240px;
}
.primary-btn {
    font-size: 20px;
    font-weight: bold;
    min-width: 130px;
    background: var(--pclr);
    box-sizing: border-box;
    border-radius: 20px;
    height: var(--elHeight);
    color: #fff;
    line-height: normal;
    border: none;
    border-bottom: 5px solid var(--sclr);
    display: flex;
    align-items: center;
    justify-content: center;
}
.primary-btn.inactive {
    color: var(--pclr);
    border: 1px solid;
    background: #fff;
}
.register {
    display: flex;
    align-items: center;
    padding: 5px;
    min-height: var(--elHeight);
    height: unset;
}
.register .emoji {
    animation: bf 2s linear infinite;
    font-size: 24px;
}
.register .emoji:nth-child(1) {
    animation: fb 2s linear infinite;
}
.register span.text {
    max-width: 190px;
}
@keyframes bf {
    0%, 50% {
        transform: translateX(0px);
    }
    25%, 75% {
        transform: translateX(10px);
    }

}
@keyframes fb {
    0%, 50% {
        transform: translateX(0px);
    }
    25%, 75% {
        transform: translateX(-10px);
    }

}
.wh-100 {
    display: block;
    width: 100%;
    height: 100%;
}
.flex-wh-100 {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.modal-body .primary-btn.inactive {
    border-color: #000;
    color: #000;
    font-weight: normal;
}
.meta-menu button {
    font-weight: 500;
    line-height: 21px;
    padding: 0;
}
.credential-card {
    background: #FFFFFF;
    /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
    /* border-radius: 5px;
    border: 2px dashed; */
    padding: 10px;
}
#credential-card .close {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #343434;
}
.credential-card .form-group {
    display: flex;
    align-items: center;
}

#sc {
    text-align: left;
    background: #fff;
    font-size: 16px;
    padding: 1em;
    opacity:0;
    position: absolute;
    /* position: fixed; */
    top:0;
    left:0;
    z-index: -2;
    width: auto;
    min-width: 350px;
}
.share-card .ruler, #sc .ruler{
    width: 50%;
    height: 2px;
    background: var(--t2);
    margin: 0.2em;
}
.share-card {
    z-index: -1;
    background: #fff;
    min-width: 350px;
    min-height: 150px;
    padding: 2em;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    position: fixed;
    color: var(--pclr);
}
.share-card .brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    background: #fff;
    padding: 0 10px;
}
.share-card .brdr {
    border: 1px solid;
    padding: 2em;
    position: relative;
}
.share-card .brand a, #sc .brand a  {
    color: var(--pclr) !important;
    position: relative;
    font-size: 25px;
}
.share-card .brand a>img, #sc .brand a>img {
    width: 35px;
    position: absolute;
    left: 20px;
    top: -25px;
}

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

h2.blog-h2 {
    min-height: 120px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.blog-count{
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
}
.lzcard.blog img {
    width: 100%;
    height: auto !important;
}
.lzcard {
    padding: 20px 14px;
    position: relative;
    background: #faf7f1;
    box-sizing: border-box;
    border-radius: 10px;
}
.lzcard.blog {
    padding: 0 !important;
    overflow: hidden;
    text-align: center;
}

.share-buttons button {
    display: flex;
    align-items: center;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 500;
    padding: 0px 3px;
    width: calc(50% - 4px);
    min-height: var(--elHeight);
    margin: 8px 0 0 0;
    box-sizing: border-box;
    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 2px;
    /* position: absolute; */
    /* left: 10px; */
}
.share-buttons button span.brand-icon img {
    width: auto;
    max-width: 19px;
    margin-right: 10px;
}
.share-buttons button span.brand-icon .fab {
    margin-right: 10px;
}
.share-buttons button:first-child a {
    padding-left: unset;
}
.share-buttons button:first-child span.brand-icon {
    /* position: relative; */
    /* left: 13px; */
}
.share-buttons button:nth-of-type(2n + 1) {
    margin-left: 8px !important;
}
.share-buttons button:nth-child(1) {
    width: 100%;
    margin-top: 0 !important;
    margin-left: unset !important;
}
.img-white {
    filter: brightness(100);
}
.share-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    color: #fff;
    padding: 0.5em 0;
    text-transform: none;
    font-weight: 400;
    position: relative;
    /* padding-left: 25px !important; */
}
.share-btn.whatsapp {
    background: #0B8F21;
}
.share-btn.fb {
    background: #1E4FAD;
}
.share-btn.snapchat-btn a {
    color: #000;
}
.share-btn.snapchat-btn {
    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;
    /* box-shadow: 0 5px 2px #00b90047; */
}
.share-btn.talk a {
    color: #000;
}
.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 {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.social-icons {
    display: flex;
    justify-content: center;
}
.social-icons a {
    display: flex;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.social-icons .insta-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    line-height: 20px;
    /* vertical-align: middle; */
    text-align: center;
    color: #fff;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.social-icons a {
    font-size: 25px;
    margin-left: 10px;
}

.subhead {
    font-size: 18px;
}
.completed-subhead {
    font-weight: 600;
    font-size: var(--txtCon);
    line-height: 19px;
    text-align: center;
    color: #000;
}

.sub-action .dropdown-menu a {
    display: block;
    text-align: center;
}

.sub-action .dropdown-toggle::after {
    content: none;
}

.meelo-logo {
    text-decoration: none !important;
    color: var(--pclr);
    font-size: 40px;
    font-weight: bold;
    display: block;
    max-width: 130px;
    position: absolute;
    left: calc(50% - 70px);
    top: 10px;
}

.meelo-logo img {
    position: absolute;
    top: -3px;
}

.meelo-logo:hover {
    color: var(--pclr);
}

nav {
    justify-content: space-between !important;
    max-width: 1400px;
    margin: auto;
}
nav .avatar {
    width: 25px;
    border-radius: 50%;
    background: #fff;
    margin-top: -5px;
}

nav .avatar.big {
    width: 35px;
}
nav .dropdown-toggle::after {
    content: none;
}

.navbar-toggler-btn {
    outline: none;
    border-radius: 3px;
    border-color: var(--pclr);
}

.navbar-toggler-line {
    display: block;
    width: 20px;
    height: 1px;
    background: var(--pclr);
    margin-top: 5px;
}
.navbar-toggler-line:nth-last-child(1) {
    margin-bottom: 5px;
}

.nav-link {
    font-size: 16px;
    color: var(--pclr) !important;
}

.nav-link span {
    color: inherit;
}


/* Nav dark theme */
header {
    background: var(--pclr);
    padding: 0.5em;
    height: 75px;
}
nav {
    padding: 5px 8px 0 5px;
    margin-top: 0px !important;
    height: 100%;
}

nav #menusDropDown {
    border-radius: 5px;
    border: 2px solid #fff;
    background: transparent;
    width: 45px;
    height: 35px;
    display: none;
}
.navbar-toggler-line {
    background: #fff !important;
    width: 100% !important;
}
.nav-link { color: #fff !important; }
.meelo-logo, #profileDropDown {
    color: #fff !important;
}
.meelo-logo img {
    /* filter: brightness(0) invert(1); */
}
.user {
    color: #fff !important;
    display: none;
}
 /*End dark nav */

#preloader, #blank-loader {
    overflow: hidden;
    /* background-image: linear-gradient(135deg, #a759d1 0%, #904e95 100%); */
    background: #fff;
    left: 0;
    right: 0;
    height: calc(100vh - 45px);
    top: 50px;
    bottom: -12px;
    position: fixed;
    z-index: 99999;
    color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
}
#preloader img {
    width: 100px;
}
div#preloader.relative {
    position: absolute;
    height: 100%;
    margin: unset;
    top: 0;
    border-radius: 53px;
}
.over-hide {
    overflow: hidden;
    height: 100vh;
}
.user {
    /* display: none; */
    font-size: 30px;
    font-weight: 900;
    color: var(--pclr);
    text-decoration: none !important;
}

.user-ip {
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #000;
}

.user-ip .char-count {
    display: inline-block;
    bottom: 0;
}

.user-ip textarea {
    width: 100%;
    min-height: 100px;
    border: none;
    resize: none;
    /* padding: 0.5em; */
    overflow: hidden;
}
.user-ip textarea:focus {
    outline: none;
}
.user-ip .sent-info {
    float: left;
    color: #ffad14;
}
.user-feed {
    font-size: 18px;
}
.view-more {
    display: flex;
    color: var(--pclr);
    font-weight: 400;
    width: max-content;
    text-decoration: none !important;
    padding: 0 10px;
    background: var(--pclr);
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding-top: 3px;
}
.view-more:hover {
    color: #fff;
    /* background: var(--sclr); */
}

.view-more span.line {
    display: inline-block;
    width: 38px;
    height: 1px;
    background-color: var(--pclr);
    margin: 10px 5px 0;
}

.un_ellipsis {
    display: inline-block;
    padding-left: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60px;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* @media (max-width: 430px) and (max-width: 486px) { */
@media (max-width: 487px) {

    nav {
        position: relative;
        /* margin-top: 10px !important; */
        justify-content: space-between !important;
    }

    nav #menusDropDown {
        display: block;
    }

    .meelo-logo {
        left: calc(50% - 63px);
        top: 10px;
    }
    .nav .avatar {
        margin-top: -5px;
    }
    .user {
        display: block;
        line-height: 0;
    }
}

/* @media (min-width: 430px) { */
@media (min-width: 487px) {
    nav {

    }

    nav .navbar-collapse {
        display: flex !important;
    }
    .navbar-nav {
        flex-direction: row;
    }
    .navbar-nav .nav-item {
        margin-left: 10px;
    }

}

.scale {
    animation: scale 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}
/* .nudge {
    animation: nudge 2s linear infinite;
} */

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes nudge {
    0% {
      transform: rotate(-3deg);
    }

    33% {
      transform: rotate(3deg);
    }

    66% {
      transform: rotate(-3deg);
}

}
/* LTR RTL Dependent */

.align-left {
    display: flex;
    justify-content: left;
    text-align: left;
}

.font-16{
    font-size: 16px;
}
.link-center{
    text-align: center;
}
.link-center a{
    display: inline-block;
}

.start-input-sec input {
    padding-left: 34px;
}
.start-input-sec {
    position: relative;
}
.start-input-pen{
    position: absolute;
    width: 13px;
    left: 14px;
    top: 14px;
}
#lang-modal {
    z-index: 9999999;
}
.user-icon{
    width: 16px;
    margin-right: 5px;
}