/*
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*/

::selection{
    color: #fff;
    background: #007bff;
}

::-webkit-scrollbar{
    width: 3px;
    border-radius: 25px;
}
::-webkit-scrollbar-track{
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb{
    background: #ddd;
}
::-webkit-scrollbar-thumb:hover{
    background: #ccc;
}

.wrapper{
    width: 370px;
    background: #fff;
    /*background-image: url(bg.jpg);*/
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-top: 0px;
		background-color: #ECF3FF;
		 z-index: -1;
		 /*
	transition: all 1s ease;	 
*/
/*	margin-bottom: 17px;*/
}
.wrapper .title{
    /*background: #128C7E;
	*/
   /*background:red;*/
   background-color: #2252AC;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #128C7E;
    border-radius: 5px 5px 0 0;
}
.wrapper .form{
    padding: 20px 15px;
   /* min-height: 400px;
    max-height: 400px;*/
    overflow-y: auto;
	

}
.wrapper .form .inbox{
    width: 100%;
    display: flex;
    align-items: baseline;
}
.wrapper .form .user-inbox{
    justify-content: flex-end;
    margin: 13px 0;
}
.icon{
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
	/*
    background: #25D366;
	*/
	background-color: #2252AC;
}

.wrapper .form .inbox .img{
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
	/*
    background: #25D366;
	*/
	background-color: #2252AC;
}

#deleteMessage {
    float:right;
    display:inline-block;
    padding:2px 5px;
	margin-top: 13px;
    background:#ccc;
}
#deleteMessage:hover {
    float:right;
    display:inline-block;
    padding:2px 5px;
    background:#ccc;
    color:#fff;
	cursor: pointer;
}

.wrapper .form .inbox .msg-header{
    max-width: 80%;
    margin-left: 10px;
}
.form .inbox .msg-header p{
    color: #fff;
	/*
    background: #25D366;
	*/
	background-color: #2252AC;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 14px;
	/*
    word-break: break-all;
	*/
}
.form .user-inbox .msg-header p{
	background-color: #FFFFFF;
	color: #2252AC;

}

/*
.form .user-inbox inbox p{
	background-color: #FFFFFF;
	color: #2252AC;
}
*/


.wrapper .typing-field{
    background: #efefef;
    border-top: 1px solid #d9d9d9;
    border-radius: 0 0 5px 5px;
}
/*
    height: 60px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-evenly;

*/
.wrapper .typing-field .input-data{
    height: 40px;
    width: 369px;
    position: relative;
}
.wrapper .typing-field .input-data input{
    height: 100%;
    width: 100%;
    outline: none;
    border: 1px solid transparent;
    padding: 0 80px 0 15px;
    border-radius: 3px;
    font-size: 15px;
    background: #fff;
}
.typing-field .input-data input:focus{
    /*border-color: #25D366;*/
	 border-color: #2252AC;
}
.input-data input::placeholder{
    color: #999999;
}
.input-data input:focus::placeholder{
    color: #bfbfbf;
}

.wrapper .typing-field .input-data a{
    position: absolute;
    right: 5px;
    top: 50%;
    height: 26px;
    width: 35px;
    color: #fff;
    font-size: 18px;
    outline: none;
    border-radius: 4px;
    background-color: #2252AC;
    border: 1px solid #25D366;
    transform: translateY(-50%);
}

.imgChatBotPageshot{
    position: absolute;
    top: 5px;
    right: 130px;
    height: 30px;
    width: 30px;
	visibility:hidden;
/*    color: #fff;
    font-size: 16px;
    outline: none;
    border-radius: 3px;
    background-color: #2252AC;
    border: 1px solid #25D366;
    transform: translateY(-50%);
    transition: all 0.3s ease;
	*/
}

.imgChatBotScreenshot{
    position: absolute;
    top: 5px;
    right: 100px;
    height: 30px;
    width: 30px;
	visibility:hidden;
/*    color: #fff;
    font-size: 16px;
    outline: none;
    border-radius: 3px;
    background-color: #2252AC;
    border: 1px solid #25D366;
    transform: translateY(-50%);
    transition: all 0.3s ease;
	*/
}

