#botWindow-my .title {
  color: #000;
  height: 30px;
  padding-left: 20px;
  padding-top: 10px;
  font-family: Arial;
  font-size: 17px;
  white-space: nowrap
}

#botWindow .hide {
  display: none
}

#botWindow-my {
  background-color: #acd4ff;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  margin: 0 auto
}

#botWindow-my header {
  background-color: #e9ecee;
  height: 60px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
  color: #000;
  justify-content: space-between
}

#botWindow-my header div p {
  display: inline-block
}

#botWindow-my header div p span {
  font-size: 15px
}

#botWindow-my header p {
  padding: 5px 0;
  font-size: 11px;
  margin: 2px
}

#botWindow-my .headerBtn {
  background-image: url(/assets/images/setting.png);
  width: 40px;
  height: 25px;
  background-repeat: no-repeat;
  background-color: transparent
}

#botWindow-my .headerBtn:hover {
  cursor: pointer
}

#botWindow-my .headerBtn i {
  margin-right: 10px
}

#botWindow-my footer form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 393px;
  margin: auto;
  position: relative;
  box-shadow: 0 -2px 10px -2px rgba(0,0,0,.75)
}

#botWindow-my #botText {
  flex-grow: 1;
  padding: 10px;
  color: #000!important
}

#botWindow-my .formBtn {
  background-image: url('/assets/images/submit button.png');
  width: 53px;
  height: 53px
}

#botWindow-my .formBtn:hover {
  cursor: pointer;
  background-image: url('/assets/images/submit button 2.png');
  width: 53px
}

#botWindow-my main {
  flex-flow: column nowrap;
  justify-content: center;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  position: relative;
  top: 0;
  margin: auto;
  width: 393px
}

#botWindow-my main .bubble {
  color: #000;
  font-size: 14px;
  font-family: Arial;
  margin: 0;
  padding: 10px
}

#botWindow-my main .bubble-bot {
  color: #000;
  font-size: 14px;
  font-family: Arial;
  margin: 0;
  padding: 10px;
  max-width: 80%;
  align-self: flex-start;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 10px;
  align-items: flex-start
}

#botWindow-my main .bubble-bot>div {
  display: block;
  background-color: #fff;
  border-width: 1px;
  border-radius: 10px 10px 10px 0;
  border-color: rgba(155,198,246,.5);
  border-style: solid;
  max-width: 85%;
  margin-left: 8px;
  padding: 10px;
  align-self: flex-start;
  font-size: 14px;
  font-family: Arial;
  box-shadow: 3px 3px 5px rgba(0,0,0,.25)
}

#botWindow-my main .bubble-bot>div>div.bot-time {
  position: relative;
  text-align: right;
  font-size: x-small;
  color: #666;
  margin-bottom: 10px
}

#botWindow-my .text-loading {
  width: 40px
}

#botWindow-my main .bot-bubble-image {
  display: block;
  height: 36.58px
}

#botWindow-my main .bubble-user {
  color: #000;
  font-size: 14px;
  font-family: Arial;
  margin: 0;
  padding: 10px;
  max-width: 80%;
  align-self: flex-end;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: flex-start
}

#botWindow-my main .bubble-user>div {
  display: block;
  border-style: solid;
  border-width: 1px;
  background-color: rgba(155,198,246,.29);
  border-radius: 10px 10px 0 10px;
  border-color: rgba(155,198,246,.5);
  max-width: 80%;
  margin-right: -50px;
  padding: 10px;
  align-self: flex-start;
  color: #000;
  min-width: 75px;
  max-width: 90%;
  box-shadow: 3px 3px 5px rgba(0,0,0,.25)
}

#botWindow-my main .bubble-user>div>div.user-time {
  position: relative;
  font-size: x-small;
  color: #666;
  margin-bottom: 10px
}

#botWindow-my main .bubble-user .user-text {
  word-break: break-word
}

#botWindow-my main .bubble-botIntro {
  color: #000;
  font-size: 14px;
  font-family: Arial;
  margin: 0;
  padding: 10px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px
}

#botWindow-my main .bubble-botIntro div {
  width: 230px;
  background: #fff;
  font-weight: 90;
  color: #000;
  font: 16px Arial;
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(67,116,172,.29);
  padding: 10px;
  text-align: center;
  margin: 10px 0;
  box-shadow: 1px 1px 5px 1px rgba(67,116,172,.29)
}

#botWindow-my main .botIntro-bubble-image {
  display: block;
  width: 117px;
  height: 107px;
  padding-top: 20px;
  padding-bottom: 50px
}

