
/* MULTI - WA */
#multi-wa{
    position: fixed;
    z-index: 9999;
    top: 55%;
    right: -232px;
    bottom: 0;
    margin: auto;
    transition: .5s;
}
#multi-wa.show{
    right: 0px;
}
.wa-area{     
    width: 230px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 2px 1px 4px grey;
}
.wa-area .btn-right-wa{
    position: absolute;
    margin-left: -57px;
    margin-top: -15px;
    padding: 0 10px;
    font-size: 24px;
    color: green;
    background-color: white;
    cursor: pointer;
    box-shadow: 2px 1px 4px grey;
    width: 42px;
    line-height: 42px;
    height: 42px;
}
.wa-area .config-title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    border-bottom: 3px double #bbb;
    margin-bottom: 15px;
}
.wa-area p{
    padding: 5px 0;
}
/* MULTI - WA */

#pelanggan h4{
    padding: 15px 0;
}
#pelanggan p{
    padding: 5px 0;
}
#pelanggan img{
    max-height: 129px;
}
#client-detail .input-group{
    padding: 5px 0;
    width: 100%;
}	
	
