html{
  height: 100%;
}
body{
  height:100% ;
  overflow-x: hidden;
}
#colorpicker{
  height: 25px;
}
#MainChatbot{
  z-index: 99999;
  position: relative;
}
#MainChatbot p{
  font-family: Calibri, "Helvetica Neue", Arial, "sans-serif" !important;
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
}
.webchat__upload-button{
display: none !important;
}
#MainChatbot h5 p{
  font-size: 16px;
}
#MainChatbot .HeaderColor small {
  font-size: 80%;
  padding: 0 15px;
}
#chat2 {
  /* width: 450px;
  position: fixed;
  right: 60px;
  bottom: 35px;
  transition: all 0.5s ease; */
}
#ChatModal {
  width: 450px;
  position: fixed;
  right: 60px;
  bottom: 35px;
  /* transition: all 0.5s ease; */
}
.MyAlert{
  position: absolute;
    top: 88px;
    z-index: 9;
    opacity: 0.9;
}
.addClasses{
  background-color: red !important;
}


.chatCard .dropdown-item.active, .dropdown-item:active{
  background-color: #fa5016 !important;
}
.chatbot{
  position: fixed;
  bottom: 65px;
  right: 65px;
  cursor: pointer;
  transition: all 0.5s ease;
  text-align: center;
}
.chatbot img{
width: 70px;
}
.ChatbotTXT{
  position: fixed;
  bottom: 58px;
  right: 150px;
}
.ChatbotTXT p{
  font-size: 0.8em;
}
.ChatbotTXT .BTN-sm {
  width: 20px;
    position: absolute;
    left: -32px;
    border: 3px solid #f5541c;
    border-radius: 50px;
    height: 20px;
    padding: 0;
    text-align: center;
    display: inline-block;
    font-size: 8px;
}

/* .BTN-decrease {
  font-size:18px;
  padding: 2px !important;
}
.BTN-orig {
  font-size:18px;
  padding: 2px !important;
}
.BTN-increase {
  font-size:18px;
  padding: 2px !important;
} */



#chat2 .card-header .BTN-danger{
  background-color: #fd4a03;
}
#dropdownMenu2{
  width: 25px !important;
  display: block;
  text-align: center;
  opacity: 0.8;
  cursor: pointer;
  background-color: white;
  height: 25px;
  line-height: 25px;
}
.fg-emoji-container {
  position: fixed;
  right: 60px !important;
  bottom: 108px !important;
  width: 450px !important;
  left: auto !important;
  top: auto !important;
  height: 296px !important;
}
.fg-emoji-list {
  height: 211px !important;
}
.fg-emoji-picker-move{
  display: none !important;
}
#chat2 .form-control {
  border-color: transparent;
  }
  /* div{
    border: 2px solid red !important;
  } */
  
  #chat2 .form-control:focus {
  border-color: transparent;
  box-shadow: inset 0px 0px 0px 1px transparent;
  }
  
  .divider:after,
  .divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
  }
  .ps {
    /* overflow: hidden!important; */
    overflow-y: scroll;
    overflow-anchor: none;
    touch-action: auto;
}
.company-logo{
    width: 100px;
    border-radius: 50px;
    /* height: 100%;
    border: 1px solid #000080;
    border-radius: 50px;
    padding: 1px;
    overflow: hidden;
    box-shadow: 0px 0px 4px #000080; */

}
.customer{
    width: 45px;
    height: 100%;
    border: 1px solid #ffa41e;
    border-radius: 50px;
}
.chat-color-1{
  background-color: #ffe8df;
}
.chat-color-2{
  background-color: #f7ebc8;
}
/* .collapsed .fa-smile:before {
  color: #fe7950;
} */
#collapseOne .accordion-body{
  overflow-y: scroll;
  height: 87px;
}
#chat2 .card-header{
  /* background: linear-gradient(135deg, #fd4a03 0%, rgb(255 247 224) 100%); */
  background-color: #fd4a03;
  cursor: all-scroll;
  border-radius: 5px 5px 0px 0px;
}

