html {
  font-size: 100%;
}
body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 14px; /* más cómodo para lectura */
  line-height: 1.6;
  color: #1a1a1a;
  background-color: #f5f5f5;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased; /* suaviza en Mac */
  -moz-osx-font-smoothing: grayscale;
}
.date-separator {
  text-align: center;
  margin: 10px 0;
  font-size: 12px;
  color: #666;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 10px;
}
.lead-score-ai .tooltip {
  padding-top: 10px;
}
.stars_ai .star {
    pointer-events: none; /* desactiva hover y clicks */
}
.content-tag-ai {
  padding-bottom: 25px;
}
.tag-ai {
    background-color: #f0f8ff; /* color de fondo suave */
    border: 1px solid #428bca; /* borde para resaltar */
    border-radius: 12px;       /* bordes más redondeados */
    padding: 6px 12px;         /* un poco más de padding horizontal */
    margin: 4px;
    color: #428bca;
    text-decoration: none;
    display: inline-block;     /* inline-block más estándar que inline-table */
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out; /* transición suave para hover */
}

.tag-ai:hover {
    background-color: #428bca;
    color: white;
    transform: translateY(-2px); /* efecto de “elevación” */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

#menu-right {
  gap: 1rem;
}
.a_account {
  padding-top: 6px;
}
.a_account img {
  height: 35px;
  width: 35px;
  border-radius: 50%;

  cursor: pointer;
  opacity: .8;
  position: relative;
}
.a_account img:hover {
  opacity: 1;
}
#notifications-content, .customize-container {
  height: 35px;
  background: white;
  padding: 5px;
  border-radius: 50%;
  color: #7d7979;
  cursor: pointer;
  opacity: .8;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  z-index: 1;
}
.header-menu {
  display: flex;
  justify-content: space-between; /* separa los bloques: izquierda vs derecha */
  align-items: center;            /* centra verticalmente */
  height: 55px;
  padding: 0 1rem;                /* respira a los lados */
}

.header-menu ul {
  display: flex;
  align-items: center;
  gap: 0.75rem; /* espacio entre items */
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu li {
  display: flex;
  align-items: center;
}

.header-menu button,
.header-menu select,
.header-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 0.5rem;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}

li.drop {
  user-select: none;
}
.linkDropMenu {
  text-decoration: none;
  color: white;
  display: block !important;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 15px;
  font-size: 13px;
  white-space: normal;
  opacity: 0.8;
  text-transform: capitalize;
  color: #5f6367;
}
.linkDropMenu:hover {
  cursor: pointer;
  color: #66aaff;
}
.hub-kpi-content {
  margin: 10px;
  display: inline-grid;
  gap: 20px;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  max-width: 430px;
  vertical-align: middle;
}
.hub-kpi-content h4 {
    margin: 0px;
}
.hub-kpi-content h4 span {
    display: block;
    font-weight: 200;
    font-size: 12px;
}
.form_inline input{
  background-color: white;
}
.form_inline button {
  background: white;
  border-radius: 3px;
  border: solid 1px #ccc;
  height: 31px;
  cursor: pointer;
  vertical-align: middle;
  box-shadow: 0 3px 10px rgb(10 37 64 / 5%);
}
#table_rendered_filter input[type="search"] {
  background-color: white;
  box-shadow: 0 3px 10px rgb(10 37 64 / 5%);
}
body[page="login"] select {
  width: 100% !important;
  max-width: 100%;
  height: 43px !important;
  padding: 12px 14px !important;
  margin-bottom: 18px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  transition: all 0.2s ease;
}
#profile_view {
    padding: 0px;
}
#profile_view {
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

/* Encabezado */
#profile_view .profile_header {
    text-align: center;
    margin-bottom: 20px;
}

#profile_view .profile_picture {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

#profile_view .profile_picture img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ddd;
}
#cropButton {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
#profile_view .profile_picture .edit_picture_btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

#profile_view .profile_picture .edit_picture_btn:hover {
    background-color: #0056b3;
}

#profile_view .profile_name {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0px;
}
#profile_view .profile_name span{
    display: block;
    font-size: 12px;
    color: #ccc;
    font-weight: 400;
}
#profile_view .profile_email {
    font-size: 14px;
    color: #777;
}
#profile_view input {
    max-width: 100% ;
}

/* Cuerpo */
#profile_view .profile_body {
    margin-top: 20px;
}

#profile_view .form_group {
    margin-bottom: 0px;
}

#profile_view .form_group label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
}

#profile_view .form_group input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s ease;
}

#profile_view .form_group input:focus {
    border-color: #007BFF;
}

#profile_view .save_changes_btn {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

#crop_content {
    display: none;
}
/* Ocultar campos de edición por defecto */
.edit_field {
    display: none;
}

/* Botón de guardar oculto por defecto */
.save_changes_btn {
    display: none;
}

/* Ajustar el botón de edición */
#edit_profile_btn, #reset_profile_btn {
    background-color: #007BFF;
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
}
#reset_profile_btn {
    display: none;
}

#edit_profile_btn:hover {
    background-color: #0056b3;
}

#imgProfile {

}
.cropper-view-box,
.cropper-face {
    border-radius: 50%; /* Hacer la máscara circular */
}
#cropButton {
    display: none;
}
#e-notes, .e-notes {
  display: none;
}
.messages {
  flex-grow: 1;
  background-color: #f5f5f5;
  padding: 15px;
  overflow-y: auto;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#contact-messages-content {
  background-color: #f5f5f5;
}
.message {
    display: flex;
    max-width: 90%;
    margin-bottom: 15px;
}
.message.agent {
    justify-content: flex-start;
}
.message.user {
    justify-content: flex-end;
}
.bigly-state-expanded .messages {
    display: initial;
}
.bubble {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 10px 14px;
    font-size: 14px;
    color: #333;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    max-width: 100%;
    line-height: 1.4;
    position: relative;
    padding-bottom: 20px;
    min-width: 120px;
}

/* Estilos para la hora dentro de la burbuja */
.timeago {
    position: absolute;
    bottom: 4px;
    right: 10px;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.4);
    font-style: italic;
    pointer-events: none;
}

/* Versión clara para los mensajes del usuario */
.message.user .bubble {
    background-color: #4A90E2;
    color: #fff;
}

.message.user .timeago {
    color: rgba(255, 255, 255, 0.5);
}
.whatsapp-color-1 {
  background-color: #075e54;
}
.whatsapp-color-2 {
  background-color: #128c7e;
}
.whatsapp-color-3 {
  background-color: #00bfa5;
}
.whatsapp-color-4 {
  background-color: #25d366;
}
#WhatsAppMessageContentSelect select {
  width: 100%;
  max-width: 100%;
}
.whatsapp-preview-content {
  border-radius: 16px;
  position: relative;
  max-width: 385px;
  padding-left: 25px;
  position: relative;
}
.whatsapp-preview-content .cover{
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
  z-index: 1;
}
.whatsapp-preview-content input {
  width: 100%;
  max-width: calc(370px - 10px);
  padding: 8px;
  border: 1px solid #ccc !important;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: initial !important;
}
.whatsapp-preview-content label {
  font-weight: initial;
}
.whatsapp-preview-content .phone-group select {
  width: 40% !important;
  max-width: 70px;
  border: solid 1px #ccc;
  border-radius: 3px;
  display: inline-block !important;
}
.phone-group select {
  width: 40% !important;
  max-width: 70px !important;
  border-radius: 3px;
  display: inline-block !important;
}
.phone-group input {
  display: inline-block !important;
  max-width: 275px !important;
}
#profile_edit_form #title_job {
  max-width: 100%;
}
#modal-new-contact input[type="date"], 
#modal-new-contact select,
#modal-new-contact .custom-select {
  max-width: 350px;
  width: 350px;
}
#modal-new-contact .input-group, #profile .input-group {
  margin-bottom: 20px;
  margin-right: 25px;
}
.whatsapp-preview-content .input-group {
  margin-bottom: 12px !important;
}
.whatsapp-preview-content .btn-send {
  width: 100%;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s ease;
}
#header-whatsapp {
  padding: 10px;
  color: white;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
#body-whatsapp {
  background: #fff;
  padding: 15px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #cccc;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom: solid 1px #cccc;
}
#body-whatsapp input[type="tel"]{
  display: inline-block !important;
  max-width: 252px !important;
}
#header-whatsapp h3 {
  margin: 0px;
  padding: 0px;
}
#header-whatsapp button {
  position: absolute;
  top: 8px;
  right: 5px;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  opacity: .8;
}
#preview-whatsapp-form {
  position: fixed;
  z-index: 99;
  padding: 20px;
  top: 70px;
  right: -50px;
  width: 0px;
  height: calc(100% - 100px);
  background-color: #fff;
  overflow: hidden;
  transition: width 0.2s ease;
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px #ccc;
}
#preview-whatsapp-form.show {
    width: 100%;
    right: 20px;
    max-width: 450px;
}
#preview-whatsapp-form h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 50px;
}
.options-inline {
  display: flex;
}
.option-content {
  border: solid 1px #1111;
  border-radius: 3px;
  margin-right: 20px;
  margin-top: 25px;
  min-width: 150px;
  text-align: center;
}
.option-content label {
  padding: 10px;
  cursor: pointer;
}
.option-content .option-color {
  width: 150px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.option-content input{
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0px !important;
}

#code-pen-bigly {
  margin-top: 50px;
}
.code-pen-bigly {
  position: relative;
  max-width: 1250px;
}
.code-pen-bigly button {
  cursor: pointer;
}
.pointer-events {
  pointer-events: none;
}
.item-bot-menu .fa-whatsapp{
  color: #24d366;
}
.item-bot-menu .fa-instagram {
  color: #e12f6d;
}
.step-children {
  margin-left: 15px;
  background-color: white;
  margin: 10px;

  display: flex;
  max-width: 780px;
  width: 100%;
  border-radius: 0px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.chip-option {
  display: inline-flex;
  align-items: center;
  background-color: #e0f7fa; /* Fondo celeste suave */
  border: 1px solid #00acc1; /* Borde celeste */
  color: #007c91;
  padding: 4px 8px;
  margin: 4px;
  border-radius: 16px;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s;
}

.chip-option .label {
  margin-right: 6px;
}

.chip-option i.material-icons {
  font-size: 16px;
  cursor: pointer;
  color: #007c91;
  transition: color 0.3s;
}

.chip-option i.material-icons:hover {
  color: #d32f2f; /* Rojo al pasar el mouse */
}

.chip-option:hover {
  background-color: #b2ebf2; /* Fondo un poco más oscuro */
}

.opcion-content i {
  vertical-align: middle;
  cursor: pointer;
  opacity: .7;
}
.opcion-content i:hover {
  opacity: 1;
}
#company_list_header {
  background: white;
  max-width: fit-content;
  margin-left: 15px;
  padding-left: 15px;
  margin-bottom: 0px;
  border: solid 1px #1111;
  border-radius: 3px;
}
#activity-content {
  max-height: 500px;
  overflow: auto;
}
#auto-change-content {
  display: none;
}
.modal h1, .modal h2, .modal h3, .modal h4 {
  color: #515151;
}
.modal input, .modal textarea, .modal select {
  border-color: #dde6e9;
}
.modal label {
  color: #515151;
}
.formNoteUpdate {
}
.note-editor {
  display: none;
  margin-bottom: 70px;
}
.note-editor button {
  float: right;
}
.whatsapp i, .whatsapp span {
  display: inline-block;
  vertical-align: middle;
}
.whatsapp i {
  font-size: 24px;
}
.whatsapp {
  color: #10c043 !important;
  padding-left: 10px;
}
.no-scroll {
  overflow: hidden;
}
.buttonEditContact {
  position: absolute;
  right: 0px;
  right: 20px;
}
.notes-view textarea {
  width: 100%;
  max-width: 100%;
}
.notes-view .showFormNotesExtend {
  /*margin-left: calc( 100% - 125px);*/
}
.notes-list .note.empty {
  padding: 10px;
  text-align: center;
  margin: 5px;
  background: #ffffbd;
  border-radius: 3px;
  border: solid 1px #ccc;
}
.tabs {
  display: none;
}
.tabs.active {
  background-color: initial;
  display: block;
}
.content-name-contact {
  display: flex;               /* Conviértelo en fila */
  justify-content: space-between; /* Nombre a la izquierda, acciones a la derecha */
  align-items: flex-start;     /* Alinea arriba */
  margin-top: 15px;
  margin-bottom: 25px;
}

.name-contact {
  display: flex;
  flex-direction: column;      /* Nombre arriba, estrellas abajo */
}

.content-name-contact h2 {
  margin: 0 0 5px 0;           /* Quita márgenes innecesarios */
  font-size: 1.8rem;
}

.content-stars {
  display: flex;
  gap: 3px;                    /* Espacio entre estrellas */
}
.content-name-contact {
  display: flex;               /* Nombre y acciones en fila */
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 25px;
}

.name-contact {
  display: flex;
  flex-direction: column;      /* Nombre arriba, estrellas abajo */
}

.content-name-contact h2 {
  margin: 0 0 5px 0;           /* Quita márgenes innecesarios */
  font-size: 1.8rem;
}

.action-contact.add-agent {
  margin-top: 50px;
  margin-right: 10px;
  cursor: pointer;
  opacity: .7;
}
.action-contact.add-agent:hover {
  opacity: 1;
}
.actions-contact .action-contact {
  display: inline-block;
  vertical-align: top;
}
.actions-contact .action-contact label{
  display: block;
  font-weight: 400;
  color: #707070;
  padding: 10px;
  padding-left: 0px;
}
.actions-contact span {
  font-weight: 500;
}

.actions-contact select {
  padding: 5px 10px;
  border-radius: 4px;
  width: auto;
  height: 34px;
  background-color: white;
  border: solid 2px #ccc;
}

