@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

a.btn-solid:focus,
a.btn-solid:hover {
    color: #fff;
}

.causes-details h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    line-height: 27px;
}

/* .user-image {
    width: 50px;
} */
.story-wrapper {
    display: flex;
}

.story-wrapper::before {
    display: none;
}

.primary-story-wrapper {
    width: 100%;
    height: auto;
}

#popup-write-rewiev .modal-header {
    display: flex;
}

.header .navigation .right-side-navigation ul li.login a,
.header .navigation .right-side-navigation ul li.signup a {
    padding: 0px 6px;
    font-size: 15px;
    font-weight: 600;
}

.our-product .sa-causes-single.sa-causes-single-2 .entry-thumb {
    padding: 20px;
}

.back-to-top {
    background-color: lightcoral;
    padding: 4px 8px;
    border-radius: 50%;
    position: fixed;
    bottom: 15px;
    right: 5px;
    z-index: 99;
}

.footer-options {
    display: flex;
    text-transform: uppercase;
    margin-top: 10px;
    justify-content: space-around;
}

.blog-img {
    height: auto;
}

.loader {
    /*display: flex;*/
    justify-content: center;
    font-size: 18px;
    text-align: center;
}

.chart-accordion .card-body {
    /*padding: 0 6.25rem;*/
    display: flex;
    justify-content: center;
}

.registration-login-form-popup .content {
    width: 100%;
}

.social-login-btn {
    min-width: 205px;
    margin-bottom: 20px;
}

.registration-login-form-popup .modal-header {
    border-bottom: none;
}

.registration-login-form-popup .btn-second-2 {
    line-height: 2.5;
}

.registration-login-form-popup .btn-second-2 img {
    margin-top: 5px;
}

.registration-login-form h2 {
    font-size: 32px;
    text-align: center;
    color: #ff6348;
    margin-bottom: 0;
}

