/* body .constructor_container div::-webkit-scrollbar {
  height: 10px !important;
  width: 10px !important;
}

body .constructor_container div::-webkit-scrollbar-track {
  border-radius: 5px !important;
  background-color: #f6f6f6 !important;
}

body .constructor_container div::-webkit-scrollbar-track:hover {
  background-color: #ececec !important;
}

body .constructor_container div::-webkit-scrollbar-track:active {
  background-color: #eeeeee !important;
}

body .constructor_container div::-webkit-scrollbar-thumb {
  border-radius: 5px !important;
  background-color: #cfcfcf !important;
}

body .constructor_container div::-webkit-scrollbar-thumb:hover {
  background-color: #bdbdbd !important;
}

body .constructor_container div::-webkit-scrollbar-thumb:active {
  background-color: #cdcdcd !important;
} */

/* Firefox scrolling settings */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.constructor_container * {
  scrollbar-width: thin;
  scrollbar-color: #cfcfcf #f6f6f6;
  font-family: var(--fuente-actual) !important;
}

.constructor_container {
  width: 100%;
  height: 100%;
}
.custom-popConfirm .ant-popover-inner {
  min-height: 150px;
  max-width: 300px;
  padding: 22px !important;
  display: flex;
}

.custom-popConfirm
  :is(.ant-popconfirm-inner-content, .ant-popover-inner-content) {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 15px;
  justify-content: center;
}

.custom-popConfirm .ant-popconfirm-title > label {
  display: inline-block;
  color: #000;
  text-align: center;
  font-family: nunito !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-wrap: wrap;
  line-height: normal;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  margin-inline-start: 0;
}

.custom-popConfirm .ant-popconfirm-message {
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  flex-direction: column;
  width: fit-content;
  max-width: 180px;
  align-self: center;
  position: relative;
}

