@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Quicksand:wght@300..700&display=swap');

body {
    /* background-color: #f4f5f6; */
    /* background-color:#d4d4d4; */
    background: linear-gradient(90deg, #dadada, #EEF2F3);
}

.country-flag {
    margin-left: 15px;
    width: auto;
    margin-top: 12px;
}

.search-block {
    max-width: 400px;
    overflow: hidden;
    background-color: #fff !important;
    border: 1px solid #d4d9dd !important;
    margin-top: 3px;
    margin-right: 80px;
}

.search-block .search {
    width: calc(100% - 62px);
}

.search-block .search-ic {
    width: 62px;
    background-color: #f8f8f8;
    height: 36px;
    border-left: 1px solid #d4d9dd;
}

.search-block .search-ic a::before {
    background: url(../images/search-ic-new-home.png) no-repeat center center;
    height: 35px;
}

.search-block .search input {
    padding: 8px;
    padding-left: 23px;
}

.create-poll a {
    background-color: #fff;
    border: 0;
    padding: 0;
    color: #666;
    stroke: #000;
    display: flex;
    align-items: center;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.create-poll a svg {
    margin-right: 5px;
}

.create-poll a:hover {
    background-color: transparent;
    border: 0;
    color: #465fff;
    stroke: #465fff;
}

.profile-pic {
    float: right;
}

.before-login {
    margin-right: 10px;
    margin-top: 2px;
}

.head-poll-count {
    background: none;
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-right: 25px;
}

.head-save {
    background: none;
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-right: 25px;
}

.head-poll-count span {
    border-radius: 5px;
}

.login {
    padding-right: 15px;
}

.login a {
    background-color: #f5f8ff;
    border: 1px solid #e0eaff;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    height: 32px;
    line-height: 28px;
}

.sign-up a {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    height: 32px;
    line-height: 28px;
}

.sign-up a:hover {
    background-color: #f5f8ff;
    border: 1px solid #e0eaff;
    font-family: "Outfit", sans-serif;
}

.new-top-main {
    max-width: 1200px;
}

.bullet-points ul {
    margin: 0;
    padding: 0;
    padding-left: 17px;
    list-style-type: disc;
}

.bullet-points ul li {
    margin: 0;
    padding: 0;
    font-size: 15px;
    margin-bottom: 10px;
    list-style: disc;
    display: list-item;
    color: #666;
    font-family: 'Noto Sans', sans-serif;
}

.new-top-left p {
    color: #333333;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 10px;
}

.new-top-left p u {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}

.new-top-left h1 {
    font-size: 24px;
    color: #666;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.new-top-left h2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #3333ff;
}

.new-top-left h4 {
    font-size: 30px;
    color: #666;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    margin-top: 20px;
    margin-bottom: 35px;
}

.new-top-left {
    width: calc(100% - 530px);
    padding-right: 60px;
    margin-top: 50px;
}

.new-top-right {
    max-width: 475px;
}

.new-top {
    background: #D5E9FE;
    background: linear-gradient(90deg, rgba(213, 233, 254, 1) 0%, rgba(185, 193, 251, 1) 100%);
}

.top-section-slider .slick-dots {
    bottom: 6px;
}

.top-section-slider .slick-dots li {
    display: inline-block;
    margin: 2px;
}

.top-section-slider .slick-dots li button {
    font-size: 0;
    /* 🔥 hides numbers */
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #c7cacb;
    border: 0;
}

.top-section-slider .slick-dots li button:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
}

.top-section-slider .slick-dots li.slick-active button {
    background-color: #0033ff !important;
}

.home-country>.select-home>span {
    border: solid #999;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 10px;
    right: 19px;
}

.home-country>.select-home {
    color: #999;
    line-height: 32px;
}

.enter-poll-code-container {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 20px;
    float: left;
    overflow: hidden;
    margin-top: 13px;
}

.enter-poll-code-container .enter-poll-search {
    width: calc(100% - 50px);
}

.enter-poll-code-container .enter-poll-search input {
    padding: 12px;
    margin: 0;
    width: 100%;
    float: left;
    border: 0;
    background: 0 0;
    outline: 0;
    color: #999;
    font-size: 14px;
    padding: 8px;
    padding-left: 15px;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
    background-color: #fff;
}

.enter-poll-code-container .enter-poll-search-ic {
    width: 50px;
    background-color: #f8f8f8;
    height: 36px;
    border-left: 1px solid #d4d9dd;
    float: right;
    padding: 0;
    margin: 0;
    text-align: center;
}

.enter-poll-code-container .enter-poll-search-ic a {
    color: #ccc3c3;
    text-decoration: none;
    position: relative;
}

.enter-poll-code-container .enter-poll-search-ic a::before {
    background: url(../images/search-ic-new-home.png) no-repeat center center;
    height: 35px;
    content: "";
    width: 34px;
    position: absolute;
    right: -15px;
}

.side-tabs {
    width: 100%;
    float: left;
    padding: 0;
    margin: 20px 0;
}

.side-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-tabs ul li {
    list-style: none;
    padding: 0 0 12px 0;
    margin: 0;
    text-align: right;
    font-size: 17px;
    color: #333;
    font-family: "Noto Sans", sans-serif;
    cursor: pointer;
    position: relative;
}

.side-tabs ul li .notif {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #0b65f6;
    right: 0;
    border-radius: 100%;
    top: -6px;
    border: 2px solid #fff;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 17px;
}

.side-tabs ul li:last-child {
    padding-bottom: 0;
}

.side-tabs ul li:hover {
    font-weight: 700;
}

.side-tabs ul li img {
    width: 25px;
}

.side-tabs li {
    cursor: pointer;
}

.side-tabs li img {
    transition: 0.2s ease;
}

.search-polls-interest {
    margin-top: 0;
}

.home-stats {
    margin-top: 0;
    border-radius: 20px;
    /* box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px; */
    -webkit-box-shadow: -2px 0px 0px 0px #d5d5d5;
    box-shadow: -2px 0px 0px 0px #d5d5d5;
    margin-bottom: 30px;
}

.home-stats-head {
    padding: 17px;
    border-bottom: 1px solid #dadfde;
    display: table;
    padding-bottom: 8px;
}

.home-stats-head h3 {
    text-align: left;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #0543db;
    font-size: 13px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: 18px;
}

.home-stats-head h3 span {
    color: #0543db;
}

.home-stats .home-stats-main {
    padding: 17px;
}

.home-stats .home-stats-main ul li {
    text-align: left;
}

.home-stats .home-stats-main ul li {
    font-size: 16px;
    font-weight: 900;
    font-family: "Noto Sans", sans-serif;
}

.home-stats .home-stats-main ul li span {
    font-size: 12px;
    color: #666;
}

.new-home-middle {
    /* max-width: 1136px; */
    max-width: 1252px;
    width: 100%;
    display: block;
}



.new-poll-box-container {
    max-width: 550px;
    padding: 0 50px;
}

.new-home-right {
    width: 300px;
}

.new-main-feed-menu ul {
    display: flex;
    justify-content: space-between;
}

.new-main-feed-menu ul li {
    margin-right: 0;
}

.latest-home-poll-box {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    margin-bottom: 18px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 35px;
}

.latest-home-poll-box-image {
    width: 100%;
    float: left;
    position: relative;
}

.latest-home-poll-box-image img {
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    max-width: 100%;
}

.sharing-icons {
    width: auto;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 86px;
}

.save-icon {
    text-align: center;
    cursor: pointer;
}

.latest-home-poll-box-image-content {
    padding: 13px 20px 0 20px;
    width: 100%;
    float: left;
}

.latest-home-poll-box-image-content-top {
    font-size: 11px;
    color: #333333;
    width: 100%;
    float: left;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    text-align: center;
}

.latest-home-poll-box-image-content-top span {
    font-weight: 600;
    color: #000;
}

.latest-home-poll-box-image-content-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 13px;
    font-family: "Noto Sans", sans-serif;
}

.latest-home-poll-box-image-content-title a {
    color: #003366;
    text-decoration: none;
}

.latest-home-poll-box-image-content-bottom {
    width: 100%;
    float: left;
}

.latest-home-poll-box-image-content-bottom ul {
    width: auto;
    margin: 0 auto;
    display: table;
}

.latest-home-poll-box-image-content-bottom ul li {
    list-style: none;
    font-style: italic;
    font-size: 13px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    float: left;
    padding: 0 10px;
    color: #666;
    cursor: pointer;
}

.latest-home-poll-box-image-content-bottom ul li:hover {
    color: #0543db;
}

.latest-home-poll-box-bootm-section {
    width: 100%;
    margin-top: 25px;
}

.latest-home-poll-box-bootm-section img {
    width: 13px;
    margin-top: -4px;
}

.latest-home-poll-box-bootm-section a {
    background-color: #f4f5f6;
    border: 1px solid #e5e5e5;
    width: 100%;
    border-radius: 30px;
    padding: 12px 10px;
    text-align: center;
    float: left;
    color: #333333;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.latest-home-poll-box-bootm-section a span {
    font-weight: 500;
    margin-right: 10px;
    font-size: 14px;
}

.latest-home-poll-box-bootm-section a:hover {
    background-color: #0b57d0;
    color: #fff;
}

.latest-home-poll-box-bootm-section a.latest-see-results {
    background-color: #0ebd3f;
    color: #fff;
}

.latest-home-poll-box-bootm-section a:hover.latest-see-results {
    background-color: #007f24;
}

.bookmark-save {
    margin-top: 9px;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    cursor: pointer;
}

.bookmark-save img {
    width: 20px;
    margin-top: -2px;
}

.latest-share {
    margin-top: 1px;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    cursor: pointer;
}

.latest-share:hover {
    color: #346aef;
}

.latest-share img {
    width: 35px;
    padding-right: 3px;
}

.bookmark-save:hover {
    color: #346aef;
    font-weight: 500;
}

.bookmark-save.active {
    color: #346aef;
    font-weight: 500;
}

