#video-chat-actions button#refresh-chat {
    background: url(images/icons8-refresh-50.png) 0 0 transparent no-repeat !important;
  }
  #video-chat-actions button#end-session {
    background: url(images/icons8-multiply-50.png) 0 0 transparent no-repeat !important;
  }
  #video-chat-actions .btn.btn-sm.client-camera-option.disableBtn{
    background: url(images/icons8-no-video-50.png) 0 0 transparent no-repeat !important;
  }
  #video-chat-actions .btn.btn-sm.client-mic-option.disableBtn{
    background: url(images/icons8-mute-unmute-50.png) 0 0 transparent no-repeat !important;
  }
  #video-chat-actions .btn.btn-sm.client-sound-option.disableBtn{
    background: url(images/icons8-no-audio-50.png) 0 0 transparent no-repeat !important;
  }
  #video-chat-actions .btn.btn-sm.client-camera-option.enableBtn{
    background: url(images/icons8-no-video-50_active_black.png) 0 0 transparent no-repeat !important;
  }
  #video-chat-actions .btn.btn-sm.client-mic-option.enableBtn{
    background: url(images/icons8-mute-unmute-50_active_black.png) 0 0 transparent no-repeat !important;
  }
  #video-chat-actions .btn.btn-sm.client-sound-option.enableBtn{
    background: url(images/icons8-no-audio-50_active_black.png) 0 0 transparent no-repeat !important;
  }
  #video-chat-actions button#refresh-chat, #video-chat-actions button#end-session,
  #video-chat-actions button#camera-option-switch, #video-chat-actions button#mic-option-switch,
  #video-chat-actions button#sound-option-switch {
    background-position: center !important;
  }
.card-block.showNotificationMessage.tipsalign {
    text-align: left;
}