@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.people-list{
  background-color: #fff;
}
.clearfix1{
  background:#dedede;
}
.clearfix1 .message-icon{
  position: relative;
  bottom: 30px;
}
.clearfix1 .clearfix .message-icon a {
  float:right;
  color: #000000;
 }
.clearfix1 .clearfix .about1 a{
  color: #000000;
  text-decoration: none; 
  margin-left:12px;
  padding-top: 30px;
  font-size: 14px;
  font-family: 'Lato';
}
.clearfix1 .clearfix .status a{
  color: #000000;
  text-decoration: none; 
}
.people-list {
  width: 30%;
  height: 810px;
  float: left;
  color: #ffffff;
  background: #444753 ;
}
.people-list2 {
  width: 100%;
  height: 770px;
  float: left;
  color: #000000;
  background: #ffffff;
}

@media only screen and (max-width:1400px) and (min-width:200px) {
  .people-list {
  display: none;
  background-color: none;
  }

  .container {
    background: none;
  }
}
.people-list .search {
  padding: 20px;
}
.people-list2 .search {
  padding: 20px;
}

.people-list input {
  border-radius: 3px;
  border: none;
  padding: 14px;
  color: #ffffff;
  background: #6A6c75;
  width: 80%;
  font-size: 14px;
}
.people-list2 input {
  border-radius: 3px;
  border: none;
  padding: 14px;
  color: #000000;
  background: #dedede;
  width: 80%;
  font-size: 14px;
}

.people-list input::placeholder {
  color: rgb(187, 187, 187);
}
.people-list2 input::placeholder {
  color: rgb(187, 187, 187);
}

.people-list .fa-search {
  position: relative;
  left: -25px;
}
.people-list2 .fa-search {
  position: relative;
  left: -25px;
}

.people-list ul {
  padding: 20px;
  height: 650px;
  list-style-type: none;
  overflow-y: scroll;
  scrollbar-width:thin;
}
.people-list2 ul {
  padding: 20px;
  height: 650px;
  list-style-type: none;
  overflow-y: scroll;
  scrollbar-width:thin;
}
.people-list ul::-webkit-scrollbar {
  width:6px;
} 
.people-list2 ul::-webkit-scrollbar {
  width:6px;
} 
.people-list ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
  
}
.people-list2 ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
  
}  
.people-list ul::-webkit-scrollbar-thumb {
  background: #444753bd;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.people-list2 ul::-webkit-scrollbar-thumb {
  background: #444753bd;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.people-list ul li {
  padding-bottom: 20px;
}
.people-list2 ul li {
  padding-bottom: 20px;
}

.people-list img {
  float: left;
  border-radius: 50%;
}
.people-list2 img {
  float: left;
  border-radius: 50%;
}


.people-list .about {
  float: left;
  margin-top: 8px;
}
.people-list2 .about {
  float: left;
  margin-top: 8px;
}


.people-list .about {
  padding-left: 8px;
}
.people-list2 .about {
  padding-left: 8px;
}
.people-list .status {
  color: #92959E;
}
.people-list2 .status {
  color: #92959E;
}

.chat {
  width: 70%;
  float: left;
  background: #F2F5F8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #434651;
  height: 810px;
}

.chat .chat-header {
  padding: 20px;
  border-bottom: 2px solid white;
}

.chat .chat-header img {
  float: left;
}

.chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  margin-top: 6px;
}

.chat .chat-header .chat-with {
  font-weight: bold;
  font-size: 16px;
}

.chat .chat-header .chat-num-messages {
  color: #92959E;
}


.chat .chat-history {
  border-bottom: 2px solid white;
  overflow-y: scroll;
  height: 575px;
}

.chat .chat-history .message-data {
  margin-bottom: 15px;
}

.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}

.chat .chat-history .message {
  color: white;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 30px;
  width: 80%;
  position: relative;
}

.chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #86BB71;
  border-width: 10px;
  margin-left: -10px;
}

.chat .chat-history .my-message {
  background: #86BB71;
}

.chat .chat-history .other-message {
  background: #94C2ED;
}

.chat .chat-history .other-message:after {
  border-bottom-color: #94C2ED;
  left: 93%;
}

.chat .chat-message {
  padding-top:0 ;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}

.chat .chat-message textarea {
  width: 100%;
  border: none;
  padding: 10px 20px;
  font: 14px/22px "Lato", Arial, sans-serif;
  margin-bottom: 10px;
  border-radius: 5px;
  resize: none;
}