.chatbot .card-footer {
  background-color: #fd4a03;
  color: #fff !important;
  text-align: center;
}


.Chatbot2 {
  position: fixed;
  bottom: 65px;
  right: 65px;
  cursor: pointer;
  transition: all 0.5s ease;
  max-width: 400px;
}
.Chatbot2 .card-header{
  border-top: 4px solid #fd4a03;
}
.Chatbot2 .badge{
  background-color: #fd4a03 !important;
}
.Chatbot2 .color1 {
  background-color: #f78050 !important;
  color: #fff;
  border-radius: 0 10px 10px !important;
  position: relative;
}
.Chatbot2 .color1::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid #f78050;
  border-left: 9px solid transparent;
  top: 0;
  left: -9px;
}
.Chatbot2 .color2{
  background-color: #a4a09f !important;
  color: #fff;
  border-radius: 10px 0px 10px 10px !important;
  position: relative;
}
.Chatbot2 .color2::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid #a4a09f;
  border-right: 9px solid transparent;
  top: 0;
  right: -9px;
}

.Chatbot2 #button-addon2{
  background-color: #fd4a03 !important;
  color: #fff;
}

.blink span{
  animation: blink 1s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}




#webchat{
  position: relative; height: 62vh;
  padding: 0;
}
 .webchat__send-box__main {
  border: 1px solid rgb(230, 230, 230) !important;
}
#webchat > div {
  /* background-color: #dfdfdf !important; */
    /* background: url(../images/bg.png); */
    background: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,.3)), url(../images/social.png);
    background-size: cover;
    background-repeat: no-repeat;
}
/* .ChatBg{
  background: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,.3)), url(../images/social.png) !important;
  background-size: cover !important;
    background-repeat: no-repeat !important;
} */

.webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content
{
  /* background-color: #ffe3d9 !important; */
  /* margin-left: 8px !important; */
  border-color: transparent !important;
  /* font-size: 14px; */
}
.webchat__bubble .webchat__bubble__content
{
  /* background-color: #f5f5f5 !important; */
  /* margin-right: 8px !important; */
  border-color: transparent !important;
  /* font-size: 14px; */
}
.ac-pushButton[aria-pressed="true"]{
  color: #fff !important;
  background-color: #fff !important;
}
#chat2 .ac-pushButton{
  color: #000000 !important;
  padding: 0px !important;
  display: inline-block !important;
  font-size: 13px;
  font-weight: normal !important;
  line-height: 24px;
  white-space: break-spaces;
}
.ac-pushButton > div{
  text-overflow: initial !important;
    white-space: inherit  !important;
}

.webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content::before {
  position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid #fee4da;
    border-left: 9px solid transparent;
    top: 0;
    left: 1px;
}

.webchat__bubble .webchat__bubble__content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid #dfdfdf;
  border-right: 9px solid transparent;
  top: 0;
  right: 1px;
  }

  .chatbotDotAnimation{
   
    top: 31px;
    left: 31px; 
    position: absolute;
    /* top: 25px;
    left: 23px;
    width: 43px; */
    /* width: 80px;
    top: 5px;
    left: 5px; */
  }
  .chatbotDot::before, .chatbotDot::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}
  .chatbotDot{
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #1e007e;
    color: #1e007e;
    animation: chatbotDotKeyframe 1s infinite linear alternate;
    animation-delay: .5s;
}
.chatbotDot::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #1e007e;
  color: #1e007e;
  animation: chatbotDotKeyframe 1s infinite alternate;
  animation-delay: 0s;
}
.chatbotDot::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #1e007e;
  color: #1e007e;
  animation: chatbotDotKeyframe 1s infinite alternate;
  animation-delay: 1s;
}





