/* Buttons/Links */
*:focus {
  outline: 0;
}

[data-cognigy-webchat-root] a {
  color: #007b7a;
}

.webchat-typing-indicator.active > div {
  height: 25px;
}

/*--------------ADAPTIVE CARDS---------------*/

#password i {
  margin-top: 0px !important;
  margin-left: -30px;
  z-index: 10000;
}

.ac-adaptiveCard > .ac-columnSet > .ac-container > .ac-textBlock {
  display: contents;
}

.ac-pushButton,
.ac-pushButton.subdued {
  background-color: transparent;
  border: 1px solid #f7c600;
  color: #f7c600;
  cursor: pointer;
  padding: 12px 40px;
  border-radius: 39.5px !important;
}

.ac-pushButton,
.ac-pushButton.subdued button {
  color: #000000;
  border: 1px solid #f7c600;
  background-color: #f7c600;
  margin-top: 12px !important;
}

.ac-pushButton.style-default.expandable.expanded {
  background: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  color: #ccc !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 12px 40px !important;
  border-radius: 39.5px !important;
}

.ac-pushButton.style-default {
  background: transparent;
  border: 1px solid #000000;
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 12px 40px !important;
  border-radius: 39.5px !important;
}

.ac-pushButton.style-default:hover {
  background: #dddddd;
}

.adaptivecard-wrapper {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.adaptivecard-wrapper > * {
  background-color: white;
  box-shadow: none !important;
}

.ac-textBlock > p {
  margin-bottom: auto !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  color: #333333 !important;
}

.ac-choiceSetInput-multiSelect .ac-textBlock > p {
  margin-bottom: 0px !important;
}

.ac-textBlock {
  font-family: 'Source Sans Pro', Arial, sans-serif !important;
  background: white;
  color: #4d4d4d !important;
  box-shadow: none;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.38 !important;
}

.ac-textRun {
  font-family: 'SourceSansPro', Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  z-index: 1;
  text-align: left;
  color: #999 !important;
  left: 1rem;
  right: 1rem;
  transition: 0.2s ease all;
  margin-bottom: 0;
}

.subtleText {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-style: normal !important;
  color: #999999 !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 1em !important;
}

.textOutline {
  border-bottom: 1px solid #ddd;
}

.subtleText + .ac-horizontal-separator {
  height: 0px !important;
}

.ac-adaptiveCard > .ac-horizontal-separator {
  padding-top: 13px !important;
  height: 0px !important;
}

.ac-choiceSetInput-multiSelect div {
  padding-bottom: 10px;
}

.ac-richTextBlock {
  padding-top: 10px;
}

/*-----------------------SELECT-OPTION-------------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../../Icons/dropdown_down_arrow.svg');
  background-position-x: 100%;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-color: white;
  padding-right: 20px !important;
  line-height: 1.28 !important;
}

select[disabled] {
  opacity: 0.2;
}

/*-----------------------INPUT------------------*/
input[type='checkbox']:before {
  display: grid;
  -webkit-font-smoothing: antialiased;
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAVUExURUdwTFBQUFNTU01NTaampv///4yMjOerQpsAAAAEdFJOUwBAJZWrn1x2AAAAKklEQVQI12NgUBQEASEGBuYUFxBwM2BQC4WAJAYRKMuRziyECxCugrsUABe7KwnG7yTlAAAAAElFTkSuQmCC');
  opacity: 1 !important;
}

input[type='checkbox']:checked:before {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA2UExURVBQUJWVlba2ttvb21VVVU1NTf///0dwTE5OTk5OTlxcXPLy8nR0dGhoaIWFhcPDw6Ghoc3NzYzkt4wAAAAKdFJOUz////8G//8AMenK2f5OAAAAZ0lEQVQY023Q2wrAIAgGYDuonWvv/7JrsJa1/gvBDxEUmK2DL84yA4NHEd/BLtLNgsMtfc1sSn4qCEqkd6qUNspkUFC7EDUVSZpaeIcGhRgrqYVQEUVcCc0YmhSGdDocdDj78Jz/C28uSQYzBhRS6wAAAABJRU5ErkJggg==');
}

input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.ac-dateInput {
  height: 20px;
  white-space: nowrap !important;
}

.ac-input,
.ac-textinput {
  outline: none;
  border: none;
  color: #4d4d4d !important;
  background-color: transparent;
  border-bottom: 2px solid #dddddd !important;
}

.ac-input-correct,
.ac-textinput-correct {
  border-bottom: 0.125rem solid #dddddd !important;
}

[data-cognigy-webchat-root] input:not(:placeholder-shown),
[data-cognigy-webchat-root] textarea:not(:placeholder-shown) {
  border-bottom: 0.125rem solid grey;
}

[data-cognigy-webchat-root] input:placeholder-shown,
[data-cognigy-webchat-root] select:placeholder-shown {
  border-bottom: 0.063rem solid #333333;
}

[data-cognigy-webchat-root] input:disabled {
  opacity: 0.2 !important;
}

[data-cognigy-webchat-root] .disabled {
  opacity: 0.2;
  pointer-events: none;
}

[data-cognigy-webchat-root] .disabled > input:disabled {
  opacity: 1 !important;
}

#textCounter {
  font-size: 12px !important;
  display: flex;
}

