@font-face {
    font-family: silka;
    src: url("/static/EasyChatApp/fonts/Silka/Silka-Regular.woff2") format("woff2"),
    url("/static/EasyChatApp/fonts/Silka/Silka-Regular.woff") format("woff");
}

@font-face {
    font-family: silka_bold;
    src: url("/static/EasyChatApp/fonts/Silka/Silka-Bold.woff2") format("woff2"),
    url("/static/EasyChatApp/fonts/Silka/Silka-Bold.woff") format("woff");
}
/*
* {
    font-family: silka;
}

html {
    font-family: silka;
    font-size: 14px;
}*/

@font-face {
    font-family: "au-font";
    src: url("/static/EasyChatApp/fonts/Quicksand-Medium.ttf");
}
html {	
    font-family: "au-font", "Roboto", "Helvetica", "Arial", "sans-serif"!important;	
    font-size: 14px;	
}

body {
    overflow: hidden;
}

.bot-header,
.bot-header span {
    font-family: silka_bold;
}

.easychat-bot-message-div {
    margin-top: 1.5em;
    width: 100%;
    display: inline-block;
    /*display: inline-flex;*/
}

.easychat-bot-message::before {
    content: " ";
    background-size: cover;
    position: relative;
    display: flex;
    position: absolute;
    display: block;
    z-index: -1;
    width: 31px;	
    height: 34px;
    bottom: 0;
    left: -35px;

}

#cutomer_info_form_termination {
    display: none;
    width: 100%;
    margin: 38% auto;
}

#cutomer_info_form_termination .livechat-modal-continue-btn {
    border: 0.06em solid black;
    float: left;
    border-radius: 0.5em;
    margin-top: 0.5em;
    background-color: white;
    color: black;
    cursor: pointer;
    outline: none;
}

#cutomer_info_form_termination .livechat-modal-cancel-btn {
    cursor: pointer;
    color: white;
    float: right;
    border-radius: 0.5em;
    margin-top: 0.5em;
    outline: none;
}


.livechat-modal-submit-btn {
    border-radius: 30px;
    width: 89.19px;
    height: 34px;
    line-height: 16px;
    margin-top: 2em;
    cursor: pointer;
    outline: none;
    padding: 10px 10px 25px 10px
}

.livechat-agent-modal {
    display: block;
}

.easychat-livechat-customer-attachment {
    width: 45%;
    float: left;
    background-color: #ffffff;
    margin: 1em 0px 3px 0px;
    padding: 4px 4px 8px 4px;
    border-radius: 0em 1em 1em 1em;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.easychat-livechat-attached-video:focus {
    outline: none;
}

.easychat-livechat-user-doc-attachment {
    width: 45%;
    float: left;
    background-color: #ffffff;
    margin: 1em 0px 3px 0px;
    padding: 4px 3px 8px 4px;
    border-radius: 0em 1em 1em 1em;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.easychat-livechat-doc-attachment-content {
    width: 100%;
}

.easychat-livechat-message {
    height: fit-content;
    padding: 13px;
    word-break: break-word;
}


.easychat-system-message {

    height: auto;
    font-weight: lighter;
    font-size: 13px;
    color: #6C2D77;	
    border-radius: 10px 10px 10px 10px;	
    background-color: #f7c8ff;
    word-wrap: break-word;
    display: inline-block;
    text-align: center;
    padding: 9px 19px;
}

.easychat-system-message-line {

    line-height: 13px;
    width: fit-content;
    box-sizing: border-box;
    padding: 5px 5px;
}

.easychat-system-message-div {
    width: 100%;
    text-align: center;
    margin-top: 1em;
    display: inline-block;
}


.easychat-user-message-div {
    margin: 0.6em 0em 0em 0em;
    width: 100%;
    display: inline-block;
}
.dropbtn{
    margin-top :0.5em !important;
}

.easychat-message-animation {
    animation-name: message-anime;
    animation-duration: 0.3s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

@keyframes message-anime {
    0% {
        opacity: 0;
        transform: translate(0, 30px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.easychat-captcha-div {
    margin: 1em 0em 3em 0em;
    width: 100%;
    1 display: inline-block;
}

.easychat-gmap-wrapper {
    margin-top: 1em;
    display: inline-block;
}

.easychat-gmap-div {
    height: 20em;
    margin: 1em 0em 1em 0em;
}

.easychat-slider-wrapper {
    width: 100%;
    margin-top: 1.2em;
    display: inline-block;
}

.easychat-video-iframe {
    width: 100%;
    border: none;
    border-radius: 1em;
    min-height: 13em;
}


.easychat-image-el {
    max-height: 100%;
    width: 100%;
    border-radius: 1em;
    object-fit: cover;
}

.easychat-card-slider-wrapper {
    margin-top: 0.2em;
    width: 100%;
    display: inline-block;
    text-align: center;
}


.easychat-slider-card {
    background-color: #F3F3F3;
    border-radius: 6px;
    color: black;
    cursor: pointer;
}

.easychat-slider-card h5 {
    font-size: 1em;
    margin-block-start: 0.3em;
    margin-block-end: 0.3em;
    padding-left: 5px;
    columns: #4d4d4d;
}

.easychat-slider-card p {
    font-size: 0.9em;
    color: #757575;
    padding-left: 5px;
}

.easychat-slider-card img {
    max-height: 10em;
    width: 100%;
    border-radius: 6px 6px 0em 0em;
    object-fit: cover;
}


.easychat-slides-wrapper {
    width: 80%;
    margin: auto;
    color: #0195DA;
    width: 80%;
    margin: auto;
    margin-top: 1em;
}

#easychat-navbar {
    position: fixed;
    z-index: 997 !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#easychat-navbar-wrapper {
    background-image: url('../img/chat_wall.png'), linear-gradient(90deg, rgb(183, 76, 202) 0%, rgb(108, 45, 119) 100%);
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25);
    height: 70px;
    min-height: 4em;
    text-align: center;
    font-size: 1em;
}
#easychat-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #808080;
    display: flex;
    flex-direction: column;
    color: black;
    height: fit-content;
    padding-bottom: 6px;
    box-sizing: border-box;
    background-color: white;
    min-height: 3em;
}

#easychat-footer > div:first-child {
    display: flex; 
    align-items: center; 
    /*border: 1px solid #e6e6e6;*/
}

#easychat-user-query {
    border: white !important;
}

#user_input:focus {
    box-shadow: none !important;
    outline: none;
}