.imgChatBotScreenRecoder{
    position: absolute;
    right: 70px;
    top: 5px;
    height: 30px;
    width: 30px;
	visibility:hidden;

/*    position: absolute;
    right: 5px;
    top: 50%;
    height: 30px;
    width: 65px;
    color: #fff;
    font-size: 16px;
    outline: none;
    border-radius: 3px;
    background-color: #2252AC;
    border: 1px solid #25D366;
    transform: translateY(-50%);
    transition: all 0.3s ease;
	*/
}

.typing-field .input-data a:hover{
     font-weight: bold;
}

.bot-inbox-choice:active {
	color: #ffffff;
}
.bot-inbox-choice {
	color: #ffffff;
	text-decoration: none; 
}

.bot-inbox-inline:active {
	color: #ffffff;
}
.bot-inbox-inline {
	color: #ffffff;
	text-decoration:underline; 
}

.drophighlight {
	border:dotted;
}

.dropProfilePic {
	border:dotted;
	opacity: 0.2;
}

.imgdivChatbot {
  position: relative;
  width: 42px;
  z-index: 99;
}

@-webkit-keyframes shake {
    0% { -webkit-transform: translate(2px, 1px) rotate(0deg); } 
    10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
    20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
    30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
    40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
    50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
    60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
    70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
    80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
    90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
    100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(10deg); }
   95% { transform: rotate(-10deg); }
  100% { transform: rotate(0deg); }
}


@-webkit-keyframes jump {
  0%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40%{
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60%{
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
 }
}

.wifi {
  margin:20px;
  width:29px;
  height:29px;
  display:inline-block;
  background:
    /*the center*/
    radial-gradient(circle at center, lime 2px,transparent 2px),
    /*some white to hide part of the circles*/
    linear-gradient( 45deg, #fff 50%,transparent 0),
    linear-gradient(-45deg, #fff 50%,transparent 0),
    /*--*/
    /*1*/
    radial-gradient(circle at center,
      transparent 4px,lime 4px,
      lime 6px,transparent 6px),
    /*2*/
    radial-gradient(circle at center,
      transparent 8px,lime 8px,
      lime 10px,transparent 10px),
    /*3*/
    radial-gradient(circle at center,
      transparent 12px,lime 12px,
      lime 14px,transparent 14px);
  animation:change 5s linear infinite;
}

@keyframes change {
  0%,20% {
    background-size: 0,auto, auto, 0, 0,0;
  }
  20%,40% {
    background-size: auto,auto, auto, 0, 0,0;
  }
  40%,60% {
    background-size: auto,auto, auto, auto, 0,0;
  }
  60%,80% {
    background-size: auto,auto, auto, auto, auto,0;
  }
  80%,100% {
    background-size: auto,auto, auto, auto, auto,auto;
  }
}


#imgRoomSignal {
  margin: 20px auto 0px;
  width: 28px;
  height: 8px;
 position:absolute;
 margin-top: -19px;
   margin-left: 6px;
 
}

#wifi .signal {
  border-right: 1px solid #ee7230;
  border-bottom: 1px solid #ee7230;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
}

#wifi .signal:first-child {
  left: 50%;
  top: -16px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 0 0 10px 0;
  animation: blink4 4s infinite;
}

#wifi .signal:nth-child(2) {
  left: 50%;
  top: -13px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 0 0 7px 0;
  animation: blink3 4s infinite;
}

#wifi .signal:last-child {
  left: 50%;
  top: -10px;
  margin-left: -3px;
  width: 5px;
  height: 5px;
  border-radius: 0 0 4px 0;
  animation: blink2 4s infinite;
}

#wifi .signal:last-child:after {
  content: '';
  position: absolute;
  right: 35%;
  bottom: 35%;
  height: 3px;
  width: 3px;
  background-color: #ee7230;
  border-radius: 50%;
  margin-left: -2px;
  animation: blink1 4s infinite;
}