/**
 * ==============================================
 * Accessibility Start
 * ==============================================
 */




 .w-New {
  width: 43px;
  text-align: center !important;
  padding: 0 !important;
}
.w-New3 {
  width: 46px !important;
  text-align: center !important;
  padding: 0 !important;
}

.TextAlignLeft{
text-align: left !important;
}
.TextAlignCenter{
text-align: center !important;
}
.TextAlignRight{
text-align: right !important;
}
.ReadableFont{
  font-family: Arial, "Helvetica Neue", "sans-serif" !important;
}
#MainChatbot .ReadableFont p{
  font-family: Arial, "Helvetica Neue", "sans-serif" !important;
}
.HideImage img{
display: none !important;
}
.TextMagnifier p,#ChatModal.TextMagnifier .ac-actionSet button{
  /* transform: scale(1); */
  transition: all 0.3s ease-in-out 0.2s;
}
.TextMagnifier p:hover,#ChatModal.TextMagnifier .ac-actionSet button:hover{
  /* transform: scale(1.2); */
  font-size: 18px !important;
  cursor: zoom-in;
}
.HighSaturation img {
  -webkit-filter: saturate(6);
  filter: saturate(6);
}

.HighContrast{
  filter: contrast(50%) brightness(150%);
}
.LightContrast{
  filter: contrast(150%) brightness(100%);
}
.DarkContrast #webchat > div {
  background-color: #000000 !important;
  background: #000000 !important;
}
.DarkContrast .webchat__bubble__content{
  background-color: #ffffff !important;
  background: #ffffff !important;
}
.DarkContrast .webchat__bubble__content::before {
  border-top: 9px solid #ffffff !important;
  right: 2px;
}
.GrayScale {
  filter: gray;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}


.AccessibilityCard button.p-1 {
  /* padding: 0rem 0.35rem !important; */
}

 .AccessibilityCard {
  z-index: 9;
  right: 100%;
  min-width: 180px;
}
.ScrollBar{
  /* border: 2px solid red; */
  max-height: 72vh;
  overflow-y: scroll;
  padding: 5px;
}
/* width */
#ChatModal ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#ChatModal ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
#ChatModal ::-webkit-scrollbar-thumb {
  background: #fd4a03; 
  border-radius: 10px;
}

/* Handle on hover */
#ChatModal ::-webkit-scrollbar-thumb:hover {
  background: #a53103; 
}
 .AccessibilityBtn {
  position: absolute;
  left: 55px;
  bottom: 55px;
  background-color: #000080;
  width: 75px;
  height: 75px;
  font-size: 35px;
}

.AccessibilityBody{
  width: 177px !important;
  bottom: 91px;
  height: 254px;
  border: 1px solid #cdcd;
  border-radius: 5px;
  position: fixed;
  top: auto !important;
  left: -6px !important;
}

.AccessibilityBody .offcanvas-body button{
  width: 35px;
}


#chat2.greyScale img{
  filter:grayscale(100%);
}
.invertColor{
  -webkit-filter: invert(100%);
    filter: invert(100%);
}
.webchat__send-box__main{
  display: none !important;
}
.invertColor .webchat__imageAvatar__image{
  -webkit-filter: invert() !important;
    filter: invert() !important;
}
/* .invertColor:not(img) {     
  -webkit-filter: invert(0) !important;
  filter: invert(0) !important;
} */
#chat2.HighlightLinks a{
  background-color: #fd4a03 !important;
}
#chat2.HighlightLinks .ac-pushButton > div{
  background-color: #fd4a03 !important;
  color: #000080;
}
#chat2.Underlinelinks a{
  text-decoration: underline !important;
}
#chat2.Underlinelinks .ac-pushButton > div{
  text-decoration: underline !important;
}

