#chat-open-button {
  position: fixed;
  bottom: 40px;
  right: 30px;
  /* background: linear-gradient(to right, rgb(5, 117, 230), rgb(2, 27, 121)); */
    background: #04528b;
  color: white;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  text-align: center;
  line-height: 66px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1000;
  /*box-shadow: 0px 4px 10px rgba(5, 117, 230, 0.5);*/
}

#buton_minimizare {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 2px;
}

#buton_minimizare:hover {
  background: rgba(1, 16, 67, 0.9) !important;
}

.send_btn{
	background-color: transparent !important;
	border:0 !important;
	color: white !important;
	cursor: pointer;

}
.send_btn:hover {
	background: rgba(1, 16, 67, 0.9) !important;

}
.send_btn .fa-solid.fa-paper-plane {
    font-size: 20px !important;
}