#wifi .nosignal {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
}

#wifi .nosignal:first-child {
  left: 50%;
  top: -16px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 0 0 10px 0;
  animation: blink4 4s 1;
}

#wifi .nosignal:nth-child(2) {
  left: 50%;
  top: -13px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 0 0 7px 0;
  animation: blink3 4s 1;
}

#wifi .nosignal:last-child {
  left: 50%;
  top: -10px;
  margin-left: -3px;
  width: 5px;
  height: 5px;
  border-radius: 0 0 4px 0;
  animation: blink2 4s 1;
}

#wifi .nosignal:last-child:after {
  content: '';
  position: absolute;
  right: 35%;
  bottom: 35%;
  height: 3px;
  width: 3px;
  background-color: #000000;
  border-radius: 50%;
  margin-left: -2px;
  animation: blink1 4s 1;
}

@keyframes blink1 {
  0% {
    opacity: 0
  }
  19% {
    opacity: 0
  }
  20% {
    opacity: 1
  }
}

@keyframes blink2 {
  0% {
    opacity: 0
  }
  39% {
    opacity: 0
  }
  40% {
    opacity: 1
  }
}

@keyframes blink3 {
  0% {
    opacity: 0
  }
  59% {
    opacity: 0
  }
  60% {
    opacity: 1
  }
}

@keyframes blink4 {
  0% {
    opacity: 0
  }
  79% {
    opacity: 0
  }
  80% {
    opacity: 1
  }
}


.imgtxtProfile {
 position:absolute; 
	/*
  position:fixed; 
  bottom: 0;
  left: 0;
  */ 
  background: rgb(255, 0, 0);
  /*background: rgba(255, 0, 0, 0.5);*/ /* Black see-through */
  color: #f1f1f1; 
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity:1;
  line-height: 14px;
  color: white;
  font-size: 10px;
  margin-top: -10px;
  margin-left: 25px;
  padding: 0px;
  text-align: center;
}

.divPeersContainer {
	width: 100%;
  	text-align: center;
}

.divPeers {
 position: absolute;
 left: 0;
 width: 40px;
}

.imgPeers {
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 5px;
 vertical-align: top; 
}

.imgPeerText {
	max-height: 20px;
	overflow:hidden;
}

.imgPeerHost {
  position: absolute;
  /*bottom: 0;
  right: 0;*/
   margin-top: 25px;
   margin-left: 30px;
  border-radius: 50%;
  z-index:1 ;
}

.imgPeerLive {
  position: absolute;
  /*bottom: 0;
  right: 0;*/
   margin-top: 0px;
   margin-left: 30px;
  border-radius: 50%;
  z-index:1 ;
}


.imgProfile {
  border-radius: 50%;
}

.imgtxtRecord {
 position:absolute; 
	/*
  position:fixed; 
  bottom: 0;
  left: 0;
  */ 
  background: rgb(0, 0, 0);
  /*background: rgba(255, 0, 0, 0.5);*/ /* Black see-through */
  color: #f1f1f1; 
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity:1;
  line-height: 14px;
  color: white;
  font-size: 10px;
  margin-top: -24px;
  margin-left: 6px;
  padding: 0px;
  text-align: center;
}