.latest-share.active {
    color: #346aef;
    font-weight: 500;
}

.vote-now-ribbon {
    background-color: #ff3300;
    color: #fff;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 24px;
    text-align: center;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 10px;
    font-family: "Noto Sans", sans-serif;
}

.see-result-ribbon {
    background-color: #0ebd3f;
    color: #fff;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 24px;
    text-align: center;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-family: "Noto Sans", sans-serif;
}

.see-result-ribbon img {
    margin-right: 3px;
}

.lazy-img {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lazy-img[data-loaded] {
    opacity: 1;
}

.hambergur-menu {
    width: 360px;
    background-color: #e7e7ff;
    position: fixed;
    right: -100%;
    top: 50px;
    height: calc(100% - 50px);
    overflow-y: auto;
    transition: all 0.3s;
    z-index: 9999;
}

.hambergur-menu.active {
    right: 0;
}

/* width */
.hambergur-menu::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.hambergur-menu::-webkit-scrollbar-track {
    background: #f9fafb;
    border-radius: 5px;
}

/* Handle */
.hambergur-menu::-webkit-scrollbar-thumb {
    background: #9680d5;
    border-radius: 5px;
}

/* Handle on hover */
.hambergur-menu ::-webkit-scrollbar-thumb:hover {
    background: #9680d5;
}

#close-hambergur {
    position: absolute;
    top: 20px;
    right: 23px;
    width: 30px;
}

#close-hambergur img {
    width: 100%;
}

.m-hambergur-menu {
    display: none;
}

html.menu-open,
body.menu-open {
    overflow: hidden;
    height: 100%;
    touch-action: none;
    /* mobile fix */
}

.hambergur-menu {
    overflow-y: auto;
    max-height: 100vh;
}

.hamburger-user-container {
    border-bottom: 1px solid #e9ebec;
    float: left;
    width: 100%;
    padding: 12px 25px;
    background-color: #fff;
}

.hamburger-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hamburger-user .user-image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-color: #cccccc;
    border-radius: 100%;
    float: left;
}

.hamburger-user .user-image img {
    width: 100%;
}

.user-name {
    width: auto;
    float: left;
    font-size: 16px;
    color: #0033ff;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
}

.hambuerger-menu-items {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    background-color: #fff;
    /* padding-bottom: 50px; */
}

.hambuerger-menu-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hambuerger-menu-items ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hambuerger-menu-items ul li a {
    border-bottom: 1px solid #e9ebec;
    padding: 12px 25px;
    margin: 0;
    text-decoration: none;
    float: left;
    width: 100%;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
}

.hambuerger-menu-items ul li a img {
    width: 25px;
    margin-right: 10px;
}

.hambuerger-menu-items ul li a:hover {
    background-color: #d6e4ea;
    font-weight: 700;
}

.hambuerger-footer {
    width: 100%;
    text-align: center;
    float: left;
    padding: 30px 25px;
}

.hambuerger-footer ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.hambuerger-footer ul li {
    list-style: none;
}

