.js_reg_auth {
  display: none !important;
}

#msg_form, .float-clear {
  display: none;
}

.send_msg_form {
  margin-bottom: 0;
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  min-height: auto;
}

#send_msg_form {
  display: flex;
}

.send_msg_form textarea {
  margin-bottom: 0;
  flex: 3.5;
  min-width: 0;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(56, 189, 248, 0.12) !important;
  border-right: 0;
  border-radius: 0.45rem 0 0 0.45rem;
  outline: none;
  color: #e2e8f0 !important;
  background: rgba(13, 32, 63, 0.3);
  height: 50px;
}
.send_msg_form textarea:focus {
  border-color: rgba(56, 189, 248, 0.45) !important;
}

.send_msg_form input[type=button] {
  flex: 1;
  display: grid;
  width: 2.9rem !important;
  place-items: center;
  border: 0;
  border-radius: 0 0.45rem 0.45rem 0;
  color: white;
  background: linear-gradient(135deg, #0ea5e9, #2dd4bf);
  cursor: pointer;
  margin-top: 0;
}
.send_msg_form input[type=button]:focus {
  border-color: rgba(56, 189, 248, 0.45);
}

/*# sourceMappingURL=php.css.map */
