@import 'https://fonts.googleapis.com/css?family=Noto+Sans';

.chatai {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    position: fixed;
    bottom: 80px;
    right: 30px;
    width: auto;
    height: 60px;
    padding: 0 20px;
    border-radius: 10px; 
    background-color: #1c3e70; 
    /* background-color: white;  */
    /* box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4); */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    z-index: 999;
    transition: all 300ms ease-out;
    opacity: 1;
    animation: chat-bounce 2s infinite;
    /* animation-delay: 5s; */
}

    /* Media query for mobile devices */
    @media only screen and (max-width: 768px) {
        .chatai {
            width: 180px; 
            right: 5%; 
            bottom: 20px;
        }

    }
    @media (max-height: 700px) {
        .chatai {
            height: 50px; 
            max-height: 60px;
        }
        
    }

.chat-circle {
    position: absolute;
    top: -20px; 
    left: -20px; 
    width: 40px;
    height: 40px;
    background-color: #6ea0e1; 
    border-radius: 50%; 
    z-index: 9999;
    background-image: url(../images/eva.png);
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
    /* Media query for mobile devices */
    @media only screen and (max-width: 768px) {
        .chatai .chat-circle {
            width: 35px;
            height: 35px;
        }

    }
    @media (max-height: 700px) {
        .chatai .chat-circle {
            width: 35px;
            height: 35px;
        }
        
    }

.chat-circle.expand {
    position: absolute;
    top: 5px; 
    left: 10px; 
    width: 40px;
    height: 40px;
    border-radius: 50%; 
    border: 2px solid #1c3e70;
    z-index: 9999;
    background-image: url(../images/eva.png);
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
}

.chatai .chatbot-name {
    font-size: 18px;
    font: 16px/18px 'Bio Sans', sans-serif;
    white-space: nowrap;
}
    /* Media query for mobile devices */
    @media only screen and (max-width: 768px) {
        .chatai .chatbot-name {
            font-size: 14px;
            font: 12px/14px 'Bio Sans', sans-serif;
        }

    }
    @media (max-height: 700px) {
        .chatai .chatbot-name {
            font-size: 14px;
            font: 12px/14px 'Bio Sans', sans-serif;
        }
        
    }

.chatai.enter:hover {
	 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	 opacity: 1;
}
.chatai.enter {
	 transform: translateY(0);
	 opacity: 0.9;
	 /* box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14); */
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
     animation: none;
}
.chatai.expand {
	 min-width: 400px;
	 width: 400px;
	 max-height: 600px;
     min-height: 600px;
	 height: 575px;
     border-radius: 5px 30px 0px 0px;
	 cursor: auto;
	 opacity: 1;
     background-color: white;
     bottom: 0px;
     right: 30px;
     animation: none;
     z-index: 9999;
}
    
.chatai.expand.large {
    min-width: 400px;
    width: 400px;
    max-height: 70vh;
    height: 70vh;
    min-height: 400px;
    border-radius: 5px 30px 0px 0px;
    cursor: auto;
    opacity: 1;
    background-color: white;
    animation: none;
    z-index: 9999;
}
    /* Media query for mobile devices */
    @media only screen and (max-width: 768px) {
        .chatai.expand {
            width: 70%; 
            right: 5%; 
            bottom: 20px;
        }
        .chatai.expand.large {
            width: 70%;
            right: 5%;
            bottom: 20px;
        }
    }
    @media (max-height: 700px) {
        .chatai.expand {
            height: 80vh; 
            max-height: 80vh;
        }
        .chatai.expand.large {
            height: 80vh; 
            max-height: 80vh;
        }
        
    }
.chatai :focus {
	 outline: 0;
	 box-shadow: 0 0 3pt 2pt rgba(126, 121, 116, 0.3);
}
/* .chatai .icon {
	 background: transparent;
	 border: 0;
	 color: white;
	 cursor: pointer;
} */

.chatai .chat {
	 display: flex;
	 flex-direction: column;
	 position: absolute;
	 opacity: 0;
	 width: 100%;
	 height: 100%;
	 border-radius: 50%;
	 transition: all 500ms ease-out;
	 margin: auto;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
     padding: 0px;
}

.chatai .chat a{
    padding: 2px;
    color: #ffffff;
    text-decoration: underline;
	font-weight: bold;
    border-radius: 5px;
    padding: 3px
}
.chatai .chat.enter {
	 opacity: 1;
	 border-radius: 0;
	 /* margin: 10px; */
	 width: auto;
	 height: auto;
}
/* .chatai .chat .header {
	 flex-shrink: 0;
	 padding-bottom: 10px;
	 display: flex;
	 background: transparent;
} */

.chatai .chat .header {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1c3e70; 
    padding: 10px;
    padding-bottom: 10px;
    border-radius: 5px 30px 0px 0px;
    color: white;
    height: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.chatai .chat .header .title {
    padding: 0 30px;
    margin-left: 20px;
    font: 22px/24px 'Bio Sans', sans-serif;
    flex-grow: 1;
    flex-shrink: 0;
}

.chatai .header .title .subtitle {
    font-size: small;
}


.chatai .chat-send-ticket {
    cursor: pointer;
    /* display:flex !important; */
    /* flex: none;
	flex-shrink: 0; */
    align-items: center;
    justify-content: center;
}
/* .chatai .send-ticket .title {
    
} */
.chatai .chat-send-ticket.open {
    border-radius: 0 0 20px 20px;
    display: flex !important;
    flex-grow: initial;
    transition: all .4s ease-out;
    text-align: center;
    padding: 3px;
    background-color: #f57c22;
    color: white;
    font-size: 25px;
    border-radius: 3px;
    margin: 8px 30px;
    height: 35px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.chatai .chat-send-ticket.open:hover {
    background-color: #f5a76b;
}
.chatai .chat-send-ticket.open.hover {
    background-color: #f5a76b;
}
/* .chatai .chat-send-ticket.open .title {
    
} */
.chatai .chat-send-ticket .title {
    /* display: block; */
    padding: 10px 5px;
    font: 15px/19px 'Bio Sans', sans-serif;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.chatai .chat .header button {
    flex-shrink: 0;
}
.chatai .chat .messages {
	 padding: 10px;
	 margin: 0;
	 list-style: none;
	 overflow-y: scroll;
	 overflow-x: hidden;
	 flex-grow: 1;
	 border-radius: 4px;
	 background: transparent;
     flex-grow: 1; 
     flex-shrink: 1;
}
.chatai .chat .messages::-webkit-scrollbar {
	 width: 5px;
}
.chatai .chat .messages::-webkit-scrollbar-track {
	 border-radius: 5px;
	 background-color: rgba(180, 180, 180, 0.1);
}
.chatai .chat .messages::-webkit-scrollbar-thumb {
	 border-radius: 5px;
	 background-color: rgba(80, 80, 80, 0.2);
}
.chatai .chat .messages li {
	 position: relative;
	 clear: both;
	 display: inline-block;
	 padding: 14px;
	 margin: 0 0 20px 0;
	 font: 14px/18px 'Bio Sans', sans-serif;
	 border-radius: 10px;
	 /* background-color: rgba(232, 119, 34, 0.2); */
	 word-wrap: break-word;
	 max-width: 81%;
}

.chatai .chat .messages li ul li,
.chatai .chat .messages li ol li {
	display: list-item;
    background-color: transparent; 
    border-radius: 0;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.chatai .chat .messages li ul li:before,
.chatai .chat .messages li ol li:before {
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-radius: 0;
	content: '';
}
.chatai .chat .messages li ul li:after,
.chatai .chat .messages li ol li:after {
	position: absolute;
	top: 0;
	content: '';
	width: 0;
	height: 0;
	border-top: 0;
}

.chatai .chat .messages li:before {
	 position: absolute;
	 top: 0;
	 width: 25px;
	 height: 25px;
	 border-radius: 25px;
	 content: '';
	 background-size: cover;
}
.chatai .chat .messages li:after {
	 position: absolute;
	 top: 10px;
	 content: '';
	 width: 0;
	 height: 0;
	 border-top: 10px solid rgb(230, 231, 232);;
}
.chatai .messages li.divider {
    width: 95%;
    max-width: 100%;
    color: lightgray;
    /* text-align: center; */
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 14px;
}
.chatai .chat .messages li.self {
	 animation: show-chat-odd 0.15s 1 ease-in;
	 -moz-animation: show-chat-odd 0.15s 1 ease-in;
	 -webkit-animation: show-chat-odd 0.15s 1 ease-in;
	 float: right;
	 margin-right: 45px;
	 color: #333;
     background-color: rgb(209, 209, 209);
}
.chatai .chat .messages li.self:before {
	 right: -45px;
	 background-image: url(../images/user.png);
}
.chatai .chat .messages li.self:after {
	 border-right: 10px solid transparent;
	 right: -10px;
}
.chatai .chat .messages li.other {
	 animation: show-chat-even 0.15s 1 ease-in;
	 -moz-animation: show-chat-even 0.15s 1 ease-in;
	 -webkit-animation: show-chat-even 0.15s 1 ease-in;
	 float: left;
	 margin-left: 45px;
	 color: #333;
     background-color: rgb(230, 231, 232);
     /* white-space: pre-wrap; */
}
.chatai .chat .messages li.other:before {
	 left: -45px;
	 background-image: url(../images/eva.png);
}
.chatai .chat .messages li.other:after {
	 border-left: 10px solid transparent;
	 left: -10px;
}
.chatai .chat .messages li.self a,
.chatai .chat .messages li.other a {
    color: #333;
}

.chatai .chat .messages li.self a:hover,
.chatai .chat .messages li.other a:hover {
    color: #656363;
}

.chatai .chat .messages li div.timestamp {
    display: inline;
    float: right;
    padding: 10px 0 0 15px;
    font-size: 13px;
    color: gray;
}
.chatai .ellipsis {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: black;
}
.chatai .ellipsis:nth-last-child(1) {
    animation: fallingAnimation 1s 0.3s linear infinite;
}
.chatai .ellipsis:nth-last-child(2) {
    animation: fallingAnimation 1s 0.2s linear infinite;
}
.chatai .ellipsis:nth-last-child(3) {
    animation: fallingAnimation 1s 0.1s linear infinite;
}

.chatai .chat .develop {
    /* padding: 0 30px; */
    display: block; 
    width: 100%;
    margin: 0 10px;
    margin-bottom: -5px;
    color: rgb(136, 136, 136);
    font: 12px/14px 'Bio Sans', sans-serif;
    z-index: 999;
}

.chatai .chat .footer {
	 flex-shrink: 0;
	 display: flex;
	 padding: 10px;
	 max-height: 250px;
	 background-color: white;
     align-items: center;
     justify-content: center;
}

.chatai .chat .footer .text-box {
     display: inline-block;
	 border-radius: 3px;
	 /* background: rgba(232, 119, 34, 0.2); */
	 min-height: 28px;
	 max-height: 200px;
	 width: 80%;
	 margin-right: 5px;
	 /* color: white; */
	 overflow-y: auto;
	 padding: 2px 5px;
	 outline: none;
	 border: none;
	 text-align: left;
     border-radius: 5px;
     border: 1px solid #1c3e70;
	 resize: none; 
     font: 14px/16px 'Bio Sans', sans-serif;
}
.chatai .chat .footer .text-box::-webkit-scrollbar {
	 width: 5px;
}
.chatai .chat .footer .text-box::-webkit-scrollbar-track {
	 border-radius: 5px;
     background-color: rgba(180, 180, 180, 0.1);
}
.chatai .chat .footer .text-box::-webkit-scrollbar-thumb {
	 border-radius: 5px;
	 background-color: rgba(80, 80, 80, 0.2);
}



.chatai .chat .options, .rating-options, .toggle-options-button-container {
    padding: 1px;
    margin: 0;
    position: relative;
    list-style: none;
    border-radius: 4px;
    background: transparent;
    text-align: right;
    overflow-x: hidden;
}

.chatai .chat .options {
    /* min-height: 50px;     */
    /* overflow-y: auto; */
    overflow: hidden;
    flex-grow: 0; 
    flex-shrink: 0;
    max-height: 0px;
    padding-top: 5px;
    transition: max-height 0.2s ease-out;
}
.chatai .chat .options.expanded {
    min-height: 50px;    
    overflow-y: auto;
    overflow: hidden;
    flex-grow: 0; 
    flex-shrink: 0;
    max-height: 50%;
    /* padding-top: 10px; */
    transition: max-height 0.2s ease-in;
    /* display: block; */
}

/* .chatai .chat .toggle-options-arrow {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    color: #007bff;
    position: relative;
    transition: transform 0.3s ease;  
} */
.chatai .chat .toggle-options-button-container {
    margin-right: 10px;
    /* height: 50px; */
    min-height: 45px;
    
    /* display: block;  */
    /* overflow-y: hidden; */
}
.chatai .chat .toggle-options-button-container.expanded {
    margin-right: 10px;
    min-height: 0;
    /* display: block;  */
    /* overflow-y: hidden; */
}
.chatai .chat .toggle-options-button {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    background-color: #3a7bc8;
    color: white;
    padding: 5px;
    cursor: pointer;
    position: relative;
    clear: both;
    font: 14px/18px 'Bio Sans', sans-serif;
    border-radius: 5px;
    word-wrap: break-word;
    max-width: 81%;
    min-height: 20px;
    text-align: left;
    transition: transform 0.3s ease;  
  }

  .chatai .chat .toggle-options-button:hover {
    background-color: #578bca;
  }

.chatai .chat .toggle-options-arrow {
    display: flex;
    padding: 0;
    margin: 0;
    height: 15px;
    /* margin-top: 10px; */
    /* font-size: 20px; */
    background-color: transparent;
    /* position: absolute; */
    border: none;
    border-top:rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    vertical-align: center;
    transition: transform 0.2s ease; 
}
.chatai .chat .toggle-options-arrow-inner {
    display: flex;
    cursor: pointer;
    padding: 0;
    margin: 0;
    /* margin-top: 10px; */
    /* font-size: 20px; */
    background-color: transparent;
    /* position: absolute; */
    border: none;
    border-top:rgba(0, 0, 0, 0.2);
    width:35px;
    height:inherit;
    color:white;
    background-color:#578bca;
    justify-content: center;
    align-items: center;
    vertical-align: center;
    transition: transform 0.2s ease; 
}

/* .chatai .chat .toggle-options.expanded {
    transform: rotate(180deg); 
} */
    @media (max-height: 900px) {
        
        .chatai .chat .options {
            max-height: 0;  /* Collapse by default on small screens */
        }
    }


.chatai .chat .rating-options {
	font: 14px/18px 'Bio Sans', sans-serif;
	min-height: 40px;
    color: black;
    overflow: hidden;
    max-height: 0;
}


.chatai .chat .rating-options button {
    background-color: white;
    border: 2px solid #1c3e70;
    color: #1c3e70;
    padding: 5px 8px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
}


.chatai .chat .rating-options button:hover {
    background-color: #1c3e70;
    color: white;
}


.chatai .chat .options::-webkit-scrollbar {
    width: 5px;
}
.chatai .chat .options::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(180, 180, 180, 0.1);
}
.chatai .chat .options::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(80, 80, 80, 0.2);
}

.chatai .chat .option {
    display: inline-block;
    margin-top: 1px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    background-color: #3a7bc8;
    color: white;
    padding: 5px;
    cursor: pointer;
    position: relative;
    clear: both;
    font: 14px/18px 'Bio Sans', sans-serif;
    border-radius: 5px;
    word-wrap: break-word;
    max-width: 81%;
    text-align: left;
  }
  .chatai .chat .option:hover {
    background-color: #578bca;
  }

  .chatai .chat .rating-options p {
    display: inline-block;
    /* margin-top: 10px; Adjust as needed */
  }

.chatai .chat .rating-option {
    margin: 5px;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    background-color: #2d4e7a;
    border-radius: 5px;
}

.chatai .chat .rating-option:hover {
    background-color: #e0e0e0;
}

@keyframes show-chat-even {
	 0% {
		 margin-left: -480px;
	}
	 100% {
		 margin-left: 0;
	}
}
@-moz-keyframes show-chat-even {
	 0% {
		 margin-left: -480px;
	}
	 100% {
		 margin-left: 0;
	}
}
@-webkit-keyframes show-chat-even {
	 0% {
		 margin-left: -480px;
	}
	 100% {
		 margin-left: 0;
	}
}
@keyframes show-chat-odd {
	 0% {
		 margin-right: -480px;
	}
	 100% {
		 margin-right: 0;
	}
}
@-moz-keyframes show-chat-odd {
	 0% {
		 margin-right: -480px;
	}
	 100% {
		 margin-right: 0;
	}
}
@-webkit-keyframes show-chat-odd {
	 0% {
		 margin-right: -480px;
	}
	 100% {
		 margin-right: 0;
	}
}
  
@keyframes fallingAnimation {
    0% {
        transform: translate(0,-5px);
        opacity:0;
    }
    25%, 50%, 75% {
        transform: translate(0,0);
        opacity:1;
    }
    100% {
        transform: translate(0,5px);
        opacity:0;

    }
}  
@-moz-keyframes fallingAnimation {
    0% {
        transform: translate(0,-5px);
        opacity:0;
    }
    25%, 50%, 75% {
        transform: translate(0,0);
        opacity:1;
    }
    100% {
        transform: translate(0,5px);
        opacity:0;

    }
}  
@-webkit-keyframes fallingAnimation {
    0% {
        transform: translate(0,-5px);
        opacity:0;
    }
    25%, 50%, 75% {
        transform: translate(0,0);
        opacity:1;
    }
    100% {
        transform: translate(0,5px);
        opacity:0;

    }
}

/* Modal styles */
.chatai-feedback-modal {
    display: none; 
    position: fixed; 
    z-index: 300000000; 
	margin: auto; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.4); 
  }
  
  /* Modal content */
  .chatai-feedback-modal-content {
    background-color: #fefefe;
	z-index: 3000000000; 
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }

  /* Submit button */
  #submitBtn {
	background-color: #2d4e7a;
	color: white;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	margin-top: 10px;
    /* margin-bottom: 10px; */
	width: 150px; 
  	height: 40px;
  }
  
  #submitBtn:hover {
	background-color: #1e3451;
  }
  
  /* Close button */
  .chatai .chat-close,
  .chatai .mute-btn,
  .chatai .chatbot-voice {
	  background: transparent;
	  color: white;
	  cursor: pointer;
	  height: fit-content;
	  min-height: 28px;
	  font-size: 28px;
      padding-right: 10px;
	  border: 0;
  }
  
  .chatai .chat-close:hover,
  .chatai .mute-btn:hover,
  .chatai .chat-close:focus,
  .chatai .mute-btn:focus,
  .chatai .chatbot-voice:hover {
	color: rgb(108, 108, 108);
	text-decoration: none;
	cursor: pointer;
  }
  
  .chatai .chatbot-voice.activeBtn {
	color: rgb(255, 255, 255);
	text-decoration: none;
	cursor: pointer;
  }

  .chatai .submit{
      background-color: #f57c22;
	  border: 0;
	  border-radius: 3px;
	  color: #ffffff;
	  cursor: pointer;
	  /* height: fit-content; */
	  min-height: 28px;
	  height: 100%;
	  padding: 5px 15px;
      vertical-align: center;
      font: 16px/18px 'Bio Sans', sans-serif;
  }
  
  .chatai .submit:hover,
  .chatai .submit:focus {
	background-color: #f5a76b;
  }

