/*
ESTILOS GENERALES DE LA PLATAFORMA
VERSION: 2.7
*/

/******FUENTES****/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");
html,
body {
  font-family: "Poppins", sans-serif;
}

html,
body {
  background: #f5f5f5;
}

/********AJUSTED DE TEXTO***********/

html,
body {
  font-size: 0.8em;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-bold-700 {
  font-weight: 700 !important;
}

p {
  font-size: 14px;
}

@media all and (max-width: 1367px) {
  html,
  body {
    font-size: 0.8em;
  }
  .modal,
  .modal-body {
    font-size: 1.2em !important;
  }
}

@media all and (max-width: 1366px) {
  html,
  body {
    font-size: 0.8em;
  }
}

@media all and (max-width: 1024px) {
  html,
  body {
    font-size: 1em;
  }
}

@media all and (max-width: 768px) {
  .titulo-maestro {
    font-size: 1.8em;
  }
  .listaprods,
  .datoscliente {
    font-size: 0.8em !important;
  }
  .modal-body {
    font-size: 0.8em !important;
  }
  .paginador-princ {
    font-size: 0.5em;
  }
}

/********BORRADOR************/

/*
GRADIENT
-----------------
background: #4872bf;
background: -moz-linear-gradient(top, #4872bf 0%, #3d038f 44%, #43475f 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #4872bf), color-stop(44%, #3d038f), color-stop(100%, #43475f));
background: -webkit-linear-gradient(top, #4872bf 0%, #3d038f 44%, #43475f 100%);
background: -o-linear-gradient(top, #4872bf 0%, #3d038f 44%, #43475f 100%);
background: -ms-linear-gradient(top, #4872bf 0%, #3d038f 44%, #43475f 100%);
background: linear-gradient(to bottom, #4872bf 0%, #3d038f 44%, #43475f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4872bf', endColorstr='#43475f', GradientType=0 );

GRADIENT REVERSED
-----------------
background: #43475f;
background: -moz-linear-gradient(top, #43475f 0%, #3d038f 56%, #4872bf 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #43475f), color-stop(56%, #3d038f), color-stop(100%, #4872bf)) !important;
background: -webkit-linear-gradient(top, #43475f 0%, #3d038f 56%, #4872bf 100%) !important;
background: -o-linear-gradient(top, #43475f 0%, #3d038f 56%, #4872bf 100%) !important;
background: -ms-linear-gradient(top, #43475f 0%, #3d038f 56%, #4872bf 100%) !important;
background: linear-gradient(to bottom, #43475f 0%, #3d038f 56%, #4872bf 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43475f', endColorstr='#4872bf', GradientType=0 ) !important;

GRADIENT RED
----------------
background: #bd4848;
background: -moz-linear-gradient(top, #bd4848 0%, #8f0404 44%, #5e4343 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #bd4848), color-stop(44%, #8f0404), color-stop(100%, #5e4343));
background: -webkit-linear-gradient(top, #bd4848 0%, #8f0404 44%, #5e4343 100%);
background: -o-linear-gradient(top, #bd4848 0%, #8f0404 44%, #5e4343 100%);
background: -ms-linear-gradient(top, #bd4848 0%, #8f0404 44%, #5e4343 100%);
background: linear-gradient(to bottom, #bd4848 0%, #8f0404 44%, #5e4343 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd4848', endColorstr='#5e4343', GradientType=0 );


GRADIENT RED REVERSED
----------------------
background: #5e4343;
background: -moz-linear-gradient(top, #5e4343 0%, #8f0404 56%, #bd4848 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #5e4343), color-stop(56%, #8f0404), color-stop(100%, #bd4848));
background: -webkit-linear-gradient(top, #5e4343 0%, #8f0404 56%, #bd4848 100%);
background: -o-linear-gradient(top, #5e4343 0%, #8f0404 56%, #bd4848 100%);
background: -ms-linear-gradient(top, #5e4343 0%, #8f0404 56%, #bd4848 100%);
background: linear-gradient(to bottom, #5e4343 0%, #8f0404 56%, #bd4848 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e4343', endColorstr='#bd4848', GradientType=0 );

 */

/*** COLORES**/

.text-primary {
  color: #4871bf !important;
}

.text-negativo {
  color: #000000 !important;
}

.text-cancelado {
  color: #bf4848 !important;
}

.text-dark-blue {
  color: #192640 !important;
}

.bg-color-1 {
  background-color: #91ff88;
}

.bg-color-2 {
  background-color: #6cff60;
}

.bg-color-3 {
  background-color: #88b1ff;
}

.bg-color-4 {
  background-color: #6097ff;
}

.bg-color-5 {
  background-color: #8891ff;
}

.bg-color-6 {
  background-color: #606cff;
}

.bg-color-7 {
  background-color: #ce60ff;
}

.bg-color-8 {
  background-color: #db88ff;
}

.bg-color-9 {
  background-color: #ff8888;
}

.bg-color-10 {
  background-color: #ff6060;
}

.bg-color-11 {
  background-color: #ffb660;
}

.bg-color-12 {
  background-color: #ffc988;
}

.bg-color-13 {
  background-color: #fff960;
}

.bg-color-14 {
  background-color: #fffb88;
}

.text-color-1 {
  color: #91ff88;
}

.text-color-2 {
  color: #6cff60;
}

.text-color-3 {
  color: #88b1ff;
}

.text-color-4 {
  color: #6097ff;
}

.text-color-5 {
  color: #8891ff;
}

.text-color-6 {
  color: #606cff;
}

.text-color-7 {
  color: #ce60ff;
}

.text-color-8 {
  color: #db88ff;
}

.text-color-9 {
  color: #ff8888;
}

.text-color-10 {
  color: #ff6060;
}

.text-color-11 {
  color: #ffb660;
}

.text-color-12 {
  color: #ffc988;
}

.text-color-13 {
  color: #fff960;
}

.text-color-14 {
  color: #fffb88;
}

.armar-paquete {
  background-color: #fafeda;
  height: 26px;
}

.armar-paquete a:hover {
  cursor: pointer;
  text-decoration: underline !important;
}

/*** LOGO Y MENU**/

.logo {
  margin: 0 auto;
  max-width: 90%;
  padding-bottom: 5px;
}

.ico-whatsapp {
  position: fixed;
  bottom: 20px;
  right: auto;
  left: 20px;
  margin: 0;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}

.ico-whatsapp:hover {
  transform: scale(1.1);
}

.ico-whatsapp img {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.icon-ico_external-link:before {
  content: url(../img/external-link.svg);
}
/*
.add-cart {
  background: #21232f !important;
}

.add-cart input {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.icon-add-cart {
  justify-self: center;
  align-self: center;
  display: flex;
  font-size: 16px;
}

.icon-add-cart:before {
  content: url(../img/add-to-cart.svg);
}
.input-group.add-cart {
  padding: 0.375rem 0.75rem;
}
*/
.btn-nueva-tienda {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

#logo-expanded {
  display: inline-block;
  width: 11rem;
  text-align: center;
}

.menu-switch {
  display: inline-block;
  width: 3rem;
  text-align: center !important;
  transition: all 1s ease;
}

.expandida #logo-minified {
  margin: 0;
  padding: 0;
}

.expandida #logo-minified i {
  position: absolute;
  top: 0;
  background: #6097ff;
  padding: 0.3rem 0.5rem;
  border-radius: 50px;
  margin-left: 40px;
  z-index: 1;
  margin-top: 1.15rem;
  padding-left: 0.55rem;
}

.expandida .micrologo {
  margin: 0 !important;
  padding: 0;
}

.expandida > .sidebar-heading > .row {
  max-height: 32px;
  overflow: hidden;
}

.expandida .sidebar-heading {
  padding: 1.15rem 1.25rem !important;
}

#sidebar-wrapper .sidebar-heading {
  font-size: 1.2rem;
  padding: 1.1rem 1.25rem;
}

#sidebar-wrapper .card-header {
  padding: 0;
  border-radius: 0 !important;
  border-bottom: 0;
}

#sidebar-wrapper .card {
  border-radius: 0 !important;
  background-color: transparent !important;
}

#sidebar-wrapper .btn-link {
  text-decoration: none;
  border-radius: 0;
  margin-top: 0;
  border: 0;
}

#sidebar-wrapper .btn span {
  transition: all 1s ease-in;
}

.condensed {
  letter-spacing: -1px;
}

@media (max-width: 540px) {
  .ico-whatsapp {
    right: 20px;
    left: auto;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }

  .ico-whatsapp img {
    width: 28px;
    height: 28px;
  }
  .condensed-xs {
    letter-spacing: -1px;
  }
}

@media (max-width: 767px) {
  #logo-minified {
    display: none !important;
  }
}

/***** CABECERA *****/

.navbar {
  padding-bottom: 0;
}

.icon-cabecera {
  /* font-size: 24px;
    padding: 5px; */
  display: inline-block;
}

.icon-cabecera::before {
  width: 40px;
  margin: 0;
}

.icon-carrito .icon-cabecera.icon-ico_carrito:before {
  content: url(../img/ico_carrito.svg);
}

.icon-carrito.show .icon-cabecera.icon-ico_carrito:before,
.icon-carrito .icon-cabecera.icon-ico_carrito:hover:before {
  content: url(../img/ico_carrito-hover.svg);
}

.icon-entregas .icon-cabecera.icon-ico_entregas:before {
  content: url(../img/ico_envios.svg);
}

.icon-entregas.show .icon-cabecera.icon-ico_entregas:before,
.icon-entregas .icon-cabecera.icon-ico_entregas:hover:before {
  content: url(../img/ico_envios-hover.svg);
}

.icon-preguntas .icon-cabecera.icon-ico_preguntas:before {
  content: url(../img/ico_preguntas.svg);
}

.icon-preguntas.show .icon-cabecera.icon-ico_preguntas:before,
.icon-preguntas .icon-cabecera.icon-ico_preguntas:hover:before {
  content: url(../img/ico_preguntas-hover.svg);
}

.icon-ico_operadores:before {
  content: url(../img/ico_operadores.svg);
}

.icon-mshops {
  background-image: url(../../assets/img/ico_mshops.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  filter: opacity(0.5);
  margin-top: -4px;
  margin-right: 3px;
  filter: grayscale(0.4);
}

.label-mshops {
  padding: 6px 15px 24px 3px !important;
  height: 28px;
  display: block;
  width: 102%;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: -6px;
}

.label-mshops span {
  display: block;
  margin-top: -26px;
  margin-left: 26px;
}

.menu-icon-tnube {
  background-image: url(../../assets/img/icon-tnube-blanco.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  filter: opacity(0.5);
}

#menu_tnube:hover .menu-icon-tnube {
  background-image: url(../../assets/img/icon-tnube-azul.svg);
  filter: opacity(1);
}

.menu-icon-shopee {
  background-image: url(../../assets/img/logo-shopee-blanco.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  filter: opacity(0.5);
}

#menu_shopee:hover .menu-icon-shopee {
  background-image: url(../../assets/img/icon-shopee-azul.svg);
  filter: opacity(1);
}

.menu-icon-paqueteria {
  background-image: url(../../assets/img/Icono-pauqeteria-izq.svg);
  width: 25px;
  height: 25px;
  background-size: 23px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  margin-right: 4px;
  margin-left: 5px;
}

#sidebar-wrapper .btn-link:hover .menu-icon-paqueteria {
  background-image: url(../../assets/img/icono-paqueteria-panel-izq-activo.svg);
}

.menu-ico_metricas {
  background-image: url(../../assets/img/metricas-general.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  filter: opacity(0.7);
}

#menu_metrics:hover .menu-ico_metricas {
  background-image: url(../../assets/img/metricas-general-hover.svg);
}

.menu-ico_metricas-general {
  background-image: url(../../assets/img/metricas-general-negocio.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.metricas-general:hover .menu-ico_metricas-general {
  background-image: url(../../assets/img/metricas-general-activo.svg);
}

.menu-ico_metricas-meli {
  background-image: url(../../assets/img/metricas-meli.svg);
  width: 25px;
  height: 25px;
  background-size: 28px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.metricas-meli:hover .menu-ico_metricas-meli {
  background-image: url(../../assets/img/metricas-meli-active.svg);
}

.menu-ico_metricas-mshops {
  background-image: url(../../assets/img/metricas-mshops.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.metricas-mshops:hover .menu-ico_metricas-mshops {
  background-image: url(../../assets/img/metricas-mshops-active.svg);
}

.menu-ico_metricas-mp {
  background-image: url(../../assets/img/metricas-mp.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.metricas-mp:hover .menu-ico_metricas-mp {
  background-image: url(../../assets/img/metricas-mp-active.svg);
}

.menu-ico_metricas-tnube {
  background-image: url(../../assets/img/logo-tnube-white.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.metricas-tnube:hover .menu-ico_metricas-tnube {
  background-image: url(../../assets/img/metricas-tnube-active.svg);
}

.menu-ico_metricas-shopee {
  background-image: url(../../assets/img/logo-shopee-blanco.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.metricas-shopee:hover .menu-ico_metricas-shopee {
  background-image: url(../../assets/img/icon-shopee-azul.svg);
}

.menu-ico_metricas-fisico {
  background-image: url(../../assets/img/metricas-fisico.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  filter: opacity(0.7);
}

.metricas-local-fisico:hover .menu-ico_metricas-fisico {
  background-image: url(../../assets/img/metricas-fisico-active.svg);
}

.icono-varita {
  background-image: url(../../assets/img/icono-varita.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  filter: opacity(0.7);
}

#menu_varita:hover .icono-varita {
  background-image: url(../../assets/img/icono-varita-active.svg);
}

.icon-telegram {
  background-image: url(../../assets/img/telegram-12.svg);
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: round;
}

#Dropdown-telegram {
  display: flex;
  height: 100%;
  width: 40px;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#Dropdown-telegram:hover {
  border-bottom: 2px solid #192640;
}

#Dropdown-telegram:hover i {
  background-image: url(../../assets/img/telegram-11.svg);
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: round;
}

.icon-cabecera:after {
  position: absolute;
  right: 10%;
  top: 10%;
  content: attr(data-count);
  font-size: 0.4em;
  padding: 0.3em;
  border-radius: 20%;
  line-height: 1em;
  color: white;
  background: rgba(255, 0, 0, 0.85);
  text-align: center;
}

.icon-cabecera.icon-ico_carrito:after,
.icon-cabecera.icon-ico_entregas:after,
.icon-cabecera.icon-ico_preguntas:after {
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
}

.icon-carrito,
.icon-entregas,
.icon-preguntas {
  padding-bottom: 2px;
}

.icon-carrito.show,
.icon-carrito:hover {
  background-color: #9a48bf25;
  border-bottom: 2px solid #9a48bf;
  padding-bottom: 0px;
}

.icon-entregas.show,
.icon-entregas:hover {
  background-color: #3d8f3625;
  border-bottom: 2px solid #3d8f36;
  padding-bottom: 0px;
}

.icon-preguntas.show,
.icon-preguntas:hover {
  background-color: #bf884825;
  border-bottom: 2px solid #bf8848;
  padding-bottom: 0px;
}

.icon-cabecera.icon-ico_carrito:after {
  background-color: #9a48bf;
}

.icon-cabecera.icon-ico_entregas:after {
  background-color: #3d8f36;
}

.icon-cabecera.icon-ico_preguntas:after {
  background-color: #bf8848;
}

.navbar .username {
  line-height: 2.5em;
  text-align: right !important;
  font-size: 0.7rem;
}

@media screen and (max-width: 425px) {
  .navbar .username {
    max-width: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
  }
  .icon-user .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 0.3rem;
  }
  .icon-user .card-notification h5 {
    font-size: 0.75rem;
  }
}

.icon {
  cursor: pointer;
}

.icon.show .card-notification {
  display: block;
}

.card-notification {
  width: 325px;
  position: absolute;
  z-index: 1010;
  display: none;
  right: 0;
}

.card-notification .card-header,
.card-notification .card-footer {
  font-size: 0.9rem;
}

.icon-user:hover,
.icon-user.show {
  background-color: #d7e5ff;
  border-bottom: #6097ff 2px solid;
}

.icon-user .card-notification {
  width: 200px;
}

.card-notification p {
  font-size: 11px;
  margin: 0;
  color: white;
}

.card-notification li {
  padding: 0.5rem 0.75rem;
}

.card-notification li:hover,
.card-notification li:focus {
  background-color: #007bff !important;
}

.card-notification .card-footer {
  color: white;
}

.card-notification .card-footer:hover {
  color: #007bff;
}

.card-notification .card-body {
  max-height: 250px;
  overflow-y: scroll;
}
.multicuenta-card {
  max-height: fit-content !important;
}
.multicard-content {
  max-height: 250px;
  overflow-y: auto !important;
}

.multicard-content::-webkit-scrollbar {
  -webkit-appearance: none;
}
.multicard-content::-webkit-scrollbar:vertical {
  width: 10px;
}
.multicard-content::-webkit-scrollbar:horizontal {
  height: 10px;
}
.multicard-content::-webkit-scrollbar-button:increment,
.multicard-content::-webkit-scrollbar-button {
  display: none;
}
.multicard-content::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}

.multicard-content::-webkit-scrollbar-track {
  border-radius: 10px;
}

.card-notification .card-body::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #292c3b;
  border-radius: 10px;
}

.card-notification .card-body::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
  width: 10px;
  background-color: #292c3b;
}

.card-notification .card-body::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.44, rgb(122, 153, 217)),
    color-stop(0.72, rgb(73, 125, 189)),
    color-stop(0.86, rgb(28, 58, 148))
  );
}

.bg-quaternary {
  background-color: #292c3b !important;
}

/* ESTILOS NOTIFICACIONES */

.icon.icon-notificaciones {
  cursor: default;
}

#Dropdown-notificaciones {
  display: flex;
  height: 100%;
  width: 40px;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#Dropdown-notificaciones:hover {
  border-bottom: 2px solid #192640;
}

#Dropdown-notificaciones i {
  font-size: 20px;
  vertical-align: middle;
  color: #a1a3af;
  transition: all 0.2s ease-in-out;
}

#Dropdown-notificaciones:hover i {
  color: #333;
}

