::-webkit-scrollbar {
    display: none;
}

.clbkwc_body{
    font-family: 'Poppins', sans-serif;
    background-color: transparent;
}

/* closed widget */
.widg_closed_container{    
    position:absolute;
    bottom: 15px;
    right: 15px;
}

#widg_closed {
    display:none;
}

.open_mes{
  font-family: 'Poppins', sans-serif;
  width: 297.1px;
  height: 79px;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 4px 24px -4px rgba(0, 0, 0, 0.18);
}

.open1{
  width: 189px;
  height: 42px;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  padding: 18px 19px 19px 89px;
  margin: -80px 19px 19px 10px;
}

.openImg{
  border-radius: 50%;
  height: 46px;
  width:46px;
  display: block;
  padding: 15px;
  margin-left: 20px;
}

.whiteCarrot{ 
    display: block; 
    margin-left: 238px; 
    margin-top: -25px;
    position: absolute;
}

/* open widget */

.messageButtonSmall{
    display: none;
}

#startButtonSmall{
    display:none;
}

#widg_open{
    overflow: hidden;
}

#widget-outer{
    scrollbar-width: none;
    background-color: #fff;
    border-radius: 11px;
    border-style: solid, #E0E0E0;
    border-width: 1px;
    box-shadow: 0px 13px 27px 0px rgba(0, 0, 0, 0.18);
    color: #333;
    float: right; 
    padding: 0;
    width: 401px;
    /* max-height: calc(100vh - 85px); */
    /* max-height: 607px; */
    position: absolute;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    bottom: 4vh;
    right: 15px;
  }

  /* error message */
  .errorMessage{
      display: none;
      position: sticky;
      top: 0;
      width: 100vw;
      height: 40px;
      background-color: #ff6363;
      border-radius: 11px 11px 0px 0px;
      z-index: 1;
  }

  .errorText{
      font-family: 'Poppins', sans-serif;
      color: #fff;
      text-align: center;
      width: 266px;
      height: 15px;
      font-size: 11px;
      padding: 0px 60px 0px 60px;
  }


  /* top chat portion */

.messageUpper{
    animation: leftMessage .5s ease forwards 0s;
    transform-origin: bottom left;
    transform: scale(1);
    z-index: 0;
}

@keyframes leftMessage{
    from {
        transform: scale(0);
    } to{
        transform: scale(1);
    }
}

.message{
    display: flex;
    margin-top: -9px;
}

.widg-head {
    margin: 60px 47px 0px 60px;
}

.widg-head-2{
    margin: -9px 47px 11px 7px;
}

/* .carrot{
    margin-top: -36px;
    margin-left: -9px;
    display: block;
    mask: url(https://webchat.clientbookretail.com/images/carrot-message-blue.svg);
    background: black;
    mask-size: cover;
} */

.carrot {
fill: #33aafc;
}

.carrotStyle{
   margin-top: -35px;
    margin-left: -7px;
    margin-bottom: 15px;
    z-index: 10;
    display: block;
    width:25px;
    height: 25px;   
}

.head-chat{
    font-family: 'Poppins', sans-serif;
    border-radius: 23px;
    background-color: #33aafc;
    color: #fff;
    padding: 10px 21px 10px 25px;
    font-size: 14px; 
}

.chatImg{
  border-radius: 50%;
  height: 40px;
  width:40px;
  display: block;
  margin-top: 25px;
  margin-left: 13px;
}

.zipText{
    font-family: 'Poppins', sans-serif;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #9c9c9c;
    font-size: 10px; 
    width: 266px;
    height: 15px;
    margin: 7px 60px 0px 60px;
}

/* form */

.row2{
    animation: rightMessage .6s ease forwards 0s;
    transform-origin: bottom right;
    transform: scale(1);
}

@keyframes rightMessage{
    from {
        transform: scale(0);
    } to{
        transform: scale(1);
    }
}

.form_all{
    background-color: #fff;
    margin-top: 15px;
}

.form{
    width: 279px;
    height: 236px;
    border-radius: 23px;
    background-color: #eaeaea;
    margin-left: 93px;
}

