.typing-words span 
{
  display: flex;
  float: left;
  color: #008aff;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;	
  visibility: hidden;
  border-right: 4px solid transparent;
  max-width: 17rem;
  font-weight: 700;
} 

.typing-words span:nth-child(1) 
{
	animation: typing 0.7s steps(5), typingReverse 0.7s steps(5) 0.7s, blink-wait 1s step-end 1 1.4s, blink-caret 0.6s step-end infinite;
}

.typing-words span:nth-child(2) 
{ 
	animation: typing 0.7s steps(5) 2.4s, typingReverse 0.7s steps(5) 3.1s, blink-wait 1s step-end 1 3.8s, blink-caret 0.6s step-end infinite;
}

.typing-words span:nth-child(3) 
{ 
	animation: typing 0.7s steps(5) 4.8s, typingReverse 0.7s steps(5) 5.5s, blink-wait 1s step-end 1 6.2s, blink-caret 0.6s step-end infinite;
}

.typing-words span:nth-child(4) 
{ 
	animation: typing 0.7s steps(5) 7.2s, typingReverse 0.7s steps(5) 7.9s, blink-wait 1s step-end 1 8.5s, blink-caret 0.6s step-end infinite;
}

.typing-words span:nth-child(5) 
{  
	animation: step-end 7 9.5s, typing 1s steps(7) 9.5s forwards;
}

@keyframes typing 
{
    from { width: 0; visibility: hidden; }
    to { width: 100%; visibility: visible; color: #000; }
}

@keyframes typingReverse 
{
    from { width: 100%; visibility: visible; color: #000; }
    to { width: 0; }
}

@keyframes blink-wait 
{
    from, to { width: 0; visibility: hidden; }
    30%, 60% { width: 45px; visibility: visible; }
}

@keyframes blink-caret 
{
    from, to { border-color: transparent; }
    50% { border-color: #999; }
}

/* pagination starts */
.pager
{
  list-style-type: none;
  padding:1rem;
}

.pager .next
{
    float:right;
}

.pager .previous
{
    float:left;
}

.pager .next,.pager .previous
{
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .2rem;
    color: #495057;
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .3rem .85rem;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    background-color: #3b7ddd;
    border-color: #3b7ddd;
    color: #fff;
}

.pager .previous a:hover
{
    color:white;
    text-decoration: none;
}

/* all internal css list */
/* cm_login_view */
#togglepassword 
{
  float: right;
  margin-right: 15px;
  margin-top: -35px;
  position: relative;
  z-index: 2;
}

/* cm2_chatbot_whatsapp_link_view */
.qr-code 
{
  max-width: 200px;
  margin: 10px;
}

.error
{
  color: red;
  size: 80%
}

.hidden
{
  display:none;
}

/* end internal css list */
@media only screen and (max-width: 768px) 
{
  #drawflow {
    width: 200%;
    height: 400%;
  }
}

.gap-4 {
  gap: 1rem!important;
}
.align-items-center {
  align-items: center!important;
}
.hstack, .vstack {
  align-self: stretch;
  display: flex;
}
.hstack {
  align-items: center;
  flex-direction: row;
}

.custom-card-hover {
  transition: transform 0.3s, box-shadow 0.3s;
}

.custom-card-hover:hover {
  transform: scale(1.1);
  box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);
  z-index: 2;
}

@media (max-width: 768px) 
{
  .custom-card-hover:hover 
  {
    transform: none;
    box-shadow: none;
    z-index: auto;
  }
}

@media (max-width: 912px) 
{
  .hide-on-mobile 
  {
    display: none;
  }
}
@media screen and (max-width: 600px) 
{
  #name_input
  {
    width:100% !important;
  }
  #mobile_input
  {
    margin-top: 15px;
    width:100% !important;
  }
  #email_input
  {
    margin-top: 15px;
    width:100% !important;
  }
  #country_input
  {
    margin-top: 15px;
    width:100% !important;
  }
  #address_input
  {
    margin-top: 15px;
    width:100% !important;
  }
  #zip_input
  {
    margin-top: 15px;
    width:100% !important;
  }
  #city_input
  {
    margin-top: 15px;
    width:100% !important;
  }
  #state_input
  {
    margin-top: 15px;
    width:100% !important;
  }
  #submit_button
  {
    text-wrap: nowrap;
  }
}

@media (max-width: 912px) 
{
  .mobile_menu
  {
    padding-left:1.75em !important;
  }
  .mobile_collapse_menu
  {
    padding-left:1.25em !important;
  }
}

.why-us .box 
{
    padding: 50px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.10);
    transition: 0.5s;
    position: relative;
    background: #F7F7F8 !important;
    max-height: 250px !important;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
}

