
#chat_box_identifier {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2147483646 !important;
  border: none;
  width: 85px;
  height: 85px;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  transition: .5s;
}
#whatsapp_box_identifier {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999998;
  border: none;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}
.modal-image-container {
  align-items: center;
  background-color: #fff;
  border-radius: 1.5rem;
  border: 1px solid #d4d4d4;
  display: flex;
  height: 50%;
  justify-content: center;
  left: 50%;
  padding: 4rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 2147483649;
}
.modal-sucursal-container {
  background-color: #fff;
  border-radius: 1rem;
  border: 1px solid #d4d4d4;
  height: 50%;
  left: 50%;
  padding: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 2147483649;
  overflow-y: auto;
}

.modal-sucursal-container::-webkit-scrollbar {
  width: 6px !important;
}

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.modal-sucursal-container::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  border-radius: 2rem;
  visibility: hidden;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.modal-sucursal-container::-webkit-scrollbar-thumb:hover {
  visibility: visible;
  background: #b2b2b2;
}

/* Cambiamos el fondo cuando esté en active */
.modal-sucursal-container::-webkit-scrollbar-thumb:active {
  background-color: #767676;
}

.solid-line {
  width: 100%;
  border: 1px solid grey;
  margin-bottom: 20px;
}
.modal-image-close {
  color:grey;
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 2rem;
  margin-top: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  user-select: none;
}

.modal-image {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  user-select: none;
}

.modal-image-background {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2147483647;
}
.modal-image-screen {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 2147483650;
}

#message_box_id .expand {
  width: 400px!important;
  max-height: 675px!important;
  min-height: 240px!important;
  height: 100%!important;
}
/* recomendador xl */
#message_box_id .menu-xl {
  width: 440px !important;
  max-height: 100% !important;
  min-height: 50% !important;
  height: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
/* shop recomendador height */
#message_box_id .chat-md {
  width: 400px !important; 
  max-height: 800px !important;
  min-height: 240px !important;
  height: 100% !important;
}
#message_box_id .compact {
  width: 85px;
  height: 85px;
  transition: .5s;
}
#message_box_id .compact-md {
  width: 250px;
  height: 120px;
  transition: .5s;
}
#message_box_id .rectangle_box {
  width: 66px;
  height: 65px;
  margin-bottom: 2rem;
}
#whatsapp_box_identifier.compact {
  width: fit-content;
  height: 70px;
}
#whatsapp_box_identifier.compact.is-icon {
  width: 72px !important;
  height: 72px !important;
}
@media (max-width: 580px) {
  #chat_box_identifier {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  #whatsapp_box_identifier {
    margin-left: 0px;
    margin-bottom: 0.25rem;
  }
  #chat_box_identifier.expand {
    width: 100%!important;
    height: 100%!important;
  }
  #chat_box_identifier.chat-md {
    width: 100%!important;
    height: 100%!important;
  }
  #chat_box_identifier.expand {
    width: 100%!important;
    height: 100%!important;
  }
  #chat_box_identifier.expand.h_55 {
    height: 55% !important;
    top: 0;
  }
  #whatsapp_box_identifier.is-icon.p-above {
    margin-right: .25rem !important
  }
  #chat_box_identifier.full-height {
    max-height: 100% !important;
    height: 100vh !important;
  }
  .modal-image-container {
    width: 80%;
    padding: 1rem;
  }
  .modal-image-close {
    margin-top: 1rem;
    margin-right: 1rem;
  }
  #chat_box_identifier.space-mobile {
    right: 18px !important;
    bottom: 23px !important;
  }
  #chat_box_identifier.p-left.space-mobile {
    left: 18px !important;
    right: auto !important;
    bottom: 23px !important;
  }
  #message_box_id .rectangle_box {
    margin-bottom: 1.25rem !important;
  }
  #whatsapp_box_identifier.space-mobile {
    left: 18px !important;
    bottom: 23px !important;
  }
  #whatsapp_box_identifier.p-right.space-mobile {
    left: auto !important;
    right: 18px !important;
    bottom: 23px !important;
  }
}
/* To left position chatbot */
.p-left {
  left: 0.25rem !important;
  right: auto !important;
}
/* To right position widget wsap */
.p-right {
  right: 0.25rem !important;
  left: auto !important;
}
/* To left position chatbot */
.p-above {
  top: auto !important;
  bottom: 90px !important;
  margin-right: 1.25rem !important
}
#whatsapp_box_identifier.p-left.p-above {
  margin-left: 0.8rem !important;
  right: auto !important;
  left: 0 !important;
}
/* To move up bubble, widget and wsap icon */
.space-up {
  margin-bottom: 64px !important;
}
/* to modal view */
.modal-databot {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999999;
  transition: .5s;
  animation: 1s show ease-in-out;
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
.modal-databot h3 {
  font-size: 26px;
  margin: 1.5rem auto 2rem;
}
.modal-databot .card {
  width: 480px;
  margin: auto;
  padding: 1.5rem 2.5rem;
  border-radius: 1.5rem;
  height: fit-content;
  text-align: center;
  background: #ffffff;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 1);
  animation: .5s fade-top ease-in-out;
}
.modal-databot button {
  width: fit-content;
  border-radius: 50rem;
  padding: .75rem 1.5rem;
  margin: 0 auto;
  background: #2981EF;
  border: none;
  color: #ffffff;
  cursor: pointer;
}
.modal-databot button:hover {
  background: #181818;
  border: none;
}
.modal-databot .btn-text {
  font-size: 14px;
  color: #181818;
  cursor: pointer;
  margin-inline: auto;
  text-decoration: none;
}
.modal-databot p .link {
  color:#2981EF;
}
@keyframes show {
  0% { opacity: 0; transition: 0.25; }
  to { opacity: 1; transition: 0.25; }
}
@keyframes fade-top {
  from {
    opacity: 0;
    transform: translateY(-100%)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}