.xemailsfound i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #56c350;
    border-radius: 100%;
    color: #fff;
    margin-right: 10px;
}
.ext-buttons {
    display: flex;
    align-items: center;
    gap: 16px 0;
    margin-top: 24px;
    flex-wrap: wrap;
}
.ext-buttons .form-group,
.ext-buttons .button {
    margin-right: 16px;
}
#sort-sel {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.66667 5L10.3333 1' stroke='%231C274C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 13px 6px;
    border: 1px solid #EBEBEB;
    height: 49px;
    border-radius: 16px;
    box-shadow: 0px 0px 84px 0px #0533E60D inset;
    font-family: inherit;
    padding: 10px;
    min-width: 180px;
    background-position: 156px;
    cursor: pointer;
}
#APIInputEmail1 {
    /*height: 250px;*/
    border-radius: 24px;
    background-size: 13px 6px;
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    box-shadow: 0px 0px 84px 0px #0533E60D inset;
    font-family: inherit;
    padding: 10px;
    padding-left: 50px;
}
.linedwrap {
    border: none !important;
    padding: 3px;
}
.linedwrap .lines {
    position: absolute;
    width: 40px !important;
}
.doyouwant {
    background: #f4f4f4;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: bold;
    min-height: 40px;
}
.xemailsfound i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    border-radius: 100%;
    color: #fff;
    background: #56c350;
    justify-content: center;
    align-items: center;
}
span.xemailsfound img {
    width: 50px;
    margin: 10px 11px;
}

span.xemailsfound {
    display: block;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 400;
}
span.douwanttovalidate {
    padding: 3px 12px;
}

.blinking {
    -webkit-animation: 1s blink ease infinite;
    -moz-animation: 1s blink ease infinite;
    -ms-animation: 1s blink ease infinite;
    -o-animation: 1s blink ease infinite;
    animation: 1s blink ease infinite;

}

@keyframes "blink" {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes "blink" {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-ms-keyframes "blink" {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-o-keyframes "blink" {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}