.chatai #chatArea {
    resize: none;
    /* padding: 8px; */
    min-height: 50px;
}
 
.chatai  .transcribe,
.chatai  #transcribe {
    background: transparent;
    border-color: #1c3e70;
    /* border: 2px solid #1c3e70; */
    border: 5px;
    /* color: #e7ebfd; */
    color: white;
    cursor: pointer;
    height: fit-content;
    padding: 1;
    vertical-align: middle;
    font: 10px/12px 'Bio Sans', sans-serif;
    /* filter: grayscale(100%) brightness(300%); */
    /* background-image: url(../images/mic.png); */
	
}
.chatai .transcribe i{
    border: 5px;
    border-color: #1c3e70;
    font-size: 40px;
    border-radius: 5px;
    /* text-shadow: 0 0 0 2px #1c3e70;  */
    /* color: #1c3e70; */
    /* border: 1px solid v; */
    text-shadow: -1px -1px 0 #1c3e70, 1px -1px 0 #1c3e70, -1px 1px 0 #1c3e70, 1px 1px 0 #1c3e70;
    /* height: 50px; */
}
.chatai .microphone-icon {
    /* width: 100%;  */
    height: 40px; 
}
/* .chatai .fa-microphone path {
    stroke: #1c3e70;
    stroke-width: 30px;
  } */