.nowrap {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  color: #47bfc3;
}
.info-contact-content {
  padding: 10px;
}
.info-contact-content {
  background-color: white;
  border-radius: 5px;
}
.info-contact-content h3{
  padding: 0px;
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 8px;
}
.info-contact-content.panel-more ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  border-bottom: solid 1px #ccc;
}
.info-contact-content.panel-more ul li {
  display: inline-block;
  border-bottom: solid transparent;
  padding: 10px;
  font-weight: 600;
  color: #707070;
  cursor: pointer;
}
.info-contact-content.panel-more ul li.active {
  border-bottom-color: #47bfc3;
  background-color: initial;
}
.view-data-content {
  max-width: 400px;
  display: flex;
}
.view-data-content span:not(.whatsapp),
.view-data-content a:not(.whatsapp) {
  margin-right: auto;
  padding: 10px;
}
.view-data-content label{
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  min-width: 160px;
}
.disabled-stars {
  pointer-events: none;
}
#modal-agent {
  padding: 25px !important;
}
#modalParent:has(#modal-notes),
#modalParent:has(#modal-contact) {
  width: 50%;
  max-width: 350px;
}
#modalParent:has(#modal-stage) {
  width: 50%;
  max-width: 450px;
}
#modal-stage {
  padding: 25px;
}
#modal-stage .tooltip .tooltiptext {
  width: 250px;
}
#modal-stage h3{
  margin: 0px;
  margin-bottom: 25px;
}
#modalParent:has(#modal-stage) textarea{
  width: 100%;
  max-width: 100%;
}
#modalParent:has(#modal-stage) .input-group {
  margin-bottom: 25px;
}
.content-switch-inline {
  display: flex;
}
.content-switch-inline label{
  vertical-align: middle;
  display: inline-block;
}
.content-switch-inline .switch {
  margin-left: auto;
}
.content-switch-inline div {
  width: 35px;
  height: 22px;
  padding: 0px;
  background-color: transparent;
  border: none;
}
.content-switch-inline span.material-icons {
  font-size: 22px;
  opacity: .7;
}
#formNote {
  display: none;
}
#formNote, #contactForm {
  padding-top: 15px;
}
.footer-modal-notes {
  margin-top: 15px;
}
.notes-list, .notes-view {
  padding-top: 20px;
  padding-bottom: 20px;
}

#modal-notes .notes-list {
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 300px;
  overflow: scroll;
}
.notes-list .note .created_date {
  font-size: 10px;
  font-weight: 400;
  opacity: .8;
}
.notes-list .note {
  padding: 10px;
  padding-top: 0px;
  margin: 5px;
}
.notes-list .note .header {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: flex-end; /* empuja los botones a la derecha */
}
.notes-list .note .header i {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.notes-list .note .header h4 {
  margin: 0px;
}
.notes-list .note .header button {
  cursor: pointer;
  background-color: transparent;
  margin-left: 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.notes-list .note .content-message {
  border: solid 1px #1111;
  border-left: solid 5px #47bfc3;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.notes-list .note .footer {
  font-size: 12px;
  font-style: italic;
  opacity: .7;
}
.notes-list .note .footer .created_date {
  display: block;
}
.notes-list .note .footer span {
  text-align: right;
  display: block;
}
#modal-notes, #modal-contact{
  padding: 10px;
}
#modal-new-contact {
  padding: 20px;
}
#modal-new-contact h3 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 25px;
}
#modal-notes h3 {
  padding: 0px;
  margin: 0px;
}
.showContactLink{
  color: #666666;
  display: block;
  font-weight: bold;
  font-size: 1rem;
}
.custom-select {
  position: relative;
  display: inline-block;
  width: 200px;
  font-family: sans-serif;
}
td .custom-select-trigger {
  padding: 12px;
}
.custom-select-trigger {
  padding: 5px;
  background: #fff;
  border: 2px solid #ccc;
  cursor: pointer;
  border-radius: 5px;
  user-select: none;
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 1000;
}
td .custom-select-trigger {
  padding: 12px;
}
.custom-option {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.custom-option:last-child {
  border-bottom: none;
}

.custom-option:hover {
  background: #f0f0f0;
}

/* Bordes de colores */
.border-red { border-left: 5px solid red; }
.border-green { border-left: 5px solid green; }
.border-blue { border-left: 5px solid blue; }
.stars {
  display: inline-flex;
}

.star {
  opacity: 0.4;
  cursor: pointer;
  color: #ffcc33;
  transition: opacity 0.2s;
}

.star.active {
  opacity: 1;
  background-color: initial;
}

/* Cuando hago hover sobre una estrella: ella y todas las anteriores se llenan */
.star:hover,
.star:hover ~ .star {
  opacity: 0.4; /* los siguientes permanecen vacíos */
}

.star:hover,
.star:hover ~ .star {
  opacity: 0.4;
}

.star:hover,
.star:hover ~ .star {
  opacity: 0.4;
}

.star:hover,
.star:hover ~ .star {
  opacity: 0.4;
}

.star:hover,
.star:hover ~ .star {
  opacity: 0.4;
}

/* Truco para llenar las anteriores */
.stars:hover .star {
  opacity: 1;
}

.stars:hover .star:hover ~ .star {
  opacity: 0.4;
}

.fullNameContact h3 {
  padding: 0px;
  margin: 0px;
}
.text-capitalize {
  text-transform: capitalize;
}
td .notes {
  cursor: pointer;
}
td .notes i,
td .notes span {
  display: inline-block;
  vertical-align: middle;
}
.contact-link{
  display: block;
}
#footer-main-form-bot {
  margin-top: 70px;
  display: block;
  margin-bottom: 100px;
}
#footer-main-form-bot .button-danger{
  margin-left: 0px;
}
.disabled-step {
  opacity: .6;
}
#desingForm {
  padding-top: 15px;
  padding-bottom: 25px;
}

.title-form-section h2 {
  margin: 0px;
  padding: 0px;
  margin-top: 50px;
}
.title-form-section p {
  padding-top: 0px;
  margin-top: 0px;
}
.bot-select-design {
  display: flex;
}
.bot-desing {
  text-align: center;
  border-radius: 3px;
  margin-right: 15px;
  min-width: 170px;
  position: relative;
}
.bot-desing label .icon svg{
  width: 100px;
  height: 100px;
}
.bot-desing label {
  display: block;
}
/*
.bot-desing label.circle input, .bot-desing label.lineal input {
  position: absolute;
  bottom: -18px;
}
.bot-desing label.circle input {
  left: 13px;
}
.bot-desing label.lineal input {
  left: 35%;
}
*/
.bot-select-design .circle{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 60px;
}
.bot-select-design .lineal{
  margin-top: 22px;
  height: 30px;
  border-radius: 25px;
}
.bot-select-design.bg .bot-desing .icon {
  padding: 10px;
  border-radius: 3px;
  color: white;
} 
.input-name-bot {
  margin-bottom: 50px;
}
#step-edit {
  position: fixed;
  z-index: 99;
  padding: 20px;
  top: 70px;
  right: -50px;
  width: 0px;
  height: calc(100% - 100px);
  background-color: #fff;
  overflow: hidden;
  transition: width 0.2s ease;
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px #ccc;
}
#step-edit.show {
    width: 100%;
    right: 20px;
    max-width: 450px;
}
.input-group {
  position: relative;
}
.input-group i {
  position: absolute;
  top: 3px;
  right: 0px;
  opacity: .7;
}
.input-group label, .input-group input, .input-group textarea, .input-group select{
  display: block;
}
.input-name-bot .input-group {
  max-width: fit-content;
}
.input-group.inline {
  display: inline-block;
  width: 100%;
  max-width: 350px;
}
.fit-content div {
  max-width: fit-content;
}
.fit-content div input {
  width: 350px;
}
.input-name-bot .input-group input{
  width: 350px;
}
.input-name-bot .input-group input:focus + i{
  display: none;
}
#step-edit .input-group label {
  display: block;
  font-size: .8rem;
  font-weight: bold;
}
#step-edit .input-group .desc{
  display: block;
  font-style: italic;
  font-weight: 200;
  font-size: 10px;
  padding-left: 5px;
}
.desc {
  font-style: italic;
  font-size: 10px;
  padding-left: 5px;
}
#step-edit .input-group input[type="text"] {
  margin-bottom: 0px;
  max-width: 100%;
  width: 100%;
}
#step-edit .input-group {
  margin-bottom: 25px;
}
#bot-step-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    margin-top: 25px;
}
#bot-step-content .step {
    display: flex;
    max-width: 800px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}
.divider-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem; /* espacio entre líneas y botón */
}
#bot-step-content .divider-button{
  max-width: 800px;
}
#bot-step-content .divider-button hr {
    flex: 1; /* las líneas se expanden */
    border: none;
    height: 2px; /* grosor de la línea */
    background-color: #ccc; /* color gris */
    opacity: 0.5; /* un poco más tenue */
    margin: 0; /* elimina márgenes por defecto */
}
/* Lateral izquierdo con fondo gris claro y borde morado */
.step-side {
    background-color: #f4f6f8;
    padding: 10px;
    display: flex;
    align-items: center;
    border-left: 6px solid #47bfc3; /* Cambia aquí tu color */
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.step-side.children-step {
  border-left: 6px solid #6c5ce7; /* Cambia aquí tu color */
  border-radius: 0px;
}
.step.editing {
  border: solid 2px #47bfc3;
}
.step-children.editing {
  border: solid 2px #6c5ce7;
}

/* Ícono de mover */
.move-content {
    cursor: grab;
    color: #666;
    transition: color 0.2s ease;
}

.move-content:hover {
    color: #47bfc3;
}

.step-body {
    flex: 1;
    padding: 16px;
}
.step-body button i {
  opacity: .7;
}

.step-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.step-title {
    font-size: 18px;
    margin: 0;
    color: #333;
}

.actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.actions button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.actions button:hover {
    background-color: #f0f0f0;
}

.status {
    font-size: 14px;
    color: #666;
}

.step-message {
    margin-top: 10px;
    color: #444;
    line-height: 1.5;
}


#bot-main-form .item-bot-menu {
  display: inline-block;
  vertical-align: top;
  background: white;
  border-radius: 5px;
  border: solid 1px #1111;
  text-align: center;
  width: 100%;
  max-width: 250px;
  min-height: 350px;
  transition: transform 0.3s ease;
  position: relative;
}
#bot-main-form .item-bot-menu button.button-secondary{
  position: absolute;
  bottom: 30px;
  left: 37%;
}
#bot-main-form .item-bot-menu a{
  padding: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-decoration: none;
  display: block;
}
#bot-main-form .item-bot-menu i{
  font-size: 5rem;
}
#bot-main-form .item-bot-menu p {
  color: rgb(66, 66, 66);
  font-weight: 400;
}
#bot-main-form .item-bot-menu:not(:last-child) {
  margin-right: 10px;
}
#bot-main-form .item-bot-menu h3{
  color: rgb(66, 66, 66);
}
#bot-main-form .item-bot-menu:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}
.breadcrumb {
  font-size: 14px;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.breadcrumb-link {
  text-decoration: none;
  color: #007bff;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  color: #999;
}

.breadcrumb-current {
  color: #333;
  font-weight: 500;
}

#bot-list .bot {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: white;
  border: solid 1px #1111;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  max-width: 800px;
  margin-bottom: 25px;
}
#bot-list .bot .button.right {
  margin-left: auto;
}
#bot-list .bot .name {
  font-weight: bold;
  color: #666;
  margin-left: 10px;
}
.online-indicator {
  width: 10px;
  height: 10px;
  background-color: #28c76f; /* verde */
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 0 rgba(40, 199, 111, 0.4);
  animation: pulse 1.5s infinite;
}

.offline-indicator {
  width: 10px;
  height: 10px;
  background-color: #b5b5b5; /* gris */
  border-radius: 50%;
  opacity: 0.5;
}

/* Radar/pulso animado solo si está online */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(40, 199, 111, 0.7);
  }
  70% {
    transform: scale(1.4);
    box-shadow: 0 0 0 6px rgba(40, 199, 111, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(40, 199, 111, 0);
  }
}
.color-view {
  width: 40px;
  height: 20px;
  border: solid 2px #ccc;
  display: -webkit-inline-box;
}
.tagify__tag-text,
.tagify__dropdown__item {
    white-space: normal !important;
}
.product-related-list {
  background-color: white;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.product-related-list li {
  padding: 10px; 
  text-transform: uppercase;
  padding-right: 10px;
}
.product-related-list li i{
  float: right;
  cursor: pointer;
}
.product-related-list li:not(:last-child){
  border-bottom: solid 1px #1111;
}
.category-name {
  text-transform: uppercase;
  font-weight: bold;
}
.categories-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 0.5rem;
}

.categories-breadcrumb li {
    position: relative;
    color: #666;
    text-transform: uppercase;
}

.categories-breadcrumb li::after {
    content: "›"; /* o puedes usar ">" */
    margin: 0 0.5rem;
    color: #aaa;
}

.categories-breadcrumb li:last-child::after {
    content: "";
    margin: 0;
}

.categories-breadcrumb li:last-child {
    color: #000;
    font-weight: bold;
}

#categories-tree ul li i {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  opacity: .7;
}
#categories-tree ul li i:hover {
  opacity: 1;
}
#categories-tree ul li, .children-category  {
  padding: 15px;
  font-size: 1rem;
  text-transform: uppercase;
}
#content-seo-preview {
  border: solid 1px #ccc;
  min-height: 50px;
  background-color: white;
  padding: 15px;
}
.seo-preview .header .favicon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: grey;
}
.seo-preview .header .favicon, .seo-preview .header .title-page {
  display: inline-block;
  vertical-align: middle;
}
#confirm  {
  margin-top: 25px;
  border-radius: 10px;
  width: 50%;
  height: initial;
  margin: auto;
}
#confirm .modal-content {
  text-align: center;
  height: initial !important;
  max-height: initial !important;
  min-height: 100px;
  padding-top: 25px;
}
#confirm .modal-header {
  text-transform: uppercase;
  border-bottom: solid 1px #1111;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
#confirm .modal-footer {
  text-align: right;
  border-top: solid 1px #1111;
  background-color: initial;
}
.modal-footer .button-cancel {
  background-color: transparent !important;
  color: black !important;
  border: none !important;
}
.modal-footer .confirmed_dialog {
  text-transform: capitalize;
}
.company_logo {
  max-width: 90px;
  width: 100%;
  padding-top: 5px;
}
#attachments_content {
  margin-bottom: 40px;
  max-width: 450px;
  width: 100%;
}
#attachments_content div {
  padding: 10px;
  margin-top: 10px;
  border-radius: 2px;
  border: solid 1px #1111;
  background-color: white;
  display: table;
  margin-right: 10px;
  position: relative;
  cursor: move;
}
#attachments_content div input.hidden{
  display: none;
}
#attachments_content i {
  cursor: pointer;
}
#attachments_content .save_changes {
  display: none;
}
#attachments_content .cancel_changes {
  display: none;
}