.home-chart-panel {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.btn-main-poll-details {
    background: rgb(254, 146, 21);
    background: linear-gradient(80deg, rgba(254, 146, 21, 1) 0%, rgba(254, 101, 68, 1) 100%);
    background-size: contain;
    border-radius: 40px;
    padding: 20px;
}

.home-chart-panel blockquote {
    background: #f4f4f4;
    color: #ff6348;
    padding: 2rem;
    font-size: 17px;
    text-align: justify;
}

.home-chart-panel blockquote p strong {
    color: #ff6348;
}

.home-chart-panel blockquote p {
    font-style: normal;
    color: #000;
    font-size: 19px;
    line-height: 36px;
}

.signup-form .icr-label {
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 5px;
    box-shadow: 10px 10px 33px -7px rgb(140 9 199 / 30%);
    -webkit-box-shadow: 10px 10px 33px -7px rgb(140 9 199 / 30%);
}

.signup-form .content {
    padding-bottom: 0;
}

.profile-creator {
    padding: 124px 0px !important;
}

.profile-creator .container-profile {
    margin: 0 !important;
    margin-left: auto !important;
    margin-right: 120px !important;
}

.finished h1 {
    color: #ff6348 !important;
}

.story-wrapper a {
    width: 100%;
}

.thankyou-message {
    color: #ff6348 !important;
    font-size: 22px;
}

.panel-poll-link {
    font-size: 18px;
    display: block;
}

.vote-button-panel {
    background: rgb(254, 146, 21);
    background: linear-gradient(80deg, rgba(254, 146, 21, 1) 0%, rgba(254, 101, 68, 1) 100%);
    background-size: cover;
    border: none;
    padding: 6px 28px;
}

.mobile-signup,
.mobile-login {
    display: none;
}

.large-screen-show {
    display: inline-block;
}

.options-text {
    font-style: italic;
    opacity: 0.9;
    margin-bottom: 15px;
}

.video-iframe iframe {
    max-width: 500px !important;
}

@media (max-width: 769px) {
    .hide-mobile {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .large-screen-show {
        display: none;
    }

    .mobile-signup {
        display: inline-block;
    }

    .mobile-login {
        display: inline-block;
        background: #fff;
        border-radius: 5px;
        padding: 0px 10px !important;
        /*margin-bottom: 13px;*/
    }

    .mobile-login a {
        color: #ff6348 !important;
    }

    .right-side-navigation .login,
    .right-side-navigation .signup {
        display: none;
    }

    .home-poll-collection {
        padding: 20px 15px;
    }

    .home-poll-collection .custom-container {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .swiper-container-home-poll .home-poll-box {
        width: 100%;
    }

    .title ul.shop-tabs {
        display: flex;
    }

    .chart-accordion .card-body {
        padding: 20px;
    }

    .subscribe-content {
        margin-bottom: 20px;
    }

    .subscribe-button,
    .subscribe-content,
    .subscribe-button span {
        height: 32px !important;
    }

    .subscribe-button span {
        line-height: 32px !important;
    }

    li.page-item {
        /*display: none;*/
    }

    /* .pagination {
      margin: 0px;
      display: inline-block;
      width: 100%;
      padding: 70px 0 10px 0;
      text-align: center;
  } */
    .pagination {
        display: flex;
        flex-wrap: wrap;
    }

    .main-pagination {
        margin-bottom: 20px;
    }

    .page-item:first-child,
    .page-item:nth-child(2),
    .page-item:last-child,
    .page-item.active {
        display: block;
    }

    .blog-item {
        margin-bottom: 20px;
    }

    .iframe-100 {
        width: 100% !important;
        height: 150px !important;
    }

    .video-iframe iframe {
        width: 100% !important;
        height: 150px !important;
    }

    .article-video-header {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .cutommarginmedia {
        margin-left: 8px;
    }

    .color-form-element {
        display: grid !important;
        grid-template-columns: auto !important;
    }

    .btn-input-field {
        display: flex;
        flex-direction: column;
        float: right;
    }

    .btn-input-field input {
        width: 100% !important;
    }

    .access-token-field-grp {
        height: 92px;
    }

    .btn-generate {
        width: 100%;
    }

    .max-file-upload-width {
        max-width: 100% !important;
    }
    .samanupatik_voteImage{
        height: 25px;
        width: 25px !important;
    }
}

@media (max-width: 992px) {
    .header .navigation .logo {
        position: absolute;
        top: -10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 244px;
        z-index: -1;
        left: 34%;
    }

    .result-collection {
        padding: 15px 0px;
    }
}

@media (max-width: 767.98px) {
    .header .navigation .logo {
        position: absolute;
        /*top: 0px;*/
        top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 158px;
        max-width: 199px;
        z-index: -1;
        left: 23%;
        z-index: 1;
    }
}

@media (max-width: 320.98px) {
    .header .navigation .logo {
        left: 15%;
    }
}

.side-bar .blog-tags .activeLink {
    background-color: #ff6348;
    color: #fff;
}

.tag-polls h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.header.not-fixed {
    background: transparent;
}

.bg-image {
    position: absolute;
    top: -18px;
    left: -4%;
    width: 44%;
    z-index: -1;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .bg-image {
        position: absolute;
        top: -18px;
        left: -4%;
        width: 44%;
        z-index: -5;
    }

    .vote-page-alternate-one {
        /*padding: 31px;*/
        margin: 15px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .bg-image {
        position: absolute;
        top: -18px;
        left: -4%;
        width: 44%;
        z-index: -5;
    }

    .vote-page-alternate-one {
        /*padding: 31px;*/
        margin: 15px;
    }

    .custom-container {
        /*padding-left: 15px;
            padding-right: 15px;*/
    }

    .rank-layout-row {
        margin: 0;
    }
}

.no-burning-star {
    background-color: white;
    border-color: orange;
}

.blog-item-chart {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
}

.side-shop .thumb-img,
.side-blog .thumb-img {
    padding: 0 6px;
}

.panalist-button-holder {
    margin-top: 43px;
}

.home-chart {
    height: 200px;
    width: 250px;
    margin: 0 auto;
}

.mini-poll-label {
    font-size: 16px;
}

.result-block {
    padding: 20px;
}

@media (max-width: 767px) {
    .top-right {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .header {
        padding-top: 28px;
        padding-bottom: 28px;
        position: sticky;
    }

    .result-block {
        padding: 8px;
    }

    .mini-poll-label {
        font-size: 13px;
    }

    .top-info {
        padding: 4px 0px;
        /*padding-bottom: 8px;*/
        display: flex;
        justify-content: space-between;
    }

    .top-left .top-info li {
        padding: 0;
        font-size: 13px;
        font-weight: normal;
    }

    .top-right ul li {
        /*padding: 0px 5px;*/
    }

    .header {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .font-42 {
        font-size: 22px;
        font-weight: bold;
        color: #ffffff;
    }

    .home-poll-collection .custom-container {
        border-radius: 10px;
    }

    .icr-label,
    label {
        font-size: 14px !important;
    }

    .panalist-button-holder {
        margin-top: 0px;
    }

    .panalist-button-holder .main-poll-title {
        font-size: 22px;
        text-align: center;
    }

    .outer {
        width: 150px;
        height: 150px;
    }

    .profile-wizard span {
        top: 36px;
        left: 15px;
    }

    .mask {
        display: none;
    }

    .home-poll-collection .custom-container {
        margin-bottom: 0;
    }

    .banner-div {
        /*padding: 50px 0px;*/
        padding: 0px;
    }

    .section-header-style-2 .header-title,
    .section-header-left .header-title,
    .section-header-right .header-title,
    .section-header .header-title {
        font-size: 20px;
    }

    .section-padding {
        /* padding: 20px 20px; */
    }

    .btn-solid.with-line.btn-big {
        font-size: 13px;
        padding: 0 10px !important;
    }

    .buttons-div {
        margin: 0;
        padding: 20px 0px;
        width: 100% !important;
    }

    .buttons-div div {
        margin: 0;
        padding: 0;
    }

    .right-side-content {
        max-width: 100%;
    }

    [class*="btn"].with-line span,
    .read-more {
        padding-right: 12px;
    }

    .section-header-left {
        padding-bottom: 0;
    }

    .section-header-left h2 {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .large-product-box .featured-product-box {
        padding: 0;
    }

    .main-poll-title-inner {
        font-size: 18px;
        line-height: 28px;
        text-align: left;
        margin: 12px 0px;
    }

    .simple-option-result {
        font-size: 13px;
        line-height: 23px;
    }

    .card-chart .card-header button {
        padding: 0;
        font-size: 13px;
    }

    .progress {
        height: 6px;
    }

    .vote-page-alternate-one {
        border-radius: 10px;
        margin: 0;
    }

    .home-chart-panel {
        padding: 5px;
        margin-top: 20px;
    }

    .home-chart-panel blockquote {
        margin-top: 0px;
        border-radius: 20px 20px 0px 0px;
        padding: 16px;
    }

    .home-chart-panel blockquote p {
        font-size: 16px;
        line-height: 26px;
    }

    .registration-login-form-popup .content {
        margin: 0 auto;
    }

    .btn-main-poll-details {
        border-radius: 20px;
        padding: 12px;
    }

    .quote-styled {
        display: none;
    }

    #subscribe-input {
        height: 34px;
    }

    #subscribe-form {
        margin: 0 auto;
    }

    #subscribe-input {
        font-size: 12px;
    }

    .subscribe-content button.button span {
        font-size: 14px;
        padding: 0px 10px;
    }

    h2.title {
        font-size: 22px;
    }

    .d-sm-none {
        display: none;
    }

    .story-box-content.story-content-wrapper h5 a {
        font-size: 14px;
    }

    .story-wrapper .story-box-content {
        padding: 20px 12px;
    }

    .actions ul li a .zmdi {
        width: 50px;
        height: 50px;
        display: inline-flex;
    }

    .mascot-image {
        width: 300px;
    }

    .sims-poll-option .list-group-item {
        margin: 0px;
        margin-bottom: 10px;
        padding: 6px 16px;
    }

    .list-group-item {
        padding: 3px;
    }

    .icr-item {
        width: 15px;
        height: 15px;
    }

    .main-poll-box .featured-pro-timer {
        padding: 0px 24px;
    }

    .vote-page-poll .main-poll-box .featured-pro-timer {
        padding: 0px;
        /*padding: 0px 15px;*/
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        color: #fff;
    }

    .swiper-button-next,
    .swiper-button-prev {
        background: transparent;
        /*right: 10px;*/
        box-shadow: none;
        top: 70%;
    }

    .swiper-button-next {
        right: 0;
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-container-home-poll {
        margin-top: 20px;
    }

    .shop-tabs.nav-pills .nav-link {
        font-weight: 400;
    }

    .causes-details h5 a {
        font-size: 14px;
    }

    .sa-causes-single .causes-details-wrap {
        margin: 5px;
        padding: 5px;
    }

    .btn-success {
        font-size: 13px;
    }

    .our-product .sa-causes-single.sa-causes-single-2 .entry-thumb {
        padding: 12px;
    }

    .poll-result-row {
        padding: 0px 15px;
    }

    .poll-result-column {
        padding-right: 5px;
        padding-left: 5px;
    }

    .poll-result-column .sa-causes-single.sa-causes-single-2 {
        box-shadow: 0px 2px 14px 0px rgb(140 9 199 / 30%);
        -webkit-box-shadow: 0px 2px 14px 0px rgb(140 9 199 / 30%);
    }

    .our-articles .causes-amount span,
    .sa-causes-single .causes-amount span {
        font-size: 13px;
    }

    .sa-causes-mini-poll {
        padding: 18px;
        margin: 15px;
    }

    .sa-causes-mini-poll h6 {
        font-size: 18px;
        margin-bottom: 20px !important;
    }

    .story-wrapper {
        display: block;
    }

    .story-wrapper .story-content-wrapper {
        position: unset;
    }

    #other-poll {
        padding-top: 24px;
    }

    #other-poll .story-wrapper .col-6 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .no-margin {
        margin: 0;
    }

    .new-padded {
        padding: 0 4px;
    }

    .vote-page-alternate-one {
        /*margin: 15px;*/
        margin-top: 15px;
    }

    .breadcrumb-area .breadcrumb-content {
        width: 100%;
        padding: 15px;
    }

    .breadcrumb-area .breadcrumb-content > h2 {
        font-size: 44px !important;
        line-height: 28px;
    }

    .our-product .custom-container {
        padding-left: 0;
        padding-right: 0;
    }

    .featured-pro-img {
        margin-top: 18px;
    }

    .story-box-content .btn.btn-primary {
        padding: 6px 10px;
    }

    .result-collection {
        padding: 20px 15px;
    }

    .result-collection .custom-container,
    .inner-other-polls .custom-container,
    .our-articles .custom-container {
        padding: 0;
    }

    .vote-page-alternate-one {
        padding: 15px;
        margin: 0;
        /*margin: 15px;*/
    }
}

.sa-causes-mini-poll h6 {
    margin-bottom: 0;
    margin-top: 10px;
}

.poll-result-column .sa-causes-single.sa-causes-single-2 {
    box-shadow: 0px 2px 8px 0px rgb(140 9 199 / 30%);
    -webkit-box-shadow: 0px 2px 8px 0px rgb(140 9 199 / 30%);
}

.rating-span a {
    color: #ccc;
}

.burning-star,
.rating-star:hover {
    color: #ff6348 !important;
}

.rating-star {
    color: grey;
}

.sync-text {
    text-align: center;
    color: #ff6348;
    font-size: 22px;
}

.profile-creator {
    overflow-y: scroll;
}

.subscribe-content,
.blog-item-box {
    box-shadow: 0px 0px 10px 0px rgb(140 9 199 / 30%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(140 9 199 / 30%);
}

.mini-product-box.large-product-box {
    box-shadow: 0px 0px 7px 0px rgb(140 9 199 / 30%);
    -webkit-box-shadow: 0px 0px 7px 0px rgb(140 9 199 / 30%);
}

.result-page-wrapper img {
    min-height: 250px;
}

.pagination-confidence .page-item {
    margin: 2px;
    background: #f3f3f3;
    padding: 8px;
    border-radius: 5px;
}

.confidence-selection.form-check-input {
    margin-top: 1px;
}

.pagination-confidence .page-item .page-link {
    border-radius: 5px;
}

.confidence-label {
    font-size: 13px;
}

/*.result-page-wrapper {}*/
.top-header,
.video-banner {
    box-shadow: 0 8px 12px 0px rgb(140 9 199 / 30%);
    -webkit-box-shadow: 0 8px 12px 0px rgb(140 9 199 / 30%);
}

.sa-causes-single {
    box-shadow: 0 8px 8px 0px rgb(140 9 199 / 30%);
    -webkit-box-shadow: 0 8px 8px 0px rgb(140 9 199 / 30%);
}

.breadcrumb-area .breadcrumb-content {
    width: 95%;
}

.poll-share {
    border: 2px solid #ff6348;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    max-width: 352px;
    margin: 0 auto;
    box-shadow: 0 8px 12px 0px rgb(140 9 199 / 30%);
    -webkit-box-shadow: 0 8px 12px 0px rgb(140 9 199 / 30%);
}

.countdown-share-title {
    font-size: 21px;
    text-align: center;
    display: block;
    color: #ff6348;
}

.inline-share-title {
    margin-top: 15px;
}

.w-share-button > ul {
    justify-content: center;
}

.chart-tabs .tab-pane.active {
    /*padding: 46px;*/
}

.pollSummerizerHolder {
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .chart-tabs {
        width: 70%;
        margin: 0 auto;
    }

    .chart-tabs .tab-pane.active {
        padding: 46px;
    }

    .fixed-height {
        min-height: 257px;
    }
}

.main-pagination .pagination {
    display: flex;
    justify-content: center;
}

.main-pagination .pagination .page-item .page-link {
    color: #ff6348;
}

.main-pagination .pagination .page-item.active .page-link {
    background: #ff6348;
    border-color: #ff6348;
    color: #fff;
}

/*mobile introduction slider*/
#mobile-slider-swiper {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: #fff;
    top: 0;
    background: url("../img/background.png");
    background-size: cover;
}

.swiper-panel-container {
    margin: 0 auto;
    padding: 14%;
    text-align: center;
}

.mobile-swiper-container h2 {
    font-size: 16px;
    font-weight: bold;
}

.bg-facebook {
    background-color: #2f5b9d;
    color: #fff;
    margin-bottom: 15px;
}

.bg-twitter {
    background-color: #38bff1;
    color: #fff;
    margin-bottom: 15px;
}

#mobile-slider-swiper .swiper-panel-container img {
    margin: 38px auto;
}

/*end mobile introduction slider*/
.breadcrumb-area {
    margin-top: 3.2rem;
}
@media (max-width: 400px) {
    .breadcrumb-area {
        margin-bottom: 2rem;
    }
  }

.like-button-holder:hover a {
    color: #ff6348;
}

.like-button-holder a:hover ~ a {
    color: grey;
}

.hide {
    display: none;
}

/*community pages*/
.block-community {
    padding: 70px;
}

.block-community-main h6 {
    color: #fff;
    font-size: 51px;
    font-weight: bold;
}

.featured-community-block {
    border: 1px solid #fff;
    border-radius: 5px;
}

.block-community .panel-overlay {
    padding: 12px;
    background: rgba(2555, 255, 255, 0.6);
    border-radius: 0 0 5px 5px;
}

.block-community .panel-overlay .h4 a {
    color: #000;
    font-size: 14px;
}

.primary-color {
    color: red;
    /* #ff6348; */
}

.top-pick {
    border-radius: 10px 10px 0px 0px;
    margin-top: 0;
    /*background: #fff;*/
    color: #ff6348;
    font-size: 22px;
    font-weight: bold;
}

.ui-block-title .title {
    color: #ff6348;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.community-main {
    margin: 25px 0px;
}

.community-poll-block {
    /*border: 1px solid #ccc;*/
    background: #fff;
    border-radius: 5px;
    padding: 14px;
    margin: 22px 0px;
    box-shadow: -2px -1px 38px -18px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -2px -1px 38px -18px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px -1px 38px -18px rgba(0, 0, 0, 0.75);
}

.img-full {
    width: 100%;
}

.community-poll-heading {
    /*text-align: center;*/
    margin-bottom: 14px;
    margin-top: 0;
    padding-top: 4px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.community-poll-heading > a {
    color: #808080;
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
}

.community-poll-heading > a:hover {
    color: #ff6348;
}

.community-result-button i {
    margin-right: 4px;
}

.post__author-name,
.community-result-button {
    color: #808080;
}

.ui-block-card {
    padding: 3px 4px;
    background: #EDF2F6;
    border-radius: 0px;
    box-shadow: -2px -1px -8px -18px rgb(0 0 0 / 75%);
    -webkit-box-shadow: -1px -1px 38px -18px rgb(0 0 0 / 75%);
    -moz-box-shadow: -2px -1px 38px -18px rgba(0, 0, 0, 0.75);
}

.notification-event h5 {
    margin-bottom: 0px;
}

.notification-event h5 a {
    font-size: 14px;
    font-weight: bold;
}

.notification-event h6 .chat-message-item {
    font-size: 12px;
    font-weight: bold;
}

.participate-radius {
    border-radius: 20px;
    margin: 0px 20px;
    margin-left: 20px;
    margin-bottom: 5px;
}

@media (max-width: 992px) {
    .header .navigation .right-side-navigation .hamburger-menu {
        position: absolute;
        top: 30px;
        left: 0;
        margin-left: 0;
    }

    .block-community {
        padding: 20px;
    }
}

/*group page*/
.group-header {
    position: relative;
}

.group-header .top-header-thumb {
    height: 301px;
}

.group-header .author-content {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #fff;
}

.group-header .author-content .h4.author-name {
    font-size: 40px;
}

/*suggestion box form*/
.alert-suggestion {
    border-radius: 2px;
    box-shadow: 0px 2px 18px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 18px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 18px -8px rgba(0, 0, 0, 0.75);
}

.alert-suggestion p {
    font-weight: bold;
}

.alert-suggestion p,
.alert-suggestion i {
    color: #e26d5b;
    font-family: "Roboto";
}

.popup-write-rewiev h6.title {
    display: block;
    width: 100%;
    color: #e26d5b;
    font-weight: bold;
    margin-bottom: 0;
}

.popup-write-rewiev .form-control {
    border-radius: 0;
    border-color: #e8ecef;
    font-size: 14px;
}

.g-recaptcha > div {
    margin: 0 auto;
}

#from-write-form {
    padding: 14px;
}

#from-write-form .btn.btn-primary {
    background-color: #fe6249;
    font-size: 14px;
    border: 0px;
    width: 80%;
    border-radius: 0;
    padding: 16px;
}

/*End suggestion box form*/
/*new header style*/
.right-side-navigation .dropdown-menu {
    width: 198px;
    position: absolute !important;
    top: 52px !important;
    right: -55px !important;
    /* right: 0; */
    left: -9vw !important;
    will-change: none !important;
    transform: none !important;
}

@media (max-width: 992px) {
    .right-side-navigation .dropdown-menu {
        width: 198px;
        position: absolute !important;
        top: 0px !important;
        right: -55px !important;
        left: -125px !important;
        will-change: none !important;
        transform: none !important;
    }

    .group-header .group-name {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .right-side-navigation .dropdown-menu {
        width: 198px;
        position: absolute !important;
        top: 0px !important;
        right: -55px !important;
        left: -120px !important;
        will-change: none !important;
        transform: none !important;
    }
}

.dropdown-item {
    font-size: 14px;
    padding: 10px 1.5rem;
}

.dropdown-item-smaller {
    padding: 5px 1.5rem;
}

.menu-avatar {
    text-align: center;
}

.menu-seperator {
    border-bottom: 1px solid #ccc;
    margin: 10px 1.5rem;
}

.menu-seperator-small {
    margin: 5px 1.5rem;
}

.menu-user-name {
    font-weight: bold;
    padding: 5px;
    /* white-space: pre-wrap; */
}

.dt-icon-holder {
    width: 24px;
    height: 24px;
    text-align: center;
}

.header-svg {
    margin-right: 20px;
    min-width: 20px;
    max-width: 22px;
}

.bigavatar {
    width: 50px;
    height: 50px;
    /* text-align: center; */
    margin: 0 auto;
    background: #ffffff;
    border-radius: 42px;
}

.abt-image {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 42px;
    background-size: cover;
    background-position: center;
}

.dropdown-user-icon {
}

.tag-name {
    color: #000;
}

.team-name {
    font-weight: normal;
    font-size: 14px;
}

/*end new header style*/
/*app container*/
.app-container {
    /* background: #ff9f1d; */
    background: linear-gradient(152deg, #FE9611, #FE6248);
}

.ui-block-app-content {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
}

.setting-menu-block {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}

.your-profile-menu a {
    font-weight: bold;
    font-size: 16px;
    color: #707070;
}

.your-profile-menu a:hover {
    color: #ff6348;
}

.your-profile-menu li {
    padding: 5px;
    margin: 4px 0px;
}

.your-profile-menu li.active {
    background-color: #ff6348;
    color: whitesmoke !important;
}

.your-profile-menu li.active a {
    color: #fff;
}

.ui-block-title .title.ui-block-smaller-title {
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 8px;
}

/*end app container*/
/*new poll rank layout*/
.new-layout-rank .col-md-4:nth-child(3n) {
    border-right: none;
}

.new-layout-rank {
    text-align: center;
    color: #2e3441;
}

.new-layout-rank {
    background: #ffffff;
    box-shadow: 5.55549px 7.93641px 31.7456px rgba(132, 104, 245, 0.6);
    border-radius: 20px;
    padding: 40px;
}

.new-layout-rank-header {
    background: #ffffff;
    width: 100%;
}

.new-layout-rank-header h1 {
    padding: 39px 84px;
    margin-bottom: 0;
}

.new-layout-rank .featured-product-box {
    background: #fff;
}

.new-rank-border-white {
    border: 1px #ffffff;
}

.new-poll-box {
    background: #fff;
    padding: 10px;
    /*margin: 1px;*/
    border-right: 1px solid #ff6348;
    border-bottom: 1px solid #ff6348;
}

.new-poll-box-title {
    font-size: 20px;
    line-height: 34px;
    text-align: left;
    margin: 32px 0px;
    height: 135px;
    overflow-y: hidden;
}

.background-white {
    background: #fff;
}

.new-layout-rank .loader {
    text-align: center;
    margin: auto;
}

/*end of new rank layout*/
.height-360 {
    height: 360px;
}

.btn-block-community {
    font-size: 16px;
    /*height: 40px;*/
    padding: 8px;
}

@media (max-width: 992px) {
    .btn-block-community {
        display: inline-block;
        width: 60%;
    }
}

.community-quick-nav {
    /* padding: 60px 15px; */
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-community-page {
    background: linear-gradient(to right, #fadab0, #ffbbb0);
}

.sidebar-block {
    margin-top: 25px;
    margin-bottom: 20px;
}

.create-a-poll-button {
    background: #fe6248;
    color: #fff;
    font-weight: bold;
}

.create-a-group-button {
    background: #1bd741;
    color: #fff;
    font-weight: bold;
}

.btn-white {
    background: #fff;
}

.search-icon-label {
    width: auto;
    background: #fff;
    border: none;
}

.search-icon-label i {
    color: #9ba9b8;
}

.no-border {
    border: 0;
    border-radius: 0;
}

.community-poll-filter {
    border: 0;
    padding: 0px 10px;
    border-radius: 2px;
    margin-right: 1px;
}

.spinner-position {
    justify-content: center;
    align-self: center;
}

.loader-content {
    background: transparent;
    margin-top: 45%;
}

.select2-search__field {
    height: 30px;
    font-weight: normal;
    font-size: 1rem;
}

.author-image {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.main-poll-banner {
    width: 100%;
    text-align: -webkit-center;
    padding: 28px 0;
    margin-bottom: 10px;
    line-height: 1.5;
    height: 56px;
}

.main-poll-banner-text {
    width: 50%;
    margin-bottom: 0;
}

.introduction-author-content {
    width: 500px;
    height: 190px;
    text-align: center;
    position: absolute;
    font-style: normal;
    font-size: 80px;
    /*line-height: 94px;*/
    text-transform: uppercase;
    color: #2f3542;
}

.main-introduction-content {
    margin-top: 10px;
    background: linear-gradient(to right, #fadab0, #ffbbb0);
    padding-bottom: 40px;
    background-size: cover;
}

.article-section {
    background: linear-gradient(29.13deg, #fadab0 28.79%, #ffbbb0 71.18%);
    padding-bottom: 40px;
}

.introduction-text,
.introduction-text p {
    text-align: justify;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 55px;
    color: #000000;
    font-family: "Karma", serif;
}

.main-intro-video {
    margin-top: 20px;
}

.intro-links-header {
    margin-top: 20px;
    color: #ff6348;
    font-size: 34px;
    line-height: 55px;
    font-weight: 600;
}

.intro-videos {
    display: flex;
}

.intro-videos > iframe {
    margin: 6px;
}

.intro-header {
    display: flex;
    justify-content: left;
    align-self: center;
    align-items: center;
    text-align: center;
    justify-items: center;
}

.intro-header img {
    height: 28px;
}

.intro-header > hr {
    margin-left: 10px;
    border-top: 1px solid red;
    width: 100%;
}

.intro-header > h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 49px;
    color: #2f3542;
    margin: 20px 0 20px 10px;
    white-space: nowrap;
}

.fav-videos {
    padding-top: 20px;
    padding-bottom: 30px;
}

.article-content,
.article-content p {
    font-family: "Karma", serif;
    text-align: justify;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 49px;
    color: #000000;
}

.intro-main-poll {
    margin-top: 18px;
    padding: 20px;
    /*background: linear-gradient(29.13deg, #FADAB0 28.79%, #FFBBB0 71.18%);*/
}

.intro-links {
}

.intro-links a {
    font-size: 24px;
    line-height: 55px;
    color: #000000;
    font-family: "Karma";
    font-style: normal;
    font-weight: bold;
}

.intro-author {
    text-align: right;
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #fff;
}

@media (min-width: 575.98px) {
    .intro-author {
        bottom: 105px;
    }
}

@media (max-width: 575.98px) {
    .intro-author {
        text-align: center !important;
        position: relative !important;
        margin-top: 20px;
        font-size: 32px;
        line-height: 57px;
        font-weight: 400;
    }

    .group-header .top-header-thumb {
        background-position: center;
    }

    .introduction-text,
    .article-content,
    .introduction-text p,
    .article-content p {
        font-size: 18px;
        line-height: 35px;
    }

    .intro-header > h5 {
        font-size: 20px;
        line-height: 30px;
        white-space: normal;
    }

    .intro-header > hr {
        display: none;
    }

    .introduction-text h3 {
        font-size: 18px;
    }

    .intro-page .intro-main-poll {
        margin-top: 0;
        padding-top: 0;
    }
}

@media (max-width: 767.98px) {
    .intro-links a {
        font-size: 20px;
        word-break: break-all;
        line-height: 30px;
    }

    .intro-author {
        position: relative;
        height: auto;
    }

    .intro-c-fluid {
        margin-top: 20px;
    }

    .font-30 {
        font-size: 26px;
        line-height: 26px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .intro-header {
        justify-content: start;
        align-items: flex-start;
    }

    .intro-header > img {
        margin-top: 30px;
    }

    .intro-header > hr {
        display: none;
    }

    .main-introduction-content .introduction-text p,
    .article-section .article-content p {
        font-size: 22px;
    }

    .article-section .intro-links-header {
        font-size: 26px;
    }

    .article-section .intro-links a {
        font-size: 22px;
        font-weight: 500;
    }

    .intro-links-header {
        line-height: 34px;
    }
}

.campaign-banner-image {
    position: absolute;
    z-index: -1;
}

.main-poll-banner h4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
}

.article-section .intro-links a {
    transition: .5s;
}

.article-section .intro-links a:hover {
    color: #ff6348;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .campaign-banner-image {
        position: absolute;
        width: 100%;
        z-index: -5;
    }

    .main-poll-banner h4 {
        font-size: 30px;
    }

    .intro-author {
        bottom: 300px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .campaign-banner-image {
        position: absolute;
        width: 100%;
        z-index: -5;
    }

    .main-poll-banner {
        min-height: 11em;
    }
}

.intro-page {
    background-color: #fff1ef;
}

.bg-intro {
    position: absolute;
    /*z-index: 1;*/
    top: -200px;
}

.daterangepicker .drp-calendar {
    max-width: 100% !important;
}

.daterangepicker {
    width: auto !important;
}

.panel-overlay {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 95px;
    color: #ff6348;
}

#user-new-image,
#user-new-banner {
    height: 100px;
}

#modal .cropper-crop-box,
#modal .cropper-view-box {
    border-radius: 50%;
}

#modal .cropper-view-box {
    box-shadow: 0 0 0 1px #39f;
    outline: 0;
}

.prev-profile,
#user-new-image {
    border-radius: 50%;
    width: 100px;
}

.search-form-inline {
    margin: 10px auto;
    padding: 10px;
}

/* for tab */
.nav-link.active.tab {
    color: whitesmoke;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fe6248 !important;
}

.nav-link.tab {
    font-weight: bold;
    color: black;
}

/* END */
/* Breadcrumbs for poll Manager */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    font-weight: bold;
    /* background-color: #eee; */
}

.active {
    color: #fe6248;
}

ul.breadcrumb li {
    display: inline;
    font-size: 16px;
}

ul.breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: black;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #fe6248;
    text-decoration: underline;
}

/* ENd */
/* Poll Manager background */
.backPollmanager {
    background: linear-gradient(152deg, #FE9611, #FE6248);
    /*   */
}

/* END */
/* user/polls/group */
.topPortion {
    margin-top: 43px;
    margin-left: 16px;
    margin-right: 40px;
}

/* END  */
/* Margin for labels */
.customLabels {
    margin-top: 7px;
    color: #707070;
    font-size: 13px;
}

/* END */
/* Custom-Margin with col-color */
.customMargin {
    background-color: #eff4fb;
    /*margin-bottom: 8px;*/
    /*margin-right: 8px;*/
}

/* END */
/* DropdownColor */
.customDrop {
    background-color: #fe6248;
    color: #ffffff;
    font-style: italic;
}

/*END  */
/*For Answer Type  */
.customLablesadd {
    margin-top: 7px;
    font-style: italic;
    color: #707070;
    font-size: 13px;
}

/*  */
.buttonColor {
    background-color: #fe6248;
    border: none;
}

/* END */
/* Instructions Add */
.instructionsTop {
    margin-top: 40px;
    margin-bottom: 100px;
}

.instructionsStep {
    font-weight: bold;
    opacity: 0.6;
    font-size: 15px;
}

.instructionsText {
    color: #707070 !important;
}

/* Poll MAnager table */
table {
    border-collapse: separate;
    border-collapse: collapse;
    background-color: #eff4fb;
    border-radius: 5px;
    padding: 0px;
}

table th {
    border-color: #eff4fb !important;
    /* border-radius: 15px; */
    background-color: #eff4fb !important;

}

table tr {
    background-color: white;
}

/* END */
/* BREADCRUMBS for new Poll manager */
.customBreadcrumbs {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.customBreadcrumbs li a {
    font-size: 16;
    list-style: none;
    color: black;
}

/* END */
/* HR */
hr.new4 {
    border: 1px solid #ced6e0;
    background-color: #ced6e0 !important;
    height: auto;
    vertical-align: auto;
    padding: none;
    margin: none;
}

/* END */
@media (max-width: 576px) {
    .hide-mobile-poll-add {
        display: none;
    }
}

@media (max-width: 992px) {
    .hide-mobile-poll-manager {
        display: none;
    }

    .introduction-author-content {
        font-size: 30px;
    }

    .intro-header > h5 {
        font-size: 30px;
        white-space: normal;
    }

    .intro-header > hr {
        display: none;
    }

    .main-introduction-content {
        margin-left: 10px;
        margin-right: 10px;
    }

    .main-intro-video {
        padding-right: 10px;
        padding-left: 10px;
    }

    .article-section {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .block_newsletter {
        padding-left: 10px;
        padding-right: 10px;
    }

    .intro-page .intro-main-poll .home-poll-collection {
        padding: 0;
    }

    .home-poll-collection > .container-fluid:first-child {
        padding: 0;
    }

    .introduction-text,
    .introduction-text p,
    .article-content,
    .article-content p {
        font-size: 22px;
    }
}

@media (max-width: 993px) {
    .hide-mobile-poll-group {
        display: none;
    }
}

.user-ref-block {
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.1));
}

.user-ref-title {
    display: flex;
    flex-direction: column;
    height: 165px;
}

.user-ref-title img {
    margin-top: 30px;
}

.user-ref-title span {
    line-height: 15px;
    text-align: center;
    margin-top: 22px;
    width: 210px;
    align-self: center;
}

.image-emailbox {
    height: 50px;
    width: 60px;
    justify-items: center;
    align-self: center;
}

.user-ref-content {
    background: #e6ecf5;
    border-radius: 0px 0px 10px 12px;
    height: 99px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.refCode-btn {
    align-self: center;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    margin-top: 5px;
    background-color: #fe6248;
    float: right;
    width: 55px;
    height: 42px;
}

.ref-detail {
    border: 1px solid #fe6248;
    background-color: #ffffff;
    height: 43px;
    margin: 10px;
    width: 190px;
    align-self: center;
}

.ref-code {
    align-self: center;
    color: #fe6248;
    position: relative;
    left: 10.94%;
    top: 29.57%;
    bottom: 20.5%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.user-ui-ref-block {
    background-color: whitesmoke;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
}

.user-ref-avatar {
    height: 100px;
}

.user-ref-avatar img {
    height: 85px;
    width: 85px;
    border-radius: 50%;
}

.invite-nav-item .active {
    background-color: #fe6248 !important;
    color: white !important;
}

.intro-author {
    text-align: right;
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #fff;
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-nav .active {
    background-color: #fe6248 !important;
    color: white !important;
}

/* customizing the label */
.bootstrapLabel {
    font-size: 13px;
}

.inputTypeBootstrap,
.cselect {
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.file_input_survey,
.profile-file-input {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.vertical-line {
    width: 1px;
    background-color: #fe6248;
}

.remove_survey_image {
    font-size: 20px;
    position: relative;
    top: -42px;
    right: 3px;
}

.filter-column {
    padding-top: 1rem;
    background-color: #f7f2f2;
}

.ui-block-title .title-withnoborder {
    color: #ff6348;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
}

/* @media only screen and (max-width: 600px) {
.form-group {
   margin-bottom: 1rem;
}
} */
.gapafterheader {
    padding: 50px 15px;
}

@media screen and (max-width: 768px) {
    .gapafterheader {
        display: none;
    }
}

.bg-info,
.bg-info > a {
    color: #fff !important;
}

.bg-info,
.bg-info > a {
    color: #fff !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0/13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.small-box > .inner {
    padding: 10px;
}

.small-box .icon {
    color: rgba(0, 0, 0, 0.15);
    z-index: 0;
}

.small-box > .small-box-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.small-box h3,
.small-box p {
    color: rgba(255, 255, 255, 0.8);
    z-index: 5;
}

.small-box p {
    font-size: 1rem;
}

.bg-purple {
    background-color: #af69ef;
}

.bg-pink {
    background-color: #a1045a;
}

/* for the other polls small boxes */
.new-padded img {
    height: 280px;
    object-fit: cover;
    object-position: center center;
}

.bg-olive {
    background-color: #808000;
}

/* .bg-carrot {
    background-color: #f88017;
} */
.user-profile-tab-content {
    padding: 20px !important;
    background: #ffffff;
    text-align: justify;
}

.user-profile-nav {
    background-color: #ffffff;
}

.user-profile-nav a {
    box-shadow: 10px 10px 33px -7px rgb(140 9 199 / 30%);
}

.user-profile-nav .active {
    background-color: #ff6348 !important;
    color: #ffffff !important;
}

.right-side-navigation {
    display: flex;
}

.mglass {
    display: inline-block;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    color: #ff6348;
}

.searchbutton {
    font-size: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #ff6348;
    font-weight: bold;
}

.header-search-form {
    display: none;
    position: absolute;
    left: 64%;
    top: 10px;
    filter: drop-shadow(0px 3px 6px rgba(132, 104, 245, 0.302));
    z-index: 5;
}

.header-search-form select {
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
}

.header-search-form .search-icon-label {
    height: 38px;
}

.search-submit {
    background: #fe6248;
}

.poll-block-title {
    display: flex;
}

.poll-block-title span {
    white-space: nowrap;
}

.poll-block-title > hr {
    margin-left: 10px;
    border-top: 1px solid red;
    width: 100%;
}

.community-poll-filter {
    margin-right: 0;
}

#search-poll-group-text .list-group {
    position: absolute;
    z-index: 5;
    height: 250px !important;
    overflow: scroll;
    width: 95%;
}

.imagePadding::before {
    content: "" !important;
    display: block !important;
    padding-top: 100px !important;
}

.selected-language span {
    background: white;
    border-radius: 25px;
    color: #63d1f8;
    padding: 8px;
    font-weight: bold;
}

.selected-language span i {
    font-size: 0.75em !important;
}

.slider-val-area {
    width: 50%;
    padding: 10px 15px 0 10px;
}

.slider-val-area #min-zoom-val {
    float: left;
}

.slider-val-area #max-zoom-val {
    float: right;
}

.ui-slider {
    margin-top: 10px;
}

.submenu-category::-webkit-scrollbar {
    display: none;
}

@media (max-width: 992px) {
    .submenu-category {
        height: 250px;
        overflow: scroll;
    }
}

.poll-form-element {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
    grid-auto-columns: minmax(0, 1fr);
}

.poll-form-box,
.color-form-input {
    background-color: #eff4fb;
    padding: 8px 12px;
}

.form-file-upload {
    margin-top: 8px;
}

.select-input,
.select-input option {
    background-color: #fe6248;
    color: #ffffff;
    font-style: italic;
}

.select-input:focus {
    background-color: #fe6248;
    color: #ffffff !important;
}

.select2-form-input .select2-selection {
    background-color: #fe6248 !important;
    color: #ffffff !important;
}

.select2-form-input .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
    margin-top: 4px !important;
}

.select2-form-input .select2-container--default .select2-selection--single {
    height: 38px !important;
}

.select2-form-input .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 4px !important;
    color: #ffffff !important;
}

.select2-form-input .select2-selection__placeholder {
    color: #ffffff !important;
}

.label-publish {
    padding: 3px;
    border-radius: 5px;
    color: #ffffff;
}

.label-primary {
    background-color: #ffa502;
}

.label-success {
    padding: 3px;
    border-radius: 5px;
    color: #ff6348;
}

/* #st-1 {
    z-index: 2 !important;
} */
@media (max-width: 992px) {
    .header-search-form {
        width: 100%;
        left: 0;
    }

    .header-search-form input {
        width: 42%;
        padding-top: auto;
    }

    .poll-form-element {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {

    /* .noMargin {
        margin-left: 0px;
    } */
    .search-container {
        margin-right: -15px;
        margin-top: 4px;
    }

    .poll-form-element {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 767px) {
    /* .cutommarginmedia {
        margin-left: 8px;
    } */
    /* .customres {
        background-color: #eff4fb;
        margin-bottom: 8px;
        margin-right: 0px;
    } */
}

.toggle {
    --width: 80px;
    --height: calc(var(--width) / 3);
    position: relative;
    display: inline-block;
    width: 82px;
    height: 34px;
}

.toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0px;
    border-radius: 34px;
    background-color: #ff6448;
    transition: all 0.4s ease-in-out;
}

.toggle .slider::before {
    content: "";
    position: absolute;
    width: calc(var(--height));
    height: calc(var(--height));
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle input:checked + .slider {
    box-shadow: 0 0 1px black;
    background-color: #27a844;
}

.toggle input:checked + .slider::before {
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(50px);
    margin-right: 10px;
}

.toggle .labels {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: sans-serif;
    transition: all 0.4s ease-in-out;
}

.toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 5px;
    color: white;
    opacity: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease-in-out;
}

.toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 5px;
    color: #ffffff;
    opacity: 0;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
    transition: all 0.4s ease-in-out;
}

.toggle input:checked ~ .labels::after {
    opacity: 0;
}

.toggle input:checked ~ .labels::before {
    opacity: 1;
}

.private-group {
    margin-top: 16px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.community-grouptitle-block {
    background: #fff;
    border-radius: 0px;
    padding: 8px;
    margin: 1px 0px;
    box-shadow: -2px -1px 38px -18px rgb(0 0 0 / 75%);
    -webkit-box-shadow: -2px -1px 34px -18px rgb(0 0 0 / 75%);
    -moz-box-shadow: -2px -1px 38px -18px rgba(0, 0, 0, 0.75);
}

.community-grouptitle-block .title {
    color: #ff6348;
    font-size: 22px;
    font-weight: bold;
    margin: 9px;
}

.community-tag-block {
    /* border: 1px solid #ccc; */
    background: #fff;
    border-radius: 0px;
    padding: 4px;
    margin: 1px 0px;
    box-shadow: -2px -1px 38px -18px rgb(0 0 0 / 75%);
    -webkit-box-shadow: -2px -1px 34px -18px rgb(0 0 0 / 75%);
    -moz-box-shadow: -2px -1px 38px -18px rgba(0, 0, 0, 0.75);
}

.team-owner {
    font-weight: normal;
    font-size: 13px;
    color: #161515;
}

.group-star {
    margin-right: 14px;
    margin-left: auto;
    margin-top: 12px;
    width: 10%;
}

.poll-image {
    height: auto;
    width: auto;
    max-height: 470px;
}

.group-header .group-content {
    text-align: center;
    text-align: center;
    position: absolute;
    bottom: 51px;
    width: 100%;
    color: #fff;
}

.group-name {
    width: 58%;
    text-align: left;
}

.text-bhugol-primary {
    color: #FFA502;
}

.text-bhugol-primary {
    color: #ffa502;
}

.btn-grey,
.btn-grey:hover {
    background-color: #2f3542;
    color: white;
}

.btn-reset {
    border: none;
    margin-bottom: 5px;
    margin-left: 1px;
}

.btn-red,
.btn-red:hover {
    background-color: #ff6348;
    color: white;
}

.btn-search {
    border: none;
    margin-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px;
}

.sub-menu-item-has-children > .sub-child-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform: translateY(-10px);
    border-bottom: solid 2px #6748aa;
    box-shadow: 0 2px 2px 1px rgb(0 0 0 / 15%);
    background: #fff;
    display: none;
    opacity: 0;
    transition: 0.3s;
    width: 250px;
}

.color-form-input {
    margin-bottom: 8px;
}

.btn-bhugol-main {
    background-color: #fe6248;
    border: none;
    width: 100%;
}

.form-bordered {
    border: 1px solid #fe6248;
    padding: 10px 5px;
}

.btn-text-white {
    color: #ffffff;
    font-size: 1.5rem;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 50px;
    padding: 10px;
}

.grid-container > div {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 30px;
}

.bill-subscriber-table {
    border-collapse: separate !important;
    background-color: transparent !important;
    border: none;
}

.bill-subscriber-table .bill-subscriber-table-header,
.bill-subscriber-table-column {
    border: none;
    background-color: #77c9e81f !important;
}

.bill-subscriber-card .card-header,
.card-footer {
    background-color: aliceblue;
}

.bill-subscriber-card .card-body {
    background-color: #ffffff;
}

.bill-subscriber-card .card-price {
    height: 80px;
    background-color: #ee883f;
    color: #ffffff;
}

.color-form-element {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
    grid-auto-columns: minmax(0, 1fr);
}

.billing-plan-form .control-label {
    font-size: 1rem;
}

.subscription-failed-message {
    background: #e90a0a;
    color: white;
    justify-content: center;
    align-self: center;
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding: 20px;
}

.side-menu-dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-right: 0.3em solid #707070;
    float: right;
    margin-top: 6px;
}

.collapse-submenu {
    margin: auto 24px;
}

.collapse-submenu a {
    font-size: 14px;
}

.receipt-block {
    padding: 10px 18px;
}

.bg-grey {
    background-color: #eff4fb;
}

.table-bg-grey tr {
    background-color: #eff4fb;
}

.receipt-table td {
    padding: 5px;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
}

.table td {
    vertical-align: middle !important;
}

.radioTeams {
    position: none !important;
    margin-top: none !important;
    margin-left: none !important;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

input[type='radio']:hover + .hide {
    display: block;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

input[type='radio']:checked:before {
    background: green;
    border: none;
}

.hide {
    display: none;
}

/* button with BG primary color */
.primarybtn {
    background-color: #ff6348;
    border: none;
    align-items: center;
    text-align: center;
}

/* by Abil -header-avatar */
.header-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

@media (max-width: 992px) {
    .header-avatar {
        /* width: 72px; */
        height: 36px;
        border-radius: 50%;
        /* margin-left: 0px; */
    }

    .dropdown-toggle::after {
        margin-left: 0px !important;
    }
}

@media (max-width: 576px) {
    .header-avatar {
        /* width: 72px; */
        height: 36px;
        border-radius: 50%;
        margin-left: 15px;
        padding-right: -1px;
    }
}

.dropdown {
    position: unset !important;
}

.dropdown-toggle::after {
    display: none !important;
}

/* by Abil */
.titleGroup {
    font-size: 16px;
    font-weight: 700;
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .poll-form-element-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
    grid-auto-columns: minmax(0, 1fr);
    overflow: hidden;
} */
.memeber-page {
    font-size: 13px;
    font-weight: 700;
}

.testing {
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
}

.testing::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    color: #8E8E93 !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    color: #8E8E93 !important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    color: #8E8E93 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    color: #8E8E93 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    color: #8E8E93 !important;
}

::placeholder {
    /* Most modern browsers support this now. */
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    color: #8E8E93 !important;
}

.gallery-img-delete {
    position: relative;
    left: -45px;
    top: 22px;
    background-color: red;
}

.andp-datepicker-container {
    z-index: 1051 !important;
    position: absolute;
    width: 259px;
}

.label-main-poll {
    background-color: red;
    color: #FFFFFF;
}

.nepali-name-input-section iframe {
    display: none;
}

.emulated-flex-gap {
    --gap: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
    width: calc(100% + var(--gap));
}

.emulated-flex-gap > * {
    background-color: #EFF4FB;
    width: 32%;
    padding: 10px;
    margin: var(--gap) 0 0 var(--gap);
}

@media (max-width: 769px) {
    .emulated-flex-gap > * {
        width: 48%;
    }
}

@media (max-width: 575.98px) {
    .emulated-flex-gap > * {
        width: 100%;
    }
}

.main-party-grid > * {
    margin: 12px 0 0 12px;
}

.main-party-grid {
    display: inline-flex;
    flex-wrap: wrap;
    margin: -12px 0 0 -12px;
    width: calc(100% + 12px);
}

.main-home-partyflags {
    height: 74px;
    margin-bottom: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 8 !important;
}

.local-election-nav {
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 21, 121, 1) 17%, rgba(255, 0, 0, 1) 100%);
    color: white;
    border: 1px solid black;
    border-radius: 24px;
    line-height: 15px;
}

.local-election-nav a.text-white {
    color: white;
}

.btn-search-candidate {
    /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 21, 121, 1) 17%, rgba(255, 0, 0, 1) 100%); */
    background: rgb(254, 146, 21);
    background: linear-gradient(80deg, rgba(254, 146, 21, 1) 0%, rgba(254, 101, 68, 1) 100%);
}

