.box-chat {
  font-size: 1rem;
  background: rgba(19,25,62,.9);
  padding: 2%;
  height: 100%;
}

.box-chat h3 {
  font-size: .913rem;
  margin: 0;
  font-weight: 600;
  text-transform: none;
}

.chat-header {
  font-size: .9rem;
  padding: 2% 1%;
  margin-bottom: 3%;
  border-bottom: 1px solid #d8afbb;
}

.chat-header svg {
  width: 1.5em;
  height: 1.5em;
}

.chat-header > div {
  padding: 0;
}

.chat-mensajes {
  height: 100%;overflow: hidden;
  overflow-y: scroll;
  max-height: 310px;
  margin-bottom: 3%;
  border-bottom: 1px solid #d8afbb;
  font-size: .913rem;
}

.__avatar,
.__nickName,
.__content,
.__dateCreated {
  display: inline-block;
}

.box-chat .form-control {
  background: rgba(75,43,90,.9);
  color: white;
  border: none;
  border-radius: 0;
  border-color: #17232d;
  padding-right: 35px;
  font-size: .913rem;
}.box-chat .form-control:focus {
  background: rgba(84,68,73,.9);
  color: white;
  border-color: #17232d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.box-chat input::placeholder {
  color: white !important;
  opacity: 1; /* Firefox */
}

.chat-text-input {
  position: relative;
}

.boton-enviar {
  background: transparent;
  border: none;
  position: absolute;
  top: 3px;
  right: 1px;
}

.boton-enviar svg {
  width: 1.5em;
  height: 1.5em;
  fill: #d8afbb;
}

.__avatar {
  position: relative;
}

.__avatar img {
  width: 50px
}

.__avatar:after {
  position: absolute;
  content: "";
  display: block;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  border: 2px solid #d8afbb;
  z-index: 1;
  border-radius: 100%;
}

.__nickName {
  font-weight: 600;
}

.__dateCreated {
  opacity:.45;
  padding-right: 5px;
}

.box-chat small {
  font-size: .75rem;
}
.iframe-game { height: 629px;}
/* === +++ === +++ === +++ === +++ === +++  */
/* === +++ === +++ === +++ === +++ === +++  */
@media screen and (max-width: 1400px) {
  .chat-mensajes { height: 280px;}
}
@media screen and (max-width: 1200px) {
  .chat-mensajes { height: 220px;}
  .iframe-game { height: 527px;}
}
@media screen and (max-width: 991px) {
.box-chat {
  height: 420px;
  display: block;
}
.iframe-game { height: 393px;}

.chat-mensajes {
  height: 200px;
}

.box-chat h3 {
  font-size: 1rem !important;
}
}

@media screen and (max-width: 600px) {
.iframe-game { height: 200px;}
}

@media screen and (max-width: 400px) {
.iframe-game { height: 150px;}
}


.box-chat .chat-mensajes a { text-decoration: underline; }
