﻿

.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: 22px;
    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: 22px;
    font-weight: bold;
}

#button-call:hover{
    opacity: 0.8;
}


#button-hangup-outgoing:hover{
    opacity: 0.8;
}
#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: 24px;
}

.center-column{
    margin-top: 40px;
}

.redirect-back-button{
    height: 38px;
    width: 117px;
    border-radius: 6px;
    margin: 12px;
    white-space: nowrap;
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
}

.redirect-back-button:hover{
    color: white;
    opacity: 0.8;

}