@charset "ISO-8859-1";

.ui-sidebar {
	margin:0px;
	padding:0px;
}

.ui-sidebar-close.ui-corner-all{
	display:none;
}
.background-green {
  position: absolute;
  top: 0;
  width: 100%;
  height: 20%;
  background-color: #009688;
}

.wa-main-container {
  position: relative;
  width: 1000px;
  max-width: 100%;
  height: calc(100vh - 15px);
  background: #fff;
  display: flex;
 
}

.wa-main-container .wa-left-container {
  position:relative;
  width: 30%;
  height:100%;
  flex: 30%;
  background: #fff;
}

.wa-main-container .wa-right-container {
  position: relative;
  width: 70%;
  height: 100%;
  flex: 70%;
  background: #e5ddd5;
}

.wa-main-container .wa-right-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/searchpoint/resources/static/css/patterns/nottsapp-background.png");
  opacity: 0.5;
}

.wa-header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #ededed;
  padding: 0 15px 0 15px;
}


.wa-header.ibox {
	margin-bottom:3px;

	}
.user-img {
  position:relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.dp {
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.nav-icons {
  display:flex;
  justify-content: flex-end;
  padding-left: 110px;
  align-items:flex-start;
}

.nav-icons span.label
{
	
	position : relative;
	left: -7px;
padding:5px;
	 border-radius: 55%;
}

.nav-icons span.label:empty
{
	display:inline;

	}
.notif-box {
  position: relative;
  display: flex;
  width: 100%;
  height: 70px;
  background: #76daff;
  align-items: center;
  font-size: 0.8em;
  text-decoration: none;
}

.notif-box i {
  position:relative;
  left: 13px;
  background:#fff;
  padding:10px;
  width: 42px;
  height: auto;
  font-size: 20px;
  border-radius: 55%;
  cursor: pointer;
  color:#76daff;
}

.notif-box .fa-xmark {
  position: absolute;
  left: 260px;
  text-align:center;
  background:#76daff;
  color: #fff;
}

.notif-text {
  margin: 25px;
}

.notif-text a {
  text-decoration: none;
  color: #333;
  font-size: 0.9em;
}

.wa-search-container {
  position:relative;
  width: 100%;
  height: 40px;
  background: #f6f6f6;
  display: flex;
/*   justify-content: center; */
  align-items: center;
}

.wa-search-container .input input {
  width: 121%;
  outline: none;
  border: none;
  background: #fff;
  padding: 5px;
  height: 30x;
  border-radius: 10px;
  font-size: 12px;
  padding-left: 60px;
  margin: 10px
}

.wa-search-container .input i {
  position: absolute;
  left: 26px;
  top: 14px;
  color:#bbb;
  font-size: 0.8em;
}

.chat-list {
  position: relative;
  height:calc(100% - 170px);
  overflow-y: auto;
}

.chat-list .chat-box {
  position: relative;
  width: 100%;
  display:flex;
/*   justify-content: center; */
  align-items:center;
  cursor: pointer;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.chat-list .chat-box .img-box {
  position:relative;
  width: 55px;
  height:45px;
  overflow:hidden;
  border-radius: 50%;
}

.chat-list .chat-box .chat-details {
  width: 100%;
  margin-left: 10px;
}

.chat-list .chat-box .chat-details .text-head {
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:2px;
}

.chat-list .chat-box .chat-details .text-head h4 {
  font-size: 1.1em;
  font-weight: 600;
  color: #000;
}

.chat-list .chat-box .chat-details .text-head .time {
  font-size: 0.8em;
  color: #aaa;
}

.chat-list .chat-box .chat-details .text-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-list .chat-box .chat-details .text-message p {
  color: #aaa;
  font-size: 0.9em;
  overflow: hidden;
}

.wa img {
  width: 100%;
  object-fit: cover;
}

.chat-list .chat-box .chat-details .text-message b {
  background: #06e744;
  color: #fff;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0.8em;
  font-weight: 400;
  display:flex;
  justify-content:center;
  align-items:center;
}

.chat-list .active {
  background: #ebebeb;
}

.chat-list .chat-box:hover {
  background: #f5f5f5;
}

.chat-list .chat-box .chat-details .text-head .unread {
  color: #06e744;
}


/* right-container */


.wa-right-container .wa-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wa-right-container .wa-header .img-text .user-img .dp {
  position:relative;
  top: -2px;
  left: 0px;
  width: 40px;
  height:auto;
  overflow:hidden;
  object-fit: cover;
}

.wa-right-container .wa-header .img-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.wa-right-container .wa-header .img-text h4 {
  font-weight: 500;
  line-height: 1.2em;
  margin-left: 15px;
}

.wa-right-container .wa-header .img-text h4 span {
  font-size: 0.8em;
  color: #555;
}

.wa-right-container .wa-header .nav-icons {
  position: relative;
  margin-right:0px;
/*   padding: 5px; */
}

.wa-right-container .wa-header .nav-icons i {
  padding: 10px;
}

.chat-container {
  position:relative;
  width: 100%;
  height: calc(100% - 120px);  /*60+60*/
  padding: 0 30px 10px 30px;
  overflow-y: auto;
}

.message-box {
  position:relative;
  display: flex;
  width:100%;
  margin: 0;
}

.message-box p {
  position:relative;
  right: 0;
  max-width: 85%;
  padding: 5px 10px 5px 10px;
  background: #dcf8c6;
  border-radius: 10px;
  font-size: 1em;
  margin-bottom:2px;
}

.message-box.my-message p::before {
  content : '';
  position: absolute;
  top: 0;
  right: -12px;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #dcf8c6 0%, #dcf8c6 50%, transparent 50%, transparent);
}

.message-box p span {
  font-size: 0.8em;
  opacity: 0.75;
  color:#159379;
}

.my-message {
  justify-content: flex-end;
}


.my-message.time {
  margin-bottom:10px;
  font-size:0.8em;
  opacity:0.7;
}
.friend-message.time {
  margin-bottom:10px;
  font-size:0.8em;
  opacity:0.7;
}

.friend-message p {
  background: #fff;
}

.friend-message {
  justify-content: flex-start;

}

.chat-container .my-message i {
  color: yellow;
}

.message-box.friend-message::before {
  content : '';
  position: absolute;
  top: 0;
  left: -12px;
  width: 20px;
  height: 20px;
  background: linear-gradient(225deg, #fff 0%, #fff 50%, transparent 50%, transparent);
}

.chatbox-input {
  position:relative;
  width: 100%;
  height: 70px;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;

}

.chatbox-input i {
  cursor: pointer;
  font-size: 1.8em;
  color: #515855;
}



 .chatbox-input textarea {
    position: relative;
    width: 100%;
    margin: 10px;
    padding: 10px;
    border-radius:10px;
    font-size: 1em;
    border:none;
    outline:none;
 }
 
 
 .sender{
 font-size:0.9em;
 opacity:0.75;
 margin:0px;
 padding:0px;
 }
 
 .fancy {
 
  --b: 1px;   /* control the border thickness */
  --w: 50vw;  /* control the width of the line*/
  --g: -5px;  /* control the gap */
  --c: #aaaaaa;
 font-size:0.9em;
  width: fit-content;
  padding: 2px 1em;
  line-height: 1em;
  border: 1px solid;
  color: #fff;
  background: 
    conic-gradient(from   45deg at left ,var(--c) 25%,#0000 0) 0,
    conic-gradient(from -135deg at right,var(--c) 25%,#0000 0) 100%;
  background-size: 51% 100%;
  background-origin: border-box;
  background-repeat: no-repeat;
  border-image: 
     linear-gradient(
       #0000      calc(50% - var(--b)/2),
       var(--c) 0 calc(50% + var(--b)/2),
       #0000    0) 
    1/0 var(--w)/calc(var(--w) + var(--g));
  margin-inline: auto;
}
 
 
.initial-avatar {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;
    /* Rounded border */
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    background-color: #1ab394;
    color: #ffffff;
    margin: 0 1px 0 1px;
    cursor: default;
}

 