@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');

.country-flag {
    margin-left: 15px;
    width: auto;
    margin-top: 12px;
}

.search-block {
    max-width: 500px;
    overflow: hidden;
    background-color: #fff !important;
    border: 1px solid #d4d9dd !important;
    margin-top: 3px;
    margin-right: 160px;
}


.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: #666;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 10px;
}

.new-top-left h1 {
    font-size: 31px;
    color: #0033ff;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 13px;
}

.new-top-left h2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 31px;
    font-weight: 500;
    margin-bottom: 15px;
}

.new-top-left h4 {
    font-size: 21px;
    color: #0033ff;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
    margin-top: 13px;
    margin-bottom: 25px;
}

.new-top-left {
    width: calc(100% - 530px);
    padding-right: 75px;
    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 black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 9px;

}

.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;
}

.new-poll-box-container {
    max-width: 550px;
    padding: 0 50px;
}

.new-home-right {
    width: 336px;
}

.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 {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
}

.save-icon img {
    width: 20px !important;
    margin-top: 9px;
}

.social-share-icon {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    float: right;
    text-align: center;
    cursor: pointer;
}

.social-share-icon img {
    width: 20px !important;
    margin-top: 9px;
}

.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%;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    padding: 0 30px 0 30px;
}

.latest-home-poll-box-bootm-section img {
    width: 13px;
    margin-top: -4px;
}

.latest-home-poll-box-bootm-section a {
    background-color: #0b65f6;
    border: 1px solid #d4d9dd;
    width: 100%;
    border-radius: 30px;
    padding: 12px 10px;
    text-align: center;
    float: left;
    color: #fff;
    text-decoration: none;
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.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: #034fca;
    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: 180px;
}

.header .home-country>.select-home {
    height: 33px;
    font-size: 14px;
}

.header .home-country>.select-home .display-flag img {
    width: 100%;
    height: 32px;
}

.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;
}

.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;
}

.vote-now-sticky {
    width: 80px;
    height: 40px;
    position: fixed;
    right: 0;
    bottom: 230px;
    right: 0;
    bottom: 230px;

}

.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;
}

.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;
}

.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: 8px;
}

.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: space-between;
    margin: 0 auto;
}

.please-vote-see-section-details a {
    background-color: #d6e4ea;
    color: #000;
    padding: 0 13px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    height: 32px;
    border: 0;
    outline: none;
    line-height: 31px;
}

.please-vote-see-section-details a.vote-see-results-but {
    background-color: #ee1910;
    color: #fff;
}

.please-vote-see-section-details a.vote-see-results-but-after span {
    font-size: 18px;
    font-weight: 600;
    float: left;
    margin-right: 5px;
}

.please-vote-see-section-details a img {
    width: 18px;
    float: left;
    margin-top: 6px;
    margin-right: 3px;
}

.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: 12px;
    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;
}


.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;
}



@media only screen and (max-width: 1400px) {
    .search-block {
        margin-right: 80px;
        max-width: 450px;
    }
}


@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-home-left {
        display: block;
    }

    .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;
    }

}



@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-poll-box-container {
        padding: 0 15px;
    }

    .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 {
        padding: 0 10px;
    }

    .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: 15px;
    }

    .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 {
        max-width: 500px;
        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;
    }



}

@media only screen and (max-width: 480px) {
    .latest-mobile-sharing {
        margin-left: inherit;
        left: inherit;
        max-width: 100%;
    }

    .please-vote-see-section-details a {
        padding: 0 13px;
    }

    .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;
    }

}