#botWindow-my #about-screen {
  position: relative;
  width: 393px;
  height: 109%;
  background-color: #fff;
  margin: auto;
  overflow-y: auto
}

#botWindow-my #about-screen>div {
  display: flex;
  flex-flow: column nowrap;
  align-items: center
}

#botWindow-my #about-screen #aboutContent {
  width: 281px;
  background: #fff;
  font-weight: 90;
  color: #000;
  font: 16px Arial;
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(67,116,172,.29);
  padding: 10px;
  text-align: center;
  margin: 10px 0;
  box-shadow: 1px 1px 5px 1px rgba(67,116,172,.29)
}

#botWindow-my #about-screen .botIntro-bubble-image {
  display: block;
  width: 99px;
  height: 90px;
  padding-top: 20px;
  padding-bottom: 32px
}

#botWindow-my #about-screen button {
  width: 52px;
  height: 52px;
  opacity: 1;
  position: absolute;
  border: none;
  padding: 0;
  bottom: 0;
  right: 0;
  background-image: url('/assets/images/back button.png');
  cursor: pointer
}

#botWindow-my #about-screen button:hover {
  background-image: url('/assets/images/back button 2.png')
}

#botWindow-my #about-screen.hide {
  display: none
}

#botWindow-my #setting-screen {
  position: fixed;
  right: 0;
  background-color: #f0f3f7;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  z-index: 1
}

#botWindow-my #setting-screen div {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  border-top: 1px solid #dbdbdb
}

#botWindow-my #setting-screen.hide,#setting-screen-vic.hide {
  display: none
}

#botWindow-my #setting-screen div:hover,#setting-screen-vic div:hover {
  background-color: #ddd
}

#botWindow-my #about-screen #setting-screen-vic {
  position: fixed;
  right: 0;
  top: 51px;
  background-color: #f0f3f7;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  z-index: 1
}

#botWindow-my #about-screen #setting-screen-vic div {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  border-top: 1px solid #dbdbdb
}

#botWindow-my #history-screen {
  width: 393px;
  height: 100%;
  display: block;
  background-color: #fff;
  margin: auto;
  position: relative
}

#botWindow-my #history-screen input {
  position: absolute;
  height: 18px;
  width: 18px;
  right: 30px
}

#botWindow-my #history-screen.hide {
  display: none
}

#botWindow-my #history-screen div {
  height: 40px;
  border-bottom: 1px solid;
  border-color: rgba(3,3,3,.3);
  padding-left: 10px;
  padding-top: 15px
}

#botWindow-my #history-screen button {
  width: 52px;
  height: 52px;
  opacity: 1;
  position: absolute;
  border: none;
  padding: 0;
  bottom: 0;
  right: 0;
  background-image: url('/assets/images/back button.png')
}

#botWindow-my #history-screen button:hover {
  background-image: url('/assets/images/back button 2.png')
}

#botWindow-my .hide {
  display: none
}

#botWindow-my footer.hide {
  display: none
}

#botWindow-my #about-back.hide,#botWindow-my #history-back.hide,#botWindow-my #setting-back.hide {
  display: none
}

#botWindow-my .bubble-button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background-color: inherit;
  margin-left: 60px;
  margin-right: 35px;
  margin-bottom: 5px
}

#botWindow-my .bubble-button .suggestButton {
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 8px;
  background-color: #0069b4;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  width: 50%;
  cursor: pointer;
  font-size: 13px
}

#botWindow-my .bubble-button .suggestButton:hover {
  background-color: #005a9b
}

#botWindow-my .bubble-list {
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 8px;
  margin-left: 61px;
  margin-right: 68px;
  font-size: 14px
}

#botWindow-my .bubble-list div {
  cursor: pointer;
  border-bottom: 1px solid;
  border-color: rgba(3,3,3,.2);
  padding: 5px;
  text-align: center
}

#botWindow-my .bubble-list div:hover {
  background-color: rgba(0,0,255,.1)
}

#botWindow-my .seeMore {
  color: #00f;
  background-color: rgba(0,0,0,.1);
  border-bottom: none
}

#botWindow-my table.bot-table {
  width: 100%
}

#botWindow-my table.bot-table th {
  text-align: left;
  padding-left: 10px;
  font-size: small
}

#botWindow-my table.bot-table td {
  padding: 3px 50px 3px 10px
}

#botWindow-my table.bot-table tr.key-tr td {
  font-weight: 700;
  font-size: small;
  padding-top: 10px
}