#attachments_content i,
#attachments_content span, 
#attachments_content input{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#attachments_content input{
  width: initial;
  margin: 0px;
  border: solid 1px #1111;
  background: #e6e6e6;
}
#attachments_content div:has(i.cancel:hover) {
    background-color: #ff000057;
    color: white;
}
#attachments_content div:has(i.edit:hover) {
    background-color: #0000ff66;
    color: white;
}
.input_file_multiple{
  margin-bottom: 15px;
  margin-top: 15px;
}
.input_file_multiple a{
  cursor: pointer;
  border: solid 1px #1111;
  border-radius: 2px;
  padding: 10px;
  color: #6b6e70;
}
.input_file_multiple label[for="attachment"] {
  padding-bottom: 10px;
}

#files-area{
  margin: 0 auto;
  margin-top: 20px;
}
.file-block{
  background-color: rgba(144, 163, 203, 0.2);
  margin: 5px;
  color: initial;
  display: inline-flex;
}
.file-block span.name{
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
    padding-top: 5px;
    padding-bottom: 5px;
}
.file-delete{
  display: flex;
  width: 24px;
  color: initial;
  background-color: #6eb4ff00;
  font-size: large;
  justify-content: center;
  margin-right: 3px;
  cursor: pointer;
}
.file-delete span{
  transform: rotate(45deg);
}
.file-delete:hover{
  background-color: rgb(211 78 147 / 20%);
}
#mainCategorySelect option {
  text-transform: uppercase;
}
.categories-tag {
  text-transform: uppercase;
}
#product_category .tagify .tagify__tag{
  text-transform: uppercase;
}
.customSuggestionsList > div{
  max-height: 300px;
  min-height: 50px;
  border: 2px solid pink;
  overflow: auto;
}
.tagify--focus {
  --tags-border-color: #6cc8b5;
}
.customSuggestionsList .empty{
  color: #999;
  font-size: 20px;
  text-align: center;
  padding: 1em;
}
/* Estilo del botón principal */
.product_more {
  display: inline-block;
  position: relative;
}
.product_more_button {
    border: none;
    cursor: pointer;
    font-size: 16px;
    vertical-align: middle;
    margin-top: 5px;
}
/* Dropdown inicialmente oculto */
.product_more_dropdown {
    display: none; /* Oculto por defecto */
    position: absolute;
    bottom: 50px; /* Se despliega hacia arriba */
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    padding: 10px;
    width: 150px;
}

/* Estilos para los enlaces dentro del dropdown */
.product_more_dropdown a {
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

/* Estilo cuando pasas el mouse por un enlace */
.product_more_dropdown a:hover {
    background-color: #ddd;
}

/* Clase que muestra el dropdown */
.product_more.active .product_more_dropdown {
    display: block; /* Mostrar el dropdown */
}

.button_filter_content {
    padding-top: 25px;
}
.button_filter_content span{  
  font-weight: bold;
}
a.button_filter {
    color: #428bca;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 11px;
    /*margin-right: 10px;*/
    padding: 5px;
    text-transform: uppercase;
}
a.button_filter:hover {
    text-decoration: underline;
}
a.button_filter.active {
    background-color: #47bfc3;
    color: white;
    border-radius: 3px;
}
.tag {
  background-color: white;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
  color: #428bca;
  text-decoration: none;
  display: inline-table;
}
.tag_product_packend_content {
  padding: 10px !important;
}
.tag_product_packend_content input {
  width: 100%;
  max-width: 70px !important;
  margin-bottom: 0px !important;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
}
.tag_container {
  background: transparent;
  border: dotted 1px #ccc;
  min-height: 150px;
  padding: 10px;
}
.module_divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
  color: #a6a6a670;
  font-style: italic;
  font-weight: normal;
  font-size: 10px;
}

.module_divider::before,
.module_divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #cccccc3b;
}

.module_divider::before {
  margin-right: 10px;
}

.module_divider::after {
  margin-left: 10px;
}
.image_view_container {
  max-width: fit-content;
  width: 100%;
  background-color: white;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  border: solid 1px #1111;
  border-radius: 5px;
}
.image_view_container img {
  display: inline-block;
  vertical-align: middle;
}
.image_view_container i {
  position: absolute;
  right: 0px;
}
.image_view_container h4 {
  padding: 0px;
  margin: 0px;
}
.button_header {
  padding: 5px !important;
  font-size: 11px !important;
  float: right;
  text-decoration: none;
  color: #428bca;
}
#loading_div {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 56%);
  z-index: 9999;
  top: 0px;
  left: 0px;
}
.ui-state-highlight, .ui-state-highlight-options {
  background-color: #f6f6ab !important;
}
.ui-state-highlight {
  width: 100%;
  max-width: 800px;
}
.ui-state-highlight-options {
  width: 100%;
  max-width: 790px;
}
#div_status_installing_module {
  background-color: black;
  min-height: 250px;
  overflow: auto;
}
#div_status_installing_module ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  padding-left: 10px;
}
#div_status_installing_module ul li  {
  color: white;
  font-style: italic;
}
#content_git_changes {
  background: #eee;
  border: solid 1px #2222;
  overflow-x: auto;
  height: 150px;
  margin-bottom: 25px;
}
#filters_enable_content {
  padding: 10px;
  background-color: white;
  display: none;
}
.hook_content {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.hook_content.hidden {
  opacity: 0;
}
.title_customer {
  text-transform: uppercase;
}
.title_customer span{
  display: block;
  font-size: 10px;
}
.title_customer a{
  font-size: 10px;
  width: fit-content;
}
.account_detail {
  padding-left: 5px;
  text-transform: uppercase;
  color: rgb(104 115 133);
  font-weight: 400;
}
.account_detail span {
  font-size: 12px;
  display: block;
  color: rgb(65 69 82 / 1);
}
.divider_data {
  display: block;
  width: 100%;
  border-bottom: solid 1px #1111;
  color: #111111;
  font-weight: bold;
}
#order_status {
  margin-bottom: 15px;
}
.reduction_percent {
  max-width: initial !important;
  width: 65px !important;
}
.estimate_product_row:hover {
  background-color: #1111 !important;
}
#estimate_table tr:nth-child(even){background-color: #f2f2f24f;}
#estimate_table {
  width: 100%;
  border-collapse: collapse;
}
#estimate_table thead {
  border-bottom: 1px solid #ddd;
}
#estimate_table tr td {
  padding: 8px;
  color: grey;
}
#estimate_table tr th {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}
#estimate_details tr td textarea {
  max-width: 100% !important;
}
body[page="estimates"] textarea {
  min-height: 100px !important;
}
.estimate_totals thead tr td, .estimate_totals thead tr th {
  padding: 10px;
  text-align: right;
}
.estimate_totals input {
  max-width: fit-content;
}
#estimate_totals {
  margin-bottom: 50px;
  border-collapse: collapse;
}
#estimate_totals tr td{
  border: solid 1px #dddd;
}
.totals_invoice {
  margin-bottom: initial !important;
  max-width: 100px !important;
}
.delete_row_product {
  margin-bottom: 15px;
}
.max100 {
  max-width: 100px !important;
}
.max50 {
  max-width: 50px !important;
}
.price_invoice_total_row {
  cursor:not-allowed; 
  pointer-events:none;
}
.quantity_invoice {
  max-width: 60px !important;
}
.currency_invoice {
  color: grey;
}
.percentage_invoice {
  color: grey;
}
.measurement {
  color: grey;
}
.name_product_invoice {
  text-transform: uppercase;
}
.sku_invoice {
  font-size: 11px;
}
.product_row:hover {
  background-color: rgba(1, 129, 116, 0.15);
  transition: 0.3s;
}
.no_image_row {
  width: 100%;
  max-width: 56px;
}


.button-danger {
    background-color: #dc3545;
    color: white !important;
}
table.dataTable thead , table.dataTable tfoot{
  text-transform: uppercase;
  font-size: 10px;
}
table.dataTable tbody{
  font-size: 12px;
  color: #666;
}
.unit_content {
  position: relative;
}
.unit_content input {
  text-align: right !important;
  padding-left: 15px !important;
}
.usd:before {
  content: "US$";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #B5B5B5;
}
.mxn:before {
  content: "MX$";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #B5B5B5;
}
.avg:before {
  content: "%";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #B5B5B5;
}