.candidate-bg-color h1 {
    margin-bottom: 40px !important;
}

.card h5 {
    font-size: 22px;
}

#advanceSearch {
    display: block;
    border-radius: 20px;
    padding: 24px;
}

/*// Remove p-0 in media-collection-title*/
.media-collection-title {
    padding: 16px !important;
}

.candidate-bg-color:nth-child(even) {
    padding-bottom: 16px;
}

.mostVoted-box {
    padding: 30px 15px;
    border: 1px solid #999;
    margin-bottom: 30px;
    border-radius: 12px;
    text-align: center;
}

.mostVoted-box .h6 {
    text-align: center;
}

.mostVoted-box table {
    margin: 0 auto;
}

.vote-count .total-votes {
    font-size: 46px;
    border-radius: 20px;
}

.rating .h3 {
    display: none !important;
}

.timeline-header {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 4%, rgba(0, 212, 255, 1) 100%);
}

.timeline-header .username,
.timeline-header .username a {
    color: #F3F3F3;
}

/*.center-container {*/
/*    background: #F8F9FA !important;*/
/*}*/
.mostVoted-box {
    padding: 30px 15px;
    border: 1px solid #999;
    margin-bottom: 30px;
    border-radius: 12px;
    text-align: center;
}

.mostVoted-box .h6 {
    text-align: center;
}