.icon-notificaciones .card-notification {
  width: 275px;
}

.icon-notificaciones .card-notification .card-body {
  overflow-y: hidden;
}

.icon-notificaciones .card-notification p {
  color: #192640;
  font-size: 1rem;
  padding: 0.375rem 0.5rem;
  line-height: 34px;
  display: flex;
  justify-content: space-between;
}

.icon-notificaciones .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.icon-notificaciones .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.icon-notificaciones .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d5d5d5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.icon-notificaciones .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: #777;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.icon-notificaciones input:checked + .slider {
  background-color: #b6ffb0;
}

.icon-notificaciones input:focus + .slider {
  box-shadow: 0 0 1px #51bf48;
}

.icon-notificaciones input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  background-color: #51bf48;
}

.icon-notificaciones .slider.round {
  border-radius: 34px;
}

.icon-notificaciones .slider.round:before {
  border-radius: 50%;
}

.form-control-plaintext:focus {
  outline: none !important;
}

.form-control.coupon {
  border-radius: 0.25rem !important;
}

@media screen and (min-width: 992px) {
  .navbar .username {
    line-height: 2.5em;
    text-align: right !important;
    font-size: 1rem;
  }
}

/************************************************************************************

CUERPO - GENERALES

*************************************************************************************/

#page-content-wrapper {
  color: #192640;
}

.c-pointer {
  cursor: pointer !important;
}

.rot-0 {
  transform: rotate(0deg);
}

.rot-180 {
  transform: rotate(180deg);
}

.v-sub {
  vertical-align: sub;
}

.font-weight-bold {
  font-weight: 600 !important;
}

@media (min-width: 991px) {
  .sticky {
    position: fixed !important;
    right: 0;
    top: 0;
    width: 17.15%;
    margin: 0 !important;
  }
}

@media (max-width: 540px) {
  #page-content-wrapper {
    padding-bottom: 60px;
  }
}

/****Correccion al boton de cierre de alert****/

.alert button.close {
  height: 2em;
  margin-right: 5px;
}

.material-icons {
  font-size: 15px;
  vertical-align: text-top;
}

.alert {
  font-size: 1rem;
  margin: 0;
}

@media (max-width: 540px) {
  .alert {
    font-size: 0.8rem;
  }
}

/*****Titulo principal ****/

.titulo-maestro {
  color: #304b7f !important;

  font-weight: 700;
}

/*******PILLS *****/

/*
.nav-pills {
    font-weight: bolder;
}

.nav-pills .nav-link {
    background: #e3e4e6 !important;
    color: #192640;
}


.nav-pills .nav-link.active {
    background-image: linear-gradient(to bottom, #192640, #304b7f) !important;
    color: #fff;
}
*/

/***Nav pills redondeadas***/

/*
.nav-pills-s .nav-link {
    background: transparent !important;
}

.nav-pills-s {
    background: #f5f5f5;
    border-radius: 20px;
    font-size: 11px;
}

.nav-pills-s .nav-link {
    padding: 0.35rem 20px;
}

.nav-pills-s .active>.nav-link {
    color: #fff !important;
}

.nav-pills-s .active {
    border-radius: 20px;
    box-shadow: 1px 1px 5px #000;
    background-image: linear-gradient(to bottom, #192640, #304b7f) !important;
}

@media screen and (max-width: 540px) {
    .pills-ventas .nav-link {
        font-size: 8px;
    }
    .pills-ventas {
        margin-bottom: 15px;
    }
    .s-2 .nav-link {
        font-size: 8px;
    }
    .pill-content {
        display: flex;
        justify-content: center;
    }
}


*/

/*****FORM EFFECTS*****/

.input-group,
.input-group input,
.input-group-append > .input-group-text,
.input-group-prepend > .input-group-text {
  transition: all 1ms ease-in, background-color 1ms ease;
}

.enfocus {
  outline: 1px solid #7ea6f8;
  outline-offset: -1px;
}

.form-control {
  color: #192640;
}

input.form-control {
  border-radius: 0;
}

.input-group-text {
  border-radius: 0;
}

.enfocus input {
  color: #7ea6f8 !important;
  background-color: #fff;
  border-color: #7ea6f8;
  outline: 0;
  box-shadow: none !important;
}

.enfocus input:focus {
  box-shadow: none !important;
}

.enfocus input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7ea6f8 !important;
  opacity: 1;
  /* Firefox */
}

.enfocus input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7ea6f8 !important;
}

.enfocus input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7ea6f8 !important;
}

.enfocus .input-group-append > .input-group-text {
  color: #fff;
  background: #7ea6f8 !important;
  border: 1px solid #7ea6f8 !important;
}

.inlineprep .input-group-text {
  background: #fff !important;
}

.inlineprep .input-group-prepend {
  border-right: none !important;
}

.inlineprep input {
  border-left: none !important;
}

.inlineprep.enfocus .input-group-text {
  color: #7ea6f8 !important;
}

/****PREGUNTA EN GRIS***/

i.preguntic {
  margin-left: 3px !important;
  font-size: 9px !important;
  line-height: 9px !important;
  width: 13px !important;
  height: 13px !important;
  background: #304b7f;
  padding: 0px !important;
  border-radius: 50% !important;
  cursor: pointer;
  /* vertical-align: middle; */
  vertical-align: text-top !important;
  margin-top: 2px;
  display: inline-table !important;
  letter-spacing: 0 !important;
}
i.preguntic.preguntic-grey {
  background: #d9d9d9;
}
i.preguntic.fix:before {
  margin-right: 0.5px;
  margin-left: -0.5px;
}

i.preguntic:hover {
  background: #192640 !important;
  color: white !important;
}

.icon-question-light:before {
  vertical-align: text-bottom;
  margin: 0;
  font-size: 13px;
  color: #fff;
}

.preguntic-grey.icon-question-light:before {
  vertical-align: text-bottom;
  margin: 0;
  font-size: 13px;
  color: #43475f;
}

.icono-gris i.preguntic {
  vertical-align: text-top;
  margin-top: 0.15rem;
  margin-left: -1px;
  display: inline-table;
  font-size: 9px !important;
}

/* DATEPICKERRANGE */

.daterangepicker {
  position: absolute;
  color: white;
  background-color: #121c30;
  font-family: poppins, sans-serif;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(25, 38, 64, 0.16);
  -moz-box-shadow: 0px 6px 12px 0px rgba(25, 38, 64, 0.16);
  box-shadow: 0 6px 12px 0 rgba(25, 38, 64, 0.16);
  min-width: 270px;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  min-width: 32px;
  width: 32px;
  height: 32px;
  border-radius: 0;
  font-family: Poppins;
  font-size: 13px;
  padding: 7px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-color: #6097ff;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #6097ff;
}

.daterangepicker th.available:hover span {
  border-color: white;
}

.daterangepicker .calendar-table {
  border: none;
  border-radius: 0;
  background-color: #121c30;
}

.daterangepicker thead tr:nth-child(2) th {
  color: #a1a3af;
  background-color: #192640;
}

.daterangepicker tbody td {
  color: #fff;
  background-color: transparent;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: transparent;
  border-color: none;
  color: #88b1ff;
}

.daterangepicker td.in-range {
  background-color: #b0cbff;
  border-color: transparent;
  color: #192640;
  border-radius: 0;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #6097ff;
  border-color: transparent;
  color: #fff;
}

.daterangepicker td.start-date {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.daterangepicker td.end-date {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: none;
  display: none;
  line-height: 1.23;
  vertical-align: middle;
  width: 100%;
}

.daterangepicker .drp-buttons .applyBtn {
  border-radius: 3px;
  background-color: #6097ff;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  padding: 9px;
  color: #ffffff;
  text-align: center;
}

.daterangepicker .drp-buttons .cancelBtn {
  border-radius: 3px;
  background-color: #f88888;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  padding: 9px;
  color: #ffffff;
  text-align: center;
}

.daterangepicker .drp-buttons .cancelBtn,
.daterangepicker .drp-buttons .applyBtn {
  width: 100%;
  max-width: 119px;
  margin-top: 8px;
}

.daterangepicker:before,
.daterangepicker:after {
  border: none !important;
}

@media (max-width: 540px) {
  .daterangepicker .drp-buttons {
    text-align: center;
    padding: 8px;
  }
  .daterangepicker .drp-buttons .cancelBtn,
  .daterangepicker .drp-buttons .applyBtn {
    width: 100%;
    max-width: 254px;
    margin-top: 8px;
  }
}

/******Dropdown Opciones*******/

.dropdown-menu.show {
  display: block;
  padding: 10px;
  padding-bottom: 0;
  color: #fff;
  background-color: #121c30;
}

.dropdown-menu .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ffff;
  background-color: #304b7f !important;
}

.dropdown-menu .custom-control-input:checked ~ .custom-control-label::after {
  top: 0.1rem;
  background-image: url(../img/check_03.svg) !important;
}

.dropdown-menu .custom-control-input ~ .custom-control-label::before {
  color: #fff;
  border-color: #304b7f;
  background-color: #ffffff !important;
  top: 0.1rem;
}

/*.custom-checkbox .custom-control-input:checked~.custom-control-label::after,
.custom-control-input:checked~.custom-control-label::after {
    background-image: url(../img/check_01.svg);
}*/

.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::after {
  background-image: url(../img/check_03.svg);
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #007bff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #c5c8cf;
  border-color: #c5c8cf;
}

.custom-control-label::before {
  top: 0.15rem;
}

.custom-control-labeledima::before {
  top: 5px !important;
}
.custom-control-labeledima::after {
  top: 5px !important;
}

.custom-control-label::after {
  top: 0.15rem;
  background: no-repeat 50% / 60%;
}

@media screen and (max-width: 540px) {
  .dropdown-menu .custom-control-input ~ .custom-control-label::before {
    top: 0;
  }
  .custom-control-label::after {
    top: 0;
  }
}

.dropdown-menu .custom-controls-stacked input[type="text"].form-control {
  border-radius: 0.25rem;
}

.dropdown-menu
  .custom-controls-stacked:hover
  .custom-control-input
  ~ .custom-control-label::before {
  color: #fff;
  border-color: #ffff;
  background-color: #4871bf !important;
}

.dropdown-menu .custom-controls-stacked:hover {
  background: #4871bf !important;
  color: #fff;
}

/* BOTONES */

.btn {
  appearance: none;
  border: none;
}

.btn-light {
  background: #edeef0 !important;
}

.btn-light:focus {
  border-color: transparent;
  box-shadow: none;
}

.btn-light:hover i {
  color: #212529;
}

.btn-outline-primary {
  color: #4871bf;
  border-color: #4871bf;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #4871bf;
  border-color: #4871bf;
}

.btn-outline-secondary {
  color: rgba(67, 71, 95, 0.75);
  border: 1px solid rgba(67, 71, 95, 0.75);
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: rgba(67, 71, 95, 0.75);
  border: 1px solid rgba(67, 71, 95, 0.75);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgba(67, 71, 95, 0.75);
  border: 1px solid rgba(67, 71, 95, 0.75);
  box-shadow: none !important;
}

.pills-archivo {
  border-radius: 3px;
  background-color: #d7e5ff;
  color: #304b7f;
  min-width: 70px;
  text-align: center;
  padding-inline: 7px;
  display: flex;
  align-items: center;
}

.pills-archivo:hover {
  background-color: #b0cbff;
  color: #304b7f;
}

.div_archivo {
  display: flex;
  padding: 2px 4px;
  align-items: center;
  gap: 8px;
}

.delete_file {
  font-size: 16px;
  margin-left: 8px;
}

.delete_file:hover {
  cursor: pointer;
}

.btn-file2,
.btn-file {
  border-radius: 4px;
  background-color: #d7e5ff;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #304b7f;
  padding: 7.5px;
  width: 100%;
  max-width: 180px;
  min-width: 112px;
}

.btn-file2:hover,
.btn-file:hover {
  background-color: #b0cbff;
  color: #304b7f;
}

.btn-file-disabled {
  background-color: #a1a3af;
  color: #ffffff;
}

.btn-file-disabled:hover {
  color: #ffffff;
}

.btn-green {
  border-radius: 3px;
  background-color: #b6ffb0;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #1b4018;
  padding: 7.5px;
  width: 100%;
  max-width: 112px;
  min-width: 112px;
}

.btn-green:hover {
  background-color: #1b4018;
  color: #fff;
}

.btn-brown {
  border-radius: 3px;
  background-color: #ffdab0;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #402e18;
  padding: 9px;
  width: 100%;
  max-width: 112px;
  min-width: 112px;
}

.btn-brown:hover {
  background-color: #402e18;
  color: #fff;
}

.btn-style-two {
  border-radius: 3px;
  background-color: #6097ff;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.btn-style-two .iconsvg {
  width: 15px;
  height: 19px;
  display: inline-block;
  vertical-align: text-bottom;
  background-image: url(../img/menuTilde.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-style-two:hover {
  color: #6097ff;
  background-color: #d9e7ff;
}

.btn-style-two:hover .iconsvg {
  background-image: url(../img/menuTildeHover.svg);
}

@media (max-width: 540px) {
  .btn-outline-primary,
  .btn-outline-secondary,
  .btn-custom-primary,
  .form-control {
    font-size: 0.8rem;
  }
  .btn {
    font-size: 13px;
  }
}

/***** ICONO EN GRIS *****/

.icono-gris i {
  padding: 3px;
  border-radius: 0.2rem;
  /* font-size: 0.8em; */
}

.icono-gris i:before {
  font-size: 13px;
}

.icono-gris:hover i.preguntic:hover {
  background: #192640 !important;
  color: white !important;
}

/******Numero en circulo****/

.circular {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px !important;
  line-height: 17px;
  width: 35.75px !important;
  height: 35.75px !important;
  padding: 4px 5px;
  text-align: center;
  border-radius: 50%;
}

.circular.azul {
  background: #4871bf;
  color: #fff;
}

.circular.oscuro {
  background: #192640;
  color: #fff;
}

/*********CARDS***************/

.card {
  box-shadow: 0px 3px 3px 0px rgba(24, 31, 71, 0.08);
  border: none;
}

.card.nopadding {
  border-radius: 0.5rem;
  /* overflow: hidden !important;
    overflow-y: visible!important; */
}

.card.nopadding > .card-body {
  padding: 0 !important;
}

.topcard {
  padding: 10px;
  background-color: rgba(67, 71, 95, 0.75) !important;
  font-size: 14px;
}

.topcard i {
  align-self: center;
  margin-left: 3px;
  color: #192640;
}

.topcard.new {
  background-color: #43475f !important;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-family: Poppins;
  font-size: 16px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.card-body .row {
  margin-right: -10px;
  margin-left: -10px;
}

.row.no-gutters {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 900px) {
  .row.no-gutters .col-6 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -11.2rem;
  }
  #wrapper.toggled #sidebar-wrapper .menu-switch {
    padding: 0 0.75rem;
  }
  #wrapper.toggled #sidebar-wrapper .btn {
    float: right !important;
    display: block !important;
    text-align: right !important;
    padding-right: 0;
  }
  #wrapper.toggled #sidebar-wrapper .btn span {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    display: inline-block;
    /*display: none;*/
  }
  #wrapper.toggled #sidebar-wrapper .btn i {
    padding: 0 1rem;
  }
  #wrapper.toggled .ico-whatsapp {
    right: 20px;
    left: auto;
    bottom: 20px;
    margin: 0;
    width: 50px !important;
    height: 50px !important;
  }

  #wrapper.toggled .ico-whatsapp img {
    width: 28px !important;
    height: 28px !important;
  }
  #wrapper.toggled #menuacordeon > .card > .card-header > h2 > button:after {
    content: none !important;
  }
}

@media (min-width: 992px) {
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -10.6rem;
  }
}

/****Area Compras****/

.muestra input {
  background: #fdfdd7 !important;
  border: #fdfdd7 !important;
  color: #192640;
  text-align: center;
}

.muestra .input-group-text {
  background: #fcfcb0 !important;
  border: #fcfcb0 !important;
  color: #bfbb48;
}

.muestra input:active,
.muestra input:focus {
  border: none !important;
  box-shadow: none !important;
}

/******LIsta de Precios *****/

.listaprods {
  padding: 0;
}

/***Colores en botonera***/

.linkamarillo {
  background: #fef6eb !important;
}

.linkamarillo a,
.linkamarillo i {
  color: #cda06b;
}

.linkvioleta {
  background: #f9ebff;
}

.linkvioleta a,
.linkvioleta i {
  color: #f90df0 !important;
}

.linkazul {
  background: #ebf2ff;
}

.linkazul a,
.linkazul i {
  color: #7091cf;
}

.btn-light:active,
.btn-light:hover {
  background: #6097ff !important;
  color: #fff !important;
}

.paquete-rechazado {
  background-color: #ff6060;
  color: #fff;
  font-size: 14px !important;
  width: 176px;
  text-align: center;
  border-radius: 4px;
  padding: 3px 6px;
}

.btn {
  cursor: pointer;
}

.btn-inactive,
.btn-inactive:disabled {
  background-color: #727587 !important;
  color: #fff;
}