.hambuerger-footer ul li a {
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.hambuerger-footer ul li a:hover {
    color: #000;
}

.hambuerger-footer p {
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.footer-container {
    max-width: 1150px;
}

.foo-logo img {
    max-width: 100%;
}

.foo-logo-caption {
    font-size: 58px;
    font-weight: 700;
    font-family: "Noto Sans", sans-serif;
    color: #666;
    text-align: center;
    width: 100%;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 25px;
    float: left;
}

.foo-apps ul li img {
    width: 120px;
}

.foo-links a {
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    color: #666;
    font-style: italic;
    position: relative;
}

.foo-links a:hover {
    color: #000;
}

.foo-links a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    top: 100%;
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

.foo-links a:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

.foo-social ul li {
    padding: 0 7px;
}

.foo-social ul li a {
    background-color: transparent;
    border: 0;
    color: #666;
    width: auto;
    height: auto;
    font-size: 25px;
}

.foo-social ul li a:hover {
    background-color: transparent;
    border: 0;
    color: #000;
}

.copy-right {
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #666;
    line-height: 20px;
}

.footer {
    position: relative;
    margin-top: 75px;
    background-color: #f2f7ff;
}

.brand-ic-container {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
}

.brand-ic {
    width: 100px;
    height: 100px;
    background-color: #f2f7ff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    /* vertical center */
    justify-content: center;
    /* horizontal center */
}

.latest-home-poll-box-botom {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
}

.latest-home-poll-box-botom-section {
    width: 100%;
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid #cccccc;
    float: left;
}

.latest-home-poll-box-botom-section-image {
    width: 150px;
    padding: 0;
    margin: 0;
    float: left;
}

.latest-home-poll-box-botom-section-image img {
    border-radius: 10px;
    width: 100%;
}

.latest-home-poll-box-botom-section-right {
    width: calc(100% - 150px);
    float: left;
    padding-left: 12px;
}

.latest-home-poll-box-botom-section-right h3 {
    font-size: 15px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    color: #333;
    line-height: 18px;
}

.latest-home-poll-box-botom-section-right-bottom {
    width: 100%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.latest-home-poll-box-botom-section-right-bottom div {
    color: #0543db;
    font-style: italic;
    font-size: 13px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
}

.bottom-section-right a.latest-see-results svg {
    fill: #fff;
}

.latest-home-poll-box-bootm-section a svg {
    fill: #fff;
    width: 12px;
    height: 12px;
    margin-left: 3px;
}

.latest-home-poll-box-bootm-section a:hover svg {
    fill: #fff;
    width: 12px;
    height: 12px;
}

.create-poll span {
    font-size: inherit;
}

.foo-links {
    margin-bottom: 28px;
}

.header .home-country {
    float: left;
    margin-left: 15px;
    margin-top: 5px;
    min-width: 110px;
    max-width: 110px;
}

.display-flag label {
    margin-top: 1px;
}

.header .home-country>.select-home {
    height: 34px;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #e8ecee;
    background-color: #f8f8f8;
    padding: 8px 16px;
    line-height: normal;
    top: 9px;
    right: 19px;
}

.header .home-country>.select-home .display-flag img {
    width: 25px;
    height: 17px;
}

.mobile-poll-code-open {
    display: none;
}

.new-top-right .slick-dotted.slick-slider {
    margin-bottom: 0;
}

/*  details page sharing section */
.details-sticky {
    width: 60px;
    height: 35px;
    position: fixed;
    right: 0;
    bottom: 185px;
    z-index: 1;
}

.details-sticky a {
    background-color: #666666;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
    float: left;
    height: 100%;
    color: #fff;
    line-height: 35px;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    text-decoration: none;
    padding-right: 6px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.details-sticky a:hover {
    background-color: #0461ff;
}

.before-voting-sticky {
    width: 80px;
    height: 40px;
    position: fixed;
    right: 0;
    bottom: 230px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #ff0000;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    font-family: "Noto Sans", sans-serif;
    color: #fff;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 1;
}

.vote-now-sticky {
    width: 80px;
    height: 40px;
    position: fixed;
    right: 0;
    bottom: 230px;
    right: 0;
    bottom: 230px;
    z-index: 1;
}

.vote-now-sticky a {
    background-color: #372ef8;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 100%;
    float: left;
    height: 100%;
    color: #fff;
    line-height: 40px;
    font-family: "Noto Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 6px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.share-this-poll-sticky {
    width: 45px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 230px;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 1;
}

.share-this-poll-sticky {
    background-color: #009933;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    float: left;
    color: #fff;
    line-height: 40px;
    font-family: "Noto Sans", sans-serif;
    font-size: 9px;
    font-weight: 500;
    text-align: right;
    text-decoration: none;
}

.share-this-poll-sticky .share-lable {
    line-height: 12px;
    text-align: center;
    font-size: 10px;
    font-family: "Noto Sans", sans-serif;
    padding: 10px 10px 5px 10px;
}

.sticky-share-icon {
    text-align: center;
    width: 100%;
    border-top: 1px solid #a49c9c;
    display: flex;
    align-items: center;
    padding-left: 8px;
    padding-top: 3px;
}

.sticky-share-icon img {
    width: 30px;
}

/* Freeze page scroll */
.body-scroll-lock {
    overflow: hidden;
    height: 100vh;
}

.latest-mobile-sharing {
    display: none;
}

.latest-mobile-sharing.active {
    display: block;
}

.latest-mobile-sharing {
    position: fixed;
    padding: 30px;
    bottom: 0;
    max-width: 360px;
    width: 100%;
    left: 50%;
    margin-left: -220px;
    background-color: #fff;
    -webkit-border-top-left-radius: 60px;
    -webkit-border-top-right-radius: 60px;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-topright: 60px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding-top: 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    z-index: 9999;
}

.latest-mobile-sharing-close {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    background-color: #fff;
    border: 1px solid #ccdae1;
    border-radius: 100%;
    margin-top: -70px;
    display: flex;
    align-items: center;
    padding-left: 14px;
    cursor: pointer;
}

.latest-mobile-sharing-close img {
    width: 30px;
}

.latest-mobile-sharing-top {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.latest-mobile-sharing-top p {
    font-family: "Noto Sans", sans-serif;
    color: #0033ff;
    font-size: 10.5px;
    font-weight: 600;
    text-align: center;
}

.copy-poll-link {
    font-family: "Noto Sans", sans-serif;
    color: #666666;
    font-size: 9px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 10px;
}

.copy-poll-link-but {
    width: 100%;
    float: left;
}

.copy-poll-link-but a {
    background-color: #f0efef;
    border: 1px solid #d3d1d1;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 100px;
    height: 24px;
    font-size: 9px;
    padding: 6.5px;
    display: table;
    color: #000;
    text-decoration: none;
    font-family: "Noto Sans", sans-serif;
}

.latest-mobile-sharing-bottom ul li a {
    width: 100%;
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 11.5px;
    padding: 13px;
    border-radius: 20px;
    margin-bottom: 7px;
    font-family: "Noto Sans", sans-serif;
    line-height: 17px;
}

.latest-mobile-sharing-bottom ul li a i {
    font-size: 18px;
    padding-left: 60px;
    padding-right: 25px;
    float: left;
}

.latest-mobile-sharing-bottom ul li a.whatsapp {
    background-color: #21b44d;
}

.latest-mobile-sharing-bottom ul li a:hover.whatsapp {
    background-color: #019a2f;
}

.latest-mobile-sharing-bottom ul li a.facebook {
    background-color: #0961ed;
}

.latest-mobile-sharing-bottom ul li a:hover.facebook {
    background-color: #044abb;
}

.latest-mobile-sharing-bottom ul li a.twitterx {
    background-color: #000000;
}

.latest-mobile-sharing-bottom ul li a:hover.twitterx {
    background-color: #404040;
}

.latest-mobile-sharing-bottom ul li a.reddit {
    background-color: #ff5700;
}

.latest-mobile-sharing-bottom ul li a:hover.reddit {
    background-color: #c64502;
}

.latest-mobile-sharing-bottom-footer {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.latest-mobile-sharing-bottom-footer ul {
    display: flex;
    justify-content: space-between;
}

.latest-mobile-sharing-bottom-footer ul li {
    float: left;
}

.latest-mobile-sharing-bottom-footer ul li a {
    float: left;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    color: #fff;
    padding: 13px;
    height: 50px;
    width: 50px;
    font-family: "Noto Sans", sans-serif;
}

.latest-mobile-sharing-bottom-footer ul li a i {
    font-size: 22px;
}

.latest-mobile-sharing-bottom-footer ul li a.linkedin {
    background-color: #007ebb;
}

.latest-mobile-sharing-bottom-footer ul li a:hover.linkedin {
    background-color: #01618f;
}

.latest-mobile-sharing-bottom-footer ul li a.talk {
    background-color: #d6dc24;
}

.latest-mobile-sharing-bottom-footer ul li a:hover.talk {
    background-color: #afb41c;
}

.latest-mobile-sharing-bottom-footer ul li a.line {
    background-color: #21b44d;
}

.latest-mobile-sharing-bottom-footer ul li a:hover.line {
    background-color: #02892b;
}

.latest-mobile-sharing-bottom-footer ul li a.tele {
    background-color: #1b92d1;
}

.latest-mobile-sharing-bottom-footer ul li a:hover.tele {
    background-color: #04689d;
}

.latest-mobile-sharing-bottom-footer ul li a.vk {
    background-color: #436eab;
}

.latest-mobile-sharing-bottom-footer ul li a:hover.vk {
    background-color: #114da3;
}

.copied a {
    background-color: #0033ff;
    color: #fff;
}

.before-voting-sticky,
.vote-now-sticky,
.share-this-poll-sticky,
.details-sticky {
    display: none;
}

.sticky-add-in-mobile {
    width: 100%;
    background-color: #d4d9dd;
    padding-top: 5px;
    text-align: center;
    position: relative;
    position: fixed;
    bottom: 0;
    display: none;
    z-index: 1;
}

.sticky-add-in-mobile-close {
    width: 30px;
    height: 25px;
    position: relative;
    background-color: #d4d9dd;
    color: #000;
    text-align: center;
    position: absolute;
    top: -25px;
    right: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    cursor: pointer;
}

.sticky-add-in-mobile.hide {
    opacity: 0;
    visibility: hidden;
}

.explore-topics-mobile {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    overflow: hidden;
}

.explore-topics-mobile-head {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #0059af;
    background-color: #f2f5f6;
    height: 48px;
    line-height: 48px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
}

.explore-topics-mobile-close {
    position: absolute;
    right: 35px;
    width: 35px;
    height: 25px;
    top: 0px;
}

.explore-topics-mobile-close img {
    width: 100%;
}

.search-polls-interest-body {
    padding: 20px;
    padding-bottom: 0;
}

.search-polls-interest-body-games {
    padding: 20px;
    padding-top: 0;
}

.explore-topics-mobile {
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.explore-topics-mobile.active {
    transform: translateY(0);
    opacity: 1;
}

.explore-topics-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    max-height: 90vh;
    overflow-y: auto;
    /* animation */
    transform: translateY(100%);
    transition: transform 0.35s ease-in-out;
}

.explore-topics-mobile.active {
    transform: translateY(0);
}

/* optional backdrop effect */
.body-scroll-lock {
    overflow: hidden;
}

.please-vote-see-section-details {
    display: flex;
    max-width: 435px;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    gap: 5px;
    font-family: "Noto Sans", sans-serif;
}

.please-vote-see-section-details a {
    background-color: #e1edf2;
    color: #000;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    height: 32px;
    border: 0;
    outline: none;
    line-height: 31px;
    font-family: "Noto Sans", sans-serif;
}

.please-vote-see-section-details a.vote-see-results-but {
    color: #ee1910;
    font-size: 14px;
    font-weight: 400;
}

.please-vote-see-section-details a.vote-see-results-but-after {
    color: #3300ff;
}

.please-vote-see-section-details a.vote-see-results-but-after span {
    font-size: 17px;
    font-weight: 600;
    float: left;
    margin-right: 5px;
}

.blur-txt {
    filter: blur(3.5px);
}

.please-vote-see-section-details a img {
    width: 18px;
    float: left;
    margin-top: 6px;
    margin-right: 3px;
}

.save-but.active {
    color: #4c21fe;
}

.comments-latest {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 40px;
}

.comments-latest h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.comments-latest p {
    font-size: 13px;
    color: #333;
    font-family: "Noto Sans", sans-serif;
    line-height: 18px;
}

.comments-dynamic {
    font-size: 15px;
    color: #333;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    border-bottom: 2px solid #b7b7b7;
    padding-bottom: 10px;
    margin-top: 20px;
}

.comments-dynamic h4 {
    font-size: 15px;
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    position: relative;
}

.comments-dynamic h4::after {
    content: "";
    height: 2px;
    background-color: #0961ed;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 120px;
}

.comments-area {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.comments-area .comments-uer {
    width: 50px;
    height: 50px;
    float: left;
}

.comments-area .comments-uer img {
    width: 100%;
}

.comments-area .comments-textbox {
    width: calc(100% - 50px);
    float: left;
}

.comments-area .comments-textbox input {
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    background-color: #fff;
    padding: 13px 10px 17px 10px;
    width: 100%;
    font-size: 15px;
    font-family: "Noto Sans", sans-serif;
}

.comments-buttons {
    max-width: 340px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
}

.comments-buttons a {
    background: #0b65f6;
    border-radius: 10px;
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
}

.comments-buttons a.join-discussion {
    color: #0b65f6;
    border: 1px solid #76bedf;
    background-color: #fff;
}

.comments-buttons a img {
    width: 25px;
    float: left;
    margin-top: 12px;
    margin-right: 1px;
}

.comments-popup {
    max-width: 600px;
    width: 100%;
    position: fixed;
    height: 100%;
    right: 0;
    z-index: 999;
    -webkit-border-top-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    border-top-left-radius: 50px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.comments-popup .comments-head {
    height: 40px;
    border-bottom: 1px solid #cccccc;
    background-color: #edf5f9;
    font-size: 13px;
    font-weight: 600;
    font-family: "Noto Sans", sans-serif;
    color: #000;
    text-align: center;
    float: left;
    padding: 9px;
    padding-left: 65px;
    padding-right: 60px;
    width: 100%;
}

.comments-popup .comments-body {
    height: calc(100% - 40px);
    background-color: #fff;
    padding: 15px;
    overflow: auto;
    float: left;
    width: 100%;
}

.comments-popup .comments-body .dynamic-comments {
    padding: 0;
    width: 100%;
    padding-top: 15px;
}

.comments-popup-close {
    width: 35px;
    position: absolute;
    left: 30px;
    top: 2px;
    cursor: pointer;
}

.comments-popup-close img {
    width: 100%;
}

.comments-popup {
    display: none;
}

.comments-popup.active {
    display: block;
}

.sections-sub {
    width: 100% !important;
}

.stats-header .sections-1 {
    padding-right: 0 !important;
}

.stats-header .sections-2 {
    padding-left: 0 !important;
}

.stats-header {
    display: flex;
    gap: 74px;
}

/* 22 Feb 2026 starts */
.change-not-eligibale-vote {
    max-width: 450px
}

.change-vote {
    color: #3300ff !important;
}

.not-eligibale-vote {
    color: #ee1910 !important;
    /* line-height: 12px !important;
    padding-top: 3px !important; */
    font-size: 14px !important;
    font-weight: 400 !important;
}

.not-eligibale-vote img {
    width: 15px !important;
    height: 15px;
    float: right !important;
    margin-right: 0 !important;
    margin-left: 3px;
    margin-top: 9px !important;
}

.new-home-left {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.home-country {
    float: left;
}

.side-tabs {
    width: auto;
    margin: 0;
}

.side-tabs ul {
    display: flex;
    gap: 13px;
}

.side-tabs ul li {
    padding: 9px 18px;
    background: #fff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #fff;
    color: #999;
    font-family: "Inter", sans-serif;
}

.side-tabs ul li:hover {
    padding: 9px 18px;
    background: #fff;
    color: #999;
    font-weight: 400;
    border: 1px solid #c7d3ef;
}

.side-tabs ul li.active {
    color: #0066cc;
    background: #fff;
    border: 1px solid #c7d3ef;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.notif {
    display: none;
}

.home-country-latest .display-flag {
    width: 25px;
}

.home-country-latest .display-flag img {
    height: 30px;
}

.display-flag {
    width: 25px;
}

.home-country-latest>.select-home {
    height: 30px;
    font-size: 12px;
    line-height: 27px;
    color: #000;
    padding-right: 18px;
}

.home-country-latest {
    min-width: 150px;
    max-width: 100%;
}

.home-country-latest>.select-home>span {
    padding: 3px;
    top: 9px;
    right: 7px;
}

.filter-by-topics-new {
    max-width: 152px;
    width: 100%;
    /* border: 1px solid #d6d5d5; */
    border-radius: 8px;
    display: flex;
    align-self: center;
    color: #000;
    padding: 10px 15px;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.filter-by-topics-new img {
    width: 13px;
    margin-left: 8px;
}

.filter-by-topics-new:hover {
    background: #fff;
}


.new-poll-box-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}


.new-home-poll-box-main {
    /* max-width: 920px; */
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 20px;
    width: calc(100% - 335px);
}

.new-home-poll-box-main>.latest-home-poll-box {
    margin: 0;
    /* remove manual margins */
}



.latest-home-poll-box {
    margin-bottom: 0;
}

.latest-home-poll-box-image-content {
    margin-bottom: 65px;
}

.latest-home-poll-box-image-content-bottom {
    position: absolute;
    bottom: 75px;
}

.latest-home-poll-box-image-content-title {
    margin-bottom: 0;
}

.latest-home-poll-box-image-content-bottom ul li {
    color: #0031a1;
}

.latest-home-poll-box-image-content-bottom ul li span {
    font-weight: 700;
    font-size: 16px;
}

.explore-topics-new {
    position: absolute;
    left: 0;
    top: 35px;
    background: #fff;
    z-index: 9999;
    max-width: 360px;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
}

.explore-topics-new .search-polls-interest-body {
    padding: 20px;
    padding-bottom: 0;
}

.explore-topics-new .explore-topics-mobile-close {
    right: 15px;
    cursor: pointer;
}

.explore-topics-new .explore-topics-mobile-head {
    text-align: left;
    padding-left: 20px;
    color: #666666;
    font-size: 15px;
}

.new-home-left {
    position: relative;
}

.explore-topics-new {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border: 1px solid #ccc;
}

.explore-topics-new.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.explore-topics-mobile-head-submit {
    width: 100%;
    float: left;
    padding: 20px;
    padding-top: 0;
}

.explore-topics-mobile-head-submit a {
    background-color: #0b65f6;
    padding: 12px;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
}

.explore-topics-mobile-head-submit a:hover {
    background-color: #034fca;
}

.explore-topics-new .search-polls-interest-body-games {
    padding-bottom: 10px;
}

.coutry-list {
    max-height: 400px;
}

.coutry-list ul li {
    font-family : "Nato Sans", sans-serif;
}


.coutry-list ul li span {
    float: left;
    line-height: 21px;
}

.country-drop-container {
    top: 66px
}

.country-drop {
    border-radius: 30px;
    width: 325px;
    max-height: 450px;
}

.flag img {
    width: 35px;
}

.country-search {
    padding: 20px;
}

.country-drop-container::before {
    content: "";
    position: absolute;
    top: -12px;
    margin-left: 140px;
    /* left: 50%; */
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #007bff;
}

.country-flag-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.country-flag-freez {
    width: 73px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.county-new-dt {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
    max-width: 1179px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
}

.county-new-dt::-webkit-scrollbar {
    display: none;
}

.country-flag-new {
    flex: 0 0 auto;
}

.country-flag-new {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #e1e6e9;
    border-radius: 20px;
    padding: 9px 14px;
    background-color: #f9fbfb;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #000;
    cursor: pointer;
    transition: 0.3s;
}


.country-flag-new:hover {
    background-color: #c7d3ef;
}

.country-flag-new img {
    width: 20px;
    height: 14px;
}

.country-flag-new.active {
    background: #c7d3ef;
    border: 1px solid #e1e6e9;
}



/* CARD */
.card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    padding: 25px;
}

.card:hover {
    transform: translateY(-5px);
}

/* CARD CONTENT */
.card-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* TITLE */
.card-title {
    font-size: 24px;
    line-height: 1.4;
    /* MIN HEIGHT 1 LINE */
    min-height: calc(1em * 1.4);
    /* MAX HEIGHT 5 LINES */
    max-height: calc(1em * 1.4 * 4);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 800;
}

.card-title a {
    color: #000;
    text-decoration: none;
}

.card:hover .card-title a {
    color: #0b57d0;
    text-decoration: none;
}

.card:hover .latest-see-results a {
    color: #0b57d0;
    text-decoration: none;
}



.card:hover .latest-home-poll-box-bootm-section a {
    background-color: #0b57d0;
    color: #fff;
}

.card:hover .vote-btn svg {
    fill: #fff;
}

.card:hover .latest-home-poll-box-bootm-section a.latest-see-results {
    background-color: #0ebd3f;
    color: #fff;
}

.card:hover .latest-see-results svg {
    fill: #fff;
}



/* IMAGE ALWAYS BOTTOM */
.card-image {
    margin-top: auto;
    padding-top: 20px;
    position: relative;

}

.card-image img {
    width: 100%;
    border-radius: 5px;
}


.card-footer {
    margin-top: 20px
}

.card-footer-top {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.time-ago {
    font-size: 11px;
    color: #999;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

.votes-number {
    font-size: 16px;
    color: #0033cc;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.votes-number label {
    font-size: 14px;
}

.blur-number {
    float: left;
    width: auto;
    background: #dadada;
    border-radius: 20px;
    margin-right: 5px;
}

.blur-number span {
    filter: blur(3px);
}

.card-footer-top-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.save-icon {

    border: 1px solid #d8d8d8;
    padding: 7px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.save-icon.active {
    border: 1px solid #0b57d0;
}

.save-icon img {
    width: 15px;
}

.social-share-icon {
    border: 1px solid #d8d8d8;
    padding: 7px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.social-share-icon img {
    width: 14px;
}


/* side bar */
.sidebar {
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    font-family: 'Noto Sans', sans-serif;
}

/* Header */
.side-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px 10px 16px;
    border-bottom: 1px solid #f0f0f5;
    flex-shrink: 0;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-icon {
    width: 36px;
    height: 36px;
    background: #f0f2ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-icon svg {
    width: 18px;
    height: 18px;
    stroke: #5c6bc0;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header-text h2 {
    font-size: 13.5px;
    font-weight: 700;
    color: #1a1a2e;
    letter-spacing: 0.3px;
}

.header-text p {
    font-size: 11px;
    color: #8a8fa8;
    font-weight: 400;
    margin-top: 1px;
}

.live-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #e8f5e9;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    color: #2e7d32;
    letter-spacing: 0.5px;
}

.live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #43a047;
    animation: pulse 1.4s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.3);
    }
}

/* Voters bar */
.voters-bar {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    background: #f7f8fc;
    border-bottom: 1px solid #f0f0f5;
    flex-shrink: 0;
}

.voters-bar svg {
    width: 20px;
    height: 20px;
    fill: #5c6bc0;
    flex-shrink: 0;
}

.voters-bar span {
    font-size: 13px;
    color: #444;
    font-weight: 500;
}

.voters-bar strong {
    color: #1a1a2e;
    font-weight: 700;
}

/* Scrollable list area — shows 5 items, rest scroll */
.trend-list {
    max-height: 440px;
    /* ~5 items visible */
    overflow-y: auto;
    overflow-x: hidden;
}

/* Custom scrollbar */
.trend-list::-webkit-scrollbar {
    width: 6px;
}

.trend-list::-webkit-scrollbar-track {
    background: #f3f4f8;
}

.trend-list::-webkit-scrollbar-thumb {
    background: #d0d3e8;
    border-radius: 6px;
}

.trend-list::-webkit-scrollbar-thumb:hover {
    background: #a0a4c8;
}

/* Trend Items — each is an anchor link */
a.trend-item {
    display: flex;
    align-items: center;
    padding: 13px 16px;
    border-bottom: 1px solid #f3f4f8;
    cursor: pointer;
    transition: background 0.15s;
    gap: 11px;
    position: relative;
    text-decoration: none;
    color: inherit;
}

a.trend-item:hover {
    background: #f0f3ff;
}

a.trend-item:last-child {
    border-bottom: none;
}

.trend-indicator {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 3px;
    align-self: flex-start;
}

.ind-blue {
    background: #1e88e5;
}

.ind-green {
    background: #43a047;
}

.flag-icon {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f5f5f5;
}

.flag-icon img {
    width: 100%;
    height: 100%;
}

.trend-content {
    flex: 1;
    min-width: 0;
}

.trend-title {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.35;
    margin-bottom: 3px;
    font-family: 'Noto Sans', sans-serif;
}

.trend-sub {
    font-size: 12px;
    color: #1976d2;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.trend-sub.green {
    color: #388e3c;
}

.trend-meta {
    font-size: 11px;
    color: #9e9e9e;
    display: flex;
    align-items: center;
    gap: 4px;
}

.trend-meta .dot-sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #ccc;
    display: inline-block;
}

.chevron {
    color: #c5c7d4;
    font-size: 17px;
    flex-shrink: 0;
    margin-left: 4px;
}


/* Login new popup */

:root {
    --bg-overlay: rgba(10, 10, 20, 0.65);
    --modal-bg: #ffffff;
    --text-primary: #111827;
    --text-muted: #6b7280;
    --input-border: #e5e7eb;
    --input-focus: #3b6ef8;
    --radius: 14px;
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    --google-border: #dadce0;
    --line-green: #06c755;
    --kakao-yellow: #fee500;
    --vk-blue: #0077ff;
    --wechat-green: #07c160;
    --submit-blue: #1d4ed8;
}

/* Overlay */
.overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: var(--bg-overlay);
    backdrop-filter: blur(4px);
    overflow-y: auto;
    /* ← scroll when tall */
    padding: 40px 8px;
    z-index: 1000;
    font-family: 'Noto Sans', sans-serif;
}

.overlay.active {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    animation: fadeIn 0.25s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Modal */
.overlay .modal {
    background: var(--modal-bg);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    width: 100%;
    max-width: 420px;
    padding: 32px 50px 28px;
    position: relative;
    animation: slideUp 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    max-width: 400px;
}



/* Header */
.overlay .modal-header {
    text-align: center;
    /* margin-bottom: 10px; */
    border-bottom: 0;
    padding: 0;
    padding-bottom: 15px;
}

.overlay .modal-header h2 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 20px;
}

.overlay .modal-header p {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin-top: 3px;
    font-weight: 500;
}

/* Social Buttons — icon left-aligned, text centred in remaining space */
.social-btn {
    position: relative;
    /* for icon positioning */
    display: flex;
    align-items: center;
    width: 100%;
    padding: 11px 16px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: filter 0.15s, transform 0.12s, box-shadow 0.15s;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
    padding-left: 20px !important;
}

.social-btn:hover {
    filter: brightness(0.93);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.social-btn:active {
    transform: translateY(0);
    filter: brightness(0.88);
}

.btn-google {
    background: #fff;
    border: 1.5px solid var(--google-border);
    color: #3c4043;
    padding: 10.2px 16px;
}

.btn-line {
    background: var(--line-green);
    color: #fff;
}

.btn-kakao {
    background: var(--kakao-yellow);
    color: #3c1e1e;
}

.btn-vk {
    background: var(--vk-blue);
    color: #fff;
}

.btn-wechat {
    background: var(--wechat-green);
    color: #fff;
}

.social-btn i {
    font-size: 23px;
}

/* Icon — fixed 24 px block on the left edge */
.btn-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.btn-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

/* Label — takes remaining width, centred */
.btn-label {
    flex: 1;
    text-align: left;
    padding-left: 10px;
}

/* Divider */
.divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0 14px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--input-border);
}

/* Inputs */
.input-field {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #e0e0fd;
    border-radius: 10px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #999;
    background: #fbfcfd;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    margin-bottom: 10px;
}

.input-field::placeholder {
    color: #9ca3af;
}

.input-field:focus {
    border-color: var(--input-focus);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(59, 110, 248, 0.12);
}

/* Submit */
.submit-btn {
    width: 100%;
    padding: 12px;
    background: var(--submit-blue);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 4px;
    letter-spacing: 0.02em;
    transition: background 0.15s, transform 0.12s, box-shadow 0.15s;
}

.submit-btn:hover {
    background: #1e40af;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(29, 78, 216, 0.32);
}

.submit-btn:active {
    transform: translateY(0);
}

/* Footer */
.modal-footer {
    text-align: center;
    margin-top: 14px;
    font-size: 13px;
    color: var(--text-muted);
    line-height: 2.0;
    padding: 0;
    border: 0
}

.modal-footer a {
    color: var(--input-focus);
    text-decoration: none;
    font-weight: 600;
}

.modal-footer a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 440px) {
    .overlay .modal.modal {
        padding: 24px 14px 20px;
    }

    .modal-header h2 {
        font-size: 1rem;
    }

    .social-btn {
        font-size: 0.82rem;
        padding: 10px 12px;
    }

    .btn-icon {
        width: 20px;
        height: 20px;
    }

    .btn-icon svg {
        width: 20px;
        height: 20px;
    }
}




/* Signup popup  */

.popup {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 370px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    animation: popIn .35s cubic-bezier(.34, 1.56, .64, 1) both;
    font-family: 'Noto Sans', sans-serif;
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(.88) translateY(20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Tabs */
.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border-bottom: 1px solid #eef0f7;
    border-radius: 20px 20px 0 0;
    position: relative;
    background: #e6f0f2;
    /* padding-left: 40px; */
    width: 100%;
    gap: 20px;
}


.tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    text-decoration: none;
    transition: color .2s;
}

.tab svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.close-btn {
    position: absolute;
    right: 9px;
    top: 8px;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b718f;
    font-size: 14px;
    transition: background .2s;
}



/* Body */
.popup-body {
    padding: 18px 50px 22px;
    width: 100%;
    float: left;
}

.voter-count {
    font-size: 17px;
    font-weight: 600;
    color: #0b57d0;
    margin-bottom: 4px;
    width: 100%;
    text-align: center;
}

.voter-count::before {
    content: '●';
    color: #27ae60;
    margin-right: 5px;
    font-size: 17px;
}

.subtitle {
    font-size: 12px;
    color: #666;
    margin-bottom: 18px;
    text-align: center;
    font-weight: 500;
}

.field {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 11px;
}

.field-label {
    max-width: 55px;
    width: 100%;
    /* padding-top: 10px; */
    line-height: 1.3;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 400;
    color: #999;
}

.field-control {
    flex: 1;
    min-width: 0;
    position: relative;
}

.field-control select {
    width: 100%;
    padding: 13px 12px;
    border: 1.5px solid #e2e5f0;
    border-radius: 10px;
    font-family: inherit;
    font-size: 13px;
    color: #666;
    background: #fff;
    appearance: none;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}


.field-control input {
    width: 100%;
    padding: 10.5px 12px;
    border: 1.5px solid #e2e5f0;
    border-radius: 10px;
    font-family: inherit;
    font-size: 13px;
    color: #666;
    background: #fff;
    appearance: none;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

.field-control select:focus,
.field-control input:focus {
    border-color: #3d54d6;
    box-shadow: 0 0 0 3px rgba(61, 84, 214, .10);
}

.select-wrap {
    position: relative;
}

.select-wrap::after {
    content: '';
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #a0a5bf;
}

/* ── Custom Country Dropdown ── */
.cs-wrap {
    position: relative;
}

.cs-trigger {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 32px 11px 10px;
    border: 1.5px solid #e2e5f0;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    user-select: none;
    font-size: 13px;
    color: #1a1d35;
    transition: border-color .2s, box-shadow .2s;
}

.cs-trigger:hover,
.cs-wrap.open .cs-trigger {
    border-color: #3d54d6;
    box-shadow: 0 0 0 3px rgba(61, 84, 214, .10);
}

.cs-trigger .t-flag {
    width: 24px;
    height: 17px;
    border-radius: 3px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid #eee;
}

.cs-trigger .t-name {
    flex: 1;
}

.cs-trigger .t-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #a0a5bf;
    transition: transform .2s;
    pointer-events: none;
}

.cs-wrap.open .t-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.cs-panel {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border: 1.5px solid #e2e5f0;
    border-radius: 12px;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.cs-wrap.open .cs-panel {
    display: block;
}

.cs-search-box {
    padding: 8px 10px;
    border-bottom: 1px solid #f0f2f8;
}

.cs-search-box input {
    width: 100%;
    padding: 7px 10px;
    border: 1.5px solid #e2e5f0;
    border-radius: 8px;
    font-family: inherit;
    font-size: 12.5px;
    outline: none;
    transition: border-color .2s;
}

.cs-search-box input:focus {
    border-color: #3d54d6;
}

.cs-list {
    max-height: 210px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #d0d3e8 #f3f4f8;
}

.cs-list::-webkit-scrollbar {
    width: 4px;
}

.cs-list::-webkit-scrollbar-track {
    background: #f3f4f8;
}

.cs-list::-webkit-scrollbar-thumb {
    background: #d0d3e8;
    border-radius: 4px;
}

.cs-opt {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 12px;
    cursor: pointer;
    font-size: 13px;
    color: #1a1d35;
    transition: background .12s;
}

.cs-opt:hover {
    background: #f0f3ff;
}

.cs-opt.selected {
    background: #eef1ff;
    font-weight: 600;
    color: #3d54d6;
}

.cs-opt img {
    width: 30px;
    border-radius: 3px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid #eee;
}

.cs-empty {
    padding: 14px;
    text-align: center;
    font-size: 12px;
    color: #aaa;
}

/* Gender */
.gender-group {
    display: flex;
    gap: 8px;
}

.gender-btn {
    flex: 1;
    padding: 10.5px 10px;
    border: 1.5px solid #e2e5f0;
    border-radius: 10px;
    background: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.gender-btn.active {
    background: #f0f3ff;
    border-color: #3d54d6;
    color: #3d54d6;
    font-weight: 700;
}

.gender-btn .check {
    display: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #3d54d6;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gender-btn.active .check {
    display: flex;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.cta-btn {
    width: 100%;
    padding: 12px;
    margin-top: 18px;
    background: #0b57d0;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(61, 84, 214, .35);
    transition: opacity .2s, transform .15s;
}

.cta-btn:hover {
    opacity: .92;
    transform: translateY(-1px);
}

.footer-text {
    margin-top: 12px;
    text-align: center;
    font-size: 11.5px;
    color: #9da0b8;
    line-height: 1.7;
}

.footer-text a {
    color: #3d54d6;
    font-weight: 600;
    text-decoration: none;
}

.footer-text a:hover {
    text-decoration: underline;
}

/* ── Overlay ── */
.overlay-signup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 999;
    padding: 24px 8px;
    justify-content: center;
    align-items: center;
}

.overlay-signup.active {
    display: flex;
}

.overlay-signup .popup {
    width: 100%;
    height: fit-content;
    align-self: flex-start;
    max-width: 450px;
}

/* ── Trigger page ── */
.page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.page p {
    font-size: 15px;
    color: #555;
    font-family: 'Noto Sans', sans-serif;
}

.trigger-link {
    display: inline-block;
    padding: 13px 32px;
    background: linear-gradient(135deg, #2c3eaa, #3d54d6);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(61, 84, 214, .35);
    transition: opacity .2s, transform .15s;
}

.trigger-link:hover {
    opacity: .9;
    transform: translateY(-1px);
}

a.vote-btn svg {
    fill: #333;
}

a:hover.vote-btn svg {
    fill: #fff;
}

a.latest-see-results svg {
    fill: #fff;
}

a:hover.latest-see-results svg {
    fill: #fff;
}

.dynamic-image {
    width: auto;
    float: right;
    margin-right: 15px;
}

.dynamic-image {
    height: 36px;
    width: auto;
    margin-top: 4px;
}

.tick-box {
    width: 25px;
    height: 25px;
    background: #28a745;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 30px;
    border: 1px solid #fff;
}

.tick-box::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4.5px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}



/* user dashboard */


    /* ── Profile Card Left ── */
    .profile-card-left {
      flex: 1 1 0;
      /* padding: 28px 20px 20px; */
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }

   .profile-wrapper {
      display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        width: 100%;
    } 

    /* ── Profile Card (left column) ── */
    .profile-card {
      flex: 1 1 220px;
      padding: 28px 20px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      border-right: 1px solid #eee;
    }

    /* ── Profile Card Right (right column) ── */
    .profile-card-right {
      flex: 1 1 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: end;
      gap: 10px;
    }

  

    .avatar-wrap {
      position: relative;
      width: 60px;
      height: 60px;

    }
    .avatar {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #d8dce4;
      display: flex;
      align-items: center;
      justify-content: center;
    overflow: hidden;
    cursor: pointer;
    }

    .avatar img {
        max-width: 100%;
    }

    .avatar svg { opacity: 0.55; }
    .avatar-edit {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .username-row {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 14px;
      color: #999999;
    }

    .user-name-main {
        color: #666;
    }

    .edit-icon svg {
        fill: #999;
    }

    .username-row span { font-weight: 500; }
    .edit-icon { cursor: pointer; color: #888; }

    .profile-actions {
      display: flex;
      gap: 24px;
      flex-wrap: wrap;
      justify-content: center;
    }
    .profile-actions a {
      font-size: 14px;
      color: #444;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 5px;
      font-weight: 500;
    }
    .profile-actions a:hover { color: #111; }

    /* ── Socials ── */
    .socials {
      display: flex;
      gap: 16px;
      align-items: center;
    }
    .socials a {
      color: #333;
      text-decoration: none;
      display: flex;
      align-items: center;
    }
    .socials a:hover { color: #000; }
    .socials svg { width: 25px; height: 25px; }
    .socials .link-icon { color: #888; cursor: pointer; }

    /* ── Stats Row ── */
    .stats-row {
      display: flex;
      gap: 4px;
      width: 100%;
      padding: 0;
      justify-content: center;
    }
    .stat {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 7px 12px;
      font-size: 14px;
      color: #999999;
      border: 1px solid #e1edf2;
      border-radius: 10px;
      background: #fff;
    }
    .stat:last-child { border-right: none; }
    .stat strong {
      color: #666;
      font-weight: 600;
      font-size: 16px;
    }

    /* ── Create Poll Button ── */
    .create-btn {
      display: block;
      width: 100%;
      margin: 30px auto 0;
      background: #0000ff;
      color: #fff;
      border: none;
      border-radius: 20px;
      padding: 10px;
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      text-align: center;
      transition: background 0.18s;
    }
    .create-btn:hover { background: #1519b5; }

    /* ── Tabs ── */
    .tabs-user-dahsboard {
      display: flex;
      justify-content: center;
      gap: 10px;
      padding: 24px 0 13px 0;
    }
    .tab-user-dahsboard {
      padding: 8px 22px;
      border-radius: 20px;
      border: 1.5px solid #d0d3db;
      background: #fff;
      font-size: 14px;
      font-weight: 500;
      color: #444;
      cursor: pointer;
      transition: all 0.15s;
    }
     .tab-user-dahsboard:hover {
      background: #fff;
      border-color: #b5b4b3;
      color: #2222ff;
    }

    .tab-user-dahsboard.active {
    background: #d2e2fb;
      border-color: #b5b4b3;
      color: #666;
    }
    

    /* ── Poll List ── */
    .poll-list {
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .poll-card {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      display: flex;
      align-items: stretch;
      box-shadow: 0 1px 3px rgba(0,0,0,0.07);
      padding: 20px;
      border: 1px solid #efefee;
    }

    /* Collage thumb */
    .poll-thumb {
    max-width: 177px;
    width: 100%;
    }

    .poll-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 5px;
    }

    .poll-body {
      flex: 1;
      padding: 5px 0 0 10px;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .poll-meta {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      color: #999;
    }
    .badge-user-dashboard {
      font-size: 14px;
      font-weight: 700;
    }
    .badge-user-dashboard.in-review  { color: #ff9900; }
    .badge-user-dashboard.live       { color: #33cc33; }
    .badge-user-dashboard.issue      { color: #ff3300; }

    .poll-title-user-dashboard {
      font-size: 16px;
      font-weight: 600;
      color: #1a1a1a;
      line-height: 1.35;
    }
    .poll-title-user-dashboard.live-link {
      color: #0000ff;
    }

    .poll-stats {
      display: flex;
      align-items: center;
      gap: 14px;
      font-size: 12px;
      color: #777;
      margin-top: 2px;
    }
    .poll-stats span {
      display: flex;
      align-items: center;
      gap: 4px;
      font-size: 14px;
      color: #999;
      font-weight: 500;
    }

    .stats-votes {
        font-size: 15px !important;
        color: #666 !important;
    }

    .poll-actions {
      display: flex;
      align-items: flex-end;
      padding: 0;
      gap: 12px;
      flex-shrink: 0;
      margin-top: 5px;
    }
    .poll-actions button {
      background: none;
      border: none;
      cursor: pointer;
      color: #888;
      display: flex;
      align-items: center;
      gap: 4px;
      font-size: 13px;
      padding: 4px 6px;
      border-radius: 6px;
      transition: background 0.12s;
    }
    .poll-actions button:hover { background: #f0f2f5; color: #333; }

    /* disabled / grayed edit */
    .poll-actions button.disabled {
      opacity: 0.35;
      pointer-events: none;
    }

    /* ── SVG Icons inline ── */
    .ic { display: inline-flex; align-items: center; }


    .user-dashboard {
    max-width: 600px;
    width: 100%;
    display: table;
    margin: 0 auto;
    padding-top: 50px;
    font-family: "Outfit", sans-serif;
    }

    .poll-body-bottom {
        display: flex;
    }


    /* changes password */

     .open-btn-change-password {
      background: #2563eb;
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 12px 28px;
      font-size: 15px;
      font-weight: 500;
      cursor: pointer;
      transition: background 0.15s;
    }
    .open-btn-change-password:hover { background: #1d4ed8; }

    .overlay-change-password {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1000;
      align-items: center;
      justify-content: center;
      padding: 8px;
      animation: fadeIn 0.18s ease;
    }
    .overlay-change-password.active { display: flex; }

    @keyframes fadeIn {
      from { opacity: 0; }
      to   { opacity: 1; }
    }

    .modal-change-password {
        font-family: "Outfit", sans-serif;
      background: #fff;
      border-radius: 16px;
      padding: 2rem 1.75rem 1.75rem;
      width: 100%;
      max-width: 440px;
      position: relative;
      animation: slideUp 0.2s ease;
    }

    @keyframes slideUp {
      from { transform: translateY(20px); opacity: 0; }
      to   { transform: translateY(0);    opacity: 1; }
    }

    .close-btn-change-password {
         position: absolute;
    font-weight: 200;
    top: 0;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    color: #6b7280;
    font-size: 50px;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 6px;
    transition: background 0.12s, color 0.12s;
    }
    

    .modal-title-change-password {
      font-size: 19px;
      font-weight: 600;
      text-align: center;
      color: #111827;
      margin-bottom: 1.5rem;
    }

    .field-change-password { margin-bottom: 1rem; }

    .input-wrap-change-password { position: relative; }

    .input-wrap-change-password input {
      width: 100%;
      height: 46px;
      padding: 0 44px 0 14px;
      font-size: 15px;
      border: 1.5px solid #d1d5db;
      border-radius: 8px;
      background: #fff;
      color: #111827;
      outline: none;
      transition: border-color 0.15s, box-shadow 0.15s;
    }
    .input-wrap-change-password input::placeholder { color: #9ca3af; }
    .input-wrap-change-password input:focus {
      border-color: #2563eb;
      box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
    }

    .eye-btn-change-password {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      cursor: pointer;
      color: #9ca3af;
      font-size: 18px;
      line-height: 1;
      padding: 0;
      display: flex;
      align-items: center;
    }
    .eye-btn-change-password:hover { color: #374151; }

    .save-btn-change-password {
      width: 100%;
      height: 46px;
      background: #2563eb;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-size: 15px;
      font-weight: 500;
      cursor: pointer;
      margin-top: 0.5rem;
      transition: background 0.15s;
    }
    .save-btn-change-password:hover  { background: #1d4ed8; }
    .save-btn-change-password:active { transform: scale(0.99); }



    .trigger-link-user-name {
      color: #2563eb;
      font-size: 15px;
      text-decoration: underline;
      cursor: pointer;
    }
    .trigger-link-user-name:hover { color: #1d4ed8; }

    .overlay-user-name {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.45);
      z-index: 1000;
      align-items: center;
      justify-content: center;
      padding: 8px;
      animation: fadeIn-user-name 0.18s ease;
    }
    .overlay-user-name.active { display: flex; }

    @keyframes fadeIn-user-name {
      from { opacity: 0; }
      to   { opacity: 1; }
    }

    .modal-user-name {
      background: #fff;
      border-radius: 16px;
      padding: 2rem 1.75rem 1.75rem;
      width: 100%;
      max-width: 440px;
      position: relative;
      animation: slideUp-user-name 0.2s ease;
       font-family: "Outfit", sans-serif;
    }

    @keyframes slideUp-user-name {
      from { transform: translateY(16px); opacity: 0; }
      to   { transform: translateY(0);    opacity: 1; }
    }

    .close-btn-user-name {
      position: absolute;
    font-weight: 200;
    top: 0;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    color: #6b7280;
    font-size: 50px;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 6px;
    transition: background 0.12s, color 0.12s;
    }


    .modal-title-user-name {
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      color: #111827;
      margin-bottom: 0.6rem;
    }

    .handle-link-user-name {
      display: block;
      text-align: center;
      color: #3333cc;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 0.85rem;
      text-decoration: none;
      text-decoration: none;
    }

    .handle-link-user-name, .handle-link-user-name:hover, .handle-link-user-name:focus {
        text-decoration: none;
        color: #3333cc;
    }

    .description-user-name {
      font-size: 13.5px;
      color: #6b7280;
      text-align: center;
      line-height: 1.6;
      margin-bottom: 1.25rem;
    }

    .input-wrap-user-name {
      display: flex;
      align-items: center;
      border: 1px solid #d1d5db;
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 1rem;
      background: #fff;
      padding: 10px;
    }
    .input-wrap-user-name:focus-within { border-color: #2563eb; }
    .input-wrap-user-name.err-user-name { border-color: #ef4444; }

    .input-prefix-user-name {
      padding: 0 1px 0 0;
      font-size: 14px;
      color: #9ca3af;
      /* white-space: nowrap;
      user-select: none; */
      width: 86px;
    }

    .input-wrap-user-name input {
      flex: 1;
      height: 30px;
      padding: 0 14px 0 0;
      font-size: 15px;
      font-weight: 600;
      color: #2222d3;
      border: none;
      outline: none;
      background: transparent;
      width: calc(100% - 86px);
    }

    .err-msg-user-name {
      display: none;
      font-size: 13px;
      color: #ef4444;
      text-align: center;
      margin-bottom: 0.75rem;
    }
    .err-msg-user-name.show { display: block; }

    .save-btn-user-name {
      width: 100%;
      height: 46px;
      background: #2563eb;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.15s;
    }
    .save-btn-user-name:hover { background: #1d4ed8; }
    .save-btn-user-name:active { transform: scale(0.99); }
    .save-btn-user-name:disabled { opacity: 0.6; cursor: not-allowed; }


    /* Overlay */
    .overlay-social-pop {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      align-items: center;
      justify-content: center;
      z-index: 100;
      padding: 8px;
    }
    .overlay-social-pop.open { display: flex; }

    /* Modal */
    .modal-social-pop {
      background: #fff;
      border-radius: 20px;
      padding: 28px 24px 24px;
      width: 100%;
      max-width: 420px;
      position: relative;
      animation: popIn 0.2s ease;
    }
    @keyframes popIn {
      from { transform: scale(0.95); opacity: 0; }
      to   { transform: scale(1);    opacity: 1; }
    }

    .close-btn-social-pop {
      position: absolute;
      top: 16px;
      right: 16px;
      background: none;
      border: none;
      cursor: pointer;
      color: #6b7280;
      font-size: 22px;
      line-height: 1;
      padding: 2px;
    }
    .close-btn-social-pop:hover { color: #111; }

    .modal-social-pop h2 {
      text-align: center;
      font-size: 17px;
      font-weight: 600;
      color: #111827;
      margin-bottom: 4px;
    }
    .modal-social-pop p.subtitle-social-pop {
      text-align: center;
      font-size: 13px;
      color: #6b7280;
      margin-bottom: 20px;
    }

    /* Fields */
    .field-social-pop {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 12px;
    }
    .field-social-pop i {
      font-size: 22px;
      color: #111827;
      width: 26px;
      text-align: center;
      flex-shrink: 0;
    }
    .field-social-pop input {
      flex: 1;
      height: 42px;
      border-radius: 10px;
      border: 1px solid #d1d5db;
      background: #fff;
      color: #111827;
      font-size: 14px;
      padding: 0 12px;
      outline: none;
      transition: border-color 0.15s, box-shadow 0.15s;
    }
    .field-social-pop input:focus {
      border-color: #2563eb;
      box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    }
    .field-social-pop input::placeholder { color: #9ca3af; }

    .save-btn-social-pop {
      width: 100%;
      height: 50px;
      border-radius: 999px;
      background: #2563eb;
      color: #fff;
      border: none;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      margin-top: 10px;
      transition: background 0.15s;
    }
    .save-btn-social-pop:hover { background: #1d4ed8; }




     .trigger-btn-update-profile {
      background: #2563eb;
      color: #fff;
      border: none;
      border-radius: 999px;
      padding: 14px 36px;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      transition: background 0.15s;
    }
    .trigger-btn-update-profile:hover { background: #1d4ed8; }

    .overlay-update-profile {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.45);
      align-items: center;
      justify-content: center;
      z-index: 100;
      padding: 8px;
    }
    .overlay-update-profile.open { display: flex; }

    .modal-update-profile {
      background: #fff;
      border-radius: 20px;
      padding: 24px 24px 20px;
      width: 100%;
      max-width: 440px;
      position: relative;
      animation: popIn 0.2s ease;
    }
    @keyframes popIn {
      from { transform: scale(0.95); opacity: 0; }
      to   { transform: scale(1);    opacity: 1; }
    }

    .modal-update-profile-header-update-profile {
      text-align: center;
      margin-bottom: 20px;
      position: relative;
    }
    .modal-update-profile-header-update-profile h2 {
      font-size: 17px;
      font-weight: 600;
      color: #111827;
    }
    .close-btn-update-profile {
      position: absolute;
      top: 0;
      right: 0;
      background: none;
      border: none;
      cursor: pointer;
      color: #6b7280;
      font-size: 20px;
      line-height: 1;
      padding: 0;
    }
    .close-btn-update-profile:hover { color: #111; }

    .form-row-update-profile {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
      gap: 10px;
    }
    .form-label-update-profile {
      font-size: 13px;
      color: #374151;
      width: 72px;
      flex-shrink: 0;
      text-align: right;
      line-height: 1.3;
    }
    .form-control-update-profile { flex: 1; }

    .form-control-update-profile input[type="text"],
    .form-control-update-profile input[type="email"],
    .form-control-update-profile input[type="number"] {
      width: 100%;
      height: 40px;
      border-radius: 8px;
      border: 1px solid #d1d5db;
      background: #fff;
      color: #111827;
      font-size: 14px;
      padding: 0 12px;
      outline: none;
      transition: border-color 0.15s, box-shadow 0.15s;
    }
    .form-control-update-profile input::placeholder { color: #9ca3af; }
    .form-control-update-profile input:focus {
      border-color: #2563eb;
      box-shadow: 0 0 0 3px rgba(37,99,235,0.12);
    }

    .form-control-update-profile select {
      width: 100%;
      height: 40px;
      border-radius: 8px;
      border: 1px solid #d1d5db;
      background: #fff;
      color: #111827;
      font-size: 14px;
      padding: 0 12px;
      outline: none;
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 10px center;
      cursor: pointer;
      transition: border-color 0.15s;
    }
    .form-control-update-profile select:focus {
      border-color: #2563eb;
      box-shadow: 0 0 0 3px rgba(37,99,235,0.12);
    }

    /* Custom country dropdown */
    .country-wrapper-update-profile { position: relative; flex: 1; }

    .country-display-update-profile {
      width: 100%;
      height: 40px;
      border-radius: 8px;
      border: 1px solid #d1d5db;
      background: #fff;
      color: #111827;
      font-size: 14px;
      padding: 0 32px 0 10px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 8px;
      user-select: none;
      transition: border-color 0.15s, box-shadow 0.15s;
    }
    .country-display-update-profile:focus { outline: none; border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,0.12); }
    .country-display-update-profile img.cflag-update-profile {
      width: 24px;
      height: 16px;
      object-fit: cover;
      border-radius: 2px;
      border: 0.5px solid #e5e7eb;
      flex-shrink: 0;
    }
    .country-display-update-profile span { flex: 1; }
    .country-display-update-profile .chevron {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      color: #6b7280;
    }

    .country-dropdown-update-profile {
      display: none;
      position: absolute;
      top: calc(100% + 4px);
      left: 0;
      right: 0;
      background: #fff;
      border: 1px solid #d1d5db;
      border-radius: 10px;
      z-index: 200;
      box-shadow: 0 4px 16px rgba(0,0,0,0.1);
      overflow: hidden;
    }
    .country-dropdown-update-profile.open { display: block; }

    .country-search-update-profile-wrap-update-profile {
      padding: 8px 10px;
      border-bottom: 1px solid #f0f0f0;
      position: relative;
    }
    .country-search-update-profile-wrap-update-profile svg {
      position: absolute;
      left: 18px;
      top: 50%;
      transform: translateY(-50%);
      color: #9ca3af;
      pointer-events: none;
    }
    .country-search-update-profile {
      width: 100%;
      height: 34px;
      border-radius: 6px;
      border: 1px solid #e5e7eb;
      background: #f9fafb;
      color: #111827;
      font-size: 13px;
      padding: 0 10px 0 32px;
      outline: none;
      transition: border-color 0.15s;
    }
    .country-search-update-profile:focus { border-color: #2563eb; background: #fff; }
    .country-search-update-profile::placeholder { color: #9ca3af; }

    .country-list-update-profile {
      max-height: 180px;
      overflow-y: auto;
    }
    .country-option-update-profile {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      cursor: pointer;
      font-size: 14px;
      color: #111827;
      transition: background 0.1s;
    }
    .country-option-update-profile:hover { background: #f3f4f6; }
    .country-option-update-profile.selected { background: #eff6ff; color: #2563eb; font-weight: 500; }
    .country-option-update-profile img.cflag-update-profile {
      width: 24px;
      height: 16px;
      object-fit: cover;
      border-radius: 2px;
      border: 0.5px solid #e5e7eb;
      flex-shrink: 0;
    }
    .country-no-result-update-profile {
      padding: 12px;
      text-align: center;
      font-size: 13px;
      color: #9ca3af;
    }

    /* Gender toggle */
    .gender-toggle-update-profile { display: flex; gap: 8px; flex: 1; }
    .gender-btn-update-profile {
      flex: 1;
      height: 40px;
      border-radius: 8px;
      border: 1px solid #d1d5db;
      background: #fff;
      color: #374151;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.15s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      position: relative;
    }
    .gender-btn-update-profile.active {
      background: #dbeafe;
      border-color: #93c5fd;
      color: #1d4ed8;
      font-weight: 500;
    }
    /* Tick icon — always in DOM, hidden when not active */
    .gender-btn-update-profile .tick {
      display: none;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #2563eb;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .gender-btn-update-profile .tick svg { display: block; }
    .gender-btn-update-profile.active .tick { display: inline-flex; }

    .save-btn-update-profile {
      width: 100%;
      height: 50px;
      border-radius: 999px;
      background: #2563eb;
      color: #fff;
      border: none;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      margin-top: 14px;
      transition: background 0.15s;
    }
    .save-btn-update-profile:hover { background: #1d4ed8; }


@media only screen and (max-width: 1400px) {
    .search-block {
        margin-right: 80px;
        max-width: 450px;
    }
}

@media only screen and (max-width: 1280px) {
    .new-home-right {
        display: block;
    }

    .new-home-poll-box-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .new-home-middle {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1230px) {
    .search-block {
        margin-right: 25px;
        max-width: 260px;
    }


}

@media screen and (min-width: 1024px) and (max-width: 1230px) {
    .new-top-left {
        margin-left: 15px;
    }

    .new-top-right {
        margin-right: 15px;
    }

}


@media only screen and (max-width: 1022px) {
    .vote-sticky {
        display: none;
    }

    .before-voting-sticky,
    .vote-now-sticky,
    .share-this-poll-sticky,
    .details-sticky {
        display: block;
    }

    .please-vote-see-section-details a {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 980px) {

    .new-poll-box-container {
        max-width: 500px;
        padding: 0 25px;
    }

    .new-top {
        padding: 25px;
    }

    .new-top-left {
        width: 100%;
        padding-right: 0;
        margin-top: 0;
        padding: 0;
    }

    .new-top-right {
        max-width: 100%;
        margin-top: 25px;
    }

    .search-block {
        display: none;
    }

    .side-tabs ul {
        gap: 5px;
    }


    .new-home-poll-box-main>.latest-home-poll-box {
        width: 48%;
    }

    .new-poll-box-container {
        max-width: inherit;
    }

    .side-tabs ul li {
        white-space: nowrap;
    }

    .side-tabs ul {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }


    .new-home-right {
        display: none;
    }

    .new-home-poll-box-main {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .new-home-left {
        display: none;
    }

    .new-top {
        padding: 15px;
        padding-top: 30px;
    }

    .new-top-left {
        width: 100%;
        padding-right: inherit;
        margin-top: 0;
    }

    .new-top-left h2 {
        max-width: 340px;
        font-size: 25px;
    }

    .new-top-left h1 {
        font-size: 20px;
    }

    .new-top-left ul {
        float: left;
    }

    .new-top-left h2,
    .new-top-left p {
        text-align: left;
    }

    .new-top-left h2 {
        line-height: 30px;
    }

    .new-top-left h4 {
        line-height: 38px;
    }

    .new-poll-box-container {
        padding: 0;
    }

    .foo-logo {
        padding: 0 50px;
    }

    .foo-logo-caption {
        font-size: 20px;
        padding: 0;
        max-width: 250px;
        margin: 0 auto;
        float: inherit;
    }

    .foo-links {
        padding: 10px 0;
        max-width: 300px;
        margin: 0 auto;
        float: inherit;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .footer {
        padding-top: 75px;
    }

    .brand-ic-container {
        margin-left: -37px;
        top: -37px;
    }

    .brand-ic {
        width: 75px;
        height: 75px;
    }

    .brand-ic img {
        width: 40px;
    }

    .latest-home-poll-box-bootm-section .bottom-section-right {
        width: 40%;
    }

    .latest-home-poll-box-bootm-section .bottom-section-left {
        width: 60%;
    }


    .latest-home-poll-box-bootm-section .bottom-section-right a {
        font-size: 14px;
    }

    .latest-home-poll-box-botom-section-right-bottom div:last-child {
        display: none;
    }

    .country-flag {
        display: none;
    }

    .hambergur-menu {
        width: 100%;
    }

    .mobile-display .home-country {
        float: left;
        width: 100px;
    }

    .home-country {
        float: left;
    }

    .home-country>.select-home span {
        right: 15px;
    }

    .home-country>.select-home {
        background-color: #ededed;
        border: 1px solid #cad9e0 !important;
    }

    .mobile-poll-code {
        float: right;
        padding: 8px 15px 0 15px;
    }

    .mobile-poll-code img {
        width: 30px;
    }

    .m-explore-topics {
        width: 100%;
        margin: 0;
    }

    .m-explore-topics a {
        background-color: #cad9e0;
        border: 1px solid #cad9e0;
        font-size: 11px;
        font-family: "Noto Sans", sans-serif;
        color: #333;
        position: relative;
        padding: 0 15px;
        line-height: 33px;
    }

    .m-explore-topics a span.caret-up {
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: relative;
        margin-bottom: 2px;
        margin-left: 5px;
    }

    .new-main-feed-menu {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .new-main-feed-menu ul {
        gap: 4px;
        /* mobile swipe */
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
    }

    .new-main-feed-menu ul li,
    .new-main-feed-menu ul li:hover {
        background-color: #f8f8f8;
        border: 1px solid #cad9e0;
        border-radius: 6px;
        white-space: nowrap;
        /* keep text in one line */
        font-size: 12px;
        font-family: "Noto Sans", sans-serif;
        color: #333;
    }

    .new-main-feed-menu ul li.active,
    .new-main-feed-menu ul li:hover.active {
        background-color: #cad9e0;
        color: #333;
    }

    .mobile-poll-code-open {
        display: none;
    }

    .foo-logo img {
        width: 175px;
    }

    .header-bottom-banner {
        padding-bottom: 20px;
    }

    .create-poll a::after {
        background: none;
    }

    .create-poll {
        text-indent: inherit;
        margin-top: 5px;
        padding-right: 15px;
        padding-right: 25px;
    }

    .create-poll span {
        font-size: inherit;
        padding: inherit;
        float: inherit;
        margin: 0 auto;
    }

    .create-poll a {
        background-color: #0b65f6;
        width: auto;
        border-radius: 10px;
        font-size: 13px;
        font-family: "Outfit", sans-serif;
        color: #fff;
        width: 100px;
        height: 30px;
        text-align: center;
        border: 1px solid #d4d9dd;
    }

    .create-poll a strong {
        font-weight: 500;
        font-size: 20px;
    }

    .head-save,
    .head-poll-count {
        margin-right: 15px;
    }

    .login a {
        width: 70px;
    }

    .sign-up a {
        background-color: #465fff;
        width: 80px;
        margin-left: 0;
    }

    .header .home-country {
        min-width: 80px;
    }

    .enter-poll-code-container {
        width: calc(100% - 30px);
        border: 1px solid #cccccc;
        border-radius: 20px;
        float: left;
        overflow: hidden;
        margin-top: 10px;
        ;
        /* position: absolute; */
        top: 50px;
        left: 0;
        margin-left: 15px;
        margin-bottom: 9px;
    }

    .login {
        margin-left: 0;
    }

    .new-poll-box-container {
        margin: 0 auto;
        float: none;
    }

    .latest-home-poll-box-image img {
        width: 100%;
    }


    .sticky-add-in-mobile {
        display: block;
    }

    .comments-but {
        display: none;
    }

    .share-but span {
        display: none;
    }

    .new-home-poll-box-main>.latest-home-poll-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .new-home-poll-box-main>div:nth-child(3n) {
        margin-right: 0
    }

    .new-home-poll-box-main>div:nth-child(2n) {
        margin-right: 0
    }

}

@media only screen and (max-width: 520px) {
    .user-dashboard {
        padding-left: 8px;
        padding-right: 8px;
  
    }
     .profile-card-left {
        border-right: none;
       
      }
       .profile-wrapper {
        flex-direction: column;
         gap: 20px;
      }
      .profile-card {
        border-right: none;
        border-bottom: 1px solid #eee;
      }
      .profile-card-right {
        align-items: center;
      }

      .poll-card {
        flex-direction: column;
      }

      .poll-body {
            padding: 5px 0 0 0;
      }

      .poll-thumb {
    max-width: 100%;
    width: 100%;
}
}


@media only screen and (max-width: 480px) {

    .profile-card-left {
      gap: 20px;
    }

     .profile-card-right {
      gap: 20px;
    }


     .modal-update-profile { padding: 20px 16px 18px; border-radius: 16px; }
      .form-label-update-profile { width: 60px; font-size: 12px; }

    .modal-social-pop { padding: 24px 16px 20px; border-radius: 16px; }
      .modal-social-pop h2 { font-size: 16px; }

      .modal-user-name { padding: 1.5rem 1.25rem 1.25rem; }
      .modal-title-user-name { font-size: 16px; }
      .input-wrap-user-name input { font-size: 16px; width: calc(100% - 86px);}

     .modal-change-password { padding: 1.5rem 1.25rem 1.25rem; border-radius: 14px; }
      .modal-title-change-password { font-size: 17px; }
      .input-wrap-change-password input { font-size: 16px; }

    .cs-panel {
    position: fixed;
    top: 0;
    height: 100%;
    }
    .cs-list {
    max-height: 100%;
    }
    .btn-icon {
        margin-left: 25px;
    }
    .card-title {
        min-height: auto;
        max-height: none;
        overflow: visible;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }

    .popup-body {
        padding: 18px 20px 22px;
    }

    .new-home-poll-box-main {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

    .country-flag-container {
        padding: 0;
        margin-bottom: 10px;
    }

    .latest-mobile-sharing {
        margin-left: inherit;
        left: inherit;
        max-width: 100%;
    }

    .please-vote-see-section-details a {
        padding: 0 10px;
    }

    .comments-popup {
        -webkit-border-top-left-radius: 50px;
        -webkit-border-top-right-radius: 50px;
        -moz-border-radius-topleft: 50px;
        -moz-border-radius-topright: 50px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    .comments-popup .comments-body {
        padding: 5px;
    }
}

@media only screen and (max-width: 360px) {
    .please-vote-see-section-details a {
        padding: 0 10px;
    }

      .stat { padding: 0 10px; font-size: 12.5px; }
      .poll-thumb { max-width: 100%; }
      .poll-title { font-size: 13px; }
}

.change-password-form.center-btn {
    width: 40%;
    margin: 10px auto;
    float: none;
}