@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800|Satisfy);

/* General */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -khtml-user-drag: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.width100 {
  width: 100%;
}

.text-center {
  text-align: center;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  outline: none;
  font-family: 'Open Sans', sans-serif;
}

/* General end*/

/* Demo */
.hd1 {
  margin-top: 15vh;
  font-size: 50px;
  font-weight: 100;
}

.powered {
  font-size: 17px;
  margin-top: 20px;
}

.powered img {
  width: 110px;
  position: relative;
  top: 8px;
}

.footer {
  margin-top: 50px;
  position: absolute;
  bottom: 40px;
  width: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.foo-txt {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Satisfy', cursive;
  text-shadow: none;
  color: #272727;
}

.fa-heart {
  color: #fb2323;
}
/* Demo end */

/* MyBot */
mybot.center .chatCont,
mybot.center .profile_div {
  left: 0;
  right: 0;
  margin: 0 auto;
}

mybot.left .chatCont,
mybot.left .profile_div {
  left: 0;
}

mybot .chatCont {
  position: fixed;
  width: 30%;
  height: 70vh;
  /* border: 1px solid #dcdcdc; */
  bottom: 65px;
  right: 0;
  background: #efe7dd url(../img/bg2.png) repeat;
  border-top-left-radius: 12px;
  z-index: 10000;
  display: none;
}

mybot .close {
  position: absolute;
  right: 5px;
  margin-top: 13px;
  color: #868686;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid;
  border-radius: 50%;
  padding: 3px 5px;
}

mybot .bot_profile {
  position: absolute;
  right: 0;
  margin-top: -45px;
  text-align: center;
  width: 400px;
  display: none;
  z-index: 1000;
}

mybot .bot_p_img {
  width: 80px;
  border-radius: 50%;
  width: 80px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.16), 0 0px 10px 0 rgba(0, 0, 0, 0.12);
}

mybot .chatForm {
  position: absolute;
  bottom: -65px;
  right: 0;
  margin-bottom: 0;
  width: 100%;
  display: none;
}

mybot .bot-txt,
mybot .bot-txt:focus {
  background-color: lightgray;
  box-shadow: none;
  border-radius: 0;
  height: 66px;
  border: 0;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

mybot .resultDiv .botResult {
  /* Bot answer dialogbox background color */
  background: lightgray;
  color: black;
  border-radius: 12px;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  /* width: 400px; */
  float: left;
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.16), 0 0px 10px 0 rgba(0, 0, 0, 0.12);
  /* border-top-left-radius: 0; */
  margin-bottom: 10px;
  margin-top: 5px;
  /* width: 70%; */
  position: relative;
}

mybot .resultDiv .userEnteredText {
  /* This is the color of background of
     user entered text 
  */
  background: green;
  float: right;
  /* User text color
  */
  color: white;
  border-radius: 12px;
  padding: 12px;
  font-size: 15px;
  font-weight: 400;
  /* width: 400px; */
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.16), 0 0px 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  left: -6px;
  margin-bottom: 10px;
  margin-top: 5px;
  /* width: 70%; */
  word-wrap: break-word;
}

mybot .profile_div {
  position: fixed;
  bottom: 0;
  right: 10px;
  width: 240px;
  cursor: pointer;
  z-index: 999;
}

mybot .img-profile {
  width: 65px;
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.16), 0 0px 10px 0 rgba(0, 0, 0, 0.12);
  background: white;
  border-radius: 50px;
  padding: 10px;
}

mybot .col-hgt {
  height: 100px;
  display: flex;
  align-items: center;
  /* Make the widget go right
     with out Click to Chat text
  */
  float: right;
  margin-right: 10px;
}

mybot .chat-txt {
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.16), 0 0px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 15px 15px;
  border-radius: 50px;
}

/* Spinner start */
mybot .spinner {
  /* Spinner background color
  */
  /* background: lightgray; */
  width: 70px;
  text-align: center;
  display: none;
  border-radius: 4px;
  position: relative;
  top: -7px;
  left: 19px;
  padding: 7px 10px;
  border-top-left-radius: 0;
}

mybot .spinner > div {
  width: 10px;
  height: 10px;
  /* Spinner three dot color
  */
  background-color: darkgray;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  margin-right: 5px;
}

mybot .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

mybot .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Spinner End */

/* Suggestions */
mybot .suggestion {
  /* background: #fff; */
  color: #000;
  border-radius: 3px;
  /* padding: 12px 0; */
  font-size: 14px;
  font-weight: 400;
  width: 400px;
  float: left;
  /* box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.16), 0 0px 10px 0 rgba(0, 0, 0, 0.12); */
  border-top-left-radius: 0;
  margin-bottom: 20px;
  width: 70%;
  position: relative;
}

mybot .suggestion .sugg-options {
  /* background-color for the Suggestion Buttons */

  display: inline-block;
  /* background: #9c27b0; */
  color: #9c27b0;
  border: 1px solid #9c27b0;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}

mybot .suggestion .sugg-options:hover {
  color: white;
  background-color: #9c27b0;
  border: 1px solid #9c27b0;
}

mybot .suggestion .sugg-title {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
}

mybot .suggestion span:last-child {
  margin-bottom: 0;
}
/* Suggestions end */

.resultDiv {
  padding: 35px 20px 30px 20px;
  overflow-y: auto;
  height: 100%;
}

@media screen and (max-width: 500px) {
  mybot .chatCont,
  mybot .chatForm {
    width: 100%;
  }
}

.content-block {
  display: block;
  width: 100%;
  float: right;
}

/*---------------- Link Tag--------------- */
.flex {
  width: 70%;
  display: flex;
  background: lightgray;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 0px 1px 0 rgb(0 0 0 / 16%), 0 0px 10px 0 rgb(0 0 0 / 12%);
}

.link-text {
  width: 100%;
}

.link-url {
  text-align: center;
  margin: auto;
  border-radius: 5px;
  padding: 3px;
  border: 1px solid #9c27b0;
}

.link-url:hover {
  background-color: #9c27b0;
  border: 1px solid #9c27b0;
}

.link-url:hover a {
  color: white;
}

.link-url > a {
  color: #9c27b0;
  font-size: 14px;
  font-weight: 600;
}

/* CSS */
.button {
  appearance: none;
  background-color: #fafbfc;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292e;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.button:hover {
  background-color: #f3f4f6;
  text-decoration: none;
  transition-duration: 0.1s;
}

.button:disabled {
  background-color: #fafbfc;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959da5;
  cursor: default;
}

.button:active {
  background-color: #edeff2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.button:focus {
  outline: 1px transparent;
}

.button:before {
  display: none;
}

.button:-webkit-details-marker {
  display: none;
}
