    .it_epoll_otp_form_container{
        height: calc(100% - 96px);
        overflow-x: hidden;
        overflow-y:scroll;
        background: #F5F6F7;
        padding: 10px 0;
    }

    .it_epoll_otp_form_container::-webkit-scrollbar {
        width: 3px;
    }
  
  /* Track */
    .it_epoll_otp_form_container::-webkit-scrollbar-track {
    background: #F5F6F7; 
  }
   
  /* Handle */
  .it_epoll_otp_form_container::-webkit-scrollbar-thumb {
    background: #3b78ba; 
  }
  
  /* Handle on hover */
  .it_epoll_otp_form_container::-webkit-scrollbar-thumb:hover {
    background: #2367af; 
  }

.it_epoll_surveys .it_edb_input_container .it_edb_input, .it_epoll_surveys .it_edb_input_container .it_edb_textarea {
    display: block;
    border: 0;
    background: #F5F6F7;
    border-radius: 4px;
    color: #135ba7;
    width: 100%;
    outline: 0;
    box-shadow: none;
}

.it_epoll_container  .it_edb_input_container label, .epoll_container  .it_edb_input_container label,#it_epoll_country_chooser  .it_edb_input_container label {
    display: block;
    color: #1f63ab;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.2;
    position: absolute;
    top: -8px;
    left: 11px;
    padding: 0px 4px;
    height: auto !important;
    font-size: 12px;
    font-weight: 600;
    background: #F5F6F7;
}

.it_epoll_container .it_edb_input_container , .epoll_container .it_edb_input_container, #it_epoll_country_chooser .it_edb_input_container{
    margin: 18px 20px 0;
    color: #F5F6F7;
    position: relative;
    background: #F5F6F7;
    border-radius: 6px;
    color: #1f63ab;
    overflow: visible;
    height: auto;
    width: calc(100% - 40px);
    padding: 2px;
    font-size: 13px;
    background: -webkit-linear-gradient(40deg,#7fa4ca,#1f63ab)!important;
}

#it_epoll_country_chooser .it_edb_input_country_chooser_container{
    margin: 16px;
    width: calc(100% - 32px);
}
#it_epoll_country_chooser .it_edb_input_country_chooser_container label{
    background: #fff !important;
}
#it_epoll_country_chooser .it_edb_input_country_chooser_container input.it_edb_input{
    background: #fff !important;
    padding: 8px 12px;
    width: 100%;
    border-radius: 4px;
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important;
}

.it_epoll_container_alert_inner #it_epoll_opinion_cc{
    padding: 1px !important;
}
#it_epoll_country_chooser .it_epoll_opinion_cc_search_suggestions{
    display: block;
    list-style: none;
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
    border-top: 1.5px solid #829fc5;
    border-radius: 0;
    overflow-x: hidden;
    max-height: 250px;
    padding: 0 2px;
}
.it_epoll_container_alert_inner h3{
    padding: 16px 10px;
    text-align: center;
}
#it_epoll_country_chooser .it_epoll_opinion_cc_search_suggestions li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 8px 16px;
    color:#4566a4;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 4px;
    border-bottom: 1.3px solid #dedede;
}

.it_epoll_voting_confirm_back,.it_epoll_voting_confirm_otp_back{
    height: 24px;
    display: block;
    text-decoration: none !important;
    outline: 0 !important;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    padding: 3px;
    margin-right:10px;
}
.it_edb_input_tel{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .it_edb_input_container_flex{
    display: flex;
  }
  .it_edb_input_tel_container{
    flex:8;
  }
  .it_epoll_survey-button{
    font-size: 13px !important;
    line-height: 1.3 !important;
    border-radius: 12px !important;
    text-indent: 5px;
  }

  
.it_epoll_survey-button{
    max-width: 100px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    padding: 0.82rem 2.14rem !important;
    font-size: .81rem !important;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0.375rem !important;
    border: 0 !important;
    outline:0 !important;
    line-height: 1.3;
    -webkit-border-radius: 12px !important;
    border-radius: 12px !important;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #fff;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: -webkit-linear-gradient(50deg,#ffd86f,#fc6262);
    background: -o-linear-gradient(50deg,#ffd86f,#fc6262);
    background: linear-gradient(40deg,#ffd86f,#fc6262);
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}


.it_epoll_survey-button:active, .it_epoll_survey-button:focus, .it_epoll_survey-button:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%) !important;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%) !important;
    outline: 0 !important;
}
  .it_edb_input_tel_select{
    border: 0;
    border-left: 2px solid #3b67a9;
    flex: 2;
    background: #f5f6f7;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2px;
    font-weight: 600;
    font-size: 13px;
    cursor:pointer;
  }
  .it_edb_input_tel_select .it_edb_input_tel_select_arrow, .it_epoll_surveys .it_edb_input_tel_select_country_arrow{
    line-height: 0;
    fill: #4566a4;
  }
  .it_edb_input_tel_select .it_edb_input_tel_select_arrow svg{
    width:12px;
    height:12px;
  }
  
