html, body {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "Poppins", serif;
  /* background-color: #4CC9F0;
  background: url("../images/bg.png") no-repeat center center;
  background-size: cover;
  height: 100vh; */
}
.dropstart {
    position: absolute;
    right: 35px;
    top: 20px;
}
.dropstart .dropdown-toggle {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 20px;
}
.dropstart .dropdown-toggle::before{
  display: none;
}
.dropstart .dropdown-menu {
  padding: 10px 15px;
  border-radius: 5px;
}
.dropstart .dropdown-menu:before {
  right: -17px;
  top: 6px;
  border: 10px solid transparent;
  content: ' ';
  display: block;
  position: absolute;
  z-index: 2;
  border-left-color: #ffffff;
}
 
.dropstart .dropdown-menu li {
  padding: 0rem;
  line-height: normal;
  display: flex;
  align-items: center;
}
.dropstart .dropdown-menu li a {
  padding: 5px 0px;
  font-size: 12px;
}
.dropstart .dropdown-menu li a:hover{
  background-color: transparent;
  color: #038fac;
}
.dropstart .dropdown-menu li a i {
  background-color: #038fac;
  color: #fff;
  width: 23px;
  display: inline-block;
  height: 23px;
  text-align: center;
  border-radius: 100px;
  padding: 3px;
  margin-right: 3px;
}



#star-rating i {
  font-size: 1.5rem;
  color: #ccc; /* empty color */
  cursor: pointer;
  margin-right: 5px;
  transition: color 0.2s ease;
}

#star-rating i.bi-star-fill {
  color: gold; /* filled color */
}