#form_input_top{
    margin: 23px 23px 10px 18px;
}

#form_input, #form_input2{
    margin: 3px 23px 10px 18px;
}

#form_input_bot{
    margin: 3px 23px 23px 18px;
}

#form_input, #form_input_top, #form_input_bot{
    width: 227px;
    height: 34px;
    border-radius: 4px;
    background-color: #fff;
    border-style: none;
    font-size: 14px;
    color: #000000;
    padding-left: 16px;
    font-family: Poppins;
}

#form_input2{
    width: 227px;
    height: 34px;
    border-radius: 4px;
    background-color: #fff;
    border-style: none;
    font-size: 14px;
    color: #000000;
    padding-left: 16px;
    font-family: Poppins;
}

#form_input-error, #form_input2-error, #form_input_top-error, #form_input_bot-error{
    font-size: 10px;
    color: #000;
    margin-left: 40px;
}

label{
    margin-top: 0;
    padding-top: 0;
}

.greyCarrot{
    margin-top: -22px;
    margin-left: 350px;
    display: block;
}

.agree_text{
font-family: 'Poppins', sans-serif;
  width: 266px;
  height: 30px;
  font-size: 9px;
  line-height: 1.67;
  text-align: center;
  color: #cdcbcb;
  margin: 15px 60px 13px 60px;
}

.submit_but{
  width: 122px;
  height: 44px;
  border-radius: 22px;
  background-color: #C8C8C8;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0px 132px 7px;
  border: none;
  outline: none;
}

 input:focus {   
    outline: none;
}


/* chat slide */

.row{
 display:none;
 flex-direction: column;
 flex-flow: column;
 flex: 0 1 auto;
}

.userInputClass{
    position: relative;
    margin: 0px 14px 0px 90px;
    animation: rightMessage .6s ease forwards 0s;
    transform-origin: bottom right;
    transform: scale(1);
    display: none;
}

@keyframes rightMessage{
    from {
        transform: scale(0);
    } to{
        transform: scale(1);
    }
}

.userInput_div{
  border-radius: 23px;
  background-color: #eaeaea;
  max-width: 279px;
}

.userInput{
  font-family: Poppins;
  font-size: 14px;
  color: #000;
  padding: 10px 7px 10px 20px;
}

.greyCarrot2{
    margin-top: -35px;
    margin-left: 257px;
    display: block;
}

.userNum{
  width: 193px;
  height: 15px;
  font-family: Poppins;
  font-size: 11px;
  line-height: 1.36;
  text-align: right;
  color: 9c9c9c;
  padding: 0px 0px 10px 0px;
  margin: -5px 0px 10px 0px;
}

.userNum_div{
  max-height: 500px;
  max-width: 15px;
  margin: 7px 7px 11px 80px;
}

.avatar2{
    width: 60px;
    float: left;
}

.chatImg2{
  border-radius: 50%;
  height: 40px;
  width:40px;
  display: block;
  margin-top: 10px;
  margin-left: 13px;
}

.carrot2{
    margin: -52px 0px -3px -7px;
    display: block;
}

.carrot3 {
    margin: -20px 0px 0px -7px;
    display: block;
}

.static_res{
  width: 279px;
  min-height: 79px;
  border-radius: 23px;
  background-color:#33aafc;
  margin: -10px 47px 0 60px;
}

.celebrate{
  min-height: 79px;
  width: auto;
  color: #fff;
  padding: 5px 23px 5px 25px;
  font-size: 14px; 
  margin: auto;
}

.response{
    width: 279px;
    min-height: 60px;
    display: inline-block;
}

.userNum_res{
  width: 156px;
  border-radius: 23px;
  background-color: #33aafc;
  margin: 10px 0px 6px 0px;
  float: left;
}

.userNum2{
  color: #fff;
  padding: 0px 21px 23px 25px;
  font-size: 14px; 
}

.reply{
    display: none;
    animation: leftMessage2 .6s ease forwards 0s;
    transform-origin: bottom left;
    transform: scale(1);
}