.btn-degradado.azul {
  background: #152941;
  background: -moz-linear-gradient(top, #152941 0%, #224b79 100%) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #152941),
    color-stop(100%, #224b79)
  ) !important;
  background: -webkit-linear-gradient(top, #152941 0%, #224b79 100%) !important;
  background: -o-linear-gradient(top, #152941 0%, #224b79 100%) !important;
  background: -ms-linear-gradient(top, #152941 0%, #224b79 100%) !important;
  background: linear-gradient(to bottom, #152941 0%, #224b79 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#152941', endColorstr='#224B79', GradientType=0) !important;
  color: #fff !important;
}

.btn-degradado.rojo,
.btn-degradado.rojo:hover {
  background: #d2444e;
  background: -moz-linear-gradient(top, #d2444e 0%, #ff6060 100%) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #d2444e),
    color-stop(100%, #ff6060)
  ) !important;
  background: -webkit-linear-gradient(top, #d2444e 0%, #ff6060 100%) !important;
  background: -o-linear-gradient(top, #d2444e 0%, #ff6060 100%) !important;
  background: -ms-linear-gradient(top, #d2444e 0%, #ff6060 100%) !important;
  background: linear-gradient(to bottom, #d2444e 0%, #ff6060 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#D2444E', endColorstr='#FF6060', GradientType=0) !important;
  color: #fff !important;
}

.btn-degradado.verde {
  background: #367f30;
  background: -moz-linear-gradient(top, #367f30 0%, #51bf48 100%) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #367f30),
    color-stop(100%, #51bf48)
  ) !important;
  background: -webkit-linear-gradient(top, #367f30 0%, #51bf48 100%) !important;
  background: -o-linear-gradient(top, #367f30 0%, #51bf48 100%) !important;
  background: -ms-linear-gradient(top, #367f30 0%, #51bf48 100%) !important;
  background: linear-gradient(to bottom, #367f30 0%, #51bf48 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#367f30', endColorstr='#51bf48', GradientType=0) !important;
  color: #fff !important;
}

.btn-degradado:hover,
.btn-degradado:active,
.dropdown.show .btn-degradado {
  background: #224b79;
  background: -moz-linear-gradient(top, #224b79 0%, #152941 100%) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #224b79),
    color-stop(100%, #152941)
  ) !important;
  background: -webkit-linear-gradient(top, #224b79 0%, #152941 100%) !important;
  background: -o-linear-gradient(top, #224b79 0%, #152941 100%) !important;
  background: -ms-linear-gradient(top, #224b79 0%, #152941 100%) !important;
  background: linear-gradient(to bottom, #224b79 0%, #152941 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#224B79', endColorstr='#152941', GradientType=0) !important;
  color: #fff;
}

.btn-degradado.verde:hover {
  background: #51bf48;
  background: -moz-linear-gradient(top, #51bf48 0%, #367f30 100%) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #367f30),
    color-stop(100%, #367f30)
  ) !important;
  background: -webkit-linear-gradient(top, #51bf48 0%, #367f30 100%) !important;
  background: -o-linear-gradient(top, #51bf48 0%, #367f30 100%) !important;
  background: -ms-linear-gradient(top, #51bf48 0%, #367f30 100%) !important;
  background: linear-gradient(to bottom, #51bf48 0%, #367f30 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#51bf48', endColorstr='#367f30', GradientType=0) !important;
  color: #fff !important;
}

.btn-degradado:hover i,
.btn-degradado:active i {
  color: white;
}

.dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg) !important;
}

.dropdown-toggle::after {
  content: url(../img/arrow_btn.svg);
  border: none;
  width: 10px;
  height: auto;
  vertical-align: middle;
  transition: all 0.2s ease;
}

.btn-eliminar:hover {
  background: #c34c4c !important;
  background: -moz-linear-gradient(
    top,
    #c34c4c 0%,
    #da6666 44%,
    #f38383 100%
  ) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #c34c4c),
    color-stop(44%, #da6666),
    color-stop(100%, #f38383)
  ) !important;
  background: -webkit-linear-gradient(
    top,
    #c34c4c 0%,
    #da6666 44%,
    #f38383 100%
  ) !important;
  background: -o-linear-gradient(
    top,
    #c34c4c 0%,
    #da6666 44%,
    #f38383 100%
  ) !important;
  background: -ms-linear-gradient(
    top,
    #c34c4c 0%,
    #da6666 44%,
    #f38383 100%
  ) !important;
  background: linear-gradient(
    to bottom,
    #c34c4c 0%,
    #da6666 44%,
    #f38383 100%
  ) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c34c4c', endColorstr='#f38383', GradientType=0) !important;
  color: #fff !important;
  border-color: none !important;
}

/*****MODAL*****/

.modal-content {
  border-radius: 0.5rem !important;
}

.close {
  opacity: 1 !important;
  padding: 5px !important;
}

.close i.icon-ico_close-copia::before {
  font-size: 11px;
  margin-top: -1px;
  vertical-align: middle;
  margin-right: 0.1em;
}

.cierramodal {
  margin: 10px;
  font-size: 16px;
  background: #21232f !important;
  padding: 6px;
  border-radius: 50%;
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.cierramodal:hover {
  background: #6097ff !important;
  color: #fff !important;
}

.modal input.form-control {
  border-radius: 0.25rem;
  padding: 1.33rem 1rem;
}

.modal h5.text-primary {
  color: #88b1ff !important;
}

.modal p a {
  color: #6097ff;
  font-size: 14px;
}

.modal .text-primary-light {
  color: #6097ff;
}

.modal label {
  font-size: 14px;
}

.modal input[type="number"] {
  color: #192640;
  font-size: 14px;
}

.input-group-text {
  border-radius: 0.25rem;
}

.modal i.preguntic {
  color: white;
  margin-bottom: 2px;
}

.modal i.preguntic:hover {
  color: #192640 !important;
  background-color: #ccc !important;
}

#form-enviar-comprobante i.preguntic:hover {
  background: #192640 !important;
  color: white !important;
}

.modal .light-blue-hover:hover {
  background: #6097ff;
}

.modal input[type="number"]:focus {
  color: #6097ff;
}

.btn-cancelar {
  /*background: transparent !important;
  border: 1px solid #fff !important;*/
  color: #fff !important;

  background: linear-gradient(to bottom, #152941 0%, #224b79 100%) !important;
}

.btn-cancelar:hover {
  /*background: #304b7f !important;
  border: 1px solid #fff !important;*/
  color: #fff !important;

  background: linear-gradient(to bottom, #224b79 0%, #152941 100%) !important;
}

#mod-precio .modal-body p {
  font-size: 14px;
}

#mod-precio .custom-control-label {
  padding-top: 9px;
}

#mod-precio .custom-radio .custom-control-label::before {
  margin-top: 9px;
}

#mod-precio .input-group {
  width: 30%;
  margin-left: 5px;
}

#mod-precio
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  top: 12px;
}

#delete-modal {
  z-index: 99999;
}

#delete-modal .close,
#unlock-modal .close {
  position: absolute;
  top: -15%;
  right: -6%;
}

.modal-confirm .close {
  position: absolute;
  top: -19px;
  right: -19px;
}

.modal-confirm .close .cierramodal {
  margin: 0;
}

.modal-confirm .modal-body {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-confirm p {
  font-size: 16px;
  line-height: 1.56;
}

.close:focus {
  box-shadow: none;
  outline: none;
}

#delete-modal .close .cierramodal,
#detallecompras .close .cierramodal,
#unlock-modal .close .cierramodal,
.modal .close .cierramodal {
  display: inline-block;
}

#delete-modal .close .cierramodal::before,
#detallecompras .close .cierramodal:before,
#unlock-modal .close .cierramodal::before {
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 0.1rem;
}

#delete-modal .modal-content,
#unlock-modal .modal-content {
  padding: 2rem 5rem;
}

#delete-modal .modal-body p,
#unlock-modal .modal-body p {
  font-size: 16px;
}

#delete-modal #code-delete,
#unlock-modal #code-unlock {
  font-size: 26px;
}

#delete-modal .btn,
#unlock-modal .btn {
  font-size: 14px;
}

#msj-modal {
  font-size: 16px !important;
}

@media all and (max-width: 540px) {
  .modal-footer {
    display: block;
    text-align: center;
  }
  .modal-footer button {
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 254px;
    margin: 0 auto 0.75rem;
  }
  .modal h5 {
    font-size: 1rem;
  }
  #mod-precio .input-group {
    width: 40%;
    margin-left: 5px;
  }
  #mod-precio .custom-radio.custom-control-inline {
    justify-content: space-between;
  }
  #delete-modal .modal-dialog,
  #unlock-modal .modal-dialog {
    padding: 0.5rem;
  }
  #delete-modal .modal-content,
  #unlock-modal .modal-content {
    padding: 1rem;
  }
  #delete-modal .close,
  #unlock-modal .close {
    position: absolute;
    top: -13%;
    right: -9%;
  }
  .modal-confirm .close {
    position: absolute;
    top: -19px;
    right: -12px;
  }
  #delete-modal .btn,
  #unlock-modal .btn {
    font-size: 13px;
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
}

/******TOOLTIPS*****/

.light-tooltip .popover-header {
  background: #fff;
  border-color: #fff;
  color: #121c30;
  padding: 15px 20px;
  text-align: center;
  letter-spacing: 0.25px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  line-height: 1.75;
  border-radius: 3px;
  font-size: 12px;
}

.light-tooltip .popover-body {
  background: #fff;
  border-color: #fff;
  color: #121c30;
  padding: 10px;
  text-align: center;
  letter-spacing: 0.25px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
  border-radius: 3px;
  font-size: 12px;
}

.dark-tooltip .popover-header {
  background: #121c30;
  border-color: #121c30;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  letter-spacing: 0.25px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  line-height: 1.75;
  border-radius: 3px;
  font-size: 12px;
}

.dark-tooltip .popover-body {
  background: #121c30;
  border-color: #121c30;
  color: #fff;
  padding: 10px;
  text-align: center;
  letter-spacing: 0.25px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
  border-radius: 3px;
  font-size: 12px;
}

.popover-header:empty {
  display: none;
}

.popover-body:empty {
  display: none;
}

.light-tooltip .popover.bs-popover-top > .arrow:after {
  border-top-color: #fff;
}

.light-tooltip .popover.bs-popover-bottom > .arrow:after {
  border-bottom-color: #fff;
}

.light-tooltip .popover.bs-popover-left > .arrow:after {
  border-left-color: #fff;
}

.light-tooltip .popover.bs-popover-right > .arrow:after {
  border-right-color: #fff;
}

.dark-tooltip .popover.bs-popover-top > .arrow:after,
.dark-tooltip .popover.bs-popover-top > .arrow:before {
  border-top-color: #121c30;
}

.dark-tooltip .popover.bs-popover-bottom > .arrow:after,
.dark-tooltip .popover.bs-popover-bottom > .arrow:before {
  border-bottom-color: #121c30;
}

.dark-tooltip .popover.bs-popover-left > .arrow:after,
.dark-tooltip .popover.bs-popover-left > .arrow:before {
  border-left-color: #121c30;
}

.dark-tooltip .popover.bs-popover-right > .arrow:after,
.dark-tooltip .popover.bs-popover-right > .arrow:before {
  border-right-color: #121c30;
}

@media (max-width: 768px) {
  /*
    #sidebar-wrapper.expandida {
        width: 100vw;
    }
    */
  #wrapper.toggled .navbar-toggler.nav-boton {
    display: none;
  }
  h1 {
    font-size: 1.5rem;
  }
}

/*********PAGINADOR **********/

.pagination .page-item,
.pagination .page-item a {
  border-radius: 0.4rem !important;
  border-top-left-radius: 0.4rem !important;
  border-top-left-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !important;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pagination .page-item a {
  border: none !important;
  margin-left: 5px;
  color: #999;
}

.pagination .page-item.active a {
  background: #1b2946;
  background: -moz-linear-gradient(
    top,
    #1b2946 0%,
    #23375d 44%,
    #2c4677 100%
  ) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #1b2946),
    color-stop(44%, #23375d),
    color-stop(100%, #2c4677)
  ) !important;
  background: -webkit-linear-gradient(
    top,
    #1b2946 0%,
    #23375d 44%,
    #2c4677 100%
  ) !important;
  background: -o-linear-gradient(
    top,
    #1b2946 0%,
    #23375d 44%,
    #2c4677 100%
  ) !important;
  background: -ms-linear-gradient(
    top,
    #1b2946 0%,
    #23375d 44%,
    #2c4677 100%
  ) !important;
  background: linear-gradient(
    to bottom,
    #1b2946 0%,
    #23375d 44%,
    #2c4677 100%
  ) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1b2946', endColorstr='#2c4677', GradientType=0) !important;
  color: #fff !important;
}

.pagination .page-item:hover a {
  background: #2c4677;
  background: -moz-linear-gradient(
    top,
    #2c4677 0%,
    #23375d 56%,
    #1b2946 100%
  ) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #2c4677),
    color-stop(56%, #23375d),
    color-stop(100%, #1b2946)
  ) !important;
  background: -webkit-linear-gradient(
    top,
    #2c4677 0%,
    #23375d 56%,
    #1b2946 100%
  ) !important;
  background: -o-linear-gradient(
    top,
    #2c4677 0%,
    #23375d 56%,
    #1b2946 100%
  ) !important;
  background: -ms-linear-gradient(
    top,
    #2c4677 0%,
    #23375d 56%,
    #1b2946 100%
  ) !important;
  background: linear-gradient(
    to bottom,
    #2c4677 0%,
    #23375d 56%,
    #1b2946 100%
  ) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2c4677', endColorstr='#1b2946', GradientType=0) !important;
  color: #fff !important;
}

.paginador-container {
  margin: 0 auto !important;
}

.paginador-container .card-body {
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-link:focus {
  box-shadow: none;
}

/* ITEMTABLA */
.itemtabla-bloq {
  height: 200px !important;
}
.itemtabla:nth-child(even) {
  background: #fafafa !important;
}

.itemtabla:hover {
  background: #f5f9ff !important;
}

.itemtabla {
  border-bottom: 1px solid #a1a3af75;
  padding-left: 8px;
}

.itemtabla:last-child {
  border-bottom: 0px;
}

@media all and (max-width: 768px) {
  #page-content-wrapper .card > .card-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  #page-content-wrapper .listaprods {
    margin: 20px;
  }
  .itemtabla {
    padding-bottom: 20px;
    padding-left: 0;
  }
}

/***BUSCAR LUGAR**/

/**** COrrecciones al bootstrap***/

.bg-secondary {
  background-color: rgba(67, 71, 95, 0.75) !important;
}

.topcard {
  font-size: 1em !important;
}

.card-body {
  font-size: 14px !important;
}

.nobold:hover,
.nobold:active,
.nobold:visited,
.nobold a:hover,
.nobold a:active,
.nobold a:visited {
  font-weight: normal !important;
  color: #359bff !important;
}

#menu-chevron {
  padding-top: 5px;
}

#logo-expanded {
  padding-left: 10px;
}

.botonmovil {
  margin-top: 10px;
}

.botonmovil:hover {
  color: #359bff !important;
  cursor: pointer;
}

.botonmovil span {
  width: 100%;
  border-bottom: 3px #292c3b solid;
  display: block;
  margin-bottom: 5px;
}

#sidebar-wrapper .btn-link:hover i,
#sidebar-wrapper .btn-link:hover a,
#sidebar-wrapper .btn-link:hover span {
  color: #359bff !important;
}

#sidebar-wrapper .btn span,
#sidebar-wrapper .btn i {
  transition: all 0.2s ease-in;
}

/**** MENU ACORDDION ****/
/*
#menuacordeon i {
  font-size: 19px;
  padding: 3px;
}

#menuacordeon button {
  color: #a1a3af;
}

#menuacordeon button:focus {
  color: white !important;
}

#menuacordeon button:focus i {
  filter: opacity(1);
}

#menuacordeon button[aria-expanded="true"] i {
  filter: opacity(1);
}

#menuacordeon button span {
  font-size: 12px !important;
}

#menuacordeon .card {
  box-shadow: none !important;
  border: none !important;
}

#menuacordeon button.interno {
  font-weight: normal !important;
  border-left: none !important;
  background: #292c3b !important;
  color: white;
}

#menuacordeon button.interno:hover {
  background: #21232f !important;
}

#menuacordeon button.collapsed {
  font-weight: normal;
  border-color: #43475f;
  background: #43475f !important;
}

#menuacordeon .card {
  padding: 0 !important;
  margin: 0 !important;
  background: #292c3b !important;
}

#menuacordeon > .card > .card-header > h2 > button:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 12.5px;
}

#menuacordeon > .card > .card-header > h2 > button.collapsed:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#menuacordeon .card-body {
  padding: 0;
}

#menuacordeon button:hover {
  font-weight: bolder;
  border-color: #292c3b;
  border-left: 4px solid #6097ff;
  border-radius: 0 !important;
  box-sizing: border-box;
  background: #292c3b !important;
}

#menuacordeon button:focus,
#menuacordeon button[aria-expanded="true"] {
  background: #21232f !important;
  border-color: #21232f;
  box-sizing: border-box;
  border-left: 4px solid #6097ff;
  color: white;
}

#menuacordeon button.collapsed:focus {
  border-left: 4px solid #6097ff;
}

#menuacordeon button#add-cart {
  background: #c5c8cf;
  padding: 0 0.35rem;
}

#menuacordeon button#add-cart:hover,
#menuacordeon button#add-cart:focus,
#menuacordeon button#add-cart:visited {
  background: #c5c8cf !important;
  border: 0 !important;
}

#menuacordeon button[aria-expanded="false"] .badge {
  display: initial;
}

#menuacordeon button[aria-expanded="true"] .badge {
  display: none;
}
*/
/* ESTILOS COMPARTIDOS */

/* general */

.tabla-inventario,
.tabla-ventas,
.tabla-pub-similar,
.tabla-clientes {
  font-size: 1.25em !important;
}

.dropdown-content {
  margin: 0 !important;
}

.dropdown-content .dropdown {
  display: inline-block;
  width: 100%;
}

.dropdown-content .dropdown button {
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 10px;
}

/* .buscador .dropdown-content .dropdown button {
  max-width: 190px;
} */

.dropdown-content .dropdown-menu.show {
  display: block;
  width: max-content;
  padding: 10px 0 0;
  max-width: 190px;
  box-shadow: 2px 2px 15px 0px #00000026;
}

.dropdown-content .imprimir .dropdown-menu.show {
  max-width: 235px;
}

.dropdown-content .dropdown-menu h6 {
  font-size: 11px;
}

.dropdown-content .dropdown-menu label {
  font-size: 11px;
  vertical-align: initial;
}

.dropdown-content .dropdown-menu .group {
  padding-bottom: 10px;
}

.dropdown-content .dropdown-menu .group:last-child {
  padding-bottom: 0px;
}

.dropdown-content .dropdown-menu .custom-controls-stacked,
.dropdown-content .dropdown-menu .custom-controls-unhover {
  padding: 0 10px;
}

.dropdown-content .dropdown-menu select,
.collapse select {
  background-color: #121c30;
  background: url("../img/ico_rec_drop.svg") no-repeat right 0.75rem center/12px
    12px;
  border: 1px solid #a1a3af;
  color: #a1a3af;
  font-size: 11px;
}

.dropdown-content .dropdown-menu select:not(.select-special):focus,
.collapse:not(.select-special) select:focus {
  background: url("../img/ico_rec_col.svg") no-repeat right 0.75rem center/12px
    12px;
  /*background-color: #121c30;*/
  border: 1px solid #4871bf;
  /* color: #f5f5f5; */
  color: #495057;
  font-size: 11px;
}

.custom-select {
  background: url("../img/ico_rec_drop.svg") no-repeat right 0.75rem center/12px
    12px;
}

.custom-select:focus {
  background: url("../img/ico_rec_col.svg") no-repeat right 0.75rem center/12px
    12px;
}

.custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../img/check_01.svg);
}

.dropdown-content .dropdown-menu select option,
.collapse select option {
  border: 1px solid #121c30;
}

.tabla-ventas p i,
.tabla-clientes p i {
  width: 23px;
  height: 23px;
}

.tabla-ventas p i:before,
.tabla-clientes p i:before {
  margin: 0 1px;
  font-size: 16px;
}

.tabla-ventas p,
.tabla-clientes p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.tabla-ventas .color-preguntas,
#detallecompras .color-preguntas {
  background-color: #fdedd780;
}

.tabla-ventas .color-preguntas a,
#detallecompras .color-preguntas a,
#detallecompras .color-preguntas i,
.tabla-ventas .color-devuelto {
  color: #bf8848 !important;
}

.tabla-ventas .color-mensajes,
#detallecompras .color-mensajes {
  background-color: #f3d7ff80;
}

.tabla-ventas .color-mensajes a,
#detallecompras .color-mensajes a,
#detallecompras .color-mensajes i {
  color: #9a48bf !important;
}

.tabla-ventas .color-primary,
#detallecompras .color-primary {
  background-color: #ebf2ff;
}

.tabla-ventas .color-primary a,
#detallecompras .color-primary a,
#detallecompras .color-primary i {
  color: #4871bf !important;
}