.easychat-bot-message {
    float: left;
    min-width: 10%;	
    max-width: 75%;
    height: auto;
    font-family: quicksand;
    font-size: 14px;
    font-weight: 600;
    color: #262626;
    border-radius: 0.6em;
    background-color: #EBEDF0;
    word-wrap: break-word;
    display: inline-block;
    margin-left: 35px;
    margin-bottom: 2px;
}
@media screen and (min-width: 425px) {
    .easychat-bot-message {
        width: fit-content;
        max-width: 80%;
    }
}

.easychat-bot-message-line {
    line-height: 20px;
    position: relative;
    background-color: #fff3e0;
}

.button-icon {
    width: 50%;
}

.easychat-bot-message-line p {
    margin: 0px;
}

.easychat-user-message {
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
    float: right;
    height: auto;
    max-width: 80%;
    font-family:quicksand;
    font-size: 14px;
    font-weight: 600;
    color: white;
    border-radius: 0.6em;	
    word-wrap: break-word;	
    display: inline-block;	
    margin-right: 0.3em;	
    color: #6C2D77;	
    background-color: #ede7f6!important;
}

.easychat-user-message-line {
    line-height: 16px;
    padding: 10px 23px !important;
}

.message-time-bot {
    font-size: 11px;	
    text-align: right;	
    /*display:none;*/	
    width: 100%;	
    color: #757575;	
    float: right;	
    margin-right: 17px;	
    margin-left: 36px;
}

.message-time-user {
    font-size: 11px;
    box-sizing: border-box;
    /* display: none; */
    color: #ffffff;
    position: relative;
    bottom: -12px;
    margin-right: -18px;
    margin-left: 7px;
    float: right;
    text-align: right;
    width: 100%;
}


#easychat-chat-container {
    background-image: url('../img/chat_wall.png');
    background-repeat: repeat-y;
    left: 0;
    padding: 0em 0.3em 1em 0.7em !important;
    overflow-y: auto;
    overflow-x: hidden !important;
    position: fixed;
    top: 8vh;
    width: inherit;
    box-sizing: content-box;
    /*padding-top: 20px !important;*/
}

#easychat-mic-div {
    float: left;
    font-size: 0.9em;
    width: 10%;
}

#easychat-query-submit-div {
    float: right;
    font-size: 0.9em;
    width: 10%;
}

#easychat-mic-disable {
    float: right;
    padding-right: 1em;
    padding-top: 0.4em;
    cursor: pointer;
}

#user_input:disabled {
    background-color: white;
}

.easychat-datepicker-container,
.easychat-range-slider-container {
    margin-top: 0.2em;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

.easychat-range-slider-container {
    box-sizing: border-box;
}
.easychat-recommendation-menu {
    border: 1px solid #D9D9D9!important;
    box-shadow: none !important;
    background: transparent !important;
    margin: 0px 0px 0px 0px !important;
    border-radius: 0px !important;
    font-family: quicksand;
    font-weight: 600;
    line-height: 1.7 !important;
    color: rgb(159, 56, 226);
    background-color: rgb(246, 246, 246);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 5px 16px;	
    text-align:left;	
    border-bottom: none !important;	
}
.easychat-recommendation-wrapper {
    margin-top: 0.5em;
    margin-left: 35px;
    position: relative;
    width: fit-content;
    display: inline-block;
}
.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: 84%;
    overflow-y:auto;
}
.easychat-choices-wrapper {
    width: 100%;
    padding-right: 10px;
    padding-left: 35px;
    box-sizing: border-box;
}

.easychat-feedback-wrapper {
    display: flex;
    width: 75%;
    padding-right: 10px;
    box-sizing: border-box;
}
#feedback-other-comment::placeholder {
    color: gray;
}
.easychat-recommendation-wrapper h6 {
    font-size: 16px;
    line-height: 18px;
    margin: 46px 0px 10px 0px;
    font-weight: 500;
}

.easychat-recommendation,
.easychat-choices {
    border: 0.05em solid rgb(159, 56, 226);
    color: rgb(159, 56, 226);
    background-color: transparent !important;
    border-radius: 0.3em;	
    font-family: quicksand;
    font-size: 100%;	
    padding: 0.2em 0.5em;
    margin: 4px 3px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: .4s ease;
    outline: none;

}

/*.easychat-initial-question-wrapper {
    margin-top: 0.3em;
    position: relative;
    text-align:center;
    width: 100%;
    display: inline-block;
    justify-content: center;	
}*/	
.easychat-initial-question-wrapper h6 {	
    font-size: 16px;	
    line-height: 18px;	
    margin: 30px 0px 10px 0px;	
    font-weight: 500;	
}	
/*.easychat-initial-question {	
    width: 16.5vw;	
    height: 105px;*/	
    /*background: white !important;*/	
    /*border: 1px solid #6C2D77;*/	
    /*text-align: center;	
    border-radius: 0.5em;	
    font-size: 100%;	
    padding: 5px 4px;	
    margin: 2px 4px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
}*/

.easychat-initial-question {	
    display: inline-block;
    background-color: white;
    width: 90px;
    height: 99px;
    margin: 8px;
    border-radius: 10px;
    border: 1px solid rgb(108, 45, 119);
    box-sizing: border-box;
    padding: 5px;
    color: #464646;
    font-weight: bolder;
    text-align: center;
    box-shadow: 0px 1px 1px #a6a6a6;
    cursor: pointer;
    position: relative;
    transition: .10s linear;
}
.easychat-initial-question:hover {
    transform: scale(1.03);
    box-shadow: 0px 3px 3px #808080cf;
}

