/* .bot-header .logo-img {
  margin-left: 20px;
} */

 /* New css */

 @font-face {
  font-family: "Helvetica Now Text";
  src: url("./fonts/HelveticaNowText.ttf");
}
body {
  font-family: "Helvetica Now Text" !important;
  font-weight: 300 !important;
  font-size: 15px !important;
  line-height: 20px;
  color: #400681;
  width: 100%;
}
.telus-logo {
  /* width: 260px; */
  height: 55px;
}

.header-shadow {
  box-shadow: inset 0px -1px 0px #d8d8d8;
}
.logo {
  height: 100px;
  width: 100px;
}
h3 {
  color: white;
  font-size: 25px;
  box-shadow: inset 0px -2px 0px #af94cd;
  line-height: 65px;
}
#chat-btn {
  width: 100%;
  height: 100%;
  background-color: #452a62;
  border-radius: 10px;
  position: relative;
}
#chat-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 20px;
  bottom: -20px;
  border-left: 22px solid transparent;
  border-right: 0px solid transparent;
  border-top: 20px solid #452a62;
}
.border-box {
  border: 2px solid #af94cd;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #87e50be0;
  position: absolute;
  right: 0px;
  top: 0;
  margin-right: -14px;
  z-index: 1;
  box-shadow: 20px 20px 50px 10px pink inset;
}

/* Media Queries */

@media (min-width: 1200px) {
  .container {
    max-width: 1245px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-toggler {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .arrow-right {
    display: none;
  }
  .mobile-flex {
    flex-direction: column;
  }
  h3 {
    font-size: 20px;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 575px) {
  .form-content {
    font-size: 14px;
    width: 100% !important;
  }
  .bot-header {
    height: auto !important;
    padding: 11px 9px !important;
  }
  .bot-header p {
    position: static !important;
    font-size: 15px !important;
  }
  .chatbot-button {
    right: 30px !important;
  }
  /* #chatbot-container {
    height: calc(100% - 100px) !important;
  } */
}

@media screen and (max-width: 437px) {
  h3 {
    font-size: 14px;
  }
  .chatbot-button {
    right: 40px !important;
  }
  .telus-logo {
    width: 220px;
  }
}

.chatbot-button {
  width: 10%;
  max-width: 100px;
  position: fixed;
  bottom: 15px;
  right: 10px;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
}
.bot-display-container {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* height: calc(100vh - (100vh - 100%)); */
  overflow: auto;
  /* background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); */
  padding-top: 260px;
  box-shadow: rgb(222, 222, 222) 0px 0px 10px 0px;
}
.form-content {
  top: 0;
  right: 0;
  width: 470px;
  /* height: 100vh; */
  height: calc(100vh - (100vh - 100%));
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  position: fixed;
  box-shadow: rgb(222, 222, 222) 0px 0px 10px 0px;
}
.close {
  /* position: relative; */
  /* top: 13px; */
  /* right: 14px; */
  border-radius: 20px;
  background: #4b286d;
  padding: 5px 10px;
  /* float: right; */
  font-size: 21px;
  line-height: 1;
  color: #fff !important;
  opacity: 1;
  cursor: pointer;
}
.close:hover {
  background: #fff;
  color: #000000 !important;
}

.minimise {
  /* position: relative; */
  /* top: 13px; */
  /* right: 17px; */
  border-radius: 20px;
  background-color: #4b286d;
  padding: 5px 10px;
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.minimise:hover {
  background-color: #fff;
  color: #000000 !important;
}

.bot-header {
  background: #e6e6e6;
  text-align: left;
  padding: 11px 0px;
  /* color: #248700; */
  height: 60px;
  /* border-top-left-radius: 20px;
    border-top-right-radius: 20px; */
}
.bot-header > p {
  color: #4b286d;
  padding-left: 5px;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 65px;
  font-weight: bold;
}
.bot-header img {
  width: auto;
  max-height: 40px;
  /* margin-top: 3%; */
}
#chatbot-container {
  height: calc(100% - 60px);
  width: 100%;
}
/*login form style */
.login-page {
  width: 407px;
  padding: 4.5% 0 0;
  margin: auto;
  display: none;
}

.form {
  position: relative;
  z-index: 1;
  background: #ffffff;
  max-width: 407px;
  margin: 0 auto 100px;
  padding: 20px;
  text-align: center;
  /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2),
    0 5px 5px 0 rgba(0, 0, 0, 0.24); */
}

.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.form label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #b11e2b;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

#form_error {
  color: rgb(247, 20, 77);
  padding: 10px;
  display: block;
}
.chat-icon-size {
  height: 65px;
}

.rcw-messages-container::-webkit-scrollbar {
  width: 8px;
}

 
/** Bot list **/
.bot-list-display {
  background-color: #fff;
  max-height: calc(100vh - 47px);
  overflow-y: auto;
}

.bot-list-display .rcw-bot-title {
  color: #000;
  font-size: 18px;
  text-align: center;
}

.bot-list-display .rcw-chatbot-ul {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 20px;
}

.bot-list-display .rcw-chatbot-ul li {
  margin-top: 5px!important;
}

.bot-list-display .rcw-chatbot-ul li.rcw-chatbot-li .rcw-chatbot-item {
  height: 40px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
}

.bot-list-display .rcw-chatbot-ul li.rcw-chatbot-li .rcw-chatbot-item .custom-icon {
  /* height: 21px; */
  width: 24px;
}

.bot-list-display .rcw-chatbot-ul li .rcw-chatbot-item .rcw-chatbot-name {
  color: #000;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mr-10 {
  margin-right: 10px;
}

.back-icon {
  margin-right: 10px;
  height: 15px;
  position: absolute;
  cursor: pointer;
  top: 20px;
}

.minus {
  position: relative;
  top: 13px;
  right: 0;
  border-radius: 20px;
  padding: 5px 10px;
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #fff !important;
  opacity: 1;
  cursor: pointer;
}

a.navbar-brand {
  padding: 0px;
}