.app-loaded {
  display: none;
  font-size: 1.8rem;
}
.splash-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(255, 128, 71);
  background: radial-gradient(circle, rgba(255, 128, 71, 1) 0%, rgba(220, 27, 35, 1) 63%, rgba(220, 27, 35, 1) 100%);
  padding: 3rem 2rem;
  text-align: center;
}
.splash-logo h1 {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  line-height: normal;
  margin: 0px;
  margin-top: 2rem;
}
.splash-logo h3 {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
}
.splash-logo h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  position: absolute;
  bottom: 40px;
  right: 0px;
  left: 0px;
}
.splash-logo h4 img {
  height: 35px;
}
.splash-logo h4 span {
  color: #fff;
  display: block;
  text-align: left;
  padding-left: 10px;
  font-size: 10px;
  margin-top: 17px;
}
.splash-logo h4 span a {
  color: #fff;
  font-weight: 300;
  font-size: 10px;
  display: block;
  text-decoration: none
}
.bot-icon {
  width: 200px;
  margin-top: 3rem;
/*
  
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
 
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;

  -webkit-animation-name: rotate;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
 
  -moz-animation-name: rotate;
  -moz-animation-duration: 3s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: both;
  
  -o-animation-name: rotate;
  -o-animation-duration: 3s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: both;
  
  -ms-animation-name: rotate;
  -ms-animation-duration: 3s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  -ms-animation-fill-mode: both;
  
  animation-name: rotate;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
*/
  color: #25405d;
}
.bot-icon-inner {
  
 
  color: #25405d;
}
@-webkit-keyframes rotate {
  0% {
    text-shadow: 1px 1px 1px #ccc;
    -webkit-transform: rotateY(0deg);
  }
  25% {
    text-shadow: 1px 1px 1px #ccc, -2px 1px 1px #ccc, -3px 1px 1px #ccc, -4px 1px 1px #ccc, -4px 1px 1px #ccc, -5px 1px 1px #ccc, -6px 1px 1px #ccc, -7px 1px 1px #ccc, -8px 1px 1px #ccc, -9px 1px 1px #ccc, -10px 1px 1px #ccc, -11px 1px 1px #ccc, -12px 1px 1px #ccc, -13px 1px 1px #ccc, -14px 1px 1px #ccc, -15px 1px 1px #ccc, -16px 1px 1px #ccc, -17px 1px 1px #ccc, -18px 1px 1px #ccc, -19px 1px 1px #ccc, -20px 1px 1px #ccc;
    -webkit-transform: rotateY(40deg);
  }
  50% {
    text-shadow: 0px 0px 0px #ccc;
    -webkit-transform: rotateY(0deg);
  }
  75% {
    text-shadow: 1px 1px 1px #ccc, 2px 1px 1px #ccc, 3px 1px 1px #ccc, 4px 1px 1px #ccc, 4px 1px 1px #ccc, 5px 1px 1px #ccc, 6px 1px 1px #ccc, 7px 1px 1px #ccc, 8px 1px 1px #ccc, 9px 1px 1px #ccc, 10px 1px 1px #ccc, 11px 1px 1px #ccc, 12px 1px 1px #ccc, 13px 1px 1px #ccc, 14px 1px 1px #ccc, 15px 1px 1px #ccc, 16px 1px 1px #ccc, 17px 1px 1px #ccc, 18px 1px 1px #ccc, 19px 1px 1px #ccc, 20px 1px 1px #ccc;
    -webkit-transform: rotateY(-40deg);
  }
  100% {
    text-shadow: 1px 1px 1px #ccc;
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes rotate {
  0% {
    text-shadow: 1px 1px 1px #ccc;
    -moz-transform: rotateY(0deg);
  }
  25% {
    text-shadow: 1px 1px 1px #ccc, -2px 1px 1px #ccc, -3px 1px 1px #ccc, -4px 1px 1px #ccc, -4px 1px 1px #ccc, -5px 1px 1px #ccc, -6px 1px 1px #ccc, -7px 1px 1px #ccc, -8px 1px 1px #ccc, -9px 1px 1px #ccc, -10px 1px 1px #ccc, -11px 1px 1px #ccc, -12px 1px 1px #ccc, -13px 1px 1px #ccc, -14px 1px 1px #ccc, -15px 1px 1px #ccc, -16px 1px 1px #ccc, -17px 1px 1px #ccc, -18px 1px 1px #ccc, -19px 1px 1px #ccc, -20px 1px 1px #ccc;
    -moz-transform: rotateY(40deg);
  }
  50% {
    text-shadow: 0px 0px 0px #ccc;
    -moz-transform: rotateY(0deg);
  }
  75% {
    text-shadow: 1px 1px 1px #ccc, 2px 1px 1px #ccc, 3px 1px 1px #ccc, 4px 1px 1px #ccc, 4px 1px 1px #ccc, 5px 1px 1px #ccc, 6px 1px 1px #ccc, 7px 1px 1px #ccc, 8px 1px 1px #ccc, 9px 1px 1px #ccc, 10px 1px 1px #ccc, 11px 1px 1px #ccc, 12px 1px 1px #ccc, 13px 1px 1px #ccc, 14px 1px 1px #ccc, 15px 1px 1px #ccc, 16px 1px 1px #ccc, 17px 1px 1px #ccc, 18px 1px 1px #ccc, 19px 1px 1px #ccc, 20px 1px 1px #ccc;
    -moz-transform: rotateY(-40deg);
  }
  100% {
    text-shadow: 1px 1px 1px #ccc;
    -moz-transform: rotateY(0deg);
  }
}
@-o-keyframes rotate {
  0% {
    text-shadow: 1px 1px 1px #ccc;
    -o-transform: rotateY(0deg);
  }
  25% {
    text-shadow: 1px 1px 1px #ccc, -2px 1px 1px #ccc, -3px 1px 1px #ccc, -4px 1px 1px #ccc, -4px 1px 1px #ccc, -5px 1px 1px #ccc, -6px 1px 1px #ccc, -7px 1px 1px #ccc, -8px 1px 1px #ccc, -9px 1px 1px #ccc, -10px 1px 1px #ccc, -11px 1px 1px #ccc, -12px 1px 1px #ccc, -13px 1px 1px #ccc, -14px 1px 1px #ccc, -15px 1px 1px #ccc, -16px 1px 1px #ccc, -17px 1px 1px #ccc, -18px 1px 1px #ccc, -19px 1px 1px #ccc, -20px 1px 1px #ccc;
    -o-transform: rotateY(40deg);
  }
  50% {
    text-shadow: 0px 0px 0px #ccc;
    -o-transform: rotateY(0deg);
  }
  75% {
    text-shadow: 1px 1px 1px #ccc, 2px 1px 1px #ccc, 3px 1px 1px #ccc, 4px 1px 1px #ccc, 4px 1px 1px #ccc, 5px 1px 1px #ccc, 6px 1px 1px #ccc, 7px 1px 1px #ccc, 8px 1px 1px #ccc, 9px 1px 1px #ccc, 10px 1px 1px #ccc, 11px 1px 1px #ccc, 12px 1px 1px #ccc, 13px 1px 1px #ccc, 14px 1px 1px #ccc, 15px 1px 1px #ccc, 16px 1px 1px #ccc, 17px 1px 1px #ccc, 18px 1px 1px #ccc, 19px 1px 1px #ccc, 20px 1px 1px #ccc;
    -o-transform: rotateY(-40deg);
  }
  100% {
    text-shadow: 1px 1px 1px #ccc;
    -o-transform: rotateY(0deg);
  }
}
@keyframes rotate {
  0% {
    text-shadow: 1px 1px 1px #ccc;
    transform: rotateY(0deg);
  }
  25% {
    text-shadow: 1px 1px 1px #ccc, -2px 1px 1px #ccc, -3px 1px 1px #ccc, -4px 1px 1px #ccc, -4px 1px 1px #ccc, -5px 1px 1px #ccc, -6px 1px 1px #ccc, -7px 1px 1px #ccc, -8px 1px 1px #ccc, -9px 1px 1px #ccc, -10px 1px 1px #ccc, -11px 1px 1px #ccc, -12px 1px 1px #ccc, -13px 1px 1px #ccc, -14px 1px 1px #ccc, -15px 1px 1px #ccc, -16px 1px 1px #ccc, -17px 1px 1px #ccc, -18px 1px 1px #ccc, -19px 1px 1px #ccc, -20px 1px 1px #ccc;
    transform: rotateY(40deg);
  }
  50% {
    text-shadow: 0px 0px 0px #ccc;
    transform: rotateY(0deg);
  }
  75% {
    text-shadow: 1px 1px 1px #ccc, 2px 1px 1px #ccc, 3px 1px 1px #ccc, 4px 1px 1px #ccc, 4px 1px 1px #ccc, 5px 1px 1px #ccc, 6px 1px 1px #ccc, 7px 1px 1px #ccc, 8px 1px 1px #ccc, 9px 1px 1px #ccc, 10px 1px 1px #ccc, 11px 1px 1px #ccc, 12px 1px 1px #ccc, 13px 1px 1px #ccc, 14px 1px 1px #ccc, 15px 1px 1px #ccc, 16px 1px 1px #ccc, 17px 1px 1px #ccc, 18px 1px 1px #ccc, 19px 1px 1px #ccc, 20px 1px 1px #ccc;
    transform: rotateY(-40deg);
  }
  100% {
    text-shadow: 1px 1px 1px #ccc;
    transform: rotateY(0deg);
  }
}
.copy {
  text-shadow: 1px 1px 1px #333333;
  color: #fff;
}
@media screen and (min-width: 1024px) {}
#chatbot-container {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 9999;
}
#chatbot-container #chat-icon {
  width: 70px;
  height: 70px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); */
  cursor: pointer;
  transition: transform 0.3s ease;
  /* font-size: 30px; */
  -webkit-animation: bounce2 2s ease infinite;
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%, 10%, 40%, 60%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(10px);
  }
}
#chatbot-container #chat-icon:hover {
  transform: scale(1.1);
}
#chatbot-container #chat-icon img {
  max-width: 100%;
}
#chatbot-container #chatbot {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 380px;
    min-height: 525px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 32%);
    background-color: #EBF1F5;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth"100;
    transition: transform 0.3s ease;
    transform: scale(0);
    transform-origin: bottom right;
    /* margin: 1rem; */
}
#chatbot-container #chatbot.hidden {
  transform: scale(0);
  /* Ocultar ventana */
}
#chatbot-container #chatbot:not(.hidden) {
  transform: scale(1);
  /* Mostrar ventana */
}
#chatbot-container #chat-header {
    padding: 3.2rem 0px;
    background: rgb(2, 146, 175);
    background: linear-gradient(318deg, rgba(2, 146, 175, 1) 0%, rgb(34 76 124 / 68%) 100%);
    height: 300px;
    padding-top: 1.8rem;
}
#chatbot-container #chat-header .chat-logo img {
  width: 70px;
  height: auto;
  border-radius: 50%;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