/*------------- INPUT VALIDATION FAILED -----------------------*/

select.ac-input-validation-failed {
  border-bottom: 2px solid #f43a38 !important;
  background-image: url('../../Icons/dropdown_down_arrow_error.svg');
  padding-right: 40px !important;
}

.ac-input-validation-failed {
  border-bottom: 2px solid #f43a38 !important;
}

.ac-textBlock[style*='color: rgb(204, 51, 0)'] > p {
  margin: 4px 24px -14px 0 !important;
}

.ac-textBlock[style*='color: rgb(204, 51, 0)'],
.ac-textBlock[style*='color: rgb(204, 51, 0)'] > p {
  font-size: 12px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
  color: #f43a38 !important;
}

.ac-textBlock[style*='color: rgb(0, 0, 0)'] {
  color: #4d4d4d !important;
}

.ac-textRun[style*='color: rgb(204, 51, 0)'] {
  display: none;
}

/*-------------------------------------- GO TO VUELING CARD ------------------------------*/
.min-horizontal-separator,
.ac-adaptiveCard > .min-horizontal-separator {
  height: 0px !important;
  margin-top: 7px !important;
}

.goToVuelingButton {
  margin-top: 0px !important;
}

/*-------------- AVATARS -------------*/

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-avatar.bot {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMTJDMCA1LjM3MjU4IDUuMzcyNTggMCAxMiAwQzE4LjYyNzQgMCAyNCA1LjM3MjU4IDI0IDEyQzI0IDE4LjYyNzQgMTguNjI3NCAyNCAxMiAyNEM1LjM3MjU4IDI0IDAgMTguNjI3NCAwIDEyWiIgZmlsbD0iI0ZGRjAwMCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjA2MjEgMTQuMTNMMTQuMjA2MiA3LjE0QzE0LjM2MTYgNi42NiAxNC43NjU1IDYgMTUuNzI4OCA2QzE2LjY2MSA2IDE3LjUgNi41NCAxNy41IDcuNTNDMTcuNSA3LjgzIDE3LjQzNzkgOC4wNyAxNy4yODI1IDguNDZMMTQuNDg1OSAxNi4wNUMxMy45MjY2IDE3LjQ5IDEzLjU4NDcgMTggMTIuMTg2NCAxOEgxMS45Mzc5QzEwLjUwODUgMTggMTAuMDQyNCAxNy40OSA5LjQ4MzA1IDE2LjAyTDYuNzE3NTEgOC40NkM2LjU2MjE1IDguMDcgNi41IDcuODMgNi41IDcuNTNDNi41IDYuNTEgNy4zNzAwNiA2IDguMjcxMTkgNkM5LjIzNDQ2IDYgOS42Mzg0MiA2LjY2IDkuNzkzNzkgNy4xNEwxMS45Mzc5IDE0LjEzSDEyLjA2MjFaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K');
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
  background-color: transparent !important;
}

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .webchat-avatar.agent {
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
  background-color: transparent !important;
}

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .webchat-avatar.user {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE3NzNfMTAyMTApIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi4wMDAyIDIuMTM0NzdDNi41NTE2NSAyLjEzNDc3IDIuMTM0NzcgNi41NTE2NSAyLjEzNDc3IDEyLjAwMDJDMi4xMzQ3NyAxNy40NDg3IDYuNTUxNjUgMjEuODY1NSAxMi4wMDAyIDIxLjg2NTVDMTcuNDQ4NyAyMS44NjU1IDIxLjg2NTUgMTcuNDQ4NyAyMS44NjU1IDEyLjAwMDJDMjEuODY1NSA2LjU1MTY1IDE3LjQ0ODcgMi4xMzQ3NyAxMi4wMDAyIDIuMTM0NzdaTTAuNjM0NzY2IDEyLjAwMDJDMC42MzQ3NjYgNS43MjMyMiA1LjcyMzIyIDAuNjM0NzY2IDEyLjAwMDIgMC42MzQ3NjZDMTguMjc3MSAwLjYzNDc2NiAyMy4zNjU1IDUuNzIzMjIgMjMuMzY1NSAxMi4wMDAyQzIzLjM2NTUgMTguMjc3MSAxOC4yNzcxIDIzLjM2NTUgMTIuMDAwMiAyMy4zNjU1QzUuNzIzMjIgMjMuMzY1NSAwLjYzNDc2NiAxOC4yNzcxIDAuNjM0NzY2IDEyLjAwMDJaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuNjM0NzY2IDEyLjAwMDJDMC42MzQ3NjYgNS43MjQ0IDUuNzI0NCAwLjYzNDc2NiAxMi4wMDAyIDAuNjM0NzY2QzE4LjI3NTkgMC42MzQ3NjYgMjMuMzY1NSA1LjcyNDQgMjMuMzY1NSAxMi4wMDAyQzIzLjM2NTUgMTQuOTU2MyAyMi4yMjc4IDE3LjY0NTggMjAuMzgwNyAxOS42NjA4QzIwLjExNiAxOS45NDk2IDE5LjY3MzYgMTkuOTg2IDE5LjM2NTMgMTkuNzQ0NEMxNy42ODk4IDE4LjQzMTYgMTUuMDE1NSAxNy4yNDU1IDEyLjAwMDIgMTcuMjQ1NUM4Ljk4NDg0IDE3LjI0NTUgNi4zMTA1IDE4LjQzMTYgNC42MzUwMiAxOS43NDQ0QzQuMzI2MSAxOS45ODY0IDMuODgyODQgMTkuOTQ5NCAzLjYxODM2IDE5LjY1OTRDMS43NzMxOSAxNy42MzY3IDAuNjM0NzY2IDE0Ljk1NzMgMC42MzQ3NjYgMTIuMDAwMlpNMTIuMDAwMiAyLjEzNDc3QzYuNTUyODMgMi4xMzQ3NyAyLjEzNDc3IDYuNTUyODMgMi4xMzQ3NyAxMi4wMDAyQzIuMTM0NzcgMTQuMzIyMyAyLjk0MzE4IDE2LjQ0ODIgNC4yOTA1OSAxOC4xMzc2QzYuMTk2NTQgMTYuODI3MiA4LjkzNjA2IDE1Ljc0NTUgMTIuMDAwMiAxNS43NDU1QzE1LjA2NDggMTUuNzQ1NSAxNy44MDQ4IDE2LjgyNzYgMTkuNzEwOCAxOC4xMzg0QzIxLjA1NjcgMTYuNDU1NyAyMS44NjU1IDE0LjMyMyAyMS44NjU1IDEyLjAwMDJDMjEuODY1NSA2LjU1MjgzIDE3LjQ0NzUgMi4xMzQ3NyAxMi4wMDAyIDIuMTM0NzdaTTEyLjAwMDIgNi42MzkzOEMxMC4xNDM2IDYuNjM5MzggOC42NDI0NiA4LjE0MDUyIDguNjQyNDYgOS45OTcwN0M4LjY0MjQ2IDExLjg1MzYgMTAuMTQzNiAxMy4zNTQ4IDEyLjAwMDIgMTMuMzU0OEMxMy44NTY3IDEzLjM1NDggMTUuMzU3OCAxMS44NTM2IDE1LjM1NzggOS45OTcwN0MxNS4zNTc4IDguMTQwNTIgMTMuODU2NyA2LjYzOTM4IDEyLjAwMDIgNi42MzkzOFpNNy4xNDI0NiA5Ljk5NzA3QzcuMTQyNDYgNy4zMTIwOSA5LjMxNTE3IDUuMTM5MzggMTIuMDAwMiA1LjEzOTM4QzE0LjY4NTEgNS4xMzkzOCAxNi44NTc4IDcuMzEyMDkgMTYuODU3OCA5Ljk5NzA3QzE2Ljg1NzggMTIuNjgyMSAxNC42ODUxIDE0Ljg1NDggMTIuMDAwMiAxNC44NTQ4QzkuMzE1MTcgMTQuODU0OCA3LjE0MjQ2IDEyLjY4MjEgNy4xNDI0NiA5Ljk5NzA3WiIgZmlsbD0iYmxhY2siLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNzczXzEwMjEwIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=');
  background-position: center;
  box-shadow: none;
  border: none;
}