#chat2.BigBlackCursor, #chat2.BigBlackCursor div,#chat2.BigBlackCursor button,#chat2.BigBlackCursor a,#chat2.BigBlackCursor p,#chat2.BigBlackCursor img,#chat2.BigBlackCursor span,#chat2.BigBlackCursor input,#chat2.BigBlackCursor small{
  cursor: url(../images/blackcursor.svg),default !important;
}
#chat2.BigWhiteCursor, #chat2.BigWhiteCursor div,#chat2.BigWhiteCursor button,#chat2.BigWhiteCursor a,#chat2.BigWhiteCursor p,#chat2.BigWhiteCursor img,#chat2.BigWhiteCursor span,#chat2.BigWhiteCursor input,#chat2.BigWhiteCursor small{
  cursor: url(../images/whitecursor.svg),default !important;
}




#chat2#chat2.ColorBlue p, #chat2.ColorBlue h1, #chat2.ColorBlue h2, #chat2.ColorBlue h3, #chat2.ColorBlue h4, #chat2.ColorBlue h5, #chat2.ColorBlue h6, #chat2.ColorBlue button, #chat2.ColorBlue div, #chat2.ColorBlue p, #chat2.ColorBlue .webchat__bubble__content, #chat2.ColorBlue .ac-pushButton > div, #chat2.ColorBlue small, #chat2.ColorBlue input, #chat2.ColorBlue span, #chat2.ColorBlue svg{
  color: #4360f9 !important;
  fill: #4360f9 !important;
}
#chat2.ColorBlue input::-webkit-input-placeholder { /* Edge */
  color: #4360f9 !important;
}

#chat2.ColorBlue input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4360f9 !important;
}

#chat2.ColorBlue input::placeholder {
  color: #4360f9 !important;
}

#chat2.ColorGreen p, #chat2.ColorGreen h1, #chat2.ColorGreen h2, #chat2.ColorGreen h3, #chat2.ColorGreen h4, #chat2.ColorGreen h5, #chat2.ColorGreen h6, #chat2.ColorGreen button, #chat2.ColorGreen div, #chat2.ColorGreen p, #chat2.ColorGreen .webchat__bubble__content, #chat2.ColorGreen .ac-pushButton > div, #chat2.ColorGreen small, #chat2.ColorGreen input, #chat2.ColorGreen span, #chat2.ColorGreen svg{
  color: #138856 !important;
  fill: #138856 !important;
}
#chat2.ColorGreen input::-webkit-input-placeholder { /* Edge */
  color: #138856 !important;
}

#chat2.ColorGreen input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #138856 !important;
}

#chat2.ColorGreen input::placeholder {
  color: #138856 !important;
}


#chat2.ColorSky p, #chat2.ColorSky h1, #chat2.ColorSky h2, #chat2.ColorSky h3, #chat2.ColorSky h4, #chat2.ColorSky h5, #chat2.ColorSky h6, #chat2.ColorSky button, #chat2.ColorSky div, #chat2.ColorSky p, #chat2.ColorSky .webchat__bubble__content, #chat2.ColorSky .ac-pushButton > div, #chat2.ColorSky small, #chat2.ColorSky input, #chat2.ColorSky span, #chat2.ColorSky svg{
  color: #35c7ee !important;
  fill: #35c7ee !important;
}
#chat2.ColorSky input::-webkit-input-placeholder { /* Edge */
  color: #35c7ee !important;
}

#chat2.ColorSky input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #35c7ee !important;
}

#chat2.ColorSky input::placeholder {
  color: #35c7ee !important;
}


#chat2.ColorYellow p, #chat2.ColorYellow h1, #chat2.ColorYellow h2, #chat2.ColorYellow h3, #chat2.ColorYellow h4, #chat2.ColorYellow h5, #chat2.ColorYellow h6, #chat2.ColorYellow button, #chat2.ColorYellow div, #chat2.ColorYellow p, #chat2.ColorYellow .webchat__bubble__content, #chat2.ColorYellow .ac-pushButton > div, #chat2.ColorYellow small, #chat2.ColorYellow input, #chat2.ColorYellow span, #chat2.ColorYellow svg{
  color: #fac62c !important;
  fill: #fac62c !important;
}
#chat2.ColorYellow input::-webkit-input-placeholder { /* Edge */
  color: #fac62c !important;
}