#chatbot-container #chat-header .chat-title {
  margin-left: 10px;
}
#chatbot-container #chat-header .chat-title h3 {
  margin: 0;
  font-size: 16px;
  color: #333;
}
#chatbot-container #chat-header .chat-title p {
  margin: 0;
  font-size: 12px;
  color: #777;
}
#chatbot-container #chat-header .chat-title .content-logo {
  position: relative;
  text-align: center;
}
#chatbot-container #chat-header .chat-title .content-logo h4 {
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}
#chatbot-container #chat-header .chat-title .content-logo h3 {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.form-grid {
  background-color: #FAFAFA;
  width: 90%;
  display: block;
  margin: auto;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  margin-top: -14rem;
  box-shadow: 0px 8px 15px rgb(0 0 0 / 12%);
  /* overflow: auto; */
  /* height: 1530px; */
}
.form-grid form .form-control {
    font-size: 12px;
    padding: 10px 15px;
    box-shadow: 1px 2px 10px 0 rgb(89 91 99 / 73%);
    border: 0px;
    height: 42px;
    border-radius: 5px;
}
.form-grid form .form-control:focus {
  outline: 0;
  border: 0px;
}
.form-grid form .right-icon {
  position: absolute;
  top: 11px;
  font-size: 14px;
  right: 16px;
  color: #ccc;
}
.close-btn .btn-primary-close {
    background-color: transparent;
    border: transparent;
    position: absolute;
    top: 13px;
    right: 0px;
    color: #fff;
    font-size: 27px;
}
.close-btn .btn-primary-close:hover {
  background-color: transparent;
  border: transparent;
  color: #fff;
}
.modal-title {
  font-size: 16px;
}
.modal-content {
  width: 90%;
  margin: auto;
}
.SignIn {
  background-color: rgb(3, 143, 172);
  border-radius: 100px;
  color: #fff;
  display: block;
  width: 100%;
  border: 0px;
  height: 42px;
}
.SignIn:hover {
  background-color: rgba(3, 107, 128, 0.822);
  color: #fff;
}
.Poweredby {
  font-size: 12px;
  padding: 1rem;
  text-align: center;
  color: #4B4B4B;
  padding-bottom: 0px;
  margin: 0px;
  position: absolute;
  bottom: 12px;
  right: 0px;
  left: 0px;
}
.Poweredby a {
  color: #4B4B4B;
  text-decoration: none;
}
.chatbot-tab {
  /* position: absolute; */
  top: 200px;
  z-index: 9;
  /* width: 80%; */
  display: block;
  /* margin: auto; */
  right: 0px;
  left: 0px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #20537A;
}