/*-------------------MENU INPUT--------------------*/

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .webchat-input-menu-form {
  background-color: white;
  border: 2px solid #000000;
  border-radius: 8px !important;
  height: 64px;
  box-shadow: none !important;
  margin: 0px 24px 24px 24px;
}

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .webchat-input-button-menu {
  border-radius: 20px;
  background-color: #0da398;
  margin-bottom: 20px;
  margin-left: 30px;
}

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .webchat-input-message-input {
  color: black;
  font-size: 16px;
  height: auto;
  width: 100%;
  padding: 20px 12px 20px 16px !important;
  align-self: center !important;
}

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .webchat-input-button-send {
  height: auto;
  padding: 4px 16px 4px 4px !important;
  align-self: auto !important;
}

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .webchat-input-persistent-menu-title {
  color: white;
}

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .webchat-input-persistent-menu-item {
  border-color: white;
  color: white;
}

[data-cognigy-webchat-root] [data-cognigy-webchat] {
  overflow: visible !important;
}

.webchat-input-button-send > div {
  background-image: url('../../Icons/arrow_right_circle.svg');
  width: 24px;
  height: 24px;
}

/*--------------------TYPING----------------------*/

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .webchat-typing-indicator {
  background: white;
  box-shadow: none;
}

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .webchat-typing-indicator
  > div
  > div {
  background-color: grey !important;
}

