@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap'); 


/* variables */
:root {
    --primary-color: #FB9300; 
    --text-color: rgb(24, 24, 24);
    --field-border-color: rgb(229,229,229);
    --field-color: rgb(255,255,255);
    --text-color-2: rgb(139, 139, 139);
}
body
{
    font-family: "Urbanist", sans-serif;
    width: 100%;
    position: relative;
    height: auto;
}
main {
    display: grid;
    min-height: 100vh;
    width: 100%;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    padding: 60px 0 60px 0;
} 
.wrapper { 
    width: 100%;
    height: 100%;
    background-color: var(--field-color);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.main-heading {
    font-size: 24px;
    font-weight: bold; 
    background-color: #fff284; 
    display: grid;
    align-content: center;
    padding-left: 70px !important;
    padding: 30px;
}
.pole-form {
    padding: 50px 0px 50px 70px;
    display: flex;
    align-items: center;
    padding-bottom: 0;
}
.pole-form form {
    width: 47%;
}
.radiofield
{
    height: 60px;
    width: 100%;
    margin-bottom: 15px;
    line-height: 60px;
    padding-left: 38px;
    position: relative;
    opacity: 0;
}
.radiofield input[type=radio] {
    -webkit-appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 1px rgb(122 122 122);
    border-radius: 20px;
    top: 0;
    left: 0;
    cursor: pointer;
    box-shadow: 5px 5px 0px 0px rgb(186 186 186);
    -webkit-box-shadow: 5px 5px 0px 0px rgb(186 186 186); 
}
.radiofield input[type=radio]::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    color: var(--field-color);
    border: solid 2px var(--field-border-color);
    border-radius: 50%;
    background-color: var(--field-color);
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    position: absolute;
    top: 25%;
    right: 30px;
}
.radiofield input[type=radio]:checked:before
{
    content: "\f00c";
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.radiofield input[type=radio]:checked
{
    border-color: var(--primary-color);
    box-shadow: 5px 5px 0px 0px rgb(251 147 0);
    
    -webkit-box-shadow: 5px 5px 0px 0px rgb(251 147 0); 
}
.radiofield label
{
    font-size: 22px;
    color: var(--text-color);
    font-weight: 500;
}
footer {
    width: auto;
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; 
    padding-top: 0;
    padding-left: 76px;
}
a {
    text-decoration: none;
}
.votes-number {
    display: flex;
    align-items: center;
    width: 100%; 
}
.vote_count {
    padding-left: 70px;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    width: 100%;
    align-items: center;
    text-align: center; 
    text-align: center;
}
.users {
    position: relative;
 }
.users img { 
    border-radius: 50%; 
    width: 50px;
    height: 50px;
}
.users img:nth-child(2) {
    margin-left: -16px;
}
.users img:nth-child(3) {
    margin-left: -15px;
}
.no-left {
    position: static !important;
    left: 0;
}
.dot
{
    background-color: var(--text-color-2);
    border-radius: 50%;
    width: 5px;
    height: 5px;  
    margin: 0 10px;
}
.total-votes
{
    font-size: 16px;
    color: var(--text-color-2);
}
#countdown {
    font-size: 14px;
    color: var(--text-color-2);
    background-color: #fff284;
    padding: 3px 20px;
    border-radius: 50px;
    margin-left: 20px;
    color: #000000;
    font-weight: bold;
}
.next_prev {
    position: relative; 
    width: 100%;
}

.next_prev button {
    background-color: var(--primary-color);
    height: 57px;
    padding: 0 70px;
    font-size: 16px;
    color: var(--field-color);
    border-radius: 20px;
    border: solid 2px transparent;
    transition: 0.4s;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
.next_prev button span
{
    position: relative;
    z-index: 1000;
}
.next_prev button:hover {
       box-shadow: 5px 5px 0px 0px rgb(0 0 0);
    -webkit-box-shadow: 5px 5px 0px 0px rgb(0 0 0);  
}  

.thankyoupage
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.result
{
    display: flex; 
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.prnct {
    font-size: 18px;
    color: var(--text-color);
    margin-right: 20px;
    position: absolute;
    top: 0;
}
.bar
{
    width: -webkit-fill-available;
    position: relative;
}
.result label {
    font-size: 18px;
    color: var(--text-color);
    font-weight: bold;
    margin-bottom: 10px;
}
.result .prnct-bar
{
    background-color: var(--primary-color);
    height: 14px;
    border-radius: 10px;
    width: 10px;
}
.result .prnct-bar:before {
    content: "";
    position: absolute;
    width: 100%;
    width: 100%;
    background-color: #fb93002e;
    height: 14px;
    left: 0;
    border-radius: 55px;
}
.opt1 .prnct-bar
{
    width: 15%;
}
.opt2 .prnct-bar
{
    width: 15%;
}
.opt3 .prnct-bar
{
    width: 75%;
}
.opt4 .prnct-bar
{
    width: 50%;
}

 

#sub img
{
    width: 60px;
}

.highlight
{
    border-top: solid 3px var(--primary-color) !important;
    border-bottom: solid 3px var(--primary-color) !important;

}


 .pole-img {
    width: 50%;
}
 
.pole-form > div {
    width: 50%;
    margin-right: 50px;
    text-align: end;
}


#error
{
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 20;
}


.clients {
    /* width: 43%; */
    /* margin: auto; */
    /* background-color: #e7e7e7; */
    /* padding: 44px 0; */
    /* border-radius: 20px; */
}

.clients ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients ul li h5 {
    background-color: var(--primary-color);
    width: 66px;
    height: 66px;
    border-radius: 50%;
    color: #ffffff;
    border: 5px solid #ffffff;
    margin-left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients h4 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
}
.clients ul li {
    display: block;
}
.clients ul li img {
    border-radius: 50%;
    border: 5px solid #ffffff;
    margin-left: -12px;
}
.clients ul li h5 a {
     text-decoration: none;
}
.invalid
{
  border: solid 2px #ff4444 !important;
  position: relative;
}