.phone-mask{
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    background-color: hsla(0, 0%, 100%, 0);
}

.phone-mask-wrap{
    position: relative;
}

.phone-mask-placeholder{
    z-index: -2;
    left: 0;
    position: absolute;
    top: 0;
    color:#2626268c;
}