.replySingleStore{
    display: none;
    animation: leftMessage2 .6s ease forwards 0s;
    transform-origin: bottom left;
    transform: scale(1);
}

@keyframes leftMessage2{
    from {
        transform: scale(0);
    } to{
        transform: scale(1);
    }
}

/* footer */

.footerContainer{
    width: 100%;
    position: sticky;
    bottom: 0;
}

.widg-foot{
  width: 100%;
  height: 45px;
  background-color: #f5f5f5;
  font-size: 9px;
  font-weight: 500px;
  color: #5C5858;
  margin-top: 12px;
}

.powered_by{
    font-family: 'Poppins', sans-serif;
    padding-left: 120px;
    padding-top: 19px;
}

.footerImg{
     margin-right: 3px;
    margin-bottom: -6px;
}


@media only screen and (max-height: 700px) and (max-width: 850px) {

    .widg_closed_container{    
    position:absolute;
    bottom: 2px;
    right: 0px;
    }

    #widget-outer{
        border-radius: 11px;
        padding: 0;
        width: 320px;
        bottom: 0;
        right: 0;
        max-height: 100vh;
    }
    .zipText{
        margin: 7px 60px 0px 25px;
    }
    
    .margin-left{
        margin-left: 40px;
    }

    .submit_but{
        margin: 0px 95px 7px;
    }

    .greyCarrot2 {
    margin-left: 193px;
    }

    .userNum_div {
    margin: 7px 7px 11px 20px;
    }

    .errorText{
        padding: 0px 60px 0px 40px;
        display: flex;
        justify-content: center;
    }

    #clbkwc_mobilebtnDiv {
        display: block;
    }

    /* newer mobile styles here */

    .head-chat {
    border-radius: 15px;
    padding: 10px 18px 10px 18px;
    font-size: 12px;
    }

    .chatImg {
    height: 35px;
    width: 35px;
    display: block;
    margin-top: 25px;
    margin-left: 13px;
    }
    .form {
    width: 235px;
    height: 204px;
    border-radius: 23px;
    background-color: #eaeaea;
    margin-left: 62px;
    }

    #form_input, #form_input_top, #form_input_bot {
    width: 182px;
    height: 30px;
    font-size: 12px;
    }
    #form_input2{
    width: 182px;
    height: 30px;
    font-size: 12px;
    }
    #form_input_top {
        margin: 17px 23px 10px 18px;
    }
    .greyCarrot{
    margin-left: 274px;
    }
    .submit_but {
    width: 90px;
    height: 30px;
    font-size: 12px;
    margin: 0px 111px 7px;
    }
    .powered_by {
    padding-top: 12px;
    padding-left: 90px;
    }
    .widg-foot {
    height: 40px;
    font-size: 11px;
    margin-bottom: -4px;
    }
    .agree_text {
    margin: 33px 60px 20px 25px;
    }
    .userInputClass {
    margin: 0px 25px 0px 80px;
    }
    .userInput {
    font-size: 12px;
    }
    .static_res {
    width: 235px;
    }
    .celebrate {
    font-size: 12px;
    }
    .chatImg2 {
    height: 35px;
    width: 35px;
    display: block;
    margin-top: 10px;
    margin-left: 13px;
    }
    .userNum2 {
    padding: 0px 0px 25px 25px;
    font-size: 12px;
    }

}

@media (max-width: 500px) and (max-height: 600px) {

 #widget-outer {
    border-radius: 0px;
    padding: 0;
    width: 100vw;
    max-height: 100vh;
    bottom: 0;
    right: 0px;
    }
.messageUpper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    .zipDiv{
        display: flex;
        justify-content: center;
    }
    .greyCarrot{
    margin-top: -22px;
    margin-left: 279px;
    display: block;
    }
    .form{
        margin-left: 19%;
    }
    .row2{
    display: flex;
    justify-content: center;
    }
    .powered_by{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0px;
    }
    .errorMessage{
      border-radius: 0px;
  }
  .errorText{
        padding: 0px 0px 0px 15vw;
    }
}