.usd_datatable:before {
  content: "US$";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #B5B5B5;
}
.mxn_datatable:before {
  content: "MX$";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #B5B5B5;
}
.avg_datatable:before {
  content: "%";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #B5B5B5;
}
.pzs_datatable:before {
  content: "PZS";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #B5B5B5;
}
.table_legend_title i {
    font-size: 16px;
    vertical-align: middle;
}
.table_legend_title span {
    vertical-align: middle;
}
.table_legend_title span.desc {
    display: block;
    margin-top: 25px;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 25px;
    font-size: 14px;
}
#table_rendered .order_by {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 5px;
  padding-right: 25px;
  padding-left: 15px;
}
#table_rendered .order_by:not(.current_order_by):after {
    font-family: 'Material Icons';
    content: "\e5d7";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #dcdcdc;
    font-size: 15px;
}
#table_rendered .current_order_by {
  color: #428bca !important;
}
#table_rendered .order_by:hover::after {
  /*
  font-family: 'Material Icons';
  content: "\e5d7";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #428bca;
  */
}
#table_rendered .sort_asc:after {
  font-family: 'Material Icons';
  content: "\e313";
  position: absolute;
  right: 0px;
  top: 63%;
  transform: translateY(-50%);
  color: #428bca;
  font-size: 13px;
}
#table_rendered .sort_desc:after {
  font-family: 'Material Icons';
  content: "\e316";
  position: absolute;
  right: 0px;
  top: 0%;
  color: #428bca;
  font-size: 13px;
}
#table_rendered tbody tr:nth-child(even){
  background-color: #f2f2f2;
}
/*
#table_rendered tbody tr:hover {
  background-color: #e1dfdfd1;
}
*/
#table_rendered_wrapper {
    padding-top: 25px;
}
a:link {
  color: #428bca;
}
a:visited {
  color: #428bca;
}
a:hover {
  color: #428bca;
}
a:active {
  color: #428bca;
}
.content_div_tab {
  display: flex;
}
.form_content {
    width: 100%;
    max-width: 100%;
}
.form_content h3 {
    border-bottom: solid 1px #1111;
    margin: 0px;
    text-transform: lowercase;
    color: #625d5d;
    margin-top: 25px;
    margin-bottom: 50px;
    padding-bottom: 15px;
}
.capitalize-first-letter::first-letter {
    text-transform: uppercase;
}
.form_content h3 span {
    display: block;
    margin-top: 25px;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 25px;
    font-size: 14px;
}
.form_content .col-md-6 {
  padding-left:  initial !important;
  padding-right: initial !important;
} 
.itivos_form_inline .input_content {
    display: table;
    width: 100%;
    float: left;
    vertical-align: middle;
}
.itivos_form_inline .input_content .itivos_form_inline_label {
    display: table-cell;
    width: 250px;
    text-transform: capitalize;
    vertical-align: middle;
    padding-right: 50px;
}
.itivos_form_inline .input_content .input_content_input{
    display: table-cell;
    max-width: initial;
    width: initial;
}
.input_content_input .desc{
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    font-style: italic;
    color: #333;
}
.input_content_input.file {
}
.itivos_form_inline .input_content .input_content_input input, 
.itivos_form_inline .input_content .input_content_input select, 
.itivos_form_inline .input_content .input_content_input textarea{
    margin-bottom: 2px;
    max-width: initial;
}
.itivos_form_inline .input_content .itivos_form_inline_label label{
    font-weight: bold;
    display: block;
}
.desc_input {
    font-style: italic;
    color: #ccc;
    display: block;
    line-height: 1.2;
    min-height: 10px;
    font-size: 12px;
    margin-bottom: 5px;
}
.input_content {
    margin-bottom: 35px;
}
.input_content.file-container-input {
  margin-bottom: 50px;
}
.input_content_input {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 450px;
}
.observations_div textarea {
  max-width: 100%;
  width: 100%;
}
.move_feature_product_container {
  cursor: move;
  display: inline-block;
  max-width: 50px;
  width: 100%;
  vertical-align: middle;
  padding-left: 10px;
  margin-right: 20px;
}
.feature_container {
  display: inline-block;
  width: 100%;
  max-width: 580px;
  vertical-align: middle;
  background: #8080801a;
  padding: 10px;
}
.feature_container input[type="text"]{
  max-width: 250px !important;
  background-color: white !important;
}
.feature_container .select2-container--default .select2-selection--single{
  background-color: white !important;
}
.feature_container .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: initial !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px !important;
}
.feature_delete_conteiner {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 100px;
}
.wraper {
  margin-top: 20px;
  background-color: white;
  padding: 0px !important;
  box-shadow: 0 3px 10px rgb(10 37 64 / 5%);
  border-radius: 4px;
  border: solid 1px #1111;
}
.wraper h1, .wraper h2, .wraper h3, .wraper h4  {
  margin: 0px !important;
  border-bottom: solid 1px #1111;
  padding: 8px;
}
.img_row_order {
  max-width: 56px;
}
.theme_content {
  display: inline-grid;
  width: 100%;
  max-width: 250px;
  align-content: center;
  text-align: center;
  margin-right: 10px;
  border: solid 1px #1111;
}
.theme_content_info {
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.6s;
}
.theme_content_info:hover .theme_layout_shappe {
  display: block;
}
.theme_layout_shappe {
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  background-color: rgb(0 0 0 / 17%);
  display: none;
}
.theme_layout_shappe a {
  top: 30%;
  position: absolute;
  margin: auto;
  left: 28%;
}
.theme_name_content {
  text-align: center;
  background-color: white;
  border-bottom: solid 1px #1111;
}
.theme_label {
  position: absolute;
  right: 0px;
  padding: 10px;
  background-color: #587374;
  color: white;
  bottom: 10px;
}
.disabled_cursor {
  cursor: not-allowed;
}
.input_file {  
  border-bottom: solid 1px #ccc;
  width: 100%;
  height: 30px;
  vertical-align: middle;
  padding-top: 5px;
}
.input_file input {
    display: none !important;
}
.file_text {
  overflow: hidden;
  max-width: calc(100% - 150px);
  display: inline-grid;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.hidden-file-input {
  position: absolute;
  left: -9999px;
}

.input_file label {
  display: initial !important;
  background-color: #03b196;
  color: white;
  padding: 0.4rem;
  font-family: sans-serif;
  cursor: pointer;
  margin-top: 1rem;
}
.module_list_layer_title_category {
  display: block;
  background-color: #e3e3e3;
  width: 100%;
  max-width: 350px;
  margin-top: 20px;
  padding: 5px;
}
.module_list_layer {
  text-align: center;
  display: inline-grid;
  margin-right: 20px;
  width: 100%;
  max-width: 250px;
  min-height: 350px;
  margin-top: 20px;
  padding: 5px;
  position: relative;
}
.module_list_layer_logo {
  margin-right: 20px;
  background-color: #e3e3e3;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-top: 20px;
}
.module_list_layer_name {
  margin-right: 20px;
  background-color: #e3e3e3;
  width: 95%;
  height: 20px;
  margin-top: 20px;
}
.module_list_layer_description {
  margin-right: 20px;
  background-color: #e3e3e3;
  width: 90%;
  height: 10px;
  margin-top: 20px;
}
.spiner_button {
    display: inline-grid;
    vertical-align: middle;
}
.spiner_button .spiner {
    height: 15px;
    width: 15px;
    position: relative;
    -webkit-animation: spinner 1s infinite linear;
    -moz-animation: spinner 1s infinite linear;
    -o-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-left: 1px solid #6b8e74;
    border-right: 1px solid #6b8e74;
    border-bottom: 1px solid #d4d4c9;
    border-top: 1px solid #6b8e74;
    border-radius: 100%;
    font-size: 0;
    color: hsla(0,0%,100%,.6);
}
.center-spiner2 {
    display: block;
    top: 45%;
    left: 50%;
    align-items: center;
    text-align: center;
    position: fixed;
    z-index: 101;
    padding: 6px;
}
input.width_desc {
  margin-bottom: 0px !important;
}
.desc_field {
  font-style: italic;
  font-size: 10px;
  color: grey;
}
.product_container .content_pictures {
  margin-bottom: 15px;
}
.product_content_desc .nav_tab { 
  margin: 0px !important;
  margin-top: 0px !important;
}
.product_content_desc .content_input  {
  position: relative;
}
.product_content_desc .content_input .lang_content_list {
  position: absolute;
  right: 1px;
  top: 1px;
}
.product_content_desc .content_input .lang_content_list .lang_select_form {
  height: 42px !important;
}
.content_field_product {
  padding: 10px;
  margin-bottom: 10px;
  max-width: 350px;
}
.content_field_product.block label, 
.content_field_product.block input, 
.content_field_product.block select {
  display: block;
  width: 100%;
  max-width:350px;
}
.content_field_product label {
  font-weight: normal;
  margin-bottom: 10px;
}
.form_inline div, .form_inline label, .form_inline input, .form_inline select{
  display: inline-grid;
  vertical-align: middle;
}
.helper_formv1 input, .helper_formv1 label, .helper_formv1 select{
  display: block;
  margin: 0px !important;
}
.helper_formv1 select{
  max-width: 350px !important;
}
.helper_formv1 select:focus{
  border-bottom: solid 1px #ccc !important;
}
.helper_formv1 .input_lang {
  max-width: 300px !important;
  display: inline-block;
}
.form_content .input_lang{
  max-width: calc(100% - 60px) !important;
  display: inline-block;
}
.form_content .lang_content_list {
  display: inline-block !important;
  vertical-align: top;
  width: 50px;
}
.form_content .lang_content_list select{
   border: solid 1px #ccc !important;
}

.form_content .input_content_input .desc {
  display: block;
}
.helper_formv1 .lang_content_list {
  display: inline-block !important;
  vertical-align: top;
}
.helper_formv1 .lang_content_list select {
  border: solid 1px #ccc !important;
}
.helper_formv1 .desc {
  color: #8080805e;
  font-style: italic;
  font-size: small;
  display: block !important;
}
.helper_formv1 .switch_content span, .helper_formv1 .switch_content input, .helper_formv1 .switch_content input{
  padding-top: 15px;
  display: inline-block;
}
.helper_formv1 .switch {
  display: inline-block;
}
.helper_formv1 .content_input {
  margin-bottom: 15px;
}
.hidden_input_lang {
  display: none !important;
}
.container_module_description .dropdown{
}
.container_module_description {
  position: relative;
  height: 100%;
  max-height: 150px;
  min-height: 150px;
}
.container_module_name {
  height: 100%;
  max-height: 110px;
  min-height: 110px;
}
.container_img_module {
  height: 100%;
  max-height: 80px;
  min-height: 75px;
}
.itivos-sortable-product {
  width: 158px;
  height: 144px;
  display: inline-block;
  background-color: #f6e84169;
  border: dotted 1px #222;
  margin: 2px;
}
.itivos-sortable-feature,
.itivos-sortable-tag,
.itivos-sortable-file {
  background-color: #f6e84169 !important;
}
.itivos-sortable-tag {
  display: inline-block;
  border: dotted 1px #222;
}
.itivos-sortable-file {
  display: inline-block;
  border: dotted 1px #222;
}
.buttons_combinations {
  padding: 10px;
}
.combination_action {
  text-decoration: none;
  color: #222;
  cursor: default !important;
}
.combination_action i{
  opacity: 0.7;
  cursor: pointer !important;
}
.combination_action i:hover {
  opacity: 1;
}
.input_fake_auto_height {
  background: white;
  padding: 5px;
  width: 100%;
  min-height: 50px;
  border: none;
  border: solid 1px #ccc;
  margin-bottom: 15px;
  background-color: #f4f4f4;
}
.input_fake_auto_height:after {

}
.input_tag {
  position: relative;
  display: inline-block;
  min-width: 50px;
  background-color: white;
  padding: 5px;
  border: solid 1px #ccc;
  text-transform:capitalize;
  margin: 3px;
}
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content_collapsible {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
.show-hidden-form-content{
  display: none;
  padding-top: 50px;
}
.form_hidden {
  display: none;
}
.icon-button  {
  cursor: pointer;
}
.icon-button-hidden {
  display: none !important;
}
.inline-grid {
  display: inline-grid;
}
.display-block {
  display: block;
}
a:active {
  color: #567273;
}
.hook_list_order {
  cursor: move;
}
.hook_list_order:hover {
  background-color: #11111111;
}
.hook_list_order img{
  margin-right: 80px;
  max-width: 50px;
  vertical-align: middle;
}
.hook_list_order span{
  display: none;
  vertical-align: middle;
}
.hook_list_order:hover span{
  float: right;
  vertical-align: middle;
}
.form_height label {
    display: block !important;
}
.form_height textarea{
    display: block !important;
}
.form_height input {
    display: block !important;
} 
.form_height select {
    display: block !important;
}
blockquote {
  padding-left: 20px;
  min-height: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: white;
  border: solid 1px #1111 !important;
}
blockquote[class="blockquote_one"] {
  border-left: solid 5px #35cc99 !important;
}
blockquote[class="blockquote_two"] {
  border-left: solid 5px #77b3e6 !important;
}
.add_comment_view {
  display: none;
}
.active_element_iv {
  border: 2px !important;
  border-style: dashed !important;
  border-color: #bebdf7 !important;
}
#sortable {
  padding-top:20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  border: 2px !important;
  border-style: dotted !important;
  border-color: #e0dede !important;
}
.select2-container--open .select2-dropdown--below {
}
.select2-container {
  margin-bottom:15px !important; 
}
.select2-container--default .select2-selection--single {
  padding: 4px;
  height: 30px;
  border: none !important;
  border-bottom: solid 1px #ccc !important;
  background: transparent !important;
  border-radius: initial !important;
}
.translate_content {
  width: 100%;
  background-color: white;
}
.translate_content_key {
  display: none;
}
.dropbtn {
  padding: 16px;
  font-size: 16px;
  cursor: pointer;
}

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

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}
.div_miniature_module {
  padding: 10px;
  transition: all 0.3s;
  border: solid 1px #ccc;
  width: 100%;
  max-width: 200px;
  align-content: center;
  text-align: center;
  align-content: center;
  display: inline-grid;
  margin: 5px;
  background-color: white;
}
.div_miniature_module:hover {
  box-shadow: rgba(128, 130, 133, 0.3) 0px 8px 20px;
}
.div_miniature_module img {
  max-width: 90px;
}
.content_fullname {
}
.text_list {
  padding-left: 15px;
  margin: 0px;
  margin-top: 10px;
  position: absolute;
}
.img_profile_miniature {
  max-width: 40px;
  border-radius: 50%;
  width: 100%;
}
#form_add_comment {
  padding-bottom: 25px;
}
.padding-top-20 {
  padding-top: 10px;
}
.content-right {
  text-align: right;
}
#process_content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.complete_stage {
  color: green !important;
  font-weight: bold;
}
.complete_stage a {
  color: green !important;
}
.span_process {
  margin-top: 35px;
}
#process_line {
  margin-bottom: 20px;
  list-style: binary;
}
#process_line li {
  color: #ccc;
  float: left;
  margin-left: 35px;
}
#process_line li a{
  color: #ccc;
  font-size: 12px;
  text-transform: uppercase;
}

.timeline {
  position: relative;
  margin: 20px auto;
  padding: 10px 0;
  width: 300px;
}

.timeline:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ccc;
}

.timeline-item {
  position: relative;
  margin: 20px 0;
  padding-left: 50px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-icon {
  position: absolute;
  left: 12px;
  width: 16px;
  height: 16px;
  background: #47bfc3;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 0 2px #47bfc3;
}

.timeline-content {
  background: white;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.timeline-content h3 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #47bfc3;
  padding-left: 0px;
}

.timeline-content p {
  margin: 0 0 5px;
  font-size: 14px;
}

.timeline-content .note, .timeline-content .reason,
.timeline-content .note, .timeline-content .amount_sales,
.timeline-content .note, .timeline-content .payment-method {
  font-style: italic;
  color: #555;
}
.timeline-content .reason-value {
  text-transform: capitalize;
}

.timeline-content .meta {
  margin-top: 5px;
  font-size: 12px;
  color: #999;
}

.timeline-content .meta .by_name {
  display: block;
}

.date {
  display: block;
  font-size: 12px;
  color: #999;
}

.bg_div_flaoat {
  background-color: #f6f6f6;
  border: dotted 1px #f6f6f6;
  padding-top: 20px;
}
#div_form_payment {
  display: none;
}
.pointer {
  cursor: pointer;
}
.delete {
  cursor: pointer;
}
.tr_payment {
  background-color: #f6f6f6;
}
.tr_payment div{
  padding: 20px;
}
.kpi_content {
  background-color: #f6f6f6;
  border: dotted 1px #f6f6f6;
}
.mount_kpi {
  font-size: 24px;
}
.delete_row_product {
  cursor: pointer;
}
.hidden {
  display: none;
}
.textarea_100 { 
  max-width: 100%;
}
.product_row {
  padding-top: 10px;
  background-color: white;
  border-bottom: solid 1px #ccc;
}

#product_selected {
  padding-left: 2px !important;
  padding-right: 2px !important;
  margin-top: 20px;
  border-top: solid 1px #ccc;
  margin-bottom: 20px;
}
.ini-min-height {
  min-height: 0px !important;
}
#form_order_admin {
}
.thumbnail-container {
  cursor: move;
  display: inline-block;
  background-color: #8080802e;
  padding: 5px;
  margin: 2px;
}
.thumbnail-container .delete_img_product {
  float: right;
  color: grey !important;
}
.feature_select {
  max-width: calc(100% - 5px);
  border-bottom: initial !important;
}
.feature_content {
  padding: 10px;
  margin-top: 10px;
  border-radius: 2px;
  border: solid 1px #1111;
  background-color: white;
  max-width: 850px;
}
#product_details #dinamic_features{
  margin-bottom: 50px;
}
#references label {
  font-weight: normal !important;
}
label {
  font-weight: bold;
}
#sizes {
    display: flex;
    gap: 20px; /* Espacio entre los campos */
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
}
#sizes .input-container {
    position: relative;
    display: inline-block;
}
#sizes input[type="text"] {
  padding-right: 50px; /* Espacio para el recuadro de la unidad */
  width: 100px;
  margin-bottom: 0px;
}
#sizes .unit {
  position: absolute;
  right: 0px;
  top: 47%;
  transform: translateY(-50%);
  background-color: #f0f0f0;
  border: 0px;
  border-right: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 14px;
}

#sizes label {
    font-weight: bold;
    margin-right: 5px;
}

