      input[type=number] {
        -moz-appearance: textfield;
      }
      .easychat-show-less-text ul {
        /*margin: 0px 0px 0px 15px;*/
        padding-inline-start: 30px;
    }
    .easychat-show-less-text ol {
        /*margin: 0px 0px 0px 15px;*/
        padding-inline-start: 30px;
    }

    ::-ms-clear {
      display: none;
    }
    #easychat-intent-level-feedback-submit-button{
        width: max-content;
        padding: 0px 12px;
        border: none;
        height: 30px;
        outline: none;
        cursor: pointer;
    }
    .prev-image-video-card, .next-image-video-card {
        left: 2px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        font-weight: bold;
        font-size: 2em;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    }
    .next-image-video-card {
        left: auto;
        right: 2px;
    }
   .prev-image-video, .next-image-video {
        left: 2px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        /*margin-top: -22px;*/
        font-weight: bold;
        font-size: 2em;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    }
    .next-image-video {
        left: auto;
        right: 2px;
    }
        #easychat-sticky {
	    position: absolute;
	    bottom: -0.4rem;
	    left: 0;
	    right: 0;
	    display: flex;
	    flex-direction: column;
	    border-top: 1px solid #E6E6E6;
	    padding: 10px 10px 0px 10px;
	    height: initial;
	    padding-bottom: 5rem;
	    box-sizing: border-box;
	    background-color: #fff;
    }
	.button_sticky{
		background-color: #fff;
  	}

.easychat-sticky-menu {
    display: flex;
    justify-content: space-between;
    transition: all 0.2s ease-out;
    padding: 0rem 1.5rem;
    cursor: pointer;
}

.easychat-sticky-menu .menu-heading {
    /*font-weight: bold;*/
    font-size: 14px;
    line-height: 18px;
    color: #595959;
}


.easychat-sticky-menu-items {
    display: flex;
    flex-direction: column;
    width: 0;
    height: 0;
    max-height: 180px;
    transition: max-height 1s ease-out;
    margin-bottom: 1rem;
    margin-bottom: 0em;
}

.easychat-sticky-menu-items-show {
    width: 100%;
    height: 100%;
}

.easychat-sticky-menu-items:hover {
    overflow: auto;
}

.easychat-sticky-menu-item {
    padding: 1rem 0 1rem 1.5rem;
    display: flex;
    justify-content: left;
    border-radius: 30px;
    margin-right: 1rem;
    margin-bottom: 0em !important;
}


.easychat-sticky-menu-items::-webkit-scrollbar {
    background-color: transparent;
    width: 5px;
    height: 10px;
    border: none !important;
}

.easychat-sticky-menu-items::-webkit-scrollbar-thumb {
    background-color: #ffffff17;
    border-radius: 16px;
    /* border: 0px solid rgb(0, 0, 0); */
}

.easychat-sticky-menu-items::-webkit-scrollbar-button {
    display: none !important;
    border: none !important;
}

.easychat-sticky-menu-items::-webkit-scrollbar-track {
    background-color: transparent;
}

.easychat-sticky-menu-items::-webkit-scrollbar-track:hover {
    background-color: #fffafa31;
}

.easychat-sticky-menu-items::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