/*--------------------------------CHAT-------------------------------*/

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .webchat-message-row.user {
  margin-top: 8px;
  padding-right: 24px;
  box-sizing: content-box;
}

[data-cognigy-webchat-root] .cognigy-webchat-1197twy a,
[data-cognigy-webchat-root] .cognigy-webchat-1197twy a:visited {
  color: #007b7a !important;
}

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .regular-message.user {
  background: #f2f2f2;
  color: #000000;
  font-size: 14px;
  border-radius: 8px;
  border-right: 4px solid #0da398;
  box-shadow: none !important;
  max-width: 670px;
}

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .webchat-message-row.bot {
  padding-left: 24px;
  margin-top: 8px;
  max-width: 670px;
  box-sizing: content-box;
}

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .webchat-message-row.agent {
  padding-left: 24px;
  margin-top: 8px;
  max-width: 670px;
  box-sizing: content-box;
}

.webchat-message-row.bot + .webchat-message-row.bot {
  margin-top: 0px !important;
}

.webchat-message-row.user + .webchat-message-row.user {
  margin-top: 0px !important;
}

.webchat-message-row.agent + .webchat-message-row.agent {
  margin-top: 0px !important;
}

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .regular-message.bot {
  font-family: 'SourceSansPro', Arial, sans-serif;
  box-shadow: none;
  background: #f7f7f7;
  color: #000000;
  padding: 12px;
  font-size: 14px;
  line-height: 1.43;
  border-radius: 8px;
  border-left: 4px solid #fff66b;
}

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .regular-message.agent {
  border: 2px solid white;
  padding-left: 16px;
  background: white;
  color: #4d4d4d;
  border-radius: 8px 8px 8px 0px;
  box-shadow: none !important;
}