#sizes .field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tab_product {
  display: none;
}
.tab_active {
  display: block ;
}
.tab_content {
  display: none;
}
.content_pictures {
  height: 300px;
  position: relative;
  border: dashed 1px #1212;
}
.content_pic_combination {
  height: 300px;
  position: relative;
  border: dashed 1px #1212;
}
.upload_file {
  color: grey;
  text-align: center;
  display: block;
  padding-top: 30px;
  opacity: 0.8;
  position: absolute;
}
.file_attache {
  display: block;
}
.product_container {
  padding-top: 20px;
}
#product_view_admin_ {
  margin-bottom: 70px;
}
.product_header {
  height: 60px;
}
.product_footer {
  background-color: white;
  padding: 13px;
  height: 60px;
  position: fixed;
  z-index: 95;
  width: 100%;
  left: 0px;
  bottom: 0px;
  box-shadow: #363a41 0 0 10px;
}
#tab1 {
  display: block;
}
#product_view_admin {
  margin: 0px !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
  border: initial !important;
  padding-top: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.active_menu_product {
  border-bottom: solid 4px rgba(1, 129, 116, 0.25);
}
#basic_info_product {
  display: block;
}
.default_tab {
  display: block;
}
.logo-wemetric {
  width: 100%;
  max-width: 200px;
  padding-top: 12px;
  height: auto;
  align-content: center;
}
.logo_header {
 max-width: 140px !important;
 padding-top: 3px !important; 
 display: initial !important;
}
.system_version {
  color: white;
  opacity: .9;
  font-size: 10px;
}
#name_system {
  font-size: 25px;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
}
.logo_menu {
  width: 140px;
  float: right;
  position: absolute;
  left: 70px;
  top: 3px;
}
.close_message_system {
  cursor: pointer;
}
.close_btn_nav {
  cursor: pointer;
  position: absolute;
  right: 10px;
  color: white;
}
.close_btn_nav i {
  font-size: 36px;
}
.content_info {
  height: 53px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding-top: 10px;
  margin-right: 15px;
}
.close_btn_nav:hover {
  color: #4dc1c4;
}
.message_system {
  padding: 10px;
  height: 45px;
  margin-top: 20px;
  border: solid 1px #1111;
  background: #dff0d8;
  color: #3c763d;
}
[aria-labelledby="id-66-title"] {
  display: none;
}
.div_read {
  position: absolute;
  top: 35%;
  left: 5px;
}
.done_read {
  color: #606060;
  opacity: 0.3;
  cursor: pointer;
}
.done_read:hover {
  opacity: 1;
  transition: 0.4s;
}
.has_rule {
  color: green;
}
.info_product_ {
  color: grey;
}
.title_product {
  border: none !important;
  padding: 0px !important;
  padding-left: 10px !important;
  background: none !important;
  color: #16181e;
}
#label_shop {
  position: relative;
}
#label_shop i {
  position: absolute;
  left: -20px;
  top: 0px;
}
#settings_button {
  float: right;
  margin-top: -2px;
  cursor: pointer;
}
#settings_button a {
  color: black;
  opacity: 0.3;
}
#settings_button a:hover {
  color: #606060;
  opacity: 1;
  transition: 0.4s;
}
.link_block {
  display: block;
}
.any_cursor {
  cursor: default !important; 
}
.any_cursor a:hover {
  background: none !important;
}
.div_date i{
  color: grey;
  font-size: 10px;
}
.date_italic {
  font-size: 10px;
  font-style: italic;
  color: grey;
}
#page-container {
  position: relative;
  min-height: 100vh;
}
#content-wrap {
  padding-bottom: 220px;    /* Footer height */
}
.priceForProducPrice {
  max-height: 150px !important;
  height: 100%;
}
#loading_produts {
  position: absolute;
  z-index: 999;
  background: white;
  text-align: center;
  width: 100%;
  margin: 0px;
  margin-right: 10px;
  padding-top: 150px;
}
#products_report {
  min-height: 417px;
}
.iso_code {
  max-width: 50px !important;
}
input.iso_code {
  text-align: center;
}
.fake_input {
  background: white;
  padding: 5px;
  height: 30px;
  width: 100%;
  max-width: 350px;
  border: none;
  border-bottom: solid 1px #ccc;
}
.fake_textarea {
  background: white;
  padding: 5px;
  min-height: 50px;
  width: 100%;
  max-width: 100%;
  border: none;
  border-bottom: solid 1px #ccc;
  margin-bottom:15px;
}
#add_currency {
  display: none;
}
.italic {
  font-style: italic;
  color: grey;
}
.h3_div {
  margin-top: 0px !important;
  color: grey;
  text-transform: uppercase;
  border-bottom: solid 1px #2222;
  padding: 0px;
  padding-bottom: 5px;
  position: relative;
}
.h3_div span {
    display: block;
    font-weight: 300;
    font-size: 13px;
    text-transform: initial;
}
.h3_div .add-button {
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 1;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    color: #615c5c;
    background-color: white;
    opacity: .8;
}
.h4_upper {
  text-transform: uppercase;
}
#tab2{
  display: none;
}
#tab3{
  display: none;
}
#tab4{
  display: none;
}
#tab5{
  display: none;
}
#tab6{
  display: none;
}
#tab7{
  display: none;
}
#tab8{
  display: none;
}
#tab9{
  display: none;
}
#tab10{
  display: none;
}
.content-center {
  align-content: center;
  text-align: center;
}
.padding-left_0 {
  padding-left: 0px !important;
}
.padding-right_0 {
  padding-left: 0px !important;
}
.kpi_products {
  background: none !important;
  border: none !important;
}
.menu_app i {
  color: #606060;
}
.navBlanco i {
  color: #606060;
}
.red {
  color: red;
}
.error_field {
  border-bottom: solid 1px red !important;
}
#content_app {
  margin-top: 35px;
  margin-left: 280px;
  padding-right: 25px;
}
.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted #555; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 101;
  transition: opacity .6s;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip-top {
  bottom: 125%;
  left: 50%;
  margin-left: -60px
}
.tooltip-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}
.tooltip-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px;
}
.tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 45%;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent  transparent rgba(0, 0, 0, 0.7) transparent;
}
.tooltip-right {
  top: 0%;
  right: 100%;
}
.tooltip-right::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 34%;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent  transparent transparent rgba(0, 0, 0, 0.7) ;
}

.edit_rule {
  cursor: pointer !important;
}
.delete_rule {
  cursor: pointer !important;
}
.btn-border-cancel {
  color: #6c868e !important;
  border: solid 1px #6c868e !important;
  background: white !important;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.14), 0 0px 0px 0px rgba(0,0,0,0.12), 0 0px 0px 0 rgba(0,0,0,0.2) !important;
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 0px 0px 0 rgba(0,0,0,0.2) !important;
}
.btn-border-cancel:hover {
  color: #03b196 !important;
}
.margin10 {
  margin: 5px;
}
#condition_select {
  max-width: 250px !important;
}
#then {
  max-width: 170px !important;
}
.input-container {
  display: inline;
}
.input-container i{
  color: grey;
}
.icon_amount {
  padding: 1px;
  position: absolute;
  background: none;
}
.icon_percentage {
  padding: 4px;
  padding-left: 7px;
  font-size: 18px !important;
  position: absolute;
  background: none;
}
input {
  background-color: transparent;
}
input[name="amount_input"] {
  max-width: 100px !important;
  width: 100%;
  padding-left: 35px !important;
}
input[name="percentage_input"] {
  max-width: 100px !important;
  width: 100%;
  padding-left: 35px !important;
}
input[name="percentage_input_all"] {
  max-width: 100px !important;
  width: 100%;
  padding-left: 35px !important;
}
input[name="price_calc"] {
  max-width: 150px !important;
  width: 100%;
  padding-left: 35px !important;
  background: white !important;
}

input[name="max_price"] {
  max-width: 150px !important;
  width: 100%;
  padding-left: 35px !important;
  background: white !important;
}
input[name="price_real"] {
  cursor: not-allowed;
  max-width: 150px !important;
  width: 100%;
  padding-left: 35px !important;
  background: white !important;
}
.price_real_div {
  position: absolute;
  right: 20px;
  top: 67px;
}
#rules_form_div {
  display: none;
  padding: 11px;
  padding-bottom: 0px; 
  background: #f2f2f2;
}

#last_access li{
  list-style: none;
  color: grey;
}
#last_access li i{
  font-size: bold;
  text-align: center;
  padding-top: 7px;
}
#last_access li span{
  margin-right: 5px;
  padding-left: 20px;
  text-align: right;
  padding-top: 2px;
}
del {
  color: grey;
}
.cancel_crop {
  display: none;
}
.profile_photo {
  max-width: 250px;
  border-radius: 50%;
}
.border-boton {
  color: #03b196 !important;
  background: white;
  border: solid 1px #03b196 !important;
  -webkit-box-shadow: none !important;
}
.border-boton:hover {
  background: #03b196;
  color: white !important;
}
.border-button {
  color: #03b196 !important;
  background: white;
  border: solid 1px #03b196 !important;
  -webkit-box-shadow: none !important;
}
.border-button:hover {
  background: #03b196;
  color: white !important;
}
.border-button-action {
  color: #000 !important;
  background: #ececec;
  border-radius: 4px;
  padding: 7px !important;
box-shadow: 0 3px 10px rgb(10 37 64 / 5%);
}
.border-button-action:hover {
  background: #dbdbdb;
}
.kpi_content {
  height: 100%; 
  margin-top: 5%;
  padding: 5%;
}
.title_kpi_good {
  margin: 0px;
  border-color: #68d0c0;
  color:#68d0c0;
  border: solid 3px; 
  position: absolute !important;
  left: 5px;
  bottom: 6px;
  border-radius: 50px
}
.title_kpi_bad{
  margin: 0px;
  border-color: red;
  color:red;
  border: solid 3px; 
  position: absolute !important;
  left: 5px;
  bottom: 6px;
  border-radius: 50px
}
.title_kpi_yellow{
  margin: 0px;
  border-color: #c1ea41;
  color: #c1ea41;
  border: solid 3px; 
  position: absolute !important;
  left: 5px;
  bottom: 6px;
  border-radius: 50px
}
.title_num {
  font-size: 50px;
  color: #222;
}
#rules_div {
  padding-left: 10px;
  display: none;
}
#history_div {
  padding-left: 10px;
  display: none;
}
#div_add_combinations {
  display: none;
}
#products_list_filter {
  padding-top: 26px;
}
.botones_table {
  background: none !important;
  padding: 5px;
  cursor: pointer;
  border: solid 1px #03b196 !important;
}
.botones_table:hover i {
  color: white;
}
.botones_table:hover {
  background-color: #03b196 !important;
}
.botones_table span {
  color: #03b196;
}
.buttons_actions_table {
  color: #b2b2b2;
  padding: 10px;
}
.buttons_actions_table i.edit:hover {
  color: #03b196;
}
a > i {
  vertical-align: middle;
}
button > i {
  vertical-align: middle;
}
button.botones_table.disabled span {
  color: #b2b2b2 !important;
}
button.botones_table.disabled  {
  border: solid 1px #b2b2b2 !important;
}
button.botones_table.disabled:hover {
  background: none !important;
}
button.botones_table.disabled:hover i {
  color: #b2b2b2 !important;
}
table.dataTable.hover tbody tr:hover i {
  transition: 0.2s;
}
table.dataTable.hover tbody tr:hover i.delete {
  color: red;
}
table.dataTable.hover tbody tr:hover i.edit {
  color: #03b196;
}
#div_combinations {
  display: none;
}
.separate_line {
  border-left: 1px solid #ccc;
}
#add_combination {
  display: none;
}
.btn_table {
  padding-left: 5px;
  cursor: pointer;
}
.page_nav_current {
  opacity: 1 !important;
}
.page_nav_current::before {
  content: " ";
  position: absolute;
  height: 6px;
  width: 6px;
  top: 17px;
  left: -10px;
  background: #22d6da;
  border-radius: 50%;
}
.page_nav_current i {
  color: #22d6da !important;
}
.div_divider_menu {
  padding: 0px !important;
  margin: 0px !important;
}
#shop_current {
  border: solid 0px !important;
}
#form_current_shop {
  width: 320px;
  margin-left: 90px;
  padding-top: 8px;
}
#form_current_shop select {
  width: 200px;
}
.form_inline input, .form_inline select{
  display: inline-grid;
  vertical-align: middle;
  margin: 0px !important;
box-shadow: 0 3px 10px rgb(10 37 64 / 5%);
}
.form_inline a{
  margin-left: 5px;
}
.notifications_message {
  position: relative;
  padding: 10px;
  padding-left: 35px;
}
.notifications_message a {
  text-decoration: none;
  color: black;
}
.notifications_message:hover {
  background-color: rgb(247, 247, 248);
}
.h4_notifications {
  padding: 10px;
  margin: 0px;
  border-bottom: solid 1px #ccc;
}
#notifications_div {
  display: none;
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.notifications_container{
  position: absolute;
  background: white;
  border: solid 1px #1111;
  right: 67px;
  top: 49px;
  width: 100%;
  max-width: 250px;
  z-index: 99;
  box-shadow: rgba(128, 130, 133, 0.3) 0px 8px 20px;
}
.badges {
  position: relative;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.badges_blue span {
  padding: 6px;
  color: white;
  background-color: blue;
}
.h4_dashboard {
  padding:0;
  padding-top: 5px;
  margin: 0px;
  color: #6f6f6f; 
}
#login_div {
  display: none;
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.container_login {
  position: fixed;
  background: white;
  border: solid 1px #1111;
  right: 20px;
  top: 49px;
  width: 100%;
  max-width: fit-content;
  box-shadow: rgba(128, 130, 133, 0.3) 0px 8px 20px;
}
#login_div ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.container_login ul li a {
  display: block;
  color: black;
  padding: 10px;
  text-decoration: none;
}
.container_login ul li a:hover {
  background-color: rgba(1, 129, 116, 0.25);
  transition: 0.4s;
}
#login_div ul li a{
  padding-left: 20px;
}

.li_my_profile {
  border-bottom: solid 1px #1111;
  background-color: white;
  padding: 10px;
}
.li_my_profile span {
  cursor: pointer;
}
#system_info {
  margin-top: 10px;
  text-align: center;
  align-content: center;
}
.logo_itivos_prisync {
 text-align: center;
 align-content: center;
 padding-left: 20%;
}
.active_menu {
  background: white;
  border-top: solid 4px rgba(1, 129, 116, 0.25);
}
.active_menu a {
  color: black;
}
.active_menu_app {
  border-bottom: solid 3px rgba(1, 129, 116, 0.25);
}
.active_tab {
  background-color: rgba(1, 129, 116, 0.25);
}
#products_variations {
  display: none;
}
#product_basic_information {
  padding-top: 10px;

}
.account_left{
  text-align: center;
}
.loading {
  display: block !important;
}
.center-spiner {
    display: none;
    top: 0px;
    align-items: center;
    text-align: center;
    position: fixed;
    background: rgba(0,0,0,.4);
    padding: 5px;
    left: 0px;
    z-index: 999;
}
.spiner {
    height: 43px;
    width: 43px;
    position: relative;
    -webkit-animation: spinner 1s infinite linear;
    -moz-animation: spinner 1s infinite linear;
    -o-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-left: 4px solid #8c8c85;
    border-right: 4px solid #8c8c85;
    border-bottom: 4px solid #d4d4c9;
    border-top: 5px solid #8c8c85;
    border-radius: 100%;
    font-size: 0;
    color: hsla(0,0%,100%,.6);
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.itivos_ajax_loading {
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
}

.itivos_ajax_loading div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #6c5ce7; /* color primario */
  animation: itivos_ajax_loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  border-radius: 4px;
}

.itivos_ajax_loading div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
  background: #6c5ce7;
}
.itivos_ajax_loading div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
  background: #00cec9;
}
.itivos_ajax_loading div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
  background: #81ecec;
}

@keyframes itivos_ajax_loading {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}



