  .allUsersList{
    width: 300px;
    margin: 20px;
  }
  .allUsersList .card-header{
    background: #3273dc;
    color: #FFF;
    padding: 10px;
  }
  .allUsersList .image img{
    border-radius: 16px;
  }
  .usersChatList{
    position: absolute;
    width: 250px;
    bottom: 0;
    margin-bottom: 0;
    right: 360px;
  }
  .show{
    display: block;
  }
  .thumb-user-list{
    display: none;
  }
  .thumb-user-list .image img{
    border-radius: 30px;
  }
  .usersChatList .card-header{
    background: #3273dc;
    font-size: 13px;
  }
  .chatBox{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 400px;
    margin: 5px 5px 0;
    font-size: 14px;
  }
  #chatbox-area{
	background-color: #f4f5f7;
  }
  .chat-content{
    overflow: auto;
    height: 400px;
  }
  .chatBox .card{
    border-radius: 4px;
  }
  .chatBox .card-header{
    /* background: #3243dc; */ /* blu Unimatica */
    background: #f48026; /* arancio RGI */
  }
  .header-title{
    height: 50px;
  }
  .card-header-title i{
    font-size: 10px;
    color: #32e4cd;
    margin-right: 6px;
  }
  .card-header .card-header-title{
    color: #FFF;
  }
  .chat-content small{
    margin: 0;
  }
  .chat-content p{
    background: #ecf1f8;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 0;
  }
  .my-content .media-content{
    width: 80%;
  }
  .my-content .message{
    float: right;
    background: #3273dc;
    color: #FFF;
    text-align: right;
    padding: 10px;
    margin-bottom: 4px;
    font-size: 13px;
  }
  .my-content .chat-content small{
    float: right;
  }
  .my-content small{
    display: block;
    float: right;
    width: 100%;
    text-align: right;
  }
  .chat-textarea{
    font-size: 14px;
    height: 40px;
    width: 100%;
    border: none;
    overflow: auto;
    outline: none;
    box-shadow: none;
    resize: none;
    padding: 8px;
    border-radius:5px; 
	box-shadow: 0 4px 11px -9px #4d5057;
  }
  .chat-message-group .chat-thumb{
    float: left;
    width: 20%;
  }
  .chat-message-group .chat-messages{
    float: left;
    width: 80%;
    margin-bottom: 5px;
  }
  .chat-message-group .message{
    float: left;
    padding: 10px;
    background: #ffffff;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 3px;
  }
  .chat-messages .from{
    float: left;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 11px;
  }
  .chat-thumb img{
    border-radius: 40px;
  }
  .writer-user .chat-messages{
    float: right;
    width: 100%;
  }
  .writer-user .chat-messages .message{
    float: right;
    background: #3273dc;
    color: #FFF;
  }
  .writer-user .chat-messages .from{
    float: left;
    display: block;
    width: 100%;
    text-align: right;
  }
  .chat-message-group .typing{
    float: left;
  }
  .chatBox .card-header-icon i{
    color: #FFF;
    font-size: 13px;
  }
 
 #sendMsg {
	 margin-left:6px; 
	 padding: 8px; 
	 border-radius:5px; 
	 box-shadow: 0 4px 11px -9px #4d5057; 
	 border: none !important;
 }
 
  .outside-box{
    height: 100px;
    background: #F8C;
    width: 200px;
    margin: 20px;
    overflow: auto;
  }
  .outside-box .content-insider{
    height: 300px;
    background: #C9C;
  }
  /* CSS Spinner */
  .spinner {
    margin: 0 30px;
    width: 70px;
    text-align: center;
  }
  
  .spinner > div {
    width: 4px;
    height: 4px;
    background-color: #888;
  
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }
  /* EmojiBox */
  .emojiBox{
    width: 150px;
    margin: 30px;
  }
  .emojiBox .box{
    height: 100px;
    padding: 4px;
  }
  /* */
  .card-header-title img{
    border-radius: 40px;
  }

#modal-chat-form {
    background-color: white;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    height: 400px;
    position: relative;
    top: 30%;
}

#modal-chat-wait {
    background-color: white;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
    height: 250px;
    position: relative;
    top: 30%;
    text-align: center;
}
  
#overlay-chat-form, #overlay-chat-wait {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(88, 88, 88, 0.582);
}

.loader {
    border: 4px solid #f3f3f3; 
    border-top: 4px solid #3273dc; 
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin:auto;
    left:0;
    right:0;
    top:0;
    bottom:0;
    position:fixed;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.modal-background {
  background-color: rgba(88, 88, 88, 0.582);
}
.modal-card {
  margin-top: 180px;
  margin-right: 30px;
  width: 400px;
}

.modal-card-head {
  font-size: 10px;
  background-color:  hsl(217, 71%, 53%);
  
}
.modal-card-title {
  font-size: 14px;
  color: #FFF;
}

#history-box {
  height: 210px;
  padding: 5px;
}
.chat-textarea {
  font-size: 14px;
  resize: none;
  height: 35px;
  width: 100%;
  border: 1px;
  overflow: auto;
  outline: none;
  padding: 8px;
  border-radius:5px; 
  box-shadow: 0 4px 11px -9px #4d5057;
  }

.modal-card-foot {
  height: 60px;
  padding: 20px;

}

.modal-button-close {
  margin-left: 255px;
}

.chat-content {
  font-size: 10px;
  overflow: auto;
  height: 400px;
}

.chat-content small {
  margin: 0;
}

.chat-content p {
  background: #ecf1f8;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 0;
}

.my-content .chat-content small {
  float: right;
}

.errors {
  font-size: 10px;
  color: rgb(177, 8, 8);
}

/*----     end   .....*/
/* --- Office Panel --*/