.arrow_up img,
.arrow_down img {
    width: 16px;
    margin-top: 4px;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}


    .arrow-button-left {
        background: transparent;
        position: absolute;
        border: none !important;
        left: -1%;
        top: -1%;
        padding-right: 30px;
        font-size:15px;
        outline:none;
        border-radius:10px;
        height:40px;
        padding-top: 0.9em !important;
        padding-left: 0.5em !important;
    }
    .arrow-button-right {
        background: transparent;
        position: absolute;
        right: 0%;
        top: -1%;
        border: none !important;
        padding-left: 30px;
        font-size:15px;
        outline:none;
        border-radius:10px;
        height:40px;
        padding-top: 0.9em !important;
        padding-right: 0.3em !important;
    }

    .easychat-recommendation-wrapper-menu {
      display: flex !important;
      flex-direction: column !important;
      border: 0px solid #7a7a7a;
      border-radius: 10px !important;
      margin-right: 50px !important;
      background: white !important;
      max-height: 220px;
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) !important;
      max-width: 500px;
      margin-top: 0.3em;
      position: relative;
      width: 100%;
    }

    .easychat-recommendation-menu {
        border: 0px solid black !important;
        box-shadow: none !important;
        background: #f0f0ef !important;
        margin: 0px 0px 0px 0px !important;
        border-radius: 0px !important;
        line-height: 30px !important;
        color: rgb(0, 0,0);
        background-color: rgb(246, 246, 246);
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
        padding: 10px 16px;
        border-bottom: 0.25px solid #BCBCBC !important;
    }

    .easychat-recommendation-menu:hover {
        cursor: pointer;
    }

    ::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px #777;
      border-radius: 10px;
    }
    ::-webkit-scrollbar-track {
      box-shadow: 0 0 0px #777 !important;
      border-radius: 20px;
    }

    @supports (-webkit-touch-callout: none) {
   /* CSS specific to iOS devices */
        #easychat-end-chat{
            bottom: 10px !important;
        }
    }
    .easychat-slider-card{
      display: inline-block !important;
        width: 184px !important;
        margin-left: 9px;
        white-space: normal;
        border: 1px solid #E4E4E4;
        background-color: #fbfbfb;
        /*overflow: visible;*/
        overflow: auto;
    }
    #easychat-cards-slideshow-container::-webkit-scrollbar {
      display: none;
    }
    #easychat-card-slides-wrapper::-webkit-scrollbar {
      display: none;
    }
    #easychat-cards-slideshow-container{
        width: auto;
    position: relative;
    margin: auto;
    display: block;
    /*overflow: visible;*/
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    }

    .easychat-widget-dropdown-content a:last-child {
     border-radius: 0px ;
	}
    /*.range-slider-div {
        display: flex;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.11);
        border-radius: 100px;
        width: 70%;
        justify-content: center;
        margin: 20px 0px;
        padding: 10px 20px;
        background-color: white;
    }*/
    .range-slider-div {
    display: flex;
    width: 265px;
    height: 55px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 11%);
    border-radius: 6px;
    margin: 2rem 0rem;
    padding: 0.5rem 1rem;
    flex-direction: column;
	}

	.range-slider-div label {
	    font-weight: 500;
	    font-size: 14px;
	    color: #2D2D2D;
	}
    .range-slider-input {
        width: 85%;
        align-self: center;
    }

    input[type="range"] {
        padding: 0 !important;
    }

    input[type="date"] {
        box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.08);
        border: 0.5px solid #2D2D2D;
        border-radius: 8px;
    }

    @-moz-document url-prefix() {


      #livechat_queue {
           margin-bottom: 1em;
      }
      #easychat-sticky-intents{
        scrollbar-width: none;
      }
      #easychat-chat-container{
        scrollbar-width: thin;
      }
    }

        .datepicker>div {
     display: block;
    }
    .easychat-datepicker{
        border: 0.5px solid #2D2D2D;
        border-radius: 8px;
        margin-top: 2px;
    }
    .easychat-timepicker{
        width: 114px !important;
        height: 42px;
        background: #FFFFFF;
        border: 0.5px solid #2D2D2D;
        box-sizing: border-box;
        border-radius: 8px;
        outline: none;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        color: #4D4D4D;

        margin-right: 7px;
        text-align: center;
    }

    .ui-timepicker-wrapper {
        width: 110px;
        /*text-align: center;*/
    }
    .bot-opener {
    position: fixed;
    right: 20px;
    bottom: 15px;
    width: 116px;
    height: 42px;
    background: #0085FF;
    box-shadow: 0px 2px 12px rgba(0, 133, 255, 0.5);
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.06em;
    color: #FFFFFF;
    transition: transform 0.2s ease;
    z-index: 100;
}