#botWindow-my table.bot-table tr.value-tr td {
  font-size: smaller;
  padding: 0 50px 10px 10px
}

#botWindow-my .bubble-feedback {
  display: flex;
  flex-flow: row nowrap;
  background-color: inherit;
  margin-left: 60px;
  padding-bottom: 10px
}

#botWindow-my .bubble-feedback div {
  font-size: x-large;
  color: #4169e1;
  text-align: center;
  box-shadow: 3px 3px 5px rgba(0,0,0,.25);
  border: 1px solid;
  border-color: rgba(155,198,246,.5);
  border-radius: 5px;
  padding: 4px
}

#botWindow-my .bubble-feedback div:hover {
  background-color: rgba(0,0,255,.1)
}

#botWindow-my #feedbackButton1 {
  margin-right: 30px;
  cursor: pointer
}

#botWindow-my #feedbackButton2 {
  cursor: pointer
}

#botWindow-my #negative-feedback,#botWindow-my #positive-feedback {
  font-size: x-large;
  color: #4169e1!important;
  text-align: center
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  #botWindow-my main {
    display: block
  }

  #botWindow-my main .bubble-user>div {
    margin-right: -50px;
    max-width: 90%
  }

  #botWindow-my main .bubble-user .user-text {
    display: block;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word
  }

  #botWindow main .bubble-bot .bot-text {
    display: block;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word
  }
}

@media only screen and (max-width: 600px) {
  #botWindow-my main {
    width:100%
  }

  #botWindow-my footer form {
    width: 100%
  }

  #botWindow-my header {
    min-height: 5%
  }

  #botWindow-my #about-screen,#botWindow-my #setting-screen {
    width: 100%
  }

  #botWindow-my #about-screen #setting-screen-vic {
    width: 100%
  }
}

@media only screen and (max-height: 520px) {
  #botWindow-my #about-screen button {
    position:relative;
    left: 340px;
    bottom: -4px
  }
}

:root {
  --primary-color: rgb(24, 31, 122)
}

@font-face {
  font-family: SAP-icons;
  src: url(/assets/fonts/SAP-icons.ttf?w118d) format('truetype'),url(/assets/fonts/SAP-icons.woff?w118d) format('woff');
  font-weight: 400;
  font-style: normal
}

.icon {
  font-family: SAP-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-thumbsdown:before {
  content: "\e223"
}

.icon-thumbsup:before {
  content: "\e222"
}

.minimize-icon {
  font-size: larger;
  letter-spacing: -2px;
  margin-right: 20px
}

body,html {
  height: 100%
}

body {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center
}

body,body * {
  font-family: Arial;
  padding: 0;
  margin: 0;
  border: none;
  outline: 0
}

ol {
  margin-left: 20px
}

ul {
  margin-left: 10px
}

#botToggle {
  background-color: transparent!important;
  border: none;
  padding: 0;
  bottom: 40px;
  height: 55px;
  position: fixed;
  right: 40px;
  width: 72px;
  background-image: url(/assets/images/HR_Icon.png);
  background-repeat: no-repeat
}

#botToggle:hover {
  cursor: pointer
}

#botToggle.hide {
  display: none
}

#botWindow .die {
  display: none
}

#botWindow .title {
  color: #fff;
  height: 30px;
  padding-left: 20px;
  padding-top: 10px;
  font-family: Arial;
  font-size: 17px;
  white-space: nowrap
}

#botWindow {
  background-color: #fff;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 396px;
  position: fixed;
  right: 0;
}

@media only screen and (max-width: 820px) {
  #botWindow {
    width: 100vw;
  }
}

@media only screen and (max-width: 320px) {
  #botWindow .title {
    font-size: 13px;
  }
}

#botWindow header {
  background-color: #0069B4;
  min-height: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

#botWindow header div p {
  display: inline-block
}

#botWindow header div p span {
  font-size: 15px
}

#botWindow header p {
  padding: 5px 0;
  font-size: 11px;
  margin: 2px
}

#botWindow #headerIcons {
  display: flex
}

#botWindow .headerBtn {
  background-color: transparent;
  color: #fff;
  padding-right: 8px
}

#botWindow #settingsBtn {
  background-image: url(/assets/images/setting_-_white.png);
  width: 40px;
  height: 25px;
  background-repeat: no-repeat
}

#botWindow .headerBtn:hover {
  cursor: pointer
}

#botWindow .headerBtn i {
  margin-right: 10px
}

#botWindow footer form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  box-shadow: -1px -2px 5px -2px rgba(0,0,0,.5)
}