.micActive {
  color: #3a7bc8 !important;
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

.chatai .header .settings {
    position: relative;
}

.chatai .header .settings .voices {
    overflow: auto;
    position: absolute;
    right: 0;
    top: 35px;
    border: 0;
    outline: 0;
    padding: 10px;
    box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.05);
    z-index: 9999;
    display: none;
}

/* .chatai .mute-btn {
	color: white;
	border: none;
	cursor: pointer;
    min-height: 28px;
	font-size: 28px;
  }
  
  .chatai .mute-btn:hover {
	color: #a9a9a9;
  } */
  

.chatai .chatbot-image {
    display: none; 
	position: absolute;
    top: -180px; 
    left: -10px;
	/* top: -100px; 
    left: 10px; */
    width: 50px;
    height: 50px;
	/* opacity: 0; */
    transition: opacity 0.5s ease-in-out;
	flex-shrink: 0;
}

.chatai .chatbot-image img {
    width: 181px;
	height: auto;
	z-index: 9999;
}

.chatai .chatbot-image.show {
    display: block;
	-webkit-animation: popUp 0.5s forwards;
    -moz-animation: popUp 0.5s forwards;
    animation: popUp 0.5s forwards;
}

@keyframes popUp {
    0% {
        transform: scale(0.5);
        opacity: 0;
		transform-origin: bottom left;
    }
    100% {
        transform: scale(1);
        opacity: 1;
		transform-origin: bottom left;
    }
}

