.shell {
    position: relative;
    line-height: 1;
}
.shell span {
    position: absolute;
    left: 8px;
    top: 8px;
    color: #ccc;
    pointer-events: none;
}

.#{$prefix}editor .shell span {
    position: absolute;
    left: 9px;
    top: 8px;
    color: #ccc;
    pointer-events: none;
}

.shell span i {
    font-style: normal;
    color: transparent;
    opacity: 0;
    visibility: hidden;
}

input.masked,
.shell span {
    font-size: 11px;
    padding-right: 10px;
    background-color: transparent!important;
}