.easychat-initial-question p {
    color: white;
    font-size: 19px;
    float: left;
    margin-bottom: 15px;
}

.easychat-initial-question-div {
    display: block;
    overflow: auto;
    white-space: nowrap;
    height: 120px;
    box-sizing: border-box;
}

@media screen and (min-width: 420px) {
    .easychat-initial-question-div {
        overflow: hidden;
    }
}

.easychat-initial-question-div:hover {
    overflow: auto;
}

.easychat-initial-question-div::-webkit-scrollbar {
    background-color: transparent;
    width: 5px;
    height: 10px;
    border: none !important;
  }
  
  .easychat-initial-question-div::-webkit-scrollbar-thumb {
    background-color: #ffffff17;
    border-radius: 16px;
    /* border: 0px solid rgb(0, 0, 0); */
  }
  
  .easychat-initial-question-div::-webkit-scrollbar-button {
    display: none !important;
    border: none !important;
  }
  
  .easychat-initial-question-div::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  .easychat-initial-question-div::-webkit-scrollbar-track:hover {
    background-color: #fffafa31;
  }
  
  .easychat-initial-question-div::-webkit-scrollbar-thumb:hover {
    background-color: #EBEBFE;
    border: 1px solid #EBEBFE;
  }  


/* Track */
#easychat-chat-container::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;
    border-radius: 10px;*/
    background-color: #fff;
}

/* Handle */
#easychat-chat-container::-webkit-scrollbar-thumb {
    /*background: #b1b1b1a3;*/
    /*border-radius: 10px;*/
    background-color: #babdc0 !important;
  border-radius: 16px !important;
  border: 1px solid #fff !important;
}

/* Handle on hover */
#easychat-chat-container::-webkit-scrollbar-thumb:hover {
    /*background: grey;*/
    background-color: #babdc0 !important;
  border: 0px solid #fff !important;
}
#easychat-chat-container::-webkit-scrollbar-track:hover {
  background-color: #f4f4f431;
}

/* .easychat-recommendation-wrapper-menu{
    overflow-y: hidden;
} */

.easychat-recommendation-wrapper-menu:hover {
    overflow-y: auto;
}

.easychat-recommendation-wrapper-menu::-webkit-scrollbar {
    background-color: transparent;
    width: 7px;
    height: 10px;
    border: none !important;
}

.easychat-drop-down-container,
.easychat-check-box-container,
.easychat-radio-button-container {
    margin-left: 35px;
}

.easychat-range-slider-container {
    padding-left: 35px;
}

.easychat-check-box-container,
.easychat-radio-button-container {
    width: 80%;
}

.easychat-widget-dropdown-content {
    overflow-y: auto;
    
}

@media screen and (min-width: 420px) {
    .easychat-widget-dropdown-content {
        overflow-y: hidden;
    }
}


.easychat-widget-dropdown-content:hover {
    overflow-y: auto;
}

.easychat-widget-dropdown-content::-webkit-scrollbar {
    background-color: transparent;
    width: 4px;
    height: 10px;
    border: none !important;
}

.easychat-card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    transition: 0.1s;
    width: fit-content;
    float: left;
    border-radius: 1em;
    margin: 0.5em 0.5em 0.5em 0.5em;
    background-color: white;
    height: 13em;
    height: fit-content;
}

/* On mouse-over, add a deeper shadow */
.easychat-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Add some padding inside the card container */
.easychat-card>.container {
    padding: 1em;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

input {
    border: 1px solid transparent;
    padding: 10px;
    font-size: 16px;
}

input[type=text] {
    width: 100%;
}

input[type=submit] {
    color: #fff;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    bottom: 100%;
    left: 0;
    right: 0;
    overflow: auto;
    max-height: 15em;
    font-family: quicksand;
}

.autocomplete-items div {
    padding: 10px 15px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d442;
}

.autocomplete-items div:last-child {
    border-bottom: none;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-items div strong {
    color: rgb(0, 138, 196);
}


.autocomplete-active {
    background-color: rgb(0, 138, 196) !important;
    color: #ffffff;
}

.autocomplete-active strong {
    color: white !important;
}

#img-scroll-to-bottom {
    height: 0.5em;
    position: fixed;
    bottom: 2.8em;
    right: 1.5em;
    cursor: pointer;
    z-index: 1 !important;
    border-style: solid;
    padding: 2px;
    padding-bottom: 10px;
    border-radius: 100%;
    background: white;
}

::placeholder {
    /* Firefox, Chrome, Opera */
    color: #262626;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #262626;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #262626;
}

#img-mic {
    width: 13px;
    height: 18px;
    color: #808080;
}

#img-submit-query {
    width: 21px;
    height: 18px;
    color: #808080;
}