/*---------------------- Quick Replies & Lists ------------------------*/

[data-cognigy-webchat-root]
  [data-cognigy-webchat].webchat
  .webchat-quick-reply-template-header-message {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  background: #f7f7f7;
  color: #000000;
  border-radius: 8px;
  border: 0px solid white;
  border-left: 4px solid #fff66b;
  box-shadow: none;
  padding: 12px 12px 4px 12px !important;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
}

[data-cognigy-webchat-root] .webchat-quick-reply-template-reply {
  font-family: 'VuelingPilcrow', Arial, sans-serif;
  text-align: center !important;
  font-weight: 500 !important;
  color: #000 !important;
  font-size: 14px !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  padding: 9px 32px !important;
  border-radius: 39.5px !important;
  border: solid 1px #000 !important;
  margin: 0 4px 12px 0 !important;
  min-height: auto !important;
  text-transform: uppercase;
}

[data-cognigy-webchat-root] .webchat-list-template-element {
  background: none;
  border: 1px solid black !important;
  border-radius: 39.5px;
  font-size: 15px;
  text-align: left;
  padding: 12px 32px !important;
  height: 40px !important;
  margin: 4px;
}

[data-cognigy-webchat-root] .webchat-list-template-element-title {
  color: #333333 !important;
  font-size: 15px;
}

[data-cognigy-webchat-root] .webchat-list-template-element-subtitle {
  color: #333333 !important;
  font-size: 15px;
}

[data-cognigy-webchat-root] .webchat-quick-reply-template-reply:hover {
  background: #dddddd !important;
}

[data-cognigy-webchat-root] .webchat-quick-reply-template-replies-container {
  margin-top: 21px !important;
}
[data-cognigy-webchat-root]
  .webchat-quick-reply-template-replies-container
  .webchat-quick-reply-template-reply {
  display: block;
}
[data-cognigy-webchat-root] #teaser span,
[data-cognigy-webchat-root]
  button.webchat-quick-reply-template-reply.cognigy-webchat-1459kxp
  span {
  font-weight: 500 !important;
}
/* ------------ Buttons -----------------*/

/*TODO: Disabled button amarillo*/
.disabledButton {
  pointer-events: none;
  opacity: 0.2;
}

/* ------------ General Webchat ----------------*/

[data-cognigy-webchat-root] div header {
  font-family: 'VuelingPilcrow', Arial, sans-serif;
  background: #ffffff !important;
  padding-left: 12px !important;
  font-size: 20px !important;
  border-left: 4px solid #fff66b;
  padding: 12px !important;
  color: #000000 !important;
  text-transform: uppercase;
}

/*desktop*/
@media screen and (min-width: 768px) {
  .upload-header {
    padding-left: 24px !important;
  }
}

