
.phone_pad {
    width: 30vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.phonedisplay {
    height: 30vh;
    width: 30vw;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 4vh;
    border-radius: 2vw;
    opacity: 75%;
}

.phonedialpad {
    height: 60vh;
    width: 30vw;
    opacity: 100%;
}

#phone_dialnumber {
    display: none;
}

#phone_placeholder {
    color: rgb(66, 66, 66);
    font-style: italic;
}

.phone_dpline {
    width: 30vw;
    height: 12vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}

.phone_dp {
    width: 10vh;
    height: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border: none;
    border-radius: 50%;
    margin: 2px 2px 8px 2px;
    background-color: black;
    opacity: 75%;
    font-size: 4vh;
    color: rgb(141, 141, 141);
}

@media (hover: hover) {
    .phone_dp:hover {
        background-color: rgb(66, 66, 66);
        opacity: 100%;
        cursor: pointer;
    }
}

.phone_dp_cmd {
    opacity: 100%;
    z-index: 15;
}

.phone_dp_icon {
    height: 4vh;
}

.phone_dp_invisible {
    opacity: 0;
}

@media (hover: hover) {
    .phone_dp_invisible:hover {
        background-color: transparent;
        cursor: default;
    }
}

.phone_dp_disabled {
    opacity: 75%;
}

.phone_dp_dial {
    background-color: green;
}

.phone_dp_del {
    background-color: red;
}

.phone_dp.phone_dp_touch {
    background-color: rgb(100, 100, 100);
    opacity: 100%;
}






.phone_call {
    height: 90vh;
    width: 30vw;
    opacity: 90%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: black;
    border-radius: 2vw;
    
}

.phone_cmd_line {
    width: 30vw;
    height: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    z-index: 5;
}

.phone_cmd {
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    border: solid 1px;
    border-color: white;
    padding: 1vw;
    opacity: 100%;
    z-index: 15;
}

.pc_red {
    background-color: red;
    border-color: red;
}

.pc_green {
    background-color: green;
    border-color: green;
}

.pc_blue {
    background-color: blue;
    border-color: blue;
}

.phone_callerpic {
    height: 18vw;
    width: 18vw;
    border-radius: 50%;
    border: solid 2px;
    border-color: rgb(255, 255, 255);
    padding: 1vw;
}

.phone_callerpicframe {
    width: 22vw;
    height: 22vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}   

.phone_callerident {
    margin: 1vw 5vw 1vw 5vw;
    height: 15vh;
    width: 25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3vh;
}

.phone_timerline {
    font-size: 2.5vh;
    margin-top: 1vh;
    color: rgb(200, 200, 200);
}