#user_input {
    width: 90%;
    font-size: 1em;
    color: #262626;
    border-radius: 3em;
    background-color: white;
    border: none;
    font-family: quicksand;
    font-size: 16px;
    padding-left: 5px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: -internal-light-dark(black, white);
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #262626;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #262626;
  }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media only screen and (max-width: 412px) {
    .easychat-initial-question{
        width: 100px;
    }
    .button-icon{
        width: 60%;
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .easychat-slideshow-prev,
    .easychat-slideshow-next,
    .text {
        font-size: 11px
    }
}

.pageno-co {
    position: absolute;
    bottom: -1.3em;
    font-size: 0.7em;
    color: grey;
    width: 100%;
    text-align: center;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}


.prev-image-video,
.next-image-video {
    left: -1em;
    cursor: pointer;
    position: absolute;
    top: 53%;
    width: auto;
    margin-top: -22px;
    font-weight: bold;
    font-size: 2em;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next-image-video {
    left: auto;
    right: -1em;
    border-radius: 3px 0 0 3px;
}

.easychat-recommendation-prev,
.easychat-recommendation-next {
    display: inline-block;
    background-color: #2aa4eb57;
    padding: 7px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    top: 20px;
    position: absolute;
}

.easychat-recommendation-prev:hover,
.easychat-recommendation-next:hover {
    background-color: #2aa4eb;
}

.easychat-recommendation-next {
    right: 10px;
}

.galleryContainer {
    display: flex;
    align-items: center;
    width: 100%;
    height: 182px;	
    max-width: 1000px;	
    margin: auto;	
    user-select: none;	
    padding-top: 0.8em;	
    box-sizing: border-box;	
    margin-left:-0.7em;	
    /*margin-top: 22px;*/	
}
.galleryContainer_custid {
    display: flex;
    align-items: center;
    width: 100%;
    height: 182px;	
    max-width: 1000px;	
    margin: auto;	
    user-select: none;	
    padding-top: 0.8em;	
    box-sizing: border-box;	
    margin-left:-0.7em;	
    /*margin-top: 22px;*/	
}	
.galleryContainer .slideShowContainer {	
    display: flex;	
    align-items: center;	
    justify-content: center;	
    width: 100%;	
    height: 42vw;	
    overflow: hidden;	
    position: fixed;
}
.galleryContainer_custid .slideShowContainer_custid {	
    display: flex;	
    align-items: center;	
    justify-content: center;	
    width: 100%;	
    height: 42vw;	
    overflow: hidden;	
    position: fixed;
}
.galleryContainer .slideShowContainer #playPause {
    width: 32px;
    height: 32px;
    position: absolute;
    background-image: url(images/playPause.png);
    background-repeat: no-repeat;
    z-index: 5;
    background-size: cover;
    margin: 5px;
    cursor: pointer;
}

.galleryContainer .slideShowContainer #playPause:hover {
    opacity: .7;
}

.galleryContainer .slideShowContainer .GallarySlidesimageHolder {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transform: scale(0.8, 0.9);
}
.galleryContainer_custid .slideShowContainer_custid .GallarySlidesimageHolder_custid {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transform: scale(0.8, 0.9);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .galleryContainer .slideShowContainer .GallarySlidesimageHolder {
        top: 0px;
        left: 0px;
    }
    .galleryContainer_custid .slideShowContainer_custid .GallarySlidesimageHolder_custid {
        top: 0px;
        left: 0px;
    }
}

.galleryContainer .slideShowContainer .GallarySlidesimageHolder img {
    width: 94%;
    margin-left: 3%;
    height: 99%;
    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    object-fit: fill;
}
.galleryContainer_custid .slideShowContainer_custid .GallarySlidesimageHolder_custid img {
    width: 94%;
    margin-left: 3%;
    height: 99%;
    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    object-fit: fill;
}
.galleryContainer .slideShowContainer .GallarySlidesimageHolder .captionText {
    display: none;
}

.galleryContainer .slideShowContainer .leftArrow,
.galleryContainer .slideShowContainer .rightArrow {
    width: 1.8em;
    background: #ffffff;
    position: absolute;
    left: 2%;
    z-index: 1;
    transition: background 0.5s;
    height: 1.8em;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 1em;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.galleryContainer_custid .slideShowContainer_custid .leftArrow,
.galleryContainer_custid .slideShowContainer_custid .rightArrow {
    width: 1.8em;
    background: #ffffff;
    position: absolute;
    left: 2%;
    z-index: 1;
    transition: background 0.5s;
    height: 1.8em;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 1em;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.galleryContainer .slideShowContainer .rightArrow {
    left: auto;
    right: 2%;

}
.galleryContainer_custid .slideShowContainer_custid .rightArrow {
    left: auto;
    right: 2%;
}
.galleryContainer .arrow:hover {
    border: 3px solid #4777e6;
    border-left: none;
    border-bottom: none;
    cursor: pointer;
}
.galleryContainer_custid .arrow:hover {
    border: 3px solid #4777e6;
    border-left: none;
    border-bottom: none;
    cursor: pointer;
}
.galleryContainer .arrow {
    display: inline-block;
    border: 2px solid #0F3A9A;
    width: 8px;
    height: 8px;
    border-left: none;
    border-bottom: none;
    margin: auto;
    position: absolute;
    left: 4px;
    right: 0;
    top: 0;
    bottom: 0;
}
.galleryContainer_custid .arrow {
    display: inline-block;
    border: 2px solid #0F3A9A;
    width: 8px;
    height: 8px;
    border-left: none;
    border-bottom: none;
    margin: auto;
    position: absolute;
    left: 4px;
    right: 0;
    top: 0;
    bottom: 0;
}
.galleryContainer .arrow.arrowLeft {
    transform: rotateZ(-135deg);
}

.galleryContainer .arrow.arrowRight {
    transform: rotateZ(45deg);
    right: 6px !important;
}
.galleryContainer_custid .arrow.arrowLeft {
    transform: rotateZ(-135deg);
}
.galleryContainer_custid .arrow.arrowRight {
    transform: rotateZ(45deg);
    right: 6px !important;
}
.galleryContainer .slideShowContainer>.captionTextHolder {
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: white;
    font-size: 20px;
    text-align: center;
    width: 100%;
    background: #00000047;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.galleryContainer .slideShowContainer>.captionTextHolder>.captionText {
    margin: 0;
}

.galleryContainer #GallarydotsContainer {
    width: fit-content;
    height: 10%;
    text-align: center;
    margin: auto;
    padding-top: 0.5em;
    box-sizing: border-box;
    display: none;
}
.galleryContainer_custid #GallarydotsContainer_custid {
    width: fit-content;
    height: 10%;
    text-align: center;
    margin: auto;
    padding-top: 0.5em;
    box-sizing: border-box;
    display: none;
}
.galleryContainer #GallarydotsContainer .gallary_dots {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 5px;
    background-color: #bbb;
    cursor: pointer;
    transition: background-color 0.5s;
}
.galleryContainer_custid #GallarydotsContainer_custid .gallary_dots {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 5px;
    background-color: #bbb;
    cursor: pointer;
    transition: background-color 0.5s;
}
.galleryContainer #GallarydotsContainer .gallary_dots:first-child {
    margin-left: 0;
}