/*.chatbot-tab .nav-link {*/
/*  font-size: 12px;*/
/*  color: #000;*/
/*  background-color: #9bd3ff;*/
/*  width: 100%;*/
/*}*/


.chatbot-tab .nav-link {
  font-size: 12px;
  color: #000;
  background-color: #9bd3ff;
  width: 100%;
  font-weight: 500;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.chatbot-tab .nav-link:hover {
    background-color: #7baee2;
}


.chatbot-tab .nav-item {
  display: inline-block;
  width: 48%;
  margin: 3px;
}
.chatbot-card-img {
  position: relative;
  margin-top: 1rem;
}
.site-portal p {
  font-size: 12px;
  padding: 6px 0px;
  line-height: normal;
  font-weight: 400;
  margin: 0;
}
.chatbot-card-img img {
  border-radius: 10px;
}
.chatbot-card-img span {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgb(0 0 0 / 64%);
  right: 0px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 0px;
  border-radius: 0px 0px 10px 10px;
}
.visit-btn {
  background-color: #20537A;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  text-align: center;
  width: 150px;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.visit-btn:hover {
  background-color: #ed6a07;
  color: #fff;
}
#chatbot-container .chatbot-3-grid {
  /* background: rgb(255, 136, 0); */
  /* background: linear-gradient(135deg, rgba(255, 136, 0, 1) 0%, rgba(200, 45, 20, 1) 100%); */
  background: rgb(2, 146, 175);
  background: linear-gradient(318deg, rgba(2, 146, 175, 1) 0%, rgb(34 76 124 / 68%) 100%);
}
#chatbot-container .chatbot-3-grid .chat-title {
  text-align: center;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  height: 100px;
}
#chatbot-container .chatbot-3-grid .chat-title .content-logo {
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 0rem;
  text-align: left;
  padding-left: 0rem;
}
#chatbot-container .chatbot-3-grid .chat-title .bot-icon-inner {
  width: 60px;
}
#chatbot-container .chatbot-3-grid .chat-title .content-logo h4 {
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
}
#chatbot-container .chatbot-3-grid .chat-title .content-logo h3 {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  margin: 0px;
}
#chatbot-container #chat-header .chat-title {
  margin-left: 0px;
}
#chatbot-container #chat-content {
  flex: 1;
  padding: 1rem 2rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;;
  height: 332px;
  border-radius: 30px 30px 0px 0px;
  padding-top: 2rem;
}
#chatbot-container #chat-content h6 {
  font-size: 14px;
}
#chatbot-container #chat-content .message-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#chatbot-container #chat-content .message-container.user {
    align-items: flex-end;
    margin-bottom: 10px;
}
#chatbot-container #chat-content .message-container .sender {
  font-size: 12px;
  font-weight: bold;
  color: #555;
  margin-bottom: 0px;
}
#chatbot-container #chat-content .message-container .message {
  max-width: 90%;
  padding: 4px 10px;
  border-radius: 20px 20px 20px 0;
  font-size: 13px;
  line-height: 1.4;
  word-wrap: break-word;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
}
#chatbot-container #chat-content .message-container .message.bot {
  align-self: flex-start;
  background-color: #fff;
  color: #0e0d0d;
}
#chatbot-container #chat-content .message-container .message.user {
  align-self: flex-end;
  background-color: #fff;
  color: #0e0d0d;
}
#chatbot-container #chat-content .message-container.hide-sender .sender {
  display: none;
}
#chatbot-container #chat-content .typing {
  display: flex;
  gap: 4px;
  margin-top: 1rem;
}
#chatbot-container #chat-content .typing span {
  width: 4px;
  height: 4px;
  background-color: #bbb;
  border-radius: 50%;
  -webkit-animation: typingBounce 1.0s infinite ease-in-out;
  animation: typingBounce 1.0s infinite ease-in-out;
}
#chatbot-container #chat-content .typing span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#chatbot-container #chat-content .typing span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@-webkit-keyframes typingBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
@keyframes typingBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
#chatbot-container #chat-content .link-message {
  background-color: #f9f9f9;
  border-radius: 15px;
  padding: 15px;
  margin-top: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