#add_product{
  display: none;
}
/* Popup container - can be anything you want */
.popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
    padding: 2px;
}
.popuptext {
  position: relative;
  padding: 10px;
  border-left: 0px;
  padding: 15px;
  margin: 0px;
  display: table-cell;
}
.icon_message_success {
  position: relative;
  padding: 10px;
  border-radius: 0px;
  border: solid 1px #84b856;
  color: white;
  display: table-cell;
  vertical-align: middle;
  background: #84b856;
  border-right: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.icon_message_danger {
  position: relative;
  padding: 10px;
  padding-top: 13px;
  border-radius: 0px;
  border: solid 1px #721c24;
  color: white;
  display: table-cell;
  vertical-align: middle;
  background: #721c24;
  border-right: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.success {
  background: #dff0d8;
  color: #3c763d;
}
.danger {
  color: #721c24;
  background-color: #f8d7da;
  border: solid 1px #721c24;
}
.info {
  color: #2179c1; 
  background: #dee9f2;
}

.btn_close {
  position: absolute;
  float: right;
  right: 10%;
  background: red;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-top: -30px;
  margin-right: -20px;
  cursor: pointer;
  padding: 7px;
  background: white;
  border: solid 1px #ccc;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.fixed_header{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody{
  display:block;
  width: 100%;
  overflow: auto;
  height: 100%;
  max-height: 400px;
}
.fixed_header tbody td {
  border: 1px solid #ddd;
}

.fixed_header thead tr {
   display: block;
}

.fixed_header thead {
  color: black;
  border-bottom: solid 2px #222;
}

.fixed_header th, .fixed_header td {
  padding: 5px;
  text-align: left;
  width: 500px;
}

.fixed_header tr:nth-child(even){background-color: #f2f2f2;}

.fixed_header tbody tr:hover {background-color: #ddd;}

#loading {
  display: none;
}
#combinations_table th {
  text-align: left;
  background-color: #90a294;
  color: white;
}
.message_content {
  padding: 10px;
  border-radius: 2px;
}
.message_content i,
.message_content span {
  display: inline-block;
  vertical-align: middle;
}
.categories_del_options {
  margin-top: 50px;
}
.categories_del_options .button{
  margin-top: 50px;
  margin-left: 20px;
  color: white;
}
.pagination {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #ddd;
}
.current_page {
  background-color: #ddd;
}

.menu_app_module ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  max-width: 250px;
}
.menu_app_module ul li{
  width: 100%;
  float: left;
  padding-left: 10px;
}
.menu_app_module ul li a{
  display: block;
}
.menu_tab_module ul {
  padding: 0px;
  display: inline-flex;
  list-style: none;
}
.menu_tab_module ul > li > a{
  text-decoration: none;
}
.main_container {
  margin-top: 70px;
}
.menu_app {
  margin: 10px;
  height: 39px;
  margin-top: 20px;
  /* border: solid 1px #1111; */
  /* background: white; */
  /* box-shadow: 0 3px 10px rgb(10 37 64 / 5%); */
  /* border-radius: 4px;*/
}
.menu_app ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menu_app ul li {
  float: left;
  padding-left: 10px;
  margin-right: 5px;
}
.menu_app ul li:hover {
  transition: 0.4s;
  background: rgba(1, 129, 116, 0.25);
}
.menu_app ul li a {
  text-decoration: none;
  display: inline-block;
  color: black;
  padding-left: 0px ;
}
.menu_app nav ul li a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.content_app_module {
  min-height: 250px;
  padding-left: 20px;
  margin-left: 250px;
}

/*** */
.nav_tab {
  margin: 10px;
  height: 45px;
  margin-top: 20px;
  border: solid 1px #1111;
  background: white;
}
.nav_tab ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.nav_tab ul li {
  float: left;
  padding-left: 10px;
}
.nav_tab ul li:hover {
  transition: 0.4s;
  background: rgba(1, 129, 116, 0.25);
}
.nav_tab ul li a {
  text-decoration: none;
  display: inline-flex;
  color: black;
}
.nav_tab ul li:hover a {
}

/*** */

.menu_modal {
  height: 45px;
  background: #f2f2f2;
}
.menu_modal ul {
  list-style: none;
  margin: 0px;
}
.menu_modal ul li {
  float: left;
  padding-left: 10px;
}
.menu_modal ul li:hover .active_menu  {
  background: white !important;
}
.menu_modal ul li:hover {
  transition: 0.4s;
  background: rgba(1, 129, 116, 0.25);
}
.menu_modal ul li a {
  text-decoration: none;
  display: inline-flex;
  color: black;
}
.main_app {
  margin: 10px;
  border: solid 1px #1111;
  background: white;
  padding: 10px;
  box-shadow: 0 3px 10px rgb(10 37 64 / 5%);
  border-radius: 4px;
}
.main_app_trans {
  margin: 10px;
  margin-left: 0px;
  padding: 10px;
}
.main {
  margin: 10px;
  margin-top: 20px;
  padding: 10px;
}
.main_app #products_list_wrapper{
  min-height: 417px;
}
 /* Estilos para el contenedor principal */
.itivos_login_logo {
  max-width: 250px;
}
/* Fondo Bigly */
#login-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f9fafb, #ffffff);
}

/* Burbuja decorativa 1 */
#login-container::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(99,102,241,0.25), transparent 70%);
  top: -150px;
  left: -150px;
  filter: blur(80px);
  animation: floaty 15s ease-in-out infinite;
}

/* Burbuja decorativa 2 */
#login-container::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(16,185,129,0.25), transparent 70%);
  bottom: -100px;
  right: -100px;
  filter: blur(80px);
  animation: floaty 18s ease-in-out infinite reverse;
}

/* Animación burbujas */
@keyframes floaty {
  0% { transform: translate(0,0); }
  50% { transform: translate(30px,-20px); }
  100% { transform: translate(0,0); }
}

/* Logo */
#login-container img {
  max-width: 200px;
  margin-bottom: 20px;
  animation: bounce 4s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* Caja del login */
.itivos_login_form {
  background: rgba(255, 255, 255, 0.95);
  padding: 40px 30px;
  border-radius: 24px;
  max-width: 380px;
  width: 100%;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  z-index: 2;
}

/* Labels e inputs */
.itivos_login_form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #374151 !important;
  font-size: 14px;
}

.itivos_login_form input {
  width: 100% !important;
  height: 43px !important;
  padding: 12px 14px !important;
  margin-bottom: 18px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  transition: all 0.2s ease;
}
.itivos_login_form input[type="number"] {
  max-width: 245px !important;
}

.itivos_login_form input:focus {
  outline: none !important;
  border-color: #0ea5e9 !important;
  box-shadow: 0 0 0 3px rgba(14,165,233,0.3) !important;
}

/* Botón Bigly */
.itivos_login_form .button-primary {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s ease;
  animation: shine 5s linear infinite;
}

.itivos_login_form .button-primary:hover {
  transform: translateY(-2px);
}

.itivos_login_form .button-primary:active {
  transform: translateY(1px);
}

@keyframes shine {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

/* Link recuperar contraseña */
.forgot-password {
  text-align: right;
  margin-bottom: 18px;
}
.forgot-password a {
  font-size: 13px;
  color: #0ea5e9;
  text-decoration: none;
}
.forgot-password a:hover {
  text-decoration: underline;
}

/* Separador */
.divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: #6b7280;
  font-size: 14px;
  margin: 20px 0;
}
.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #e5e7eb;
}
.divider:not(:empty)::before {
  margin-right: .75em;
}
.divider:not(:empty)::after {
  margin-left: .75em;
}

/* Social login */
.social-login {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.social-login button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all .2s ease;
}

/* Google */
.btn-google {
  background: white;
  border: 1px solid #d1d5db;
  color: #374151;
}
.btn-google:hover {
  background: #f9fafb;
}

/* Facebook */
.btn-facebook {
  background: #1877f2;
  color: white;
}
.btn-facebook:hover {
  background: #145dbf;
}

.social-login button img {
  width: 20px;
  height: 20px;
}


.itivos_login_rights {
  margin-top: 35px;
  font-size: 12px;
  color: #222;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.itivos_login_rights a {
  text-decoration: none;
  font-weight: 500;
  transition: color 0.25s ease, text-decoration 0.25s ease;
}

.itivos_login_rights a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}


.rows_total {
  padding-right: 10px;
}
/* Modal */
.modal {
  display: none;
  background-color: white;
  padding:0px;
  padding-top: 0px;
  width: 70%;
  margin: auto;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.modal-header {
  border-bottom: solid 1px #fbefef; 
}
.modal-content {
  padding-bottom: 10px; 
}
.modal-content .form_content h3 {
  padding-left: 15px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 50px;
  margin-bottom: 15px;
}
.modal-footer {
  padding: 10px;
  background-color: #8080801a;
}
.modal-footer a {
  float: right;
  padding-left: 10px;
  margin-left: 10px;
  display: inline-grid;
}
/* Slider*/

.slider ul {
  list-style: none;
}
.slider {
  padding: 50px;
}

.fondoElementosSlider {
  padding: 5px;
  background-color:rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  max-width: 350px;
}

#btnSliderBottom {
  margin: 10px;
}

.controlSli{
 cursor: pointer;
 color: #f5f2f0;
 border: solid 1px grey;
 width: 20px;
 height: 20px;
 margin: 10px;
 display: inline-grid;
 border-radius: 50%;
}
.activoSli {
  background-color: #03b196;
}
.botonDerecha {
  display: none;
  position: relative;
  top: 48%;
  float: right;
  font-size: 3em;
  color: white;
  cursor: pointer;

}
.botonDerecha:hover {
  font-size: 4em;
}

.botonIzquierda {
  display: none;
  position: relative;
  top:48%;
  float: left;
  font-size:3em;
  color: white;
  cursor: pointer;

}
.botonIzquierda:hover {
  font-size: 4em;
}

input,textarea,select {
  color: #444;
}
/* Formularios*/
fieldset {
  border:solid 1px #ccc;
} 
input[type="text"] {
  padding: 5px;
  height: 30px;
  width: 100%;
  max-width: 350px;
  border: none;
  border-bottom: solid 1px #ccc;
  margin-bottom:15px;
}
.tagify {
  width: 100%;
  border: 0px !important;
  border-bottom: solid 1px #ccc !important;
  min-height: 30px;
  margin-bottom: 15px;
}
.tagify-container {
  width: 100%;
  max-width: 350px;
  border: solid 1px #ccc;
  margin-bottom:15px;
  min-height: 150px;
}
input[type="search"] {
  padding: 5px;
  height: 30px;
  max-width: 350px;
  border: none;
  border-bottom: solid 1px #ccc;
  margin-bottom:15px;
}
input[type="number"] {
    padding: 5px;
    height: 30px;
    width: 100%;
    max-width: 350px;
    border: none;
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
}
input[type="tel"] {
    padding: 5px;
    height: 30px;
    width: 100%;
    max-width: 350px;
    border: none;
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
}
input[type="tel"]:focus {
  outline: none;
}
input[type="tel"]:hover {
  border-bottom: solid 1px #46bec2;
}
input[type="number"]:focus {
  outline: none;
}
input[type="number"]:hover {
  border-bottom: solid 1px #46bec2;
}
input[type="datetime-local"] {
  padding: 5px;
  height: 30px;
  width: 100%;
  max-width: 350px;
  border: none;
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
}
input[type="text"]:focus {
  outline: none;
}
input[type="text"]:hover {
  border-bottom: solid 1px #46bec2;
}
input[type="text"]:focus {
  border-bottom: solid 1px #46bec2;
}
input[type="date"]{
  padding: 5px;
  height: 30px;
  width: 100%;
  max-width: 150px;
  border: none;
  border-bottom: solid 1px #ccc;
}
input[type="date"]:focus {
  outline: none;
}
input[type="date"]:hover {
  border-bottom: solid 1px #46bec2;
}


input[type="email"] {
  padding: 5px;
  height: 30px;
  width: 100%;
  max-width: 350px;
  border: none;
  border-bottom: solid 1px #ccc;
  margin-bottom:15px;
}

input[type="email"]:focus {
  outline: none;
}
input[type="email"]:hover {
  border-bottom: solid 1px #46bec2;
}

input[type="password"] {
  padding: 5px;
  height: 30px;
  width: 100%;
  max-width: 350px;
  border: none;
  border-bottom: solid 1px #ccc;
  margin-bottom:15px;
}

input[type="password"]:focus {
  outline: none;
}
input[type="password"]:hover {
  border-bottom: solid 1px #46bec2;
}

input[disabled] {
  cursor:not-allowed; 
}
textarea[disabled] {
  cursor:not-allowed; 
}
select[disabled] {
  cursor:not-allowed; 
}

select {
  height: 30px;
  width: 100%;
  max-width: 262px;
  border: none;
  border-bottom: solid 1px #ccc;
  margin-bottom:15px; 
  background: transparent;
}
select[class="full-width"] {
  max-width: 100% !important;
}
select:focus {
  outline: none;
  border-bottom: solid 1px #ccc;
}
select:hover {
  border-bottom: solid 1px #46bec2;
}

textarea {
  padding: 5px;
  width: 100%;
  max-width: 350px;
  border: solid 1px #ccc;
  margin-bottom:15px;
}
textarea[class="full-width"] {
  max-width: 100% !important;
}
textarea:focus {
  outline: none;
}
textarea:hover {
  border-bottom: solid 1px #46bec2;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;

}
/*Estilos formularios*/
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
  margin: 0px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Check slider */
.checkSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.checkSlider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .checkSlider {
  background-color: #03b196;
}

input:focus + .checkSlider {
  box-shadow: 0 0 0px #03b196;
}

input:checked + .checkSlider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.checkSlider.redondeadoCheck {
  border-radius: 34px;
}

.checkSlider.redondeadoCheck:before {
  border-radius: 50%;
}

