#comdeskPhoneToggle {
        transition: all 300ms 0s ease;	
        bottom: -260px;
}
#comdeskPhoneToggle.open {
        bottom: 0px;
}
#__comdesk-phone-box{
	border-radius: 5px 5px 0px 0px;
}
#__comdesk-incoming-card-wrapper {
	padding-top: 50px;
}
.comdeskPhone-wrapper {
    position: fixed;

    right: 0;
    background: #fff;
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    border-radius: 10px 10px 0px 0px;
    width: 500px;
    height: 300px;
}
#opentoggle-hidden-title{
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 2;
cursor: pointer;
}
.num-wrap{
	padding: 5px;
    background: repeating-linear-gradient(-30deg, #FFFAF0 0, #FFFAEF 10px, #fbf4f4 10px, #fbf4f4 21px);
    text-align: center;
    border: 1px solid #f4e1e1;
    margin-bottom: 10px;
}
.incommingSuggestList{
	cursor: pointer;
}
.ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
    background: #f8f8f8;
    padding: 9px 20px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: unset;
    text-align: center;
    color: #333333 !important;
}
.ui-dialog .ui-dialog-titlebar-close {
    background-image: url(/assets/img/baseline-close-24px.svg);
    }