.chat-bot-container {
    width: 100%;
    /*height: 100vh;*/
    font-family: 'Nunito Sans', sans-serif !important;
}

.chat-button {
    /*background-color: #1F8CEB !important;*/
    background-color: rgb(0, 108, 255) !important;
    border-radius: 50% !important;
    padding: 1em !important;
    width: 4em !important;
    height: 4em !important;
    position: fixed !important;
    bottom: 12px !important;
    right: 2rem !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 9997 !important;
}
.btn-conatiner{
    border-radius: 15px!important;
    /*background: white!important;
    border: 1px solid #1AABED!important;
    color: #1AABED!important;*/
    border-color:rgb(0, 108, 255);
    color:rgb(250, 250, 250);
    background:rgb(0, 108, 255) none repeat scroll 0% 0%;    
    margin-left: 8px!important;
    margin-top: 10px!important;
    /*min-width: 26px!important;
    min-height: 29px!important;*/
    padding: 5px 22px!important;
    font-size: 13px !important;
    outline: none;
    /*line-height: 38px !important;*/

    display: inline-block;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.btn-conatiner:focus {
    color: #fff;
}
.btn-conatiner_big{
    border-radius: 15px!important;
    background: white!important;
    border: 1px solid #1AABED!important;
    color: #1AABED!important;
    margin-left: -5px!important;
    margin-top: 10px!important;
    min-width: 26px!important;
    min-height: 29px!important;
    padding: 5px 22px!important;
    font-size: 14px !important;
    outline: none;
    line-height: 38px !important;
    text-decoration: none;
}

.chat-bot-anchor:hover {
    color: white !important;
    /*background: #1F8CEB !important; 
    
    text-decoration: none !important;*/
}
.chat-bot-active{
    background: #1F8CEB !important; 
    color: white !important;
    text-decoration: none !important;
}

.btn-conatiner_site{
    border-radius: 15px!important;
    background: white!important;
    border: 1px solid #1AABED!important;
    color: #1AABED!important;
    /*margin-left: -5px!important;*/
    margin-left: 0px !important;
    margin-top: 10px!important;
    min-width: 26px!important;
    min-height: 29px!important;
    /*padding: 5px 22px!important;*/
    padding: 5px 15px !important;
    font-size: 14px !important;
    outline: none;
    line-height: 6px !important;
}
.btn-conatiner_query{
    border-radius: 15px!important;
    background: white!important;
    border: 1px solid #1AABED!important;
    color: #1AABED!important;
    margin-left: 4px!important;
    margin-top: 10px!important;
    min-width: 26px!important;
    min-height: 29px!important;
    padding: 5px 22px!important;
    padding: 5px 15px !important;
    font-size: 14px !important;
    outline: none;
    line-height: 35px !important;
}
a.btn-conatiner-exit-btn {
    border-radius: 15px !important;
    background: #fff !important;
    /*border: 1px solid #1AABED!important;*/
    border: 1px solid #006cff !important;
    color: #006cff !important;
    /*color: #1AABED!important;*/
    /*margin-left: 4px!important;
    margin-top: 10px!important;
    min-width: 26px!important;
    min-height: 29px!important;
    padding: 5px 22px!important;*/
    margin: 5px 10px;
    padding: 3px 15px !important;
    font-size: 12px !important;
    outline: none;
    /*line-height: 16px !important;*/
}
a#reset_chat_msg:hover, a#go_back:hover, a#exit_chat_windo:hover {
    background: #006cff !important;
    color: #fff !important;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.chat-button-hide {
    opacity: 0;
    z-index: -1 !important;
}