.mostVoted-box table {
    margin: 0 auto;
}

.vote-count .total-votes {
    font-size: 46px;
    border-radius: 20px;
}

.map-table-party-flag {
    height: 25px;
}

.bigroski-search-form {
    padding: 10px 0px;
    background: #fff;
}

.bigroski-search-form-title {
    color: #900A37;
    font-size: 28px;
    text-align: left;
    margin-top: 45px;
    border-bottom: 4px solid #ccc;
}

@media (min-width: 992px) {
    .bigroski-search-form {
        padding: 4px 52px;
    }

    .bigroski-search-form-title {
        font-size: 42px;
        margin-left: 12px;
    }

    /* .candidate-column {
        padding: 30px;
    } */
}

.bigroski-search-form-title i {
    margin-right: 10px;
}

.bigroski-search-form .flag-subtitle {
    text-align: left;
    font-size: 20px;
}

.bigroski-search-form select.form-control {
    height: 52px;
}

.bigroski-search-form .btn-search-candidate {
    width: 100%;
}

.candidate-detail .h1,
.candidate-detail .label,
.candidate-detail i,
.candidate-details div,
.candidate-wrapper .surveyBox p,
.candidate-wrapper .surveyBox .candidatename {
    color: #f3f3f3;
}

.row.flag {
    margin: 25px;
    padding: 20px;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
}