/*movile*/
@media screen and (max-width: 767px) {
  .upload-header {
    font-size: 14px !important;
    padding: 7px 64px 7px 12px !important;
  }

  #upload-selected-button-mobile-view > button {
    border: solid 1px #4d4d4d !important;
    border-radius: 39.5px !important;
    margin: 16px 47px 16px 12px !important;
    padding: 9px 32px !important;
    height: auto;
  }

  #upload-selected-button-mobile-view > button > span {
    height: 12px !important;
    font-size: 12px !important;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #333 !important;
    line-height: 1 !important;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600 !important;
    text-align: center;
  }

  #upload-main-more-selected-file {
    text-align: initial !important;
  }

  #upload-main-footer > .upload-buttons-mobile {
    text-align: initial !important;
  }

  .upload-buttons-mobile > #upload-confirm-mobile-button {
    display: block !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .upload-buttons-mobile {
    display: inline-flex !important;
  }

  .upload-buttons-mobile > #upload-selected-button-mobile-view {
    order: 2 !important;
  }

  .upload-buttons-mobile > .upload-cancel-button {
    margin-top: 27px !important;
    margin-right: 32px !important;
  }

  #upload-selected-button-mobile-view > button > span,
  .upload-buttons-mobile > .upload-cancel-button {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 576px) {
  .upload-buttons-mobile {
    display: initial !important;
  }

  .upload-buttons-mobile > #upload-selected-button-mobile-view {
    display: flex !important;
  }

  .upload-buttons-mobile > .upload-cancel-button {
    display: flex !important;
    margin-top: 0px !important;
  }
}

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  line-height: 1.38 !important;
  animation: grow 0.5s;
  background: none;
  box-shadow: none;
  bottom: 82px !important;
  letter-spacing: normal;
  color: #4d4d4d;
}

.ac-input-container {
  margin-top: 8px;
}

[data-cognigy-webchat-root] input,
.ac-textBlock,
.ac-input-container select,
.ac-input-container textarea {
  background-color: #f7f7f7;
}

[data-cognigy-webchat-root] [type='checkbox'],
[data-cognigy-webchat-root] [type='radio'] {
  width: 18px;
  height: 18px;
  border-bottom: none !important;
}

@media screen and (max-width: 480px) {
  [data-cognigy-webchat-root] .webchat-quick-reply-template-reply,
  .ac-pushButton.style-default.expandable.expanded,
  .ac-pushButton.style-default,
  .ac-pushButton,
  .ac-pushButton.subdued {
    padding: 9px 32px !important;
    font-size: 12px !important;
    line-height: 1;
    margin-right: 12px !important;
  }

  [data-cognigy-webchat-root]
    [data-cognigy-webchat].webchat
    .webchat-quick-reply-template-header-message {
    font-size: 14px;
    line-height: 1.43;
  }

  [data-cognigy-webchat-root] [data-cognigy-webchat].webchat .regular-message {
    font-size: 14px !important;
    line-height: 1.43 !important;
  }

  [data-cognigy-webchat-root]
    [data-cognigy-webchat].webchat
    .webchat-input-menu-form {
    height: 39px;
  }

  [data-cognigy-webchat-root]
    [data-cognigy-webchat].webchat
    .webchat-input-message-input {
    font-size: 14px;
    padding: 8px 8px 7px !important;
  }

  [data-cognigy-webchat-root]
    .webchat-quick-reply-template-reply-image-and-buttons {
    padding: 12px 16px !important;
  }

  [data-cognigy-webchat-root]
    .webchat-quick-reply-template-reply-image-and-buttons
    > span {
    font-size: 14px !important;
    line-height: 1.43 !important;
  }

  [data-cognigy-webchat-root]
    .webchat-quick-reply-template-reply-image-and-buttons
    > img {
    width: 12px !important;
    height: 12px !important;
    position: relative;
    top: 4px;
    margin-right: 8px !important;
    float: left;
  }

  .ac-textRun {
    font-size: 14px !important;
  }

  [data-cognigy-webchat-root] .webchat-quick-reply-template-replies-container {
    margin-top: 18px !important;
  }

  .min-horizontal-separator,
  .ac-adaptiveCard > .min-horizontal-separator {
    margin-top: -5px !important;
  }

  .ac-textBlock {
    font-size: 14px !important;
  }

  .likeDislikeButton {
    width: 95px !important;
  }

  #textCounter {
    font-size: 10px !important;
    display: flex;
    margin: -22px 0px 0px 10px;
  }

  [data-cognigy-webchat-root]
    [data-cognigy-webchat].webchat
    .webchat-input-menu-form {
    margin: 0px 10px 24px 10px;
  }

  select {
    line-height: 1.29 !important;
  }
}
