/**
 * Minified by jsDelivr using clean-css v4.2.0.
 * Original file: /npm/botman-web-widget@0.0.20/build/assets/css/chat.css
 * 
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
 body{
    background-color: #f9f9f9;
    /* background-image: url('/chatBackground.jpg'); */
    background-image: url("https://caresbot.darksensation.in/public/bg1.jpg");
    background-repeat: repeat;
    /* opacity: '0.2'; */
    /* , width='600', height='600', viewBox='0 0 600 600',fill-opacity='0.68'); */

    
    /* @import url('https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@600&display=swap'); */

    /* @import url('https://fonts.googleapis.com/css2?family=Signika+Negative&display=swap'); */
    /* @import url('https://fonts.googleapis.com/css2?family=Playpen+Sans&display=swap'); */
    /* font-family: 'Playpen Sans', cursive; */

    /* font-family: 'Signika Negative', sans-serif; */
    font-family: 'Kalam', cursive;
    font-size: 16px;
    font-weight: 540;
    margin: 0;
    padding: 0
}

html {
    background-color: #f9f9f9;
    /* background-image: url('/chatBackground.jpg'); */
 
    /* , width='600', height='600', viewBox='0 0 600 600',fill-opacity='0.68'); */


    /* @import url('https://fonts.googleapis.com/css?family=Ubuntu');font-family: Ubuntu,"Helvetica Neue",Arial,sans-serif; */
    /* @import url('https://fonts.googleapis.com/css2?family=Signika+Negative&display=swap'); */
    /* @import url('https://fonts.googleapis.com/css2?family=Playpen+Sans&display=swap'); */
    /* <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Playpen+Sans&display=swap" rel="stylesheet"> */
    /* font-family: 'Signika Negative', sans-serif; */
    /* font-family: 'Playpen Sans', cursive; */
    font-family: 'Kalam', cursive;

    font-size: 14px;
    margin: 0;
    padding: 0
}

#messageArea {
    overflow-y: scroll;
}

.chat {
    list-style: none;
    background: 0 0;
    padding: 0;
    margin: 0
}

.chat li {
    padding: 8px;
    padding: .5rem;
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #000
}

.visitor {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end
}

.visitor .msg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-top-right-radius: 2px;
    background-color: rgb(202, 167, 226);
}

.clipart {
    /* Add styles for your clipart here */
    /* For example: */
    width: 50px;
    height: 50px;
    background: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSQG-RuWejCtYypeGMOEB0FDjX0h5TNg9TVAw&usqp=CAU') no-repeat center center;
    background-size: contain; /* Adjust this property based on your clipart */
}

.chatbot .msg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-top-left-radius: 2px;
    background: rgb(223, 205, 245);
}

.msg {
    word-wrap: break-word;
    min-width: 50px;
    max-width: 80%;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #dae1e7;
    /* background-color: #d1b0e0; */
}

.msg p {
    margin: 0 0 .2rem 0
}

.msg .time {
    font-size: .7rem;
    color: #7d7b7b;
    margin-top: 3px;
    float: right;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.textarea {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 95%;
    height: 55px;
    z-index: 99;
    background-color: #ebe3f0;
    border: none;
    outline: 0;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    background: rgba(250,250,250,.8)
}

.textarea:focus {
    background: #fff;
    box-shadow: 0 -6px 12px 0 rgba(212, 209, 209, 0.95);
    transition: .4s
}

a.banner {
    position: fixed;
    bottom: 5px;
    right: 10px;
    height: 12px;
    z-index: 99;
    outline: 0;
    color: #777;
    font-size: 10px;
    text-align: right;
    font-weight: 200;
    text-decoration: none
}

div.loading-dots {
    position: relative
}

div.loading-dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 2px;
    border-radius: 50%;
    background: #aa17b8;
    animation: blink 1.4s ease-out infinite;
    animation-fill-mode: both
}

div.loading-dots .dot:nth-child(2) {
    animation-delay: -1.1s
}

div.loading-dots .dot:nth-child(3) {
    animation-delay: -.9s
}

div.loading-dots .dot-grey {
    background: #787878
}

div.loading-dots .dot-sm {
    width: 6px;
    height: 6px;
    margin-right: 2px
}

div.loading-dots .dot-md {
    width: 12px;
    height: 12px;
    margin-right: 2px
}

div.loading-dots .dot-lg {
    width: 16px;
    height: 16px;
    margin-right: 3px
}

@keyframes blink {
    0%,100% {
        opacity: .2
    }

    20% {
        opacity: 1
    }
}

/*.btn {*/
/*    padding: 10px;*/
/*    margin: 2px;*/
/*    min-width: 87px;*/
/*    min-height: 34px;*/
/*    cursor: pointer;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    border:0;*/
/*    background:transparent url("../button.png") no-repeat 0 0;*/
/*}*/


.btn {
    padding: 4px;
    margin: 8px;
    min-width: 87px;
    min-height: 34px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    border:0;
  position: relative;
  /*width: 130px;*/
  /*height: 34px;*/
  border-radius: 25px;
  border: none;
  background-color: rgb(151, 95, 255);
  /*background-color: #786ff7;*/
  /*color: white;*/
  /*box-shadow: 0px 10px 10px rgb(210, 187, 253) inset,*/
  /*0px 5px 10px rgba(5, 5, 5, 0.212),*/
  /*0px -10px 10px rgb(124, 54, 255) inset;*/
  /*cursor: pointer;*/
  display: flex;
  align-items: center;
  justify-content: center;
  
  transition: all 0.5s ease;
  /*position: relative;*/
  /*display: inline-block;*/
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  /*outline: none;*/
  
  /*background: #b621fe;*/
  /*z-index: 1;*/
}

.btn::before {
  width: 70%;
  height: 2px;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.678);
  /*content: "";*/
  filter: blur(1px);
  top: 7px;
  border-radius: 50%;
}

.btn::after {
    left: 0;
  width: 70%;
  height: 2px;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.137);
  /*content: "";*/
  filter: blur(1px);
  bottom: 7px;
  border-radius: 50%;
  
  /*position: absolute;*/
  /*content: "";*/
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #663dff;
  border-radius: 5px;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
}

.btn:hover {
  animation: jello-horizontal 0.9s both;
}

/*.btn:active {*/
/*  top: 2px;*/
/*}*/

@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}



/*# sourceMappingURL=/sm/7c9c120ae2d5b15e3da4e0825a551c32ef16068680518fd0f4ba94cf2c6d7a01.map */
