

.janeBot *, .janeBot ::after, .janeBot ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.janeBot p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.janeBot a {
  color: #0d6efd;
  text-decoration: underline;
}

.janeBot a:hover {
  color: #0a58ca;
}

.janeBot img {
  vertical-align: middle;
}

.janeBot button {
  border-radius: 0;
}

.janeBot button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

.janeBot button, .janeBot input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.janeBot button {
  text-transform: none;
}

.janeBot [type=button], .janeBot [type=submit], .janeBot button {
  -webkit-appearance: button;
}

.janeBot ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.janeBot .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .janeBot .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.janeBot .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.janeBot .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.janeBot .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.janeBot .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.janeBot .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.janeBot .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.janeBot .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.janeBot .input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.janeBot .input-group > .form-control:focus {
  z-index: 3;
}

.janeBot .input-group .btn {
  position: relative;
  z-index: 2;
}

.janeBot .input-group .btn:focus {
  z-index: 3;
}

.janeBot .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.janeBot .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.janeBot .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .janeBot .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.janeBot .btn:hover {
  color: #212529;
}

.janeBot .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.janeBot .btn:disabled {
  pointer-events: none;
  opacity: .65;
}

.janeBot .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.janeBot .btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.janeBot .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.janeBot .btn-primary:active {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.janeBot .btn-primary:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.janeBot .btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.janeBot .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

.janeBot .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 1rem;
}

.janeBot .card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.janeBot .card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.janeBot .card-footer {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.janeBot .card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.janeBot .list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}

.janeBot .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.janeBot .list-group-item-action:focus, .janeBot .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.janeBot .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.janeBot .list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.janeBot .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.janeBot .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.janeBot .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.janeBot .list-group-item + .list-group-item {
  border-top-width: 0;
}

.janeBot .btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}

.janeBot .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.janeBot .btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.janeBot .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  opacity: .25;
}

.janeBot .rounded-circle {
  border-radius: 50% !important;
}

.janeBot [class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.janeBot .bi-chat::before {
  content: "\f268";
}

.janeBot #BtnTimeline {
  width: 70px;
}

.janeBot #BtnTimeline p {
  background-color: #333333;
  color: #fff;
  font-size: 50px;
  text-align: center;
  padding: 10px 0 14px;
}

.janeBot #Timeline {
  width: 360px;
  margin: 50px auto 0;
  display: none;
}

.janeBot .card {
  height: 460px;
}

.janeBot .card-body {
  overflow: scroll;
  overflow-x: hidden;
  background-color: #fff9ee;
}

.janeBot .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.janeBot .card-header img {
  height: 30px;
}

.janeBot .blockBotComment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.janeBot .blockBotComment img {
  margin: 0;
  width: 35px;
  height: 35px;
}

.janeBot .blockBalloon {
  width: 100%;
}

.janeBot .blockBotComment .botComment {
  position: relative;
  margin: 0 0 0 20px;
  padding: 10px;
  border-radius: 12px;
  background: #ededed;
}

.janeBot .blockBotComment .botComment:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #ededed;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.janeBot .blockUserComment {
  margin-bottom: 20px;
}

.janeBot .blockUserComment p {
  position: relative;
  margin: 0 10px 0 0;
  padding: 8px;
  border-radius: 12px;
  background: #f8e58c;
  color: #333;
}

.janeBot .blockUserComment p:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #f8e58c;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  color: #333;
}

.janeBot .card-footer {
}

.janeBot .list-group-item-action:focus, .janeBot .list-group-item-action:hover {
  z-index: 1;
  color: #333;
  text-decoration: none;
  background-color: #f8e58c;
}

.janeBot #BtnTimeline {
  position: fixed;
  bottom: 0;
  right: 40px;
  width: 70px;
  z-index: 111111111111111;
}

.janeBot #Timeline {
  width: 360px;
  height: 460px;
  position: fixed;
  bottom: 0;
  right: 40px;
  z-index: 10000000000000000000000000000000;
  border: 1px solid #dddddd;
}