.tabla-ventas .color-no-adjuntado {
  color: #b58d85 !important;
}

p a {
  color: #4871bf;
}

.btn-custom-primary,
.btn-aplicar {
  color: #fafafa !important;
  background: #4871bf;
  transition: all 1ms ease-in, background-color 1ms ease;
  padding: 0.1rem 0.75rem;
}

.btn-custom-primary:hover,
.btn-aplicar:hover {
  color: #fafafa !important;
  background: -moz-linear-gradient(
    180deg,
    rgba(73, 114, 194, 1) 0%,
    rgba(96, 151, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(73, 114, 194, 1) 0%,
    rgba(96, 151, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(73, 114, 194, 1) 0%,
    rgba(96, 151, 255, 1) 100%
  );
}

.btn-custom-remito {
  color: #fafafa !important;
  background: #138c32;
  transition: all 1ms ease-in, background-color 1ms ease;
  padding: 0.1rem 0.75rem;
}

.btn-custom-remito:hover {
  color: #184018 !important;
  background: -moz-linear-gradient(
    180deg,
    rgba(73, 114, 194, 1) 0%,
    rgba(96, 151, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(81, 191, 72, 1) 0%,
    rgba(182, 255, 176, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(81, 191, 72, 1) 0%,
    rgba(182, 255, 176, 1) 100%
  );
}

.input-stock {
  max-width: 70px;
  padding-left: 5px;
  border-radius: 3px;
  border: #edeef0 solid 1px;
}

.btn-eliminar,
.btn-exportar {
  font-weight: 600;
  font-size: 10px;
  max-width: 110px;
  display: inline-flex;
}

.btn-eliminar span img,
.btn-exportar span img {
  height: 1.1rem;
}

.btn-custom-style-1 {
  background-color: #d7e5ff;
  color: #192640;
  cursor: pointer;
  transition: 0.2s all ease;
  font-weight: 600;
}

.btn-custom-style-1:hover {
  background-color: #4871bf;
  color: white;
}

.btn-custom-style-2 {
  background-color: #6097ff;
  color: white;
  cursor: pointer;
  transition: 0.2s all ease;
  font-weight: 600;
  width: 175px;

  font-size: 14px;
}

.btn-custom-style-2:hover {
  background-color: #d7e5ff;
  color: #6097ff;
}

.btn-custom-style-3 {
  background-color: #88b1ff;
  color: white;
  cursor: pointer;
  transition: 0.2s all ease;
  font-weight: 600;
  width: 100%;
  max-width: 112px;
}

.btn-custom-style-3:hover {
  background-color: #d7e5ff;
  color: #88b1ff;
}

.text-custom-success {
  color: #51bf48;
}

body::-webkit-scrollbar-track,
.lista_mensajes::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track,
.box-chat::-webkit-scrollbar-track,
#list-resp::-webkit-scrollbar-track,
.lista-negra .bloqueos.scroll-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
  border-radius: 10px;
}

body::-webkit-scrollbar,
.lista_mensajes::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar,
.box-chat::-webkit-scrollbar,
#list-resp::-webkit-scrollbar,
.lista-negra .bloqueos.scroll-bar::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}

body::-webkit-scrollbar-thumb,
.lista_mensajes::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb,
.box-chat::-webkit-scrollbar-thumb,
#list-resp::-webkit-scrollbar-thumb,
.lista-negra .bloqueos.scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4871bf;
}

.atwho-view {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin-top: 18px;
  background: #192640;
  color: white;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  min-width: 250px;
  z-index: 11110 !important;
}

.atwho-view .cur {
  background: #007bff;
  color: white;
  border: 1px solid #007bff;
}

.atwho-view .cur strong {
  color: white;
  font: 600;
}

.atwho-view ul {
  border-radius: 3px;
  list-style: none;
  background-color: #192640;
  padding: 0;
  margin-bottom: 0;
  overflow-y: auto;
  max-height: 300px;
}

.atwho-view ul::-webkit-scrollbar {
  -webkit-appearance: none;
}

.atwho-view ul::-webkit-scrollbar:vertical {
  width: 8px;
}

.atwho-view ul::-webkit-scrollbar:horizontal {
  height: 10px;
}

.atwho-view ul::-webkit-scrollbar-button:increment,
.atwho-view ul::-webkit-scrollbar-button {
  display: none;
}

.atwho-view ul::-webkit-scrollbar-thumb {
  background-color: #4871be;
  border-radius: 10px;
  border: 1px solid #4871be;
}

.atwho-view ul::-webkit-scrollbar-track {
  border-radius: 10px;
}

.atwho-view ul li {
  display: block;
  background-color: #192640;
  border: 1px solid #192640;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 1rem;
}

.atwho-view ul li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.atwho-view ul li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.iconrounded {
  background-color: #d7e5ff;
  text-align: center;
  border-radius: 50%;
  padding: 0.148rem 0.704rem 0.4rem;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 26px;
  height: 26px;
}

.iconrounded:before {
  margin: 0;
  color: #88b1ff;
  font-size: 8px;
  transition: all 0.2s ease;
}

.iconrounded.toggled::before {
  transform: rotate(180deg);
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d5d5d5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #777;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #b6ffb0;
}

input:focus + .slider {
  box-shadow: 0 0 1px #51bf48;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #51bf48;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

textarea:focus,
input.form-control:focus {
  color: #6097ff !important;
}

input.form-control::placeholder {
  color: #6c757d;
  opacity: 0.8;
}

/* WebKit, Blink, Edge */

input.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 0.8;
}

/* Mozilla Firefox 4 to 18 */

input.form-control::-o-placeholder {
  color: #6c757d;
  opacity: 0.8;
}

/* Mozilla Firefox 19+ */

input.form-control:-moz-input-placeholder {
  color: #6c757d;
  opacity: 0.8;
}

/* Internet Explorer 10-11 */

input.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 0.8;
}

/* i.icon-ico_mail::before {
  font-size: 11px !important;
} */

.notas span {
  color: #157efb;
  font-size: 14px;
}

.ver-mas-notas span {
  color: #157efb;
  font-size: 14px;
}

.notas span:hover {
  text-decoration: underline;
}

.content-notes p {
  display: flex;
  align-items: flex-start;
}

.content-notes p,
.content-notes p i::before {
  font-size: 12px;
}

.content-notes p i {
  cursor: pointer;
  background-color: #edeef0;
  color: #192640;
  padding: 0px 1.65px;
  border-radius: 3px;
  display: none;
  width: 18px;
  height: 18px;
}

.content-notes p:hover i {
  display: inline-block;
}

.content-notes p i:hover {
  background-color: #192640;
  color: white;
}

.content-notes .texto {
  max-width: 65%;
}

.content-notes span {
  display: inline-block;
}

#content-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
}

#content-loader.d-none #loader {
  display: none;
}

#content-loader.d-flex #loader {
  display: block;
}

#content-loader-aux {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
}

#content-loader-aux.d-none #loader {
  display: none;
}

#content-loader-aux.d-flex #loader {
  display: block;
}

#content-loader-lotes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
}

#content-loader-lotes.d-none #loader {
  display: none;
}

#content-loader-lotes.d-flex #loader {
  display: block;
}

#content-loader-compats {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
}

#content-loader-compats.d-none #loader {
  display: none;
}

#content-loader-compats.d-flex #loader {
  display: block;
}

#loader {
  z-index: 9999;
  position: relative;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* NUEVO LOADER */

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fcf;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  background-color: #192640;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  background-color: #4871bf;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  background-color: #6097ff;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  background-color: #88b1ff;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.table .botones-accion {
  min-width: 128px;
}

.table .botones-accion-tributo {
  min-width: 75px;
}

.table-hover tbody tr:hover {
  color: #192640;
  background-color: #b0cbff50;
}

.table {
  color: #192640;
  border-spacing: 0;
  border: none;
}

@media (max-width: 540px) {
  .table {
    font-size: 0.8rem;
  }
  .tabla-inventario,
  .tabla-ventas,
  .tabla-pub-similar,
  .tabla-clientes {
    font-size: 0.8rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .encabezado .titulo-maestro {
    font-size: 1.5em;
  }
  .encabezado .lead {
    font-size: 1rem;
  }
  .btn-aplicar {
    font-size: 0.8rem;
  }
  .btn-light {
    font-size: 13px;
  }
  .dropdown-content .dropdown-menu.show {
    width: 95%;
  }
  .dropdown-content .dropdown button {
    width: 100%;
  }
  .buscador h5 {
    font-size: 1em;
  }
  .buscador input.form-control {
    font-size: 0.7rem;
  }
  .lista_mensajes::-webkit-scrollbar,
  .scrollbar::-webkit-scrollbar {
    height: 7px;
    background-color: transparent;
  }
  .iconrounded {
    padding: 0.095rem 0.561rem 0.34rem;
    margin: 0 2px;
  }
  .btn-eliminar,
  .btn-exportar {
    max-width: 125px;
    font-size: 10px;
  }
  .btn-eliminar span img,
  .btn-exportar span img {
    height: 13px;
  }
  .modal-footer p {
    font-size: 13px;
  }
}

.icono-chat-leido {
  width: 16px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

CSS ENCUESTA.HTML 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#encuesta-page {
  max-width: 228px;
  width: 100%;
  position: fixed;
  bottom: 10px;
  right: 86px;
}

#encuesta-page .titulo-encuesta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#encuesta-seccion .titulo-encuesta {
  text-align: center;
}

#encuesta-seccion .titulo-encuesta p {
  text-align: center;
  display: inline-block;
}

#encuesta-seccion .titulo-encuesta .button-toggle {
  display: inline-block;
  float: right;
}

#encuesta-page .titulo-encuesta p,
#encuesta-seccion .titulo-encuesta p {
  margin: 0;
  font-size: 13px;
}

#encuesta-page .titulo-encuesta .button-toggle img,
#encuesta-seccion .titulo-encuesta .button-toggle img {
  width: 15px;
  cursor: pointer;
}

#encuesta-page .cuerpo-encuesta ul,
#encuesta-seccion .cuerpo-encuesta ul {
  padding: 0;
  list-style: none;
}

#encuesta-page .cuerpo-encuesta ul li,
#encuesta-seccion .cuerpo-encuesta ul li {
  display: inline-block;
  padding: 0 5px;
}

#encuesta-page .cuerpo-encuesta ul li img,
#encuesta-seccion .cuerpo-encuesta ul li img {
  width: 32px;
  transition: ease 0.2s all;
  cursor: pointer;
}

#encuesta-page .cuerpo-encuesta ul li img:hover,
#encuesta-seccion .cuerpo-encuesta ul li img:hover {
  transform: scale(1.25);
}

#encuesta-page .cuerpo-encuesta ul li.emoji img.emoji-gray,
#encuesta-seccion .cuerpo-encuesta ul li.emoji img.emoji-gray {
  display: none;
}

#encuesta-page .cuerpo-encuesta ul li.emoji.gray img.emoji-gray,
#encuesta-seccion .cuerpo-encuesta ul li.emoji.gray img.emoji-gray {
  display: inline-block;
}

#encuesta-page .cuerpo-encuesta ul li.emoji.gray img.emoji-color,
#encuesta-seccion .cuerpo-encuesta ul li.emoji.gray img.emoji-color {
  display: none;
}

#encuesta-page .cuerpo-encuesta ul li.active img,
#encuesta-seccion .cuerpo-encuesta ul li.active img {
  transform: scale(1.25);
}

#encuesta-page .cuerpo-encuesta p,
#encuesta-seccion .cuerpo-encuesta p {
  font-size: 13px;
}

.btn-custom-style-1 {
  background-color: #d7e5ff;
  color: #192640;
  cursor: pointer;
  transition: 0.2s all ease;
  font-weight: bold;
}

.btn-custom-style-1:hover {
  background-color: #4871bf;
  color: white;
}

.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.span-new {
  margin-left: 10px;
  background: #5096fd;
  color: #fff !important;
  padding: 0px 5px 0px 5px;
  border-radius: 4px;
  font-size: 0.8rem !important;
  font-weight: 100 !important;
  position: relative;
  margin-top: 15px;
}

.span-full {
  margin-left: 50px;
  background: #5096fd;
  color: #fff !important;
  padding: 0px 5px 0px 5px;
  border-radius: 4px;
  font-size: 0.8rem !important;
  font-weight: 100 !important;
  position: relative;
  margin-top: 15px;
}

/*MODAL BIENVENIDA*/
#modalBienvenida input::placeholder {
  color: #03014c;
}

.x-close-icon-modal {
  background-image: url("../icons/Grupo 19402.svg");
  width: 30px;
  height: 30px;
}
.container-registro {
  width: 100%;
  height: 100%;
  background-color: white;
}
.contenedor__registro--principal {
  width: 50%;
}
#modalBienvenida .opciones {
  display: flex;
  justify-content: space-between;
  width: 450px;
  margin-top: 18px;
}
.modal-login__x-close-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.opciones__box {
  width: 74%;
  display: flex;
  flex-direction: column;
}
.opciones__box--check {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.input-contact {
  width: 500px;
}
.opciones__box--check--end {
  justify-content: flex-end;
}
.opciones__box__label {
  margin-bottom: 0px;
}
.tabs-users {
  display: flex;
  align-items: center;
  height: 58px;
}
.tabs-users__tab {
  width: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  cursor: pointer;
}
.tabs-users__tab > span {
  height: 40px;
  color: gray;
  font-size: 18px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.tabs-users__tab--selected > span {
  color: #03014c;
}
.tabs-users__tab__line {
  border-right: 2px solid #dadada;
}
.selected-line {
  height: 2px;
  border-bottom: 3px solid #5c8ef0;
  position: absolute;
}
.selected-line--administrator {
  left: 44px;
  width: 40%;
}
.selected-line--operator {
  left: 434px;
  width: 30%;
}
.tags-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.tags-box {
  padding-right: #f6f6f6;
  border-radius: 12px;
  width: 184px;
  background: #f6f6f6;
  margin-bottom: 8px;
  max-height: 56px;
  display: flex;
  align-content: center;
  align-items: center;
  cursor: pointer;
  height: 48px;
}
.tags-box:hover {
  background-color: #e5e5e5;
}
.tags-box > img {
  object-fit: contain;
  margin: 0px !important;
  border-radius: 12px;
}
.tags-box__gmail {
  margin-left: 14px !important;
}
.tags-box > span {
  font-size: 15px;
  margin-left: 8px;
  color: #03014c;
  display: flex;
  align-items: center;
}
.tags-box__social-img {
  height: 32px;
}

.tags-box--separator > img {
  padding-left: 4px;
}
.container {
  max-width: 100%;
}
.container-tabs-number {
  width: 96%;
  display: flex;
  justify-content: center;
  margin-top: 8px;
  padding-left: 64px;
}

.number-step--tercer {
  width: 96%;
  display: flex;
  justify-content: center;
  margin-top: 8px;
  padding-left: 38px;
}

.container-tabs-number--tercer {
  width: 98%;
  display: flex;
  justify-content: center;
  margin-top: 8px;
  padding-left: 38px;
}
.containers-tabs-number__step {
  height: 50%;
  border-bottom: 2px solid #5c8ef0;
  width: 36px;
}
.container-tabs-number__box {
  height: 50px;
  width: 50px;
  border: 2px solid #5c8ef0;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-tabs-number__box--selected {
  background-color: #5c8ef0;
}
.container-tabs-number__box--selected > span {
  color: #fff !important;
}
.container-tabs-number__box > span {
  font-size: 24px;
  font-weight: bold;
  color: #43475f;
}

#registerForm {
  margin-top: 27px;
}
.register-title {
  font-size: 32px;
}
.carousel {
}
.tercer__pantalla-know {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  top: 60px;
}

.elipse {
  width: 488px;
  height: 18px;
}

.fondo2 {
  /* height: 100%; */
}

#modalBienvenida .logo {
  position: relative;
  bottom: 300px;
}

