#bot-container.d2102020 {
  position: fixed;
  bottom: 5px;
  right: 0px;
  width: 420px;
  z-index: 99999;
}
#bot-container.d2102020 .bot-collapsed.d2102020.logo {
  cursor: pointer;
  float: right;
  padding-right: 20px;
  padding-bottom: 20px;
}
#bot-container.d2102020 .bot-collapsed.d2102020.logo .bot-collapsed-logo-image-wrapper {
  padding-right: 4px;
}
#bot-container.d2102020 .bot-collapsed.d2102020.logo .bot-collapsed-logo-image {
  box-shadow: 0px 0px 5px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px 5px #ccc;
  height: 75px;
  margin-top: 0px;
  border-radius: 100%;
}
#bot-container.d2102020 .bot-collapsed.d2102020.logo .bot-collapsed-logo-text {
  margin-top: 10px;
  font-weight: 600;
}
#bot-container.d2102020 .bot-collapsed.d2102020.banner .bot-banner {
  cursor: pointer;
  position: relative;
  width: 100%;
  background-color: #fff;
  color: #333;
  font-weight: 600;
  align-content: center;
  text-align: center;
  height: 50px;
  display: flex;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #ccc;
  border-bottom: 0px solid transparent;
  align-items: center;
}
#bot-container.d2102020 .bot-collapsed.d2102020.banner .bot-banner .banner-text {
  width: 100%;
}
#bot-container.d2102020 .bot-collapsed.d2102020.banner .banner-border {
  height: 5px;
  background: #c8102e;
  /* background: #222c64; */
  /* background: linear-gradient(90deg, #222c64 0%, #8fc73e 100%); */
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 {
  display: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  height: 91%;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-banner {
  cursor: pointer;
  position: relative;
  width: 100%;
  background-color: #fff;
  color: #333;
  font-weight: 600;
  align-content: center;
  text-align: center;
  height: 80px;
  display: flex;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #ccc;
  border-bottom: 0px solid transparent;
  align-items: center;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-banner .banner-text {
  width: 100%;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-banner .banner-text .banner-subheader {
  font-size: 80%;
  font-weight: 400;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .banner-border {
  height: 5px;
  background: #c8102e;
  /* background: #222c64; */
  /* background: linear-gradient(90deg, #222c64 0%, #8fc73e 100%); */
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window {
  width: 100%;
  background-color: white;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: calc(100vh - 200px);
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat {
  height: 100%;
  width: 100%;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .botBody {
    position : absolute;
    width    : 100%;
    top      : 0;
    bottom   : 0;
    font-size: 16px;
} 

#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .menu-button {
    /* color: rgb(255, 255, 255) */
    color:'black'
}

#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #menuPlacement .menu {
    list-style         : none;
    color              : #0a0a0a;
    border             : solid 0.1rem #dddddd;
    background-color   : rgb(255 255 255);
    border-radius      : 4px;
    padding            : 2px 6px;
    max-height         : 200px;
    max-width          : 250px;
    overflow           : auto;
    /* scrollbar-width : thin; */
}

#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat li {
    list-style: none;
}

#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .accordion {
    color     : #0a0a0a;
    cursor    : pointer;
    padding   : 4px 10px;
    width     : 100%;
    text-align: left;
    border    : none;
    outline   : none;
    transition: 0.4s;
}


#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #menuPlacement .menu::-webkit-scrollbar {
    width : 10px;
    height: 10px;
}

/* Track */
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #menuPlacement .menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #menuPlacement .menu::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #menuPlacement .menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat #menuPlacement .menu .accordion .subMenu {
    /* background-color: #eee; */
    color     : #0a0a0a;
    cursor    : pointer;
    padding   : 0px 10px;
    width     : 100%;
    text-align: left;
    border    : none;
    outline   : none;
    transition: 0.4s;
}
  
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat table {
  background: transparent;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .webchat__bubble__content {
  font-size: 16px !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .webchat__fileContent__fileName {
  color: #fff !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .webchat__fileContent__size {
  color: #fff !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .ac-pushButton {
  font-size: 13px !important;
  height: 30px !important;
  cursor: pointer !important;
  border-color: lightgray;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .ac-pushButton:hover {
  /* border-color: rgb(0, 99, 177) !important; */
  border-color: lightgray !important;
  color: #fff !important;
  background-color: #232C64 !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat .ac-pushButton:focus {
  /* border-color: rgb(0, 99, 177) !important; */
  border-color: lightgray !important;
  color: #fff !important;
  border: none !important;
  background-color: #232C64 !important;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat ::-webkit-scrollbar {
  width: 5px;
  /* background-color: #232c64 */
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window #webchat ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 600px) {
  #bot-container.d2102020 {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
  }
  #bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window {
    height: calc(100vh - 85px);
  }
}
@media (max-width: 1200px) and (min-width: 600px) and (max-height: 1200px) {
  #bot-container.d2102020 {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 400px;
  }
  #bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window {
    height: calc(100vh - 300px);
  }
}
@media (min-height: 1200px) {
  #bot-container.d2102020 {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 600px;
  }
  #bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window {
    height: calc(100vh - 500px);
  }
}
@media (min-width: 1400px) and (min-height: 1000px) {
  #bot-container.d2102020 {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 500px;
  }
  #bot-container.d2102020 .bot-uncollapsed.d2102020 .bot-chat-window {
    height: calc(100vh - 300px);
  }
}