.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
  font-size: 16px;
  color: gray;
  cursor: pointer;
}

.chat .chat-message button {
  float: right;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: bold;
  background: #F2F5F8;
  background-color:#4e5a20 ;
  width: 100px;
  height: 30px;
  border-radius: 5px;
}

.chat .chat-message button:hover {
  color: #ffffff;
}
.chat-history::-webkit-scrollbar {
  width:6px;
} 
.chat-history::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
  
} 
.chat-history::-webkit-scrollbar-thumb {
  background: #444753bd;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.online, .offline, .me {
  margin-right: 3px;
  font-size: 10px;
}

.online {
  color: #86BB71;
}

.offline {
  color: #E38968;
}

.me {
  color: #94C2ED;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.left-icon{
  display: none;
}
li{
  list-style-type: none;
}
/*# sourceMappingURL=style.css.map */


@media only screen and (max-width:768px) and (min-width:200px) {
  .chat {
    width: 100%;
    float: left;
    background: #F2F5F8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #434651;
  }
  .chat .chat-header .chat-about {
    float: left;
    padding-left: 20px;
    margin-top: 6px;
  }
  .chat .chat-header img {
    float: left;
    margin-left: 10px;
  }
  .left-icon{
    display: block;
    float: left;
    margin-top: 10px;
  }
  .chat .chat-header .chat-with {
    font-weight: bold;
    font-size: 12px;
  }
  .chat .chat-history .message {
    color: white;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 12px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 80%;
    position: relative;
  }
  .chat .chat-history {
    overflow-y: scroll;
    height: 300px;
  }
}
@media only screen and (max-height:568px) and (min-height:200px) {
  .chat {
    width: 100%;
    float: left;
    background: #F2F5F8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #434651;
  }
  .chat .chat-header .chat-about {
    float: left;
    padding-left: 20px;
    margin-top: 6px;
  }
  .chat .chat-header img {
    float: left;
    margin-left: 10px;
  }
  .left-icon{
    display: block;
    float: left;
    margin-top: 10px;
  }
  .chat .chat-header .chat-with {
    font-weight: bold;
    font-size: 12px;
  }
  .chat .chat-history .message {
    color: white;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 12px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
  }
  .chat .chat-history {
    overflow-y: scroll;
    height: 290px;
  }
}
@media only screen and (max-height:1080px) and (min-height:569px) {
  .chat .chat-history {
    overflow-y: scroll;
    height: 500px;
  }
  #left-icon{
    opacity: 1;
    transition: opacity 0.3 ease-in-out;
  }
  }

  .sidepanel{
    display: none;
  }
  .openbtn{
    display: none;
  }

  @media only screen and (max-width:992px) and (min-width:200px){
    .sidepanel  {
      width: 0;
      position: fixed;
      z-index: 1;
      height: 250px;
      top: 0;
      left: 0;
      background-color: #434651;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
    }
    
    .sidepanel a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s;
    }
    
    .sidepanel a:hover {
      color: #f1f1f1;
    }
    
    .sidepanel .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      z-index: 99;
    }
    
    .openbtn {
      font-size: 20px;
      cursor: pointer;
      float: left;
      background-color:transparent;
      color: rgb(0, 0, 0);
      border: none;
    }
    .sidepanel{
      display: inline;
    }
    .openbtn{
      display: inline;
    }
  #mobil-menu{
    margin-left: 30px;
  }
  #mobil-search{
    padding: 20px;
  }
#mobil-search input{
  border-radius: 3px;
  border: none;
  padding: 14px;
  color: white;
  background: #6A6c75;
  width: 80%;
  font-size: 14px; 
}
#mobil-search input::placeholder{
  color: #ffffff;
}
#mobil-search .fa-search{
  position: relative;
  left: -25px;
  color: #ffffff;
}
#mobil-menu img {
  float: left;
}
#mobil-menu #list-mobil .about{
  float: left;
  margin-top: 8px;
  padding-left: 8px;
}
#mobil-menu ul li{
  margin-top: 30px;
  color: rgb(255, 255, 255);
}
#mobil-menu ul {
  padding: 20px;
  height: 600px;
  list-style-type: none;
  overflow-y: scroll;
  scrollbar-width:10px;
}
#mobil-menu ul::-webkit-scrollbar {
  width:6px;
  
} 
#mobil-menu ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
} 
#mobil-menu ul::-webkit-scrollbar-thumb {
  background: #444753bd;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  height: 20px;
}
  }