.mobile-page-caontainer {
    position: relative;
    padding: 50px 35px;
    max-width: 500px;
    margin: auto;
}

.close-container {
    position: absolute;
    top: 10px;
    left: 30px;
    cursor: pointer;
}

.vote_title {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: center;
    color: #020b56;
}

.vote_desc {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #020b56;
}

.buttons-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 145px;
}

.skip_btn,
.continue_to_login,
.thanks_btn,
.vote_yes,
.vote_cancel {
    width: 224px;
    height: 48px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    font-family: "SF UI Text", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 0.4px;
    text-align: center;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    text-transform: uppercase;
    transition: scale 0.3s ease;
    -webkit-transition: scale 0.3s ease;
    -moz-transition: scale 0.3s ease;
    -ms-transition: scale 0.3s ease;
    -o-transition: scale 0.3s ease;
}

.continue_to_login,
.thanks_btn,
.vote_yes {
    color: #fff;
    background-color: #4adede;
    border: 2px solid #4adede;
}

.skip_btn,
.vote_cancel {
    background-color: #fff;
    color: #46c6c6;
    border: 2px solid #46c6c6;
}

.skip_btn,
.continue_to_login {
    margin: 10px;
}

.skip_btn:active,
.skip_btn:hover,
.continue_to_login:hover,
.thanks_btn:hover,
.vote_yes:hover,
.vote_cancel:hover,
.continue_to_login:active,
.thanks_btn:active,
.vote_yes:active,
.vote_cancel:active {
    filter: brightness(0.96);
    -webkit-filter: brightness(0.96);
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
}


#ntf-ad {
    background-image: url('../img/voting-page3-1.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: repeat;
    height: 800px;
    max-width: 552px;
    margin: auto;

}


.ntf-ad_container {
    height: 100%;
}

.ntf-ad_vote_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.vote_title_ntf {
    font-family: "Montserrat";
    font-size: 2em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #5ce1e6;

}

.vote_desc_ntf {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.vote_desc_ntf span {
    font-weight: bold;
}

.desc_ntf {
    position: absolute;
    top: 18%;
}

.title_ntf {
    display: block;
    width: 54%;

}

/* .coupon_txt {
    color: #1aa7ec;
    font-family: "SF UI Text";
} */



@media(max-width: 767px) {
    #ntf-ad {
        background-image: url('../img/voting-page3-1.png'),
            url('../img/voting-page3-1.png'),
            url('../img/voting-page3-1.png');
        background-position: bottom, center, top;
        background-repeat: no-repeat, no-repeat;
        background-size: contain, contain;
        height: 100vh;
    }
}