.phoneString {
    width: 100%;
    height: 40px;
    background-color: #E4E0E0;
    margin-top: 0px;
}

.dialinput {
    background-color: transparent;
    width: 60%;
    height: 40px;
    margin-left: 20%;
    border: none;
    font-size: 20px;
    color: black;
    font-weight: 500;
    letter-spacing: 2px;
}

.dialinput:focus {
    outline: none;
}

.sub-dig {
    font-size: 8px;
    font-weight: 350;
    position: relative;
    top: -2px;
}

body > .customAudioPlayer {
    display: none;
}