.row.flag .col-3 {
    background: #fff;
    padding: 5px;
    border-radius: 11px;
}

.partyMission-BP .time {
    background: #2552A9;
    padding: 27px;
    font-size: 22px;
    font-weight: bold;
    /* position: absolute; */
    display: inline-block;
    width: 100px;
}

.event-titmeline .events-title {
    font-size: 35px;
    color: #900A37;
    /*font-weight: bold;*/
}

.intro-col-candidate {
    background-color: #ffffff;
    padding: 36px;
}

.mission-detail ul li {
    list-style: circle;
    font-size: 18px;
}

.intro-col-candidate .h3 {
    color: #900A37;
    font-size: 35px;
    padding-bottom: 8px;
    border-bottom: 3px solid #900A37;
}

.photogallery-BP {
    background-color: #ffffff;
    margin-top: 10px;
    padding: 10px;
}

.list-wrap {
    background-color: #fff;
}

.intro-page {
    background-color: #f3f3f3;
}

.card-flag img {
    width: 64px;
}

.candit-name {
    font-size: 16px;
}

.candit-party {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
}

.candit-profile .flag {
    padding: 5px 22px;
}

.list-wrap:hover {
    box-shadow: 1px 2px 6px 4px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 1px 2px 6px 4px rgb(0 0 0 / 15%);
}

.topCandidate-blk {
    background: #f3f3f3;
    border: 2px solid #ccc;
    padding: 20px;
    border-radius: 20px;
}

.candidate-details-grid {
    border-bottom: 1px solid #ddd !important;
}

.top-candidate-name {
    font-size: 22px;
}

.candidate-details-grid > span {
    font-size: 18px !important;
    font-weight: normal !important;
}

/*Extra Additions*/
.news-item {
    border-bottom: 2px solid #ccc;
    padding: 24px 0px;
}

.news-item h2 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
}

@media (min-width: 992px) {
    .news-item h2 {
        font-size: 38px;
        margin: 24px;
        line-height: 58px;
    }
}

.bhugol-news-avatar {
    width: 150px;
}

/*End extra additions*/
@media (max-width: 769px) {
    .new-padded img {
        height: 225px;
        object-fit: cover;
        object-position: center center;
    }
}

@media (max-width: 600px) {
    .new-padded img {
        height: auto;
    }
}

@media (max-width: 769px) {
    .primary-story-wrapper {
        width: 100%;
        height: 220px;
    }
}

.programImageGrid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
    grid-auto-columns: minmax(0, 1fr);
    margin-left: 1px;
}

.programImageGrid img {
    max-height: 150px;
}

.secondary-program-videos {
    max-height: 319px;
    overflow: scroll;
}

@media only screen and (max-width: 480px) {
    .secondary-program-videos {
        display: flex;
        overflow-x: scroll;
    }

    .secondary-program-videos .video-lists {
        min-width: 195px;
    }
}

.qr-in-poll {
    margin-bottom: -31px;
}

.qr-in-poll {
    text-align: center;
    align-self: center;
}