.why-us .box:hover 
{
	padding: 30px 30px 70px 30px;
	box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.20);
	background: linear-gradient(50deg,#50b5ff 0,#5081ff 100%)!important;
}

.why-us .box span 
{
    display: block;
    font-size: 56px;
    font-weight: 700;
    color: #152c5b;
    position: absolute;
    right: 10px;
    top: 0px;
    line-height: normal;
}

.why-us .box h4 a 
{
	font-size: 24px;
	font-weight: 600;
	padding: 0;
	margin: 20px 0;
	color: #152c5b;
	text-decoration: none;
}

.why-us .box h4
{
  padding-right: 30px;
  color: #152c5b !important;
}

.why-us .box p 
{
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.why-us .box:hover span,
.why-us .box:hover p 
{
  	color: #fff;
}

.why-us .box:hover h4
{
  padding-right: 30px;
  color: white !important;
}

@media (max-width: 912px) 
{
  .why-us .box 
  {
    max-height: 380px!important;
  }
}

.custom-hover
{
  transition: box-shadow .3s;
}
  
.custom-hover:hover
{
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
  background: linear-gradient(50deg,#50b5ff 0,#5081ff 100%)!important;
}

.difference-of-us-item:hover h3,
.difference-of-us-item:hover p
{
  color: #fff;
}

.chart_fa_icon
{
  color: #20c20a;
}

.check_fa_icon
{
  color: #5a07f2;
}

.users_fa_icon
{
  color: #ed0758;
}

.ai_fa_icon
{
  color: #00bfff;
}

.difference-of-us-item:hover .chart_fa_icon,
.difference-of-us-item:hover .check_fa_icon,
.difference-of-us-item:hover .users_fa_icon,
.difference-of-us-item:hover .ai_fa_icon
{
  color: #fff !important;
}
  
.difference-of-us-item .icon {
  height: 85px;
  flex: 0 0 auto;
  width: 85px;
  line-height: 85px;
  text-align: center;
  border-radius: 8px;
}

.hover-block
{
  padding-left: 20px;
  padding-right: 20px;
}

#tab
{
  background: #F7F7F8 !important;
  max-height: 855px !important;
}

.nav-tabs .nav-link 
{
  border: 0px;
}

.tab_button:hover
{
  background-color: rgba(0, 0, 0, 0.06);
}

.translate-y-1\/3 
{
  transform: translateY(33.333333%) !important;
}

@media (max-width: 767px) 
{
  .sidebar_content
  {
    display: none !important;
  }
}

@media (max-width: 767px) 
{
  .sidebar_content
  {
    display: none !important;
  }
}

#first_card:hover 
{
	box-shadow: 0 0 11px rgba(33,33,33,.2); 
	background: linear-gradient(50deg,#50b5ff 0,#5081ff 100%)!important;
}

#second_card:hover 
{
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
	background: linear-gradient(50deg,#50b5ff 0,#5081ff 100%)!important;
}

#third_card:hover 
{
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
	background: linear-gradient(50deg,#50b5ff 0,#5081ff 100%)!important;
}

#first_card:hover h5,
#first_card:hover p
{
  color: white !important;
}

#second_card:hover h5,
#second_card:hover p
{
  color: white !important;
}

#third_card:hover h5,
#third_card:hover p
{
  color: white !important;
}

#first_card:hover .icon-shape 
{
  background: linear-gradient(50deg,#f25767 0,#f27657 100%)!important;
}

#second_card:hover .icon-shape 
{
  background: linear-gradient(50deg,#f25767 0,#f27657 100%)!important;
}

#third_card:hover .icon-shape 
{
  background: linear-gradient(50deg,#f25767 0,#f27657 100%)!important;
}

.channel-paragraph:hover, .channel-paragraph.hovered 
{
  cursor: pointer;
  background-color: #e4e6e9;
  border-radius: 25px;
}

.number_circle 
{
    border-radius: 60%;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #fff;
    border: 5px solid #32CD32;
    color: #32CD32;
    text-align: center;
}

.faq-gradient-bg-livechat
{
  background: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}


.whatsapp_hover
{
  transition: box-shadow .3s;
}
  
.whatsapp_hover:hover
{
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
  background: linear-gradient(50deg,#50b5ff 0,#5081ff 100%)!important;
}

.whatsapp_use_case:hover h3,
.whatsapp_use_case:hover p
{
  color: #fff;
}
.plus_fa_icon
{
  color:#eb053e;
}

.square_fa_icon
{
  color:#045bf1;
}

.code_fa_icon
{
  color:#02f28a;
}
.plane_fa_icon
{
  color:#f3f702;
}
.print_fa_icon
{
  color:#e609f6;
}
.archive_fa_icon
{
  color:#fa9e00;
}

.clock_fa_icon
{
  color:#00ffee;
}

.users_fa_icon
{
  color:#B197FC;
}

.business_fa_icon
{
  color:#4c00ff;
}

.graduate_fa_icon
{
  color:#f97901;
}

.whatsapp_use_case:hover .plus_fa_icon,
.whatsapp_use_case:hover .square_fa_icon,
.whatsapp_use_case:hover .code_fa_icon,
.whatsapp_use_case:hover .plane_fa_icon,
.whatsapp_use_case:hover .print_fa_icon,
.whatsapp_use_case:hover .archive_fa_icon,
.whatsapp_use_case:hover .clock_fa_icon,
.whatsapp_use_case:hover .users_fa_icon,
.whatsapp_use_case:hover .business_fa_icon,
.whatsapp_use_case:hover .graduate_fa_icon
{
  color: #fff !important;
}
  
.whatsapp_use_case .icon {
  height: 85px;
  flex: 0 0 auto;
  width: 85px;
  line-height: 85px;
  text-align: center;
  border-radius: 8px;
}

.inbox_logos_container 
{
  white-space: nowrap;
}

.inbox_logo 
{
  margin-right: 100px;
  animation: bounceLogos 3s infinite alternate;
}

@keyframes bounceLogos 
{
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
}

.crm_para_overlay 
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.card:hover .crm_para_overlay 
{
  display: block;
  opacity: 1;
}

.image_height_adjust
{
  height: 150px; 
}

.table-thick-border th,
.table-thick-border td {
    border: 2px solid #bcc1c6; /* Adjust thickness and color as needed */
}

.cm_bar_green
{
  width: 100%;
  background: #fff;
  border: 1px solid #34c824;
  border-radius: 25px;
  height: 20px;
  overflow: hidden;
}

.cm_bar_bg_green
{
  background: #34c82499;
  border-radius: 25px;
  height: 100%;
  transition: width 0.5s ease;
}

.cm_bar_grey 
{
  width: 308px;
  background: #fff;
  border: 0.5px solid #d0d5dd;
  border-radius: 25px; /* Adjusted border radius */
  height: 20px;
  overflow: hidden; /* Added overflow property */
}

.cm_bar_bg_grey 
{
  background: #d0d5dd;
  border-radius: 25px; /* Adjusted border radius */
  height: 100%;
}

.comparison_container 
{
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.comparison_row
{
  display: table-row;
}

.comparison_cell
{
  display: table-cell;
  padding: 8px 12px;
  border: 1px solid #ddd;
}

.comparison_cell_header 
{
  font-weight: bold;
  background-color: #f0f0f0;
}

.comparison_cell_success 
{
  color: green;
}

.comparison_cell_danger 
{
  color: red;
}

.conversation_type_tooltip 
{
  position: relative;
  display: inline-block;
  
}

.conversation_type_tooltip .tooltiptext 
{
  visibility: hidden;
  min-width: 300px; 
  background-color: #008aff;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.conversation_type_tooltip .tooltiptext::after 
{
  content: "";
  position: absolute;
  top: 100%;
  right: 80%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #008aff transparent transparent transparent;
}

.conversation_type_tooltip:hover .tooltiptext 
{
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 600px) 
{
  .conversation_type_tooltip .tooltiptext 
  {
    width: 120px; 
    margin-left: -180px; 
  }
  .conversation_type_tooltip .tooltiptext::after 
  {
    left: 60%;
  }
}

.nav-item.btn.btn-outline-primary:hover 
{
  color: #fff;
  background-color: #5bc0de; 
  border-color: #46b8da; 
}

.range-badge
{
    position: relative;
    bottom : 60px;
    transform: translateX(-50%);
    background-color: #4CAF50;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
.conversation_tab_button
{
    border-radius: 3rem;
}


.mobile-screen {
  width: 20rem; /* Adjust width as needed for your device */
  height: 40rem; /* Adjust height as needed for your device */
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  overflow: hidden;
  margin: 50px auto; /* Adjust margin to center the frame */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {  
  .mobile-screen {
    width: 19rem; 
    height: 38rem; 
  }    
}


/* Style for WhatsApp widget screen */
.whatsapp-widget-screen 
{
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.whatsapp-widget-header 
{
  height: 95px;
  background-color: #075e54;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
}

.whatsapp-widget-back-arrow
{
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 14pt;
  color: black;
  display: flex;
  font-family:'Times New Roman', Times, serif;
  justify-content: center;
  
}

.whatsapp-widget-chat-title 
{
  /* flex-grow: 1; */
  font-size: 14pt;
}

.whatsapp-widget-chat-sub-title
{
  font-size: 8pt;
}

.whatsapp-chat-container 
{
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px;
  height: 200px;
  background-color: #d1ecd4;
}

.whatsapp-input-container 
{
  display: flex;
  align-items: center;
  padding: 10px;
}

.whatsapp-input-container input 
{
  flex-grow: 1;
  padding: 8px;
  border: none;
  border-radius: 20px;
  margin-right: 10px;
}

.whatsapp-input-container button 
{
  border: 0;
  outline: 0;
  padding: 0.75rem;
  width: 100%;
  font-weight: bold;
  font-size: 1.1rem;
  background-color: #4fce5d;
  color: white;
  cursor: pointer;
  border-radius: 0.5rem;
}

#powered_by 
{
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

#powered_by_link 
{
  margin-left: 5px;
  text-decoration: none;
  color: #045bf1;
}

.wa-widget.expanded 
{
  border-radius: 1rem;
}

.wa-widget-toggle 
{
  background-color: white;
  padding: 1rem;
  margin: 1rem;
  height: 4rem;
  width: 4rem;
  border-radius: 9rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  cursor: default;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.wa-widget-toggle::before 
{
  content: '';
  height: 10px;
  width: 10px;
  top: 5px;
  right: 5px;
  position: absolute;
  background-color: red;
  border-radius: 10px;
}

.chat-content 
{
  padding: 1rem;
  background-color: #d1ecd4;
}

.chat-item 
{
  display: inline-flex;
  align-items: flex-end;
}

.chat-item p:first-child 
{
  border-top-left-radius: 0;
}

.chat-item p 
{
  margin: 0 2rem 0.5rem 0;
  padding: 1rem;
  background-color: white;
  border-radius: 1rem;
  color: #000;
}

#chat_image img 
{
    width: 50px !important; 
    height: auto; 
}

/* Integrations on home page */
#home_integration .cm_integrations 
{
  padding: 0.6rem;
  display: inline-block;
}

#home_integration .cm_integrations div 
{
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  height: 4rem;
  max-height: 5rem;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,.05);
  align-items: center;
  justify-content: center;
  display: flex;
  max-width: 200px;
  width: 200px;
}

#home_integration div img 
{
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 40px;
}

#home_integration div p 
{
  padding-left: 0.5rem !important;
  font-size: 1em !important;
  margin: 0;
}

.image-animation-gs
{
  display: none;
  max-width: 100%;
  height: auto;
}

#default_step_on_google_sheets 
{
  display: block;
}


.timeline-with-icons 
{
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline-with-icons .timeline-item 
{
  position: relative;
}

.timeline-with-icons .timeline-item:after 
{
  position: absolute;
  display: block;
  top: 0;
}

.timeline-with-icons .timeline-icon 
{
  position: absolute;
  left: -53px;
  background-color: #CCCCCC;
  color: #000000af;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
