.pointer-none-evt {
    pointer-events: none !important
}

.dsp-none,
.i-dsp-none {
    display: none !important
}

.email-sug-bgcolor {
    background: #eaff00
}

.email-suggestion {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    min-width: 378px;
    background-color: #fff;
    z-index: 9;
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);
    position: absolute;
    top: 45px
}

.tataaiapage .email-suggestion li {
    font-family: Helveticaregular;
    font-size: 1.125rem;
    color: #333;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    width: 100%;
    min-width: 378px;
    margin-left: 20px;
    margin-bottom: 0
}

.email-suggestion::-webkit-scrollbar-thumb {
    background-color: #e6e7e8;
    border-radius: 4px
}

.email-suggestion::-webkit-scrollbar-track {
    background: 0 0
}

.email-suggestion::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

.xf-content-height {
    min-height: unset !important;
    margin: unset !important;
}

@media screen and (max-width:768px) {
    .email-suggestion {
        width: 100%;
        min-width: 280px;
        top: 47px
    }

    .tataaiapage .email-suggestion li {
        min-width: unset;
        margin-bottom: 0
    }
}