.chatai .user-form {
    height: 100%;
    padding: 10px 40px;
    background-color: white;
    color: #2f3d4a;
    position: relative; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    font: 14px/18px 'Bio Sans', sans-serif;
}


.chatai .user-form label {
    color: black; 
    text-align: left;
    margin-bottom: 5px;
}

.chatai .user-form input, 
.chatai .user-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #1c3e70; 
    border-radius: 5px; 
    font-size: 16px;
    box-sizing: border-box;
}

.chatai .user-form .phone-input {
    display: flex;
    gap: 10px;
}

.chatai .user-form .phone-input select {
    width: 40%; 
}

.chatai .user-form .phone-input input {
    width: 60%; 
}

.chatai .user-form .chatai-phone {
    width: 100%; 
    margin-bottom: 10px;
}

.chatai .user-form input::placeholder {
    font-size: 16px;
    color: #999999; 
}

.chatai .user-form button {
    background-color: #f57c22; 
    color: white;
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
    margin-top: 10px;
}

.chatai .user-form button:hover {
    background-color: #e06b1a; 
}

.chatai .user-form .error-message {
    color: red;
    font-size: 12px;
    text-align: left;
    margin-top: -10px;
    margin-bottom: 10px;
}

.chatai .user-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.chatai .user-form .checkbox-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
}