.logo2 {
  width: 266px;
  height: 48px;
  position: relative;
  background: transparent 0% 0% no-repeat padding-box;
  opacity: 1;
  z-index: 1;
}

.prueba {
  position: relative;
  font-size: 30px;
  color: rgb(248, 250, 251, 1);
  width: 503px;
  height: 43px;
  bottom: 250px;
}

.prueba2 {
  position: relative;
  font-size: 30px;
  color: #21232f;
  width: 503px;
  height: 43px;
}

.prueba3 {
  color: #f8fafb;
}

h1 {
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 35px;
  color: rgba(67, 71, 95, 1);
}

.iconos img {
  margin-right: 5px;
  cursor: pointer;
  width: 49px;
}

.iconos img:hover {
  border: 3px solid #5c8ef0;
  border-radius: 50%;
  transition: 0.1s;
}

.iconos3 img {
  margin-bottom: 6px;
  margin-right: 6px;
}

.iconos4 img {
  margin-bottom: 6px;
  margin-right: 6px;
}

.iconos4 a {
  color: #03014c;
}

.iconos4 {
  position: relative;
  left: 25px;
}

.centrado {
  position: absolute;
  top: 10px;
  left: 80px;

  z-index: 2;
}

.centrado1 {
  position: absolute;
  left: 77px;
  bottom: 65px;
}

.centrado2 {
  position: absolute;
  left: 273px;
  bottom: 65px;
}

.centrado3 {
  position: absolute;
  left: 77px;
  bottom: 5px;
}

.centrado4 {
  position: absolute;
  left: 273px;
  bottom: 5px;
}

.iconos3 a {
  color: #03014c;
}

#modalBienvenida .button {
  height: 3.3em;
  background: #5c8ef0;
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  border: none;
  opacity: 1;
  text-indent: 0px;
}

.registro,
.crear,
.iconos,
.linea,
.boton,
.ingresar {
  text-align: center;
  font-size: 21px;
}
.crear {
  margin-top: 2rem !important;
}

.iconos__borde {
  text-align: center;
  font-size: 21px;
}

.iconos__borde img {
  cursor: pointer;
}

.ingresar {
  font-size: 16px;
}

.olvide {
  color: #5c8ef0;
  text-decoration: none;
  cursor: pointer;
}

.olvide:hover {
  color: #5c8ef0;
  text-decoration: none;
}

.crear2 {
  font-size: 21px;
}

.linea0 {
  text-align: center;
  font-size: 21px;
}

.terminos {
  text-align: left;
  font-size: 16px;
}

#modalBienvenida input {
  width: calc(100% - 2px);
  display: block;
  height: 3.5em;
  border: 1px solid #03014c80;
  border-radius: 8px;
  opacity: 0.5;
  text-indent: 70px;
  outline: 0;
  font-size: 16px;
  color: #03014c;
}

#modalBienvenida input:focus {
  opacity: 1;
}

.span__registro {
  font-size: 16px;
}

.contenedor__slider {
  width: 800px;
  height: 817px;
}

.password_invalid_confirm {
  font-size: 14px !important ;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
}

.email2 {
  background-image: url(../icons/Combined-Shape.svg);
  background-repeat: no-repeat;
  background-position: 25% 70%;
  text-align: center;
}

.email2 label {
  position: relative;
}

.email2 input {
  text-indent: 30px;
}

.smileface {
  width: 18px;
  height: 18px;
}

.correoimg {
  background-image: url(../icons/Combined-Shape.svg);
}

.candadoimg {
  background: url(../icons/Vector.svg);
}

.iconos__input {
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 40px;
  top: 50%;
  background-position: center center;
  margin-top: -10px;
}

.ojito {
  background-image: url(../icons/141947.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 40px;
  cursor: pointer;
  filter: opacity(50%);
  top: 50%;
  background-position: center center;
  margin-top: -10px;
}
.ojito__tachado {
  background-image: url(../icons/141948.svg);
  filter: opacity(100%);
}

.password3 {
  background-image: url(../icons/Vector.svg);
  background-repeat: no-repeat;
  background-position: 25% 70%;
  text-align: center;
}

.password4 {
  background-image: url(../icons/Vector.svg);
  background-repeat: no-repeat;
  background-position: 25% 70%;
  align-items: center;
  text-align: center;
}

.password4 label {
  position: relative;
  right: 30px;
}

.nocoin2 {
  position: relative;
  right: 30px;
  color: #f2381c;
}

.password3 label {
  position: relative;
  right: 35px;
}

.password3 input {
  position: relative;
  left: 12.5px;
  text-indent: 30px;
}

.ojo {
  position: relative;
  left: 350px;
  bottom: 40px;
  cursor: pointer;
}

.ojo2 {
  position: relative;
  right: 50px;
  cursor: pointer;
}

.nocoin {
  color: #f2381c;
}

.sadface {
  width: 18px;
  height: 18px;
}

.sadface3 {
  position: relative;
  left: 25px;
}

#modalBienvenida .button:hover {
  background-color: #3a77ee;
}

.centro {
  text-align: center;
}

.linea {
  font-size: 21px;
}

.linea1 {
  background-image: url(../img/linea.png);
  background-repeat: repeat-x;
  /* background-position: 10%; */
  width: 200px;
  height: 1px;
  background: #5c8ef0;
  opacity: 0.14;
  border: 0.5px solid #5c8ef0;
  border-radius: 1px;
  margin: auto;
}

.linea2 {
  background-image: url(../img/linea.png);
  background-repeat: repeat-x;
  /* background-position: 10%; */
  width: 64px;
  height: 1px;
  background: #5c8ef0;
  opacity: 0.14;
  border: 0.5px solid #5c8ef0;
  border-radius: 1px;
  margin: auto;
  float: left;
  position: relative;
  top: 16px;
}

.linea3 {
  background-image: url(../img/linea.png);
  background-repeat: repeat-x;
  /* background-position: 10%; */
  width: 64px;
  height: 1px;
  background: #5c8ef0;
  opacity: 0.14;
  border: 0.5px solid #5c8ef0;
  border-radius: 1px;
  margin: auto;
  float: right;
  position: relative;
  top: 16px;
}

.linea4 {
  background-image: url(../img/linea.png);
  background-repeat: repeat-x;
  /* background-position: 10%; */
  width: 30%;
  height: 1px;
  background: #5c8ef0;
  opacity: 0.14;
  border: 0.5px solid #5c8ef0;
  border-radius: 1px;
  margin: auto;
  float: left;
  position: relative;
  top: 15px;
}

.linea5 {
  background-image: url(../img/linea.png);
  background-repeat: repeat-x;
  /* background-position: 10%; */
  width: 30%;
  height: 1px;
  background: #5c8ef0;
  opacity: 0.14;
  border: 0.5px solid #5c8ef0;
  border-radius: 1px;
  margin: auto;
  float: right;
  position: relative;
  top: 15px;
}
.box-password-input {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
}

.box-password-input__labels {
  display: flex;
  justify-content: space-between;
}
.box-password-inputs__labels__error {
  font-size: 14px;
}

.box-password-input__labels > span {
  font-size: 16px;
}
#modalBienvenida .checkbox-round {
  background-size: cover;
  text-align: center;
  font-size: 16px;
  border-radius: 100%;

  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #d9d8d8;
}

.checkbox-round:focus {
  border: none;
}

.checkbox-round:checked {
  background-image: url(../icons-bienvenida/711239-1.svg);
  /* margin: auto; */
  background-repeat: no-repeat;
}
.text-decoration {
  text-decoration: none !important;
}

#modalBienvenida .checkbox {
  text-align: center;
  font-size: 16px;
  width: 400px;
  position: relative;
  left: 150px;
  display: flex;
  justify-content: space-between;
}

.checkbox a {
  color: #5c8ef0;
}

.checkbox a:hover {
  text-decoration: none;
}

.ingresar a {
  color: #5c8ef0;
}

.ingresar a:hover {
  text-decoration: none;
}

.ingresarcomo {
  display: flex;
  justify-content: center;
  /* background-color: #455B6314; */
  box-shadow: 0px 12px 16px #455b6314;
  height: 72px;
}

.ingresarcomo input {
  border: none;
  text-align: center;
  width: 300px;
  margin-top: 10px;
  background: #fff;
}

.linea6 {
  background-image: url(../img/linea.png);
  background-repeat: repeat-y;
  /* background-position: 10%; */
  width: 1px;
  background: #43475f;
  opacity: 0.14;
  border: 0.5px solid #43475f;
  border-radius: 1px;
  height: 70%;
  margin-top: 15px;
}

.linea__bot {
  position: absolute;
  height: 3px;
  background: #3a77ee;
  width: 50%;
  left: 0;
  bottom: 0;
  transition-duration: 0.5s;
}
.linea__bot__right {
  left: 50%;
  transition-duration: 0.5s;
}

#modal__password,
#modal_recuperar__password {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.primer__pantalla {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.segunda__pantalla {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-tabs-number__number-step--segunda {
  padding-left: 0px;
}

.tercer__pantalla {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.velo__negro {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: absolute;
}
.ventana2 {
  z-index: 3;
}

.linea7 {
  background-image: url(../img/linea.png);
  background-repeat: repeat-y;
  /* background-position: 10%; */
  width: 100%;
  height: 1px;
  background: #43475f;
  opacity: 0.14;
  border: 0.5px solid #43475f;
  border-radius: 1px;
  position: absolute;
  left: 0;
}

.iniciarsesion {
  font-size: 35px;
  font-weight: 700;
  color: #43475f;
  text-align: center;
}

.ventana {
  width: 736px;
  height: 100%;
  min-height: 765px;
  background-color: #ffffff;
  /* border: 1px solid #00000029; */
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
}

.ventana2 {
  width: 948px;
  height: 640px;
  background-color: #ffffff;
  /* border: 1px solid #00000029; */
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
}

.ingresarnueva {
  font-size: 35px;
  font-weight: 700;
  color: #43475f;
  text-align: center;
}

.ingresarnueva img {
  width: 194px;
  height: 35px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.ventana3 {
  width: 736px;
  height: 467px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute;
    top:40%;
    left:31%; */
}

.ingresamail {
  font-size: 22px;
  text-align: center;
}

.ingresamail2 {
  font-size: 22px;
  text-align: center;
}

.ventana4 {
  width: 736px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
}
.conoce {
  margin-bottom: 0px !important;
}
.contenedor__bienvenido {
  max-width: 100%;
  width: 80%;
  background-color: #ffffff;
  border-radius: 8px;
  /* box-shadow: 0px 3px 6px #00000029; */
  /* box-shadow: 0 -1045px #FFF inset,300px 0 #A0A0A0 inset, 800px 0 #5C8EF0 inset, 1200px 0 #A0A0A0 inset; */
}

.contenedor__numero {
  position: absolute;
  top: 0;
}

.circulo__numero {
  position: relative;
  bottom: 30;
}

#modalBienvenida > .numero {
  position: relative;
  bottom: 100;
  left: 32;
  font-size: 30px;
  font-weight: 700;
  color: #43475f;
  z-index: 2;
}

.cerrar {
  position: absolute;
  bottom: -20;
  right: 0;
  cursor: pointer;
}

.logo__bienvenido img {
  width: 192px;
  height: 35px;
  margin-top: 20px;
}

.logo__abajo {
}

.alregistrarme a {
  color: #5c8ef0;
}

.alregistrarme a:hover {
  color: #03014c;
}

.texto__bienvenido p {
  font-size: 35px;
  font-weight: 700;
  color: #43475f;
  text-align: center;
}

.linea8 img {
  width: 450px;
  height: 1px;
  border-radius: 1px;
}
.label__tel {
  margin-bottom: 0px;
}
.conoce p {
  font-size: 25px;
  color: #5c8ef0;
  text-align: center;
}

.contenedor__video {
  width: 803px;
  height: 455px;
  margin-bottom: 0px !important;
}

.contenedor__video iframe {
  border-radius: 8px;
}

#modalBienvenida .contenedor__boton input {
  background: #43475f;
}
#modalBienvenida .contenedor__botton__button-secondary:hover {
  background-color: #20232d !important;
}
.input-otro {
  margin-top: 24px !important;
  width: 460px;
  height: 3.5em;
  border: 1px solid #03014c80;
  border-radius: 8px;
  opacity: 0.5;
  text-indent: 34px !important;
  outline: 0;
  font-size: 16px;
}
.input-otro:focus {
  border-color: #03014c;
}
.opciones__box--secondary {
  width: 24% !important;
  display: flex;
  align-items: flex-start;
}

.select-country {
  margin-left: 1em;
  max-width: 80px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fff;
  position: absolute;
  z-index: 20;
}
.select-country__country {
  border-radius: 8px;

  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  font-size: 14px;
  padding-right: 8px;
}
.label__name::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 35px;
  background-image: url(../icons-bienvenida/747376.svg);
  background-repeat: no-repeat;
  top: 50%;
  background-position: center center;
  margin-top: -10px;
}

select#pais option[value="Argentina"] {
  background-image: url(../icons/330487.svg);
}

.paises__codigo {
  width: 40px;
  position: absolute;
  bottom: calc(50% - 7.5px);
  left: 35px;
  z-index: 2;
  cursor: pointer;
}

.paises_codigo_all {
  min-width: 67px;
  bottom: -243px;
  z-index: 2;
  background: white;
  border: solid 1px #dedede;
  left: -4px;
  border-top: 0;
  border-radius: 8px;
  padding: 3px;
  padding-left: 8px;
  padding-right: 8px;
}

.buenisimo {
  font-size: 18px;
  color: #5c8ef0;
  text-align: center;
}

.contenedor__siguiente img {
  cursor: pointer;
}

label input:focus {
  border-color: #03014c;
}

input:focus {
  border-color: #5c8ef0;
}

.contenedor__buenisimo p {
  font-size: 22px;
  color: #5c8ef0;
  text-align: center;
}

.contenedor__conectar p {
  display: block;
  position: absolute;
  top: 300px;
  z-index: 2;
  color: #5c8ef0;
  font-size: 20px;
}

.contenedor__conectar .mujer {
  position: relative;
  z-index: 2;
}

.cuadro {
  position: relative;
}

.cuadro__imagen {
  position: relative;
  display: inline-block;
  text-align: center;
}

.texto__encima {
  position: relative;
  bottom: 350;
}

.texto__encima p {
  position: absolute;
  font-size: 22px;
  color: #5c8ef0;
  text-align: center;
}

.contenedor__atras {
}

.asd {
  background: #ffe600;
  color: #03014c;
  width: 462px;
}

.asd2 {
  background: #009ee2;
  color: #03014c;
  width: 462px;
}

.asd3 {
  background: #eeecec;
  color: #03014c;
  width: 462px;
}

.cuadro__imagen input {
  bottom: 250;
}

.cuadro__imagen label {
  display: block;
}

.contenedor__botones {
  z-index: 2;
  bottom: 60px;
  position: absolute;
}

.label__email2::before {
  content: "";
  position: absolute;
  width: 57px;
  height: 39px;
  left: 20px;
  top: 10px;
  background-image: url(../icons/Enmascarar\ grupo\ 10.png);
  background-repeat: no-repeat;
}

.label__email3::before {
  content: "";
  position: absolute;
  width: 57px;
  height: 39px;
  left: 14px;
  top: 7px;
  background-image: url(../icons/Enmascarar\ grupo\ 9.png);
  background-repeat: no-repeat;
}

.label__email4::before {
  content: "";
  position: absolute;
  width: 57px;
  height: 39px;
  left: 26px;

  background-image: url(../icons/Enmascarar\ grupo\ 7.png);
  background-repeat: no-repeat;
}

.label__email2 .button {
  background: #ffe600;
  color: #03014c;
  width: 422px;
  outline: none;
}

.label__email2 .button:hover {
  background-color: #fcef78;
}

.label__email3 .button:hover {
  background-color: #30bbf6;
}

.label__email4 .button:hover {
  background-color: #e5e5e5;
}

.label__email2,
.label__email3,
.label__email4 {
  position: relative;
}

.label__email3 .button {
  background: #009ee2;
  color: #03014c;
  width: 422px;
  outline: none;
}

.label__email4 .button {
  background: #eeecec;
  color: #03014c;
  width: 422px;
  outline: none;
}

.contenedor__atras {
  cursor: pointer;
}

.alregistrarme {
  font-size: 16px;
}

.ingresarcomo button {
  border: none;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  background: none;
  color: #43475f;
  box-shadow: 0px 12px 16px #455b6314;
}

.text-danger {
  color: #f2381c !important;
}

.fancybox-content {
  background-color: transparent !important;
}

.padre__iconos {
  height: 55px;
}

/*Mobile*/

