.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

@media all and (min-width: 992px) {
  .sidebar .nav>li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
}

.card.card-upgrade .card-category {
  max-width: 530px;
  margin: 0 auto;
}

#content {
  width: 100% !important;
}

#content.active2 {
  width: 100%;
  margin-right: 100%;
}

#sidebar2.active {
  width: 0vw !important;
  transition: all 0.3s;
}

#content.active {
  width: 100% !important;
  margin-left: 0 !important;
}

#sidebar2 {
  width:  100vw !important; /* For 100% screen width */
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 999;
  background: linear-gradient(black, lightgrey);   
  transition: all 0.3s;
  box-shadow: 2px 2px 5px #8facc5, 0px 0px 0px #8facc5, 0px 0px 0px #8facc5;
  overflow-x: hidden;
  overflow-y: auto;
}

.people-list {
  -moz-transition: .5s;
  -o-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s
}

.people-list .chat-list li {
  padding: 10px 15px;
  list-style: none;
  border-radius: 3px
}

.people-list .chat-list li:hover {
  background: #efefef;
  cursor: pointer
}

.people-list .chat-list li.active {
  background: #efefef
}

.people-list .chat-list li .name {
  font-size: 15px
}

.people-list .chat-list img {
  width: 45px;
  border-radius: 50%
}

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

.people-list .about {
  float: left;
  padding-left: 8px
}

.people-list .status {
  color: #999;
  font-size: 13px
}

.chat .chat-header {
  padding: 15px 20px;
  border-bottom: 2px solid #f4f7f6
}

.chat .chat-header img {
  float: left;
  border-radius: 40px;
  width: 40px
}

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

.chat .chat-history {
  padding: 20px;
  border-bottom: 2px solid #fff
}

.chat .chat-history ul {
  padding: 0
}

.chat .chat-history ul li {
  list-style: none;
  margin-bottom: 30px
}

.chat .chat-history ul li:last-child {
  margin-bottom: 0px
}

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

.chat .chat-history .message-data img {
  border-radius: 40px;
  width: 40px
}

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

.chat .chat-history .message {
  color: #444;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  display: inline-block;
  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: #fff;
  border-width: 10px;
  margin-left: -10px
}

.chat .chat-history .my-message {
  background: #efefef
}

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

.chat .chat-history .other-message {
  background: #e8f1f3;
  text-align: right
}

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

.chat .chat-message {
  padding: 20px
}

.online,
.offline,
.me {
  margin-right: 2px;
  font-size: 8px;
  vertical-align: middle
}

.online {
  color: #86c541
}

.offline {
  color: #e47297
}

.me {
  color: #1d8ecd
}

.float-right {
  float: right
}

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

@media only screen and (max-width: 767px) {
  .chat-app .people-list {
      height: 465px;
      width: 100%;
      overflow-x: auto;
      background: #fff;
      left: -400px;
      display: none
  }
  .chat-app .people-list.open {
      left: 0
  }
  .chat-app .chat {
      margin: 0
  }
  .chat-app .chat .chat-header {
      border-radius: 0.55rem 0.55rem 0 0
  }
  .chat-app .chat-history {
      height: 300px;
      overflow-x: auto
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .chat-app .chat-list {
      height: 650px;
      overflow-x: auto
  }
  .chat-app .chat-history {
      height: 600px;
      overflow-x: auto
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .chat-app .chat-list {
      height: 480px;
      overflow-x: auto
  }
  .chat-app .chat-history {
      height: calc(100vh - 350px);
      overflow-x: auto
  }
}

.rouned-left {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.chat-online {
  color: #34ce57
}

.chat-offline {
  color: #e4606d
}

.chat-messages {
  display: flex;
  flex-direction: column;
  max-height: 800px;
  overflow-y: auto;
}

.chat-message-left,
.chat-message-right {
  display: flex;
  flex-shrink: 0
}

.chat-message-left {
  margin-right: auto
}

.chat-message-right {
  flex-direction: row-reverse;
  margin-left: auto
}

.flex-grow-0 {
  flex-grow: 0!important;
}
.border-top {
  border-top: 1px solid #dee2e6!important;
}

div.chatDiv {
  height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align:justify;
}

#plist {
  max-height: 260px; 
  overflow-x: hidden;
  overflow-y: auto;
  text-align:justify;
}

#plist2 {
  max-height: 260px; 
  overflow-x: hidden;
  overflow-y: auto;
  text-align:justify;
}


.message-text {
  min-height: 1em; /* prevent height collapsing when there is no text */
  max-height: 97px;
  width: 100%;
  align-content: center;
  outline: none;
  overflow: hidden;
}

.message-wrapper {
  width: 387px;
  border: 1px solid #e4e7ec;
  border-radius: 20px;
  background-color: #f9fafb;
  padding: 24px; /* the container will keep the padding untouched */
  max-height: 145px; /* added padding to the height of the .message-text */
}

textarea {
  resize: none;
  box-sizing: border-box;
  height: auto;
  min-height: 41px;
  max-height: 97px;
  min-width: 250x;
  border: 1px solid #222222;
  border-radius: 20px;
  background-color: #585757; 
  color: white;
  outline: none;
  padding: 0 24px 0 24px;
  overflow: hidden;
}

.aTagborder{
  box-shadow: #000;
}

.dot {
  height: 12px;
  width: 12px;
  background-color: #bbb;
  border-radius: 50%;
  margin-left: 10px; 
  display: inline-block;
}
.active-dot {
  background-color: #4CAF50;
}


.circle-add {
  height: 30px; 
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: #000;
}


.grupos {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.countMessages {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  background-color: #f00;
  color: #fff;
  font-size: 10px; 
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
}

.countMessages2{
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  background-color: #f00;
  color: #fff;
  font-size: 10px; 
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
  margin-left: 40px !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.countMessages1{
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  background-color: #f00;
  color: #fff;
  font-size: 10px; 
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
  margin-left: 40px !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.rounded-pill-style {
  border-radius: 10px !important; 
}


.rounded-pill-style2 {
  border-radius: 10px !important;
}

.rounded-pill-style-bg {
  border-radius: 20px !important;
}

.a-tag-beautiful {
  color: #fff;
}

.bright {
  color: #28292b;
}

.icon-input {
  position: relative;
  margin-bottom: 5px;
}

.icon-input i{
  position: absolute;
  left: 10px;
  top: 18px;
  color: gray;
}

.icon-input input {
  padding: 12px 40px; 
  margin: 8px 0; 
  display: inline-block; 
}


body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: grey;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #28292b;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid grey;  /* creates padding around scroll thumb */
}

.chatDiv::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

.chatDiv::-webkit-scrollbar-track {
  background: grey;        /* color of the tracking area */
}

.chatDiv::-webkit-scrollbar-thumb {
  background-color: #28292b;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid grey;  /* creates padding around scroll thumb */
}

#plist::-webkit-scrollbar{
  width: 12px;  
}

#plist::-webkit-scrollbar-track {
  background: grey;        /* color of the tracking area */
}

#plist::-webkit-scrollbar-thumb {
  background-color: #28292b;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid grey;  /* creates padding around scroll thumb */
}

#plist2::-webkit-scrollbar{
  width: 12px;  
}

#plist2::-webkit-scrollbar-track {
  background: grey;        /* color of the tracking area */
}

#plist2::-webkit-scrollbar-thumb {
  background-color: #28292b;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid grey;  /* creates padding around scroll thumb */
}
