#chat #chat-content > .row {
    height: 300px;
    overflow: auto;
    margin-top: 1rem;
    margin-right: 0 !important;
    margin-left: 0 !important;
	color: #FFFFFF;
}

.icon  {
    background-color: #0062cc1f;
    width: 28px;
    text-align: center;
    border-radius: 5px;
}

.icon > i {
    margin-bottom: 5px;
    margin-top: 5px;
	color: #000000;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000431;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}