@import url('https://fonts.googleapis.com/css?family=Khula|Roboto');

body, html {
	font-family: 'Khula', sans-serif;
	background: #EDEFF2;
}
#chatContainer img {
    max-width: 100%;
    height: auto;
}
.blue-1{ background: #57AFF3; }
.green-1 { background: #50C0A8; }
#chatContainer {
  max-width: 70%;
	border-radius: 4px;
	padding: 9px 12px;
  word-break: break-all;
    font-size: 13pt;
    margin: 0px auto 0px 0px auto;
}
.username {
  font-size: 9pt;
  font-weight: bold;
}
.time {
  font-size: 8pt;
  margin-top: 290px;
  color:rgba(0,0,0,0.5);
}
.text-message {
  display: block;
  height: 55px;
  font-size: 12pt;
  width: 100%;
  background-color:#fff;
  padding: 12px;
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
  border:none;
  position: fixed;
  bottom: 0px;
  -webkit-box-shadow:  0px 1px 6px 2px rgba(0, 0, 0, .1);
  -moz-box-shadow:   0px 1px 6px 2px rgba(0, 0, 0, .1);
  box-shadow:  0px 1px 6px 2px rgba(0, 0, 0, .1);                     
}
.text-message:focus {
   box-shadow: 0;
   outline: none;
   padding: 13px;
}
.text-message:focus { color: #4f4f4f;outline: none;}
.col { margin-top: 30px; }
img.left { float: left; margin-right:10px; margin-top:}
.kanan { float: right; background-color: #fff; }
.kiri { float: left; background: #6fc6b3; color: #fff;}

#sidenav-overlay {
  z-index: 9;
}
html {
    overflow: scroll;
    overflow-x: hidden;
}
#preload{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0,0,0,0.7);
}
#preload>.centered{
  color: white;
  text-align: center;
  position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}