p.userRequest {
  background-color: #e2e2e2;
    border-style: solid;
    border-width: 0em;
    border-color: #000000;
    border-top-left-radius: 1.4285714285714286em;
    border-top-right-radius: 1.4285714285714286em;
    border-bottom-left-radius: 1.4285714285714286em;
    border-bottom-right-radius: 0;
    color: #333333;
    float: right;
    max-width: 85%;
    padding: 0.7142857142857143em 1em;
    line-height: 1.4285714285714286em;
    margin: 0px;
}

p.lexResponse {
  min-height: 2.857142857142857em;
  max-width: calc(100% - 3.5714285714285716em);
  float: left;
  background-color: #acece9;
  border-style: solid;
  border-width: 0em;
  border-color: #000000;
  border-top-left-radius: 1.4285714285714286em;
  border-top-right-radius: 1.4285714285714286em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 1.4285714285714286em;
  color: #333333;
  max-width: 75%;
  padding: 0.7142857142857143em 1em;
  line-height: 1.4285714285714286em;
  margin-top: 1rem;
  position: relative;
}

p.lexResponseRobot {
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 12px;
  font-style: italic;
  position: absolute;
  bottom: -20px;
  left: 0;
}

p.lexError {
  margin: 4px;
  padding: 4px 10px 4px 10px;
  border-radius: 4px;
  text-align: right;
  min-width: 50%;
  max-width: 85%;
  float: right;
  background-color: #f77;
}

.userContainer, .botContainer{
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.chatbot{
  position: fixed;
  z-index: 10000;
  bottom: 20px;
  right: 0;
  margin-right: 20px;
  box-shadow: 0px 0px 4px #aba8a8;
}

.chatbot_close{
  position: fixed;
  z-index: 10000;
  top: 42%;
  right: 10px;
  margin-right: 20px;
}

#chatmin, #chatactivate{
  cursor: pointer;
}

#chatmin:hover{
  color: #949696;
}

#subchatactivate{
  border-radius: 50px;
}

#minimize-avatar{
  width: 75px;
}

button.option-chat {
    background-color: #4c4d4e;
    color: white;
    border: none;
    padding: 5px 15px 5px 15px;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 15px;
    border-radius: 3px;
}

button.option-chat:hover {
    background-color: #c4c5c7;
}

.elements-amazon {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.chat-open{
  text-align: right;padding: 5px;
  background-color: #ab182a;;
  cursor: pointer;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 13px;
  padding-bottom: 9px;
  border-radius: 4px 4px 0px 0px;
}

#conversation{
  width: 378px;
  height: 418px;
  background-color: #fafafa;
  padding: 6px;
  overflow: auto;
  font-size: 16px;
  margin-bottom: 1px;
}

#icon-minimize{
  cursor: pointer;
  display: inline-block;
  margin-right: 6px;
  width: 27px;
  height: 8px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#chat-top{
  width: 88%;
  display: inline-block;
  text-align: center;
}

.text-entry {
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  padding-top: 0.7142857142857143em;
  padding-bottom: 0.7142857142857143em;
  padding-left: 0.7142857142857143em;
  padding-right: 2.2857142857142856em;
  width: 100%;
  border-top: 0.07142857142857142em;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0em;
  border-color: #cccccc;
  border-style: solid;
  display: block;
  height: 5.714285714285714em;
  bottom: 0;
}

#chat-box{
  padding: 0px 20px;
  background-color: #fafafa;
  padding-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

/*.chat-open:hover{
  background-color: #0d87bf;
}*/

#wisdom:focus{
  outline: 2px solid #757575;
}

@media only screen and (max-width: 767px){
  #minimize-avatar{
    width: 62px;
  }

  .chatbot_close{
    position: fixed;
    z-index: 10000;
    bottom: 17px;
    right: 5%;
    margin-right: 0px;
  }

  .dropdown-menu{
    margin-right: 20px;
  }

  #conversation {
    width: 234px;
    height: 220px;
    font-size: 15px;
  }
  #chat-top {
    width: 80%;
  }
  .text-entry{
    height:3.714286em;
  }
}

.awscontact-button{
  font-size: 21px;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 100%;
  background-color: #cf142b;
  font-weight: 200;
  margin-right: 10px;
  margin-top: 15px;
  padding: 4px 4px 4px 5px;
}

.awscontact-button:hover{
  background-color: #012169;
  color: white;
}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon.alt:before {
			background-color: #ffffff;
			border-radius: 100%;
			color: #242943;
			display: inline-block;
			height: 2em;
			line-height: 2em;
			text-align: center;
			width: 2em;
		}

	a.icon.alt:before {
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	a.icon.alt:hover:before {
		background-color: #FDD6AB;
	}

	a.icon.alt:active:before {
		background-color: #37a6cb;
	}

/* Icons */

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

  ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0;
  }

    ul.icons li:last-child {
      padding-right: 0;
    }

  @media screen and (max-width: 736px) {

    ul.icons li {
      padding: 0 0.75em 0 0;
    }

  }

.icons-float{
		    display: block !important;
		    padding: 0px !important; 
		    margin-bottom: 10px !important;
		}

ul.social-little li a {
      font-size: 20px;
      line-height: 42px;
      display: block;
      width: 40px !important;
      height: 40px !important;
      transition: all .3s;
      color: #fff;
      border-radius: 100%;
      outline: 0;
      background-color: #a00a25;
  }