.notification-phone {
    display: block;
    background-color: #f03b3b;
    height: 6rem;
    position: fixed;
    width: 100%;
    left: 80px;
    padding: 10px;
    z-index: 300;
    color: #fff;
}

#handphone {
    width: 400px;
    height: 620px;
    position: fixed;
    background-color: #fff;
    right: 0px;
    z-index: 200;
    bottom: 0px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: -1px 5px 15px #cfcccc;
}

#handphone .listbox{
    /* background-color: red; */
    min-height: 360px;
}
#handphone .handphone-title {
    background-color: #f0f0f0;
    height: 50px;
    width: 100%;
    position: relative;
}

#handphone .display {
    position: relative;
    min-height: 130px;
    /* min-height: 80px; */
    /* background-color: #fff; */
    /* background-color: green; */
}

.nav-display{
    position: relative;
    /* background-color: pink !important; */
}
.option-call:hover {
    background-color: #cde2f3;
}
.option-call.active {
    background-color: #cde2f3;
}

.option-call:hover a {
    text-decoration: none;
    /* background-color: red; */
}
#handphone a{
    color:#000 !important;
}

#handphone a:hover {
    text-decoration: none !important;
}

.menu-call .menu-call-select.active{
    border-bottom: 5px solid #000;
    /* background-color: red !important; */
}
.menu-call .menu-call-select:hover{
    border-bottom: 5px solid #000;
    /* background-color: red !important; */
}
#handphone .menu-call .menu-call-select.active h3 a{
    color: #000 !important;
}
#handphone .menu-call h3 a{
    color: #cfcccc !important;
}
#handphone .menu-call h3 a:hover{
    color: #000 !important;
}
#handphone .btn-balloon{
    width: 40px !important;
    height: 40px !important;
    padding:-20px !important;
    /* background-color: red !important; */
}
#handphone .icon{
    margin-top: 15px !important;
}
#handphone .feather-balloon{
    margin-bottom: 5px;
    /* position: relative; */
    width: 15px;
    height: 15px;
    /* right:  0; */
}
.profile img{
    width: 100px;
    border: 2px solid #b1afaf;
}
.balloon{
    /* background-color: red; */
    margin-top: 10px;
}
.fifty{
    height: 40%;
}
.name-contact{
    color: #b1afaf;
    font-weight: 500;
}
.phone-contact{
    color:#000;
    font-weight: 500;
    font-size: 1.2em;
}
.progress{
    /* background-color: #f03b3b !important; */
    height: 10px !important;
}
.progress .progress-bar{
    height: 10px !important;
}

.volume .before{
    position: absolute;
    left:-15px;
    top:-5px;
}
.volume .after{
    position: absolute;
    right:-20px;
    top:-5px;
}
.btn-hangup{
    background-color: #f03b3b !important;
    color:#fff !important;
    border-radius: 40px !important;
}

#handphone-hide{
    width: 400px;
    height: 100px;
    position: fixed;
    background-color: #f27e1a;
    right: 0px;
    z-index: 200;
    bottom: 0px;
    color:#fff !important;
    overflow: hidden;
    border-radius: 20px 0px 0px 20px ;
    box-shadow: -1px 5px 15px #cfcccc;

}
#handphone-hide .maximize button{
    color:#fff !important;
}
@media (max-width: 768px) {
    .notification-phone {
        display: block;
        /* background-color: pink; */
        background-color: #f03b3b;
        height: 6rem;
        position: fixed;
        width: 100%;
        left: 0px;
        padding: 10px;
        z-index: 300;
        color: #fff;
    }
}