.imgtxtRecordBlink {
  background: rgb(255, 0, 0);
  animation: blinker 1s step-start infinite;*/
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.imgtxtChatbot {
  position:fixed; 
  bottom: 0;
	/*
  left: 0;
  */ 
  background: rgb(255, 0, 0);
  /*background: rgba(255, 0, 0, 0.5);*/ /* Black see-through */
  color: #f1f1f1; 
  width: 20px;
  height: 15px;
  border-radius: 30%;
  transition: .5s ease;
  opacity:1;
  line-height: 15px;
  color: white;
  font-size: 10px;
  margin-left: 20px;
  margin-bottom: 30px;
  padding: 0px;
  text-align: center;
}


.imgtxtChatbot:hover {
	font-weight: bold;
	cursor: pointer;
}


.imgChatbotJump {
    -webkit-animation: jump 1.5s ease 0s infinite normal ;
    animation: jump 1.5s ease 0s infinite normal ;
}

.imgChatbotShake {
-webkit-animation: ring 2s ease infinite;
animation: ring 2s ease infinite;
transform-origin-x: 50%;
transform-origin-y: 0px;
transform-origin-z: initial
}
/*
.imgChatbotShake {
   -webkit-animation-name: ringing;
   
   -webkit-animation-name: shake;
    -webkit-animation-duration: 0.5s;
    -webkit-transform-origin:50% 50%;
    -webkit-animation-iteration-count: infinite;
}
*/

/*
.imgChatbotShake {
  display: inline-block;
  animation: wiggle 1s infinite;
}
*/
@-webkit-keyframes ring{
0%{-webkit-transform: rotate(-15deg);transform: rotate(-15deg)}
2%{-webkit-transform: rotate(15deg);transform: rotate(15deg)}
4%{-webkit-transform: rotate(-18deg);transform: rotate(-18deg)}
6%{-webkit-transform: rotate(18deg);transform: rotate(18deg)}
8%{-webkit-transform: rotate(-22deg);transform: rotate(-22deg)}
10%{-webkit-transform: rotate(22deg);transform: rotate(22deg)}
12%{-webkit-transform: rotate(-18deg);transform: rotate(-18deg)}
14%{-webkit-transform: rotate(18deg);transform: rotate(18deg)}
16%{-webkit-transform: rotate(-12deg);transform: rotate(-12deg)}
18%{-webkit-transform: rotate(12deg);transform: rotate(12deg)}
20%{-webkit-transform: rotate(0deg);transform: rotate(0deg)}
}
@keyframes ring{0%{-webkit-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);transform: rotate(-15deg)}
2%{-webkit-transform: rotate(15deg); -ms-transform: rotate(15deg); transform: rotate(15deg)}
4%{-webkit-transform: rotate(-18deg); -ms-transform: rotate(-18deg); transform: rotate(-18deg)}
6%{-webkit-transform: rotate(18deg); -ms-transform: rotate(18deg); transform: rotate(18deg)}
8%{-webkit-transform: rotate(-22deg); -ms-transform: rotate(-22deg); transform: rotate(-22deg)}
10%{-webkit-transform: rotate(22deg); -ms-transform: rotate(22deg); transform: rotate(22deg)
}12%{-webkit-transform: rotate(-18deg); -ms-transform: rotate(-18deg); transform: rotate(-18deg)}
14%{-webkit-transform: rotate(18deg); -ms-transform: rotate(18deg); transform: rotate(18deg)}
16%{-webkit-transform: rotate(-12deg); -ms-transform: rotate(-12deg); transform: rotate(-12deg)}
18%{-webkit-transform: rotate(12deg); -ms-transform: rotate(12deg); transform: rotate(12deg)}
20%{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg)}
}

.divInboxScroll {
border-radius: 50%;
font-size: 20px;
background-color: #E2E2E2;
height: 16px;
    width: 16px;
    color: #000;
    text-align: center;
    line-height: 25px;
	cursor:pointer;
	border: 1px solid lightgrey;
	
}

.divInboxScroll:hover {
font-weight: bold;
background-color: #A6F4FF;
}

.divInboxScroll:active {
background-color: #34B4E3;
}



.divInboxScrollTxt {
  position: absolute;
	/*
  float:center; 
  bottom: 0;
  left: 0;
  */ 
  background: rgb(255, 0, 0);
  /*background: rgba(255, 0, 0, 0.5);*/ /* Black see-through */
  color: #f1f1f1; 
  width: 16px;
  height: 15px;
  border-radius: 30%;
  transition: .5s ease;
  opacity:1;
  line-height: 15px;
  color: white;
  font-size: 8px;
  margin-top: -40px;
  margin-left: 2px;
  /*margin-bottom: 150px;*/
  padding: 0px;
  text-align: center;
}
