/* Ask Lex button styled like the Arabic button on decree.om */
.las-chat-button.decree-arabic-style {
  background: #E4572E;
  color: #fff;
  border: 0;
  border-radius: 15px;
  font-size: 1em;
  font-weight: bold;
  width: 133.91px;
  height: 62px;
  margin-right: 3.75px;
  padding: 0 18px 0 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  box-shadow: 0 1.5px 6px rgba(0,0,0,0.07);
  cursor: pointer;
  text-align: right;
  min-width: unset;
  line-height: 1;
  overflow: hidden;
}
.las-chat-button.decree-arabic-style .feather-icon {
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: auto;
  display: block;
}
.las-chat-button.decree-arabic-style .ask-lex-text {
  position: absolute;
  left: 58%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: underline;
  margin-left: 2px;
}
