@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
*{
    padding: 0;
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    padding: 0;
    margin: 0; 
    font-family: 'Inter', sans-serif; 
}
body{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #00000C;
}
.vote_for_candidate {
    padding: 60px 0 80px;
}
.vote-container
{
    max-width:800px;
    margin: 0 auto;
} 
.vote-navbar-nav .nav-item.custom-item {
    margin-right: 30px;
}
.vote-navbar-nav .nav-item.custom-item:last-child {
    margin-right: 0;
}
.voter-candidate-wrapper {
    gap: 40px;
    margin: 60px auto 40px;
}
.vote-btn-wrapper.vote-btn.vote-btn-blur .vote-for-btn {
    opacity: 0.5;
}
.candidate-list {
    padding:30px 0;
    width: 50%;
    border-radius: 60px;
}
.candidate-list:first-child {
    background: #FFECE9;
}
.candidate-list img {
    max-width: 140px;
    height:auto;
    border-radius: 50%;
}
.candidate-list:nth-child(2){
    background: #CBEEFF;
}
.candidate-name {
    color: #00000C;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    padding: 20px 0;
}
.vote-btn-wrapper {
    position: relative;
}
.vote-for-btn {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 1000px;
    background: #3C74F9;
    border: 0;
    padding:15px 20px;
    width: 200px;
    display: block;
    position: relative;
}
.vote-heading {
    color: #00000C;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom:30px;
}
.vote-description {
    color: #484848;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.lock-vote {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 1px;
    display: block;
    width: fit-content;
    display: none;
}
.vote-again-timer {
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
    gap: 20px;
    padding-inline-start:0;
}
.timer-tracker p {
    margin-top: 10px;
}
.time-number {
    border-radius: 10px;
    border: 2px solid #3C74F9;
    color: #3C74F9;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    width:70px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vote-again-heading {
    color: #00000C;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}
.timer-tracker p {
    margin-top: 10px;
    font-size: 14px;
    color: #6f7ea3;
}
.vote-again-wrapper{
    border-bottom: 1px solid #DEE3ED;
    margin: 0 auto 50px;
    padding-bottom: 50px;
}
.vote-count-img {
    width: 100px;
    height: 100px;
}
.vote-count-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #FFC7BE;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px 0px;
}
.vote-count-img.vote-count-img2 img{
    border-color: #CBEEFF;
    
}
.vote-count{
    padding: 0 0 50px;
    border-bottom: 1px solid #DEE3ED;
}
.vote-count-wrapper span {
    line-height: normal;
    color: #00000C;
}
.vote-count-wrapper .vote-count-num{
    font-size:42px;
    font-weight:700;
    line-height: normal;
}
.vote-count-wrapper .vote-count-num span{
    font-family: 'Inter', sans-serif !important;
}
.vote-ratio.vote-ratio1{
    color: #00000C;
}
.vote-count p {
    color: #00000C;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin: 22px 0 10px;
}
.vote-fillter-wrapper{
    width: 70%;
    margin:50px auto 0;
}
.vote-fillter-heading h6 {
    color: #00000C;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}
#VoteDAys {
    border-radius: 5px;
    border: 1px solid #DEE3ED;
    background: #FFF;
    color: #00000C;
    font-size: 16px;
    font-weight:400;
    line-height: 30px;
    max-width: 900px;
    padding: 10px 20px;
    min-width: 240px;
}
.vote-fillter-list {
    list-style: none;
    margin-top: 66px;
}
.vote_list {
    color: #65769D;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}
.vote-fillter-list li {
    padding:15px 0;
    border-bottom: 1px solid #DEE3ED;
}
.vote-date {
    color: #65769D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.vote-again-wrapper{
    display: none;
}

/*------header-css-----*/


.votecount-header .custom-button{
    border-radius: 32px;
    background:#3C74F9;
    color:#ffffff;
    border: none;
    font-size: 16px;
    font-weight: 700;
    padding:15px 20px;
}
.votecount-header .custom-button:hover{
    background-color:#0000ff;
    color:#ffffff;
}
.votecount-header .custom-button i{
    border: 2px solid #ffffff;
    padding: 1px 2px;
    border-radius: 4px;
    font-size: 12px
}

.display-none {
    display: none !important;
}


/*---css for style model---*/
   /* ----17-01----- */
.vote-model-custom .modal-header{
    border:none;
}
.vote-model-custom .modal-body{
    text-align: center;
    margin-top: 10px;
}
.vote-model-custom .modal-body h5{
    font-size: 30px;
    margin-top: 30px;
}
.vote-model-custom .modal-body p{
    font-size: 16px;
    color: #65769D;
    margin-bottom: 30px;
}
.vote-model-custom .votecount a{
   font-size: 12px;
    text-decoration: none;
    color: #3C74F9;
    font-weight: 600;
    letter-spacing:3px;
}
.vote-model-custom .modal-body img{
    max-width:80px;
    object-fit: contain;
}
.vote-model-custom .img-vote-icon {
    display: inline-block;
    border: 1px solid #DEE3ED;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    width: 60px;
    height: 60px;
}
.vote-model-custom .img-vote-icon img{
    max-width: 100%;
    object-fit: contain;
    margin-left: auto;
    height: auto;
}
.vote-model-custom  .votecount
{
    border: 1px solid #dde2ee;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 20px;
}
.vote-model-custom .modal-dialog{
    max-width:800px;
}
.vote-model-custom .modal-content{
   padding:5px 75px;
}
.vote-model-custom  .votecount p{
    font-size: 20px;
    color: #a4a6ac;
    font-weight: 400;
    margin: 20px 0 30px 0;
}
.vote-model-custom  .vote-modal-footer-img .facebook-span, .vote-model-custom .vote-modal-footer-img .twitter-span, .vote-model-custom  .vote-modal-footer-img .sms-span{
    display: inline-block;
    border: 1px solid #DEE3ED;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    margin: 0 8px 25px 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.vote-model-custom  .vote-modal-footer-img span img{
    max-width: 100%;
    object-fit: contain;
    margin-left: auto;
    height: auto;
}
.modal-footer {
    display: block;
    text-align: center;
    border: none;
}
.modal-footer p, .mail-box p
{
    color: #a4a6ac!important;
    font-size:12px!important;
    margin-bottom: 30px;
}
.modal-footer .btn-modal{
  border-radius: 50px;
    margin-top:0;
    padding: 10px 40px;
    font-size: 16px;
}
.modal-footer span{
   border: 1px solid #1cb01c;
    border-radius: 50%;
    padding: 3px;
    color: #1cb01c;
    font-size: 12px;
    font-weight: 700; 
}
 .vote-model-custom  .modal-body {
    padding: 0;
}
 .vote-model-custom  .modal-header .btn-close{
    background-color: #0d0ded;
    font-size: 9px;
    color: white;
    opacity: 1;
    margin-right: -70px ;
    --bs-btn-close-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>");
}
.vote-modal-footer-img {
    margin-bottom: 30px;
}
.vote-model-custom-biden .modal-body img{
    border: 1px solid #dde2ee;
    padding: 10px;
    border-radius: 15px;
    width: 60px;
    object-fit: contain;
}
.bidenshare  .modal-body h5 {
    font-size: 24px;
    font-weight: 700;
}
.bidenshare  .modal-body p {
    font-size: 16px;
    padding: 0 0 0;
    color: #a4a6ac;
    margin:22px 0 0 0;
}
.vote-model-custom-biden .modal-header{
    border:none;
}
.bidenshare  .form-check .form-check-input{
    float: right;
    cursor: pointer;
}
.bidenshare  .form-check{
    text-align: left;
    border: 1px solid #dde2ee;
    padding: 30px 30px;
    border-radius: 10px;
    margin: 20px 0;
}
.vote-model-custom-biden  .modal-dialog{
    max-width:550px;
}
.vote-model-custom-biden  .modal-content{
    padding: 0 40px;
}
.bidenshare  .modal-header .btn-close{
    background-color: #0d0ded;
    font-size: 9px;
    color: white;
    opacity: 1;
    margin-right: -50px ;
    --bs-btn-close-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>");
}
.bidenshare  .form-check-input:focus{
    box-shadow: none;
}
.bidenshare  .form-check-input:checked[type=radio]{
    --bs-form-check-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='%2300d582'/></svg>");
}
.bidenshare .form-check-input:checked{
    background-color: #ffffff;
    border-color: #00d582;
}
.bidenshare  .form-check-input{
    float: right;
    cursor: pointer;
    position: absolute;
    right: 32px;
    top: 35px;
    margin: 0;
}
.bidenshare .check-option:checked + .form-check{
    border-color:#00B873;
}
 .vote-model-custom .modal-footer h3{
    font-size:23px;
    color: #00000C;
    font-weight:300;
}
.votecount-header .navbar-toggler-icon{
    background-image:url('../../images/humburgur.png');
    width:30px;
}
.votecount-header .navbar-toggler{
    border:none;
}
.votecount-header .navbar-toggler:focus{
    box-shadow: none;
}
.votecount-header{
    border: 1px solid #EDEFF3;
    padding : 15px 0;
}
.votepresident p{
    color:#65769D;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.votecount-header button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
        background-image:url('../../images/crose.png');
        width:30px;
}
.votecount-header .navbar-nav li a{
    color: #00000C;
    font-size: 16px;
    font-weight: 700;
}
.vote-model-custom button:focus:not(:focus-visible), .vote-model-custom-biden button:focus:not(:focus-visible){
    box-shadow:none;
}
.votepresident {
    border-top: 1px solid #EDEFF3;
    padding: 23px 0;
}

.bidenshare .form-check-label{
    font-size:16px;
    font-weight: 700;
}
.vote-count-image img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #FFC7BE;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px 0px;
}
.vote-count-image.vote-count-img2 img{
    border: 5px solid #CBEEFF;
}
.vote-count-wrapper-mobile .vote-count-mobile-num{
  font-size:30px;
  height:95px;
}
.main{
    overflow:hidden;
}
.vote-count-wrapper-mobile .vote-ratio.vote-ratio1{
    font-size:28px;
}
.vote-count-wrapper-mobile .vote-ratio.vote-ratio2{
    font-size:28px;
}
.vote_list .total-vote{
    color:#1D194A;
}
.custom-btn-share{
    position: relative;
    top:-2px;
}
.vote-count-mobile {
    margin:0 auto;
    width: 100%;
}
.vote-count-mobile .vote-count-wrapper-mobile, .vote-count-mobile .vote-count-image, .vote-count-mobile .vote-count-mobile-num,
.vote-count-mobile  .vote-ratio, .vote-count-mobile  .dots-custom{
    vertical-align: middle;
    display: inline-block !important;
    margin: 0;
    padding: 0;
    height: auto !important;
    position: static;
    line-height: 1;
}
.vote-count-mobile  .dots-custom{
    margin: -6px 0 0 0;
    font-size:35px;
}
.bidenshare .modal-body .social-share-image{
    display: inline-block;
    border: 1px solid #dde2ee;
    padding: 19px;
    border-radius: 20px;
    margin: 0 0 25px 0;
    width: 72px;
    height: 72px;
    text-align: center
}
.form-check-wrap{
    cursor: pointer;
    position: relative;
}
.modal-footer h4, .mail-box h4 {
    color: #00000C;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px 0;
}
.bidenshare .modal-body .social-share-image img{
    width: 32px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: auto;
}
.vote-count-mobile > .vote-count-wrapper-mobile {
    display: block !important;
    text-align: center;
}



