@keyframes wave-46 {
    50% {
        transform: scale(0.9);
    }
}

.uv-newsletter-form {
    width: 100%;
    max-width: 600px;
    padding: 60px 60px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000029;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.uv-newsletter-form .uv-formmsgs{border-radius: 10px;}

#uvform-newsletter {
    display: flex;
    flex-direction: row;
    position: relative;
    max-width: 550px;
    margin: auto;
    flex-wrap: wrap;
}

.uv-checkbox-section{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding-top: 25px;
    font-size: 14px;
}

#uvform-newsletter-email {
    width: 100%;
    /* padding: 10px; */
    min-height: 40px;
    padding: 16px;
}

.uv-fleft.emailcont {
    width: calc(100% - 60px);
    padding-right: 10px;
    min-height: 51px;
}

.pristine-error {
    position: absolute;
}

.uvform-msg {
    position: absolute;
    left: 0;
    top: 10px;
    width: calc(100% - 50px);
    text-align: center;
}

.uv-fright.uv-btn {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.3em;
    padding: 0px;
    padding-top: 4px;
    border: 1px solid transparent;
}
.uv-newsletter-form .uv-fright.uv-btn{
    cursor: pointer;
    background-color: var(--uvwp_primary_background_color);
    border-color: var(--uvwp_primary_border_color);
}
.uv-fright.uv-btn * {
    fill: var(--uvwp_primary_text_color);
}
.uv-newsletter-form .uv-fright.uv-btn:hover, .uv-newsletter-form .uv-fright.uv-btn:focus, .uv-newsletter-form .uv-fright.uv-btn:active{
    background-color: var(--uvwp_primary_background_color_hover);
}
.uv-newsletter-form .uv-fright.uv-btn:hover *, .uv-newsletter-form .uv-fright.uv-btn:focus *, .uv-newsletter-form .uv-fright.uv-btn:active *{
    fill: var(--uvwp_primary_text_color_hover);
}
.uv-newsletter-form .pristine-error{
    font-size: 0.8em;
    width: 100%;
    text-align: center;
    color: #ff0000;
}

.uv-newsletter-form .uv-newstitle {
    text-align: center;
    font-size: 2em;
    padding-bottom: 1em;
    font-size: var(--uvwp_title_font_size);
}

.uv-newsletter-form p {
    text-align: center;
}
.uv-newsletter-form .subscribe-subtitle p{
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    
}

.newsletter-socials .single-socials * {
    fill: #000033;
    float: left;
    transition: all .35s ease-in-out;

}

.subscribe-subtitle {
    padding-top: 1.8em;
    padding-bottom: 0.3em;
    font-size: var(--uvwp_subtitle_font_size);
    font-family: var(--uvwp_subtitle_font_family);
    font-weight: var(--uvwp_subtitle_font_weigth);
}

.newsletter-socials {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
}



.newsletter-socials .uv-site-socials .single-socials * {
    fill: #000000;
    float: left;
    transition: all .35s ease-in-out;
}

.newsletter-socials .icon-wrapper {
    padding: 10px;
    border: solid 1px #000000;
    border-radius: 100%;
    transition: all .35s ease-in-out;
}


.checkbox-style input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.checkbox-style .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.checkbox-style .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
    font-size: 0px;
}

.checkbox-style .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}

.checkbox-style .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.checkbox-style .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--uvwp_primary_background_color);;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.checkbox-style .cbx span:last-child {
    padding-left: 8px;
}

.checkbox-style .cbx:hover span:first-child {
    border-color: var(--uvwp_primary_background_color);
}

.checkbox-style .inp-cbx:checked+.cbx span:first-child {
    background: var(--uvwp_primary_background_color);
    border-color: var(--uvwp_primary_background_color);
    animation: wave-46 0.4s ease;
}

.checkbox-style .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.checkbox-style .inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

.privacy-terms-newsletter{
    font-size: 14px;
    padding-left: 10px;
}
.uv-newsletter-form .uv-newsletter-input a{
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: unset;
    text-transform: none;
    font-weight: inherit;
    color: #2766ff;
}
.uv-newsletter-form .uv-newsletter-input .uvcheckbox{
    margin-top: 1.65em;
    font-size: 0.875em;
}
.uv-newsletter-form .uv-newsletter-input{
    display: flex;
    width: 100%;
    justify-content: center;
}


/*Resoponsive*/
@media (max-width: 600px) {
    .uv-newsletter-form {
        padding: 30px;
    }
}