body{
   /* height:550px;*/
    background-color:whitesmoke !important;
    padding-bottom:10px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.logo{
  /*margin-left: 46px;*/
  margin-bottom: 10px;
  color: #737d8f;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x- ng-cloak {
  display: none !important;
}
#messagesArea {
    overflow-y: auto!important;
    overflow-x: hidden;
    width: 100%;
    /*height: 465px;*/
    height: 425px;
    background-color: #fdfdfd;
}
.all-chats .all-chats-listing {
    width: 100%;
    max-height: 353px;
    min-height:353px;
    overflow: auto;
    
   
}
.all-chats .all-chats-header .chat-tabs ul li.active a {
    color: darkorange!important;
    border-bottom: darkorange!important;
}
.inbox-section .chat-messaging-area .chat-scroller .send-msg {
    width: auto;
    float: right;
    box-sizing: border-box;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    background-color: darkorange!important;
    border-radius: 16px 16px 4px 16px;
}

.all-chats .all-chats-listing .chat-user-block .chat-user-info .chat-title {
    color: darkorange!important;
    font-family: 'Circular Book';
    font-size: 16px;
    margin: 0;
    font-weight: 300;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    
}
.chat-title {
  color: darkorange !important;
  cursor: pointer;
}

.chat-driver {
  padding: 10px;
}
.assign-btn {
    margin-top: 75px;
    margin-left: 10px;
  }
  /* loader css */
  .custom-loading.dw-loading {
    text-align: center;
  }
  
  .custom-loading.dw-loading.dw-loading-overlay {
    background-color: rgba(0, 255, 255, .7);
    z-index: 9999;
  }
  
  .custom-loading.dw-loading > .dw-loading-body > .dw-loading-text {
    color: green;
    font-size: 13px;
    top: 45px;
  }
.mb-2{
  margin-top: 25px;
}  
  
.emptyArray{
  width: 50%; 
  border: 0px; 
  color: #737d8f;
  margin-left: 300px;
  margin-top: 10px;
  text-align: center"
}
.emptyArrayDriver {
  width: 50%; 
  border: 0px; 
  color: #737d8f;
  margin-left: 150px;
  margin-top: 10px;
  text-align: center"

}


.content {
  height: 500px;
  overflow: auto;
  border: 1px solid lightgray;
}



  