.galleryContainer #GallarydotsContainer .gallary_dots:hover,
.galleryContainer #GallarydotsContainer .gallary_dots.active {
    background-color: #0f3a9a;
    ;
}
.galleryContainer_custid #GallarydotsContainer_custid .gallary_dots:hover,
.galleryContainer_custid #GallarydotsContainer_custid .gallary_dots.active {
    background-color: #0f3a9a;
    ;
}
.galleryContainer .moveLeftCurrentSlide {
    animation-name: moveLeftCurrent;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;

}
.galleryContainer_custid .moveLeftCurrentSlide {
    animation-name: moveLeftCurrent;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.galleryContainer .moveLeftNextSlide {
    animation-name: moveLeftNext;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.galleryContainer_custid .moveLeftNextSlide {
    animation-name: moveLeftNext;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.galleryContainer .moveLeftNextNextSlide {
    animation-name: moveLeftNextNext;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.galleryContainer_custid .moveLeftNextNextSlide {
    animation-name: moveLeftNextNext;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
@keyframes moveLeftCurrent {
    from {
        transform: translate(0, 0) scale(0.8, 0.9);
        opacity: 1;
    }

    to {
        transform: translate(-67%, 0) scale(0.6, 0.7);
        opacity: 0.3;
    }
}

@keyframes moveLeftNext {
    from {
        transform: translate(67%, 0) scale(0.6, 0.7);
        opacity: 0.3;
    }

    to {
        transform: translate(0, 0) scale(0.8, 0.9);
        opacity: 1;
    }
}

@keyframes moveLeftNextNext {
    from {
        opacity: 0;
        transform: translate(150%, 0) scale(0.6, 0.7);
    }

    to {
        opacity: 0.3;
        transform: translate(67%, 0) scale(0.6, 0.7);
    }
}

.galleryContainer .moveRightCurrentSlide {
    animation-name: moveRightCurrent;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.galleryContainer .moveRightPrevSlide {
    animation-name: moveRightPrev;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.galleryContainer .moveRightPrevPrevSlide {
    animation-name: moveRightPrevPrev;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.galleryContainer_custid .moveRightCurrentSlide {
    animation-name: moveRightCurrent;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.galleryContainer_custid .moveRightPrevSlide {
    animation-name: moveRightPrev;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.galleryContainer_custid .moveRightPrevPrevSlide {
    animation-name: moveRightPrevPrev;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
@keyframes moveRightCurrent {
    from {
        transform: translate(0, 0) scale(0.8, 0.9);
        opacity: 1;
    }

    to {
        transform: translate(67%, 0) scale(0.6, 0.7);
        opacity: 0.3;
    }
}

@keyframes moveRightPrev {
    from {
        transform: translate(-67%, 0) scale(0.6, 0.7);
        opacity: 0.3;
    }

    to {
        transform: translate(0, 0) scale(0.8, 0.9);
        opacity: 1;
    }
}

@keyframes moveRightPrevPrev {
    from {
        transform: translate(-150%, 0) scale(0.6, 0.7);
        opacity: 0;
    }

    to {
        transform: translate(-67%, 0) scale(0.6, 0.7);
        opacity: 0.3;
    }
}

.slideTextFromBottom {
    animation-name: slideTextFromBottom;
    animation-duration: 0.7s;
    animation-timing-function: ease-out;
}

@keyframes slideTextFromBottom {
    from {
        opacity: 0;
        margin-top: 100px
    }

    to {
        opacity: 1;
        margin-top: 0px;
    }
}

.slideTextFromTop {
    animation-name: slideTextFromTop;
    animation-duration: 0.7s;
    animation-timing-function: ease-out;
}

@keyframes slideTextFromTop {
    from {
        opacity: 0;
        margin-top: -100px
    }

    to {
        opacity: 1;
        margin-top: 0px;
    }
}



/* The Modal (background) */
.easychat-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content Box */
.easychat-modal-content {
    background-color: #F0F4F7;
    border-radius: 10px;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    text-align: left;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}
.easychat-feedback-modal-content {
    background-color: #F0F4F7;
    border-radius: 10px;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    text-align: left;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}

.easychat_customer_info_form_error_ptag {
    padding-bottom: 0px !important;
}

/* The Close Button */
.easychat-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-top: 0.3em;
}

.easychat-close:hover,
.easychat-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.easychat-modal-input-element {
    width: 45%;
    display: inline-block;
}

.easychat-modal-button {
    padding: 0.4em 1em 0.4em 1em;
    border-radius: 1em;
    background-color: green;
    color: white;
}

.easychat-intent-feedback-wrapper {
    margin-top: 1.5em;
    width: 100%;
    display: inline-block;
}

/*#####################   LiveChat Feedback    ###################*/


.rating-bar-container__wrapper #rating-bar-container-timer__XqPZ {
    /*height: 40px;*/
    /*width: 40px;*/
    /*transition: .5s linear;*/
    display: inline-block;
    padding: 5px;
    text-align: center;
    color: green;
    font-size: small;
}

.rating-bar-container__wrapper .rating-bar-container button {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    padding: 5px;
    height: 29px;
    width: 32px;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 1.5px;
    box-sizing: border-box;
    transition: .5s linear;
    margin-right: 1px;
}

.rating-bar-container__wrapper .rating-bar-container button:hover {
    cursor: pointer;
}


#rating-bar-container-timer-div {
    width: 25% !important;
}

.rating-bar-container__wrapper .rating-bar-container button:focus {
    outline: none;
}


/*########################################*/


/*#####################   Bot Feedback    ###################*/


circle {
    cx: 60;
    cy: 60;
    r: 47;
    fill: none;
    stroke-width: 1.5em;
}

.easychat-rating-circular-bar {
    display: inline-block;
    margin: 0 15%;
    position: relative;
}

.easychat-rating-circular-bar svg {
    width: 15em;
    height: 15em;
}

.easychat-rating-circular-bar .circle-indicator {
    position: absolute;
    color: white;
    cursor: pointer;
    font-size: 1em;
}

.easychat-rating-circular-bar #easychat-rating-circular-bar-content {
    display: inline-block;
    position: absolute;
    top: 38%;
    font-size: x-large;
    left: 40%;
}

.easychat-rating-circular-bar #easychat-rating-circular-bar-content img {
    height: 3em;
}

.easychat-rating-circular-bar .circle-value:hover {
    stroke-width: 1.8em !important;
}

.easychat-rating-circular-bar .circle-value {
    stroke-dasharray: 339.292;
    stroke-dashoffset: 315.717;
    transform-origin: center;
    cursor: pointer;
}

.easychat-rating-circular-bar #value-00 {
    stroke: #b71c1c;
    transform: rotate(117deg);
    stroke-dasharray: 339.292;
}

.easychat-rating-circular-bar #value-01 {
    stroke: #d32f2f;
    transform: rotate(145deg);
}

.easychat-rating-circular-bar #value-02 {
    stroke: #f44336;
    transform: rotate(173deg);
}

.easychat-rating-circular-bar #value-03 {
    stroke: #ef5350;
    transform: rotate(201deg);
}

.easychat-rating-circular-bar #value-04 {
    stroke: #ef6c00;
    transform: rotate(229deg);
}

.easychat-rating-circular-bar #value-05 {
    stroke: #fb8c00;
    transform: rotate(257deg);
}