.it_epoll_voting_confirm_back svg,.it_epoll_voting_confirm_otp_back svg{
    width:100%;
    height:100%;
}
.it_epoll_survey_confirmation_form .it_epoll_voting_confirmation_poll_title {
    margin: 0;
    text-align: left;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #F5F6F7;
    padding: 10px 20px;
    border-bottom: 0;
    background: -webkit-linear-gradient(138deg,#7fa4ca,#2857a0)!important;
    background: -o-linear-gradient(138deg,#7fa4ca,#2857a0)!important;
    background: -moz-linear-gradient(138deg,#7fa4ca,#2857a0)!important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
}

.it_epoll_survey_confirmation_form .it_edb_input_container_button .it_edb_submit{

    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 1rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0.375rem auto;
    border: 0;
    display: block !important;
    border: 0;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #fff;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: #3b67a9 !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    margin: 0;
    display: block !important;
    max-width: 100% !important;
    bottom: 0;
    left: 0;
    outline: 0 !important;
    border-radius:0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.it_edb_input_container_button{
    position: absolute;
    width: 100%;
    bottom: 0;
}

.it_epoll_card_back{
    border-radius:12px;
    overflow:hidden;
}

.it_epoll_survey_confirmation_form .it_edb_input_container label.error {
    margin: 1px;
    color: #f44336;
    font-size: 10px;
    position: absolute;
    bottom: 3px;
    top: auto;
    left: auto;
    right: 1px;
}
.it_epoll_survey_confirmation_form .it_edb_input_container .it_edb_input.error,.it_epoll_survey_confirmation_form .it_edb_input_container .it_edb_textarea.error {
    outline: 1.5px solid #F5F6F7;
    box-shadow: 0 0 1px 3px #fc7664;
    border: 0;
}

.it_epoll_otp_form_container_hint,.it_epoll_otp_form_container_error{
    background: #ffd556;
    margin: 0;
    display:block;
    font-size: 12px;
    font-weight: bold;
    color: #555;
    padding: 12px;
}
.it_epoll_otp_form_container_error{
    background: #ffbebe;
    display: none;
    line-height: 1.4;
}
.it_epoll_otp_input_container{
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: calc(100% - 80px);
    padding: 0 10px;
}

.it_epoll_otp_btn {
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    display: block !important;
    border: 0 !important;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #fff !important;
    position: relative;
    outline: 0 !important;
    cursor: pointer !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    font-weight: 400 !important;
    text-align: center;
    white-space: nowrap;
    width: calc(100% - 40px);
    margin: 10px 20px;
    border-radius: 6px !important;
    padding: 10px !important;
    background: #3b67a9 !important;
}

.it_epoll_otp_input_container_inner{
    width:100%;
    padding-top:20px;
    
}
.it_epoll_survey_confirmation_form .it_edb_input_container .it_edb_input_tel_container .it_edb_input{
    border-radius: 0 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.it_epoll_card_back_popup {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: block;
}
.it_epoll_spinner_popup{
    top: calc(50% - 40px);
}

.it_epoll_spinner_popup_wrap{
    position: absolute;
    background: rgb(48 47 47 / 42%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
}
.it_epoll_container_alert_inner_pop{
    background: transparent;
    padding: 0px;
    border-radius: 12px;
    overflow: hidden;
    min-width: 350px;
    position: relative;
    min-height: 103px;
}

.it_epoll_container_alert_inner_pop .it_epoll_otp_form_container{
    height: 100%;
    background: #F5F6F7;
    padding: 10px 0;
}