.fab-icon-holder-fb {
    bottom: 96px;
    background-color: #4267B2;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.fab-icon-holder-twitter {
    bottom: 209px;
    background-color: #1DA1F2;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.fab-icon-holder-insta {
    bottom: 133px;
    background-color: #42378f;
    background-image: linear-gradient(315deg, #42378f 0%, #f53844 74%);
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.fab-icon-holder-yt {
    bottom: 58px;
    background-color: #FF0000;
    transition: all 0.3s linear;

}

.fab-icon-holder-tiktok {
    bottom: 171px;
    background-color: #010101;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}


.bp-socialWindow > * {
    position: fixed;
    left: 0px;
    z-index: 999;
    width: 38px;
    height: 38px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    transition: all 0.3s linear;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.fab-icon-holder:hover {
    opacity: 0.8;
}

.fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: #ffffff;
    margin-top: 9px;
    margin-left: 10px;
}

.fab-icon-holder-yt i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: #ffffff;
    margin-top: 9px;
    margin-left: 7px;
}

.tiktok-svg {
    margin-left: 6px;
    margin-top: 7px;
    height: 25px;
}

@media (max-width: 769px) {
    .back-to-top {
        background-color: lightcoral;
        padding: 4px 8px;
        border-radius: 50%;
        position: fixed;
        bottom: 15px;
        right: 1px;
        z-index: 99;
    }
}

@media (max-width: 769px) {
    .tiktok-svg {
        margin-left: 7px;
        margin-top: 7px;
        height: 20px;
    }

    .fab-icon-holder i {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-size: 20px;
        color: #ffffff;
        margin-top: 9px;
        margin-left: 10px;
    }

    .fab-icon-holder-yt i {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-size: 19px;
        color: #ffffff;
        margin-top: 9px;
        margin-left: 7px;
    }
}

@media (max-width: 769px) {
    .fab-icon-holder-fb {
        position: fixed;
        bottom: 94px;
        right: 0px;
        z-index: 999;
        width: 36px;
        height: 36px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
        background-color: #4267B2;
        transition: all 0.3s linear;
        border-bottom: 1px solid rgba(0, 0, 0, .4);
    }

    .fab-icon-holder-twitter {
        position: fixed;
        bottom: 202px;
        right: 0px;
        z-index: 999;
        width: 36px;
        height: 36px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
        background-color: #1DA1F2;
        transition: all 0.3s linear;
        border-bottom: 1px solid rgba(0, 0, 0, .4);
    }

    .fab-icon-holder-insta {
        position: fixed;
        bottom: 130px;
        right: 0px;
        z-index: 999;
        width: 36px;
        height: 36px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
        background-color: #42378f;
        background-image: linear-gradient(315deg, #42378f 0%, #f53844 74%);
        transition: all 0.3s linear;
        border-bottom: 1px solid rgba(0, 0, 0, .4);
    }

    .fab-icon-holder-yt {
        position: fixed;
        bottom: 58px;
        right: 0px;
        z-index: 999;
        width: 36px;
        height: 36px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
        background-color: #FF0000;
        transition: all 0.3s linear;
    }

    .fab-icon-holder-tiktok {
        position: fixed;
        bottom: 166px;
        right: 0px;
        z-index: 999;
        width: 36px;
        height: 36px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
        background-color: #010101;
        transition: all 0.3s linear;
        border-bottom: 1px solid rgba(0, 0, 0, .4);
    }
}

.thank-you-container {
    height: 200px;
    margin-top: 50px;
}

.thank-you-box {
    width: 100%;
    text-align: center;
    background-color: #f05e23;
    border-radius: 5px;
    padding: 25px;
}

.thank-you-box > h1 {
    color: white;
    font-weight: 700;
}

.thank-you-box > p > a {
    color: blue;
}

@media only screen and (max-width: 767px) {
    .thank-you-box {
        width: 100%;
        height: 100vh;
        /*position: absolute;*/
        /*top: 50%;*/
        /*left: 50%;*/
        /*transform: translate(-50%, -50%)*/
    }
}

/*mobile devices*/
@media only screen and (max-width: 480px) {
    .thank-you-box {
        height: 8vh;
    }

    .block-community-main h6 {
        font-size: 22px;
    }
}

.btn-print {
    position: fixed;
    width: 50px;
    bottom: 14px;
    right: 70px;
}

.user-login-signup i {
    color: #fd5736;
}

.background-orange {
    background-color: #fd5736;
}

.text-grey {
    color: #444444;
}

.image-border {
    border: 10px solid #ccc;
    border-radius: 10px;
}

.border-grey {
    background-color: #ecc;
}

.p-12px {
    padding: 12px;
}

.btn-svg {
    height: 20px;
}

.group-select input {
    color: #FFFFFF !important;
}

.group-select .select2-selection {
    background-color: white !important;
}

.group-select .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: white !important;
    color: black !important;
}

.mt-14px {
    margin-top: 14px;
}

.dot-input-border {
    border-style: dashed;
    border-color: #707070;
    padding: 20px;
}

.max-file-upload-width {
    max-width: 60%;
}

.file-upload__input {
    width: 100% !important;
}

.trending p {
    text-align: center;
}

.ql-container {
    min-height: 10rem;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ql-editor {
    height: 100%;
    flex: 1;
    overflow-y: auto;
    width: 100%;
    background-color: white;
}

.ql-toolbar {
    background-color: white;
    /* margin-top: 40%; */
    /* margin-left: 30%; */
}

.marker-category-container {
    border: 1px solid;
    padding: 25px;
    margin-top: 10px;
}

.form-integration-card {
    background-color: rgba(0, 0, 0, .03);
    font-family: 'Roboto';
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    color: #707070;
}

.form-integration-card .card-body {
    background-color: white;
    margin: 0px 8px 8px 8px;
}

.form-integration-card .form-information {
    margin-left: 30px;
}

.form-integration-card .info-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
}

.form-integration-card .poll-list {
    background-color: rgba(0, 0, 0, .03);
}

.form-integration-card .card-btn {
    margin-top: 32px;
}

.form-integration-card .poll-list a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #707070;
}

.form-integration-card .info-grid-header {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #707070;
}

.form-integration-card .marker-card {
    background-color: white;
    border: 4px solid #f7f7f7;
    margin-top: 10px;
    padding: 20px;
    border-radius: 10px;
}

.form-integration-card .marker-question {
    margin-top: 20px;
}

.form-integration-card .heading {
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #FFA616;
    padding-bottom: 10px;
}

.form-integration-card .form-card-header {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #707070;
    margin: 8px 12px;
}

.intro-article {
    max-height: 500px;
    overflow: auto;
}

.form-layout-color {
    height: 75px;
    width: 75px;
    border: 0;
    margin-top: 0;
    padding: 0;
}

/* tags/{tag-id} page */
.min-height-53 {
    min-height: 53vh;
}

.no-poll-banner {
    height: 200px;
    background-color: #faf9f7;
}

.no-poll-banner h2 {
    text-align: center;
    line-height: 200px;
    text-transform: capitalize;
}

.tags-height {
    height: 300px;
    overflow: scroll;
}

.n-overflow {
    padding-left: 40px;
    position: absolute;
    margin-top: -10px;
    padding-bottom: -50px;
}

.no-poll-banner {
    height: 100px;
    opacity: 20%;
}

.no-poll-banner h5 {
    text-align: center;
    margin-top: 50px;
    text-transform: capitalize;
}

/*Added by bigroski*/
.article-video-header-alt {
    font-size: 28px;
    line-height: 42px;
    padding: 20px 0;
    padding-top: 0px;
    /*font-weight: bold;*/
    font-family: 'Mukta', sans-serif;
}

.article-video-header-alt a {
    color: black;
}

.showcase-row {
    margin-bottom: 20px;
    padding: 6px 0px;
}

.showcase-row img {
    width: 100%;
}

.showcase-row h5 {
    font-size: 18px;
    margin: 8px 0px;
}

.showcase-row h5 a {
    color: black;
}

.showcase-row h5 a:hover {
    color: #FF6348;
}

.news-showcase {
    margin: 10px auto;
}

.news-showcase .featured-product-box:first-child {
    /*background: #f3f3f3;*/
    background: rgb(254, 146, 21);
    background: linear-gradient(80deg, rgba(254, 146, 21, 1) 0%, rgba(254, 101, 68, 1) 100%);
    background-size: contain;
}

.news-showcase .featured-pro-img {
    margin-top: 0;
    /* padding-top: 18px; */
}

.news-showcase .featured-pro-img img {
    /* width: 92%; */
    width: 100%;
}

.news-showcase .sa-causes-single {
    background: white;
    box-shadow: none;
}

/*End for bigroski*/
.bg-carrot {
    background-color: #f88017;
}

.community-group-block {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0px;
    padding: 10px;
    padding-bottom: 10px;
    padding-bottom: 5px;
    margin: 1px 0px;
    box-shadow: -2px -1px 38px -18px rgb(0 0 0 / 75%);
    -webkit-box-shadow: -2px -1px 34px -18px rgb(0 0 0 / 75%);
    -moz-box-shadow: -2px -1px 38px -18px rgba(0, 0, 0, 0.75);
}

.campaign-heading {
    color: #fff;
    font-size: 32px;
    margin-top: 45px;
}

@media (min-width: 768px) {
    .campaign-heading {
        font-size: 52px;
        margin-top: 45px;
    }
}

.campaigner-name {
    color: #fd5736;
    font-size: 32px;
    font-weight: bold;
}

.campaign-sidebar {
    margin: 20px auto;
}

.introduction-text, .introduction-text p {
    text-align: justify;
    line-height: 38px;
}

.campaign-main {
    margin: 20px auto;
    position: unset;

    width: 92%;
    top: -172px;
    margin-top: -30px;
}

@media (min-width: 992px) {
    .campaign-main {
        margin: 20px auto;
        /*position: absolute;*/
        width: 92%;
        margin-top: -37px;
        /*margin: 20px;*/
    }
}

.campaign-poll {
    border: 6px solid #fd5736;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 42px;
}

.campaign-poll .header-title-container {
    display: none;
}

.campaign-poll .swiper-container-home-poll .home-poll-box {
    width: 94%;
    /*margin: 40px;*/
}

.campaign-poll .text-custom-white {
    color: #000;
}

.campaign-article, .campaign-article p {
    font-size: 24px;
    line-height: 38px;
    text-align: justify;
}

.campaign-sidebar-content {
    margin: 32px auto;
}

.campaign-sidebar-content .introduction-text {
    background: white;
    padding: 22px;
    border-radius: 20px;
}

.campaign-sidebar-title {
    font-size: 22px;
    font-weight: bold;
    color: #fd5736;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
}

.campaign-important-links {
    background: #fd5736;
    border-radius: 20px;
    padding: 20px;
}

.campaign-important-links ul li a {
    color: #fff;
    font-size: 18px;
}

.campaign-video-main {
    background: #ccc;
    padding: 10px;
    border-radius: 20px;
}

@media (min-width: 768px) {
    .campaign-cover {
        margin-top: 220px;
    }
}

/*End for bigroski*/
.add-delete-action > :first-child {
    background: linear-gradient(to right, #EC9F05, #FF4E00);
    border-bottom-left-radius: 20px;
}

.add-delete-action > :last-child {
    background: linear-gradient(to right, #EC9F05, #FF4E00);
    border-bottom-right-radius: 20px;
}

@media (max-width: 600px) {
    .add-delete-action > :first-child {
        background: linear-gradient(to right, #EC9F05, #FF4E00);
        border-bottom-left-radius: 0px;
        margin-bottom: 2px;
    }

    .add-delete-action > :last-child {
        background: linear-gradient(to right, #EC9F05, #FF4E00);
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}

.bp-primary-bg {
    background: linear-gradient(to right, #e46b60, #e1b52e);
}

.bg-transparent {
    color: transparent;
    background-color: transparent;
    background: transparent;
}

/* Create an active/current "tab button" class */
.help-tablinks.active {
    background-color: #ccc;
}

/* Style the tab content */
.help-tabcontent {
    float: left;
    padding: 0px 12px;
    /* border: 1px solid #ccc; */
    border-left: none;
    height: 300px;
}

.help-right {
    height: 50vh;
    width: -moz-available;
}

.help-right > .help-tabcontent {
    height: inherit;
    width: inherit;
}

/*advertisement css starts*/
.full-width-add-banner {
    text-align: center;
    justify-content: center;
}

.full-width-add-img {
    margin-bottom: 2rem;
}

/*advertisement css ends*/
ul.top-info > li > a {
    color: white;
}

.minipoll-contaienr {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.minipoll-contaienr-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.featured-pro-img {
    padding-top: 0px;
}

@media (max-width: 600px) {

    /* .minipoll-contaienr-img{
    margin-right: 10px !important;
    margin-left: 10px !important;
} */
    .featured-pro-img {
        padding-top: 15px;
    }

    .news-showcase .featured-pro-img img {
        width: 92%;
    }

    .featured-pro-img {
        padding-top: 10px;
    }
}

/* .type-confidence>input[type="radio"] {
display: none;
}

.type-confidence>label:hover {
cursor: pointer;
}

.type-confidence>label>input[type="radio"]:checked+label {
font-weight: 700;
background-color: #ff6348;
color: white;
border-radius: 5px;
} */

.bp-padding {
    padding: 40px;
}

.pull-right {
    text-align: right !important;
    margin-bottom: 10px;
}

.labl {
    display: flex;
    /* width: 400px; */
}

.labl > div {
    padding: 10px 20px;
}

.labl > input {
    /* HIDE RADIO */
    visibility: hidden;
    /* Makes input not-clickable */
    position: absolute;
    /* Remove input from document flow */
}

.labl > input + div {
    /* DIV STYLES */
    cursor: pointer;
    border: 2px solid transparent;
}

.labl > input:checked + div {
    /* (RADIO CHECKED) DIV STYLES */
    background-color: #fd9a70;
    border: 1px solid #ff6600;
    border-radius: 5px;
    color: white;
    width: auto;
}

/*.floating-mini-poll-badge{
position: absolute;
top: -40px;
right: -28px;
width: 103px;
z-index: 23;

}*/

.candidate-community-image img {
    height: 150px;
}

.candidate-community-image {
    justify-content: center;
    align-self: center;
    text-align: center;
    margin-top: 10px;
}

.community-flag {
    justify-content: center;
    align-self: center;
    text-align: center;
}

.candidate-card {
    margin: 10px;
    border: 1px solid #ccc;

}

.comm-candit-details a {
    color: black;
}

.comm-candit-details {
    padding: 10px;
}

.text-black {
    color: #000;
}

.fw-bold {
    font-weight: bold;
}

.main-footer {
    padding: 28px;
    /*background-color: rgba(255, 99, 72, 0.113);*/
    background-color: #FFC599;
}

.name-group-item {
    background-color: transparent;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}

.darta {
    /*text-align: center;*/
    margin: 6px;
}

@media (max-width: 767px) {
    .list-group-members {
        flex-direction: column;
    }

    .name-group-item {
        background-color: transparent;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 2px solid #f3f3f3;
    }
}

.thank-you-content h4 {
    color: blue;
    font-size: 38px;
    font-weight: 700;
}

.thank-you-content {
    border: 6px solid darkorange;
    padding: 50px;
    border-radius: 15px;
}

.group-ty-container {
    display: flex;
    justify-content: space-evenly;
}

.cursor-pointer {
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .group-ty-container {
        flex-direction: column;
    }

    .thank-you-content {
        padding: 20px;
    }

    .thank-you-content h4 {
        font-size: 22px;
    }
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #ff6348;
    background: #ff6348 !important;
    font-weight: 700;
}

.applyBtn {
    padding: 10px 40px !important;
    background-color: #ff6348 !important;
    border: none;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 22px;
}

.calendar-table > .table th, table td {
    padding: 6px;
}

.daterangepicker .calendar-table th {
    font-size: 14px;
    border-radius: 0px !important;
}

.show-calendar .ranges {
    background-color: hsl(9, 100%, 80%);
}

.show-calendar .ranges li:hover {
    color: white;
    font-weight: 700;
    background-color: hsl(9, 100%, 64%);
}

.show-calendar .ranges li.active {
    background-color: hsl(9, 100%, 64%);
    font-weight: 700;
}

.show-calendar {
    font-family: 'Roboto Slab', serif;
    line-height: auto;
}

.show-calendar .ranges li {
    font-weight: bold;
    font-size: 16px;
}

.show-calendarr .calendar-table {
    border: none;
}

.calendar-table > table th {
    background-color: hsl(9, 100%, 80%) !important;
    border-color: hsl(9, 100%, 80%) !important;
}

@media (max-width: 600px) {
    .show-calendar .drp-calendar.left {
        padding: 8px;
    }
}

.group-file-choose {
    color: grey;
    border: none;
    font-size: 16px;
    font-weight: normal;

}


/* normal introduction page css */

.background-gradient-container {
    height: 60%;
    background: linear-gradient(80deg, rgba(254, 146, 21, 1) 0%, rgba(254, 101, 68, 1) 100%);
    border-radius: 10px 10px 0 0;
}

.custom-non-candidate-shadow {
    border-radius: 10px !important;
    transition: all .2s ease-out;
}

.custom-non-candidate-shadow:hover {
    box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, 0.2);
}

.non-candidate-image-container {
    height: 220px !important;
    width: 220px !important;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border: 3px solid #fff;
}

.non-candidate-image-container > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.candidate_success_border {
    border-left: 12px solid #54cb36;

}

.candidate_success_text {
    margin: auto;
    padding-top: 10px;
}

.campaign_success_message {
    background: #fff;
    margin-bottom: 24px;
}

.fb-container {
    box-shadow: 0px 2px 8px 0px rgb(140 9 199 / 30%);
    -webkit-box-shadow: 0px 2px 8px 0px rgb(140 9 199 / 30%);
    border-radius: 20px;
    height: inherit;

}

.fb-page {
    /* width: 314px; */
    width: inherit;
    border-radius: 20px;
    height: auto;
}

.fb-page > span > iframe {
    border-radius: 20px;
    width: 100%;
    height: auto;
}


.option-group {

    color: #727272;
    font-weight: 400;
    font-size: 13px
}

.create-button {
    background-color: #ff6348;
    border: none;
    border-radius: 5px 5px 0px 0px;
}

.group-nav-title {
    border-radius: 0 !important;

}

.group-nav-title.active {
    background-color: #ff6348 !important;
    color: white !important;
}

.option-group {

    /*background-color: #FED6C7;*/
    /*border-radius: 6px;*/
}

.option-item {
    background-color: transparent;
    /*padding: 5px;*/
}

.option-control {
    border: 0px;
}

.option-control:focus {
    border: 1px solid #fd5736;
}

.option-item:hover .btn-outline-modified {
    display: block;
}

.btn-outline-modified {
    border: 0;
    display: none;
}

.muted-input-radio {
    background-color: transparent;
    border: 0px;
}

.right-times {
    float: right;
}

.input-survey-title {
    height: 64px;
}

.campaign-main-proto {
    margin: 20px auto;
    position: unset;
    width: 92%;
    margin-top: 30px;
}

.img-sticker .sticky-top {
    top: 106px;
}

.new-poll-list-group .list-group-item {
    margin-bottom: 10px;
}

.poll-buttons .nav-link {
    padding: 3px 10px;
    margin-right: 7px;
}

.poll-buttons .nav-link.btn-light {
    background-color: #F7A53E;
}

.np-header {
    color: #FF6348;
    font-weight: bold;
}

.poll-buttons .nav {
    display: none;
}

.badge-holders {
    margin-bottom: 6px;
}

.new-poll-list-group .list-group-item:hover .poll-buttons .nav {
    display: flex;
}

.add_poll {
    border: 4px solid white;
    position: fixed;
    bottom: 44px;
    z-index: 111;
    right: 10px;
    font-weight: bold;
}

.survey-showcase-row {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 4px;
}

.survey-showcase-row:hover {
    border-color: #F7A53E;
}

.small-other-polls-home a {
    color: #000031;
}


.edit-button {

    color: #FFFFFF;
    font-size: 16px;
    border-radius: 5px;
    border: 0px #3866a3 solid;
    background: linear-gradient(180deg, #357efc 5%, #468CCF 100%);
    text-shadow: 1px 1px 1px #528ecc;
    box-shadow: inset 1px 1px 2px 0px #bbdaf7;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.edit-button:hover {
    background: linear-gradient(180deg, #468CCF 5%, #357efc 100%);
}

.edit-button-icon {
    padding: 5px 13px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: rgba(0, 0, 0, 0.14) 1px 0px 0px inset;
}

.edit-button-text {
    padding: 5px 20px;
}

.delete-button {

    color: #FFFFFF;
    font-size: 16px;
    border-radius: 5px;
    border: 0px #3866a3 solid;
    background: linear-gradient(180deg, #ff2200 5%, #fa6641 100%);
    text-shadow: 1px 1px 1px #528ecc;
    box-shadow: inset 1px 1px 2px 0px #bbdaf7;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.delete-button:hover {
    background: linear-gradient(180deg, #fa6641 5%, #ff2200 100%);
}

.delete-button-icon {
    padding: 5px 13px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: rgba(0, 0, 0, 0.14) 1px 0px 0px inset;
}

.delete-button-text {
    padding: 5px 20px;
}

.showcase-title {
    font-size: 28px;
    color: #2260bf;
    /*color: #F7A53E;*/
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 22px;
}

.box {
    padding: 60px 0px;
}

.title-card h4 {
    font-size: 24px;
}

.box-part {
    background: #AE4650;
    border-radius: 0;
    padding: 35px 10px;
    /*margin:30px 0px;*/
}

.grey-tab-content {
    background: #f3f3f3;
}

.poll-accordian .card {
    margin-bottom: 10px;
}

.poll-accordian .card-header {
    background: #fff;
}

.poll-accordian input[type=text] {
    height: 48px;
}

.btn-question-title {
    font-weight: bold;
}

.question_types {
    background: #05081C;

    color: white;


    margin: 00;
    padding: 10px;
    font-size: 22px;
}

.list-group-item-action:hover {
    background: #f4f4f4;
}

.question_types small {
    font-size: 50%;
}

.create-survey-tabs {
    background: #ff6348;

}

/*.create-survey-tabs .nav-tabs .nav-link.active*/
.create-survey-tabs .nav-link {
    color: white;
    font-size: 16px;
}

.create-survey-tabs .nav-link.active, .create-survey-tabs .nav-link:hover {
    color: white;
    background-color: #FE9611;
    border: 0;
}


.action-button {
    font-family: Arial;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 5px;
    border: 0px #3866a3 solid;
    background: linear-gradient(180deg, #3867a3 5%, #3867a3 100%);
    text-shadow: 1px 1px 1px #528ecc;
    box-shadow: inset 1px 1px 2px 0px #3867a3;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.action-button:hover {
    background: linear-gradient(180deg, #3867a3 5%, #3867a3 100%);
}

.action-button-icon {
    padding: 5px 13px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: rgba(0, 0, 0, 0.14) 1px 0px 0px inset;
}

.action-button-text {
    padding: 5px 20px;
}

.grey-tab-content strong {

    color: black;
}

#profile .form-group, #contact .form-group {
    border: 1px solid #ccc;
    padding: 16px;
    background: white;
}

#profile .form-group label, #contact .form-group label {
    color: black;
    font-size: 16px;
}

#profile .form-check, #contact .form-check {
    padding: 20px;
}

#profile .form-check .form-check-label, #contact .form-check .form-check-label {
    padding-left: 14px;
    padding-top: 10px;
}

#profile select, #contact select {
    height: 54px;
}

.footer-text-grey a {
    color: #333;
}


/* All Public Groups */
/* .card.team > img.cover-img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 16vh;
    object-fit: cover;
}
.card.team > .card-footer{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.card-group.all-teams  {

    display: grid;
    grid-template-columns: 33% 33% 33%;
    column-gap: 10px;
    row-gap: 15px;
}

.card-group.all-teams > a >.card {
    position: relative;
    border: 1px solid black;
    border-radius: 10px;
    height: 100%;
}

.card-group.all-teams> a > .card>.card-img-top.profile-img {
    border-radius: 50%;
    max-width: 25%;
    border: 2px solid #db7414;
    aspect-ratio: 1;
    position: absolute;
    left: 35%;

}

.all-teams> a >.card>.card-body>h4 {
    margin-top: 2rem;
    color: #f1a863;
}

.card-group.all-teams> a > .card>.card-img-top.profile-img {
    top: 9vh;
}

.all-teams > a > .card > hr{
    height: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.card-group > a > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom.team-card-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom.team-card-footer{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
@media (max-width:1200px) {
    .card-group.all-teams> a > .card>.card-img-top.profile-img {
        top: 11.5vh;
    }
}
@media(max-width:992px){
    .card-group.all-teams {

        grid-template-columns: 50% 50% ;

    }
}
@media(max-width: 698px){
    .card-group.all-teams {

        grid-template-columns: 1fr;

    }
    .all-teams> a >.card>.card-body>h4 {
        margin-top: 4rem;
    }
    .card-group.all-teams> a > .card>.card-img-top.profile-img {
        top: 6.5vh;
    }
}

.card.team > hr{
    color: #e08938;
    background-color: #e08938;
} */
/*END All Public Groups */
.card-group.all-teams {
    display: grid;
    grid-template-columns: 32% 32% minmax(30%, 35%);
    row-gap: 0.5%;
    column-gap: 1.5%;
}

.card-group > .card.team {
    border-radius: 10px;
    /* border: 2px solid #999999; */
    transition: margin 0.2s ease-in-out;
    box-shadow: 1px 1px 4px 4px rgba(204, 204, 204, 1);
    -webkit-box-shadow: 1px 1px 4px 4px rgba(204, 204, 204, 1);
    -moz-box-shadow: 1px 1px 4px 4px rgba(204, 204, 204, 1);
}

.card-group > .card.team:hover {
    margin-top: -5px;
    box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.29);
}

.team-card-coverimg {
    height: 18vh;
    background-size: cover;
    background-position: center;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 5%;
    background-repeat: no-repeat;
}

.card-group > .card:not(:first-child) .card-header.team-card-coverimg {
    border-top-left-radius: 10px;
}

.card-group > .card:not(:last-child) .card-header.team-card-coverimg {
    border-top-right-radius: 10px;
}

img.team-card-profileimg {
    border-radius: 50%;
    height: 12vh;
    aspect-ratio: 1;
    object-fit: contain;
    border: 3px solid #e08938;
    background: white;
}

.team-card-footer {
    border-radius: 0 0 10px 10px;
}

.group-details:hover {
    color: black;
}

.card.team > hr {
    position: absolute;
    bottom: 0;
    background-color: #ff6348;
    color: #ff6348;
    height: 10px;
    border-radius: 0 0 10px 10px
}

.custom-overflow {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #fff #ffff;
    border-radius: 10px;
}

.custom-overflow::-webkit-scrollbar {
    width: 10px;
}

.custom-overflow::-webkit-scrollbar-track {
    background-color: #ffff;
    border-radius: 100px;
}

.custom-overflow::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #fff;
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}

@media (max-width: 998px) {
    .card-group.all-teams {
        grid-template-columns: minmax(45%, 50%) minmax(45%, 50%);
    }
}

@media (max-width: 598px) {
    .card-group.all-teams {
        grid-template-columns: minmax(95%, 100%);
    }
}

.search-line {
    display: grid;
    grid-template-columns: 50% minmax(45%, 50%);
    column-gap: 10px;
    row-gap: 10px;
}

.search-line > :first-child {
    grid-template-columns: 50% minmax(45%, 50%);
    display: grid;
    column-gap: 10px;

}

@media (max-width: 600px) {
    .search-line {
        grid-template-columns: 100%
    }
}

.campaign-page > .campaign-banner {
    height: 48vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .campaign-page > .campaign-banner {
        height: 40vh;
    }
}


.bp-primary-search-btn {
    background: linear-gradient(to bottom, #ff7a48, #cb5639);
}

.bp-primary-search-btn:hover {
    background: linear-gradient(to top, #fe6248, #ff7a48);
}


.bp-red {
    background: linear-gradient(to left, #ff0000, #cc3500);
}

.bp-red:hover {
    background: linear-gradient(to right, #ff0000, #cc3500);
}

.bp-green {
    background: linear-gradient(to bottom, #1bd741, #14a331);
}

.bp-green:hover {
    background: linear-gradient(to top, #1bd741, #14a331);
}

.thumbnail.card.profile-img {
    position: absolute;
    top: 11vh;
    right: calc(93% / 2);
    background: transparent;
    border-radius: 50%;
}

.thumbnail.all-teams.cover-img {
    position: absolute;
    top: 11vh;
    right: calc(78.5% / 2);
}

@media (max-width: 998px) {
    .thumbnail.card.profile-img {
        right: calc(89% / 2);
    }

    .thumbnail.all-teams.cover-img {
        right: calc(77.5% / 2);
    }
}

@media (max-width: 698px) {
    .thumbnail.card.profile-img {
        right: calc(79% / 2);
    }

    .thumbnail.all-teams.cover-img {
        right: calc(66.5% / 2);
    }
}

.card-footer.team-card-footer > div > a {
    color: #6c757d;
}

.card-footer.team-card-footer > div > a:hover {
    color: #000000;
}

.count-holder {
    height: 2rem;
    aspect-ratio: 1;
    background-color: black;
    color: white;
    border-radius: 50%
}


@media (max-width: 600px) {
    .my-candidate .search-fluid {
        order: 2;
    }

    .my-candidate .intro-page {
        order: 1;
    }
}

input.search::placeholder {
    font-family: 'FontAwesome', 'Roboto';
    font-style: normal;
    letter-spacing: 1px;
}

.subscribe-form {
    -webkit-box-shadow: 0px 0px 10px 0px rgb(140 9 199 / 30%);
    border-radius: 99px;
    border: 1px solid #ff6348;
    height: 4.9vh;
    max-width: 33%
}

form.subscribe-form > input[type=text] {
    border-radius: 99px 0px 0px 99px;
    /* max-width: 84%; */
    padding: 3vh 0 3vh 10px;
    height: 4.8vh;
}

.input-group.subscribe-form > .form-control:not(:first-child), .input-group.subscribe-form > .form-control:not(:last-child) {
    border-radius: 99px 0px 0px 99px;
}

.subscribe-form > .input-group-append > button {
    display: block;
    text-align: center;
    border-radius: 0px 99px 99px 0px;
    background: linear-gradient(182.5deg, #fe8f18, #fe6a3f);
    animation: subscribe-button 10s infinite;
    animation-delay: 5s;
}

.subscribe-form > .input-group-append > button:hover {
    background: linear-gradient(3deg, #fe8f18, #fe6a3f);
    animation: subscribe-button 50s infinite;
    animation-delay: 5s;
}

@keyframes subscribe-button {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 1000px;
    }
}

@media (max-width: 798px) {
    .subscribe-form {
        max-width: 50%
    }
}

@media (max-width: 698px) {
    .subscribe-form {
        max-width: 75%;
    }

    form.subscribe-form > input[type=text] {
        /* max-width: 77.5%; */
        min-width: 10%;
    }

}

form.subscribe-form > div > button {
    height: 4.7vh;
}


/* advertise with us css  start here*/
.advert-card-list {
    min-height: 70px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    transition: .3s all ease-in;
}

.advert-card-list:hover {
    transform: translate(5px, 5px);
    cursor: pointer;
    /* height: 80px; */
    box-shadow: 0 4px 10px rgba(235, 33, 33, .5);
    background: #fff;
}

.advert-card-list:hover .client-text {
    font-size: 16px;
    font-weight: 400;
}

.advert-card-list > td {
    padding: 1.5rem inherit !important;
}

.ads-input-search {
    transition: .2s;
}

.ads-input-search:focus {
    border: 1px solid #fe7e2a;
    box-shadow: 5px 5px 35px #fe7e2a;
}

.bg-modal-dark {
    background-color: #404040;
}

.text-modal-header {
    color: #e6740b
}

.text-modal-footer {
    background: rgb(230, 149, 60) !important;
    font-size: 24px;
    font-weight: 400;
    transition: .3s;
}

.text-modal-footer:hover {
    background: rgb(230, 149, 60, .8) !important;
}

.round-title {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #404040;
    overflow: hidden;
    font-size: 18px;
}

.client-title {
    font-size: 20px;
    font-weight: 400;
}

/* advertise with us end here */
#candidate_phone_no::placeholder {
    font-style: normal;
}

/* Subscribe Button */
#representative-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    float: left;
    height: 100%;
    padding: 0 0 0 30px;
    width: 100%;
    border: 1px #ff6348 solid;
    border-right: none;
    box-shadow: none;
    border-radius: 999px;
    font-size: 16px;
    margin: 0px;
}

.representative-content {
    background-color: #ffffff;
    height: 35px;
    width: 100%;
    position: relative;
    border-radius: 999px;
}

.representative-content button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.representative-content button.button span {
    /*background: #FF6348;*/
    background-image: url(../img/fancy-background.png);
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
    background-size: cover;
    border-left: 1px solid #ff6348;
    color: #fff;
    height: 35px;
    transition: all 0.3s ease-in;
    display: inline-block;
    padding: 0px 40px;
    border-radius: 999px 999px 999px 999px;
    vertical-align: middle;
    /*background-color: #ff6348;*/
    /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 21, 121, 1) 17%, rgba(255, 0, 0, 1) 100%); */
    /* font-size: 18px; */
    /* line-height: 50px; */
    /* font-weight: 500; */
    /* letter-spacing: 0.5px; */
    /* font-family: 'Open Sans', sans-serif; */
}

#representative-form {
    float: center;
    /* margin-left: 28%;
    margin-right: 17%; */
    margin: auto;
    max-width: var(--max-width);
}

.representative-content i {
    position: absolute;
}

.search-icon-placeholder {
    padding: 12px 5px 20px 15px;
    /* padding: 12px; */
    min-width: 40px;
    color: #a49593;
    display: flex !important;
}

@media (max-width: 770px) {
    #representative-form {
        margin: 0 auto;
    }

    #representative-input {
        height: 32px;
        font-size: 12px;
    }

    .representative-content .subscribe-button {
        height: 30px !important;
    }

}

@media (max-width: 767px) and (min-width: 480px) {
    #representative-form {
        float: none;
        margin: 0 25px;
    }

    .representative-content button.button span {
        font-size: 14px;
        padding: 0px 10px;
    }

    .representative-content {
        box-shadow: 0px 0px 10px 0px rgb(140 9 199 / 30%);
        -webkit-box-shadow: 0px 0px 10px 0px rgb(140 9 199 / 30%);
    }
}

@media only screen and (max-width: 600px) {
    .representative-content button.button span {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
    }
}

/* END Subscribe Button */
.completed-poll {
    height: 300px;
    background: #DAEDF7;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* poll new layout media query for sm device */

@media only screen and (max-width: 810px) {
    #custom-media {
        display: flex !important;
    }
}


/*New news Homepage*/
.focused-article {
    color: #00002E;
}

.pinned-news {
    position: relative;
    max-height: 516px;
    overflow: hidden;
}

.pinned-news-title {
    background: rgba(7, 9, 12, 0.4);
    position: absolute;
    bottom: 0;
    padding: 19px;
    min-height: 117px;
    width: 100%;
}

.pinned-news-title a {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.news-block-layout-grid .card-title {
    font-size: 18px;
    margin: 8px 0px;
}

.news-block-layout-grid .card {
    border: none;
}

.news-block-layout-grid .card-title a {
    color: #000;

}

.half-news {
    background: #002861;
    padding: 20px;
    margin-bottom: 22px;
}

.half-news a {
    font-size: 35px;
    color: white;
}

.news-all-link {
    font-size: 12px;

}

.news-category {
    font-weight: bold;
    color: #002861;
    border-bottom: 2px solid cadetblue;
    margin-top: 24px;
}

.list-group-item.category-lable {
    background: #f3f3f3;
    border: none;
    margin: 0px 5px;
}

.list-group-item.category-lable a {
    color: #002861;
    font-size: 14px;
    font-weight: bold;
}

.advertisement-section {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.advertisement-link {
    text-align: center;
    display: block;
}

/*End of news homepage*/
/*hamroneta logo*/
.hamroneta-logo {
    position: fixed;
    right: 0;
    top: 75%;
    z-index: 21;
}

.federal-candidate-image-container {
    height: 60px !important;
    width: 60px !important;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 17%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border: 3px solid #fff;
}

.federal-candidate-image-container > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.federal-bg-gradient-container {
    height: 100%;
    background: linear-gradient(80deg, rgba(254, 146, 21, 1) 0%, rgba(254, 101, 68, 1) 100%);
    /* border-radius: 10px 10px 0 0; */
    width: 18%;
}

.federal-candidate-name {
    max-height: 50px;
    padding-left: 34%;
    position: absolute;
    top: 22%;
}

.competitor-place {
    /* background: #fd8a2b;
    padding: 5px;
    font-weight: bold;
    font-size: 18px; */
    display: flex;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: linear-gradient(to right, #FF5233, #E6740B);
    border-radius: 12px, 12px, 0, 0;
    border-radius: 12px 12px 0 0;
    height: 40px;
    margin: auto;
    padding: auto;
    justify-content: center;
    align-items: center;
}

.hamroneta-blue {
    color: #162e66 !important;
}

.bhugol-orange {
    color: #FFA616 !important;
}

.home-result {
    display: grid;
    grid-template-columns: repeat(7, calc(100% / 7));
    font-family: 'Mukta', sans-serif;
}

.home-result > * {
    /* border-bottom: 2px solid #fe792f; */
    border-left: 1px solid black;
    /* border-top: 1px solid black; */
}

.home-result__title {
}

.home-result__title > span, .home-result__view-all > span {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 28px;
}

.home-result:first-child {
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 2px solid #fe792f;
}

.home-result__voting-sign > img {
    height: 80px;
    object-fit: contain;
}

.home-result__voting-sign > figcaption {
    display: none;
}

/* .home-result__table {
    border-top: 2px solid #ff6348;
    margin-bottom: 0;
} */

.home-result__results {
    display: flex;
    flex-direction: column;
}

.home-result__results > :first-child::before {
    content: attr(data-label);
}

.home-highlighted-nav {
    /* display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 140px; */
    border-radius: 30px;
    background: linear-gradient(556deg, #EC9F05 0%, #FF4E00 100%);
    color: black;
    padding: 10px !important;
}

.home-highlighted-nav:hover {
    text-decoration: none !important;
}

.hover-black-text:hover {
    color: black !important;

}

.hot-vote-count1 {
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
}

.hot-view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF5233;
    width: 100px;
    height: 30px;
    border-radius: 16px;
    margin-top: 10px;
    margin-bottom: -10px;
}

.hot-card-foot {
    background: linear-gradient(to right, #FF5233, #E6740B);
    height: 8px;
    border-radius: 0 0 12px 12px;
}

.home-result__view-all {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 28px;
    color: #262626;
}

.home-result__view-all:hover {
    color: #ff6348;
}

.home-result__title {
    width: 100%;
    text-align: center;
    background-color: #ffc599;
    padding: 15px 10px 10px;
    height: 64px;
}
@media (max-width: 960px) {
    .home-result {
        grid-template-columns: repeat(3, calc(100% / 3));
    }

    .result-progress {
        height: 20px !important;
    }

    .home-result > :last-child {
        background-color: #ffc599;
    }

    .home-result > :last-child {
    }

    .home-result:first-child {
        border-right: none;
        border-top: none;
        border-bottom: none;
    }

    .home-result > * {
        border: none;
    }

}

@media (max-width: 600px) {
    .home-result:first-child {
        border-right: none;
        border-top: none;
    }

    .home-result__voting-sign > figcaption {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 22px;
        line-height: 28px;
    }

    .home-result {
        grid-template-columns: 100%;
    }

    .home-result > * {
        border-bottom: none;
        border-left: none;
        border-top: none;
    }

    .home-result__party-name:before {
        font-size: 19px;
        padding-top: 15px;
        padding-bottom: 10px;
        content: attr(data-label);
        float: left;
        font-weight: 600;
        color: #3B3C36;
    }
}

.party-result__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 10px;
    column-gap: 10px;
}

/* .party-result__grid > :nth-child(odd) {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
} */
.party-result__grid > * {
    border: 1px solid #ccc;

}

.party-result__grid > :first-child {
    border: 1px solid #ccc;
}

.party-result__grid-flex {
    border-radius: 4px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
}

.party-result__grid-flex:hover {
    box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.6);
}

.party-result__grid-flex > img {
    height: 80px;
    aspect-ratio: 1;
    object-fit: contain
}

.aprty-result__grid-flex > h6 {
    color: #ec5b22
}

.samanupatik-vote-row {
    border: 1px solid #ccc;
    margin: 8px 2px;
    padding: 4px;
}

.federal-candidate-team-img {
    height: 23px;
    position: absolute;
    top: 63%;
    z-index: 2;
}

.top-votes-accordian > * {
    flex-basis: calc(98% / 3);
}

.home_result--view {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 28px;
    color: #181619;
}

.home_result--view:hover {
    color: #fe7e2a;
}

@media (max-width: 992px) {
    .party-result__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 769px) {
    .party-result__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .home_result--view {
        width: 100%;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        background-color: #ffc599;
    }

    .party-result__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-result > :first-child {
        grid-column: span 1;
    }
}

@media (max-width: 769px) {
    .hide-weather {
        display: none;
    }
}

.page-title {
    font-size: 3rem;
}

@media (max-width: 769px) {
    .page-title {
        font-size: 2rem;

    }
}

@media (max-width: 500px) {
    .page-title {
        font-size: 1.5rem;

    }
}

/* sponsors css */

.sponsor-row {
    align-items: center;
    margin: auto;
    width: 50%;
    justify-content: center;
}

.sponsor-row-center {
    align-items: center;
    margin: auto;
    justify-content: center;
}

.sponsor-individual {
    text-align-last: center;
}

.sponsor-image-frontend {
    height: 50px;
    border-radius: 8px;
}

.sponsor-image-frontend-small {
    height: 30px;
    border-radius: 8px;
}

.sponsor-delete-button {
    background-color: #ff6348; 
    border: none; 
    color: white; 
    text-align: center; 
    float:right ;
}

.sponsor-input {
    border-bottom:1px solid black; 
    width: 100%;
}

.sponsor-text {
    color: white;
}

.sponsor-image {
    max-height: 80px; 
    width: auto;
}

.sponsor-image-field {
    border-bottom:none; 
    font-weight: 400;
}

.sponsor-text-field {
    border-bottom:1px solid black; 
    width: 100%;
}

.add-sponsor-button {
    background-color: #fe9611; 
    border: none; 
    color: white; 
    text-align: center; 
    border-radius: 5px; 
}


.custom-image-thumb{
    object-fit: cover;
    height:125px !important;
    width:200px !important;
}