.easychat-rating-circular-bar #value-06 {
    stroke: #ffa726;
    transform: rotate(285deg);
}

.easychat-rating-circular-bar #value-07 {
    stroke: #fbc02d;
    transform: rotate(313deg);
}

.easychat-rating-circular-bar #value-08 {
    stroke: #ffeb3b;
    transform: rotate(341deg);
}

.easychat-rating-circular-bar #value-09 {
    stroke: #689f38;
    transform: rotate(369deg);
}

.easychat-rating-circular-bar #value-10 {
    stroke: #33691e;
    transform: rotate(397deg);
}

.easychat-rating-circular-bar #circle-indicator-0 {
    bottom: 17%;
    left: 21%;
}

.easychat-rating-circular-bar #circle-indicator-1 {
    bottom: 32%;
    left: 11%;
}

.easychat-rating-circular-bar #circle-indicator-2 {
    bottom: 51%;
    left: 10%;
}

.easychat-rating-circular-bar #circle-indicator-3 {
    bottom: 70%;
    left: 16%;
}

.easychat-rating-circular-bar #circle-indicator-4 {
    bottom: 80%;
    left: 30%;
}

.easychat-rating-circular-bar #circle-indicator-5 {
    top: 8%;
    right: 48%;
}

.easychat-rating-circular-bar #circle-indicator-6 {
    top: 12%;
    right: 30%;
}

.easychat-rating-circular-bar #circle-indicator-7 {
    top: 25%;
    right: 16%;
}

.easychat-rating-circular-bar #circle-indicator-8 {
    bottom: 49%;
    right: 11%;
}

.easychat-rating-circular-bar #circle-indicator-9 {
    bottom: 31%;
    right: 13%;
}

.easychat-rating-circular-bar #circle-indicator-10 {
    bottom: 17%;
    right: 22%;
}

@media only screen and (max-device-width: 420px) {
    .easychat-rating-circular-bar {
        margin: unset
    }

    .easychat-rating-circular-bar svg {
        width: 280px;
        height: 280px;
    }

    .easychat-rating-circular-bar .circle-indicator {
        font-size: 25px;
    }

    .easychat-rating-circular-bar #easychat-rating-circular-bar-content img {
        height: 60px;
    }
}


/*##################### Attachment-module ###################*/

.easychat-dragdropAlertMsgClose__XPS {
    padding: 0px 5px;
    cursor: pointer;
    text-align: center;
    background-color: white;
    border-radius: 50%;
}

.easychat-dragdropContainer__XPS {
    margin: auto;
    width: 80%;
    margin-top: 1em;
    position: relative;
}

.easychat-dragdropContainer__XPS .easychat-dragdrop__XPS {
    height: 150px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    margin: auto;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}

.easychat-dragdropContainer__XPS .easychat-dragdrop__XPS input {
    height: 100%;
    outline: none;
    opacity: 0;
    width: 100%;
    box-sizing: border-box;
}

.easychat-dragdropContainer__XPS #easychat-dragdropSuccessfulMSG__XPS {}

.easychat-dragdropContainer__XPS .easychat-dragdropMsg__XPS {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
}

.easychat-dragdropContainer__XPS .easychat-dragdropafterSelect__XPS {
    margin-top: .7em;
}

.easychat-dragdropContainer__XPS .easychat-dragdropafterSelect__XPS #easychat-dragdropAlertMsg__XPS {
    width: 65%;
    word-break: break-all;
    display: none;
    padding: .5em;
    font-weight: 600;
    color: #fff !important;
}

.easychat-dragdropContainer__XPS .easychat-dragdropafterSelect__XPS #easychat-dragdropUploadBTN__XPS {
    display: none;
    float: right;
    padding: .5em;
    background-color: #fff;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 90px;
    width: 80px;
    font-size: 15px;
    font-weight: 500;
}


/*########################################*/