.contentCheck {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 12px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.contentCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkActivo {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: solid 1px #ccc;
}
.contentCheck input:checked ~ .checkActivo {
  background-color: #03b196;
  border: 0px;
}

.checkActivo:after {
  content: "";
  position: absolute;
  display: none;
}

.contentCheck input:checked ~ .checkActivo:after {
  display: block;
}

.contentCheck .checkActivo:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.entradasForms {
  width: 100%;
  max-width: 350px; 
  margin-bottom: 5px;
}
.entradasForms input, select, textarea{
  margin-bottom:2px;
}
.inInvoice {
  max-width: 250px;
}

/* Botones*/
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.button {
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .12s ease;
}
.button > span {
  vertical-align: middle;
}
.button > i {
  vertical-align: middle;
}
.button:hover {
  text-decoration: none;
  opacity: 1;
}
.boton {
  font-weight: 600;
  color: white;
  cursor: pointer;
  text-decoration: none;
  border-style: none;
  padding: 5px;
  margin-top: 5px;
  opacity: 1;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.boton > span {
  vertical-align: middle;
}
.boton:hover {
  text-decoration: none;
  transition: 0.4s;
  opacity: 1.5;
}
.boton:focus {

}

.loading_button {
  cursor: not-allowed !important;
}
.button-danger {
  background-color: #dc3545;
  text-transform: capitalize;
}
.boton-primario, .button-primary {
  text-transform: capitalize;
  background: linear-gradient(90deg, #007BFF, #00C9A7);
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(0, 123, 255, 0.18);
  border: none;
}
.boton-secundario, .button-secondary {
  background: transparent;
  color: #222;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.boton-primario:hover , .button-primary:hover {
  background-color: rgb(1, 129, 116);
}
.boton-aceptar {
  background-color: #28a745;
}
.boton-aceptar:hover {
  background-color: #1e7e34;
}
.boton-cancelar {
  background-color: #dc3545;
}
.boton-cancelar:hover {
  background-color: #c82333;
}
.boton-alerta {
  color: #212529;
  background-color: #ffc107;
}
.boton-alerta:hover {
  background-color: #d39e00;
}
.boton-ligero {
  color: black;
  background-color: #deedf9c4;
}
.boton-ligero:hover {
  background-color: #deedf9;
}
.boton-negro {
  background-color: black;
}

/*TamaÃ±os de botones*/
.peque {
  padding: 2px;
}
.grande {
  padding: 10px;
}
.deForma {
  width: 100%;
  max-width: 350px;
}
.button_full_with {
  width: 100%;
  max-width: 350px; 
}
/* Divisor*/
.divisor {
  width: 2px;
  border-top: solid 1px #f9f9f9; 
}
/* Alineaciones*/
.right {
  float: right;
}
.left {
  float: left;
}

.derecha {
  float: right !important;
}
.izquierda {
  float: left !important;
}
.derecha-text {
  text-align:  right;
}

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

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

/* Helpers Ocultar*/
.ocultar {
  display: none;
}


/* Menu*/
.menuNormal {
  display: none;
}
.displayNavLeft {
  width: 250px;
}
.displayNavLeft button {
  margin-top: 10px;
}
.nav-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  color: #615c5c;
  margin-left: 15px;
  background-color: white;
  opacity: .8;
}
#menu-horizontal {
  height: 54px;
  width: 100%;
  background-color: transparent;
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 0px;
}
#menu-horizontal ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#menu-horizontal ul li {
  display: inline-block;
  vertical-align: middle;
}
#menu-horizontal ul li a{
  text-decoration: none;
  color: #a6a6a6;
}
#menu-horizontal ul li a:hover{
  background-color: rgba(1, 129, 116, 0.25);
  transition: 0.4s;
}

.botonMenu {
  transition: 0.4s;
  text-decoration: none;
  color: white;
  position: relative;
  cursor: pointer;
  height: 50px;
  width: 50px;
  display: block;
  margin-inline-end: 10px;
  padding: 10px;
  padding-top: 7px;
  display: none;
}
.botonMenu i {
  font-size: 30px;
}
.botonMenu:hover {
  background-color: rgb(20 109 182 / 50%);
  color: white !important;
}
.info_header {
  padding: 0px;
  margin: 0px;
}
.navBar {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  max-width: 250px;
  left: -200px;
  z-index: 98;
  color: #0d92ff;
  border: 0px;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.6s;
  z-index: 99;
  background-color: white;
}
.navBar.bigly .page_nav_current::before,
.navBar.bigly .botonMenuHide:hover {
  background: rgb(20 109 182 / 50%) !important;
}
.navBar.bigly .botonMenuHide i {
    color: #22d6da;
}
.navBar.green .page_nav_current::before,
.navBar.green .botonMenuHide:hover {
  background: #389466;
}
.navBar.green .page_nav_current i {
  color: #389466 !important;
}
.navBar.green .botonMenuHide i {
  color: #389466;
}
.navBar.green .content_control_menu .botonMenuHide:hover i {
  color: white;
}
/*Blue theme*/
.navBar.blue .page_nav_current::before,
.navBar.blue .botonMenuHide:hover {
  background: #1d8cf8;
}
.navBar.blue .page_nav_current i {
  color: #1d8cf8 !important;
}
.navBar.blue .botonMenuHide i {
  color: #1d8cf8;
}
.navBar.blue .content_control_menu .botonMenuHide:hover i {
  color: white;
}
/*Pink theme*/
.navBar.pink .page_nav_current::before,
.navBar.pink .botonMenuHide:hover {
  background: #fbbfc6;
}
.navBar.pink .page_nav_current i {
  color: #fbbfc6 !important;
}
.navBar.pink .botonMenuHide i,
body[theme="pink"] .button-secondary {
  color: #fbbfc6;
}
.navBar.pink .content_control_menu .botonMenuHide:hover i {
  color: white;
}

/* Botón de personalización */
.customize-button {
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Opciones de colores ocultas por defecto */
.color-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.color-options::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 45%;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent  transparent #ccc transparent;
}

/* Cada opción de color */
.color-option {
  width: 20px;
  height: 20px;
  margin: 8px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  border: solid 1px #fff;
}

/* Colores de las opciones */
.color-option.bigly {
  background: #22d6da;
}

.color-option.green {
  background: linear-gradient(#2a5d31, #206f3b);
}

.color-option.blue {
  background: linear-gradient(#1f3a93, #1b3282);
}

.color-option.pink {
  background: linear-gradient(#fbbfc6, #DDB4A8);
}
/* Estilo para el switch */
.mode-select-switch {
    position: relative;
    width: 60px;
    height: 30px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    transition: background-color 0.3s ease;
    border: solid 2px #a6a6a6;
}
/* Estilo para los íconos */
.mode-select-icon {
    font-size: 20px;
    color: #fff;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.mode-select-sun-icon {
    opacity: 1; /* Muestra el sol por defecto */
}

.mode-select-moon-icon {
    opacity: 0;
}

/* Estilo para el slider (circulito que se mueve) */
.mode-select-slider {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

/* ==========================
   Toggle Dark Mode Switch
   ========================== */
.mode-select-switch.mode-select-dark {
    background-color: #333;
}
.mode-select-switch.mode-select-dark .mode-select-slider {
    transform: translateX(30px);
}
.mode-select-switch.mode-select-dark .mode-select-sun-icon {
    opacity: 0;
}
.mode-select-switch.mode-select-dark .mode-select-moon-icon {
    opacity: 1;
}

/* ==========================
   Light Mode
   ========================== */
body.mode-select-light {
    background-color: #eeeeee;
    color: #333;
}

/* ==========================
   Dark Mode Base
   ========================== */
body.mode-select-dark {
    background-color: black;
    color: #fff;
}

/* Navbar, tooltips y tablas */
body.mode-select-dark .navBar, 
body.mode-select-dark .tooltiptext,
body.mode-select-dark #table_rendered tbody tr {
  background: #222 !important;
}

body.mode-select-dark #table_rendered tbody td {
  border: none;
}

/* Mejor contraste de filas */
body.mode-select-dark #table_rendered tbody tr:nth-child(odd),
body.mode-select-dark #bot-list .bot:nth-child(odd) {
    background-color: #1a1a1a !important;
}
body.mode-select-dark #table_rendered tbody tr:nth-child(even) {
    background-color: #222 !important;
}

/* Fondo modal transparente */
body.mode-select-dark .clearNavModal {
  background-color: rgb(8 0 0 / 15%);
}

/* ==========================
   Inputs / Formularios
   ========================== */
body.mode-select-dark #company_list_header, 
body.mode-select-dark input:not(.input_error), 
body.mode-select-dark textarea, 
body.mode-select-dark select, 
body.mode-select-dark .select2-container--default .select2-selection--single, 
body.mode-select-dark .select2-container--default .select2-selection--single .select2-selection__rendered, 
body.mode-select-dark #header_table .search_bar input[type="search"],
body.mode-select-dark .select2-container--default .select2-selection--single .select2-selection__placeholder {
  background-color: var(--mode-dark-bg-input) !important;
  border-color: var(--mode-dark-bg-input-border) !important;
  color: var(--mode-dark-bg-input-color) !important;
}

body.mode-select-dark .custom-select-trigger {
  background-color: var(--mode-dark-bg-input) !important;
  color: var(--mode-dark-bg-input-color) !important;
  border-color: var(--mode-dark-bg-input-border);
}
body.mode-select-dark .custom-options {
  background-color: var(--mode-dark-bg-input) !important;
  color: var(--mode-dark-bg-input-color) !important;
}

/* Inputs focus */
body.mode-select-dark input:not(.input_error):focus,
body.mode-select-dark textarea:focus,
body.mode-select-dark select:focus {
  outline: none;
  border-color: var(--theme-blue) !important;
  box-shadow: 0 0 5px rgba(37,130,247,0.6);
}

/* ==========================
   Modales / Contenido
   ========================== */