@media screen and ( max-width: 1440px ) {
    .vote-model-custom .modal-dialog{
        max-width:800px;
    }
}
@media screen and ( max-width:1024px ) {
    .vote-description br{
        display: none;
    } 
}
@media only screen and (max-width:991px) {
    .vote-navbar-nav .nav-item.custom-item{
        margin-right: 0;
    }
    .vote-container{
        width: 100%;
        padding: 0 0;
    }
    .vote_for_candidate{
        padding: 40px 0 0;
    }
    .vote-heading {
        font-size: 32px;
        line-height: normal;
        margin-bottom: 14px;
    }
    .vote-description {
        font-size: 16px;
        line-height: normal;
    }
    .voter-candidate-wrapper {
        margin:40px auto 50px;
        gap: 20px;
        width: 80%;
    }
    .candidate-list img {
        max-width: 70px;
    }
    .candidate-name {
        font-size: 18px;
        line-height: normal;
        padding: 10px 0 20px;
    }
    .vote-for-btn {
        font-size: 14px;
        padding:12px 20px;
        width: 100%;
    }
    .candidate-list {
        border-radius: 40px;
        padding: 20px 15px;
    }
    .vote-count-img {
        display: none;
    }
    .vote-count p {
        margin-top:29px;
    }
    .vote-count {
        padding:0px 0 30px 0;
    }

    .vote-fillter-wrapper {
        width: 100%;
    }
    .vote-fillter-heading h6 {
        font-size: 16px;
    }
    #VoteDAys {
        min-width: 180px;
        font-size: 14px;
    }

    .votecount-header .custom-button{
        width:100%;
    }

    .votecount-header .navbar-toggler{
        margin-left: auto;
        margin-right: 0;
    }
    .votecount-header .custom-item{
        border-bottom:1px dashed #B2B0CC;
        padding:15px 0;
    }
    .vote-model-custom .modal-content {
        padding: 20px 17px;
    }
    .vote-model-custom .modal-header .btn-close{
        margin-right:-26px;
    }
    .lock-vote {
        top:-10%;
    }
    .custom-collapse{
        position: relative;
        height:100vh;
    }
    .custom-collapse::before{
        content: "";
        position: absolute;
        border-bottom:1px solid #EDEFF3;
        width: calc(100% + 28px);
        left: -15px;
    }
 
    .vote-count-mobile .vote-date{
        line-height:0;
    }
    .modal-footer .btn-modal{
        width:100%;
        font-size: 16px;
    }
    .vote-again-heading{
        margin-bottom: 30px;
    }
    .vote-again-wrapper {
        margin-bottom: 30px;
    }
    .vote-fillter-list {
        margin: 30px 0 85px 0;
    }
    .vote-count .vote-count-num .vote-ratio {
        font-size: 42px;
        vertical-align: unset;
    }
    .time-number {
        width: 60px;
        height: 50px;
        font-size: 20px;
    }
    .lock-vote  svg {
        width: 20px;
    }
    .lock-vote {
        top: -17%;
    }
    
    .vote-model-custom .modal-body h5 {
        font-size: 24px;
        margin-bottom: 0;
    }
    
    .bidenshare .modal-body p {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 20px;
    }
    
    .bidenshare .form-check {
        padding: 20px 20px;
    }
    .bidenshare .form-check-input {
        top: 25px;
    }
}
@media only screen and (max-width:767px){
    .voter-candidate-wrapper {
        margin: 40px auto 50px;
        gap: 20px;
        width:100%;
    }
    .vote-count-wrapper {
        gap: 20px !important;
    }
    .vote-model-custom .modal-body h5
    {
        margin-top: 20px;
    }
    .vote-model-custom .modal-body img
    {
        max-width: 60px;
    }
    .vote-model-custom .img-vote-icon img
    {
        max-width: 100%;
    }
    .vote-modal-footer-img
    {
        margin-bottom: 0;
    }
    .vote-model-custom .votecount
    {
        padding: 25px;
    }
    .vote-model-custom .votecount p
    {
        font-size: 18px;
        margin: 20px 0;
    }
    .vote-model-custom .vote-modal-footer-img .facebook-span, .vote-model-custom .vote-modal-footer-img .twitter-span, .vote-model-custom .vote-modal-footer-img .sms-span
    {
        padding: 10px;
        height: 50px;
        width: 50px;
    }
    .vote-count .vote-count-num .vote-ratio {
        font-size: 24px;
    }
    .vote-count-wrapper-mobile .vote-count-mobile-num{
        padding: 0 20px;
    }
    .vote-count-wrapper-mobile .vote-count-mobile-num span {
        font-family: 'Inter', sans-serif;
    }
}
@media only screen and (max-width:391px){
    .vote-count-image img{
        width:60px;
        height:60px;
    }
}
@media only screen and (max-width:375px){
    .vote-heading{
        font-size:25px;
    }
    .vote-description{
        font-size:14px;
    }
    .candidate-list img{
        max-width:60px;
        object-fit: contain;
    }
    .candidate-name {
        font-size: 16px;
    }
    .vote-for-btn {
        font-size: 12px;
        padding: 12px;
    }
    .candidate-list{
        padding: 20px 13px;
    }
    .vote-count-mobile .vote-ratio{
        font-size:22px !important;
    }
    .vote-count-num{
        font-size:70px;
    }
    .vote-model-custom .modal-content{
        padding:20px 0;
    }
    .vote-model-custom .modal-header .btn-close{
        margin-right:0;
    }
    .vote-model-custom .modal-body{
        padding:0 10px;
    }
}