.chatai .card-body {
    padding: 15px;
}


.chatai .form-group {
    display: flex;
    flex-wrap: wrap;
}


.chatai .form-group .col-md-5,
.form-group .col-md-4,
.form-group .col-md-12 {
    flex: 0 0 auto;
}


.chatai .text-right {
    text-align: right;
}


.chatai .text-left {
    text-align: left;
}


.chatai .form-control {
    width: 70%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.chatai .mt-2 {
    margin-top: 0.5rem;
}


.chatai .text-center {
    text-align: center;
}


/* .chatai .start-chat-btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #3a7bc8;
    border: 1px solid #3a7bc8;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s background-color 0.15s border-color 0.15s box-shadow 0.15s;
	margin-top: 20px; 
    display: inline-block;
} */

.chatai .start-chat-btn:hover {
    background-color: #578bca;
}


.chatai .btn-success {
    color: #fff;
    background-color: #3a7bc8;
    border-color: #3a7bc8;
}


.chatai .btn-success:hover {
    color: #fff;
    background-color: #3a7bc8;
    border-color: #3a7bc8;
}

jdiv[class^='globalClass_'] {
    visibility: hidden;
    opacity: 0;
} 

/* #contactUsWidget {
    display: none;
} */

a#contactUsWidget {
    display: none !important;
}

/* .chatai .phone-input {
    display: flex;
    align-items: center;
}

.chatai .country-code {
    width: 100px;
    margin-right: 10px;
}

.chatai .phone-number {
    flex-grow: 1;
} */


/* Bounce animation keyframes */
@keyframes chat-bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0); /* Start at the initial position */
    }
    40% {
        transform: translateY(-6px); /* Move up by 15px */
    }
    60% {
        transform: translateY(-3px); /* Move up by 10px */
    }
}