body.mode-select-dark .select2-dropdown, 
body.mode-select-dark .modal, 
body.mode-select-dark .modal .modal-footer,
body.mode-select-dark #contact-messages-content, 
body.mode-select-dark #contact-messages-content .messages, 
body.mode-select-dark #bot-list .bot,
body.mode-select-dark #bot-main-form .item-bot-menu,
body.mode-select-dark .info-contact-content {
  background: var(--mode-dark-content-app);
  box-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

/* Títulos */
body.mode-select-dark .info-contact-content h3,
body.mode-select-dark .content-name-contact h2, 
body.mode-select-dark label,
body.mode-select-dark .actions-contact .action-contact label,
body.mode-select-dark .info-contact-content.panel-more ul li,
body.mode-select-dark .table_legend_title span,
body.mode-select-dark .empty-history,
body.mode-select-dark .h3_div,
body.mode-select-dark #content_app h2,
body.mode-select-dark #bot-main-form .item-bot-menu h3,
body.mode-select-dark .botonMenuShow i,
body.mode-select-dark .botonMenuHide i,
body.mode-select-dark .modal-header {
  color: var(--mode-dark-title-color);
}

/* Texto */
body.mode-select-dark .info-contact-content .view-data-content,
body.mode-select-dark .content-message p,
body.mode-select-dark .content-message .footer,
body.mode-select-dark #table_rendered thead tr th,
body.mode-select-dark .button_filter_content span,
body.mode-select-dark .breadcrumb-current,
body.mode-select-dark .current_page_pagination,
body.mode-select-dark .timeline-content .reason,
body.mode-select-dark .timeline-content .note,
body.mode-select-dark p,
body.mode-select-dark .input-group i,
body.mode-select-dark #bot-main-form .item-bot-menu p,
body.mode-select-dark .h3_div span,
body.mode-select-dark .modal-content {
  color: var(--mode-dark-text-color);
}

body.mode-select-dark .notes-list .note.empty {
    background: #1e1e1e;
    border: 1px dashed #666;
    color: #aaa;
    font-style: italic;
}
/* Botones */
body.mode-select-dark .info-contact-content .buttonEditContact {
  background: transparent;
  border-radius: 3px;
  border: solid 1px #727272;
}
body.mode-select-dark .button-secondary {
  border: solid 1px #727272;
  color: var(--mode-dark-text-color);
}
body.mode-select-dark .info-contact-content .buttonEditContact i,
body.mode-select-dark .content-message i,
body.mode-select-dark .modal-footer .button-cancel {
  color: var(--mode-dark-title-color);
  opacity: .9;
}
body.mode-select-dark .listBar li a,
body.mode-select-dark .linkDropMenu .span_bar,
body.mode-select-dark .linkDropMenu .icon_bar,
body.mode-select-dark .listBar li a i {
  color: var(--mode-dark-title-color);
}
body.mode-select-dark .logoMenu {
  border-bottom: solid 1px #454444;
}

/* Hover states */
body.mode-select-dark button:hover,
body.mode-select-dark .info-contact-content .buttonEditContact:hover {
  background-color: #444 !important;
  color: #fff !important;
  border-color: #aaa !important;
}

/* Bordes */
body.mode-select-dark .info-contact-content.panel-more ul {
  border-bottom: solid 1px #5a5a5a;
}
body.mode-select-dark .actions-contact select {
  border: solid 1px #ccc;
}

/* ==========================
   Links
   ========================== */
body.mode-select-dark a,
body.mode-select-dark .showContactLink{
  color: var(--theme-blue);
}
body.mode-select-dark a:hover {
  color: #66aaff;
}
/* ==========================
   Chats
   ========================== */
/* Burbuja genérica en modo oscuro */
body.mode-select-dark .bubble {
    background-color: #2a2a2a;   /* gris oscuro */
    color: #e0e0e0;             /* texto claro */
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* Burbuja de usuario en modo oscuro */
body.mode-select-dark .message.user .bubble {
    background: linear-gradient(135deg, #2582f7, #1a5bbf);
    color: #fff;
}
body.mode-select-dark .timeline:before {
    background: #555;
}
body.mode-select-dark .timeline-content {
    background: transparent;
    color: #cfcfcf;
    border: 1px solid #444;
}
body.mode-select-dark .custom-option:hover {
    background: #333;
}
/* ==========================
   Kpis
   ========================== */
/* Burbuja genérica en modo oscuro */
body.mode-select-dark .hub-kpi-content {
    background-color: #1e1e1e;              /* gris oscuro limpio */
    border: 1px solid #333;                 /* borde sutil */
    box-shadow: 0 2px 6px rgba(0, 0, 0, .6);/* sombra más profunda */
    color: #e0e0e0;                         /* texto claro */
}

/* Título principal */
body.mode-select-dark .hub-kpi-content h4 {
    color: #f5f5f5;
}

/* Subtítulo (span) */
body.mode-select-dark .hub-kpi-content h4 span {
    color: #aaa;      /* gris tenue */
}


/* ==========================
   Variables
   ========================== */
:root {
    --theme-pink: #e1b3a5;
    --theme-black: #212941;
    --theme-green: #40b07d;
    --theme-blue: #428bca;

    --mode-dark-bg-input: #555555;
    --mode-dark-bg-input-border: #888888;
    --mode-dark-bg-input-color: #f5f5f5;
    --mode-dark-bg-input-label: #cccccc;

    --mode-dark-content-app: #222;
    --mode-dark-title-color: #fdfdfd;
    --mode-dark-text-color: #a8a8a8;
}

/* Mostrar opciones de colores al pasar el mouse */
.customize-container.show .color-options {
  display: inline-flex;
  left: -60px;
  top: 60px;
}
.customize-container.show .settings {
  opacity: 1 !important;
}
.customize-container .settings {
  color: #7d7979;
}
.showBarButton {
  color: #1a1c3f;
}
.navBar::-webkit-scrollbar {
  width: 5px;
}
.navBar::-webkit-scrollbar-thumb {
  background: grey; 
}
.navBar::-webkit-scrollbar-track {
  background: white; 
}
.navHide {
   left: -250px;
}
.navHideModeText {
  margin-top: 85px;
  left: 0px;
}
.logoMenu {
  width: 190px;
  margin-left: 25px;
  position: absolute;
  top: 10px;
  border-bottom: solid 1px #1111;
}
.logoMenu img {
  width: 100%;
  max-width: 120px;
}
.botonMenuHide {
  display: none;
  transition: 0.4s;
  text-decoration: none;
  color: white !important;
  position: relative;
  cursor: pointer;
  height: 49px;
  width: 49px;
  padding-top: 10px;
  padding-right: 10px;
  opacity: .8;
  margin-top: 3px;
}
.botonMenuHide i{
  font-size: 30px;
  color: rgb(20 109 182 / 50%);
}
.botonMenuHide:hover {
  background-color: rgb(20 109 182 / 50%) ;
  opacity: 1;
}
.botonMenuHide:hover i {
  color: white;
}
@media only screen and (min-width: 1001px) {
  .botonMenuHide {
    display: block;
  }
}
.container_product_nav {
  width: 100%; 
  height: 50px;
}
.navBar::-webkit-scrollbar {
  width: 5px;
}
.navBar::-webkit-scrollbar-thumb {
  background: grey; 
}
.navBar::-webkit-scrollbar-track {
  background: white; 
}
.navHideModeText .listBar .span_bar{
  visibility: hidden;
}
.navHideModeText .iconDrop {
  display: none;
}
.navHideModeText .listBar  {
  padding-left: 0px;
  padding-right: 0px;
}
.navHideModeText .listBar li a {
  padding-left: 15px;
}
.navHideModeText .listBar li {
  height: 35px;
}
.navHideModeText .hijo {
  visibility: hidden;
}
.navHideModeText.navBar {
  max-width: 50px !important;
  overflow: visible;
}
.botonMenuShow {
  height: 40px;
  width: 43px;
  margin: 3px;
  padding: 4px;
  padding-left: 7px;
  background-color: rgb(255 255 255 / 50%) !important
}
.navBar.navShow .botonMenuShow{
  display: none;
}
.navBar.navShow .tooltip-left__{
  visibility: hidden;
}
.navHide {
   left: -250px;
}
.navHideModeText {
  margin-top: 85px;
  left: 0px;
}
.navHideModeText .logoMenu {
  display: none;
}
.navHideModeText .content_control_menu {
  display: none;
}
.content_control_menu {
  display: block;
  width: 100%;
  height: 49px;
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.navShow{
  left: 0px;
}
.hide_menu {
  margin-left: 80px !important;
}
.show_menu_header {
  margin-left: 260px !important;
}
.hijo {
  display: none; 
  background-color: rgba(51, 51, 51, 0.02);
}
.hijo li>a {
  padding-left: 20px !important;
}
.children {
  display: none; 
  background-color: rgba(51, 51, 51, 0.02);
}
.dropdown {
  text-decoration: none;
}
.hijoDropdown {
  border: solid 1px #222;
  position: absolute;
  padding:0px;
  background-color: white;
}
.hijoDropdown ul li{
 list-style: none;
 border-bottom: solid 1px #ccc;
}

.hijoDropdown ul li a{
  text-decoration: none;
  padding: 5px;
}

.lisDrop {
  padding: 0px;
  margin: 0px;
}
.clearNavModal {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  left: 0px;
  height: 100%; 
  width: 100%; 
  background-color: rgba(255, 255, 255, .85);
  position: fixed;top: 0px;
  z-index: 99;
  display: none;
}
#clearNav {
  display: none;
  height: 100%; 
  width: 100%; 
  background-color: rgba(0, 0, 0, 0.48);
  position: fixed;top: 0px;
  z-index: 99;
}
.listBar{
  text-decoration: none;
  list-style: none;
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 35px;
}
.margin-nav-top {
  margin-top: 0px !important;
}
.navBar .tooltip .tooltiptext {
    width: 90px;
    top: 5px;
    margin-left: 55px;
    border-radius: 20px;
    left: 0px;
}
.link_menu_drop i{
  font-size: 18px;
}
.link_menu_drop i.iconDrop {
  float: right;
}
.listBar li a i{
  color: #5f6367;
}
.listBar li a {
  text-decoration: none;
  color: #5f6367;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 15px;
  font-size: 13px;
  white-space: normal;
  opacity: 0.8;
  text-transform: capitalize;
  font-weight: 400;
}
.listBar li a:hover {
  opacity: 1;
}
.listBar li {
  position: relative;
}
.icon_bar {
  display: inline-grid;
  position: absolute;
  font-size: 18px !important;
}
.span_bar {
  display: inline-grid;
  padding-left: 30px;
}
/* Espacios */

.padding-left10 {
  padding-left: 10px;
}
.padding-top10 {
  padding-top: 10px;
}
.margin-top10 {
  margin-top: 10px;
}
.espacio-arriba10 {
  padding-top: 10px;
}
.table_legend_title {
  border-bottom: solid 1px #1111;
  margin: 0px;
  color: #999696;
  padding-top: 0px;
  padding-bottom: 10px;
}
.table_legend_title span{
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
}
.table_legend_title i{
  vertical-align: middle;
  font-size: 12px;
  display: inline-block;
}
.table_rendered_content {
  background-color: white;
  padding: 10px;
  padding-top: 0px;
}
.table_rendered_content table {
  padding: 10px;
}
#table_rendered {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 25px;
}
#table_rendered thead tr th {
  text-transform: uppercase;
  font-size: 10px;
}
#table_rendered tbody td {
  position: relative;
  border: 1px solid #ddd;
  padding: 8px 10px;
  color: #666;
  font-size: 12px;
}
#table_rendered tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
#table_rendered tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
th.table-right {
  text-align: right !important;
}
td.table-right {
  text-align: right !important;
}
td.table-center {
  text-align: center !important;
}
td.mxn_td {
  padding-left: 50px !important;
}
td.mxn_td:before {
  content: "MXN$";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #b5b5b5;
}
.border_table {
  border-collapse: collapse;
  width: 100%;
}
.border_table thead tr th {
  text-transform: uppercase;
  font-size: 11px;
}
.border_table tbody td {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px;
  color: grey;
  font-size: 12px;
}
.border_table button {
  margin: 0px !important;
}
.center_table_empty {
  text-align: center;
}
.current_page_pagination {
  padding: 10px;
}
.td_buttons_row {
  min-width: 130px;
}
.td_buttons_row .button {
  margin-right: 10px;
}
.table_pagination {
  text-align: right;
}
.table_pagination li {
  display: inline-block;
}
.table_pagination li a{
  display: block;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  color: grey;
  opacity: .8;
}
.table_pagination li.current_page a{
  opacity: 1;
  color: #222;
}
.table_pagination li.current_page{
  border: solid 1px #ccc;
}
.table_pagination li:hover a{
  opacity: 1;
  color: #222;
}
#loading_table {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    top: 0; /* asegura que inicie desde arriba */
    left: 0; /* asegura que inicie desde la izquierda */
    margin: 0;
    padding: 0;
    padding-top: 90px;
}

.table_rendered_content_div {
  display: none;
}
.table_rendered_content_div #header_table{
  height: 50px;
  vertical-align: middle;
  display: table;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 25px;
}
#footer_table_content .show_per_page {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
#header_table .search_bar {
  display: table-cell;
  text-align: right;
  vertical-align: middle; 
}
#cancel_search {
  cursor: pointer;
  float: left;
  padding-top: 5px;
  color: #428bca;
  opacity: .8;
}
#cancel_search span, #cancel_search i {
  vertical-align: middle;
}
#cancel_search:hover {
  opacity: 1;
}
#header_table .search_bar input[type="search"] {
  float: left;
  width: 350px;
  height: 40px;
  border: solid 1px #1111;
  margin: 0px;
  background-color: white !important;
}
#header_table .search-container {
  float: left;
}
#header_table input[type=text] {
  padding: 6px;
  font-size: 17px;
  border: none;
}
#header_table .search-container button {
  float: right;
  padding: 7px;
  margin-right: 16px;
  background: white;
  font-size: 17px;
  border: solid 1px #ddd;
  cursor: pointer;
}
#header_table .search-container button:hover {
  background: #ccc;
}
.footer_table_content .show_per_page select{
  max-width: fit-content !important;
}
.footer_table_content {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.footer_table_content .footer_table_all_records {
  display: table-cell;
  text-align: right;
}
.footer_table_pagination {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.table_list {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.table_list  th {
  border: none;
  border-bottom: 1px solid #03b196;
  padding: 8px;
  text-align: center;
}

.table_list tbody tr i.delete_rule {
  color: #b2b2b2;
}
.table_list tbody tr i.edit_rule {
  color: #b2b2b2;
}
.table_list tbody tr td  {
  padding: 7px;
}
.table_list tbody tr {
  border-bottom: 1px solid #dddddd; 
}

.table_list tbody tr:hover i {
  transition: 0.2s;
}
.table_list tbody tr:hover i.delete_rule {
  color: red;
}
.table_list tbody tr:hover i.edit_rule {
  color: #03b196;
}
.table_list tbody tr:hover {background-color: #f5f5f5;}
.table_list th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  color: black;
}
.table_list thead:hover {
  background-color: none;
}


.table_totals {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.table_totals tr td button {
  margin: 0px !important;
}
.table_totals  th {
  padding: 8px;
  text-align: left;
  color: #587374 !important;
  border-bottom: solid 1px #1111;
}
.table_totals  th i{
  vertical-align: middle;
}
.table_totals tbody tr td  {
  padding: 7px;
}
.table_totals tbody tr:hover i {
  transition: 0.2s;
}
.table_totals tbody tr:hover i.delete_rule {
  color: red;
}
.table_totals tbody tr:hover i.edit_rule {
  color: #03b196;
}
.table_totals th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  color: black;
}
.table_totals thead:hover {
  background-color: none;
}
footer a {
  text-decoration: none;
}

footer ul {
  list-style: none !important;
}
.footer-derechos {
  background-color: rgba(51, 51, 51, 0.23) !important;
  padding-bottom: 10px;
  padding-top: 10px;
}
.footer-derechos a{
  float: right;
}

/*  Estilos footer */

.footer-negro {
  background-color: black;
  color: white;
}

.footer-negro a {
  color: white;
}

.footer-white {
  background-color: white;
  color: #222;
}
.footer-white a{
  color: white;
  text-decoration:none;
}

/*nav*/
nav ul li a{
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.iconDrop {
  color:#908787;
  font-size:20px;
}
/*Estilos de nav*/
.navNegro {
  background-color: black;
}
.navNegro ul li a {
  color: white;
}
.navNegro ul li a:hover {
  background-color: #2b2929;

}
.navBlanco {
  background-color: white;
}

.navBlanco ul li a {
  color: black;
  display: block;
}
.navBlanco ul li:hover {
}

.navTurquesa {
  background-color: rgba(1, 129, 116, 0.25);
}
.navTurquesa ul li a {
  color: white;
}
.navTurquesa ul li a:hover {
  background-color: #108c7f;
}


/*  Colores*/
.bg-black {
  background-color: black;
}
.fondo-negro {
  background-color: black;
}


.white-text {
  color: white;
}

.profile_form h3{
  text-transform: uppercase;
  margin-bottom: 50px;
  border-bottom: solid 1px #1111;
}
.profile_form h3 span, 
.profile_form h3 i{
  display: inline-block;
  vertical-align: middle;
}
.parent_profile_content {
  border: solid 1px #1111;
  width: 100%;
  max-width: 450px;
  margin-top: 15px;
}
.parent_profile_content h4 label{
  margin-right: 6px;
}
.parent_profile_content h4{
  margin: 0px;
  padding: 10px;
  text-transform: uppercase;
}
.parent_profile_content label{
  float: right;
  padding: 0px;
  margin: 0px;
}
.children_profile_content {
  list-style: none;
  margin: 0px;
  padding: 15px;
}
.children_profile_content li span {
  text-transform: capitalize;
}
.children_profile_content li:not(:last-child) {
  margin-bottom: 15px;
  height: 35px;
  border-bottom: solid 1px #1111;
}
/* Systema de Grid */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fondoFormas {
  background-color: #ddd;
  padding: 10px;
}
.ocultar-en-movil {
  display: none;
}
.ocultar-en-tablet {
  display: inline-grid;
}
@media (min-width: 599px) {
  .ocultar-en-movil {
    display: inline-grid;
  }
}
@media (min-width: 768px) {
  .ocultar-en-tablet {
    display: none;
  }
  .container {
    width: 750px;
  }
  .botonMenu {

  }
  .logo {
    float: left;
  }
  .menuNormal {
    display: block;
  }
  .ocultar-desde-tablet {
    display: inline-grid;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .ocultar-en-tablet {
    display: none;
  }

  .ocultar-desde-tablet {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .ocultar-en-tablet {
    display: none;
  }
  .ocultar-desde-tablet {
    display: none;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -0px;
  margin-right: -0px;
  margin-bottom: 5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}


@media only screen and (max-width: 600px) {
  .slider {
      /* padding: 50px; */
      padding: 5%;
  }
  .clearNavModal {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0%;
    padding-bottom: 0px;
    left: 0px;
    display: block;
    height: 100%; 
    width: 100%; 
    background-color: rgba(0, 0, 0, 0.48);
    position: fixed;
    top: 0px;
    z-index: 98;
  }
  .modal {
    height: 100%;
  }
  .modal-footer  {
    top: 0px;
  }
  #form_current_shop select {
    padding: 5px;
    height: 30px;
    width: 100%;
    max-width: 120px;
    border: none;
    border-bottom: solid 1px #ccc;
    margin-bottom:15px; 
    background: white;
  }
  #label_shop {
    display: none;
  }
  #form_current_shop {
    width: 160px;
  }
  #icon_build {
    display: none;
  }
  #icon_acount {
    display: none;
  }
  footer {
    height: 489px;  
  }
  #content-wrap {
    padding-bottom: 489px;    /* Footer height */
  }
}

/*DATATABLECSS*/

.dialog-itivos {
  background-color: white;
}