.easychat-bot-table {
    /*width: fit-content;*/
    /*width: -moz-fit-content;*/
    max-width: 90%;
    min-width: 95%;
    table-layout: fixed;
    margin: 0.3em auto;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 0.3em;
    border-spacing: 1px;
    background-color: white;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.easychat-bot-table th {
    background-color: #0F52A1;
    color: white;
    padding: 8px;
}

.easychat-bot-table td {
    padding: 6px;
    background-color: #95999929;
    color: #1415159e;

}

.getFunds {
    width: 98%;
    border-radius: 10px;
    font-weight: 30px;
    background-color: gainsboro;
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 12px;
    margin: 10px 2px;
    cursor: pointer;
    padding: 10px 12px;
}

.getFunds:hover {
    background-color: #2aa4eb !important;
    color: white !important;
}

/*td:hover {
    background-color: #2aa4eb;
    color: white;
    display: block;
    border-radius: 25px;
}*/

.getFundChoices {

    padding: 10px;
    border: 1px solid #2aa4eb;
    border-radius: 10px;
    margin: 8px 0px;
}

.getFundChoices:hover {
    background-color: #2aa4eb;
    color: white;
}


/*#####################   View more/less   ###################*/
.easychat-show-less-text {
    max-height: 290px;
    height: unset;
    overflow-y: hidden;
    transition: max-height 0.2s ease;
    padding: 10px 23px;
    border-radius:2em;	
    background-color: #fff3e0;
    color: #6C2D77;
    font-weight: 600;
}

.easychat-expand-text {
    max-height: inherit !important;
    height: max-content !important;
    overflow-y: auto;
    transition: max-height 0.5s ease-in;
}

div#easychat-sticky-intents::-webkit-scrollbar {
    display: none;
}

#easychat-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #808080;
    display: flex;
    flex-direction: column;
    color: black;
    padding: 5px 10px 0px 10px;
    height: initial;
    padding-bottom: 40px;
    box-sizing: border-box;
    background-color: #f6f6f6;
}

#chatbot_feedback_comment_box textarea {
    margin-top: 10px;
    padding: 10px 0px 10px 5px !important;
}


#chatbot_feedback_comment_box textarea:focus {
    box-shadow: 0 0 0 3px rgba(52, 56, 255, 0.1) !important;
    border: 1px solid #204DAF;
    outline: none !important;
    transition: all 0.2s ease;
}

/*#chatbot_feedback_comment_box {
    padding: 0 30px !important;

}*/

#easychat-exit-app-feedback {
    margin: 0 !important;
    align-self: center !important;
    text-align: center;
    margin-bottom: 0.5em !important;
    margin-top: 1em !important;
}

.easychat-modal-content {
    position: relative !important;
    text-align: center !important;
    background: #fff !important;
    border: none !important;


}
.easychat-feedback-modal-content {
    position: relative !important;
    text-align: center !important;
    background: #fff !important;
    border: none !important;


}

#model-feedback-header {
    margin: 20px auto !important;
    text-align: left;
    padding-top: 1em;
    margin-bottom: 0 !important;
}

#submit-feedback {
    cursor: pointer;
    background: inherit !important;
    border-radius: 30px !important;
    float: unset !important;
}

#submit-feedback:focus {
    outline: none;
}

#easychat-powered-by-div{
    padding-top : 8px;
    text-align: center;
    line-height: 5px;
    display: none;
    margin-bottom: 1px;
}

#easychat-connect-with-agent{
    color: #ad4567 !important;
    cursor: pointer;
}

#easychat-powered-by-div h6,
#easychat-powered-by-div span{
    margin-block-start: 0em;
    margin-block-end: 0em;
    display: inline;
    color: #ce0000;
}
#easychat-powered-by-div-logo{color: #f7900d !important;}

/* Customer form UI changes */


.easychat-customer-input {
    width: 100%;
    margin-top: 1.5em;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 30px; 
    outline: none;
}

select.easychat-customer-input {      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-height: 36px;
    max-height: 80px;
    font-size: 16px;
    padding-left: 0.6em;
    background-image:
        linear-gradient(45deg, transparent 50%, #C4C4C4 50%),
        linear-gradient(135deg, #C4C4C4 50%, transparent 50%),
        radial-gradient(white 70%, transparent 72%);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - .5em) .5em;
    background-size:
        5px 5px,
        5px 5px,
        1.5em 1.5em;
    background-repeat: no-repeat;
}

.easychat-customer-modal-cancel-btn {
    background-color: inherit;
    border-radius: 30px;
    width: 89.19px;
    height: 34px;
    line-height: 16px;
    margin-top: 2em;
    cursor: pointer;
    outline: none;
}

.easychat-form-div {
    position: relative;
}

.easychat-form-div .placeholder{
    position: absolute;
    top: 36px;
    left: 14px;
     color: #B1B1B1;
     /*display: none;*/
}

.easychat-form-div label{
    font-weight: normal;
    color: #B1B1B1;
    cursor: text;
} 

.easychat-form-div .star{
     color: red;
}

span.livechat-doubletick {
    font-size: 9px;
    float: right;
    text-align: right;
    width: 100%;
    margin-right: 10px;
}

div#easychat-sticky-end-chat::-webkit-scrollbar {
    display: none;
}

#easychat-end-chat {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #808080;
    display: flex;
    flex-direction: column;
    color: black;
    padding: 5px 10px 0px 10px;
    height: fit-content;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.select2-container {
    padding-top: 1.5em !important;
}

.select2-container--default .select2-selection--single {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E6E6E6 !important;
    box-sizing: border-box !important;
    border-radius: 30px !important; 
    outline: none;  
    height: 36px !important;  
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -1em !important;
    margin-top: 1.7em !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    color: black !important;
    padding-top: 0.2em;
}

.select2-dropdown {
    top: 5px !important;
    border-radius: 20px !important;
    padding: 10px !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border: none !important;
}


.select2-search--dropdown {
    display: flex !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
    box-shadow: 0px 0px 1px #3c47c2 !important;
    margin-top: 0.5rem !important;
    margin-left: auto;
    margin-right: auto;
    width: 90% !important;
    border-radius: 20px;
    outline: none;
}

