/* get the required local files */
@font-face {
  font-family: 'Roboto';
  src: url('./fonts/roboto/Roboto-Regular.ttf') format('truetype');
}

body {
  font-family: 'Roboto', sans-serif !important;
  background-color: #f5f5f5;
}

.card h6 {
  font-size: 14px;
  font-weight: bold;
}

.card{
  text-align: center;
}

.card img{
  height: 100px;
}

.card-body {
  box-shadow: 2px 2px 6px 2px #eaeaea;
}



.message {
  background-color: #f5f5f5;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
}

.user-message {
  text-align: right;
  background-color: #E63B43;
  color: #fff;
}

.bot-message {
  text-align: left;
}

.input-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
 
}

input[type="text"] {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 5px;
  outline: none;
}

button[type="submit"] {
  background-color: #E63B43;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.user-chat {
  color: #E63B43;
}

.ia-chat {
  color: #333333;
}

.message-user {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.message-ia {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #F7F7F8;
}

.card abbr{
  float: right !important;
}

.mensaje-propio{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background: #FF6961;
  color: #FFFFFF;
  margin-bottom: 20px;
  margin-top: 20px;
}

input{
  border: solid 1px gray !important;
}

.nav-item a{
  margin-left: 20px !important;
  margin-right: 20px !important;
}