#chat2.ColorYellow input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fac62c !important;
}

#chat2.ColorYellow input::placeholder {
  color: #fac62c !important;
}


#chat2.ColorRed p, #chat2.ColorRed h1, #chat2.ColorRed h2, #chat2.ColorRed h3, #chat2.ColorRed h4, #chat2.ColorRed h5, #chat2.ColorRed h6, #chat2.ColorRed button, #chat2.ColorRed div, #chat2.ColorRed p, #chat2.ColorRed .webchat__bubble__content, #chat2.ColorRed .ac-pushButton > div, #chat2.ColorRed small, #chat2.ColorRed input, #chat2.ColorRed span, #chat2.ColorRed svg{
  color: #da3946 !important;
  fill: #da3946 !important;
}
#chat2.ColorRed input::-webkit-input-placeholder { /* Edge */
  color: #da3946 !important;
}

#chat2.ColorRed input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #da3946 !important;
}

#chat2.ColorRed input::placeholder {
  color: #da3946 !important;
}



#chat2.ColorBlack p, #chat2.ColorBlack h1, #chat2.ColorBlack h2, #chat2.ColorBlack h3, #chat2.ColorBlack h4, #chat2.ColorBlack h5, #chat2.ColorBlack h6, #chat2.ColorBlack button, #chat2.ColorBlack div, #chat2.ColorBlack p, #chat2.ColorBlack .webchat__bubble__content, #chat2.ColorBlack .ac-pushButton > div, #chat2.ColorBlack small, #chat2.ColorBlack input, #chat2.ColorBlack span, #chat2.ColorBlack svg{
  color: #000000 !important;
  fill: #000000 !important;
}
#chat2.ColorBlack input::-webkit-input-placeholder { /* Edge */
  color: #000000 !important;
}

#chat2.ColorBlack input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000 !important;
}

#chat2.ColorBlack input::placeholder {
  color: #000000 !important;
}


#chat2.ColorWhite p, #chat2.ColorWhite h1, #chat2.ColorWhite h2, #chat2.ColorWhite h3, #chat2.ColorWhite h4, #chat2.ColorWhite h5, #chat2.ColorWhite h6, #chat2.ColorWhite button, #chat2.ColorWhite div, #chat2.ColorWhite p, #chat2.ColorWhite .webchat__bubble__content, #chat2.ColorWhite .ac-pushButton > div, #chat2.ColorWhite small, #chat2.ColorWhite input, #chat2.ColorWhite span, #chat2.ColorWhite svg{
  color: #ffffff !important;
  fill: #ffffff !important;
}
#chat2.ColorWhite input::-webkit-input-placeholder { /* Edge */
  color: #ffffff !important;
}

#chat2.ColorWhite input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff !important;
}

#chat2.ColorWhite input::placeholder {
  color: #ffffff !important;
}

.FocusBtn {
  color: black;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
}


.ProfileImg {
  width: 30px !important;
  height: 30px !important;
  margin-right: 3px;
  cursor: pointer;
}

.AccessibilityClickBtn .fa-wheelchair{
  font-size: 22px;
  margin-top: 5px;
}


.Question {
  width: 30px;
  position: absolute;
  right: 4px;
  top: -5px;
}




#RatingCard.card {
  width: 307px;
  border: none;
  box-shadow: 0px 0px 0px 3px #fa5016;
  border-radius: 12px;
  position: absolute;
  top: 22%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#RatingCard .circle-image img{

	border: 2px solid #c7c6c6;
    border-radius: 100%;
    padding: 0px;
    top: -28px;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    z-index: 1;
    background: #e7d184;
    cursor: pointer;

}


#RatingCard .dot {
      height: 18px;
    width: 18px;
    background-color: #fa5016;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    border: 3px solid #fff;
    top: 10px;
    left: 58px;
    z-index: 1000;
}
#RatingCard .circle-image{
  max-width: 79px;
  margin: 0 auto;
  position: relative;
}

