/*
 * Twilio Calling - Cool Modern Design
 */



.phone-number-sections{
    display: flex;
    margin-top: 10px;
}

.numbers-section{
    padding-left: 10px;
}

#button-call{
    width: 40%;
    background-image: linear-gradient(to right, #16b33f, rgb(99 231 97));
    border-radius: 63px;
    display: flex;
    align-items: center;
    justify-content: space-around;

margin: 10px;
display: flex;
    color: white;
    font-size: 30px;
    font-weight: bold;
    border: 2px solid #00cf00;

}

#controls{
    margin: 53px;
    font-size: larger;
}

#button-hangup-outgoing{
    width: 40%;
    background-image: linear-gradient(to right, red, rgb(255 91 86));
    border-radius: 63px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 2px solid red;
    
    margin: 10px;
    color: white;
    font-size: 30px;
    font-weight: bold;
}

#phone-number{
    display: none;
}

.right-column{
    display: none;
}

.buttons{
    display: flex;
}

.new-applicant-list-form{
    display: flex;
        justify-content: center;
        border: 2px solid #959595;
        background: #ffffff;
        border-radius: 31px;
        width: 100%;
}

.buttons .hide{
    display: none !important;
}

.buttons img{
    height: 30px;
}