.col_registro {
  flex: 0 0 60%;
  max-width: 60%;
}
@media screen and (max-width: 1370px) {
  .col_registro {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  #modalBienvenida input,
  #modalBienvenida .button {
    height: 3em;
  }
}

@media screen and (max-width: 1000px) {
  .col_registro {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
/*End Mobile*/

.form-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-container {
  height: 98vh;
  display: flex;
  align-items: center;
}

.cards-container {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cards-container--success {
  justify-content: center;
  margin-top: 36px;
  min-height: 310px;
  min-width: 730px;
}
.cards-container--success > span {
  font-size: 21px;
}

.cards-container--success > img {
  margin-bottom: 36px;
  object-fit: contain;
}
.cards-container--recover {
  margin-top: 36px;
  min-height: 310px;
  min-width: 730px;
}

.card-container__form {
  width: 410px;
}

.card-container__form--recover {
  width: 60%;
}
.card-container__form__inputs {
  margin-bottom: 28px;
  margin-top: 36px;
}

.cards-container--recover-pass {
  margin-top: 20px;
  min-height: 468px;
  min-width: 86%;
  padding-top: 42px;
  padding-bottom: 42px;
}
.cards-container__form--recover {
  display: flex;
  align-content: center;
}

.card-container__form__box-inputs {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}

.card-box-inputs {
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
}

.card-box-inputs > span {
  padding-left: 15px;
}
.card-box-inputs__status {
  display: flex;
  align-content: center;
}
.card-box-inputs__status > img {
  padding-right: 15px;
}

.card-box-inputs__status__error {
  color: #f2381c;
  font-weight: bold;
  margin-right: 12px;
}
.ingresarnueva__img-logo {
  margin-top: 0px !important;
}
.card-box-inputs__status__error--none {
  display: none;
}

.card-box-inputs-last {
  margin-bottom: 36px;
}

.modals-closed--password {
  position: absolute;
  right: 340px;
  top: 284px;
}
.container-closed-modal {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1200px) {
  .cards-container--recover {
    min-width: 484px;
    max-width: 484px;
  }
  .card-container__form {
    width: 80%;
  }

  .cards-container--success {
    min-width: 480px;
    max-width: 480px;
  }

  .cards-container--success > span {
    font-size: 18px;
  }
  .card-container__form {
    width: 480px;
  }
}

.arrow-next-icon {
  height: 80px;
  width: 66px;
  background-repeat: no-repeat;
  background-image: url("../icons-bienvenida/Grupo 19401.svg");
}

.arrow-next-icon:hover {
  background-image: url("../icons-bienvenida/next-arrow-blue.svg");
}
.x-close-modal {
  padding-right: 14px;
  margin-top: 8px;
}
.x-close-modal-tercer {
  margin-top: 8px;
  margin-right: 0px !important;
}

.x-icon-close {
  background-image: url("../icons-bienvenida/x-icon.svg");
  height: 60px;
  width: 55px;
  margin-right: 14px;
  margin-top: 8px;
}
.x-icon-close:hover {
  background-image: url("../icons-bienvenida/x-icon-blue.svg");
}
.tags-redes {
  width: 292px;
  height: 55px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  margin-bottom: 12px;
}
.tags-redes span {
  font-size: 14px;
}
.tags-redes--meli img {
  min-width: 55px;
  padding-left: 6px;
}
.tags-redes--meli {
  background: #ffe600;
}
.tags-redes--meli:hover {
  background: #fcef78;
}
.tags-redes--mp {
  background: #009ee2;
}
.tags-redes--mp img {
  min-width: 55px;
  padding-left: 2px;
  margin-left: 6px;
}
.tags-redes--mp:hover {
  background: #30bbf6;
}
.tags-redes--demo {
  background: #eeecec;
}
.tags-redes--demo img {
  object-fit: contain;
  min-width: 40px;
  margin-left: 12px;
  margin-right: 18px;
}
.tags-redes--demo:hover {
  background: #e5e5e5;
}
.arrow-back-icon {
  height: 80px;
  width: 66px;
  background-repeat: no-repeat;

  background-image: url("../icons-bienvenida/Grupo\ 19400.svg");
}

.arrow-back-icon:hover {
  background-image: url("../icons-bienvenida/arrow-back-blue.svg");
}

.box-container-register {
  display: flex;
}
.box-container-register__carousel {
  width: 50%;
}
.buttons-boxing-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .box-container-register {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 36px;
  }
  .contenedor__registro--principal {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 3px 6px #00000029;
    width: 60%;
  }
  .box-container-register__carousel {
    display: none;
  }
  .registro-card {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
  .tabs-users__tab > span {
    font-size: 16px;
  }
  .modals__card-container__title {
    font-size: 28px !important;
  }
}
@media (max-width: 991px) {
  .iconos-xs {
    width: 94% !important;
  }
  .linea4 {
    display: none !important;
  }
  .linea5 {
    display: none !important;
  }
  .selected-line--operator {
    left: 300px;
    width: 36%;
  }
}
@media (max-width: 854px) {
  .contenedor__registro--principal {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 3px 6px #61424229;
    width: 85%;
  }
  .tabs-users__tab > span {
    font-size: 16px;
  }
  .iconos-xs {
    width: 100% !important;
  }
  .cards-container--recover {
    max-width: 436px;
    min-width: 436px;
  }
  .card-container__form {
    width: 80%;
  }
  .modals__card-container__sub-title > p {
    font-size: 18px !important;
  }

  .modals__card-container__line {
    width: 61% !important;
  }

  .cards-container--success {
    min-width: 370px;
    max-width: 370px;
  }

  .cards-container--success > span {
    font-size: 16px;
  }
  .card-box-inputs__status__error {
    font-size: 14px;
  }
  .card-box-inputs > span {
    font-size: 14px;
  }

  .card-container__form {
    width: 93%;
  }
}
.tienda-nube-icon {
  height: 47px;
  width: 47px;
  object-fit: contain;
  margin-right: 10px !important;
}
.mp-logo-background {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
}
.ml-logo-background {
  background-color: #fff159;
}
.celu-img {
  height: 400px;
}
.userimg {
  background-image: url("../icons-bienvenida/user-icon.svg");
}
.select-country__country img {
  width: 18px;
  height: 14px;
}
.country-icon-input {
  width: 18px;
  height: 14px;
}
@media (min-width: 576) {
  .contenedor__registro--responsive {
    max-width: 90.666667% !important;
    width: 90.666667% !important;
  }
}
@media (max-width: 610px) {
  .selected-line--operator {
    left: 250px;
    width: 36%;
  }
  .contenedor__registro--principal {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 3px 6px #61424229;
    width: 95%;
    margin-left: 12px;
  }
  .contenedor__registro--responsive {
    max-width: 90.666667% !important;
    width: 90.666667% !important;
  }
  .tabs-users__tab > span {
    font-size: 15px;
  }
  .card-principal {
    width: 900px;
  }
  body {
    background-size: cover !important;
  }
  .modals__card-container__title {
    font-size: 28px !important;
  }
  .cards-container--recover {
    max-width: 300px;
    min-width: 300px;
  }
  .cards-container--recover-pass {
    min-height: 300px;
    min-width: 95%;
    margin-top: 0px;
    display: flex;
    align-content: center;
    justify-content: center;
    box-shadow: none;
  }
  .card-container__form {
    width: 80%;
  }
  .modals__card-container__sub-title > p {
    font-size: 18px !important;
  }

  .modals__card-container__line {
    width: 61% !important;
  }

  .cards-container--success {
    min-width: 317px;
    max-width: 317px;
  }

  .cards-container--success > span {
    font-size: 14px;
  }
  .card-box-inputs__status__error {
    font-size: 14px;
  }
  .card-box-inputs > span {
    font-size: 14px;
  }

  .card-container__form {
    width: 93%;
  }
  .alregistrarme > p {
    font-size: 12px;
  }
}

@keyframes successAnimation {
  0% {
    height: 20px;
  }
  25% {
    height: 24px;
  }
  50% {
    height: 50px;
  }
  75% {
    height: 60px;
  }
  100% {
  }
}

.login-container-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-container-title > p {
  font-size: 32px;
  font-weight: bold;
  margin-top: 36px;
  margin-bottom: 18px;
}

.login-container-title__line {
  height: 2px;
  width: 380px;
  border-bottom: 1px solid #f4f4f6;
  margin-bottom: 32px;
}

.iconos-xs {
  width: 70%;
  margin: 0 auto;
}

.remember-pass {
  display: flex;
  justify-content: space-between;
}

.remember-pass > div {
  width: 50%;
}

.remember-pass__password {
  display: flex;
  justify-content: flex-end;
}
.remember-pass__password > a:hover {
  text-decoration: underline;
}

.login-width-operator-xs {
  margin-top: 36px;
}

#login-with {
  margin-top: 32px;
}

@media (max-width: 1200px) {
  .logoxik {
    width: 206px;
    height: 37px;
    position: absolute;
    top: unset;
    left: unset;
    z-index: -2;
  }

  .logo__row {
    justify-content: center;
  }
}

@media (max-width: 1000px) {
  .card-principal {
    width: 800px;
  }
}

/*  @media (min-width: 768px) {
  iframe {
    width: 586px;
    height: 331px;
  }
} 
@media (max-width: 768px){
  iframe {
    width: 386px;
    height: 331px;
  }
}
@media (min-width: 1200px) {
  iframe {
    width: 586px;
    height: 331px;
  }
}
@media (min-width: 1400px) {
  iframe {
    width: 700px;
    height: 400px;
  }
}
@media (min-width: 610px){ 
    iframe {
    width: 325px;
    height: 331px;
  }
} */

@media (max-width: 768px) {
  .contenedor__botones .boton__conectar1::before {
    left: 336;
    top: 10;
  }

  .contenedor__botones .boton__conectar2::before {
    left: 330;
    top: 80;
  }

  .contenedor__botones .boton__conectar3::before {
    top: 155;
  }
}

@media (max-width: 854px) {
  .linea4 {
    display: none !important;
  }
  .linea5 {
    display: none !important;
  }
  .mujer {
    width: 520px;
  }
  .texto__bienvenido p {
    font-size: 21px;
  }
  .linea8 img {
    width: 380px;
    max-width: 380px;
  }
  .opciones {
    width: 380px;
  }
  .input-contact {
    width: 400px;
  }
}
@media (max-width: 564px) {
  .card-principal {
    width: 900px;
  }
}

@media (max-width: 610px) {
  .mujer {
    display: none;
  }
  .contenedor__botones {
    position: relative;
    bottom: 0px !important;
    right: 0px !important;
  }
  .buttons-boxing-social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contenedor__conectar p {
    position: relative;
    top: 0px !important;
    font-size: 18px;
  }
  .contenedor__conectar {
    height: 350px;
    justify-content: center;
    align-items: center;
  }
  .contenedor-tercerPantalla {
    height: 600px !important;
  }
  body {
    background-size: auto;
  }
  .container-tabs-number {
    padding-left: 36px;
  }

  .contenedor__conectar p {
    top: 230px;
  }
  .contenedor__botones {
    bottom: 80px;
    right: 8px;
  }
  .mujer {
    width: 100%;
  }
  .button-socials-redes {
    width: 300px !important;
    color: transparent !important;
  }
  .tercer__pantalla-know {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .contenedor__video {
    height: 388px;
  }
  .primer__pantalla {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .conoce p {
    font-size: 18px;
  }
  .segunda__pantalla {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .opciones__box__label {
    font-size: 14px;
  }
  .contenedor__bienvenido {
    width: 100%;
    height: 850px;
    max-height: 850px;
  }

  .texto__bienvenido p {
    font-size: 16px;
  }
  .linea8 img {
    width: 330px;
    max-width: 330px;
  }
  .opciones {
    width: 280px;
  }
  .input-contact {
    width: 280px;
  }
}

#modalBienvenida .modal-body::-webkit-scrollbar-track,
.lista_mensajes::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track,
.box-chat::-webkit-scrollbar-track,
#list-resp::-webkit-scrollbar-track,
.lista-negra .bloqueos.scroll-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
  border-radius: 10px;
}

#modalBienvenida .modal-body::-webkit-scrollbar,
.lista_mensajes::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar,
.box-chat::-webkit-scrollbar,
#list-resp::-webkit-scrollbar,
.lista-negra .bloqueos.scroll-bar::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}

#modalBienvenida .modal-body::-webkit-scrollbar-thumb,
.lista_mensajes::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb,
.box-chat::-webkit-scrollbar-thumb,
#list-resp::-webkit-scrollbar-thumb,
.lista-negra .bloqueos.scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4871bf;
}

#modalBienvenida .modal-body {
  overflow-y: auto !important;
}

.nav-tabs a,
.nav-tabs button {
  width: auto;
  text-align: center;
  font-size: 1rem;
  padding: 12px 25px 12px 25px;
  border-radius: 6px 6px 0px 0px;
}

.nav-tabs .nav-link.active {
  background-color: #6a79f6;
  color: #304b7f !important;
  border: none !important;
  outline: none;
}

.nav-tabs .nav-link-meli.active {
  background-color: #fff960;
  color: #192640;
  border: none !important;
  outline: none;
}

.nav-tabs .nav-link-mp.active {
  background-color: #6097ff;
  color: #fff;
  border: none !important;
  outline: none;
}

.nav-tabs .nav-link-mshops.active {
  background-color: #ec539f;
  color: #fff;
  border: none !important;
  outline: none;
}

.nav-tabs .nav-link-gen.active {
  background-color: #6cff60;
  color: #192640;
  border: none !important;
  outline: none;
}

.nav-item {
  margin-bottom: -2px;
}

.new-message {
  background-color: #f1f1f1;
  padding: 3px;
}

.message-text {
  padding: 3px;
}
/* 
iframe {
  min-height: 800px;
} */
.icon-ico_armar-paquete {
  background-image: url(../../assets/img/Icono-armar-paquete.svg);
  width: 20px !important;
  height: 20px !important;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.content-messages {
  max-height: 200px;
  overflow-y: overlay;
  margin-bottom: 20px;
}

.revisar_paquete {
  background-color: #ffdab0;
  cursor: pointer;
  border-radius: 4px;
  padding: 1px;
}

.producto_quantity {
  background-color: #6097ff;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
}

.producto_quantity_plus {
  background-color: #bf8948;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
}

.enviado_pendiente {
  cursor: pointer;
  border-radius: 4px;
  padding: 1px;
  color: #bf4848;
}

.corregir_paquete {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  height: 31px;
  margin-bottom: 10px;
  text-align: start;
  background-color: #ffd7d7;
  color: #7f3030;
}

.corregir_paquete a {
  color: #7f3030 !important;
}

.corregir_paquete a[href="javascript:void(0)"] {
  color: #7f3030 !important;
}

.label_nota {
  color: #4871bf;
}

.icon-ico_paquete-armado {
  background-image: url(../../assets/img/Icono-paquete-armado.svg);
  width: 20px !important;
  height: 20px !important;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.icon-ico_paquete-enviado-pendiente {
  background-image: url(../../assets/img/icono-paquete-enviando-pendiente.svg);
  width: 20px !important;
  height: 20px !important;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  position: relative;
  top: 4px;
}

.icon-ico_paquete-a-revisar {
  background-image: url(../../assets/img/icono-revisar-paquete.svg);
  width: 20px !important;
  height: 20px !important;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  position: relative;
  top: 6px;
  left: 4px;
  margin-right: 4px;
}

.icon-ico_paquete-a-corregir {
  background-image: url(../../assets/img/icono-corregir-paquete.svg);
  width: 20px !important;
  height: 20px !important;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  position: relative;
  top: 6px;
  left: 4px;
  margin-right: 4px;
}

.sku-validation-options {
  position: relative;
  top: -20px;
}

.text-no-selected {
  color: #43475f !important;
  cursor: pointer;
  position: absolute;
  width: 120px;
  height: 24px;
  padding: 2px 0px 0px 7px;
}

.option-revision-correct {
  top: 10px;
}

.option-revision-incorrect {
  top: 40px;
}

.text-product-check {
  background-color: #6097ff !important;
  color: #fff !important;
  border-radius: 4px;
}

.text-product-uncheck {
  background-color: #ff6060 !important;
  color: #fff !important;
  border-radius: 4px;
}

.icon-ico_fraude {
  background-image: url(../../assets/img/icono-fraude.svg);
  width: 20px !important;
  height: 20px !important;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.icono-reclamos-proceso-FF6060 {
  background-image: url(../../assets/img/icono-reclamos-proceso-FF6060.svg);
  width: 26px !important;
  height: 26px !important;
  background-size: 26px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  position: relative;
  top: 10px;
}

#paquete-content::-webkit-scrollbar-track,
.lista_mensajes::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track,
.box-chat::-webkit-scrollbar-track,
#list-resp::-webkit-scrollbar-track,
.lista-negra .bloqueos.scroll-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
  border-radius: 10px;
}

#paquete-content::-webkit-scrollbar,
.lista_mensajes::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar,
.box-chat::-webkit-scrollbar,
#list-resp::-webkit-scrollbar,
.lista-negra .bloqueos.scroll-bar::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}

#paquete-content::-webkit-scrollbar-thumb,
.lista_mensajes::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb,
.box-chat::-webkit-scrollbar-thumb,
#list-resp::-webkit-scrollbar-thumb,
.lista-negra .bloqueos.scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4871bf;
}

/* FICHA */

#ficha-content::-webkit-scrollbar-track,
.lista_mensajes::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track,
.box-chat::-webkit-scrollbar-track,
#list-resp::-webkit-scrollbar-track,
.lista-negra .bloqueos.scroll-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
  border-radius: 10px;
}

#ficha-content::-webkit-scrollbar,
.lista_mensajes::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar,
.box-chat::-webkit-scrollbar,
#list-resp::-webkit-scrollbar,
.lista-negra .bloqueos.scroll-bar::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}