#RatingCard .name{
	margin-top: -21px;
	font-size: 18px;
}


#RatingCard .fw-500{
	font-weight: 500 !important;
}


#RatingCard .start{

	color: green;
}

#RatingCard .stop{
	color: red;
}


#RatingCard .rate{

	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;

}



#RatingCard .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

#RatingCard .rating>input {
    display: none
}

#RatingCard .rating>label {
    position: relative;
    width: 33px;
    font-size: 43px;
    font-weight: 300;
    color: #da3946;
    cursor: pointer
}

#RatingCard .rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

#RatingCard .rating>label:hover:before,
#RatingCard .rating>label:hover~label:before {
    opacity: 1 !important
}

#RatingCard .rating>input:checked~label:before {
    opacity: 1
}

#RatingCard .rating:hover>input:checked~label:before {
    opacity: 0.4
}


#RatingCard .buttons{
	top: 36px;
    position: relative;
}


#RatingCard .rating-submit{
	border-radius: 15px;
	color: #fff;
	    height: 49px;
}


#RatingCard .rating-submit:hover{
	
	color: #fff;
}



#RatingCard  .HeaderColor {
  background-color: #1e007e;
  border-radius: 10px 10px 0 0;
  color: #fff;
}



.top-menu span.caret {
    display: none;
}
span.caret {
    display: none;
}

ul.nav.navbar-nav.footer2-right button#dropdownMenu2 {
    width: auto !important;
    background-color: inherit;
}
ul.nav.navbar-nav.footer2-right button#dropdownMenu2:focus{
	outline: inherit;
    outline-offset:inherit; 
}
ul.nav.navbar-nav.footer2-right span.caret {
    display: none;
}





 /**
 * ==============================================
 * Accessibility End
 * ==============================================
 */
















/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
 .dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fd4a03;
  color: #fd4a03;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: .5s;
}

.dot-flashing::before, .dot-flashing::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fd4a03;
  color: #fd4a03;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fd4a03;
  color: #fd4a03;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dotFlashing {
  0% {
    background-color: #fd4a03;
  }
  50%,
  100% {
    background-color: #ebe6ff;
  }
}
@keyframes chatbotDotKeyframe {
  0% {
    background-color: #1e007e;
  }
  50%,
  100% {
    background-color: #ffffff;
  }
}



.dot-flashing-second {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #a4a09f;
  color: #a4a09f;
  animation: dotFlashingSecond 1s infinite linear alternate;
  animation-delay: .5s;
}

.dot-flashing-second::before, .dot-flashing-second::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing-second::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #a4a09f;
  color: #a4a09f;
  animation: dotFlashingSecond 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing-second::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #a4a09f;
  color: #a4a09f;
  animation: dotFlashingSecond 1s infinite alternate;
  animation-delay: 1s;
}

/* for mackbook menu navigation background */
[type="button"]{
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

@keyframes dotFlashingSecond {
  0% {
    background-color: #a4a09f;
  }
  50%,
  100% {
    background-color: #ebe6ff;
  }
}



@media(max-width:992px){
  #webchat {
    position: relative;
    height: 55vh;
    padding: 0;
}
  #ChatModal {
    width: auto;
    right: 10px;
    bottom: 2px;
    left: 10px;
}
.AccessibilityCard {
  z-index: 9;
  left: 0;
  width: 200px;
  /* zoom: 0.6; */
}
.ScrollBar{
  /* border: 2px solid red; */
  max-height: 62vh;
}
.chatbot {
  bottom: 15px;
  right: 15px;
}
.ChatbotTXT {
  position: fixed;
  bottom: 15px;
  right: 100px;
}
}

@media(max-width:640px){
  .AccessibilityCard {
    z-index: 9;
    left: 0;
    width: 200px;
    zoom: 0.9;
  }
}