.bot-opener span {
    transition: all 0.4 ease;
}

.bot-opener:hover {
    transform: translateY(-3px);
}
#tooltiptext-card-content{
    left: 0px;

}

    .bot-minimize-button {
        background-color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        margin-left: 8px;
        cursor: pointer;
        width: 28px;
        height: 28px;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
        right: 6%;
    }
    .bot-close-button {
        background-color: #ffffff;
        border-radius: 50%;
        display: none;
        align-items: center;
        margin-left: 8px;
        cursor: pointer;
        width: 28px;
        height: 28px;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
    }
@media  screen and (max-width: 419px) {
    .bot-close-button {
        display: flex;
        right: 0.4rem;
    }
     .bot-minimize-button {
        right: 3.2rem;
     }
}

    #customer_info_form_div p{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    }
    @media screen and (min-width: 321px) and (max-width: 361px){
    .rating-bar-container__wrapper .rating-bar-container button {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    padding: 4px;
    height: 29px;
    width: 26px;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 1.5px;
    box-sizing: border-box;
    transition: .5s linear;
    margin-right: 1px;
  }

}
#user_input_div #user_input:focus::-webkit-input-placeholder {
    color: #A3A3A3;
}
@media screen and (min-width: 362px) and (max-width: 376px){
    .rating-bar-container__wrapper .rating-bar-container button {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    padding: 5px;
    height: 29px;
    width: 28px;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 1.5px;
    box-sizing: border-box;
    transition: .5s linear;
    margin-right: 1px;
  }

}

@media screen and (max-width: 320px){
.rating-bar-container__wrapper .rating-bar-container button{
    padding: 2px;
    width: 24px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    height: 29px;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 1.5px;
    box-sizing: border-box;
    transition: .5s linear;
    margin-right: 1px;
    }
    #feedback_wrapper{
    width: 95% !important;
    height: 26em !important;
    margin-left: 0px !important;
        }
}

.chatbot-feedback-div{
    position: fixed !important;
    margin-left: 20px !important;
    /* margin-top: 115px; */
    min-height: 12em;
    height: auto;
    margin: 0px;
    top: 50%;
    transform: translateY(-65%);
}

.feedback-form-container{
    position: fixed !important;
    margin-left: 20px;
    margin-top: 70px !important;
    max-height: 75vh;
}
@media screen and (max-width: 366px){
    #feedback_wrapper{
    height: 26em !important;
    }
}
.easychat-widget-dropdown-content {
        border: 1px solid #e6e6e6;
        border-radius: 8px !important;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
        background-color: white;
        max-height: 211px;
        overflow-x: hidden;
        scrollbar-width: thin;
}
.easychat-widget-dropdown-content a{
    border: none;
}
@media screen and (max-width: 375px) and (min-width: 325px){
    #feedback_wrapper{
    width:95% !important;
    margin-left:0px !important;
    box-sizing: border-box;
    height: 26em !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  
  }
  }
  @media screen and (max-width: 600px) and (min-width: 376px){
   #feedback_wrapper{
    width:95% !important;
    margin-left:-5px !important;
    box-sizing: border-box;

    position: relative;
    left: 50%;
    transform: translateX(-50%);
  
  }
  
  
  }
  @media only screen and (max-width: 280px){
  
  #feedback_wrapper {
    height: 28em !important;
    width: 85% !important;

    margin-left: -18px !important;
    box-sizing: border-box;

    position: relative;
    left: 50%;
    transform: translateX(-50%);
    }
     
  }
  
  .feedback-heading-1, .feedback-heading-2 {
      text-align: center;
      margin-right: 10px;
      line-height: 1.5;
  }

  .feedback-emoji-div {
      margin-top: 15px !important;
      height: 70px !important;
  }

  .feedback-heading-container {
      width: 80%;
      margin: 10px auto 20px auto;
  }