#ficha-content::-webkit-scrollbar-thumb,
.lista_mensajes::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb,
.box-chat::-webkit-scrollbar-thumb,
#list-resp::-webkit-scrollbar-thumb,
.lista-negra .bloqueos.scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4871bf;
}

#paquete-content,
#ficha-content {
  min-height: 450px;
  overflow-y: auto !important;
}

.diff-time-badge {
  color: #999;
  height: 26px;
}

.answer-bagge {
  color: #555;
}

.armar-paquete a {
  display: inline-flex;
  color: #7f7c30;
  margin-left: 0px;
  padding-top: 3px;
}

.armar-paquete a i {
  margin-right: 4px;
}

.editar-imagenes-color {
  background-color: #f3d7ff80;
  width: fit-content;
  margin-left: -65px;
  padding-right: 10px;
}
.editar-imagenes-color a {
  color: #a600c0;
  display: flex;
}

.editar-imagenes-color span {
  font-size: 11.5px;
  margin-top: 5px;
}
@media screen and (min-width: 1500px) {
  .editar-imagenes-color {
    width: max-content;
    margin-left: -65px !important;
  }
  .editar-imagenes-color span {
    font-size: 1rem;
    margin-top: 5px;
  }
}
.icon-ico_remover-fondo {
  background-image: url(../../assets/img/remover-fondo-1.svg);
  width: 25px;
  height: 25px;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  margin-right: 4px;
  margin-left: 5px;
}

.nav-tabs a,
.nav-tabs button {
  width: auto;
  text-align: center;
  font-size: 1rem;
  padding: 12px 25px 12px 25px;
  border-radius: 6px 6px 0px 0px;
}

.nav-tabs .nav-link.active {
  background-color: #6a79f6;
  color: #fff;
  border: none !important;
  outline: none;
}

.nav-tabs .nav-link-meli.active {
  background-color: #fff960;
  color: #192640;
  border: none !important;
  outline: none;
}

.nav-tabs .nav-link-mp.active {
  background-color: #6097ff;
  color: #fff;
  border: none !important;
  outline: none;
}

.nav-tabs .nav-link-mshops.active {
  background-color: #ec539f;
  color: #fff;
  border: none !important;
  outline: none;
}

.nav-tabs .nav-link-shopee.active {
  background-color: #ffa9aa;
  color: #fff;
  border: none !important;
  outline: none;
}

.nav-tabs .nav-link-gen.active {
  background-color: #6cff60;
  color: #192640;
  border: none !important;
  outline: none;
}

.nav-item {
  margin-bottom: -2px;
}

.button-edima {
  color: #333;
  background-color: #d9dfff;
  height: 25px;
  padding-right: 15px;
  font-size: 10px;
}

.button-edima:hover {
  background-color: #6097ff;
}
.btn-ficha-venta {
  background-color: #d9dfff !important;
}
.icon-orders-30-days {
  background-image: url(../../assets/img/ico_stats_01.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.alert-metricas i,
.alert-metricas p {
  font-size: 1.5rem;
}

.alert-shopee {
  background-color: #ffa9aa;
}

.alert-shopee-danger {
  background-color: #401818;
  color: #fff;
}

.alert-shopee-danger a {
  color: #fff;
}

.alert-shopee-danger:hover {
  background-color: #7f3a33;
}

.ico-facturacion {
  background-image: url(../../assets/img/icono-facturacion.svg);
  width: 18px;
  height: 18px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  position: relative;
  top: 2px;
}

.ico-facturacion-401818 {
  background-image: url(../../assets/img/icono-facturacion-401818.svg);
  width: 18px;
  height: 18px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  position: relative;
  top: 2px;
}

.ico-remaining-days {
  background-image: url(../../assets/img/iconoreloj-F5F9FF.svg);
  width: 18px;
  height: 18px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  position: relative;
  top: 2px;
}

.ico-remaining-days-dash {
  background-image: url(../../assets/img/iconoreloj-F5F9FF.svg);
  width: 22px;
  height: 22px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
  position: relative;
  top: 2px;
}

.ico-affects-reputation {
  background-image: url(../../assets/img/icono-estrella-reputacion.svg);
  width: 25px !important;
  height: 25px !important;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  display: inline-flex;
  position: relative;
  top: 8px;
}

.alert-shopee-ventas span {
  position: relative;
  top: -3px;
  left: 2px;
}

.alert-shopee-ventas strong {
  font-weight: 600 !important;
}

#close_alert_shopee_ventas span {
  position: relative;
  top: 3px;
}

.bg-shopee {
  background-color: #ff6060 !important;
}

.bg-meli-claims {
  background-color: #842426 !important;
}

#modalDisposicionAfip .modal-dialog {
  width: 782px;
  color: #401818;
}

#modalDisposicionAfip .ico-facturacion {
  width: 26px;
  height: 26px;
  background-size: 23px;
}

.btn-shopee {
  cursor: pointer;
  margin-top: -4px;
  background-color: #ffa9aa !important;
}

.btn-shopee:hover {
  background-color: #401818 !important;
}

.actionable-claim {
  border-radius: 0px 16px 16px 16px;
  background: #e8e8ec;
  width: 106%;
  padding-bottom: 2px;
}

.actionable-claim h3,
.modalClaimActionsBody h3 {
  background: #842426;
  color: #fff;
  font-size: 1rem;
  border-radius: 0px 16px 0px 0px;
  padding-left: 5px;
  padding: 5px;
  padding-bottom: 8px;
  margin-bottom: 0px;
}

.actionable-claim h4,
.modalClaimActionsBody h4 {
  background: #fbc2c0;
  font-size: 1rem;
  padding: 5px 0px 3px 5px;
}

.actionable-claim .claim-date-badge,
.modalClaimActionsBody .claim-date-badge {
  color: #964647;
  font-weight: 600;
}

.actionable-claim .claim-action,
.modalClaimActionsBody .claim-action {
  color: #0d4719;
  font-weight: 600;
}

.actionable-claim .due-date-desc,
.modalClaimActionsBody .due-date-desc {
  background: #ffa9aa;
  display: inline-flex;
  color: #842426;
  border-radius: 4px;
  padding: 1px 5px 1px 5px;
}

.actionable-claim
  .claim-action:hover
  .modalClaimActionsBody
  .claim-action:hover {
  color: #0d4719;
}

.actionable-claim .ico-remaining-days-dash {
  width: 18px;
  height: 18px;
  background-size: 18px;
  top: 4px;
}

/*
    ICONOS GESTION
*/