#botWindow #botText {
  flex-grow: 1;
  padding: 10px;
  color: #000!important;
  font-size: 14px;
  border-bottom-left-radius: 10px;
  word-break: break-word
}

#botWindow .formBtn {
  background-image: url('/assets/images/submit button.png');
  width: 53px;
  height: 53px;
  border-bottom-right-radius: 10px
}

#botWindow .formBtn:hover {
  cursor: pointer;
  background-image: url('/assets/images/submit button 2.png');
  width: 53px
}

#botWindow main {
  display: block;
  flex-flow: column nowrap;
  justify-content: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  position: relative;
  top: 0;
}

#botWindow main .bubble {
  color: #000;
  font-size: 14px;
  font-family: Arial;
  margin: 0;
  padding: 10px
}

#botWindow main .bubble-bot {
  color: #000;
  font-size: 14px;
  font-family: Arial;
  margin: 0;
  padding: 10px;
  max-width: 80%;
  align-self: flex-start;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 10px;
  align-items: flex-start
}

#botWindow main .bubble-bot>div {
  display: block;
  background-color: #fff;
  border-width: 1px;
  border-radius: 10px 10px 10px 0;
  border-color: rgba(155,198,246,.5);
  border-style: solid;
  max-width: 85%;
  margin-left: 8px;
  padding: 10px 10px;
  align-self: flex-start;
  font-size: 14px;
  font-family: Arial;
  box-shadow: 3px 3px 5px rgba(0,0,0,.25)
}

#botWindow main .bubble-bot>div>div.bot-time {
  position: relative;
  text-align: right;
  font-size: x-small;
  color: #666;
  margin-bottom: 5px
}

#botWindow .text-loading {
  width: 40px
}

#botWindow main .bot-bubble-image {
  display: block;
  height: 36.58px
}

#botWindow main .bubble-user {
  color: #000;
  font-size: 14px;
  font-family: Arial;
  margin: 0;
  padding: 10px;
  align-self: flex-end;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.bot-text ul br {
  display: none;
}

#botWindow main .bubble-user > div {
  display: block;
  border-style: solid;
  border-width: 1px;
  background-color: rgba(155, 198, 246, 0.29);
  border-radius: 10px 10px 0 10px;
  border-color: rgba(155, 198, 246, 0.5);
  padding: 5px 10px;
  align-self: flex-start;
  color: #000;
  min-width: 75px;
  max-width: 80%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}

#botWindow main .bubble-user>div>div.user-time {
  position: relative;
  font-size: x-small;
  color: #666;
  margin-bottom: 5px
}

#botWindow main .bubble-user .user-text {
  word-break: break-word
}

#botWindow main .bubble-botIntro {
  color: #000;
  font-size: 14px;
  font-family: Arial;
  margin: 0;
  padding: 10px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px
}

#botWindow main .bubble-botIntro div {
  width: 230px;
  background: #fff;
  font-weight: 90;
  color: #000;
  font: 16px Arial;
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(67,116,172,.29);
  padding: 10px;
  text-align: center;
  margin: 10px 0;
  box-shadow: 1px 1px 5px 1px rgba(67,116,172,.29)
}

#botWindow main .botIntro-bubble-image {
  display: block;
  width: 117px;
  height: 107px;
  padding-top: 20px;
  padding-bottom: 32px
}

#botWindow #about-screen {
  overflow: auto;
  padding-bottom: 60px
}

#botWindow #about-screen>div {
  display: flex;
  flex-flow: column nowrap;
  align-items: center
}

#botWindow #about-screen #aboutContent {
  width: 281px;
  background: #fff;
  font-weight: 90;
  color: #000;
  font: 16px Arial;
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(67,116,172,.29);
  padding: 10px;
  text-align: center;
  margin: 10px 0;
  box-shadow: 1px 1px 5px 1px rgba(67,116,172,.29)
}

#botWindow #about-screen .botIntro-bubble-image {
  display: block;
  width: 99px;
  height: 90px;
  padding-top: 10px;
  padding-bottom: 10%
}

#botWindow #about-screen button {
  width: 52px;
  height: 52px;
  opacity: 1;
  position: fixed;
  border: none;
  padding: 0;
  bottom: 0;
  right: 0;
  background-image: url('/assets/images/back button.png');
  border-bottom-right-radius: 10px;
  cursor: pointer
}

#botWindow #about-screen button:hover {
  background-image: url('/assets/images/back button 2.png')
}

#botWindow #about-screen.hide {
  display: none
}