.chat-close-button {
    background-color: #1F8CEB !important;
    border-radius: 50% !important;
    padding: 1em !important;
    width: 4em !important;
    height: 4em !important;
    position: fixed !important;
    bottom: 12px !important;
    right: 2rem !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.chat-close-button-show {
    z-index: 9997 !important;
}

i.chat_icon {
    font-size: 2.5rem !important;
    margin-top: 0.7em !important;
    padding-left: 7px;
    color: azure;
}

.chat_icon_fa {
    font-size: 25px !important;
    padding-left: 7px;
    color: azure;
    font-weight: normal !important;
}

.hidden {
    font-size: 1.2em;
    color: azure;
}

.chat-window-container {
    /*background: lightgray;*/
    background: #006cff;
    height: 34rem;
    width: 25%;
    min-height: 20rem;
    /*border-radius: 12px;*/
    position: fixed;
    bottom: 5.5em;
    right: 2em;
    transition: transform 1s ease-in-out;
    transform: translateX(422px);
    display: flex;
    flex-direction: column;
    /*border: 1px dashed lightgrey;*/
    /*border: 1px dashed #006cff;*/
    z-index: 9997;
    box-shadow: 0 16px 18px rgba(0,0,0,.2) !important;
    border-radius: 10px;
}

.chat-window-conatiner-show {
    transform: translateX(0);
    transition: transform 1s ease-in-out;
}

.chat-window-header {
    width: 100%;
    /*height: 48px;*/
    padding: 20px;
    /*background-color: #1F8CEB;*/
    background-color: #006cff;
    border-radius: 12px 12px 0 0;
    display: flex;
    /*justify-content: center;*/
    justify-content: left;
    align-items: center;
}

.chat-window-close {
    z-index: 8;
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    right: 13px;
    top: 10px;
    padding: 3px;
    border-radius: 100%;
}

.chat-window-body {
    flex: 1;
    background: white;
    padding: 1em;
    overflow-y: scroll;
}

/*.chat-window-footer {
    height: 90px;
    background: #f4f7f9;
    border-radius: 0 0 12px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    flex-direction: column;
    padding-bottom: 0.5em;
}
*/
.chat-window-footer {
    /*height: 90px;*/
    /*height: 45px;*/
    height: 30px;
    background: #f4f7f9;
    border-radius: 0 0 12px 12px;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    align-items: center;
    /*padding: 1em;*/
    padding: 10px;
    flex-direction: column;
    /*padding-bottom: 0.5em;*/
}
.chat-input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

p {
    /*color: lightslategray;*/
}

.chat-refresh {
    border-radius: 50%;
    background: white;
    width: 3em;
    height: 2.5em;
    display: inline-flex;
    margin: 1em 1em 1em 0;
}

.chat-refresh:hover {
    cursor: pointer;
}

.icon_sync {
    color: dimgrey !important;
    font-size: 1.6em !important;
    margin-top: 1px !important;
    margin-left: 4px !important;
}

.input {
    width: 100% !important;
    background: white;
    height: 3em;
    display: flex !important;
    align-items: center;
}

.header-content .chat-bot-img {
    margin-right: 10px;
}

.chat-bot-img {
    height: 2.5rem;
    width: 2.5rem;
    margin-left: 8px;
    /*margin-right: 10px;*/
}

.header-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-bot-h5 {
    color: #fff !important;
    margin: 0 !important;
    padding-left: 3px !important;
    font-family: 'Nunito Sans', sans-serif !important;
    /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
    font-weight: normal;
    font-size: 18px;
}

.chat-send {
    border-radius: 50%;
    background: #f4f7f9;
    width: 2.5em;
    height: 2.5em;
    display: inline-flex;
}

.chat-send:hover {
    cursor: pointer;
}

.plane_icon {
    font-size: 1.6em !important;
    margin-top: 3px !important;
    margin-left: 4px !important;
}

input {
    border: none !important;
    max-width: 85% !important;
    border-radius: 13px !important;
    height: 3em;
}

.recepient {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
    /*width: 104%;*/
    width: 100%;
}

.left-triangle {
    width: 0;
    /*border-top: 10px solid #cedae2;*/
    border-top:  10PX solid rgb(233, 238, 244);
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    cursor: pointer;
}

.recepient-msg-conatiner {
    width: 100%;
    height: auto;
    /*background: #cedae2;*/
    background: rgb(233, 238, 244) none repeat scroll 0% 0%;
    border-color: rgb(233, 238, 244);
    color: rgb(100, 100, 100);
    word-wrap: break-word;
    /*margin: 0 1em 0 0;*/
    /*padding: 1em;*/
    padding: 10px;
    border-radius: 10px;
}
.recepient-msg-faild-conatiner {
    width: 100%;
    height: auto;
    background: #dc1d09;
    margin: 0 1em 0 0;
    padding: 1em;
    border-radius: 14px;
}
.recepient-msg-success-conatiner {
    width: 100%;
    height: auto;
    background: #0ab546;
    margin: 0 1em 0 0;
    padding: 1em;
    border-radius: 14px;
}
.sender {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
    width: 95%;
}

.sender-msg-conatiner {
    width: 100%;
    height: auto;
    background: #cedae2;
    margin: 0 0em 0 1em;
    padding: 1em;
    border-radius: 14px;
}

.right-triangle {
    width: 0;
    border-top: 10px solid #cedae2;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;
    cursor: pointer;
}

.chat-bot-carousel {
    /*float: right;
    width: 87%;
    margin-right: 1em;*/
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px;
}

.d-block {
    height: 15em;
}

.w-100{
    height: 50%;
    width: 50% !important;
    margin: auto;
    display: flex;
}

.new-user {
    border: 1px solid lightgrey;
}

.user-text {
    border: 1px solid lightgrey;
    padding: 7px;
}

.user-link {
    border: 1px solid lightgrey;
    padding: 7px;
}

/* .carousel-control-next-icon,
.carousel-control-prev-icon {
    background: url('https://img.icons8.com/ultraviolet/2x/chevron-right.png') no-repeat center center !important;
} */

.carousel-control-prev-icon {
    background: url('https://img.icons8.com/ultraviolet/2x/chevron-right.png') no-repeat center center !important;
    /*margin-left: -6em;*/
    /*background: url('../images/slides/chevron-left.png') no-repeat center center !important;*/
    cursor: pointer;
    transform: rotate(180deg);
}

.carousel-control-next-icon {
    background: url('https://img.icons8.com/ultraviolet/2x/chevron-right.png') no-repeat center center !important;
    /*margin-right: -5em;*/
    /*background: url('../images/slides/chevron-right.png') no-repeat center center !important;*/
    cursor: pointer;
}
.carousel-control-prev {
  left: -8px;
  @if $enable-gradients {
    background: linear-gradient(90deg, rgba($black, .25), rgba($black, .001));
  }
}
.carousel-control-next {
  right: -8px;
  @if $enable-gradients {
    background: linear-gradient(270deg, rgba($black, .25), rgba($black, .001));
  }
}

.user-detail{
    padding: 1em;
    width: 100%;
}

.carousel-control-next:hover, .carousel-control-prev:hover{
    background: unset !important;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
    background: unset !important;
}

.hidden {
    display: block !important;
    visibility: unset !important;
}

.rating-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 5em;
        /*position: fixed;*/
        bottom: 45px;
        width: 100%;
        left: 0;
    }

    i.icon {
            font-size: 2em !important;
            /* color: #1F8CEB !important; */
        }
      .star:hover {
        /*color: yellowgreen;*/
      }
      .highlight {
        color: gold;
      }
      .animate {
        animation: stretch-bounce 0.5s ease-in-out;
      }

      @-webkit-keyframes stretch-bounce {
        0% {
          -webkit-transform: scale(1);
        }
        25% {
          -webkit-transform: scale(1.5);
        }
        50% {
          -webkit-transform: scale(0.9);
        }
        75% {
          -webkit-transform: scale(1.2);
        }
        100% {
          -webkit-transform: scale(1);
        }
      }
      .score {
        /*font-family: arial;*/
        font-size: 16px;
        color: green;
        margin-top: 20px;
        margin-left: 38px;
      }
      .score-rating {
        vertical-align: sup;
        top: -5px;
        position: relative;
        font-size: 150%;
      }
      .total {
        vertical-align: sub;
        top: 0px;
        position: relative;
        font-size: 100%;
      }
  #select_state {
        display: none;
        }

.carousel-control-next, .carousel-control-prev{
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
}
#carouselExampleIndicators .carousel-indicators {
    bottom: 0px !important;
}
#carouselExampleIndicators_1 .carousel-indicators {
    bottom: 0px !important;
}
#carouselExampleIndicators_12 .carousel-indicators {
    bottom: 0px !important;
}
.carousel-indicators {
    /*position: absolute;
    right: 0;*/
    /*bottom: 10px !important;*/
    /*bottom: 60px !important;*/
   /* left: 0;
    z-index: 15;*/
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;*/
    /*justify-content: center;
    align-items: center;*/
    /*padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;*/
    list-style: none;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    /*background: transparent no-repeat center center;
    background-size: 100% 100%;*/
}
a:hover, .chat-window-close svg {
 cursor:pointer;
}
.chat-icon {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  margin: 4px 0 0 8px;
  width: 36px;
  height: 36px;
}
.chat-icon-hover {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  margin: -8px 0 0 0px;
  width: 36px;
  height: 36px;
}
.ui.animated.button {
    width: 50px !important;
    height: 50px !important;
}
.closetxt {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
.carousel-item {
    justify-content: center;
    align-items: center;
}