.gestion-ico_certificado-afip {
  background-image: url(../../assets/img/certificadoafip-blanco.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.gestion-cert:hover .gestion-ico_certificado-afip {
  background-image: url(../../assets/img/certificadoafip-hover.svg);
}

.gestion-ico_compras {
  background-image: url(../../assets/img/compras-blanco.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.gestion-compras:hover .gestion-ico_compras {
  background-image: url(../../assets/img/compras-hover.svg);
}

.gestion-ico_comprobantes-emitidos {
  background-image: url(../../assets/img/comprobantesemitidos-blanco.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.gestion-comprobantes-emitidos:hover .gestion-ico_comprobantes-emitidos {
  background-image: url(../../assets/img/comprobantesemitidos-hover.svg);
}

.gestion-ico_datos-empresa {
  background-image: url(../../assets/img/datosempresa-blanco.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.gestion-datos-empresa:hover .gestion-ico_datos-empresa {
  background-image: url(../../assets/img/datosempresa-hover.svg);
}

.gestion-ico_emitir-comprobante {
  background-image: url(../../assets/img/emitircomprobante-blanco.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.gestion-emitir-comprobante:hover .gestion-ico_emitir-comprobante {
  background-image: url(../../assets/img/emitircomprobante-hover.svg);
}

.gestion-ico {
  background-image: url(../../assets/img/gestion-blanco.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.gestion:hover .gestion-ico {
  background-image: url(../../assets/img/gestion-hover.svg);
}

.inventario-ico {
  background-image: url(../../assets/img/inventario-blanco.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.inventario:hover .inventario-ico {
  background-image: url(../../assets/img/inventario-hover.svg);
}

.nuevoproducto-ico {
  background-image: url(../../assets/img/nuevoproducto-blanco.svg);
  width: 25px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.nuevoproducto:hover .nuevoproducto-ico {
  background-image: url(../../assets/img/nuevoproducto-hover.svg);
}

.generar-remito-ico {
  background-image: url(../../assets/img/generar-remito-367F30.svg);
  width: 20px !important;
  height: 20px !important;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 6px;
  background-position-x: center;
  background-position-y: center;
  display: inline-block;
}

.color-remito {
  background-color: #daffd7;
  height: 24px;
}

.color-remito a {
  display: inline-flex;
  color: #367f30;
  margin-left: 0px;
  padding-top: 3px;
}

.color-remito a i {
  margin-right: 4px;
}

/*presupuesto*/

p.descontar-stock {
  margin: 0;
  padding: 12px 14px;
  color: #727587;
  font-size: 13px;
  font-weight: 400;
}
.descontar-stock label {
  margin: 0;
}
.descontar-stock input {
  margin-right: 5px;
}

@media screen and (min-width: 1024px) {
  p.descontar-stock {
    font-size: 14px;
  }
}
/*** notificaciones  */
.notification input,
.notification input:focus,
.notification textarea,
.notification textarea:focus,
.notification select,
.notification select:focus,
.notification button,
.notification button:focus,
.notification label {
  padding: 0;
  margin: 0;
  outline: none;
  background: none;
  border: none;
}
.notification input:-webkit-autofill,
.notification input:-webkit-autofill:hover,
.notification input:-webkit-autofill:focus,
.notification textarea:-webkit-autofill,
.notification textarea:-webkit-autofill:hover,
.notification textarea:-webkit-autofill:focus,
.notification select:-webkit-autofill,
.notification select:-webkit-autofill:hover,
.notification select:-webkit-autofill:focus {
  border-bottom: 3px solid rgb(0, 0, 0);
  -webkit-text-fill-color: rgb(0, 0, 0);
  box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}
.notification-btn {
  position: relative;
}
/* .circle-check-notification {
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  border-radius: 5px;
  background: #6097ff;
  top: 0px;
  right: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.circle-check-notification p {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 14px;
} */
.circle-check-notification {
  position: absolute;
  top: 1px;
  right: 4px;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  background-color: #6097ff;
  padding: 1px 2px 0;
}

.notification {
  position: absolute;
  top: 117%;
  right: -220%;
  width: 360px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .notification {
    right: 0;
    width: 500px;
  }
}
.notification .notification-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #6097ff;
  padding: 12px;
  cursor: default;
}
.notification .notification-header .btn-config-sound {
  border-radius: 4px;
  background: #d7e5ff;
  padding: 4px;
  cursor: pointer;
}

.notification .notification-header .btn-config-sound:hover {
  background-color: #b0cbff !important;
}

.notification .notification-header h2 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 121%; /* 19.36px */
}
.notification-body {
  background-color: #fff;
  overflow-y: auto;
  max-height: 420px;
  overflow-x: hidden;
}
.notification-body::-webkit-scrollbar {
  -webkit-appearance: none;
}
.notification-body::-webkit-scrollbar:vertical {
  width: 10px;
}
.notification-body::-webkit-scrollbar-button:increment,
.notification-body::-webkit-scrollbar-button {
  display: none;
}
.notification-body::-webkit-scrollbar-thumb {
  height: 30px !important;
  border-radius: 6px;
  background: #d0d1d7;
}
.notification-body-card {
  display: flex;
  flex-direction: column;
  padding: 12px;
  gap: 8px;
  transition: ease all 0.5s;

  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
}
.notification-body-card .d-none {
  display: none;
}
.notification-body-card:hover {
  background: #e2ecff;
}
.notification-body-card_content {
  display: flex;
  gap: 8px;
  position: relative;
}
.notification-message {
  margin: 0;
  text-align: left;
  color: #727587;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 121%; /* 14.52px */
}
.notification-body-card_txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.notification-body-card_txt h3 {
  margin: 0;
  font-size: 14px;
  color: #304b7f;
  text-align: start;
}

.notification-body-card_txt p {
  margin: 0;
  font-size: 12px;
  color: #727587;
}

.notification-body-card_txt a {
  margin: 0;
  color: #4871bf;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 156.5%; /* 18.78px */
}

.notification-body-card_txt span {
  display: flex;
  justify-content: start;
  align-items: center;
}
.notification-body-card_txt span i {
  display: block;
  width: 20px;
  height: 20px;
}
.notification-body-card_txt:last-child span .notification-icon_close {
  display: flex;
  margin-left: 12px;
  justify-content: center;
  width: 9px;
  height: 9px;
}
.notification-body-card_description {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.notification-body-card_description span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.notification-body-card_description span i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lds-dual-ring {
  display: inline-block;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 12px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 38px;
  height: 38px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #304b7f;
  border-color: #6097ff transparent #6097ff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.notification-docu-close {
  position: relative;
}
.notification-pill-close {
  position: absolute;
  left: 0;
}
.notification-block-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 12px;
  animation: notification-block-right 1s linear;
  -webkit-animation: notification-block-right 1s linear;
  text-align: start;
}
@keyframes notification-block-right {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.notification-block-right p {
  margin: 4px 0 0 0;
}
.notification-block-left {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.notification-btn-close_card {
  margin-right: 6px;
  cursor: pointer;
  line-height: 0px !important;
}
.notification-btn-close_card button:focus {
  outline: none;
}
.notification-message-carga {
  position: relative;
  margin: 0;
  display: flex;
  gap: 4px;
  width: 100%;
  padding: 0;
}
.notification-message-carga p {
  margin: 0;
  color: #51bf48;
  font-size: 12px;
  font-weight: 700;
}

.download-link-notification {
  font-size: 12px;
  color: #6097ff;
}

.download-link-notification:hover {
  text-decoration: underline !important;
}

.notification-message-carga p.error {
  color: #bf4848;
}
.notification-btn-docu-close {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification-tooltip {
  position: absolute;
  display: inline-flex;
  background: #ffd7d7;
  margin: 0;
  padding: 1px 2px;
  width: 99px;
  height: 18px;
  border-radius: 3px;
  line-height: 0;
  font-size: 12px;
  top: 75%;
  left: 22px;
  z-index: 100;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.notification-progress-bar {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: -14px;
}

.notification-progress-bar progress {
  width: 78%;
  height: 14px;
}
.notification-progress-bar p {
  margin: 0;
  color: #304b7f;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 121%;
}
.modal-content-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal-content-body h3 {
  margin: 0;
  font-size: 14px;
  color: #304b7f;
  text-align: start;
}
.modal-content-body_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-content-body_description {
  display: flex;
  justify-content: space-between;
}
.modal-content-body_docu {
  display: flex;
  align-items: center;
  gap: 4px;
}
.modal-content-body_docu p {
  margin: 0;
  font-size: 12px;
  color: #727587;
}
.modal-content-body_bar {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  margin: -4px;
}
.modal-content-body_bar p {
  margin: 0;
  color: #304b7f;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}
.modal-content-body_bar progress {
  margin: 0;
  width: 100%;
  height: 14px;
}
/* Alert notificaciones */
.container-alerts {
  position: fixed;
  bottom: 85px;
  right: 15px;
  z-index: 1060;
}
.container-alerts .float-alert-news,
.container-alerts .float-alert-webi {
  border: 1px solid #4871bf;
  border-left: 9px solid #4871bf;
}
.container-alerts .float-alert-news .alert-text .img-alert-container img,
.container-alerts .float-alert-webi .alert-text .img-alert-container img {
  width: 35px;
}

.float-alert {
  padding: 0;
  border: 1px solid #6097ff;
  border-left: 9px solid #6097ff;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  width: 352px;
  background-color: #fff;
  margin-bottom: 5px;
  box-shadow: 4px 4px 15px rgba(96, 151, 255, 0.3);
}
.float-alert .alert-text {
  display: flex;
  align-items: center;
  padding: 5px;
}
.float-alert .alert-text .img-alert-container {
  margin: 0 10px 0 5px;
}
.float-alert .alert-text .alert-content p {
  font-weight: 500;
  font-size: 13px;
  color: #43475f;
  margin: 0;
}

.float-alert-meli {
  border: 1px solid #ffe600;
  border-left: 9px solid #ffe600;
}
.float-alert-meli .alert-text .img-alert-container img {
  width: 35px;
}

.float-alert-tnube {
  border: 1px solid #2d3353;
  border-left: 9px solid #2d3353;
}
.float-alert-tnube .alert-text .img-alert-container img {
  width: 35px;
}

.float-alert-shopee {
  border: 1px solid #e94f32;
  border-left: 9px solid #e94f32;
}
.float-alert-shopee .alert-text .img-alert-container img {
  width: 35px;
}

.float-alert-envio-flex {
  border: 1px solid #ff6060;
  border-left: 9px solid #ff6060;
}
.float-alert-envio-flex .alert-text .img-alert-container img {
  width: 23px;
}
.float-alert-envio-flex .alert-text .alert-content p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.btn-alert-close {
  border: 0;
  outline: none;
  background: transparent;
  margin-right: 10px;
}
.btn-alert-close:focus,
.btn-alert-close:focus-visible {
  border: 0;
  outline: none;
}
.btn-alert-close:hover > span {
  background: #cbcbcb;
  border-radius: 4px;
}
.btn-alert-close span {
  padding: 0 4px;
  font-size: 1.5rem;
  color: #313341 !important;
}
/* Modal config sonidos notificaciones */
#modalConfigNoti .modal-dialog {
  position: relative;
  max-width: fit-content;
}

#modalConfigNoti .modal-dialog .modal-content {
  width: 90vw;
  /*nuevos estilos*/
  background: transparent;
  border: 0;
}

@media screen and (min-width: 1024px) {
  #modalConfigNoti .modal-dialog .modal-content {
    width: 546px !important;
    /*nuevos estilos*/
  }
}

#modalConfigNoti .modal-dialog .modal-content .modal-header {
  justify-content: start;
  background-color: #6097ff;
  /*nuevos estilos*/
  height: 59px;
  align-items: center;
  border-radius: 10px 10px 0 0;
  margin: 0;
}

#modalConfigNoti
  .modal-dialog
  .modal-content
  .modal-header
  .modal-content-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#modalConfigNoti
  .modal-dialog
  .modal-content
  .modal-header
  .modal-content-right
  .modal-title {
  font-size: 18px;
  /*nuevos estilos*/
  font-weight: 600;
  color: #fff;
  margin-left: 8px;
}

#modalConfigNoti
  .modal-dialog
  .modal-content
  .modal-header
  .modal-title
  strong {
  font-weight: 800;
}

#modalConfigNoti .modal-dialog .modal-content .modal-header .btn-modal-close {
  background-color: #4871bf;
  border-radius: 50%;
  border: 0;
  outline: none;
  width: 28px;
  height: 28px;
  transition: all 0.3s linear;
}

#modalConfigNoti
  .modal-dialog
  .modal-content
  .modal-header
  .btn-modal-close:hover {
  background-color: #fff;
}

#modalConfigNoti
  .modal-dialog
  .modal-content
  .modal-header
  .btn-modal-close:hover
  > svg {
  fill: #4871bf;
}

#modalConfigNoti
  .modal-dialog
  .modal-content
  .modal-header
  .btn-modal-close
  svg {
  fill: #fff;
}

#modalConfigNoti .modal-dialog .modal-content .modal-body {
  background-color: #f1f1f1;
  border-radius: 0 0 10px 10px;
}

#modalConfigNoti .modal-dialog .modal-content .modal-body .modal-body-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: #fff;
  padding: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.title-pc-noti {
  display: none;
}
.title-mobile-noti {
  display: block;
}
@media screen and (min-width: 1024px) {
  #modalConfigNoti .modal-dialog .modal-content .modal-body .modal-body-card {
    flex-direction: row;
    align-items: start;
  }
  .title-pc-noti {
    display: block;
  }
  .title-mobile-noti {
    display: none;
  }
}

#modalConfigNoti
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details {
  text-align: center;
}

#modalConfigNoti
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details
  h3 {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  color: #405789;
  margin: 10px;
}

#modalConfigNoti
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details
  p {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #405789;
  margin: 0;
}

#modalConfigNoti
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details
  p
  strong {
  font-weight: 600;
}

#modalConfigNoti
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details
  .btn-modal-container {
  text-align: end;
  margin-top: 25px;
  margin-bottom: 6px;
}

#modalConfigNoti
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details
  .btn-modal-container
  .btn-cancel {
  border: solid #6097ff 1px;
  color: #6097ff;
  font-size: 13px;
  font-weight: 600;
  margin-right: 8px;
  outline: none;
  border-radius: 10px;
  padding: 5px 0;
  width: 138px;
  transition: all 0.3s linear;
}

#modalConfigNoti
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details
  .btn-modal-container
  .btn-cancel:hover {
  border: solid #4871bf 1px;
  color: #4871bf;
}

#modalConfigNoti
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details
  .btn-modal-container
  .btn-accept {
  background: #6097ff;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: solid #6097ff 1px;
  outline: none;
  border-radius: 10px;
  padding: 5px 0;
  width: 177px;
  transition: all 0.3s linear;
}

#modalConfigNoti
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details
  .btn-modal-container
  .btn-accept:hover {
  background-color: #4871bf;
}

.card-notification-campana {
  position: relative !important;
  top: 0 !important;
  left: 25% !important;
  display: inline-block !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1024px) {
  .card-notification-campana {
    left: 0 !important;
  }
}
.modal-body-card-right {
  display: flex;
  align-items: start;
  gap: 8px;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #6097ff;
  background: #d7e5ff;
}

.modal-body-card-right img {
  width: 24px;
  height: 24px;
}

.modal-body-card-right p {
  margin: 0;
  color: #304b7f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
/* swicht */
.novedades-container {
  position: relative;
  width: 100%;
  background: #6097ff;

  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 16px;
  gap: 8px;
}
.novedades-container p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin: 8px 4px;
}
@media screen and (min-width: 1024px) {
  .novedades-container p {
    margin: 0;
  }
}
.novedades-container a {
  color: #fff;
}
.novedades-container a:hover {
  color: #fff;
  text-decoration: underline;
}
.novedades-container a:visited {
  color: #fff;
}
.novedades-container img {
  width: 27px;
  height: 26.737px;
}
.novedades-container button img {
  width: 9px;
  height: 9px;
}
.img-novedades-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
}
.btn-close-notificaciones {
  position: absolute;
  right: 0px;
}
@media screen and (min-width: 1024px) {
  .btn-close-notificaciones {
    position: absolute;
    right: 10px;
  }
}
#modalReferidos .modal-dialog {
  max-width: fit-content;
}
#modalReferidos .modal-dialog .modal-content {
  width: 95vw;
  /*nuevos estilos*/
  background: transparent;
  border: 0;
}
@media screen and (min-width: 1024px) {
  #modalReferidos .modal-dialog .modal-content {
    width: fit-content !important;
    /*nuevos estilos*/
  }
}
#modalReferidos .modal-dialog .modal-content .modal-header {
  background-color: #6097ff;
  /*nuevos estilos*/
  height: 59px;
  align-items: center;
  border-radius: 10px 10px 0 0;
  margin: 0;
}
#modalReferidos .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 21px;
  /*nuevos estilos*/
  font-weight: 600;
  color: #fff;
  /* margin-left: 20px; */
}
#modalReferidos .modal-dialog .modal-content .modal-header .modal-title strong {
  font-weight: 800;
}
#modalReferidos .modal-dialog .modal-content .modal-header .btn-modal-close {
  background-color: #4871bf;
  border-radius: 50%;
  border: 0;
  outline: none;
  width: 28px;
  height: 28px;
  transition: all 0.3s linear;
}
#modalReferidos
  .modal-dialog
  .modal-content
  .modal-header
  .btn-modal-close:hover {
  background-color: #fff;
}
#modalReferidos
  .modal-dialog
  .modal-content
  .modal-header
  .btn-modal-close:hover
  > svg {
  fill: #4871bf;
}
#modalReferidos
  .modal-dialog
  .modal-content
  .modal-header
  .btn-modal-close
  svg {
  fill: #fff;
}
#modalReferidos .modal-dialog .modal-content .modal-body {
  background-color: #f1f1f1;
  border-radius: 0 0 10px 10px;
}
#modalReferidos
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details {
  text-align: center;
}
#modalReferidos
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details
  h3 {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  color: #405789;
  margin: 10px;
}
#modalReferidos
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details
  p {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #405789;
  margin: 0;
}
#modalReferidos
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details
  p
  strong {
  font-weight: 600;
}
#modalReferidos
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details
  .btn-modal-container {
  text-align: end;
  margin-top: 25px;
  margin-bottom: 6px;
}
#modalReferidos
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details
  .btn-modal-container
  .btn-cancel {
  border: solid #6097ff 1px;
  color: #6097ff;
  font-size: 13px;
  font-weight: 600;
  margin-right: 8px;
  outline: none;
  border-radius: 10px;
  padding: 5px 0;
  width: 138px;
  transition: all 0.3s linear;
}
#modalReferidos
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details
  .btn-modal-container
  .btn-cancel:hover {
  border: solid #4871bf 1px;
  color: #4871bf;
}
#modalReferidos
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details
  .btn-modal-container
  .btn-accept {
  background: #6097ff;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: solid #6097ff 1px;
  outline: none;
  border-radius: 10px;
  padding: 5px 0;
  width: 177px;
  transition: all 0.3s linear;
}
#modalReferidos
  .modal-dialog
  .modal-content
  .modal-body
  .modal-content-gestion
  .seller-details
  .btn-modal-container
  .btn-accept:hover {
  background-color: #4871bf;
}

.modal-referido-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-referidos-video {
  display: flex;
  justify-content: center;
}
.modal-referido-title {
  display: flex;
  justify-content: center;
}
.modal-referido-title h2 {
  color: #4871bf;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%; /* 1.54688rem */
}
.modal-referidos-footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 12px;
  justify-content: end;
}
.modal-referidos-footer_content {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.modal-referidos-footer_content label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  margin: 0;
  color: #304b7f !important;
  text-align: center;
  font-family: Poppins;
  font-size: 0.875rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 204%;
}
.modal-referidos-footer_content a {
  display: flex;
  text-decoration: none;
  justify-content: center;
  width: 12.625rem;
  height: 1.875rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0.25rem;
  background: #6097ff;
  color: #fff !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 204%; /* 2.04rem */
}
.modal-referidos-footer_content a:hover {
  background: #4871bf;
}
.modal-referidos-footer_content a:focus {
  outline: none;
}
.alert-refer-promo {
  display: flex;
  padding: 0;
  margin-bottom: 12px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #6097ff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.alert-refer-promo .alert-text {
  display: flex;
  gap: 8px;
}
.alert-refer-promo h3 {
  margin: 0;
  padding: 0;
  color: #6097ff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.5%; /* 1.09813rem */
}
.alert-refer-promo p {
  margin: 0;
  padding: 0;
  color: var(--Neutral-05, #323547);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.5%;
}
.alert-refer-promo .img-alert-container {
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;

  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6097ff;
}
.alert-content {
  margin-top: 4px;
}
.alert-content a {
  color: #323547;
}
.img_content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.daterangepicker select.monthselect {
  width: 48% !important;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  color: #6097ff !important;
  background: transparent !important;
  border: none !important;
}

.daterangepicker select.monthselect:hover,
.daterangepicker select.yearselect:hover {
  background: #182640 !important;
}

.button-dropdown-tables::after {
  margin-top: -7px !important;
}

.items-dropdown-tables {
  padding: 10px 8px 10px 8px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
.spin-navbar-cuentas {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

a.btn-floating {
  position: fixed;
  transition: opacity 0.3s ease;
  background: #182640;
  opacity: 1;
  margin-left: auto;
  border-radius: 100px;
  bottom: 20px;
  left: 200px;
  z-index: 1000;
}

.modal-alert-blindaje-fact {
  padding: 0px 12px 0px 0px !important;
  border-radius: 10px;
  border-left: 10px solid #ffb660 !important;
  border: 1px solid #ffb660;
  background: #ffffff;
}
.text-one-blindaje-fact {
  font-family: Poppins;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 20.02px !important;
  color: #bf8948 !important;
}
.text-two-blindaje-fact,
.text-two-blindaje-fact > .align-items-center {
  font-family: Poppins;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  color: #304b7f !important;
}

#btnWhatsapp:hover {
  cursor: pointer;
}

#modalVideoPrimeraFacturacion .modal-body {
  background-color: #ececec;
  span {
    color: #43475f;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
}

#modalVideoPrimeraFacturacion .modal-header {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  color: #fff;
  background-color: #6097ff;

  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}

.alert-afip-certificado {
  border: 1px solid #bf4848;
  border-left: 9px solid #bf4848;
  padding: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-confirmar-delegacion {
  border-bottom: 0px !important;
  display: flex;
  justify-content: end;
  background: #d7e5ff;
  padding: 8px;
  border-radius: 4px 4px 0px 0px;
  gap: 8px;
  align-self: stretch;
  margin: 12px 12px 0 12px;
}

.body-confirmar-delegacion {
  background: #d7e5ff;
  border-radius: 0px 0px 4px 4px;
  margin: 0px 12px 12px 12px;
}

.texto-confirmar-delegacion {
  color: #304b7f;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}

.img-confirmar-delegacion {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.btn-confirmar-delegacion {
  text-align: center;
  font-family: Poppins;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 204%;
  display: flex;
  height: 32px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.btn-container-confirmar-delegacion {
  display: flex;
  justify-content: end;
  margin: 12px 12px;
}

.facturacion_auto_alert {
  display: flex;
  padding: 4px 12px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: #ff6060;
  color: #f8f9fa;
  height: 3.2rem;
  span {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 125.5%;
  }
  a {
    color: #f8f9fa;
    text-decoration: none;
  }
}
.tooltip-container {
  position: relative;
  display: inline-block;
}

.custom-tooltip {
  display: none;
  position: absolute;
  left: -277px;
  top: 7px;
  transform: translateY(-50%);
  background-color: #6097ff;
  color: white;

  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;

  padding: 8px 10px;
  border-radius: 4px;
  text-align: left;
  white-space: normal;
  max-width: 270px;
  word-wrap: break-word;
  z-index: 100;
}

.custom-tooltip::before {
  content: "";
  position: absolute;
  top: 54%;
  right: -10px;
  transform: translateY(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #6097ff;
}

.custom-tooltip.active {
  display: block;
}

#close-tooltip {
  background: none;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

#title-h2-orden-compra {
  color: #43475f;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.pointer-curs {
  cursor: pointer;
}

.card-header-orden-compra {
  margin-bottom: 14px;
}

.row-orden-compra {
  margin-top: -19px !important;
  margin-left: -8px !important;
}

.btn-blue-ea {
  display: flex;
  height: 28px;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #6097ff;
  color: #fff !important;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.btn-blue-ea:hover {
  background: #4871bf;
  color: #fff !important;
}

.container-factura-venta-ea {
  border: 1px solid #6097ff;
  border-radius: 5px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  width: 18.2rem;
  justify-content: space-between;
}

.btn-red-ea {
  display: flex;
  height: 28px;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #ff6060;
  color: #fff !important;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.btn-red-ea:hover {
  background: #bf4848;
  color: #fff !important;
}

.container-nc-venta-ea {
  margin-top: 10px;
  border: 1px solid #bf4848;
  border-radius: 5px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  width: 18.2rem;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .container-nc-venta-ea {
    min-width: 265px;
  }
}

#suggestions-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
  background: #182640;
  color: white;
  border: 1px solid #ced4da;
  border-radius: 0 0 5px 5px;
  max-height: 285px;
  overflow-y: auto;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* width: 100%; */
}

#suggestions-container .suggestion-item {
  padding: 10px;
  cursor: pointer;
}

#suggestions-container .suggestion-item:hover {
  background: #6097ff;
}

/* Estilo para el scroll */
#suggestions-container::-webkit-scrollbar {
  width: 8px; /* Ancho del scrollbar */
}

#suggestions-container::-webkit-scrollbar-thumb {
  background-color: #007bff; /* Color del deslizador */
  border-radius: 4px; /* Bordes redondeados */
}

#suggestions-container::-webkit-scrollbar-track {
  background-color: #182640; /* Fondo del track */
}

.nc-dropdown-menu {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1),
    0px 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: inline-flex;
  padding: 4px 0px;
  align-items: center;
  gap: 8px;
  color: #304b7f;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-container-refacturar {
  display: flex;
  justify-content: end;
  height: 32px;
}
.btn-refacturar {
  padding: 0px 24px;
}

input.es-input {
  padding-right: 20px !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA4DIAAIM2AAB5CAAAxgwAADT6AAAgbL5TJ5gAAABGSURBVHjaYvz//z8DOYCJgUzA0tnZidPK8vJyRpw24pLEpwnuVHRFhDQxMDAwMPz//x+OOzo6/iPz8WFGuocqAAAA//8DAD/sORHYg7kaAAAAAElFTkSuQmCC)
    right center no-repeat;
}
input.es-input.open {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.es-list {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 1px solid #d1d1d1;
  display: none;
  z-index: 1000;
  background: #fff;
  max-height: 160px;
  overflow-y: auto;
  -moz-box-shadow: 0 2px 3px #ccc;
  -webkit-box-shadow: 0 2px 3px #ccc;
  box-shadow: 0 2px 3px #ccc;
}
.es-list li {
  display: block;
  padding: 5px 10px;
  margin: 0;
}
.es-list li.selected {
  background: #f3f3f3;
}
.es-list li[disabled] {
  opacity: 0.5;
}

#btn-cobrar-en-cc {
  border: 0;
  background: transparent;
  color: #6097ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  gap: 3px;
  align-items: center;
  width: max-content;
}

#btn-cobrar-en-cc:disabled {
  cursor: not-allowed;
  filter: grayscale(1);
  cursor: not-allowed;
}

#btn-cobrar-en-cc:disabled:hover {
  text-decoration: none;
}

#btn-cobrar-en-cc:hover {
  text-decoration: underline;
}

#btn-cobrar-en-cc:focus {
  outline: none;
}

#btn-cobrar-en-cc img {
  width: 21px;
}

.formas-pago-row select,
.formas-pago-row input[type="text"] {
  height: 39px;
  padding: 0 3px;
}

@media screen and (min-width: 1024px) {
  .formas-pago-row select,
  .formas-pago-row input[type="text"] {
    height: 32px;
  }
}

.container-btn-agregar-forma-pago {
  display: flex;
  align-items: end;
  height: 60px;
}

#btn-agregar-forma-pago {
  height: 39px;
}

#tabla-formas-pago-container {
  overflow-x: auto;
}

.formas-pago-row select,
.formas-pago-row input[type="text"],
.formas-pago-table select {
  padding: 6px 3px;
  height: 39px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-weight: 400;
  color: #495057;
  max-width: 250px;
}

.quote-error-emitir {
  color: #bf4848;
  font-size: 12px;
  font-weight: 400;
  line-height: 99%;
  margin-top: 3px;
}

.total-label-formas-pago-pendientes,
.pending-amout-container {
  color: #6e707d;
  font-size: 14px;
  font-weight: 400;
}

.formas-pago-row {
  gap: 0 12px;
}

.orange-alert-emitir-comprobante {
  color: #43475f;
  font-size: 14px;
  font-weight: 500;
  line-height: 143%;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ffb660;
  border-left: 9px solid #ffb660;
  min-width: 24px;
}

.orange-alert-emitir-comprobante img {
  width: 24px;
  height: 24px;
}