.select2-results__options {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.select2-dropdown li {
    margin: 6px 6px;
    border-radius: 20px !important;
    width: 90%;
}

#easychat-powered-by-div a {
    font-size: 0.67em;
    text-decoration: none;
    background-clip: content-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none !important;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
  }

  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: fit-content;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 10px 5px 10px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1001;
    bottom: 100%;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }

  /* Tooltip arrow */
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  .tooltip .tooltiptextbottom {
    visibility: hidden;
    width: fit-content;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 10px 5px 10px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1001;
    bottom: -80%;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }

  /* Tooltip arrow */
  .tooltip .tooltiptextbottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
  }

  .tooltip:hover .tooltiptextbottom {
    visibility: visible;
    opacity: 1;
  }

  .tooltip .tooltiptextleft {
    visibility: hidden;
    width: fit-content;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 10px 5px 10px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1001;
    right: 125%;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }

  /* Tooltip arrow */
  .tooltip .tooltiptextleft::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
  }

  .tooltip:hover .tooltiptextleft {
    visibility: visible;
    opacity: 1;
  }

 #easychat-restart-div {
    display: flex; 
    justify-content: center; 
    cursor: pointer;
    color: #808080; 
    height: 48px; 
    border-right: 1px solid #f2f2f2;
    align-items: center;
 }

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

  ::-webkit-scrollbar:hover {
      display: block;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #6C2D77;
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.6); 
  }

  .easychat-datepicker-container {
      display: flex;
  }

  .easychat-datepicker-container div {
      width: 50%;
  } 

  .spinner {
    padding: 12px;
    font-size: 18px;
    font-weight: 400;
    width: 420px;
    margin-top: 5px;
    background: transparent;
    width: 30%;
    text-align: center;
    display: inline-block;
    border-radius: 60px;
    position: absolute;
    bottom: 0px;
    left: 12px;
    padding: 5px;
    position: relative;
  }
  
  .spinner div {
    width: 10px;
    height: 10px;
    background-color: #2d4cb8;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: loadingEffect 1.4s infinite ease-in-out both;
    animation: loadingEffect 1.4s infinite ease-in-out both;
    margin-right: 5px;
  }

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

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

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

  .card-background {
    height: 9em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 1em 1em 0em 0em;
  }

  .recommendations-menu-border {
    border: 1px solid #eee;
    width: 95%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  /* tooltip fix for IE */
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #tooltiptext-microphone {
        margin-left: -4em;
    }

    #tooltiptext-home {
        margin-left: -3.4em !important;
    }

    #tooltiptext-send {
        margin-left: -3.4em;
    }

    #tooltiptext-minimize {
        margin-left: -3em;
    }
 }

 #easychat-sticky-end-chat {
    margin-bottom: 3.7em !important;
 }

 .easychat-intent-feedback-cmt-wrapper {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    float: left;
    width: fit-content;
    height: auto;
    font-size: 14px;
    color: #6C2D77;	
    border-radius: 0px 10px 10px 10px;	
    background-color: #fff3e0;
    padding-bottom: 10px;
    word-wrap: break-word;
    display: inline-block;
    line-height: 20px;
    padding: 0.8em 0.5em 0.8em 0.5em;
}

/*  Sticky Intents Menu Css */
.easychat-sticky-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
    transition: all 0.2s ease-out;
    margin-left: 5px;
    cursor: pointer;
}

.easychat-sticky-menu-items {
    display: flex;
    flex-direction: column;
    width: 0;
    height: 0;
    max-height: 150px;
    transition: max-height 1s ease-out;
}
.easychat-sticky-menu-items-show {
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
}
@media screen and (min-width:0\0) {
        /*css for internet explorer*/
        .easychat-sticky-menu-items-show {

            height: auto;
        }

    }

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

.easychat-sticky-menu-item {
    padding: 5px 0px;
    padding-left: 5px;
}


.easychat-sticky-menu-item:hover {
    background: #E4EAFF;
    cursor: pointer;
}

.arrow_up, .arrow_down {
    cursor: pointer;
}


.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);
  }  

  ol, ul {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  /* Form widget */
  .easychat-form-container {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    margin: 10px 20px;
    padding: 0px 10px 10px 10px;
    background-color: #FBFBFB;
  }

  .easychat-form-container h5 {
    text-align: center;
    margin: 18px;
    font-weight: 500;
    font-size: 15px;
  }


.easychat-form-input {
    width: 100%;
    margin-top: 0.7em;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 30px; 
    outline: none;
}

.easychat-form-input::placeholder {
    /* Firefox, Chrome, Opera */
    color: #e6e6e6;
}

.easychat-form-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #262626;
}

.easychat-form-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #262626;
}

#easychat-form-container label {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 500;
}

#customer_info_form_modal .select2-dropdown {
    top: 20px !important;
}

.input-field-custom {
    margin-bottom: 26px;
}

.easychat-form-label {
    color: #4d4d4d;
    margin-left: 10px;
}

.easychat-form-value {
    color: #2d2d2d;
    font-size: 13px;
    margin-left: 10px;
}

input[type="button"], input[type="submit"], input[type="text"] {
    -webkit-appearance: none;
}
@media screen and (min-width:0\0) {
        /*css for internet explorer*/
        #max-file-size-allowed-message { 
            margin-top: 3em !important;
            left: 20%;
        }
        .easychat-customer-modal-cancel-btn{
            background-color: #fbfbfb;
        }
        .easychat-initial-question-div{
            margin-bottom: 1em;
        }
    }
/*#dropdown-search-input{
    position: sticky;
    top: 0;
}*/
#dropdown-search-input-container{
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    width: 225px;
}
@media screen and (min-width: 380px) and (max-width: 420px){
    .rating-bar-container__wrapper .rating-bar-container button {
        width: 30px !important;
    }
}


button:disabled,
button[disabled]{
    pointer-events:none;
    opacity:0.5;
}