body {
 background-image: url("/img/bg.png");
   background-repeat: repeat;
  background-position: right top;
  background-attachment: fixed;
    font-family: sans-serif;
}
.vh-100 {
	min-height: 100vh;
}

.pic{
  background: #1c1a4447;
   background-repeat: repeat;
  background-position: right top;
  background-attachment: fixed;
    font-family: sans-serif;
}
.w-400 {
	width: 400px;
}

.w-40 {
  width: 1000px;
}


.fs-xs {
	font-size: 1rem;
}
.w-10 {
	width: 10%;
}

a {
	text-decoration: none;
}
.fs-big {
	font-size: 5rem !important;
}
.online {
	width: 10px;
	height: 10px;
	background: green;
	border-radius: 50%;
}

.w-15 {
	width: 15%;
}
.fs-sm {
	font-size: 1.4rem;
}
small {
	color: #bbb;
	font-size: 0.7rem;
	text-align: right;

}

.chat-box {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 50vh;
}
.rtext {
	width: 65%;
	background: #affbaa;
	color: #444;
}

.ltext {
	width: 65%;
	background: #ededed;
	color: #363636;
}
/* width */
*::-webkit-scrollbar {
  width: 10px;
}

/* Track */
*::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
*::-webkit-scrollbar-thumb {
  background: #aaa;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background: #3289c8;
}

textarea {
	resize: none;
}

/*message_status*/






.fas.expand:before{
  content: '\f00d';
}
/*
ul:before{
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #1b1b1b;
  top: -10px;
  right: 15px;
  transform: rotate(45deg);
  z-index: -1;
}*/
ul li{
  line-height: 35px;
  padding: 8px 20px;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
ul li:last-child{
  border-bottom: none;
}
ul li:hover{
  box-shadow: inset 0 0 5px #9b9b9b,
              inset 0 0 10px #9b9b9b;
}
ul li:hover:first-child{
  border-radius: 5px 5px 0 0;
}
ul li:hover:last-child{
  border-radius: 0 0 5px 5px;
}
ul li a{

  font-size: 18px;
  text-decoration: none;
}
ul li:hover a{
  color: #169f7c;
}

/*table,
td {
  border: 1px solid #333;
}

thead,
tfoot {
  background-color: black;
  color: #fff;
}
*/