#botWindow #setting-screen {
  position: fixed;
  right: 0;
  background-color: #f0f3f7;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  z-index: 1
}

#botWindow #setting-screen div {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  border-top: 1px solid #dbdbdb
}

#botWindow #setting-screen.hide,#setting-screen-vic.hide {
  display: none
}

#botWindow #setting-screen div:hover,#setting-screen-vic div:hover {
  background-color: #ddd
}

#botWindow #about-screen #setting-screen-vic {
  position: fixed;
  top: 60px;
  right: 0;
  background-color: #f0f3f7;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
  z-index: 1
}

#botWindow #about-screen #setting-screen-vic div {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  border-top: 1px solid #dbdbdb
}

#botWindow #history-screen {
  width: 393px!important;
  height: 479px;
  display: block;
  background-color: #fff
}

#botWindow #history-screen input {
  position: absolute;
  height: 18px;
  width: 18px;
  right: 10px
}

#botWindow #history-screen.hide {
  display: none
}

#botWindow #history-screen div {
  height: 40px;
  border-bottom: 1px solid;
  border-color: rgba(3,3,3,.3);
  padding-left: 10px;
  padding-top: 15px
}

#botWindow #history-screen button {
  width: 52px;
  height: 52px;
  opacity: 1;
  position: fixed;
  border: none;
  padding: 0;
  bottom: 0;
  right: 0;
  background-image: url('/assets/images/back button.png');
  border-bottom-right-radius: 10px
}

#botWindow #history-screen button:hover {
  background-image: url('/assets/images/back button 2.png')
}

#botWindow .hide {
  display: none
}

#botWindow footer.hide {
  display: none
}

#botWindow #about-back.hide,#botWindow #history-back.hide,#botWindow #setting-back.hide {
  display: none
}

#botWindow .bubble-button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background-color: inherit;
  margin-left: 60px;
  margin-right: 35px;
  margin-bottom: 5px
}

#botWindow .bubble-button .suggestButton {
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 8px;
  background-color: #0069b4;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  width: 50%;
  cursor: pointer;
  font-size: 13px;
  word-wrap: break-word;
}

#botWindow .bubble-button .suggestButton:hover {
  background-color: #005a9b
}

#botWindow .bubble-list {
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 8px;
  margin-left: 61px;
  margin-right: 68px;
  font-size: 14px
}

#botWindow .bubble-list div {
  cursor: pointer;
  border-bottom: 1px solid;
  border-color: rgba(3,3,3,.2);
  padding: 5px;
  text-align: center
}

#botWindow .bubble-list div:hover {
  background-color: rgba(0,0,255,.1)
}

#botWindow .seeMore {
  color: #00f;
  background-color: rgba(0,0,0,.1);
  border-bottom: none
}

#botWindow table.bot-table {
  width: 100%
}

#botWindow table.bot-table th {
  text-align: left;
  padding-left: 10px;
  font-size: small
}

#botWindow table.bot-table td {
  padding-left: 10px;
}

#botWindow table.bot-table tr.key-tr td {
  font-weight: 700;
  font-size: small;
  padding-top: 10px
}

#botWindow table.bot-table tr.value-tr td {
  font-size: smaller;
  padding-top: 3px;
}

#botWindow .bubble-feedback {
  display: flex;
  flex-flow: row nowrap;
  background-color: inherit;
  margin-left: 60px;
  padding-bottom: 10px
}

#botWindow .bubble-feedback div {
  font-size: x-large;
  color: #4169e1;
  text-align: center;
  box-shadow: 3px 3px 5px rgba(0,0,0,.25);
  border: 1px solid;
  border-color: rgba(155,198,246,.5);
  border-radius: 5px;
  padding: 4px
}

#botWindow .bubble-feedback div:hover {
  background-color: rgba(0,0,255,.1)
}

#botWindow #feedbackButton1 {
  margin-right: 30px;
  cursor: pointer
}

#botWindow #feedbackButton2 {
  cursor: pointer
}

#botWindow #negative-feedback,#positive-feedback {
  font-size: x-large;
  color: #4169e1!important;
  text-align: center
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  #botWindow main {
    height: 78%
  }

  #botWindow footer form {
    box-shadow: 2px 0 10px rgba(0,0,0,.6);
    margin-top: 0
  }

  #botWindow #negative-feedback,#positive-feedback {
    margin-right: -50px
  }

  #botWindow main .bubble-user .user-text {
    display: block;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word
  }

  #botWindow main .bubble-bot .bot-text {
    display: block;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word
  }
}