.user-action .button {
  outline: none;
  border: none;
  position: absolute;
  left: 60px;
  top: 80px;
}

.tph .u_name {
  position: absolute;
  left: 110px;
  top: 70px;
}

.statusToast {
  position: absolute;
  left: 40px;
  top: 70px;
}

/* chat section styling */

.chat-online {
  color: #34ce57;
}

.chat-offline {
  color: #e4606d;
}

.contacts {
  max-height: 500px !important;
  overflow-y: auto;
}

.chat-messages {
  display: flex;
  flex-direction: column;
  max-height: 500px;
  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;
}

.chat-message-center {
  flex-direction: row-reverse;
  margin: auto;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* CHAT TABS */
.nav-ite .active {
  background: #eff3f0 !important;
  color: #000 !important;
}

.fs-big {
  font-size: 5rem !important;
}

.chat-messages .media {
  padding: 16px 12px;
  margin-bottom: 18px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.media-meta-day::before {
  margin-right: 16px !important;
}

.media-meta-day::before,
.media-meta-day::after {
  content: "" !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 !important;
  border-top: 3px solid #b9b8b8 !important;
}

.media-meta-day::after {
  content: "" !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 !important;
  border-top: 3px solid #cac7c7 !important;
}

.media-meta-day::after {
  margin-left: 16px !important;
}

/* left tabs */
.tab {
  overflow: hidden;
  border: none;
  outline: none;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 12px;
  transition: 0.3s;
  font-size: 13px;
}

.tab button:nth-child(1).active,
.tab button:nth-child(2).active,
.tab button:nth-child(3).active {
  color: #000;
  border-bottom: 4px solid rgba(245, 11, 18);
}

.dropdown-menu {
  min-width: 14rem;
  padding: 10px;
  margin-top: 10px;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  border: none;
}
.dropdown-item,
.dropdown-item:focus,
.dropdown-item:hover {
  color: #000;
  border-radius: 6px;
}
.dropdown-menu hr {
  border-top: 2px solid #fbfbfb;
  margin: 10px;
}
.dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.dropdown-item:hover {
  background: #f5f5f5;
}
.dropdown-item:focus {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
}
.create.btn:not(:disabled):not(.disabled):active,
.show > .btn.dropdown-toggle,
.sidebar .create,
.sidebar .create.btn:not(:disabled):not(.disabled).active {
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.04);
}
.dropdown-item.active,
.dropdown-item:active {
  background: #2196f3 !important;
  color: #fff !important;
}
.dropdown-menu .material-icons {
  margin-right: 10px;
}

.dr6 {
  position: absolute;
  /* top: 20px; */
  right: -5px;
  top: -40px;
  /* color: black; */
}

/* text typing */

.text.typing {
  padding: 8px 12px;
}
.text.typing .wave .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-right: 1px;
  background: #bdbac2;
  animation: wave 1.3s linear infinite;
}
.text.typing .wave .dot:last-of-type {
  margin-right: 0;
}
.text.typing .wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}
.text.typing .wave .dot:nth-child(3) {
  animation-delay: -0.9s;
}
@keyframes wave {
  0%,
  100%,
  60% {
    transform: initial;
  }
  30% {
    transform: translateY(-5px);
  }
}

/* curvy bubble on chats */
.curvy-right {
  border-top-right-radius: 10px!important;
}