.custom-popConfirm .ant-popconfirm-message-text{
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-popConfirm .ant-popconfirm-message-icon {
  height: 17px;
  position: absolute;
  left: -25px;
  top: 5px;
}

.custom-popConfirm .ant-popconfirm-description > label {
  color: #9d9d9d;
  text-align: center;
  font-family: nunito !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  text-wrap: wrap;
  margin-inline-start: 0;
  width: 100%;
}

.custom-popConfirm .ant-popconfirm-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.custom-popConfirm .ant-popconfirm-buttons button {
  display: flex;
  width: 93px;
  height: auto !important;
  justify-content: center;
  align-items: center;
  padding: 9px;
  border-radius: 4.331px;
  margin-inline-start: 0;
  border: none;
  box-shadow: none;
}

.custom-popConfirm .ant-popconfirm-buttons .ant-btn-default span {
  color: #000;
}
.custom-popConfirm .ant-popconfirm-buttons span {
  height: auto;
  color: #fff;
  font-family: nunito !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
}
._container_1pn42_1 {
  container-type: inline-size;
  container-name: tabla;
  width: 100%;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._tablaResponsive_1pn42_12 {
  display: block;
}

._contenedorTarjetas_1pn42_16 {
  display: none;
  width: 100%;
  gap: 10px;
  flex-direction: column;
}

._tabla_1pn42_12 {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex: 1;
}

._tabla_1pn42_12 div:has(> *:nth-child(2)) {
  display: flex;
  flex-direction: column;
}

._tabla_1pn42_12 div:nth-child(2) {
  flex: 1;
}

._tabla_1pn42_12 div {
  max-height: 100%;
  max-width: 100%;
}

._tabla_1pn42_12 > div > div {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* .tabla div:only-of-type:not(table div, div:has(> *:nth-child(2))) {
  display: flex;
  flex: 1;
  overflow-y: hidden;
} */

._tabla_1pn42_12 div {
  display: flex;
  flex: 1;
}

._tabla_1pn42_12 > div > div > div {
  overflow: auto;
}

._tabla_1pn42_12 thead th {
  color: #000 !important;
  font-size: 14px;
  font-weight: 500 !important;
  word-wrap: normal !important;
  min-width: 120px;
}

._tabla_1pn42_12 tr td {
  padding: 12px !important;
  min-width: 120px;
}

._tablaHeader_1pn42_78 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

._tarjetaHeader_1pn42_84 {
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
}

._tarjetaHeaderPerfil_1pn42_93 {
  height: 49px;
  background-color: #f9f9f9;
  justify-content: space-between;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
}

._tarjetaHeaderPerfilItem_1pn42_102 {
  display: flex;
  align-items: center;
  height: 49px;
  background-color: #f9f9f9;
  justify-content: space-between;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
}

._desbordeTexto_1pn42_113 p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

._tarjetas_1pn42_119 {
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  gap: 10px;
  padding: 10px;
}

._tarjetas_1pn42_119:hover {
  background-color: #f9f9f9;
}

._columnHeader_1pn42_131 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

li:has(._hidePage_1pn42_137) {
  display: none !important;
}

._paginacion_1pn42_141 li {
  border: none !important;
  color: #a3a3a3 !important;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

._prev_1pn42_152,
._next_1pn42_153 {
  width: 100%;
  height: 100%;
}


._paginacion_1pn42_141 li button {
  border-radius: 4px !important;
  border: 1px solid #dadada !important;
}

._paginacion_1pn42_141::after {
  display: none !important;
}

._paginacion_1pn42_141 {
  display: flex;
  width: 100%;
  justify-content: center !important;
}

._paginacion_1pn42_141 li:has(._prev_1pn42_152, ._next_1pn42_153) button {
  border: none !important;
}

._paginacion_1pn42_141 li:has(._prev_1pn42_152, ._next_1pn42_153) {
  width: 32px;
  height: 32px;
}

._paginacion_1pn42_141 li:has(._prev_1pn42_152) {
  margin-right: auto;
}

._paginacion_1pn42_141 li:has(._next_1pn42_153) {
  margin-left: auto;
}

._paginacion_1pn42_141 li:has(._pageActive_1pn42_191) {
  color: #6b6b6b !important;
  background-color: #fafafa;
}

._customPagination_1pn42_196 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

._nextPageButton_1pn42_203,
._prevPageButton_1pn42_204 {
  width: 40px;
  height: 40px;
}


@container tabla (width < 700px) {
  ._tablaResponsive_1pn42_12 {
    display: none;
  }

  ._contenedorTarjetas_1pn42_16 {
    display: flex;
  }

  ._container_1pn42_1 {
    margin-top: 20px;
  }
}
/*ALERTAS*/
:is(.notificacion, .notificacionDos, .notificacionTres, .notificacionCuatro) .ant-notification-notice-content {
  padding: 12px 5px 6px 12px !important;
  display: flex;
  padding-left: 230px;
  border-radius: 5px 0px 0px 5px;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}

.notificacionCampana .ant-notification-notice-message {
  padding-inline-end: 0px !important;

}

.notificacionCampana .ant-notification-notice-message {
  margin-bottom: 0px !important;
}

.notificacionCampana .ant-notification-notice-close {
  top: 10px !important;
  right: 8px !important;
}

.notificacion .ant-notification-notice-content {
  border-left: 5px solid #2fbf44;
}

.notificacion .ant-notification-notice-close {
  top: 14px !important;
  right: 8px;
}

.notificacionDos .ant-notification-notice-content {
  border-left: 5px solid #4285f4;
}

.notificacionDos .ant-notification-notice-close {
  top: 14px !important;
  right: 8px;
}

.notificacionTres .ant-notification-notice-content {
  border-left: 5px solid #edbd11;
}

.notificacionTres .ant-notification-notice-close {
  top: 14px !important;
  right: 8px;
}

.notificacionCuatro .ant-notification-notice-content {
  border-left: 5px solid #ea2424;
}

.notificacionCuatro .ant-notification-notice-close {
  top: 14px !important;
  right: 8px;
}.visualizador-pedidos {
  background-color: #fff;
  border-radius: 10px
}

.filtros-container {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.pedido-card {
  height: 100%;
  transition: all 0.3s;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.pedido-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.pedido-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pedido-info p {
  margin-bottom: 6px;
  font-size: 14px;
}

.pedido-actions {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.action-button:hover {
  background-color: #ffffff !important;
  color: #273472 !important;
  border-color: #273472 !important;
  transition: all 0.3s ease;
}

.pedido-info strong {
  color: #555;
  font-weight: 600;
  margin-right: 5px;
}

.pedido-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.pedido-actions button {
  transition: all 0.2s;
}

.pedido-actions button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  font-size: 16px;
  color: #970E76;
  font-weight: 500;
}

.pagination-container {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

/* Custom styling for Ant Design components */
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #970E76 !important;
  font-weight: 600;
}

.ant-tabs-ink-bar {
  background: #970E76 !important;
  height: 3px !important;
}

.ant-select-selector, .ant-picker, .ant-input-affix-wrapper {
  border-radius: 6px !important;
  border-color: #e0e0e0 !important;
}

.ant-select-selector:hover, .ant-picker:hover, .ant-input-affix-wrapper:hover {
  border-color: #970E76 !important;
}

.ant-pagination-item-active {
  border-color: #970E76 !important;
}

.ant-pagination-item-active a {
  color: #970E76 !important;
}

.ant-empty {
  margin: 40px 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .visualizador-pedidos {
    padding: 20px;
  }
  
  .filtros-container {
    padding: 15px;
  }
}
.perfil-movil-container {
  padding: 8px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.profile-card {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.profile-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.profile-avatar {
  flex-shrink: 0;
}

.profile-title {
  flex: 1;
  min-width: 200px;
}

/* Media query for small screens */
@media (max-width: 480px) {
  .profile-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .profile-avatar {
    margin-bottom: 12px;
  }

  .profile-title {
    width: 100%;
  }
}

/* Media query for very small screens */
@media (max-width: 320px) {
  .profile-avatar {
    transform: scale(0.9);
  }
}

.user-name {
  margin: 0 !important;
  color: #333;
  font-size: 18px !important;
}

.user-type-tag {
  margin-top: 4px;
  font-size: 12px;
  border-radius: 4px;
  padding: 0 8px;
  display: inline-block;
}

.profile-collapse {
  margin-top: 8px;
}

.profile-panel .ant-collapse-header {
  padding: 12px 16px !important;
  font-weight: 500;
  color: #333 !important;
}

.panel-header {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.user-type-text {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
}

.user-status-text {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 500;
}

.panel-header .anticon {
  margin-right: 8px;
  color: #970e76;
}

.panel-content {
  padding: 0 8px 8px 8px;
}

.info-item {
  display: flex;
  padding: 8px 0;
  border-bottom: 1px solid #f5f5f5;
}

.info-icon {
  margin-right: 12px;
  color: #970e76;
  font-size: 16px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.info-label {
  font-size: 13px;
  color: #666;
  margin-bottom: 2px;
}

.info-value {
  font-size: 15px;
  color: #333;
  word-break: break-word;
}

.address-section {
  width: 100%;
}

.location-row {
  display: flex;
  padding: 4px 0 4px 32px;
  border-bottom: 1px solid #f5f5f5;
}

.location-label {
  font-size: 13px;
  color: #666;
  width: 100px;
}

.location-value {
  font-size: 14px;
  color: #333;
  flex: 1;
}

.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
}

.empty-data {
  display: block;
  text-align: center;
  color: #999;
  padding: 16px 0;
  font-style: italic;
}

.user-id {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
}

.user-type-text,
.user-status-text {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 500;
}
.visualizador-rangos-container {
  padding: 24px;
  background-color: #f5f7fa;
  border-radius: 8px;
  font-family: 'Roboto', 'Segoe UI', sans-serif;
}

.visualizador-rangos-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  width: 100%;
}

.visualizador-rangos-error {
  margin: 24px 0;
}

/* Estilos para las tarjetas */
.rango-card, .volumen-card, .tabs-card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.inner-card {
  background-color: #f9f9f9;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.inner-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.current-rank {
  background: linear-gradient(135deg, #f0f2ff, #fff0f9);
  border-left: 4px solid #9A196E;
}

.volume-stat-card {
  background-color: #f9f9f9;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.volume-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.progress-card {
  background-color: #f9f9f9;
  border-radius: 6px;
}

.progress-stats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

/* Estilos para la tabla */
.rango-actual-row {
  background-color: rgba(154, 25, 110, 0.05) !important;
}

.rango-actual-row:hover > td {
  background-color: rgba(154, 25, 110, 0.1) !important;
}

/* Estilos para las pestañas */
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #9A196E;
  font-weight: 500;
}

.ant-tabs-ink-bar {
  background-color: #9A196E;
}

/* Estilos responsivos */
@media (max-width: 768px) {
  .visualizador-rangos-container {
    padding: 12px;
  }
}

/* Animaciones */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.visualizador-rangos-container {
  animation: fadeIn 0.5s ease-in-out;
}

.card-title {
  color: #273472;
  margin-bottom: 20px;
  font-weight: 600;
}

.rango-card, .volumen-card, .tabs-card {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border: none;
}

.rango-badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
}

.rango-anterior {
  background-color: #e0e0e0;
  color: #555;
}

.rango-actual {
  background-color: #273472;
  color: white;
}

.rango-maximo {
  background-color: #9A196E;
  color: white;
}

.rango-badge-directo {
  background-color: #273472;
  color: white;
}

.rangos-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.rango-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 150px;
}

.rango-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.volumen-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.volumen-label {
  font-weight: 500;
  color: #333;
}

.volumen-valor {
  font-weight: 600;
  color: #273472;
}

.custom-progress {
  height: 12px;
  border-radius: 6px;
}

.progreso-container {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
}

.progreso-detalle {
  margin-top: 8px;
  text-align: right;
  color: #666;
}

.custom-tabs .nav-link {
  color: #666;
  font-weight: 500;
}

.custom-tabs .nav-link.active {
  color: #273472;
  font-weight: 600;
  border-bottom: 2px solid #273472;
}

.rangos-table, .directos-table {
  margin-top: 15px;
}

.rangos-table th, .directos-table th {
  background-color: #f5f5f5;
  color: #333;
  font-weight: 600;
}

.rango-actual-row {
  background-color: rgba(39, 52, 114, 0.1);
}

.insignia-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.visualizador-rangos-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  color: #273472;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #273472;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.visualizador-rangos-error {
  text-align: center;
  padding: 30px;
  color: #d32f2f;
}

/* Responsive */
@media (max-width: 768px) {
  .rangos-info {
    flex-direction: column;
  }
  
  .rango-item {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .table-responsive {
    overflow-x: auto;
  }
}.pulsof-drawer-close {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -40px;
  width: 50px;
  height: 60px;
  background: #fff;
  border-radius: 20%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  z-index: -1;
}

.select-pulsofForm.with-reg .ant-select-selector.with-reg,
.inputs-text-pulsofForm.with-reg,
.inputs-number-pulsofForm.with-reg,
.inputs-date-pulsofForm.with-reg {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.pulsofFormRegProgress.ant-progress {
  margin-inline-end: 0 !important;
}

.pulsofFormRegProgress.complete .ant-progress-bg {
  height: 0px !important;
}
.pulsofFormRegProgress .ant-progress-bg {
  height: 2px !important;
  transition: height 0.3s ease-in-out;
}
.pulsofFormRegProgress .ant-progress-outer {
  font-size: 0px;
  display: block;
}
._listPulsofButton_151m1_1 {
  display: flex;
  width: 100%;
  margin: 20px 0;
  align-items: center;
  min-height: 40px;
}
._listPulsofButton_151m1_1._bordered_151m1_8 {
  border: 1px solid #ededed;
}

._listPulsofButton_151m1_1._bordered_151m1_8:hover {
  background: #fafafa !important;
}

._listPulsofButtonIcon_151m1_16:hover path {
  fill: #000000;
}

._listPulsofPrefixIcon_151m1_20 svg {
  fill: #000000;
}
._listPulsofPrefixIcon_151m1_20._mod_151m1_23 svg {
  fill: #4285f4;
}
._listPulsofPrefixIcon_151m1_20._error_151m1_26 svg {
  fill: #ea2424;
}

button._deleteGroupButton_151m1_30,
._deleteGroupButton_151m1_30 button {
  display: flex;
  align-items: center;
  min-height: 40px;
}

._deleteGroupButton_151m1_30 svg{
  fill: #D2D2D2;
}

._deleteGroupButton_151m1_30:not(._disabled_151m1_41):hover svg{
  fill: #000000;
}

._etiquetaValidaciones_151m1_45 {
  font-size: 12px;
  font-weight: 400;
}

._numberArrayCustomOption_151m1_50 {
  width: 100%;
  padding: 5px 12px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fff;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.88);

  &:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
}