#chatbot-container #chat-content .link-message h4 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #333;
}
#chatbot-container #chat-content .link-message ul {
  margin: 0;
  padding: 0 0 10px;
  list-style-type: disc;
  padding-left: 20px;
  font-size: 14px;
  color: #555;
}
#chatbot-container #chat-content .link-message ul li {
  margin-bottom: 5px;
}
#chatbot-container #chat-content .link-message .link-button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
}
#chatbot-container #chat-content .link-message .link-button:hover {
  background-color: #0056b3;
}
#chatbot-container #chat-input {
    padding: 5px 30px;
    background-color: #EBF1F5;
    position: relative;
    padding-bottom: 0rem;
}
#chatbot-container #chat-input input {
  flex: 1;
  padding: 10px 20px;
  border: none;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 12px;
  outline: none;
  width: 100%;
}
#chatbot-container #chat-input input:focus {
  box-shadow: 0px 2px 10px rgb(194 208 241 / 57%);
}
#chatbot-container #chat-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
  font-size: 10px;
}
#chatbot-container #chat-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  font-size: 10px;
}
#chatbot-container #chat-input input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
  font-size: 10px;
}
#chatbot-container #chat-input input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
  font-size: 10px;
}
#chatbot-container #chat-input button {
    margin-left: 0px;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 38px;
    border-left: 1px solid #e3e2e2;
    height: 25px;
    top: 19px;
    line-height: normal;
    padding-left: 8px;
}
#chatbot-container #chat-input button img {
    width: 16px;
    position: relative;
    top: -11px;
}
.sender-row {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.sender-icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: auto;
  position: relative;
  top: -5px;
}
.sender {
  font-weight: bold;
  font-size: 14px;
  color: #555;
}
.link-message {
  display: none;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 15px;
  margin: 10px 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth"100;
  line-height: 1.5;
  max-width: 90%;
}
.link-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.benefits-list {
  list-style-type: disc;
  margin: 0;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #555;
}
.benefits-list li {
  margin-bottom: 5px;
}
.link-title {
  font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth"100;
  color: #595959;
}
.link-button_chat {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth"100;
  font-weight: 600;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  transition: 0.4s;
  width: 100%;
  color: white;
  background: #3F37C9;
}
.link-button_chat:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
}
.link-image-container {
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  overflow: hidden;
}
.link-image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
/* Mostrar cuando se envía un mensaje con enlace */
.link-message.visible {
  display: block;
  /* Solo visible cuando se agrega la clase `visible` */
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  #chatbot-container #chat-icon {
    width: 50px;
    height: 20px;
  }
  #chatbot-container {
    right: 10px;
    bottom: 20px;
}
#chatbot-container #chatbot {
  width: 80%;
  bottom: 50px;
  right: 9px;
  min-height: 415px;
}
  #chatbot-container .chatbot-3-grid .chat-title {
    text-align: center;
    padding: 1rem 1rem;
    display: flex;
    align-items: center;
    height: 90px;
  }
  .chatbot-tab .nav-link {
    font-size: 10px;
    padding: 5px;
  }
  .splash-logo h1 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .splash-logo h3 {
    font-size: 1.3rem;
  }
  .bot-icon {
    width: 80%;
    margin-top: 1rem;
  }
  .splash-logo {
    padding: 2rem 2rem;
  }
  .splash-logo h4 img {
    height: 25px;
  }
  .splash-logo h4 span {
    font-size: 8px;
    margin-top: 13px;
  }
  .splash-logo h4 span a {
    font-size: 8px;
  }
  #chatbot-container .chatbot-3-grid .chat-title .content-logo {
    padding-left: 0rem;
  }
  #chatbot-container .chatbot-3-grid .chat-title .content-logo h3 {
    font-size: 12px;
    margin: 0px;
  }
  #chatbot-container .chatbot-3-grid .chat-title .content-logo h4 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  #chatbot-container .chatbot-3-grid .chat-title .bot-icon-inner {
    width: 40px;
  }
  #chatbot-container #chat-content {
    border-radius: 20px 20px 0px 0px;
  }
  .chatbot-tab {
    top: 70px;
    width: 90%;
  }
  #chatbot-container #chat-content {
    height: 240px;
    padding: 1rem 1rem;
    padding-top: 1rem;
}
#chatbot-container #chat-content h6 {
  font-size: 12px;
}
.form-grid form .right-icon {
  position: absolute;
  top: 9px;
  font-size: 12px;
  right: 12px;
  color: #ccc;
}
  .chatbot-card-img span {
    font-size: 12px;
  }
  .Poweredby {
    font-size: 8px;
    bottom: 10px;
  }
  #chatbot-container #chat-input input {
    padding: 5px 10px;
    font-size: 10px;
  }
  #chatbot-container #chat-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
    font-size: 8px;
  }
  #chatbot-container #chat-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
    font-size: 8px;
  }
  #chatbot-container #chat-input input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
    font-size: 8px;
  }
  #chatbot-container #chat-input input:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
    font-size: 8px;
  }
  .visit-btn {
    font-size: 8px;
    width: 110px;
  }
  #chatbot-container #chat-input {
    padding: 1rem 1rem;
  }
  #chatbot-container #chat-input button img {
    width: 11px;
    top: -13px;
  }
  #chatbot-container #chat-input button {
    margin-left: 0px;
    right: 20px;
    height: 15px;
    top: 31px;
    padding-left: 9px;
  }
  .site-portal p {
    font-size: 8px;
  }
  #chatbot-container #chat-content .message-container .sender {
    font-size: 8px;
  }
  .sender-row {
    margin-bottom: 2px;
  }
  #chatbot-container #chat-content .message-container .message {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
  }
  .chatbot-tab .nav-item {
    width: 48%;
    float: left;
    margin: 2px;
  }
  #chatbot-container #chat-header .chat-logo img {
    width: 50px;
  }
  .chat-logo {
    padding: 0rem
  }
  #chatbot-container #chat-header .chat-title .content-logo h4 {
    font-size: 1.1rem;
    margin: 0px;
}
#chatbot-container #chat-header .chat-title .content-logo h3 {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  margin-top: 5px;
}
  #chatbot-container #chat-header {
    padding: 1rem 0px;
    height: 100px;
}
.form-grid {
  padding: 1rem 1rem;
  border-radius: 20px;
  margin-top: -2rem;
}
  .form-grid form .form-control {
    font-size: 10px;
    padding: 8px 15px;
    height: 35px;
  }
  .SignIn {
    height: 34px;
    font-size: 12px;
  }
  .splash-logo h4 {
    bottom: 15px;
  }
}
.service-img {
  width: 100% !important;
  height: 120px !important;
}



.modal-header .btn-close {
    padding: .5rem .4rem !important;
    margin: -.5rem -.5rem -.5rem auto !important;
    position: sticky;
}




