/*category*/
.epoll_container{
    min-width: 300px;
}
.epoll_container_content{
    padding:30px;
    max-width:960px;
    margin:20px;
}

.epoll_category_title,.epoll_category_desc{
    padding: 10px;
    text-align: left;
    color: #293a5f;
    margin-bottom: 0;
    display: block;
    border-radius: 4px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}
.it_epoll_list .it_epoll_survey-item{
    padding-bottom: 10px;
}
.epoll_category_desc{
    padding-top:0;
    color: #2c3a55;
}
.epoll_search{
    display: inline-block;
    max-width: 600px;
    width: 100%;
    outline: 0;
    background: #fff;
    color:#b6baca;
    box-shadow: 0px 3px 6px #eff1fe;
    padding: 15px;
    border-radius: 12px;
    border:1px solid #f1f1fc;
}
.epoll_search > i{
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
.epoll_search > input{
    outline: 0;
    width: calc(100% - 50px);
    border: 0;
    color: #b6baca;
    background: #fff;
    display: inline-block;
    height: 32px;
    font-weight: 400;
    font-size: 18px;
    padding-left: 10px;
}

.epoll_search > input::placeholder{
    color:currentColor;
}

.epoll_search > input::-moz-placeholder{
    color:currentColor;
}

.epoll_search > input::-ms-input-placeholder{
    color:currentColor;
}

.epoll_search > input::-webkit-input-placeholder{
    color:currentColor;
}
.epoll_catgegory_search{
    padding: 10px;
}

.epoll_category_gradient{
    display: block;
    height: 150px;
    overflow: hidden;
    background: linear-gradient(45deg, #FFC107, #FF5722);
}

.epoll_poll_gradient{
        border-radius: 18px;
    height: 250px;
    border:0 !important;
}



.epoll_category_gradient > img{
    width:100%;
    max-width:100%;
    display:block;
}
.epoll_category_content,.epoll_category_action{
    padding:0 10px;
}
.ec_epoll_extra_radius{
    border-radius: 20px;
}
.ec_epoll_extra_radius_card{
    box-shadow:0px 8px 16px #eaeefd, 0px 4px 8px #eceef9;
    border: 1px solid #eceef9;
}

.epoll_category_count,.epoll_cat_delim,.epoll_category_count{
    color: #959db5;
}

.eg_affix_bottom_category_meta{
    position: relative;
    bottom: -12px;
}

.epoll_poll_single_ttl{
    font-size: 20px;
    font-weight: 900;
}

.epoll_poll_sub_single_ttl{
    font-size: 15px;
    color: #8089a0;
    font-weight: 600;
    clear: both;
    margin-left: 5px;
}

/* radio box*/

.it_epoll_opt_radio_wrap [type="radio"]:checked,
.it_epoll_opt_radio_wrap [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.it_epoll_opt_radio_wrap [type="radio"]:checked + label,
.it_epoll_opt_radio_wrap [type="radio"]:not(:checked) + label
{
    position: relative;
    padding: 0;
    padding-left: 25px;
    cursor: pointer;
    line-height: 1.4;
    display: inline-block;
    color: #6a7795;
    width:100%;
    font-weight: 500;
    font-size: 16px;
    margin: 0 !important;
    font-family: inherit;
}
.it_epoll_opt_radio_wrap + label span{
    width: calc(100% - 116px);
}

.it_epoll_opt_radio_wrap [type="radio"]:checked + label{
    color: #3a7bff;
    font-weight: 700;
    width: calc(100% - 116px);
}

.it_epoll_opt_radio_wrap [type="radio"]:checked + label:before,
.it_epoll_opt_radio_wrap [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 21px;
    height: 21px;
    border: 3px solid #fff;
    border-radius: 100%;
    background: #c0d4ff;
    box-shadow: 0 0 2px #c0d4ff;
}
.eg_button{
    padding: 10px 18px;
}
.it_epoll_opt_radio_wrap [type="radio"]:checked + label:before{
    box-shadow:0 0 2px #3a7bff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.it_epoll_opt_radio_wrap [type="radio"]:checked + label:after,
.it_epoll_opt_radio_wrap [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 17px;
    height: 17px;
    background: #3a7bff;
    position: absolute;
    left: 2px;
    top: calc(50% - 8px);
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.it_epoll_opt_radio_wrap [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.it_epoll_opt_radio_wrap [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*checkbox*/

.it_epoll_opt_radio_wrap [type="checkbox"]:checked,
.it_epoll_opt_radio_wrap [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.it_epoll_opt_radio_wrap [type="checkbox"]:checked + label,
.it_epoll_opt_radio_wrap [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding: 14px;
    padding-left: 50px;
    cursor: pointer;
    line-height: 25px;
    display: inline-block;
    color: #6a7795;
    width:100%;
    font-weight: 500;
    font-size: 16px;
    margin: 0 !important;
    font-family: inherit;
}


.it_epoll_opt_radio_wrap [type="checkbox"]:checked + label{
    color: #3a7bff;
    font-weight: 700;
    width: calc(100% - 116px);
}

.it_epoll_opt_radio_wrap [type="checkbox"]:checked + label:before,
.it_epoll_opt_radio_wrap [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 16px;
    top: calc(50% - 10px);
    width: 22px;
    height: 22px;
    border: 3px solid #fff;
    border-radius: 100%;
    background: #c0d4ff;
    box-shadow: 0 0 2px #c0d4ff;
}
.eg_button{
    padding: 10px 18px;
}
.it_epoll_opt_radio_wrap [type="checkbox"]:checked + label:before{
    box-shadow:0 0 2px #3a7bff;
    content:'';
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.it_epoll_opt_radio_wrap [type="checkbox"]:checked + label:after,
.it_epoll_opt_radio_wrap [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 21px;
    height: 21px;
    background-size: cover;
    box-shadow:none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 24 24' style='&%2310; fill: %233a7bff;&%2310;'%3E%3Cg%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-.997-6l7.07-7.071-1.414-1.414-5.656 5.657-2.829-2.829-1.414 1.414L11.003 16z'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: calc(50% - 9.5px);
    left: 16.5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}



.it_epoll_opt_radio_wrap [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.it_epoll_opt_radio_wrap [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.it_epoll_otp_result_right {
    max-width: 100px !important;
    z-index: 1;
}


.epoll_hide_radio:before,.epoll_hide_radio:after{
    display:none !important;
}

.epoll_poll_option_wrapper{
    padding: 5px 5px;
    
}

.epoll_poll_option_wrapper ul.epoll_poll_options{
    list-style: none;
    display: block;
}

.epoll_poll_option_wrapper ul.epoll_poll_options li{
    padding: 5px 10px;
    margin: 10px 15px;
}

.epoll_poll_option_wrapper ul.epoll_poll_options li .it_epoll_poll_opt{
    padding: 0;
    background: #f1f5ff;
    border-radius: 12px;
    position: relative;
}

.it_epoll_poll_opt_progressbar{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 12px;
    overflow: hidden;
    padding: 16px;
}

.it_epoll_otp_result_wrap{
    background: #dfe9ff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    border-radius: 0;
    
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.epoll_related_polls_title{
    color: #6a77a3;
    padding: 14px;
    margin: 10px 20px;
    display: inline-block;
    border: 2px solid #6a77a3;
    font-weight: 700;
}
.ec_poll_border_top{
    border-top: 6px solid #3d7afe;
    border-bottom: 6px solid #3d7afe;
}

.it_epoll_otp_result_right {
    font-size:14px;
}
.it_epoll_otp_result_right span{
    font-size:12px;
}

.epoll_hide_element{
    display: none !important;
}
.epoll_sc_share_container{
    background: #fff;
    box-shadow:none;
    border: 1px solid #eceef9;
    list-style: none;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    position: absolute;
    min-width: 200px;
    right: 15px;
    z-index: 99;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transform-origin: top right;
    transition: 0.1s ease-out all;
}
.eg_badge_btn_share {
    cursor:pointer;
  }
  #it_epoll_opinion_share_btn .epoll_sc_share_container {
    top: 52px;
  }
  .hide_epoll_sc_share_container {
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: 0.1s ease-in all;
  }
.epoll_sc_share_container li{

    display: block;
    text-align: left;
    margin-bottom: 2px;
    border-bottom: 1px solid #eceef9;
   
}
.epoll_sc_share_container li a{
    color: #5b78cb;
    display: block;
    text-decoration: none !important;
    outline: 0;
    padding: 7px 15px;
}


.it_epoll_container_alert{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgb(107 114 128  / 70%);
    overflow-y: scroll;
    z-index: 99998;
}

.it_epoll_container_alert_show{
    display: flex;
}
.it_epoll_container_alert_inner{
    background: #ffffff;
    padding: 0px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 6px 1px #cacaca;
    min-width: 350px;
    min-height: 103px;
}
.it_epoll_container_alert_inner h3{
    padding: 10px;
    font-size: 13px;
    color: #555;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    background: #fafafa;
    display: flex;
    align-items: center;
}
.it_epoll_container_alert_close{
    display:block;
    cursor: pointer;
}
.it_epoll_container_alert_inner h3 span:first-child{
    flex:1;
}

.it_epoll_container_alert_inner div{
    padding: 10px 20px 0;
}

.it_epoll_hcaptcha iframe{
    width: 100% !important;
    height: 110px !important;
}

#it_epoll_opinion_share_btn .epoll_sc_share_container{
    top:52px;
}


.it_epoll_poll_share_btn {
    top: 6.5px !important;
    right: 6.5px !important;
    position: absolute;
    
}

.it_epoll_poll_share_btn .eg_badge{
    background: #fff;
    border-color: #ffffff;
    cursor: pointer;
}


.epoll_poll_share_container{
    display: block;
    align-items: center;
    justify-content: center;
    list-style: none;
    text-align: center;
    margin: 0;
    border-top:1px solid #fff;
    padding: 10px;
    padding-bottom: 0;
}
.epoll_poll_share_container li{
    display:block;
}
.epoll_poll_share_container li a{
    padding: 5px 10px;
    margin: 10px;
    background: #fff;
    outline:0 !important;
    border-radius: 6px;
    color: #2196f3;
    display:block;
    border:1px solid #2196f3;
}
.it_epoll_poll_share_btn_container{
    padding: 0 10px 20px !important;
}

.epoll_poll_contest_powered_by{
    text-align: right;
    padding: 6px 20px;
    padding-top: 0;
    display: block;
    font-size: 10px;
    color: #fff !important;
}

.epoll_poll_contest_powered_by a{
    color:#fff !important;
    font-size: 10px !important;
    text-decoration: underline;
}

.epoll_opinion_voting_error {
    margin: 4px 20px !important;
    padding: 6px 12px;
    background: #f7c1bd;
    margin-bottom: 0 !important;
    border-radius: 6px;
    border: 1px solid #a3352d;
    font-size: 13px;
    font-weight: bold;
    color: #a3352d;
  }
  
  .it_epoll_opt_radio_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%; 
    padding: 14px;
  }
  
  .it_epoll_opt_radio_wrap_inner{
    flex: 1;
    min-width: 200px; 
  }
  
  .it_epoll_opt_radio_wrap .it_epoll_otp_result_right {
  
    padding: 1px 5px;
    background: #f1f5ff;
    line-height: 1.4;
    border-radius: 6px;
  }