@charset "UTF-8";

:root {
  --dl-font: Nunito Sans, sans-serif;
  --dl-text: #4f5861;
  --dl-text-muted: #a1aab2;
  --dl-subtext: #A3AABA;
  --dl-headings: #333;
  --dl-border: #dee2e6;
  --dl-border-soft: #F3F3F3;
  --dl-body: #707070;
  --dl-success: #32c787;
  --dl-hover-bg: #f9f9f9;
  --dl-surface-soft: #f9f9f9;
}

.accordion.accordion-header {
  margin-bottom: -8px;
}

.accordion.accordion-header .header {
  background-color: #f9f9f9;
}

.accordion.accordion-header .collapse {
  border-bottom: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  padding: 10px;
}

.accordion.accordion-filter {
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #f9f9f9;
  border-radius: 15px 15px 0 0;
}

.accordion.accordion-filter [role=tab] {
  width: 100%;
}

.accordion.accordion-filter [role=tab] a {
  background-color: #f9f9f9;
  border-radius: 15px 15px 0 0;
  display: block;
  padding: 20px;
  width: 100%;
}

.accordion.accordion-filter [role=tab] a h6 {
  color: #4f5861;
  margin: 0;
}

.bootbox .bootbox-form textarea {
  resize: none !important;
}

.bootbox .modal-footer .bootbox-cancel {
  border: 0 !important;
  background-color: #F3F3F3 !important;
  outline: 0 !important;
}

.bootbox .modal-footer .bootbox-cancel:hover,
.bootbox .modal-footer .bootbox-cancel:focus,
.bootbox .modal-footer .bootbox-cancel:active {
  border: 0 !important;
  outline: 0 !important;
  background-color: #F3F3F3 !important;
  box-shadow: none !important;
}

.bootbox .modal-footer .bootbox-accept {
  border: 0 !important;
  outline: 0 !important;
  background-color: #32c787 !important;
  outline: 0 !important;
}

.bootbox .modal-footer .bootbox-accept:hover,
.bootbox .modal-footer .bootbox-accept:focus,
.bootbox .modal-footer .bootbox-accept:active {
  border: 0 !important;
  outline: 0 !important;
  background-color: #32c787 !important;
  box-shadow: none !important;
}

.dropdown.bootstrap-select {
  width: 100% !important;
  max-width: 100% !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

.dropdown.bootstrap-select .btn-light {
  background-color: transparent !important;
  border-color: #dee2e6 !important;
  padding: 13px !important;
}

.dropdown.bootstrap-select ul.dropdown-menu {
  padding: 0x;
  width: 100% !important;
  max-width: 100% !important;
}

.dropdown.bootstrap-select ul.dropdown-menu li {
  border-left: 3px solid transparent;
  padding: 3px 15px;
}

.dropdown.bootstrap-select ul.dropdown-menu li:hover {
  background-color: #f9f9f9;
}

.dropdown.bootstrap-select ul.dropdown-menu li:hover a {
  background-color: #f9f9f9;
}

.dropdown.bootstrap-select ul.dropdown-menu li.active {
  background-color: #f9f9f9;
}

.dropdown.bootstrap-select ul.dropdown-menu li.active a {
  background-color: #f9f9f9;
}

.dropdown.bootstrap-select ul.dropdown-menu li.selected {
  background-color: transparent;
  border-left-color: #2962F8;
}

.dropdown.bootstrap-select ul.dropdown-menu li.selected a {
  background-color: transparent;
  color: #000000;
  font-weight: 600;
}

.dropdown.bootstrap-select ul.dropdown-menu li.selected a small {
  color: #000000 !important;
  display: block;
  padding: 0;
}

.dropdown.bootstrap-select ul.dropdown-menu li a {
  color: #4f5861;
  font-size: 13px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: break-spaces !important;
}

.dropdown.bootstrap-select ul.dropdown-menu li a.disabled {
  opacity: 0.5;
}

.dropdown.bootstrap-select ul.dropdown-menu li a small {
  color: #000000 !important;
}

.dropdown.bootstrap-select ul.dropdown-menu li a .text-muted {
  color: #2962F8 !important;
}

.dropdown.bootstrap-select ul.dropdown-menu li small {
  font-weight: 700;
  display: block;
  padding: 0;
}

.dropdown.bootstrap-select .no-results {
  color: #4f5861;
  border-left-color: #f62d51 !important;
  background-color: transparent !important;
  margin: 0;
}

.dropdown.bootstrap-select .no-results:hover {
  border-left-color: #f62d51 !important;
  background-color: transparent !important;
}

.btn:not(.btn-secondary):not([class*=btn-outline-]):not(.btn-link) {
  outline: none !important;
}

.dropdown.bootstrap-select ul.dropdown-menu {
  min-width: 100% !important;
}

.iti--allow-dropdown {
  width: 100% !important;
}

.iti--allow-dropdown .iti__selected-flag {
  padding: 0 12px 0 8px !important;
}

.iti--allow-dropdown .iti__country-list {
  max-width: 100% !important;
  max-height: 300px !important;
  width: 100% !important;
}

.iti--allow-dropdown input {
  padding-left: 55px !important;
}

.iti--allow-dropdown .iti__flag-container {
  width: 100% !important;
}

.bootstrap-switch {
  box-shadow: none !important;
  height: 48px !important;
  border: 1px solid #e9ecef !important;
}

.bootstrap-switch.bootstrap-switch-focused {
  border-color: #dee2e6 !important;
}

.form-group {
  margin-bottom: 0 !important;
}

.form-group .bootstrap-switch {
  display: block;
  height: 40px;
}

.form-group .bootstrap-switch .bootstrap-switch-handle-on {
  padding-bottom: 15px;
  padding-top: 15px;
  line-height: 16px !important;
}

.form-group .bootstrap-switch .bootstrap-switch-handle-off {
  padding-bottom: 15px;
  padding-top: 15px;
  line-height: 16px !important;
}

.form-group .bootstrap-switch .bootstrap-switch-primary {
  background-color: #32c787 !important;
}

.form-group .bootstrap-switch .bootstrap-switch-default {
  color: #FFFFFF !important;
  background-color: #f62d51 !important;
}

.bootstrap-tagsinput {
  display: block;
  border: 1px solid #dee2e6 !important;
  border-radius: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-shadow: none !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.bootstrap-tagsinput .tag {
  color: #4f5861 !important;
  border-radius: 15px !important;
  background-color: #dee2e6 !important;
}

.bootstrap-tagsinput input {
  border: 0 !important;
}

.calendar table tbody tr td {
  overflow: hidden;
}

.calendar .fc-toolbar .fc-left button {
  background: #FFFFFF !important;
  border-radius: 0 !important;
  border-color: #dee2e6 !important;
  color: #4f5861 !important;
  box-shadow: none !important;
  height: auto !important;
  padding: 8px 12px !important;
  outline: none !important;
  text-transform: uppercase;
}

.calendar .fc-toolbar .fc-left button:disabled {
  color: #FFFFFF !important;
  background-color: #32c787 !important;
  border-color: #32c787 !important;
  opacity: 1;
}

.calendar .fc-toolbar .fc-center h2 {
  text-transform: uppercase;
}

.calendar .fc-toolbar .fc-right .fc-button-group button {
  background: #FFFFFF !important;
  border-radius: 0 !important;
  border-color: #dee2e6 !important;
  color: #4f5861 !important;
  box-shadow: none !important;
  height: auto !important;
  padding: 8px 12px !important;
  outline: none !important;
  text-transform: uppercase;
}

.calendar .fc-toolbar .fc-right .fc-button-group button.fc-button-active {
  color: #FFFFFF !important;
  background-color: #32c787 !important;
  border-color: #32c787 !important;
}

.calendar .fc-view-container .fc-head .fc-day-header {
  color: #4f5861;
  padding: 5px;
  text-transform: uppercase;
}

.calendar .fc-day-grid .fc-today {
  font-weight: 600;
}

.calendar .fc-event {
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.7rem;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 2px 0;
  padding-left: 5px;
}

.calendar .fc-content {
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.7rem;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 0;
}

.calendar .event-content {
  background-color: #f9f9f9;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 3px;
  margin-bottom: 2px;
  width: 100%;
}

.calendar .event-content h2 {
  color: #4f5861;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
  padding-left: 5px;
}

.calendar .d-flex {
  border: 1px solid #dee2e6;
  padding: 10px 10px;
}

.calendar .d-flex .bg-inverse {
  background-color: #dee2e6;
}

.calendar .d-flex .archive {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.calendar .d-flex .archive h3 {
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}

.calendar .d-flex .archive .text-muted {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}

.calendar .d-flex .archive .progress-bar {
  background-color: #f62d51;
}

.calendar .d-flex .amount {
  text-align: right;
  width: 90px;
}

.calendar .d-flex .amount h2 {
  font-size: 1.1rem;
}

.calendar .fc-list-heading .fc-widget-header {
  text-transform: uppercase;
}

.calendar .rooms-item {
  cursor: pointer;
}

.calendar .rooms-item.active {
  opacity: 0.7;
}

.card .card-body.custom {
  padding: 0.8rem;
}

.card .card-body.custom .d-flex div h2 {
  color: #414755;
  font-size: 1.1rem;
}

.card .card-body.custom .d-flex div h6 {
  color: #4f5861;
  font-weight: 700;
  font-size: 0.75rem;
}

.card .card-body.custom .d-flex .ml-auto .display-6 {
  color: #414755;
  font-size: 2.2rem;
}

.card .card-body.custom .d-flex .ml-auto .display-6 img {
  height: 40px;
}

.card .card-body.card-min-95 {
  padding: 15px;
  min-height: 95px;
}

.card .card-body.card-min-95 h6 {
  font-size: 12px;
  margin: 0;
}

.card-body-custom {
  border: solid 1px #dee2e6;
}

.card-body-custom .header {
  width: 100%;
  margin-bottom: 15px;
}

.card-body-custom .header h4 {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 0;
}

.card-body-custom .header .date {
  color: #A3AABA;
  font-size: 11px;
  display: block;
  text-align: left;
}

.card-body-custom .header .amount {
  clip-path: polygon(12% 0, 100% 0%, 100% 100%, 12% 100%, 0% 50%);
  color: #FFFFFF;
  background-color: #222220;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 5px 15px 5px 20px;
  position: absolute;
  top: 7px;
  right: 11px;
}

.card-body-custom .sub-header .col-4 {
  padding: 0;
}

.card-body-custom .sub-header .col-4 h6 {
  font-size: 0.83rem;
  font-weight: 700;
  margin-bottom: 0 !important;
}

.card-body-custom .sub-header .col-4 span {
  color: #A3AABA;
  font-size: 0.85rem;
}

.card-body-custom .card-title {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}

.card-body-custom .card-code {
  font-size: 1rem;
  font-weight: 400;
}

.card-body-custom .card-subtitle {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}

.card-body-custom .card-birthdate {
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
}

.card-body-custom .row {
  margin: 0;
}

.card-body-custom .card-body-item {
  border-top: 1px solid #dee2e6;
  margin: 0px;
  padding-bottom: 2px !important;
  padding-top: 2px !important;
  text-align: left;
  width: 100%;
}

.card-body-custom .card-body-item:first-child {
  border-top: 1px solid transparent;
}

.card-body-custom .card-body-item i {
  color: #4f5861;
}

.card-body-location {
  border: solid 1px #dee2e6;
}

.card-body-location .p-l-20 h3 {
  margin: 0;
}

.card-body-location .p-l-20 h6 {
  font-size: 1.2rem;
  margin: 0;
}

.card-body-location .p-l-20 p {
  margin: 0;
}

.card-body-location .p-l-20 p.total {
  font-size: 1.2rem;
}

.card-body-location .p-l-20 p b {
  color: #A3AABA;
  font-weight: 600;
}

.card-body-user {
  padding-top: 60px;
}

.card-body-user img.user {
  background-color: #FFFFFF;
  border: 2px solid #dee2e6;
  position: relative;
  top: -65px;
  margin-bottom: -60px;
}

.card-body-user img.user.success {
  border-color: #32c787;
}

.card-body-user img.center {
  text-align: center;
}

.card-body-user .card-body {
  padding: 15px;
}

.card-qrcode {
  width: 100%;
}

.card-qrcode .card-body-qr {
  padding: 10px;
  padding-top: 10px;
}

.card-qrcode .card-body-qr .col {
  padding: 0;
}

.card-qrcode .card-body-qr .col .text-muted {
  font-size: 12px;
}

.card-barcode {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.card-barcode .font-medium {
  font-size: 14px;
}

.card-barcode .indicator {
  position: absolute;
  top: 0;
  right: 0;
}

.card-barcode .indicator i {
  font-size: 22px;
}

.jconfirm .jconfirm-scrollpane {
  background: rgba(0, 0, 0, 0.9);
}

.jconfirm .jconfirm-box {
  border-radius: 10px !important;
}

.jconfirm .jconfirm-box .jconfirm-title-c {
  text-align: center;
}

.jconfirm .jconfirm-box .jconfirm-content {
  text-align: center;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
  float: none !important;
  text-align: center !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
  border-radius: 10px;
}

.context-menu-list {
  font-size: 0.85rem !important;
  background-color: #FFFFFF !important;
  box-shadow: none !important;
  left: 52px !important;
  border: 1px solid #dee2e6 !important;
}

.context-menu-list li {
  color: #4f5861 !important;
  font-family: "Nunito Sans", sans-serif !important;
  padding: 3px 50px 3px 10px !important;
}

.context-menu-list li:hover {
  color: #4f5861 !important;
  background-color: #f9f9f9 !important;
}

.customizer {
  right: -480px;
  width: 480px;
}

.datatable-form-filter .accordion-header {
  width: 100%;
  background-color: #f9f9f9;
  margin-bottom: 0;
}

.datatable-form-filter .accordion-header .collapse.show {
  border-bottom: 1px solid #f9f9f9;
}

.datatable-form-filter .accordion-header button[type=reset],
.datatable-form-filter .accordion-header button[type=submit] {
  padding: 11px 10px;
}

.datatable-form-filter .accordion-header form {
  padding: 20px;
  width: 100%;
}

.datatable-form-filter .accordion-header form .form-item {
  margin-bottom: 0;
}

div.dataTables_scrollBody {
  overflow: visible !important;
}

.datatable_wrapper .dataTables_scrollBody {
  overflow: visible !important;
}

.datatable_wrapper .dataTables_scrollBody thead {
  display: none !important;
}

.datatable_wrapper .dataTables_scrollBody thead tr {
  display: none !important;
}

.datatable_wrapper .dataTables_scrollBody thead tr th {
  display: none !important;
}

.dataTables_wrapper {
  position: relative;
  margin: 0 -10px;
}

.dataTables_wrapper .dataTables_filter {
  width: 100%;
}

.dataTables_wrapper .dataTables_filter label {
  width: 100%;
}

.dataTables_wrapper .dataTables_filter label input {
  color: #4f5861;
  padding: 0.6rem;
  border: 1px solid #f6f6f6;
  box-shadow: none;
  margin: 0 !important;
  width: 100% !important;
}

.dataTables_wrapper .dataTables_filter label input:focus,
.dataTables_wrapper .dataTables_filter label input:active,
.dataTables_wrapper .dataTables_filter label input:hover {
  border-color: #c6c6c6;
  background-color: transparent !important;
}

.dataTables_wrapper table {
  margin: 0.8rem 0;
  width: 100%;
}

.dataTables_wrapper table.datatable-letter-zoom thead tr th {
  font-size: 11px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.dataTables_wrapper table.datatable-letter-zoom tbody tr td {
  font-size: 11px !important;
}

.dataTables_wrapper table thead {
  position: sticky !important;
  top: 0 !important;
}

.dataTables_wrapper table thead tr th {
  border-color: #f6f6f6 !important;
  font-size: 0.56rem !important;
  font-weight: 800;
  padding: 3px 3px !important;
  border-bottom-width: 1px !important;
  text-transform: uppercase !important;
  position: sticky !important;
  top: 0 !important;
}

.dataTables_wrapper table thead tr th .yadcf-filter-wrapper {
  display: block;
  position: relative;
  margin-top: 5px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}

.dataTables_wrapper table thead tr th .yadcf-filter-wrapper button {
  color: #d0d0d0;
  background-color: transparent;
  border: 0;
  font-size: 1.2rem;
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 0;
  outline: none !important;
}

.dataTables_wrapper table thead tr th .yadcf-filter-wrapper button:focus,
.dataTables_wrapper table thead tr th .yadcf-filter-wrapper button:hover {
  color: #4f5861;
}

.dataTables_wrapper table thead tr th .yadcf-filter-wrapper input {
  color: #4f5861;
  border: 1px solid #f6f6f6;
  box-shadow: none;
  font-size: 0.8rem;
  padding: 5px;
  width: 100%;
}

.dataTables_wrapper table thead tr th .yadcf-filter-wrapper input:focus,
.dataTables_wrapper table thead tr th .yadcf-filter-wrapper input:active,
.dataTables_wrapper table thead tr th .yadcf-filter-wrapper input:hover,
.dataTables_wrapper table thead tr th .yadcf-filter-wrapper input.inuse {
  border-color: #c6c6c6;
  background-color: transparent !important;
}

.dataTables_wrapper table tbody tr.dtrg-group td {
  color: #FFFFFF !important;
  font-weight: 700;
  background-color: #222220 !important;
  border-color: #222220 !important;
}

.dataTables_wrapper table tbody tr:hover td {
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}

.dataTables_wrapper table tbody tr:hover td.sorting_1 {
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}

.dataTables_wrapper table tbody tr.dtrg-group th {
  font-weight: 700;
  color: #FFFFFF;
  background-color: #222220;
  border-color: #F3F3F3 !important;
  padding: 8px 10px;
}

.dataTables_wrapper table tbody tr.invoice-trash {
  border: 1px solid rgba(246, 45, 81, 0.35) !important;
}

.dataTables_wrapper table tbody tr.row-trash-at td {
  border: 1px solid rgba(246, 45, 81, 0.35) !important;
  background-color: rgba(246, 45, 81, 0.35) !important;
}

.dataTables_wrapper table tbody tr.row-anulado td {
  border: 1px solid rgba(231, 76, 60, 0.02) !important;
  background-color: rgba(231, 76, 60, 0.02) !important;
}

.dataTables_wrapper table tbody tr.row-solicitud-anulacion td {
  border: 1px solid rgba(255, 235, 59, 0.05) !important;
  background-color: rgba(255, 235, 59, 0.05) !important;
}

.dataTables_wrapper table tbody tr.row-border td:first-child {
  border-left: 2px solid #c6c6c6 !important;
}

.dataTables_wrapper table tbody tr.row-border-success td:first-child {
  border-left: 2px solid #32c787 !important;
}

.dataTables_wrapper table tbody tr.row-border-warning td:first-child {
  border-left: 2px solid #FF9800 !important;
}

.dataTables_wrapper table tbody tr.row-border-danger td:first-child {
  border-left: 2px solid #f62d51 !important;
  opacity: 0.7;
}

.dataTables_wrapper table tbody tr.row-border-danger td:first-child {
  border-left: 2px solid #f62d51 !important;
  opacity: 0.7;
}

.dataTables_wrapper table tbody tr.row-border-primary td:first-child {
  border-left: 2px solid #2962F8 !important;
}

.dataTables_wrapper table tbody tr.row-bg-danger td {
  color: #FFFFFF;
  background-color: #f62d51 !important;
  border-color: #f62d51;
  opacity: 0.7;
}

.dataTables_wrapper table tbody tr td {
  color: #4f5861;
  border-color: #f6f6f6;
  font-size: 0.6rem;
  padding: 3px 3px !important;
  position: relative;
  vertical-align: middle;
}

.dataTables_wrapper table tbody tr td .responsiveExpander {
  height: 14px;
  float: left;
  position: relative;
  width: 15px;
  padding-left: 22px !important;
  left: -5px;
}

.dataTables_wrapper table tbody tr td .thickness {
  display: block;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  /* grosor */
  -webkit-text-decoration-color: #FF9800;
          text-decoration-color: #FF9800;
}

.dataTables_wrapper table tbody tr td .thickness.pedding {
  -webkit-text-decoration-color: #A3AABA;
          text-decoration-color: #A3AABA;
}

.dataTables_wrapper table tbody tr td .thickness.warning {
  -webkit-text-decoration-color: #FF9800;
          text-decoration-color: #FF9800;
}

.dataTables_wrapper table tbody tr td .currency {
  float: left;
}

.dataTables_wrapper table tbody tr td .btn-group .dropdown-menu {
  padding: 0 0;
}

.dataTables_wrapper table tbody tr td .datatable-link {
  color: #4f5861;
  cursor: pointer;
}

.dataTables_wrapper table tbody tr td .datatable-link:hover,
.dataTables_wrapper table tbody tr td .datatable-link:active,
.dataTables_wrapper table tbody tr td .datatable-link:focus {
  color: #2962F8;
}

.dataTables_wrapper table tbody tr td .img {
  height: 20px;
  margin-right: 5px;
}

.dataTables_wrapper table tbody tr td .img.pull-left {
  float: left;
}

.dataTables_wrapper table tbody tr td .img.pull-right {
  float: right;
}

.dataTables_wrapper table tbody tr td .img-zoom {
  left: 0;
  position: absolute;
  height: 15px;
  top: 0;
  transition: 1s ease-in-out;
  z-index: 9;
}

.dataTables_wrapper table tbody tr td .codigo-de-barra:hover img,
.dataTables_wrapper table tbody tr td .codigo-de-barra:active img {
  background-color: #FFFFFF;
  border: 1px dotted #dee2e6;
  min-height: 120px;
  min-width: 250px;
  z-index: 99;
  padding: 10px 10px 25px 10px;
  opacity: 1;
}

.dataTables_wrapper table tbody tr td .codigo-de-barra:hover div,
.dataTables_wrapper table tbody tr td .codigo-de-barra:active div {
  font-size: 12px;
  font-weight: 600;
  visibility: visible;
  top: 100px;
  position: absolute;
  z-index: 999;
  min-width: 250px;
  transition: position 0.5s, visibility 0.5s;
}

.dataTables_wrapper table tbody tr td .codigo-de-barra img {
  background-color: #FFFFFF;
  height: 100%;
  margin-right: 16px;
  max-height: 16px;
  max-width: 40px;
  min-height: 16px;
  min-width: 40px;
  width: 100%;
  transition: min-height 0.4s, min-width 0.4s;
  left: 2px;
  top: 2px;
  position: absolute;
}

.dataTables_wrapper table tbody tr td .codigo-de-barra div {
  transition: position 0.2s, visibility 0.2s;
  visibility: hidden;
}

.dataTables_wrapper table tbody tr td .mdi-premio {
  display: inline-block;
  color: #ffc107;
  font-size: 12px;
  animation: pulse 2s ease-in-out 3;
}

.dataTables_wrapper table tbody tr td .indicator-top {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  position: absolute;
  top: -2px;
  left: 0;
  border-radius: 5px;
  white-space: nowrap;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  max-width: auto;
}

.dataTables_wrapper table tbody tr td .indicator-top:not(:hover) {
  font-size: 0;
  padding: 6px;
  border-radius: 50%;
}

.dataTables_wrapper table tbody tr td .indicator-top.warning {
  background-color: #ffc107;
}

.dataTables_wrapper table tbody tr td .indicator-top.danger {
  background-color: #f62d51;
}

.dataTables_wrapper table tbody tr td .indicator-top.success {
  background-color: #32c787;
}

.dataTables_wrapper table tbody tr td .label-absolute {
  font-size: 7px;
  position: absolute;
  top: -4px;
  right: 0;
  padding: 2px 6px;
}

.dataTables_wrapper table tbody tr td .codigo-sistema {
  color: #FF9800;
  font-weight: 700;
  margin-right: 5px;
}

.dataTables_wrapper table tbody tr td .usuario {
  height: 15px;
  width: 15px;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 auto;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.dataTables_wrapper table tbody tr td .usuario:hover {
  transform: scale(5);
  z-index: 10;
}

.dataTables_wrapper table tbody tr td .usuario img {
  height: 100%;
  width: 100%;
}

.dataTables_wrapper table tbody tr td .datatable-avatar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  text-align: left;
  width: 100%;
}

.dataTables_wrapper table tbody tr td .datatable-avatar .avatar {
  height: 25px;
  border-radius: 5px;
  width: 25px;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.dataTables_wrapper table tbody tr td .datatable-avatar .avatar:hover {
  background-color: #FFFFFF;
  transform: scale(4.4);
  z-index: 99;
}

.dataTables_wrapper table tbody tr td .grid-usuario {
  display: grid;
  grid-template-columns: 20px auto;
  grid-gap: 5px;
  align-items: center;
}

.dataTables_wrapper table tbody tr td .grid-usuario .avatar {
  height: 15px;
  width: 15px;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 auto;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.dataTables_wrapper table tbody tr td .grid-usuario .avatar:hover {
  transform: scale(6);
  z-index: 10;
}

.dataTables_wrapper table tbody tr td .ruta-indicador {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  width: 100%;
  padding: 0 5px;
}

.dataTables_wrapper table tbody tr td .ruta-indicador div {
  background-color: #f9f9f9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 2px;
}

.dataTables_wrapper table tbody tr td .ruta-indicador div.total.active {
  color: #FFFFFF;
  background-color: #32c787;
}

.dataTables_wrapper table tbody tr td .ruta-indicador div.entregados.active {
  color: #FFFFFF;
  background-color: #32c787;
}

.dataTables_wrapper table tbody tr td .ruta-indicador div.pendientes.active {
  color: #FFFFFF;
  background-color: #f62d51;
}

.dataTables_wrapper table tbody tr .dataTables_empty {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.dataTables_wrapper .dataTables_length {
  width: 100%;
}

.dataTables_wrapper .dataTables_length label {
  width: 100%;
}

.dataTables_wrapper .dataTables_length label select.custom-select {
  height: calc(2rem + 2px);
  margin: 0 5px;
  background: url(/images/custom-select.png?33d0b67c047e466b46c464b8eefc2d31) right 0.75rem center no-repeat #fff;
}

.dataTables_wrapper .DTTT_container {
  width: 100%;
}

.dataTables_wrapper .DTTT_container .DTTT_button {
  text-align: right;
  width: 100%;
}

.dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn {
  margin-right: 0;
}

.dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn.active {
  color: #FFFFFF;
  border-color: #222220;
  background-color: #222220;
}

.dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn.active:hover,
.dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn.active:active,
.dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn.active:focus {
  outline: none !important;
  background-color: #222220 !important;
  background: #222220 !important;
  border-color: #222220 !important;
}

.dataTables_wrapper .dataTables_info {
  color: #4f5861 !important;
  font-size: 0.75rem;
  text-align: center;
  margin: 0.8rem;
  width: 100%;
  white-space: normal !important;
}

.dataTables_wrapper .dataTables_paginate {
  height: auto;
  margin: 0 auto;
  padding: 10px;
  text-align: center !important;
  width: 100%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  cursor: pointer;
  color: #4f5861 !important;
  background-color: #dee2e6;
  border: 1px solid #f6f6f6 !important;
  border-radius: 50%;
  box-shadow: none !important;
  font-size: 0.7rem;
  margin-left: 0;
  outline: none;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  width: 35px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.first.disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.last.disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  color: #4f5861 !important;
  background: #dee2e6;
  border-color: #dee2e6 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button i {
  color: #4f5861;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #FFFFFF !important;
  font-weight: 700;
  background-color: #222220 !important;
  border-color: #222220 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  color: #FFFFFF !important;
  background-color: #222220 !important;
  border-color: #222220 !important;
}

.dataTables_wrapper .dataTables_processing {
  background-color: transparent;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  z-index: 9;
}

.dataTables_wrapper .dataTables_processing.hide {
  height: 0 !important;
  padding: 0 !important;
  display: none !important;
}

.dataTables_wrapper .dataTables_processing img {
  height: 220px;
  z-index: 10;
}

.dataTables_wrapper .row-detail {
  margin: 0;
  width: 100%;
}

.dataTables_wrapper .row-detail:hover {
  background-color: transparent !important;
}

.dataTables_wrapper .row-detail:hover td {
  background-color: transparent !important;
}

.dataTables_wrapper .row-detail td {
  background: transparent !important;
}

.dataTables_wrapper .row-detail td ul {
  width: 100%;
}

.dataTables_wrapper .row-detail td ul li {
  list-style: none;
  width: 100%;
  display: inline-block;
  color: transparent;
  padding-left: 5px;
  padding-right: 5px;
}

.dataTables_wrapper .row-detail td ul li:after {
  content: "";
}

.dataTables_wrapper .row-detail td ul li .columnTitle {
  color: #4f5861;
  float: left;
}

.dataTables_wrapper .row-detail td ul li .columnValue {
  color: #4f5861;
  float: right;
  text-align: right;
  min-width: 60%;
}

.dataTables_wrapper .row-detail td ul li .yadcf-filter-wrapper {
  display: none;
}

.dataTables_wrapper .row-detail td ul li .label {
  color: #4f5861;
}

.dataTables_wrapper .col-lg-3,
.dataTables_wrapper .col-3 {
  display: inline-flex;
}

.dataTables_wrapper .col-lg-9,
.dataTables_wrapper .col-9 {
  display: inline-flex;
}

.dataTables_wrapper .col-lg-6,
.dataTables_wrapper .col-6 {
  display: inline-flex;
}

.dataTables_wrapper .col-lg-12,
.dataTables_wrapper .col-12 {
  display: inline-flex;
}

.dataTables_wrapper .top-info .dataTables_info {
  text-align: right;
}

.datatable-scroll-horizontal {
  padding: 0;
}

.datatable-scroll-horizontal .dt-scroll-area {
  position: relative;
  width: 100%;
}

.datatable-scroll-horizontal .dt-scroll-area::before,
.datatable-scroll-horizontal .dt-scroll-area::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.18s ease;
  z-index: 8;
}

.datatable-scroll-horizontal .dt-scroll-area::before {
  left: 0;
  background: linear-gradient(90deg, rgba(163, 170, 186, 0.1) 0%, rgba(163, 170, 186, 0) 100%);
}

.datatable-scroll-horizontal .dt-scroll-area::after {
  right: 0;
  background: linear-gradient(270deg, rgba(163, 170, 186, 0.1) 0%, rgba(163, 170, 186, 0) 100%);
}

.datatable-scroll-horizontal .dt-scroll-area.dt-scroll-area--left::before {
  opacity: 1;
}

.datatable-scroll-horizontal .dt-scroll-area.dt-scroll-area--right::after {
  opacity: 1;
}

.datatable-scroll-horizontal .dt-scroll-wrapper {
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 100%;
}

.datatable-scroll-horizontal .dt-scroll-wrapper table.dataTable {
  width: 100% !important;
  min-width: -moz-max-content;
  min-width: max-content;
}

.datatable-scroll-horizontal .btn-group {
  position: relative;
}

.datatable-scroll-horizontal .btn-group.show {
  z-index: 32;
}

.datatable-scroll-horizontal .btn-group .dropdown-toggle {
  border: 1px solid var(--dl-control-border, #f1f1f1);
  border-radius: var(--dl-control-radius, 6px);
  background-color: var(--dl-control-surface, #f9f9f9);
  color: var(--dl-text, #4f5861);
  font-weight: 500;
  box-shadow: none;
}

.datatable-scroll-horizontal .btn-group .dropdown-toggle:hover,
.datatable-scroll-horizontal .btn-group .dropdown-toggle:active,
.datatable-scroll-horizontal .btn-group .dropdown-toggle:focus {
  border-color: var(--dl-control-border, #f1f1f1);
  background-color: var(--dl-control-surface, #f9f9f9) !important;
  color: var(--dl-text, #4f5861);
  box-shadow: none !important;
}

.datatable-scroll-horizontal .btn-group .dropdown-toggle::after {
  margin-left: 6px;
}

.datatable-scroll-horizontal .btn-group .dropdown-menu {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid var(--dl-control-border, #f1f1f1);
  border-radius: var(--dl-control-radius, 6px);
  box-shadow: none;
  overflow: hidden;
  z-index: 33;
}

.datatable-scroll-horizontal .btn-group.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0;
}

.datatable-scroll-horizontal .btn-group .dropdown-item {
  color: var(--dl-text, #4f5861);
  background-color: #FFFFFF;
}

.datatable-scroll-horizontal .btn-group .dropdown-item:hover,
.datatable-scroll-horizontal .btn-group .dropdown-item:focus,
.datatable-scroll-horizontal .btn-group .dropdown-item:active {
  color: var(--dl-text, #4f5861);
  background-color: var(--dl-control-surface, #f9f9f9);
  box-shadow: none;
}

.datatable-scroll-horizontal .dt-scroll-arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  transition: color 0.15s ease, opacity 0.15s ease;
  cursor: pointer;
  pointer-events: auto;
  background: transparent;
  color: rgba(163, 170, 186, 0.9);
  padding: 0;
}

.datatable-scroll-horizontal .dt-scroll-arrow.active {
  display: flex;
}

.datatable-scroll-horizontal .dt-scroll-arrow.active:hover {
  color: rgba(79, 88, 97, 0.88);
}

.datatable-scroll-horizontal .dt-scroll-arrow--left {
  left: 6px;
}

.datatable-scroll-horizontal .dt-scroll-arrow--right {
  right: 6px;
}

.datatable-scroll-horizontal .dt-scroll-arrow i {
  font-size: 1rem;
  line-height: 1;
}

.datatable-scroll-horizontal .dataTables_wrapper {
  margin: 0;
  color: var(--dl-text, #4f5861);
  font-family: var(--dl-font, Nunito Sans, sans-serif);
  --dl-toolbar-control-height: calc(2.75rem + 2px);
  --dl-row-action-height: 32px;
  --dl-control-radius: 6px;
  --dl-control-border: var(--dl-form-border, #f1f1f1);
  --dl-control-surface: var(--dl-surface-soft, #f9f9f9);
}

.datatable-scroll-horizontal .dataTables_wrapper #datatable thead th#datatable-action {
  position: sticky !important;
  right: 0;
  z-index: 11 !important;
  width: 5.75rem;
  min-width: 5.75rem;
  background-color: #FFFFFF;
  box-shadow: -10px 0 18px rgba(0, 0, 0, 0.06);
  border-left: 1px solid var(--dl-control-border);
}

.datatable-scroll-horizontal .dataTables_wrapper #datatable tbody tr.dt-row-dropdown-open {
  position: relative;
  z-index: 36;
}

.datatable-scroll-horizontal .dataTables_wrapper #datatable tbody td.dt-column-options {
  position: sticky;
  right: 0;
  z-index: 7;
  width: 5.75rem;
  min-width: 5.75rem;
  overflow: visible;
  background-clip: padding-box;
  box-shadow: -10px 0 18px rgba(0, 0, 0, 0.05);
  border-left: 1px solid var(--dl-control-border);
}

.datatable-scroll-horizontal .dataTables_wrapper #datatable tbody td.dt-column-options .dropdown-toggle {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.datatable-scroll-horizontal .dataTables_wrapper #datatable tbody td.dt-column-options.dt-column-options--open {
  z-index: 40;
}

.datatable-scroll-horizontal .dataTables_wrapper #datatable tbody td.dt-column-options .btn-group.show {
  z-index: 41;
}

.datatable-scroll-horizontal .dataTables_wrapper #datatable tbody tr.odd td.dt-column-options {
  background-color: rgba(249, 249, 249, 0.3);
}

.datatable-scroll-horizontal .dataTables_wrapper #datatable tbody tr.even td.dt-column-options {
  background-color: #FFFFFF;
}

.datatable-scroll-horizontal .dataTables_wrapper #datatable tbody tr:hover td.dt-column-options {
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}

.datatable-scroll-horizontal .dataTables_wrapper .row {
  margin-left: 0;
  margin-right: 0;
  align-items: center;
}

.datatable-scroll-horizontal .dataTables_wrapper .row:first-child {
  border-bottom: 1px solid var(--dl-border, #F3F3F3);
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.datatable-scroll-horizontal .dataTables_wrapper .row:last-child {
  border-top: 1px solid var(--dl-border, #F3F3F3);
  padding-top: 8px;
  margin-top: 8px;
}

.datatable-scroll-horizontal .dataTables_wrapper .col-6,
.datatable-scroll-horizontal .dataTables_wrapper .col,
.datatable-scroll-horizontal .dataTables_wrapper .col-auto {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 6px;
}

.datatable-scroll-horizontal .dataTables_wrapper .col-6:last-child,
.datatable-scroll-horizontal .dataTables_wrapper .col:last-child,
.datatable-scroll-horizontal .dataTables_wrapper .col-auto:last-child {
  padding-right: 0;
}

.datatable-scroll-horizontal .dataTables_wrapper .dt-toolbar,
.datatable-scroll-horizontal .dataTables_wrapper .dt-footer {
  display: flex;
  align-items: center;
  width: 100%;
}

.datatable-scroll-horizontal .dataTables_wrapper .dt-toolbar {
  gap: 8px;
}

.datatable-scroll-horizontal .dataTables_wrapper .dt-toolbar__length {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-height: var(--dl-toolbar-control-height);
}

.datatable-scroll-horizontal .dataTables_wrapper .dt-toolbar__filter {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  min-height: var(--dl-toolbar-control-height);
}

.datatable-scroll-horizontal .dataTables_wrapper .dt-toolbar__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: var(--dl-toolbar-control-height);
}

.datatable-scroll-horizontal .dataTables_wrapper .dt-footer {
  justify-content: space-between;
  gap: 12px;
}

.datatable-scroll-horizontal .dataTables_wrapper .dt-footer__info {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
}

.datatable-scroll-horizontal .dataTables_wrapper .dt-footer__paginate {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_length {
  width: auto;
  display: flex;
  align-items: center;
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_length label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  min-height: var(--dl-toolbar-control-height);
  white-space: nowrap;
  color: var(--dl-text, #4f5861);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_length label select {
  width: auto;
  min-width: 62px;
  height: var(--dl-toolbar-control-height);
  padding: 0 30px 0 12px;
  box-sizing: border-box;
  border-radius: var(--dl-control-radius);
  border: 1px solid var(--dl-control-border);
  color: var(--dl-text, #4f5861);
  background-color: #FFFFFF;
  background-image: none !important;
  box-shadow: none;
  max-width: unset !important;
  flex: none !important;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_length label select.dt-select-compact {
  width: 62px;
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_length label select:focus,
.datatable-scroll-horizontal .dataTables_wrapper .dataTables_length label select:active {
  border-color: var(--dl-control-border, #f1f1f1);
  outline: none;
  box-shadow: none;
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_filter {
  width: 100%;
  display: flex;
  align-items: center;
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_filter label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-height: var(--dl-toolbar-control-height);
  font-size: 0;
  width: 100%;
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_filter label input {
  width: 100% !important;
  height: var(--dl-toolbar-control-height);
  padding: 0 14px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.2;
  margin: 0 !important;
  border-radius: var(--dl-control-radius);
  color: var(--dl-text, #4f5861);
  border: 1px solid var(--dl-control-border);
  background-color: #FFFFFF;
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_filter label input::-moz-placeholder {
  color: var(--dl-subtext, #A3AABA);
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_filter label input:-ms-input-placeholder {
  color: var(--dl-subtext, #A3AABA);
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_filter label input::placeholder {
  color: var(--dl-subtext, #A3AABA);
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_filter label input:focus {
  border-color: var(--dl-control-border);
  outline: none;
  box-shadow: none;
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_info {
  text-align: left;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--dl-text, #4f5861) !important;
  font-size: 13px;
  font-weight: 400;
}

.datatable-scroll-horizontal .dataTables_wrapper .DTTT_container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.datatable-scroll-horizontal .dataTables_wrapper .DTTT_container .DTTT_button {
  width: auto;
}

.datatable-scroll-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 8px;
}

.datatable-scroll-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: var(--dl-toolbar-control-height);
  padding: 0 14px;
  box-sizing: border-box;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
  color: var(--dl-text, #4f5861);
  border: 1px solid var(--dl-control-border);
  border-radius: var(--dl-control-radius);
  background-color: var(--dl-control-surface);
  font-weight: 500;
}

.datatable-scroll-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn:hover,
.datatable-scroll-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn:active,
.datatable-scroll-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn:focus {
  color: var(--dl-text, #4f5861);
  border-color: var(--dl-control-border);
  background-color: var(--dl-control-surface) !important;
  box-shadow: none !important;
}

.datatable-scroll-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn.active {
  color: #FFFFFF;
  border-color: #222220;
  background-color: #222220;
}

.datatable-scroll-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn.active:hover,
.datatable-scroll-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn.active:active,
.datatable-scroll-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn.active:focus {
  color: #FFFFFF;
  border-color: #222220;
  background-color: #222220 !important;
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_paginate {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  gap: 1px;
  padding: 0 !important;
  margin: 0 !important;
  text-align: right !important;
  width: auto;
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 32px !important;
  width: auto !important;
  min-width: 32px !important;
  line-height: 1 !important;
  border-radius: 2px !important;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  background: transparent !important;
  color: var(--dl-text, #4f5861) !important;
  margin: 0 !important;
  padding: 0 8px !important;
  font-size: 13px !important;
  font-weight: 400;
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.datatable-scroll-horizontal .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.datatable-scroll-horizontal .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background-color: var(--dl-hover-bg, #f9f9f9) !important;
  background: var(--dl-hover-bg, #f9f9f9) !important;
  color: var(--dl-text, #4f5861) !important;
  border-color: transparent !important;
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: var(--dl-headings, #222220) !important;
  background: var(--dl-headings, #222220) !important;
  color: #FFFFFF !important;
  font-weight: 500;
  border-color: var(--dl-headings, #222220) !important;
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: var(--dl-headings, #222220) !important;
  background: var(--dl-headings, #222220) !important;
}

.datatable-scroll-horizontal .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  opacity: 0.35;
  cursor: not-allowed !important;
  color: var(--dl-subtext, #A3AABA) !important;
}

@media (max-width: 767.98px) {
  .datatable-scroll-horizontal .dataTables_wrapper .dt-scroll-area::before,
  .datatable-scroll-horizontal .dataTables_wrapper .dt-scroll-area::after {
    width: 16px;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-scroll-area::before {
    background: linear-gradient(90deg, rgba(163, 170, 186, 0.08) 0%, rgba(163, 170, 186, 0) 100%);
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-scroll-area::after {
    background: linear-gradient(270deg, rgba(163, 170, 186, 0.08) 0%, rgba(163, 170, 186, 0) 100%);
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-scroll-arrow {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    z-index: 12;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-scroll-arrow.active {
    color: rgba(163, 170, 186, 0.86);
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-scroll-arrow.active:hover {
    color: rgba(79, 88, 97, 0.84);
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-scroll-arrow--left {
    left: 8px;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-scroll-arrow--right {
    right: 8px;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-scroll-arrow i {
    font-size: 0.8rem;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-toolbar {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-toolbar__length {
    flex: 0 0 auto;
    align-self: center;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-toolbar__filter {
    flex: 1 1 120px;
    min-width: 0;
    align-self: center;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-toolbar__actions {
    flex: 0 0 100%;
    width: 100%;
    justify-content: stretch;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dataTables_length label {
    width: 100%;
    justify-content: flex-start;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dataTables_filter {
    min-width: 0;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dataTables_filter label {
    width: 100%;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dataTables_filter label input {
    min-width: 0;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .DTTT_container {
    justify-content: stretch;
    width: 100%;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .DTTT_container .DTTT_button {
    width: 100%;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group {
    width: 100%;
    gap: 8px;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn,
  .datatable-scroll-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group a {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group a {
    display: flex;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn {
    width: 100%;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dataTables_info {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    width: 100%;
    line-height: 1.45;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-footer {
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-footer__info,
  .datatable-scroll-horizontal .dataTables_wrapper .dt-footer__paginate {
    flex: 0 0 100%;
    width: 100%;
    justify-content: center;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-footer__info,
  .datatable-scroll-horizontal .dataTables_wrapper .dataTables_info {
    text-align: center;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-footer__paginate {
    justify-content: center;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dataTables_paginate {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 4px;
    text-align: center !important;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 28px !important;
    height: 30px !important;
    padding: 0 6px !important;
  }
}

@media (max-width: 480px) {
  .datatable-scroll-horizontal .dataTables_wrapper .dt-footer {
    align-items: center;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-footer__info,
  .datatable-scroll-horizontal .dataTables_wrapper .dataTables_info {
    text-align: center;
  }

  .datatable-scroll-horizontal .dataTables_wrapper .dt-footer__paginate,
  .datatable-scroll-horizontal .dataTables_wrapper .dataTables_paginate {
    justify-content: center;
  }
}

.datatable-scroll-horizontal .datatable-dropdown-menu .codigo-sistema {
  margin-right: 5px;
}

.erp-autorizaciones-horizontal {
  position: relative;
  width: 100%;
}

.erp-autorizaciones-horizontal .dt-scroll-area {
  position: relative;
  width: 100%;
}

.erp-autorizaciones-horizontal .dt-scroll-area::before,
.erp-autorizaciones-horizontal .dt-scroll-area::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.18s ease;
  z-index: 8;
}

.erp-autorizaciones-horizontal .dt-scroll-area::before {
  left: 0;
  background: linear-gradient(90deg, rgba(163, 170, 186, 0.1) 0%, rgba(163, 170, 186, 0) 100%);
}

.erp-autorizaciones-horizontal .dt-scroll-area::after {
  right: 0;
  background: linear-gradient(270deg, rgba(163, 170, 186, 0.1) 0%, rgba(163, 170, 186, 0) 100%);
}

.erp-autorizaciones-horizontal .dt-scroll-area.dt-scroll-area--left::before {
  opacity: 1;
}

.erp-autorizaciones-horizontal .dt-scroll-area.dt-scroll-area--right::after {
  opacity: 1;
}

.erp-autorizaciones-horizontal .dt-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  width: 100%;
}

.erp-autorizaciones-horizontal .dt-scroll-wrapper table.dataTable {
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
  table-layout: auto;
}

.erp-autorizaciones-horizontal .dt-scroll-wrapper table.dataTable,
.erp-autorizaciones-horizontal .dt-scroll-wrapper table.dataTable thead th,
.erp-autorizaciones-horizontal .dt-scroll-wrapper table.dataTable tbody td,
.erp-autorizaciones-horizontal .dt-scroll-wrapper table.dataTable tfoot td {
  white-space: nowrap;
}

.erp-autorizaciones-horizontal .dt-scroll-arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  transition: color 0.15s ease, opacity 0.15s ease;
  cursor: pointer;
  pointer-events: auto;
  background: transparent;
  color: rgba(163, 170, 186, 0.9);
  padding: 0;
}

.erp-autorizaciones-horizontal .dt-scroll-arrow.active {
  display: flex;
}

.erp-autorizaciones-horizontal .dt-scroll-arrow.active:hover {
  color: rgba(79, 88, 97, 0.88);
}

.erp-autorizaciones-horizontal .dt-scroll-arrow--left {
  left: 6px;
}

.erp-autorizaciones-horizontal .dt-scroll-arrow--right {
  right: 6px;
}

.erp-autorizaciones-horizontal .dt-scroll-arrow i {
  font-size: 1rem;
  line-height: 1;
}

.erp-autorizaciones-horizontal .dataTables_wrapper {
  margin: 0;
  color: #4f5861;
  font-family: "Nunito Sans", sans-serif;
  --erp-toolbar-control-height: calc(2.75rem + 2px);
  --erp-control-radius: 2px;
  --erp-control-border: #f1f1f1;
  --erp-control-surface: #f9f9f9;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .row {
  margin-left: 0;
  margin-right: 0;
  align-items: center;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .row:first-child {
  border-bottom: 1px solid #F3F3F3;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .row:last-child {
  border-top: 1px solid #F3F3F3;
  padding-top: 8px;
  margin-top: 8px;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .col-6,
.erp-autorizaciones-horizontal .dataTables_wrapper .col,
.erp-autorizaciones-horizontal .dataTables_wrapper .col-auto {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 6px;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .col-6:last-child,
.erp-autorizaciones-horizontal .dataTables_wrapper .col:last-child,
.erp-autorizaciones-horizontal .dataTables_wrapper .col-auto:last-child {
  padding-right: 0;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dt-toolbar,
.erp-autorizaciones-horizontal .dataTables_wrapper .dt-footer {
  display: flex;
  align-items: center;
  width: 100%;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dt-toolbar {
  gap: 8px;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dt-toolbar__length {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-height: var(--erp-toolbar-control-height);
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dt-toolbar__filter {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  min-height: var(--erp-toolbar-control-height);
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dt-toolbar__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: var(--erp-toolbar-control-height);
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dt-footer {
  justify-content: space-between;
  gap: 12px;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dt-footer__info {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dt-footer__paginate {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_length {
  width: auto;
  display: flex;
  align-items: center;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_length label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  min-height: var(--erp-toolbar-control-height);
  white-space: nowrap;
  color: #4f5861;
  font-size: 0;
  line-height: 1.4;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_length label select {
  width: auto;
  min-width: 62px;
  height: var(--erp-toolbar-control-height);
  padding: 0 30px 0 12px;
  box-sizing: border-box;
  border-radius: var(--erp-control-radius);
  border: 1px solid var(--erp-control-border);
  color: #4f5861;
  background-color: #FFFFFF;
  background-image: none !important;
  box-shadow: none;
  max-width: unset !important;
  flex: none !important;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_length label select.dt-select-compact {
  width: 62px;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_length label select:focus {
  border-color: var(--erp-control-border);
  outline: none;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_filter {
  width: 100%;
  display: flex;
  align-items: center;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_filter label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-height: var(--erp-toolbar-control-height);
  font-size: 0;
  width: 100%;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_filter label input {
  width: 100% !important;
  height: var(--erp-toolbar-control-height);
  padding: 0 14px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.2;
  margin: 0 !important;
  border-radius: var(--erp-control-radius);
  color: #4f5861;
  border: 1px solid var(--erp-control-border);
  background-color: #FFFFFF;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_filter label input::-moz-placeholder {
  color: #A3AABA;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_filter label input:-ms-input-placeholder {
  color: #A3AABA;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_filter label input::placeholder {
  color: #A3AABA;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_filter label input:focus {
  border-color: var(--erp-control-border);
  outline: none;
  box-shadow: none;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_info {
  text-align: left;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4f5861 !important;
  font-size: 13px;
  font-weight: 400;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .DTTT_container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .DTTT_container .DTTT_button {
  width: auto;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 8px;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: var(--erp-toolbar-control-height);
  padding: 0 14px;
  box-sizing: border-box;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
  color: #4f5861;
  border: 1px solid var(--erp-control-border);
  border-radius: var(--erp-control-radius);
  background-color: var(--erp-control-surface);
  font-weight: 500;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn:hover,
.erp-autorizaciones-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn:active,
.erp-autorizaciones-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn:focus {
  color: #4f5861;
  border-color: var(--erp-control-border);
  background-color: var(--erp-control-surface) !important;
  box-shadow: none !important;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_paginate {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  gap: 1px;
  padding: 0 !important;
  margin: 0 !important;
  text-align: right !important;
  width: auto;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 32px !important;
  width: auto !important;
  min-width: 32px !important;
  line-height: 1 !important;
  border-radius: 2px !important;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  background: transparent !important;
  color: #4f5861 !important;
  margin: 0 !important;
  padding: 0 8px !important;
  font-size: 13px !important;
  font-weight: 400;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background-color: #f9f9f9 !important;
  background: #f9f9f9 !important;
  color: #4f5861 !important;
  border-color: transparent !important;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #222220 !important;
  background: #222220 !important;
  color: #FFFFFF !important;
  font-weight: 500;
  border-color: #222220 !important;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #222220 !important;
  background: #222220 !important;
}

.erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  opacity: 0.35;
  cursor: not-allowed !important;
  color: #A3AABA !important;
}

.erp-autorizaciones-horizontal #datatable thead th#datatable-action {
  position: sticky !important;
  right: 0;
  z-index: 11 !important;
  width: 5.75rem;
  min-width: 5.75rem;
  background-color: #FFFFFF;
  box-shadow: -10px 0 18px rgba(0, 0, 0, 0.06);
  border-left: 1px solid #f1f1f1 !important;
}

.erp-autorizaciones-horizontal #datatable tbody tr.dt-row-dropdown-open {
  position: relative;
  z-index: 36;
}

.erp-autorizaciones-horizontal #datatable tbody td.dt-column-options {
  position: sticky;
  right: 0;
  z-index: 7;
  width: 5.75rem;
  min-width: 5.75rem;
  overflow: visible;
  background-color: #FFFFFF;
  background-clip: padding-box;
  box-shadow: -10px 0 18px rgba(0, 0, 0, 0.05);
  border-left: 1px solid #f1f1f1;
}

.erp-autorizaciones-horizontal #datatable tbody td.dt-column-options.dt-column-options--open {
  z-index: 40;
}

.erp-autorizaciones-horizontal #datatable tbody td.dt-column-options .btn-group {
  position: relative;
}

.erp-autorizaciones-horizontal #datatable tbody td.dt-column-options .btn-group.show {
  z-index: 41;
}

.erp-autorizaciones-horizontal #datatable tbody td.dt-column-options .btn-group .dropdown-menu {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  box-shadow: none;
  overflow: hidden;
}

.erp-autorizaciones-horizontal #datatable tbody td.dt-column-options .btn-group .dropdown-toggle {
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  background-color: #f9f9f9;
  color: #4f5861;
  box-shadow: none;
}

.erp-autorizaciones-horizontal #datatable tbody td.dt-column-options .btn-group .dropdown-toggle:hover,
.erp-autorizaciones-horizontal #datatable tbody td.dt-column-options .btn-group .dropdown-toggle:focus,
.erp-autorizaciones-horizontal #datatable tbody td.dt-column-options .btn-group .dropdown-toggle:active {
  border-color: #f1f1f1;
  background-color: #f9f9f9 !important;
  color: #4f5861;
  box-shadow: none !important;
}

.erp-autorizaciones-horizontal #datatable tbody td.dt-column-options .btn-group .dropdown-item {
  color: #4f5861;
  background-color: #FFFFFF;
}

.erp-autorizaciones-horizontal #datatable tbody td.dt-column-options .btn-group .dropdown-item:hover,
.erp-autorizaciones-horizontal #datatable tbody td.dt-column-options .btn-group .dropdown-item:focus,
.erp-autorizaciones-horizontal #datatable tbody td.dt-column-options .btn-group .dropdown-item:active {
  color: #4f5861;
  background-color: #f9f9f9;
  box-shadow: none;
}

.erp-autorizaciones-horizontal #datatable tbody tr:hover td.dt-column-options {
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}

@media (max-width: 767.98px) {
  .erp-autorizaciones-horizontal .dt-scroll-area::before,
  .erp-autorizaciones-horizontal .dt-scroll-area::after {
    width: 16px;
  }

  .erp-autorizaciones-horizontal .dt-scroll-area::before {
    background: linear-gradient(90deg, rgba(163, 170, 186, 0.08) 0%, rgba(163, 170, 186, 0) 100%);
  }

  .erp-autorizaciones-horizontal .dt-scroll-area::after {
    background: linear-gradient(270deg, rgba(163, 170, 186, 0.08) 0%, rgba(163, 170, 186, 0) 100%);
  }

  .erp-autorizaciones-horizontal .dt-scroll-arrow {
    width: 16px;
    height: 16px;
  }

  .erp-autorizaciones-horizontal .dt-scroll-arrow--left {
    left: 8px;
  }

  .erp-autorizaciones-horizontal .dt-scroll-arrow--right {
    right: 8px;
  }

  .erp-autorizaciones-horizontal .dt-scroll-arrow i {
    font-size: 0.8rem;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .dt-toolbar {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .dt-toolbar__length {
    flex: 0 0 auto;
    align-self: center;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .dt-toolbar__filter {
    flex: 1 1 120px;
    min-width: 0;
    align-self: center;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .dt-toolbar__actions {
    flex: 0 0 100%;
    width: 100%;
    justify-content: stretch;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_length label {
    width: 100%;
    justify-content: flex-start;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_filter {
    min-width: 0;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_filter label {
    width: 100%;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_filter label input {
    min-width: 0;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .DTTT_container {
    justify-content: stretch;
    width: 100%;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .DTTT_container .DTTT_button {
    width: 100%;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group {
    width: 100%;
    gap: 8px;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn,
  .erp-autorizaciones-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group a {
    flex: 1 1 calc(100% - 0px);
    min-width: 0;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group a {
    display: flex;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .DTTT_container .DTTT_button .button-group .btn {
    width: 100%;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_info {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    width: 100%;
    line-height: 1.45;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .dt-footer {
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .dt-footer__info,
  .erp-autorizaciones-horizontal .dataTables_wrapper .dt-footer__paginate {
    flex: 0 0 100%;
    width: 100%;
    justify-content: center;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .dt-footer__info,
  .erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_info {
    text-align: center;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .dt-footer__paginate {
    justify-content: center;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_paginate {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 4px;
    text-align: center !important;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 28px !important;
    height: 30px !important;
    padding: 0 6px !important;
  }
}

@media (max-width: 480px) {
  .erp-autorizaciones-horizontal .dataTables_wrapper .dt-footer {
    align-items: center;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .dt-footer__info,
  .erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_info {
    text-align: center;
  }

  .erp-autorizaciones-horizontal .dataTables_wrapper .dt-footer__paginate,
  .erp-autorizaciones-horizontal .dataTables_wrapper .dataTables_paginate {
    justify-content: center;
  }
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border-color: #f6f6f6;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: rgba(249, 249, 249, 0.3);
}

table.dataTable.stripe tbody tr.odd:hover,
table.dataTable.display tbody tr.odd:hover {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.even,
table.dataTable.display tbody tr.even {
  background-color: #FFFFFF;
}

table.dataTable.stripe tbody tr.even:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: rgba(249, 249, 249, 0.1);
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: rgba(249, 249, 249, 0.7);
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after {
  top: 5px !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc:before {
  top: 5px !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-position: calc(100% - 5px) 10px;
}

table.dataTable thead th.header {
  padding: 10px !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

@media (max-width: 1024px) {
  .dataTables_wrapper .top-info .dataTables_info {
    text-align: center;
  }

  .dataTables_wrapper .DTTT_container {
    margin-bottom: 10px;
  }

  .dataTables_wrapper .DTTT_container .DTTT_button {
    text-align: center;
  }

  .dataTables_wrapper .dataTables_length {
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .dataTables_wrapper .dataTables_length label {
    text-align: center !important;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 0.8rem;
  }

  .dataTables_wrapper tbody tr.dtrg-group [data-hide*=tablet] {
    display: none;
  }
}

@media (max-width: 650px) {
  .dataTables_wrapper {
    margin: 0 0;
  }

  .dataTables_wrapper tbody tr.dtrg-group [data-hide*=phone] {
    display: none;
  }

  .dataTables_wrapper tbody tr.dtrg-group td {
    font-size: 12px;
  }

  .dataTables_wrapper tbody tr .btn-group .dropdown-toggle {
    font-size: 10px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .dataTables_wrapper tbody tr td .responsiveExpander {
    width: 100% !important;
  }

  .dataTables_wrapper tbody tr td .datatable-link {
    width: 100%;
    display: block;
  }
}

.table-cubo-datos tbody tr td {
  font-size: 12px;
  padding: 3px 5px;
}

.table-cubo-datos tbody tr td .row {
  margin-left: -8px;
  margin-right: -8px;
}

.table-cubo-datos tbody tr td .row .col-lg-7,
.table-cubo-datos tbody tr td .row .col-lg-5 {
  font-size: 11px;
  padding: 5px 2px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(3);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.bootstrap-datetimepicker-widget {
  z-index: 999999999;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  border-radius: 0;
  color: #4f5861;
  text-transform: uppercase !important;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}

.bootstrap-datetimepicker-widget .list-unstyled .table-condensed thead {
  border-bottom: 1px solid #dee2e6;
}

.bootstrap-datetimepicker-widget .list-unstyled .table-condensed thead tr th {
  background-color: transparent !important;
  color: #4f5861 !important;
  border-radius: 0;
  padding: 5px;
  text-transform: capitalize;
}

.bootstrap-datetimepicker-widget .list-unstyled .table-condensed thead tr th:hover {
  background-color: #f9f9f9 !important;
}

.bootstrap-datetimepicker-widget .list-unstyled .table-condensed thead tr th.prev {
  padding-left: 10px;
  padding-right: 10px;
}

.bootstrap-datetimepicker-widget .list-unstyled .table-condensed thead tr th.next {
  padding-left: 10px;
  padding-right: 10px;
}

.bootstrap-datetimepicker-widget .list-unstyled .table-condensed thead tr th.disabled {
  opacity: 0.7;
}

.bootstrap-datetimepicker-widget .list-unstyled .table-condensed tbody tr td {
  border-radius: 0;
}

.bootstrap-datetimepicker-widget .list-unstyled .table-condensed tbody tr td.active {
  background-color: #32c787 !important;
}

.bootstrap-datetimepicker-widget .list-unstyled .table-condensed tbody tr td span {
  border-radius: 0;
  text-transform: capitalize;
}

.bootstrap-datetimepicker-widget .list-unstyled .table-condensed tbody tr td span.active {
  background-color: #32c787 !important;
}

.bootstrap-datetimepicker-widget .list-unstyled .table-condensed tbody tr td .btn {
  color: #4f5861 !important;
}

.bootstrap-datetimepicker-widget .list-unstyled .table-condensed tbody tr td .btn.btn-primary {
  border-color: #f9f9f9 !important;
  background-color: #f9f9f9 !important;
}

.dropdown-menu {
  margin: 0 0 0;
}

.dropdown-menu .with-arrow {
  z-index: 1;
}

.dropdown-menu .dropdown-item {
  color: #4f5861;
  padding: 0.5rem 0.5rem;
}

.dropdown-menu .dropdown-item:active {
  color: #4f5861;
  background-color: transparent;
}

.dropdown-menu .dropdown-divider {
  margin: 0;
}

.dropdown-menu.mailbox {
  min-width: 400px;
}

.dropdown-menu.mailbox.mailbox-notifications {
  min-width: 450px;
}

.dropdown-menu.mailbox.mailbox-notifications .btn-circle {
  border-radius: 50%;
}

.dropdown-menu.mailbox.mailbox-notifications .btn-circle img {
  border-radius: 50%;
}

.dropdown-menu.mailbox.mailbox-notifications .mail-contnet {
  width: calc(100% - 50px);
}

.dropdown-menu.mailbox.mailbox-notifications .mail-contnet .message-title {
  font-size: 14px;
  font-weight: 600;
  color: #4f5861;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.dropdown-menu.mailbox.mailbox-notifications .mail-contnet .message-title small {
  display: inline-block;
}

.dropdown-menu.mailbox.mailbox-notifications .mail-contnet .mail-desc {
  color: #A3AABA;
  white-space: normal;
}

.dropdown-menu.mailbox .drop-title {
  padding: 10px 15px 15px;
}

.dropdown-menu.mailbox .drop-title h4 {
  font-size: 14px;
}

.dropdown-menu.mailbox .nav-link {
  color: #4f5861;
}

.dropdown-menu.mailbox .nav-link:hover {
  color: #4f5861;
}

.dropdown-menu.mailbox .dropdown-item {
  padding: 0.3rem 15px;
}

.user-dd .m-l-10 h4 {
  font-size: 12px;
}

.mailbox {
  min-height: 150px;
}

.mailbox .drop-title:after {
  background: transparent !important;
}

.mailbox .notifications .btn-danger {
  border: 0;
  padding: 0;
  margin: 0;
}

.mailbox .notifications .btn-danger .listview__img {
  height: 40px;
}

.mailbox .notifications .launch {
  border: 0;
  text-align: center;
  margin-top: 65px;
}

.mailbox .notifications .launch:hover {
  background-color: transparent;
}

.mailbox .notifications .launch img {
  height: 125px;
  margin-bottom: 25px;
}

.mailbox .nav-link {
  color: #4f5861 !important;
}

.mailbox .nav-link:hover {
  color: #4f5861;
}

.topbar .mega-dropdown .dropdown-menu {
  padding: 0.5rem 1.1rem;
}

.dropdown.active .dropdown-toggle:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #f62d51;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: blinker 2s linear infinite;
  -webkit-animation: blinker 2s linear infinite;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

.easy-autocomplete {
  width: 100% !important;
}

.easy-autocomplete input {
  border-color: var(--dl-border-soft, #F3F3F3);
  border-radius: 0;
  box-shadow: 0 0 transparent;
}

.easy-autocomplete .easy-autocomplete-container {
  z-index: 99999;
}

.easy-autocomplete .easy-autocomplete-container ul {
  border: 1px solid var(--dl-border-soft, #F3F3F3) !important;
  background-color: #FFFFFF;
}

.easy-autocomplete .easy-autocomplete-container ul li {
  background-color: var(--dl-surface-soft, #f9f9f9) !important;
  border-left: 2px solid transparent !important;
  padding: 5px 5px;
  list-style: none;
}

.easy-autocomplete .easy-autocomplete-container ul li.selected {
  border-left-color: #2962F8 !important;
}

.easy-autocomplete .easy-autocomplete-container ul li .eac-item {
  background-color: transparent !important;
  overflow: hidden;
}

.easy-autocomplete .easy-autocomplete-container ul li .eac-item .card-header {
  background-color: transparent;
  padding: 5px;
}

.easy-autocomplete .easy-autocomplete-container ul li .eac-item .card-header .card-title {
  font-size: 0.75rem !important;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.easy-autocomplete .easy-autocomplete-container ul li .eac-item .card-header .card-title small {
  font-size: 0.7rem !important;
  margin-left: 5px;
}

.easy-autocomplete .easy-autocomplete-container ul li .eac-item .card-header .card-subtitle {
  margin-top: 0;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-users {
  overflow: hidden;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-users .d-flex {
  padding: 5px;
  border-bottom: 1px solid var(--dl-border-soft, #F3F3F3);
}

.easy-autocomplete .easy-autocomplete-container ul li .card-users .d-flex h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem !important;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-users .d-flex span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.7rem !important;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-users .d-flex .align-self-center h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.65rem !important;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product {
  width: 100%;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product .d-flex {
  padding: 0 5px;
  align-items: center;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product .d-flex h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem !important;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product .d-flex h6 {
  color: #2962F8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 0.75rem !important;
  margin: 5px 0 5px 0;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product .d-flex span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.7rem !important;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product .d-flex .align-self-center h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.7rem !important;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product .d-flex .footer span {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  min-width: 120px;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product .d-flex .product-stock {
  border-top: 1px solid var(--dl-border-soft, #F3F3F3);
  margin-top: 3px;
  padding-top: 5px;
  display: flex;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product .d-flex .product-stock div {
  text-align: center;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product .d-flex .product-stock div h5 {
  margin: 0 0 2px 0;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product .d-flex .product-stock div small {
  margin: 0;
  text-align: center;
  display: block;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product .d-flex .row {
  display: flex;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product .d-flex .row small {
  font-size: 9px;
  font-weight: 600;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product .card-product-item {
  padding: 2px 5px;
  margin: 0;
  border-bottom: 1px solid var(--dl-border-soft, #F3F3F3);
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product .card-product-item img {
  float: left;
  height: 55px;
  width: 55px;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product .card-product-item h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem !important;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product .card-product-item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.7rem !important;
}

.easy-autocomplete .easy-autocomplete-container ul li .card-product .card-product-item .card-product-body {
  float: left;
  width: calc(100% - 57px);
}

.form-group textarea.form-control {
  resize: none;
}

.form-group select.custom-select {
  background: url(/images/custom-select.png?33d0b67c047e466b46c464b8eefc2d31) right 0.75rem center no-repeat #fff;
}

.form-group .custom-checkbox {
  padding-top: 10px;
}

.form-group .custom-checkbox .custom-control-label::before,
.form-group .custom-checkbox .custom-control-label::after {
  top: 12px;
}

.form-group.dpi {
  position: relative;
}

.form-group.dpi .check {
  color: #bdc3c7;
  font-size: 18px;
  top: 38px;
  right: 10px;
  position: absolute;
}

.form-group.dpi .clear {
  color: #bdc3c7;
  cursor: pointer;
  font-size: 18px;
  top: 38px;
  left: 10px;
  position: absolute;
}

.form-group.dpi .clear.zmdi-search {
  cursor: default;
}

.form-group.dpi input {
  padding-left: 35px;
}

.input-group .custom-file-input {
  padding: 15px;
  border-color: #dee2e6;
  height: calc(3rem + 2px);
}

.input-group .custom-file-label {
  margin-top: 0;
  border-radius: 0;
  height: 49px;
  line-height: 34px;
}

.input-group .custom-file-label:after {
  padding: 1.45rem 0.95rem;
  line-height: 0;
}

.invalid-feedback {
  display: inline-block;
}

.input-group > .custom-file {
  height: auto;
  width: 100%;
  overflow: hidden;
  margin-top: 0;
}

.input-group > .custom-file.disabled {
  opacity: 0.3;
}

.input-group > .custom-file.disabled label {
  background-color: #d0d0d0;
  text-overflow: ellipsis;
}

.input-group > .custom-file label {
  text-overflow: ellipsis;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #222220 !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f9f9f9;
}

.form-custom {
  width: 100%;
}

.form-custom .form-group {
  margin-bottom: 0;
}

.form-custom .form-group label {
  margin-bottom: 0;
}

.form-custom .form-group input {
  padding: 13px !important;
}

.form-radio-switch .bootstrap-switch-wrapper {
  margin-left: 1px !important;
  overflow: hidden !important;
}

.form-input-group {
  border: 0;
}

.form-input-group input {
  border: 1px solid #dee2e6 !important;
}

.form-input-group input::-webkit-file-upload-button {
  color: #4f5861;
  display: inline-block;
  background: #dee2e6;
  border: 0;
  padding: 13px 10px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  font-size: 0.8rem;
  margin-right: 10px;
  text-transform: uppercase;
}

.form-input-group .form-control {
  border: 0;
  padding: 0;
}

.not-reset .form-group input {
  padding: 0.81rem 0.75rem;
}

.form-custom .form-item input.form-control {
  padding: 10px;
}

.form-group.form-item {
  margin-bottom: 0;
}

.form-group.form-item input {
  padding: 12px;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.sidebar-nav .sidebar-item .second-level {
  width: 100% !important;
}

.scroll-sidebar .sidebar-item.sidebar-item-pedidos .first-level .sidebar-item .sidebar-link {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 3px;
  /* espacio entre columnas */
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.scroll-sidebar .sidebar-item.sidebar-item-pedidos .first-level .sidebar-item .sidebar-link .label {
  width: 100%;
  text-align: center;
  min-width: 24px;
}

.scroll-sidebar .sidebar-item.sidebar-item-pedidos .first-level .sidebar-item .sidebar-link .codigo-sistema {
  text-align: left;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .sidebar-nav .sidebar-item .second-level {
    width: 300px !important;
  }

  .sidebar-nav .sidebar-item ul {
    width: 250px !important;
  }
}

.codigo-sistema {
  color: #FF9800;
  font-weight: 600;
  font-size: 12px;
}

.btn {
  border-radius: 0;
  font-weight: 600;
}

.btn.btn-danger {
  background-color: #f62d51;
  border-color: #f62d51;
}

.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger:focus {
  background-color: #f62d51;
  border-color: #f62d51 !important;
}

.btn.btn-default {
  color: #4f5861;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
  color: #4f5861;
  background-color: #dee2e6 !important;
  border-color: #dee2e6;
}

.btn.btn-primary {
  background-color: #2962F8 !important;
  border-color: #2962F8 !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  outline: none !important;
  background-color: #2962F8 !important;
  background: #2962F8 !important;
  border-color: #2962F8 !important;
}

.btn.btn-success {
  background-color: #32c787;
  border-color: #32c787;
}

.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus {
  outline: none !important;
  background-color: #32c787 !important;
  background: #32c787 !important;
  border-color: #32c787 !important;
}

button[type=submit] {
  background-color: #f62d51;
  border-color: #f62d51;
}

button[type=submit]:hover,
button[type=submit]:active,
button[type=submit]:focus {
  background-color: #f62d51;
  border-color: #f62d51;
}

input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c6c6c6 !important;
  opacity: 1;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c6c6c6 !important;
  opacity: 1;
  /* Firefox */
}

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

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c6c6c6 !important;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c6c6c6 !important;
}

.m-auto {
  margin: 0 auto;
}

body {
  background: #eef5f9;
}

.page-wrapper > .container-fluid {
  min-height: auto;
}

.navbar .navbar-header .logo-text h2 {
  font-size: 1.2rem;
  font-weight: 200;
  top: 3px;
  margin: 0;
}

.navbar .light-logo {
  position: relative;
  top: -4px;
}

.topbar .nav-toggler,
.topbar .topbartoggler {
  font-size: 1.5rem;
}

.custom-select {
  height: calc(2.75rem + 2px);
}

.highlight {
  font-weight: 600;
}

.highlight.highlight-old {
  color: #FF9800;
}

.highlight.highlight-new {
  color: #32c787;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.bg-base {
  background-color: #222220;
}

.badge-count {
  border-radius: 20px;
  font-size: 9px;
  display: inline-block !important;
  padding: 3px 8px;
  position: relative;
  top: -5px;
  left: -1px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.bg-green {
  background-color: #F3F3F3;
}

.bg-yellow {
  background-color: #FFEB3B;
}

.cursor {
  cursor: pointer;
}

@media (max-width: 550px) {
  .hidden-xs-down,
  .hidden-sm-down {
    display: none !important;
  }

  .page-wrapper .page-breadcrumb {
    padding: 0;
  }
}

/* Breakpoint SM */

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm-down,
  .hidden-md-down,
  .hidden-lg-down,
  .hidden-xl-down,
  .hidden-xs-up,
  .hidden-sm-up,
  .hidden-unless-xs,
  .hidden-unless-md,
  .hidden-unless-lg,
  .hidden-unless-xl {
    display: none !important;
  }
}

/* Breakpoint MD */

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md-down,
  .hidden-lg-down,
  .hidden-xl-down,
  .hidden-xs-up,
  .hidden-sm-up,
  .hidden-md-up,
  .hidden-unless-xs,
  .hidden-unless-sm,
  .hidden-unless-lg,
  .hidden-unless-xl {
    display: none !important;
  }
}

/* Breakpoint LG */

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg-down,
  .hidden-xl-down,
  .hidden-xs-up,
  .hidden-sm-up,
  .hidden-md-up,
  .hidden-lg-up,
  .hidden-unless-xs,
  .hidden-unless-sm,
  .hidden-unless-md,
  .hidden-unless-xl {
    display: none !important;
  }
}

/* Breakpoint XL */

@media (min-width: 1200px) {
  .hidden-xl-down,
  .hidden-xs-up,
  .hidden-sm-up,
  .hidden-md-up,
  .hidden-lg-up,
  .hidden-xl-up,
  .hidden-unless-xs,
  .hidden-unless-sm,
  .hidden-unless-md,
  .hidden-unless-lg {
    display: none !important;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.confetti {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
}

.confetti-piece {
  position: absolute;
  width: 10px;
  height: 30px;
  background: #ffd300;
  top: 0;
  opacity: 0;
}

.confetti-piece:nth-child(1) {
  left: 7%;
  -webkit-transform: rotate(-40deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 182ms;
  -webkit-animation-duration: 1116ms;
  z-index: 9;
}

.confetti-piece:nth-child(2) {
  left: 14%;
  -webkit-transform: rotate(4deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 161ms;
  -webkit-animation-duration: 1076ms;
  z-index: 9;
}

.confetti-piece:nth-child(3) {
  left: 21%;
  -webkit-transform: rotate(-51deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 481ms;
  -webkit-animation-duration: 1103ms;
  z-index: 9;
}

.confetti-piece:nth-child(4) {
  left: 28%;
  -webkit-transform: rotate(61deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 334ms;
  -webkit-animation-duration: 708ms;
  z-index: 9;
}

.confetti-piece:nth-child(5) {
  left: 35%;
  -webkit-transform: rotate(-52deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 302ms;
  -webkit-animation-duration: 776ms;
  z-index: 9;
}

.confetti-piece:nth-child(6) {
  left: 42%;
  -webkit-transform: rotate(38deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 180ms;
  -webkit-animation-duration: 1168ms;
  z-index: 9;
}

.confetti-piece:nth-child(7) {
  left: 49%;
  -webkit-transform: rotate(11deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 395ms;
  -webkit-animation-duration: 1200ms;
  z-index: 9;
}

.confetti-piece:nth-child(8) {
  left: 56%;
  -webkit-transform: rotate(49deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 14ms;
  -webkit-animation-duration: 887ms;
  z-index: 9;
}

.confetti-piece:nth-child(9) {
  left: 63%;
  -webkit-transform: rotate(-72deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 149ms;
  -webkit-animation-duration: 805ms;
  z-index: 9;
}

.confetti-piece:nth-child(10) {
  left: 70%;
  -webkit-transform: rotate(10deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 351ms;
  -webkit-animation-duration: 1059ms;
  z-index: 9;
}

.confetti-piece:nth-child(11) {
  left: 77%;
  -webkit-transform: rotate(4deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 307ms;
  -webkit-animation-duration: 1132ms;
  z-index: 9;
}

.confetti-piece:nth-child(12) {
  left: 84%;
  -webkit-transform: rotate(42deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 464ms;
  -webkit-animation-duration: 776ms;
  z-index: 9;
}

.confetti-piece:nth-child(13) {
  left: 91%;
  -webkit-transform: rotate(-72deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 429ms;
  -webkit-animation-duration: 818ms;
  z-index: 9;
}

.confetti-piece:nth-child(odd) {
  background: #7431e8;
}

.confetti-piece:nth-child(even) {
  z-index: 1;
}

.confetti-piece:nth-child(4n) {
  width: 5px;
  height: 12px;
  -webkit-animation-duration: 2000ms;
}

.confetti-piece:nth-child(3n) {
  width: 3px;
  height: 10px;
  -webkit-animation-duration: 2500ms;
  -webkit-animation-delay: 1000ms;
  z-index: 9;
}

.confetti-piece:nth-child(4n-7) {
  background: red;
}

.p-5 {
  padding: 5px !important;
}

.p-h-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-h-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-h-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-h-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-h-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-5 {
  padding-top: 5px;
}

.label {
  font-weight: 700;
  display: inline-block;
}

.label.label-default {
  color: #4f5861;
  background-color: #dee2e6;
}

.label.label-top {
  position: absolute;
  top: -10px;
}

.label.label-sidebar-link {
  font-size: 10px;
  position: relative;
  margin-left: 5px;
  padding: 2px 8px;
}

.label.label-hadalabs {
  background-color: #5e2062;
  border-radius: 5px;
  padding: 3px 8px;
  color: #FFFFFF;
}

.label.label-lumiere {
  background-color: #222220;
  border-radius: 5px;
  padding: 3px 8px;
  color: #FFFFFF;
}

.list-unstyled.list-product .media {
  border-bottom: 1px solid #f9f9f9;
  padding: 8px;
}

.list-unstyled.list-product .media:last-child {
  border-bottom: 1px solid transparent;
}

.list-unstyled.list-product .media .media-body .media-heading {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.list-unstyled.list-product .media .media-body .media-heading small {
  float: right;
  font-weight: 700;
}

.list-unstyled.list-product .media .media-body .progress {
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
  overflow: visible;
}

.on-sidebar {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.on-sidebar .logo {
  margin-bottom: 1rem;
}

.on-sidebar .logo img {
  height: 80px;
  margin-bottom: 5px;
}

.on-sidebar .invalid-feedback {
  display: inline-block;
}

.on-sidebar .password-show {
  cursor: pointer;
  font-size: 1.2rem;
  top: 6px;
  right: 10px;
  position: absolute;
  z-index: 9;
}

.on-sidebar .password-show.active:before {
  content: "\F209";
}

.on-sidebar #loginform {
  width: 100%;
  padding-bottom: 3rem;
}

.on-sidebar #recoverform {
  width: 100%;
  padding-bottom: 3rem;
  display: inline-block;
}

.on-sidebar button {
  font-size: 0.9rem;
}

.on-sidebar button[type=submit] {
  background: #222220;
  background-color: #222220;
  border-color: #222220 !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 18px;
  padding: 15px;
}

.on-sidebar button[type=submit]:hover,
.on-sidebar button[type=submit]:active,
.on-sidebar button[type=submit]:focus {
  outline: none !important;
  background: #222220 !important;
  background-color: #222220 !important;
  border-color: #222220 !important;
}

.on-sidebar .btn {
  font-size: 1rem;
}

.auth-wrapper {
  height: 100%;
  background-size: cover !important;
  background-position: center;
  /* centrar la imagen */
  background-repeat: no-repeat;
  /* no repetir */
}

.auth-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.auth-wrapper .auth-box {
  max-width: 380px;
}

.auth-box {
  border-radius: 20px;
  z-index: 9;
}

.auth-box .logo {
  margin-bottom: 1rem;
}

.auth-box .logo img {
  height: 80px;
  margin-bottom: 5px;
}

.auth-box .invalid-feedback {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
}

.auth-box .password-show {
  cursor: pointer;
  font-size: 1.2rem;
  top: 6px;
  right: 10px;
  position: absolute;
  z-index: 9;
}

.auth-box .password-show.active:before {
  content: "\F209";
}

.auth-box #loginform {
  width: 100%;
  padding-bottom: 1.6rem;
}

.auth-box #recoverform {
  width: 100%;
  padding-bottom: 1.6rem;
  display: inline-block;
}

.auth-box button {
  font-size: 0.9rem;
}

.auth-box button[type=submit] {
  background: #222220;
  background-color: #222220;
  border-color: #222220 !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 18px;
  padding: 15px;
  margin-top: 15px;
}

.auth-box button[type=submit]:hover,
.auth-box button[type=submit]:active,
.auth-box button[type=submit]:focus {
  outline: none !important;
  background: #222220 !important;
  background-color: #222220 !important;
  border-color: #222220 !important;
}

.auth-box .btn {
  font-size: 1rem;
}

.auth-survey {
  margin: 0 !important;
  padding-bottom: 40px !important;
}

.auth-survey .logo {
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
}

.auth-survey .logo img {
  height: 100%;
  max-height: 85px;
}

.auth-survey .item-survey p {
  color: #4f5861;
  margin-bottom: 0;
  text-align: center;
}

.auth-survey .item-survey .btn-survey {
  color: #4f5861;
  background-color: transparent;
  font-size: 42px;
  cursor: pointer;
  padding: 5px;
}

.auth-survey .item-survey .btn-survey.active.btn-no {
  color: #f62d51;
}

.auth-survey .item-survey .btn-survey.active.btn-si {
  color: #32c787;
}

.auth-survey button[type=submit] {
  border: #222220;
  background-color: #222220;
}

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

.modal.show {
  background: rgba(0, 0, 0, 0.7);
}

.modal form {
  display: initial;
}

.modal hr {
  border-top: 1px solid #dee2e6;
}

.modal .usuario-observacion .content h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.modal .usuario-observacion .content p {
  font-size: 12px;
  margin: 0;
}

.modal .record-users ul {
  padding: 0;
  margin: 10px 0;
  width: 100%;
}

.modal .record-users ul li {
  font-size: 12px;
  list-style: none;
  position: relative;
}

.modal .record-users ul li.audited {
  cursor: pointer;
}

.modal .record-users ul li .indicator-top {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 5px;
  white-space: nowrap;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  max-width: auto;
}

.modal .record-users ul li .indicator-top:not(:hover) {
  font-size: 0;
  padding: 6px;
  border-radius: 50%;
}

.modal .record-users ul li .indicator-top.warning {
  background-color: #ffc107;
}

.modal .record-users ul li .indicator-top.danger {
  background-color: #f62d51;
}

.modal .record-users ul li .indicator-top.success {
  background-color: #32c787;
}

.modal .lector-codigo-de-barras .content-center {
  padding: 10px;
}

.modal .lector-codigo-de-barras .content-center .col-lg-12.cargar {
  background-color: #f9f9f9;
}

.modal .lector-codigo-de-barras .content-center .col-lg-12.error {
  color: #FFFFFF;
  background-color: #f62d51;
}

.modal .mandado-detalle {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}

.modal .mandado-detalle .mandado-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  width: 100%;
}

.modal .mandado-detalle .mandado-item .header {
  width: 100%;
}

.modal .mandado-detalle .mandado-item .header h5 {
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.modal .mandado-detalle .mandado-item .header h5 .delete {
  color: #FFFFFF;
  cursor: pointer;
  background-color: #f62d51;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 400;
  float: right;
  padding: 3px 10px;
}

.modal .mandado-detalle .mandado-item .header p {
  margin: 0;
}

.modal .mandado-detalle .mandado-item .detalle {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 10px;
  width: 100;
}

.modal .mandado-detalle .mandado-item .detalle div {
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-self: center;
  padding: 5px 0;
  width: 100%;
}

.modal.modal-pedido-preparacion > .row {
  margin-left: -15px;
  margin-right: -15px;
}

.modal.modal-pedido-preparacion .header {
  text-align: center;
}

.modal.modal-pedido-preparacion .header .bodega {
  color: #4f5861;
  font-weight: 400;
}

.modal.modal-pedido-preparacion .header .pendientes-de-despacho {
  color: #f62d51;
  font-size: 52px;
  font-weight: 300;
}

.modal.modal-pedido-preparacion .header .nombre-del-producto {
  color: #4f5861;
}

.modal.modal-pedido-preparacion .body {
  padding-left: 5px;
  padding-right: 5px;
}

.modal .ul-usuarios {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
}

.modal .ul-usuarios .titulo {
  font-size: 18px;
}

.modal .ul-usuarios ul {
  margin: 0px;
  padding: 0;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  width: 100%;
}

.modal .ul-usuarios ul li {
  align-items: center;
  display: grid;
  grid-template-columns: 35px 1fr;
  border: 1px solid #F3F3F3;
  border-top: none;
  list-style: none;
  padding: 5px;
  gap: 5px;
  width: 100%;
}

.modal .ul-usuarios ul li:first-child {
  border-top: 1px solid #F3F3F3;
}

.modal .ul-usuarios ul li img {
  border: 2px solid #F3F3F3;
  border-radius: 50%;
  height: 35px;
  width: 35px;
}

.modal .ul-usuarios ul li div {
  display: flex;
  flex-direction: column;
  padding: 2px;
  width: 100%;
}

.modal .ul-usuarios ul li div h5 {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.modal .ul-usuarios ul li div h5 small {
  font-size: 60%;
  color: #2962F8;
  text-align: right;
}

.modal .ul-usuarios ul li div span {
  font-size: 12px;
  padding: auto;
  margin: 0;
}

.modal .pedido-detalle,
.modal .grid-ul {
  width: 100%;
}

.modal .pedido-detalle ul,
.modal .grid-ul ul {
  display: grid;
  justify-self: stretch;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  /* Espaciado entre elementos */
  list-style: none;
  padding: 0;
  margin: 0;
  grid-auto-flow: dense;
  /* Reorganiza los elementos para evitar huecos */
  width: 100%;
}

.modal .pedido-detalle ul li,
.modal .grid-ul ul li {
  padding: 5px 10px;
  text-align: left;
  border: 1px solid #F3F3F3;
  border-radius: 10px;
  overflow: hidden;
}

.modal .pedido-detalle ul li.avatar,
.modal .grid-ul ul li.avatar {
  display: flex;
  align-items: center;
  /* Alinea verticalmente la imagen con el contenido */
  gap: 10px;
}

.modal .pedido-detalle ul li.avatar > div,
.modal .grid-ul ul li.avatar > div {
  width: 100%;
}

.modal .pedido-detalle ul li.avatar > div h5,
.modal .grid-ul ul li.avatar > div h5 {
  font-size: 12px;
  margin: 0;
}

.modal .pedido-detalle ul li.avatar > div h4,
.modal .grid-ul ul li.avatar > div h4 {
  font-size: 14px;
  margin: 0;
}

.modal .pedido-detalle ul li.avatar > div .row .col,
.modal .grid-ul ul li.avatar > div .row .col {
  font-size: 13px;
  text-align: center;
  padding: 5px;
  border-right: 1px solid #dee2e6;
  width: 25%;
}

.modal .pedido-detalle ul li.avatar > div .row .col:last-child,
.modal .grid-ul ul li.avatar > div .row .col:last-child {
  border-right: 1px solid transparent;
}

.modal .pedido-detalle ul li.avatar > div .row .col span,
.modal .grid-ul ul li.avatar > div .row .col span {
  display: block;
}

.modal .pedido-detalle ul li img,
.modal .grid-ul ul li img {
  height: 35px;
}

.modal .pedido-detalle ul li img.rounded-circle,
.modal .grid-ul ul li img.rounded-circle {
  border-radius: 50%;
  /* Mantiene la imagen circular */
  width: 35px;
  /* Ajusta el tamaño de la imagen */
}

.modal .pedido-detalle ul li img:before,
.modal .grid-ul ul li img:before {
  content: "Error";
  display: block;
  width: 35px;
  height: 35px;
  background-color: #F3F3F3;
  text-align: center;
  line-height: 35px;
  font-size: 6px;
  color: #a1aab2;
}

.modal .pedido-detalle ul li span,
.modal .grid-ul ul li span {
  font-size: 11px;
  font-weight: 700;
}

.modal .pedido-detalle ul li p,
.modal .grid-ul ul li p {
  font-size: 13px;
  margin: 0;
  margin-top: -3px;
  padding: 0;
}

.modal .pedido-detalle ul li div:first,
.modal .grid-ul ul li div:first {
  display: flex;
  flex-direction: column;
}

.modal .pedido-detalle ul li.li-1,
.modal .grid-ul ul li.li-1 {
  grid-column: span 1;
}

.modal .pedido-detalle ul li.li-2,
.modal .grid-ul ul li.li-2 {
  grid-column: span 2;
}

.modal .pedido-detalle ul li.li-3,
.modal .grid-ul ul li.li-3 {
  grid-column: span 3;
}

.modal .pedido-detalle ul li.li-4,
.modal .grid-ul ul li.li-4 {
  grid-column: span 4;
}

.modal .pedido-detalle ul li.li-5,
.modal .grid-ul ul li.li-5 {
  grid-column: span 5;
}

.modal .pedidos-cliente-encabezado {
  margin-top: 10px;
  margin-bottom: 20px;
}

.modal .pedidos-cliente-encabezado .item .indicador {
  border: 1px solid #F3F3F3;
  padding: 10px;
  margin-bottom: 10px;
}

.modal .pedidos-cliente-encabezado .item .indicador.usuario-vendedor img {
  width: 60px;
  /* Ajusta el tamaño de la imagen */
  height: 60px;
  border-radius: 50%;
  /* Mantiene la imagen circular */
}

.modal .pedidos-cliente-encabezado .item .indicador.usuario-vendedor img:before {
  content: "Error";
  display: block;
  width: 60px;
  height: 60px;
  background-color: #F3F3F3;
  text-align: center;
  line-height: 60px;
  font-size: 12px;
  color: #a1aab2;
}

.modal .pedidos-cliente-encabezado .item .indicador.usuario-vendedor h5 {
  font-size: 12px;
}

.modal .pedidos-cliente-encabezado .item .indicador.usuario-vendedor h4 {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: -1px;
  margin: 0;
  margin-bottom: 2px;
}

.modal .pedidos-cliente-encabezado .item .indicador.usuario-vendedor p {
  font-size: 11px;
  margin: 0;
}

.modal .pedidos-cliente-encabezado .item .indicador h2 {
  font-size: 35px;
  font-weight: 100;
  letter-spacing: -2px;
  margin: 0;
}

.modal .pedidos-cliente-encabezado .item .indicador h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}

.modal .pedidos-cliente-encabezado .item .indicador h5 {
  font-size: 14px;
  font-weight: 200;
  color: #a1aab2;
  text-transform: uppercase;
  margin: 0;
}

.modal .pedidos-cliente-encabezado .item .indicador-column {
  border: 1px solid #F3F3F3;
  padding: 10px;
  margin-bottom: 10px;
}

.modal .pedidos-cliente-encabezado .item .indicador-column h3 {
  font-size: 14px;
  font-weight: 600;
  color: #a1aab2;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-bottom: 5px;
}

.modal .pedidos-cliente-encabezado .item .indicador-column h4 {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.modal .pedidos-cliente-encabezado .item .indicador-column .row > .col {
  border-right: 1px solid #F3F3F3;
}

.modal .pedidos-cliente-encabezado .item .indicador-column .row > .col:last-child {
  border-right: 0;
}

.modal .pedidos-cliente-encabezado .item .indicador-column .row > .col .saldos {
  margin-top: -5px;
}

.modal .pedidos-cliente-encabezado .item .indicador-column .row > .col .saldos .col {
  border-right: 1px solid #F3F3F3;
  padding: 2px;
  text-align: center;
}

.modal .pedidos-cliente-encabezado .item .indicador-column .row > .col .saldos .col:last-child {
  border-right: 0;
}

.modal .pedidos-cliente-encabezado .item .indicador-column .row > .col .saldos .col span {
  color: #a1aab2;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.modal .pedidos-cliente-encabezado .item .indicador-column .row > .col .saldos .col h5 {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  position: relative;
  top: -2px;
}

.modal .timeline.timeline-custom {
  max-width: 100%;
}

.modal .timeline.timeline-custom .timeline-inverted .timeline-panel .timeline-body .images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.modal .timeline.timeline-custom .timeline-inverted .timeline-panel .timeline-body .images a {
  max-width: 200px;
  max-height: 250px;
}

.modal .timeline.timeline-custom .timeline-inverted .timeline-panel .timeline-body .images a img {
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}

.modal .observacion blockquote {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 3px solid #FF9800;
  margin-bottom: 20px !important;
  padding: 5px 15px;
}

.modal .observacion blockquote h4 {
  margin: 0;
}

.modal .observacion blockquote p {
  font-size: 12px;
  margin: 0;
}

.modal .modal-dialog {
  overflow: visible;
}

.modal .modal-dialog .modal-content {
  border: 0;
  border-radius: 10px;
  overflow: visible;
}

.modal .modal-dialog .modal-content .modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal .modal-dialog .modal-content .modal-header.border-none {
  border-color: transparent;
}

.modal .modal-dialog .modal-content .modal-header .close {
  outline: none;
}

.modal .modal-dialog .modal-content .modal-header .close span {
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.4rem;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
  text-transform: uppercase;
}

.modal .modal-dialog .modal-content .modal-header .modal-title .modal-code {
  color: #dee2e6;
}

.modal .modal-dialog .modal-content .modal-body form {
  width: 100%;
}

.modal .modal-dialog .modal-content .modal-body .calculo {
  color: #2962F8;
  position: relative;
  top: -5px;
}

.modal .modal-dialog .modal-content .modal-body .calculo span {
  margin-left: 2px;
}

.modal .modal-dialog .modal-content .modal-body .producto .border small {
  position: relative;
  top: -5px;
}

.modal .modal-dialog .modal-content .modal-body .form-card {
  margin: 0 auto;
  max-width: 370px;
}

.modal .modal-dialog .modal-content .modal-body .invalid-feedback {
  display: block;
}

.modal .modal-dialog .modal-content .modal-body .invalid-feedback .form-error {
  display: block;
}

.modal .modal-dialog .modal-content .modal-body .invalid-feedback .form-error:empty {
  display: none;
}

.modal .modal-dialog .modal-content .modal-body .card-wrapper .jp-card-container .jp-card .jp-card-name {
  font-size: 0.85rem !important;
}

.modal .modal-dialog .modal-content .modal-body .card-wrapper .jp-card-container .jp-card .jp-card-number {
  font-size: 1.25rem !important;
}

.modal .modal-dialog .modal-content .modal-body .mini-table tbody tr td {
  padding: 0.1rem 0.5rem;
}

.modal .modal-dialog .modal-content .modal-body .form-group {
  margin-bottom: 0.5rem;
}

.modal .modal-dialog .modal-content .modal-body .form-group input,
.modal .modal-dialog .modal-content .modal-body .form-group select,
.modal .modal-dialog .modal-content .modal-body .form-group textarea {
  padding: 0.82rem 0.82rem;
}

.modal .modal-dialog .modal-content .modal-body .form-group .custom-checkbox {
  display: inline-block;
  margin-right: 10px;
}

.modal .modal-dialog .modal-content .modal-body .form-group .custom-checkbox label::before {
  height: 1.3em;
  width: 1.3em;
}

.modal .modal-dialog .modal-content .modal-body .form-group .custom-checkbox label::after {
  height: 1.3em;
  width: 1.3em;
}

.modal .modal-dialog .modal-content .modal-body .form-group .custom-radio {
  display: inline-block;
  margin-right: 10px;
}

.modal .modal-dialog .modal-content .modal-body .form-group .custom-radio label::before {
  height: 1.3em;
  width: 1.3em;
}

.modal .modal-dialog .modal-content .modal-body .form-group .custom-radio label::after {
  height: 1.3em;
  width: 1.3em;
}

.modal .modal-dialog .modal-content .modal-footer {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.modal-view .modal-header {
  border-bottom: 0;
}

.modal-view .modal-body {
  padding: 0;
}

.modal-view .modal-body .card {
  margin-bottom: 10px;
}

.modal-view .modal-body .card.card-detail {
  padding-left: 10px;
  padding-right: 10px;
}

.modal-view .modal-body .card .card-body {
  padding: 1rem;
}

.modal-view .modal-body .card .card-body .badge {
  background-color: #dee2e6;
  font-size: 0.8rem;
  font-weight: 700;
}

.modal-view .modal-body .card .card-body .badge.badge-pill {
  padding: 0.4em 0.9em;
}

.modal-view .modal-body .tab-content .tab-pane {
  padding: 10px 20px;
}

.modal-view .modal-body .tab-content .tab-pane .text-muted {
  font-size: 0.85rem;
}

.modal-view .modal-body .tab-content .tab-pane h6 {
  margin: 0;
  margin-bottom: 0;
}

.modal-view .modal-body .tab-content .tab-pane img {
  max-width: 100%;
}

.modal-view .modal-body .authentications-logs {
  border-top: 1px solid #dee2e6;
  margin-top: 15px;
  margin-bottom: -15px;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 10px;
}

.modal-view .modal-body .authentications-logs div {
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 10px;
}

.modal-view .modal-body .authentications-logs div img {
  height: 20px;
  margin-right: 8px;
}

.modal-view .modal-body .authentications-logs .device {
  border-right: 1px solid #dee2e6;
}

.modal-view .modal-body .authentications-logs .ip {
  border-left: 1px solid #dee2e6;
}

.modal-view .modal-body .header-resumen .item {
  border-right: 1px solid #dee2e6;
}

.modal-view .modal-body .header-resumen .item:last-child {
  border-right: 0;
}

.modal-view .modal-body .comment-widgets {
  margin-bottom: 0;
}

.modal-view .modal-body .comment-widgets.audits .comment-row:hover {
  cursor: pointer;
  background-color: #f9f9f9;
}

.modal-view .modal-body .comment-widgets.audits-version .comment-row:hover {
  background-color: transparent;
}

.modal-view .modal-body .comment-widgets.audits-version .comment-row .comment-text span b {
  color: #a1aab2;
}

.modal-view .modal-body .comment-widgets .comment-row {
  padding: 5px 10px;
  border-bottom: 1px solid #dee2e6;
  margin: 0;
}

.modal-view .modal-body .comment-widgets .comment-row:last-child {
  border-bottom: 0;
}

.modal-view .modal-body .comment-widgets .comment-row .comment-text {
  padding-left: 0;
  padding-top: 5px;
}

.modal-view .modal-body .comment-widgets .comment-row .comment-text h6 {
  margin-bottom: 0;
}

.modal-view .modal-body .comment-widgets .comment-row .comment-text h6 .text-muted {
  font-size: 0.7rem;
}

.modal-view .modal-body .comment-widgets .comment-row .comment-text .comment-footer {
  padding-bottom: 5px;
}

.modal.modal-payment.show {
  background: #eef5f9;
}

.modal.modal-payment .modal-dialog .modal-body h2 {
  font-size: 1.1rem;
}

.modal.modal-payment .modal-dialog .modal-body .card {
  padding: 1.5rem;
}

.modal.modal-payment .modal-dialog .modal-body .card .card-body {
  padding: 0;
}

.modal.modal-payment .modal-dialog .modal-body .card .card-body .date-limit {
  font-size: 1rem;
  font-weight: 700;
}

.modal.modal-payment .modal-dialog .modal-body .flex-row .m-r-10 h3 {
  font-size: 1rem;
}

.modal.modal-payment .modal-dialog .modal-body .flex-row .m-r-10 small {
  font-size: 0.85rem;
}

.modal.modal-payment .modal-dialog .modal-body .mini-table tbody tr td {
  padding: 0.1rem 0.5rem;
}

@media (max-width: 560px) {
  .modal .modal-dialog {
    margin: 0 0;
    align-items: start;
  }
}

.modal .modal-dialog.modal-fullscreen {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  flex-direction: row;
  justify-content: start;
  overflow: hidden;
}

.modal .modal-dialog.modal-fullscreen .modal-content {
  border-radius: 0;
}

.modal .header-money h3 {
  font-size: 16px;
}

.modal .list-group .list-group-item {
  border-color: #dee2e6;
}

.modal .list-group .list-group-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: transparent;
  opacity: 0.7;
  z-index: 9;
}

.modal .list-group .list-group-item.active {
  background-color: transparent;
  border-color: #dee2e6;
  color: #4f5861;
}

.modal .list-group .list-group-item.active:before {
  background-color: #32c787;
}

.modal .grid-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal .grid-logo img {
  height: 75px;
  margin-bottom: 20px;
}

.modal .grid-tabla {
  display: grid;
  grid-template-columns: 3fr 2fr 1fr;
  width: 100%;
  border: 1px solid #f9f9f9;
  gap: 0;
}

.modal .grid-tabla.sub-total {
  background-color: #f9f9f9;
}

.modal .grid-tabla.sub-total .grid-item {
  padding: 12px 5px;
}

.modal .grid-tabla.sub-total .grid-item:nth-child(2n) {
  align-items: center;
  padding: 10px 5px;
  justify-content: end;
}

.modal .grid-tabla .grid-item {
  display: flex;
  align-items: center;
  padding: 5px 5px;
  border-left: none;
  border-top: none;
  border-right: 1px solid #f9f9f9;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.modal .grid-tabla .grid-item:nth-child(2n) {
  padding: 0 0;
}

.modal .grid-tabla .grid-item:last-child {
  border-right: 1px solid transparent;
  align-items: center;
  justify-content: space-between;
}

.modal .grid-tabla .grid-item:last-child p {
  margin: 0;
}

.modal .grid-tabla .grid-item:last-child small {
  font-size: 100%;
}

.modal .grid-tabla .grid-item:last-child.calculo {
  top: 0 !important;
}

.modal .grid-tabla .grid-item.grid-item-right {
  justify-content: end;
}

.modal .grid-tabla .grid-item .form-group {
  padding: 0;
  margin: 0;
  margin-bottom: 0 !important;
  width: 100%;
}

.modal .grid-tabla .grid-item .form-group input,
.modal .grid-tabla .grid-item .form-group select {
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  border-radius: 0;
  border: 1px solid #dee2e6;
  text-align: right;
}

.modal .grid-tabla .grid-item .form-group .invalid-feedback {
  margin: 0;
}

.modal .grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  border: 1px solid #f9f9f9;
  gap: 0;
}

.modal .grid-two .grid-item {
  display: flex;
  align-items: center;
  padding: 5px 5px;
  border-left: none;
  border-top: none;
  border-right: 1px solid #f9f9f9;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.modal .grid-two .grid-item:nth-child(2n) {
  padding: 0 0;
}

.modal .grid-two .grid-item:last-child {
  border-right: 1px solid transparent;
  align-items: center;
  justify-content: space-between;
}

.modal .grid-two .grid-item:last-child p {
  margin: 0;
}

.modal .grid-two .grid-item:last-child small {
  font-size: 100%;
}

.modal .grid-two .grid-item .form-group {
  padding: 0;
  margin: 0;
  margin-bottom: 0 !important;
  width: 100%;
}

.modal .grid-two .grid-item .form-group input,
.modal .grid-two .grid-item .form-group select {
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  border-radius: 0;
  border: 1px solid #dee2e6;
  text-align: right;
}

.modal .grid-two .grid-item .form-group .invalid-feedback {
  margin: 0;
}

.modal .grid-lumiere-calculos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  border: 1px solid #f9f9f9;
  gap: 0;
}

.modal .grid-lumiere-calculos .grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 5px;
  border-left: none;
  border-top: none;
  border-right: 1px solid #f9f9f9;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.modal .grid-lumiere-calculos .grid-item:last-child {
  border-right: 1px solid transparent;
  align-items: center;
  justify-content: space-between;
}

.modal .grid-lumiere-calculos .grid-item h3 {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.modal .grid-lumiere-calculos .grid-item .grid-item-result {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 5px;
  width: 100%;
}

.modal .grid-lumiere-calculos .grid-item .grid-item-result div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 5px;
  border-right: 1px solid #f9f9f9;
}

.modal .grid-lumiere-calculos .grid-item .grid-item-result div:last-child {
  border-right: 0;
}

.modal .grid-lumiere-calculos .grid-item .grid-item-result div h4 {
  font-size: 14px;
}

.modal .grid-lumiere-calculos .grid-item .grid-item-result div span {
  font-size: 18px;
}

@media (min-width: 800px) {
  .modal-dialog.modal-lg {
    max-width: 950px;
  }
}

@media (min-width: 1024px) {
  .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
  }

  .modal .modal-dialog.modal-large {
    width: 100%;
    max-width: 85%;
  }
}

#tab-user-create h4,
#tab-user-update h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

#tab-user-create h6,
#tab-user-update h6 {
  font-size: 0.65rem;
}

.modal-timeline .nav-tabs li a {
  font-size: 0.75rem;
  padding: 10px 7px;
}

.modal-timeline .orders-timeline {
  padding: 0 10px;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.modal-timeline .orders-timeline li {
  list-style: none;
  border-bottom: 1px solid #dee2e6;
  padding: 5px 0;
  margin: 0;
  margin-bottom: 5px;
}

.modal-timeline .orders-timeline li:last-child {
  border-bottom: 0;
}

.modal-timeline .orders-timeline li h6 {
  font-size: 0.75rem;
  width: 100%;
}

.modal-timeline .orders-timeline li h6 small {
  font-size: 80%;
  font-weight: 400;
  float: right;
}

.modal-timeline .orders-timeline li .orders-timeline-bottom h5 {
  font-size: 0.7rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.modal-timeline .orders-timeline li .orders-timeline-bottom p {
  font-size: 0.6rem;
  margin: 0;
  padding: 0;
}

.ul-detail {
  margin: 0;
  padding: 0;
  width: 100%;
}

.ul-detail li {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #dee2e6;
}

.ul-detail li p {
  margin: 0;
  font-weight: 600;
  min-height: 1rem;
}

.ul-detail li p.header {
  font-weight: 800;
}

.ul-detail li:last-child {
  border-bottom: 1px solid transparent;
}

.comment-widgets.detail .comment-row:hover {
  background-color: transparent;
}

.comment-widgets.detail .comment-row .action-icons {
  visibility: visible;
}

.comment-widgets.detail .comment-row .action-icons a {
  color: #4f5861;
}

/* Responsividad */

@media (max-width: 900px) {
  .modal .pedidos-usuarios .item {
    margin-bottom: 15px;
    border: 0;
  }

  .modal .pedido-detalle ul,
  .modal .grid-ul ul {
    grid-template-columns: 1fr;
    /* Una sola columna */
  }

  .modal .pedido-detalle ul li.li-1,
  .modal .grid-ul ul li.li-1 {
    grid-column: span 2;
  }

  .modal .pedido-detalle ul li.li-2,
  .modal .grid-ul ul li.li-2 {
    grid-column: span 2;
  }

  .modal .pedido-detalle ul li.li-3,
  .modal .grid-ul ul li.li-3 {
    grid-column: span 3;
  }

  .modal .pedido-detalle ul li.li-4,
  .modal .grid-ul ul li.li-4 {
    grid-column: span 4;
  }

  .modal .pedido-detalle ul li.li-5,
  .modal .grid-ul ul li.li-5 {
    grid-column: span 5;
  }
}

/* Responsividad */

@media (max-width: 600px) {
  .modal .pedidos-usuarios .item {
    margin-bottom: 15px;
    border: 0;
  }

  .modal .pedido-detalle ul,
  .modal .grid-ul ul {
    grid-template-columns: 1fr;
    /* Una sola columna */
  }

  .modal .pedido-detalle ul li.li-1,
  .modal .pedido-detalle ul li.li-2,
  .modal .pedido-detalle ul li.li-3,
  .modal .grid-ul ul li.li-1,
  .modal .grid-ul ul li.li-2,
  .modal .grid-ul ul li.li-3 {
    grid-column: span 2;
    /* Todos ocupan 1 columna */
    grid-row: span 1;
    /* Todos ocupan 1 fila */
  }

  .modal .pedido-detalle ul li.li-4,
  .modal .pedido-detalle ul li.li-5,
  .modal .grid-ul ul li.li-4,
  .modal .grid-ul ul li.li-5 {
    grid-column: span 1;
    /* Todos ocupan 1 columna */
    grid-row: span 1;
    /* Todos ocupan 1 fila */
  }
}

@media (max-width: 480px) {
  /* Móviles */

  .modal .header-resumen .item .justify-content-center {
    justify-content: start !important;
  }

  .modal .header-resumen .item .justify-content-center h3 {
    font-weight: 500;
  }

  .modal .pedidos-usuarios .item {
    margin-bottom: 15px;
    border: 0;
  }

  .modal .pedido-detalle ul,
  .modal .grid-ul ul {
    grid-template-columns: 1fr;
    /* Una sola columna */
  }

  .modal .pedido-detalle ul li.li-1,
  .modal .pedido-detalle ul li.li-2,
  .modal .pedido-detalle ul li.li-3,
  .modal .pedido-detalle ul li.li-4,
  .modal .pedido-detalle ul li.li-5,
  .modal .grid-ul ul li.li-1,
  .modal .grid-ul ul li.li-2,
  .modal .grid-ul ul li.li-3,
  .modal .grid-ul ul li.li-4,
  .modal .grid-ul ul li.li-5 {
    grid-column: span 1;
    /* Todos ocupan 1 columna */
    grid-row: span 1;
    /* Todos ocupan 1 fila */
  }
}

#toast-container {
  width: 450px;
}

#toast-container .toast {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas: "icon title close" "icon message message";
  align-items: start;
  gap: 0 10px;
  padding: 12px 16px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  opacity: 1;
  width: 100%;
}

#toast-container .toast:before {
  grid-area: icon;
  font-size: 30px;
  align-self: start;
}

#toast-container .toast:hover {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

#toast-container .toast .toast-title {
  grid-area: title;
  font-weight: 600;
  margin: 0;
}

#toast-container .toast .toast-message {
  font-size: 14px;
  grid-area: message;
  margin-top: 2px;
}

#toast-container .toast .toast-close-button {
  grid-area: close;
  justify-self: end;
  align-self: start;
}

#toast-container .toast .toast-close-button:hover {
  color: #FFFFFF !important;
  opacity: 1;
}

#toast-container .toast.toast-info {
  background-color: #2962F8;
  color: #FFFFFF;
}

#toast-container .toast.toast-success {
  background-color: #32c787;
  color: #FFFFFF;
}

#toast-container .toast.toast-warning {
  background-color: #ffc107;
  color: #FFFFFF;
}

#toast-container .toast.toast-error {
  background-color: #f62d51;
  color: #FFFFFF;
}

.notify {
  background-color: #FFFFFF;
  border-radius: 0;
  color: #4f5861;
  padding: 15px;
  right: 15px;
}

.notify.alert-danger {
  border-left: 4px solid #f62d51;
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
}

.notify.alert-success {
  border-left: 4px solid #32c787;
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
}

.notify.alert-warning {
  border-left: 4px solid #ffc107;
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
}

.notify ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.notify ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

[data-notify=container] [data-notify=icon] {
  color: #4f5861;
  font-size: 1.1rem;
}

[data-notify=container] [data-notify=icon].payment {
  height: 55px;
  margin-right: 15px;
  float: left;
}

[data-notify=container] [data-notify=icon].icon {
  height: 55px;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}

[data-notify=container] [data-notify=title] {
  color: #4f5861;
  font-size: 1.1rem;
  font-weight: 700;
}

[data-notify=container] [data-notify=dismiss] {
  color: #4f5861;
  font-size: 1.6rem;
  font-weight: 400;
  outline: none;
  opacity: 0.7;
}

[data-notify=container] [data-notify=dismiss]:hover {
  opacity: 1;
}

[data-notify=container] [data-notify=message] {
  color: #4f5861;
  font-size: 0.9rem !important;
  font-weight: 400;
  margin-bottom: 0;
  width: 100%;
  padding: 0;
}

[data-notify=container] [data-notify=message] li {
  color: #4f5861;
  font-size: 0.9rem !important;
  list-style: none;
}

@media only screen and (max-width: 750px) {
  .notify {
    right: 0 !important;
    top: 0 !important;
  }
}

@media (min-width: 1024px) {
  .notify {
    max-width: 850px;
  }
}

.payment-link {
  background-color: #eff3f6;
}

.progress.progress-custom small {
  position: absolute;
  top: 5px;
}

.progress.progress-custom h3,
.progress.progress-custom h2 {
  position: absolute;
  top: -10px;
  margin-top: 15px;
}

.payments-balance-positive {
  color: #FFFFFF;
  background-color: #32c787;
  position: fixed;
  padding: 10px;
  left: -265px;
  top: 40%;
  width: 300px;
  padding: 20px 15px;
  transition: 1s ease-in-out;
  text-align: right;
  z-index: 1;
  font-size: 18px;
}

.payments-balance-positive:hover,
.payments-balance-positive:active,
.payments-balance-positive:focus {
  z-index: 9;
  left: -30px;
}

.payments .header .card-header {
  background-color: #222220;
  border-radius: 15px 15px 0 0;
  margin-bottom: 0;
}

.payments .header .card-header .customers {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.payments .header .card-header .actions {
  position: absolute;
  top: -7px;
  right: 0;
}

.payments .header .card-header .actions .btn {
  background-color: transparent;
  color: #FFFFFF;
  font-size: 28px;
  outline: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

.payments .header .card-header .actions .btn:active,
.payments .header .card-header .actions .btn:hover,
.payments .header .card-header .actions .btn:focus {
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
}

.payments .header .card-header .actions .btn.btn-finalizar {
  font-size: 14px;
}

.payments .header .card-header .nit {
  color: #FFFFFF;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.payments .header .card-header .item {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.payments .header .card-header .item h4 {
  color: #FFFFFF;
  font-size: 14px;
  margin: 0px;
  margin-bottom: 3px;
}

.payments .header .card-header .item h5 {
  color: #FFFFFF;
  font-size: 12px;
  margin: 0px;
}

.payments .header .card-money {
  padding: 10px;
  text-align: center;
  margin-bottom: 0;
}

.payments .header .card-money .card-body {
  padding: 10px;
}

.payments .header .card-money .card-body h2 {
  font-size: 22px;
  margin: 0;
}

.payments .header .card-money .card-body h3 {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}

.payments .header .date {
  padding: 15px;
}

.payments .header .date .day {
  color: #FFFFFF;
}

.payments .header .date .month {
  color: #FFFFFF;
}

.payments .header .date .year {
  color: #FFFFFF;
}

.payments .header h4 {
  font-size: 18px;
}

.payments .header h3 {
  font-size: 12px;
  margin-top: 5px;
}

.payments .p-0 {
  padding: 0 !important;
}

.payments .body .card-body {
  padding: 0;
}

.payments .body .card-body .nav-tabs .nav-item {
  text-align: center;
  width: 33.33%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.payments .body .card-body .nav-tabs .nav-item .nav-link {
  font-size: 14px;
  color: #4f5861;
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
}

.payments .body .card-body .nav-tabs .nav-item .nav-link.active {
  background-color: #dee2e6;
}

.payments .body .card-body .tab-content .tab-pane {
  padding: 10px;
}

.payments .body .dataTables_wrapper {
  overflow: hidden;
}

.payments .body .dataTables_wrapper .col-lg-12 {
  padding: 0;
}

.modal-payments .modal-body .header-item .content {
  border: 1px solid #dee2e6;
  text-align: center;
  padding: 10px 2px;
  margin-bottom: 10px;
}

.modal-payments .modal-body .header-item .content h4 {
  font-size: 13px;
  margin: 0;
}

.modal-payments .modal-body .header-item .content h5 {
  font-size: 11px;
  margin: 0;
  margin-top: 2px;
}

.modal-payments .modal-body .col-sm-6 {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .payments .header .card-header {
    padding: 5px;
  }

  .payments .header .card-header .card-body {
    padding: 10px;
  }

  .payments .header .card-header .customers {
    font-size: 14px;
  }

  .payments .header .card-header .nit {
    font-size: 11px;
  }

  .payments .header .card-header .item h4 {
    font-size: 11px;
  }

  .payments .header .card-header .item h5 {
    font-size: 10px;
  }

  .payments .header .card-money .card-body {
    padding: 10px;
  }

  .payments .header .card-money .card-body h2 {
    font-size: 14px;
  }

  .payments .header .card-money .card-body h3 {
    font-size: 12px;
    text-transform: uppercase;
  }
}

.sidebar-nav ul .sidebar-item .sidebar-link {
  padding: 7px 10px;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
  padding: 4px 0px;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link:after {
  top: 12px;
}

.wizard .steps ul li.current a {
  color: #FFFFFF !important;
  background-color: #222220 !important;
}

.wizard .steps ul li a {
  color: #4f5861 !important;
  background-color: #f9f9f9 !important;
  border-radius: 0 !important;
}

.wizard .content {
  background-color: transparent !important;
  border: 1px solid #f9f9f9 !important;
  border-radius: 0 !important;
  margin-bottom: 15px;
  overflow: visible;
}

.wizard .content .body {
  padding: 15px !important;
  margin: 0 !important;
  width: auto !important;
}

.wizard .content .body .content {
  padding: 0 !important;
}

.wizard .content .body input.error {
  background-color: transparent !important;
  border-color: #f9f9f9 !important;
  color: #4f5861;
}

.wizard .content .body label.error {
  color: #f62d51 !important;
  margin-left: 0;
}

.wizard .actions ul li.disabled a {
  cursor: not-allowed;
  opacity: 0.4;
  color: #4f5861 !important;
  background-color: #dee2e6 !important;
}

.wizard .actions ul li a {
  border-radius: 0 !important;
  background-color: #32c787 !important;
}

.wizard .actions ul li a[href$="#previous"] {
  color: #4f5861 !important;
  background-color: #dee2e6 !important;
}

@media (max-width: 960px) {
  .wizard .steps ul li {
    width: 50%;
  }

  .wizard .content .body {
    padding: 0.9rem !important;
  }
}

@media (max-width: 560px) {
  .wizard .steps ul li {
    width: 100%;
  }

  .wizard .content {
    border: 1px solid transparent !important;
  }

  .wizard .content .body {
    padding: 0.1rem !important;
  }
}

.steps-custom .form-group {
  margin-bottom: 0.5rem;
}

.steps-custom .form-group input,
.steps-custom .form-group select,
.steps-custom .form-group textarea {
  padding: 0.8rem 0.7rem;
}

.steps-custom .wizard {
  overflow: visible;
}

.steps-custom .wizard .content {
  padding: 0.9rem !important;
}

.steps-custom .wizard .steps ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.steps-custom .wizard .steps ul li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
  width: 20%;
}

.steps-custom .wizard .steps ul li:first-child:after {
  display: none;
}

.steps-custom .wizard .steps ul li:last-child:before {
  display: none;
}

.steps-custom .wizard .steps ul li:after {
  background-color: #A3AABA;
  content: "";
  top: 25px;
  height: 3px;
  position: absolute;
  left: 0;
  width: calc(50% - 24px);
}

.steps-custom .wizard .steps ul li:before {
  background-color: #A3AABA;
  content: "";
  top: 25px;
  height: 3px;
  position: absolute;
  right: 0;
  width: calc(50% - 24px);
}

.steps-custom .wizard .steps ul li.current:after {
  background-color: #32c787;
}

.steps-custom .wizard .steps ul li.current a {
  color: #A3AABA !important;
  background-color: transparent !important;
}

.steps-custom .wizard .steps ul li.current .number {
  border-color: #32c787 !important;
}

.steps-custom .wizard .steps ul li.error:after {
  background-color: #f62d51;
}

.steps-custom .wizard .steps ul li.error a {
  color: #f62d51 !important;
  background-color: transparent !important;
}

.steps-custom .wizard .steps ul li.error .number {
  color: #FFFFFF;
  border-color: #f62d51 !important;
  background-color: #f62d51 !important;
}

.steps-custom .wizard .steps ul li.done:after,
.steps-custom .wizard .steps ul li.done:before {
  background-color: #32c787;
}

.steps-custom .wizard .steps ul li.done a {
  color: #32c787 !important;
}

.steps-custom .wizard .steps ul li.done .number {
  color: #FFFFFF !important;
  background-color: #32c787 !important;
  border-color: #32c787 !important;
}

.steps-custom .wizard .steps ul li a {
  color: #A3AABA !important;
  background-color: transparent !important;
  font-weight: 700;
  position: relative;
  padding-top: 52px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.steps-custom .wizard .steps ul li .number {
  display: inline-block;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  z-index: 10;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 3px solid #A3AABA;
  font-size: 1.3rem;
  border-radius: 50%;
}

.steps-custom .wizard .content {
  background-color: transparent !important;
  border: 1px solid #f9f9f9 !important;
  border-radius: 0 !important;
  margin-bottom: 15px;
}

.steps-custom .wizard .content .body {
  padding: 0 !important;
  width: 100% !important;
}

.steps-custom .wizard .content .body .card .card-body {
  padding: 15px 5px;
}

.steps-custom .wizard .content .body input.error {
  background-color: transparent !important;
  border-color: #e9ecef !important;
  color: #4f5861;
}

.steps-custom .wizard .content .body label.error {
  color: #f62d51 !important;
  margin-left: 0;
}

.steps-custom .wizard .actions ul li.disabled a {
  color: #4f5861 !important;
  background-color: #dee2e6 !important;
}

.steps-custom .wizard .actions ul li a {
  border-radius: 0 !important;
  background-color: #32c787 !important;
}

.steps-custom .wizard .actions ul li a[href$="#previous"] {
  color: #4f5861 !important;
  background-color: #dee2e6 !important;
}

@media (max-width: 960px) {
  .steps-custom .wizard .steps ul li {
    width: 50%;
  }

  .steps-custom .wizard .steps ul li:after {
    display: none;
  }

  .steps-custom .wizard .steps ul li:before {
    display: none;
  }

  .steps-custom .wizard .steps ul li a {
    font-size: 12px;
    font-weight: 600;
  }

  .steps-custom .wizard .content .body {
    padding: 0.9rem !important;
  }
}

@media (max-width: 560px) {
  .wizard .steps ul li {
    width: 100%;
  }

  .wizard .content {
    border: 1px solid transparent !important;
  }

  .wizard .content .body {
    padding: 0.1rem !important;
  }
}

.note-editor {
  border-color: #e9ecef !important;
}

.note-editor .note-toolbar-wrapper {
  background-color: #e9ecef;
}

.note-editor .note-editable p {
  margin-bottom: 0 !important;
}

.note-editor .note-resizebar {
  background-color: #e9ecef !important;
}

.nav.customtab {
  padding-left: 15px;
  padding-right: 15px;
}

.nav.customtab .nav-item a {
  color: #4f5861;
  font-weight: 600;
}

.tab-content.tab-content-border {
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.tab-content.tab-content-custom {
  background-color: #FFFFFF;
}

.tab-content.tab-content-custom .tab-pane {
  padding: 20px 20px;
}

.nav-tabs.nav-custom .nav-link {
  color: #4f5861;
  border-color: transparent;
}

.table-container {
  width: 100%;
  padding: 0 10px;
  overflow: visible;
}

.table-container .datatable-scroll {
  overflow-x: auto;
  /* scroll horizontal vive aquí */
  overflow-y: visible;
  position: relative;
}

.table-container .datatable-scroll .extra-wrapper {
  width: 100%;
  min-width: 100%;
  white-space: nowrap;
  overflow: visible !important;
  position: relative;
}

.table-container .datatable-scroll .extra-wrapper table {
  border-collapse: collapse;
  width: -moz-max-content;
  width: max-content;
  /* importante para activar scroll */
  min-width: 100%;
}

.table-container .datatable-scroll .extra-wrapper table tbody .empresa {
  height: 15px;
  width: 32px;
  background-color: #FFFFFF;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 auto;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.table-container .datatable-scroll .extra-wrapper table tbody .empresa:hover {
  transform: scale(5);
  z-index: 10;
}

.table-container .datatable-scroll .extra-wrapper table tbody .empresa img {
  height: 100%;
  width: 100%;
}

.table-container .datatable-scroll .extra-wrapper table tbody .usuario {
  height: 15px;
  width: 15px;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 auto;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.table-container .datatable-scroll .extra-wrapper table tbody .usuario:hover {
  transform: scale(5);
  z-index: 10;
}

.table-container .datatable-scroll .extra-wrapper table tbody .usuario img {
  height: 100%;
  width: 100%;
}

.table-responsive .table .order-direction {
  color: #dee2e6;
  position: absolute;
  left: 5px;
  font-size: 18px;
}

.table-responsive .table .ui-sortable-helper {
  background-color: #FFFFFF;
  width: 100%;
  z-index: 99;
  border: 1px solid #dee2e6;
}

.table-responsive .table .ui-sortable-helper .order-direction {
  left: 5px;
  display: none;
}

.table-responsive .table.product-overview tbody td h5 {
  font-size: 0.9rem;
}

.table-responsive .table.product-overview tbody td span {
  font-size: 0.8rem;
}

.table-responsive .table.product-overview tfoot td {
  position: relative;
}

.table-responsive .table.product-overview tfoot td h5 {
  font-size: 0.9rem;
}

.table-responsive .table.product-overview tfoot td span {
  font-size: 0.8rem;
}

.table-responsive .table thead th {
  font-size: 0.8rem;
  font-weight: 700;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 0.5rem;
}

.table-responsive .table tbody td {
  vertical-align: middle;
  padding: 0.5rem;
}

.table-responsive .table tbody td input {
  font-size: 0.8rem;
}

.table-responsive .table tfoot td {
  vertical-align: middle;
  padding: 0.5rem;
}

.table-responsive .table tfoot td input {
  font-size: 0.8rem;
}

.table-responsive.table-custom table tbody tr td {
  padding: 0.6rem 0;
}

.table-custom-erp thead th {
  font-size: 0.75rem;
  font-weight: 700;
  border-bottom: 1px solid #dee2e6;
  padding: 0.5rem 0.5rem;
}

.table-custom-erp tbody td {
  font-size: 0.75rem;
  vertical-align: middle;
  padding: 0.5rem;
}

.table-custom-erp tbody td input {
  font-size: 0.65rem;
}

.tabla-gasto table thead th {
  position: sticky;
  top: 0;
  background: white;
  z-index: 2;
  padding: 5px;
}

.tabla-gasto table tbody tr td {
  padding: 4px 6px;
  font-size: 12px;
  white-space: nowrap;
  padding: 0 !important;
}

.tabla-gasto table tbody tr td:first-child {
  padding: 5px !important;
  text-align: right !important;
  font-weight: 600 !important;
}

.tabla-gasto table tbody tr input {
  width: 100%;
  min-width: 15px;
  padding: 2px 4px;
  font-size: 12px;
  border: 1px solid #f9f9f9;
  text-align: right;
}

body[data-theme=dark] #main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin1] {
  background: #414755;
}

body[data-theme=dark] #main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin1] {
  background-color: #414755;
}

#main-wrapper[data-layout=horizontal] {
  overflow: visible !important;
}

#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin1] {
  background: #222220;
  border-color: #222220;
}

#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin1] {
  background-color: #222220;
  border-color: #222220;
}

@media (min-width: 768px) {
  #main-wrapper[data-layout=horizontal] .left-sidebar .scroll-sidebar {
    height: auto;
  }
}

.hide {
  display: none !important;
}

.tickets .header .card {
  background-color: #222220;
  border-radius: 15px 15px 0 0;
}

.tickets .header .card .customers {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 3px;
}

.tickets .header .card .customers .print {
  color: #FFFFFF;
}

.tickets .header .card .customers .print:hover {
  color: #FFFFFF;
}

.tickets .header .card .customers .print i {
  color: #FFFFFF;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 10px;
}

.tickets .header .card .nit {
  color: #FFFFFF;
  font-size: 14px;
}

.tickets .header .card .item {
  text-align: center;
}

.tickets .header .card .item h4 {
  color: #FFFFFF;
  font-size: 14px;
  margin: 0px;
  margin-bottom: 3px;
}

.tickets .header .card .item h5 {
  color: #FFFFFF;
  font-size: 12px;
  margin: 0px;
}

.tickets .header .date {
  padding: 15px;
}

.tickets .header .date .day {
  color: #FFFFFF;
}

.tickets .header .date .month {
  color: #FFFFFF;
}

.tickets .header .date .year {
  color: #FFFFFF;
}

.tickets .header h4 {
  font-size: 18px;
}

.tickets .header h3 {
  font-size: 12px;
  margin-top: 5px;
}

.tickets .p-0 {
  padding: 0 !important;
}

@media (min-width: 1201px) {
  .tickets .header-item {
    width: 33.33% !important;
  }

  .tickets .header-item .card {
    padding: 0;
  }

  .tickets .header-item .card .card-body {
    padding: 5px;
  }

  .tickets .header-item .card .card-body h4 {
    font-size: 18px;
  }

  .tickets .header-item .card .card-body h3 {
    font-size: 14px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 1200px) {
  .tickets .header-item {
    width: 33.33% !important;
  }

  .tickets .header-item .card {
    padding: 0;
  }

  .tickets .header-item .card .card-body {
    padding: 5px;
  }

  .tickets .header-item .card .card-body h4 {
    font-size: 16px;
  }

  .tickets .header-item .card .card-body h3 {
    font-size: 12px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 600px) {
  .tickets .header-item {
    width: 33.33%;
  }

  .tickets .header-item .card {
    padding: 0;
  }

  .tickets .header-item .card .card-body {
    padding: 2px;
  }

  .tickets .header-item .card .card-body h4 {
    font-size: 12px;
  }

  .tickets .header-item .card .card-body h3 {
    font-size: 10px;
    margin-top: 2px;
  }

  .tickets .col-sm-6 {
    width: 50%;
  }
}

.timeline:before {
  width: 1px;
}

.timeline.timeline-custom .timeline-badge {
  line-height: 45px;
  background-color: #000000;
}

.timeline.timeline-custom .timeline-badge.timeline-sub-title {
  line-height: 8px;
  padding-top: 14px;
}

.timeline.timeline-custom .timeline-badge .font-12 {
  font-size: 10px;
  font-weight: 700;
}

.timeline.timeline-custom .timeline-panel {
  padding: 10px;
}

.timeline.timeline-custom .timeline-panel .timeline-heading .timeline-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.timeline.timeline-custom .timeline-panel .timeline-heading p {
  margin: 0;
}

.timeline.timeline-custom .timeline-panel .timeline-heading p small {
  font-size: 11px !important;
}

.timeline.timeline-custom .timeline-body .observation {
  font-size: 12px;
}

.timeline.timeline-custom .timeline-body hr {
  margin-top: 3px;
  margin-bottom: 3px;
}

.timeline.timeline-custom .timeline-body .timeline-body-detail .col {
  font-size: 12px;
}

.tour-tour .popover-header {
  color: #4f5861 !important;
  background-color: transparent !important;
  border-bottom: 1px solid #dee2e6 !important;
}

.tour-tour .popover-body {
  color: #4f5861 !important;
  padding: 0.5rem 0.5rem !important;
}

.tour-tour .popover-body .progress {
  height: 6px !important;
  margin-bottom: 5px;
}

.tour-tour .popover-body .progress .progress-bar {
  background-image: none !important;
  background-color: #222220 !important;
}

.tour-tour .popover-navigation button {
  color: #4f5861 !important;
  border-color: #dee2e6 !important;
}

.tour-tour .popover-navigation button:hover {
  background-color: #dee2e6 !important;
}

.tour-tour button {
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

#tourBackdrop,
.tour-backdrop {
  background: rgba(0, 0, 0, 0.2) !important;
  display: inline !important;
  transition: 0.6s all;
}

.banks {
  border: 1px solid transparent;
  border-right: 1px solid #eff3f6;
  padding: 0.5rem;
}

.banks:last-child {
  border-right: 1px solid transparent;
}

.banks .img-fluid {
  height: 30px;
}

.banks .card-body {
  padding: 0;
}

.banks .card-body .d-flex div {
  padding: 0;
  margin: 0;
  width: 50%;
}

.banks .card-body .d-flex div h3 {
  color: #4f5861;
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0;
}

.banks .card-body .d-flex div h3 i:before {
  font-size: 0.8rem;
  font-weight: 900;
  top: 1px;
  position: relative;
}

.banks .card-body .d-flex div h5 {
  font-size: 0.7rem;
  color: #A3AABA;
  margin: 0;
}

@media (max-width: 1700px) and (min-width: 994px) {
  .banks .img-fluid {
    height: 25px;
  }

  .card-body .d-flex div h3 {
    font-size: 0.7rem !important;
  }

  .card-body .d-flex div h5 {
    font-size: 0.6rem !important;
  }
}

@media (max-width: 1250px) {
  .status-saldos .status-saldos-item {
    flex: 0 0 25%;
  }
}

@media (max-width: 800px) {
  .status-saldos .status-saldos-item {
    flex: 0 0 33.33%;
  }
}

.clientes .custom-count {
  padding: 0;
  margin: 0;
  margin-left: -7px;
  margin-right: -7px;
  width: auto;
}

.clientes .custom-count li {
  width: 25%;
  display: inline-block;
  padding: 2px;
}

.clientes .custom-count li h3 {
  cursor: pointer;
  font-size: 14px;
  padding: 8px 10px;
  background-color: #f9f9f9;
  margin: 0;
  border-radius: 15px;
}

@media (max-width: 1100px) {
  .clientes .contador-departamentos li {
    width: 33.33%;
  }
}

@media (max-width: 600px) {
  .clientes .contador-departamentos li {
    width: 100%;
  }
}

.nota-header {
  display: grid;
  gap: 10px;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px;
}

.nota-header .nota-header-item {
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

.nota-header .nota-header-item h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -2px;
}

.nota-header .nota-header-item span {
  font-size: 12px;
}

.kardex .vendedor {
  width: 100%;
  margin-bottom: 20px;
}

.kardex .vendedor .vendedor-content {
  display: grid;
  grid-template-columns: 50px auto;
  border-radius: 15px;
  background-color: #f62d51;
  padding: 10px 15px;
  width: 100%;
  align-items: center;
  gap: 5px;
}

.kardex .vendedor .vendedor-content img {
  border: 2px solid #f62d51;
  height: 45px;
  border-radius: 50%;
  width: 45px;
  animation: blinker 3s linear 3 forwards;
  -webkit-animation: blinker 3s linear 3 forwards;
}

.kardex .vendedor .vendedor-content div h3 {
  color: #FFFFFF;
  font-size: 18px;
  margin: 0;
}

.kardex .vendedor .vendedor-content div p {
  color: #FFFFFF;
  font-size: 14px;
  margin: 0;
}

.kardex .header .card-header {
  background-color: #FFFFFF;
  border-radius: 15px 15px 0 0;
  padding: 0px;
}

.kardex .header .header-resumen .item {
  border-right: 1px solid #eff3f6;
}

.kardex .header .header-resumen .item:last-child {
  border-right: 1px solid transparent;
}

.kardex .header .header-resumen .item .d-flex div {
  width: 100%;
}

.kardex .header .header-resumen .item .d-flex div h3 {
  font-size: 2em;
}

.kardex .header .header-resumen .item .d-flex div .display-5 {
  font-size: 3.5em;
}

.kardex .header .header-resumen.fixed-resumen {
  background-color: #FFFFFF;
  position: fixed;
  width: 500px;
  left: 50%;
  top: -15px;
  transform: translate(-50%, 0%);
  background-color: white;
  /* Color de fondo opcional */
  padding: 0px 5px 5px 5px;
  /* Espaciado interno opcional */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Sombra opcional */
  z-index: 9999;
  /* Asegura que esté sobre otros elementos */
  border-radius: 0 0 10px 10px;
  margin: 0;
  transition: top 0.3s ease-in-out;
}

.kardex .header .header-resumen.fixed-resumen:hover,
.kardex .header .header-resumen.fixed-resumen:focus {
  top: 0;
}

.kardex .header .header-resumen.fixed-resumen .item {
  padding: 0;
}

.kardex .header .header-resumen.fixed-resumen .item div {
  text-align: center;
  white-space: nowrap;
  /* Evita que el texto haga salto de línea */
  overflow: hidden;
  /* Oculta el texto que se desborda */
  text-overflow: ellipsis;
}

.kardex .header .header-resumen.fixed-resumen .item div .m-r-10 {
  display: none;
}

.kardex .header .header-resumen.fixed-resumen .item div span {
  font-size: 12px;
  white-space: nowrap;
  /* Evita que el texto haga salto de línea */
  overflow: hidden;
  /* Oculta el texto que se desborda */
  text-overflow: ellipsis;
}

.kardex .header .header-resumen.fixed-resumen .item div h3 {
  font-size: 12px;
  font-weight: 300;
}

.kardex .body {
  padding: 0 10px;
}

.kardex .body .nav-tabs {
  border-bottom: 0;
}

.kardex .body .nav-tabs .nav-item a {
  border-color: transparent;
  color: #4f5861;
}

.kardex .body .tab-content {
  margin-top: -4px;
}

.listado-lotes .listado-lotes-item:last-child .dividir {
  display: none;
}

.listado-lotes .listado-lotes-item-delete {
  color: #f62d51;
  font-size: 22px;
  position: absolute;
  top: -5px;
  right: 5px;
}

@media (max-width: 768px) {
  /* Estilos específicos para dispositivos móviles */

  .kardex .card .card-body {
    padding: 10px 5px;
  }
}

@media (max-width: 768px) and (max-width: 550px) {
  .kardex .kardex-monitor-page {
    margin-left: -10px;
    margin-right: -10px;
  }

  .kardex .kardex-monitor-page .page-breadcrumb {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 8px;
  }

  .kardex .kardex-monitor-page .row.m-t-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .kardex .kardex-monitor-page .row.m-t-5 > .col-12,
  .kardex .kardex-monitor-page .kardex-datatable-prototype {
    padding-left: 0;
    padding-right: 0;
  }

  .kardex .kardex-monitor-page .card {
    margin-bottom: 10px;
  }

  .kardex .kardex-monitor-page .card .card-body {
    padding: 8px 4px;
  }
}

@media (max-width: 768px) {
  .kardex .header .card-header {
    padding: 10px;
  }

  .kardex .header .card-header h4 {
    font-size: 16px;
  }

  .kardex .header .card-header .display-5 {
    font-size: 28px;
  }

  .kardex .header .card-header .m-t-20 {
    margin-top: 10px;
  }

  .kardex .header .card-header .m-b-20 {
    margin-bottom: 10px;
  }

  .kardex .header .header-actions a {
    padding: 0;
  }

  .kardex .header .header-actions button {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
  }

  .kardex .header .header-actions button .finalizar {
    padding: 0;
  }

  .kardex .header .header-resumen .item {
    border-right: 1px solid #eff3f6;
  }

  .kardex .header .header-resumen .item:last-child {
    border-right: 1px solid transparent;
  }

  .kardex .header .header-resumen .item .d-flex div {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .kardex .header .header-resumen .item .d-flex div h3 {
    font-size: 1em;
  }

  .kardex .header .header-resumen .item .d-flex div span {
    font-size: 1rem;
  }

  .kardex .header .header-resumen .item .d-flex div .display-5 {
    font-size: 2em;
  }

  .kardex .header .header-resumen.fixed-resumen {
    width: 100%;
    left: 0;
    transform: translate(0%, 0%);
  }

  .kardex .header .header-resumen.fixed-resumen .item {
    width: 25%;
  }
}

.kpi .lumiere .tipo-de-venta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 2 columnas iguales */
  gap: 10px;
  /* espacio entre columnas (opcional) */
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  width: 100%;
}

.kpi .lumiere .tipo-de-venta .item {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 15px;
  width: 100%;
}

.kpi .lumiere .tipo-de-venta .item .header .title {
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
}

.kpi .lumiere .tipo-de-venta .item .header .title span {
  background-color: #f9f9f9;
  border-radius: 15px;
  padding: 4px 8px;
  font-size: 14px;
}

.kpi .lumiere .tipo-de-venta .item .progress-content {
  width: 100%;
}

.kpi .lumiere .tipo-de-venta .item .indicadores {
  margin-top: 15px;
  gap: 10px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.kpi .lumiere .tipo-de-venta .item .indicadores .col-item {
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 5px;
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.kpi .lumiere .tipo-de-venta .item .indicadores .col-item:hover {
  cursor: pointer;
  transform: scale(1.03);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.kpi .lumiere .tipo-de-venta .item .indicadores .col-item .col-info {
  padding: 5px;
}

.kpi .lumiere .tipo-de-venta .item .indicadores .col-item .col-info h3 {
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.kpi .lumiere .tipo-de-venta .item .indicadores .col-item .col-info .col-detail {
  display: flex;
  justify-content: space-between;
}

.kpi .lumiere .tipo-de-venta .item .indicadores .col-item .col-info .col-detail span {
  font-size: 12px;
}

.kpi .lumiere .tipo-de-venta .item .indicadores .col-item .col-money {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.kpi .lumiere .tipo-de-venta .item .indicadores .col-item .col-money h2 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.kpi .lumiere .tipo-de-venta .card-title {
  font-size: 18px;
  margin: 0;
}

.kpi .lumiere .tipo-de-venta .card-sub-title {
  font-size: 24px;
  font-weight: 600;
}

.kpi .lumiere .kpi-total .card .row {
  justify-items: center;
  align-items: center;
  text-align: center;
}

.kpi .lumiere .kpi-total .card .row img {
  height: 52px;
  margin-bottom: 5px;
}

.kpi .vendedores,
.kpi .usuarios {
  list-style: none;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0 20px 0;
}

.kpi .vendedores .item,
.kpi .usuarios .item {
  position: relative;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.kpi .vendedores .item:hover .item-avatar,
.kpi .usuarios .item:hover .item-avatar {
  transform: scale(2);
  border-color: rgba(21, 27, 38, 0.08);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.kpi .vendedores .item:hover .item-avatar img,
.kpi .usuarios .item:hover .item-avatar img {
  border-radius: 2px;
}

.kpi .vendedores .item:hover .item-tooltip,
.kpi .usuarios .item:hover .item-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-26px);
}

.kpi .vendedores .item:active .item-avatar,
.kpi .usuarios .item:active .item-avatar {
  transform: scale(1.05);
}

.kpi .vendedores .item:active .item-avatar::before,
.kpi .usuarios .item:active .item-avatar::before {
  width: 80%;
  height: 80%;
  animation: ripple-subtle 0.6s ease-out;
}

.kpi .vendedores .item.active .item-avatar,
.kpi .usuarios .item.active .item-avatar {
  border: 2px solid #32c787;
}

.kpi .vendedores .item .item-avatar,
.kpi .usuarios .item .item-avatar {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid transparent;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.kpi .vendedores .item .item-avatar::before,
.kpi .usuarios .item .item-avatar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.kpi .vendedores .item .item-avatar img,
.kpi .usuarios .item .item-avatar img {
  width: 48px;
  height: 48px;
  transition: all 0.3s ease;
}

.kpi .vendedores .item .item-avatar img:before,
.kpi .usuarios .item .item-avatar img:before {
  content: "Error";
  display: block;
  width: 48px;
  height: 48px;
  background-color: #F3F3F3;
  text-align: center;
  line-height: 48px;
  font-size: 6px;
  color: #a1aab2;
}

.kpi .vendedores .item .item-tooltip,
.kpi .usuarios .item .item-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  background: #000000;
  color: #FFFFFF;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  text-transform: capitalize;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.kpi .vendedores .item .item-tooltip::after,
.kpi .usuarios .item .item-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #000000;
}

.kpi .sat-errores {
  padding: 0;
}

.kpi .sat-errores .sat-errores__content {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 10px;
}

.kpi .sat-errores .sat-errores__header {
  font-size: 12px;
  color: #f62d51;
  font-weight: 500;
}

.kpi .sat-errores .sat-errores__header .fas {
  margin-right: 3px;
}

.kpi .sat-errores .sat-errores__items {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.kpi .semanas-kpi .semanas-scroll-wrap {
  position: relative;
}

.kpi .semanas-kpi .semanas-scroll-ind {
  position: absolute;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #F3F3F3;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.kpi .semanas-kpi .semanas-scroll-ind .mdi {
  font-size: 16px;
  color: #a1aab2;
  line-height: 1;
}

.kpi .semanas-kpi .semanas-scroll-ind:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%) scale(1.08);
}

.kpi .semanas-kpi .semanas-scroll-ind:active {
  transform: translateY(-50%) scale(0.95);
}

.kpi .semanas-kpi .semanas-scroll-ind--left {
  left: 4px;
}

.kpi .semanas-kpi .semanas-scroll-ind--right {
  right: 4px;
}

.kpi .semanas-kpi .semanas-scroll-ind--visible {
  opacity: 1;
  pointer-events: auto;
}

.kpi .semanas-kpi ul {
  list-style: none;
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0 0 10px 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.kpi .semanas-kpi ul::-webkit-scrollbar {
  display: none;
}

.kpi .semanas-kpi .ciclo-group {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 8px;
  flex-shrink: 0;
}

.kpi .semanas-kpi .ciclo-group .ciclo-group__label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a1aab2;
  letter-spacing: 0.5px;
  padding: 0 6px 6px;
}

.kpi .semanas-kpi .ciclo-group .ciclo-group__semanas {
  display: flex;
  gap: 4px;
}

.kpi .semanas-kpi .semana-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  border-radius: 8px;
  padding: 6px 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: transparent;
  white-space: nowrap;
}

.kpi .semanas-kpi .semana-item:hover {
  background-color: rgba(50, 199, 135, 0.06);
}

.kpi .semanas-kpi .semana-item.active {
  background-color: rgba(50, 199, 135, 0.1);
}

.kpi .semanas-kpi .semana-item.active strong {
  color: #32c787;
}

.kpi .semanas-kpi .semana-item.active small {
  color: #32c787;
}

.kpi .semanas-kpi .semana-item strong {
  font-size: 12px;
  font-weight: 700;
  color: #707070;
}

.kpi .semanas-kpi .semana-item small {
  font-size: 9px;
  color: #a1aab2;
  font-weight: 500;
}

.kpi .equipos-kpi {
  overflow: visible;
}

.kpi .equipos-kpi ul {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  overflow: visible;
  width: 100%;
  margin-bottom: 20px;
}

.kpi .equipos-kpi .equipo-group {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 8px 14px 8px 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  overflow: visible;
  position: relative;
  flex: 0 1 auto;
}

.kpi .equipos-kpi .equipo-group:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.kpi .equipos-kpi .equipo-group.active {
  border-color: #32c787;
  background-color: rgba(50, 199, 135, 0.05);
}

.kpi .equipos-kpi .equipo-group .equipo-group__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
  white-space: nowrap;
}

.kpi .equipos-kpi .equipo-group .equipo-group__info .equipo-group__nombre {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #a1aab2;
  letter-spacing: 0.5px;
}

.kpi .equipos-kpi .equipo-group .equipo-group__info .equipo-group__total {
  font-size: 14px;
  font-weight: 700;
}

.kpi .equipos-kpi .avatar-stack {
  display: flex;
  align-items: center;
  flex-shrink: 1;
  min-width: 0;
}

.kpi .equipos-kpi .avatar-stack .avatar-stack__item {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: visible;
  margin-left: -8px;
  transition: transform 0.25s ease, z-index 0s, margin-left 0.3s ease;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex-shrink: 0;
}

.kpi .equipos-kpi .avatar-stack .avatar-stack__item:first-child {
  margin-left: 0 !important;
}

.kpi .equipos-kpi .avatar-stack .avatar-stack__item:hover {
  transform: scale(1.45) translateY(-4px);
  z-index: 20;
}

.kpi .equipos-kpi .avatar-stack .avatar-stack__item:hover img {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-color: rgba(50, 199, 135, 0.4);
}

.kpi .equipos-kpi .avatar-stack .avatar-stack__item.active {
  z-index: 15;
}

.kpi .equipos-kpi .avatar-stack .avatar-stack__item.active img {
  border-color: #32c787;
}

.kpi .equipos-kpi .avatar-stack .avatar-stack__item img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: 2px solid #FFFFFF;
  background-color: #F3F3F3;
}

.kpi .categorias {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.kpi .categorias .cat-item {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
  flex: 1 1 0;
  min-width: 0;
}

.kpi .categorias .cat-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.kpi .categorias .cat-item.active {
  border-color: #222220;
}

.kpi .categorias .cat-item.active .cat-item__bar {
  background-color: rgba(34, 34, 32, 0.2);
}

.kpi .categorias .cat-item.active .cat-item__name {
  color: #222220;
}

.kpi .categorias .cat-item .cat-item__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(34, 34, 32, 0.07);
  border-radius: 8px 0 0 8px;
  transition: width 0.5s ease;
}

.kpi .categorias .cat-item .cat-item__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 12px;
  gap: 4px;
}

.kpi .categorias .cat-item .cat-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kpi .categorias .cat-item .cat-item__bottom {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.kpi .categorias .cat-item .cat-item__name {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #a1aab2;
  letter-spacing: 0.3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kpi .categorias .cat-item .cat-item__total {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.kpi .categorias .cat-item .cat-item__diff {
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

.kpi .categorias .cat-item .cat-item__diff i {
  font-size: 10px;
  margin-right: 1px;
}

.kpi .categorias .cat-item .cat-item__diff--up {
  color: #f62d51;
}

.kpi .categorias .cat-item .cat-item__diff--down {
  color: #32c787;
}

.kpi .categorias .cat-item .cat-item__diff--equal {
  color: #a1aab2;
}

.kpi .categorias .cat-item .cat-item__pct {
  font-size: 10px;
  font-weight: 600;
  color: #a1aab2;
  white-space: nowrap;
}

@media (max-width: 1500px) {
  .kpi .lumiere .tipo-de-venta .item .indicadores {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 840px) {
  .kpi .lumiere .tipo-de-venta .item {
    grid-template-columns: 1fr;
  }

  .kpi .lumiere .tipo-de-venta .item .indicadores {
    grid-template-columns: 1fr;
  }

  .kpi .lumiere .tipo-de-venta .item .indicadores .col-item {
    grid-template-columns: 2fr 1fr;
  }

  .kpi .lumiere .tipo-de-venta .item .indicadores .col-item .col-info {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }

  .kpi .lumiere .tipo-de-venta .item .indicadores .col-item .col-info .col-detail {
    gap: 5px;
    justify-content: space-between;
  }
}

/* desktop: flex-grow proporcional a cantidad de avatares */

@media (min-width: 1025px) {
  .kpi .equipos-kpi ul {
    flex-wrap: nowrap;
  }

  .kpi .equipos-kpi .equipo-group {
    flex: var(--equipo-flex, 1) 1 0;
  }
}

/* desktop xl: avatares más grandes y separados */

@media (min-width: 1400px) {
  .kpi .equipos-kpi .avatar-stack .avatar-stack__item {
    width: 42px;
    height: 42px;
    margin-left: -6px;
  }

  .kpi .equipos-kpi .avatar-stack .avatar-stack__item img {
    width: 42px;
    height: 42px;
  }
}

/* desktop: tamaño base definido arriba (36px, margin -8px) */

/* tablet y mobile: categorías en 2 columnas mínimo */

@media (max-width: 1024px) {
  .kpi .categorias .cat-item {
    flex: 1 1 calc(50% - 6px);
    min-width: calc(50% - 6px);
  }
}

/* tablet y mobile: cada equipo ocupa una fila */

@media (max-width: 1024px) {
  .kpi .equipos-kpi ul {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  .kpi .equipos-kpi .equipo-group {
    flex: 0 0 auto;
    width: 100%;
    justify-content: space-between;
    padding: 8px 12px 8px 8px;
  }

  .kpi .equipos-kpi .avatar-stack {
    flex: 1 1 0;
    min-width: 0;
  }

  .kpi .equipos-kpi .equipo-group__info {
    text-align: right;
  }
}

@media (max-width: 550px) {
  .kpi .lumiere .tipo-de-venta {
    grid-template-columns: 1fr;
  }

  .kpi .equipos-kpi .equipo-group__info .equipo-group__nombre {
    font-size: 10px;
  }

  .kpi .equipos-kpi .equipo-group__info .equipo-group__total {
    font-size: 12px;
  }
}

/* botón corregir SAT */

#datatable-btn-corregir.active {
  background-color: #222220;
  border-color: #222220;
  color: #FFFFFF;
}

/* tooltip flotante para avatares de equipos */

.avatar-floating-tip {
  position: absolute;
  background: #FFFFFF;
  color: #707070;
  padding: 8px 14px;
  border-radius: 8px;
  white-space: nowrap;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15), 0 1px 4px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.avatar-floating-tip.visible {
  opacity: 1;
}

.avatar-floating-tip .avatar-floating-tip__name {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.avatar-floating-tip .avatar-floating-tip__total {
  font-size: 13px;
  font-weight: 700;
  color: #32c787;
}

.avatar-floating-tip .avatar-floating-tip__arrow {
  position: absolute;
  transform: translateX(-50%);
  border: 6px solid transparent;
}

.avatar-floating-tip[data-arrow=bottom] .avatar-floating-tip__arrow {
  top: 100%;
  border-top-color: #FFFFFF;
}

.avatar-floating-tip[data-arrow=top] .avatar-floating-tip__arrow {
  bottom: 100%;
  border-bottom-color: #FFFFFF;
}

/* Animación de entrada */

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes ripple-subtle {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.6;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

.ruta-peso-bar .ruta-peso-texto {
  font-size: 11px;
  color: #6c757d;
}

.sugerencia-item {
  background: #fff;
  transition: background 0.15s;
}

.sugerencia-item:hover {
  background: #f8f9fa;
}

.sugerencia-item.selected-sugerencia {
  background: #e8f5e9;
}

.peso-ruta-content .peso-ruta-texto {
  font-size: 12px;
  color: #6c757d;
}

.dl-kpi-card {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  overflow: hidden;
  position: relative;
}

.dl-kpi-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.dl-kpi-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: var(--dl-kpi-color, #1976d2);
}

.dl-kpi-card .dl-kpi-icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--dl-kpi-color, #1976d2);
  background: var(--dl-kpi-bg, rgba(25, 118, 210, 0.12));
}

.dl-kpi-card .dl-kpi-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #8c97a3;
  font-weight: 600;
  margin-bottom: 2px;
  line-height: 1;
}

.dl-kpi-card .dl-kpi-value {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--dl-kpi-color, #1976d2);
  margin: 2px 0;
  letter-spacing: -0.5px;
}

.dl-kpi-card .dl-kpi-sub {
  font-size: 11px;
  color: #9aa5b1;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
}

.dl-kpi-card .dl-kpi-sub i {
  font-size: 13px;
}

.dl-kpi-card .dl-kpi-bar {
  height: 4px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 6px;
}

.dl-kpi-card .dl-kpi-bar .dl-kpi-bar-fill {
  height: 100%;
  background: var(--dl-kpi-color, #1976d2);
  border-radius: 2px;
  transition: width 0.4s ease;
}

.dl-kpi-card .dl-kpi-actions {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.dl-kpi-card .dl-kpi-btn {
  flex: 1 1 auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  color: #555;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: all 0.15s;
}

.dl-kpi-card .dl-kpi-btn i {
  font-size: 14px;
}

.dl-kpi-card .dl-kpi-btn:hover {
  border-color: var(--dl-kpi-color, #1976d2);
  color: var(--dl-kpi-color, #1976d2);
  background: var(--dl-kpi-bg, rgba(25, 118, 210, 0.08));
}

.dl-kpi-card .dl-kpi-btn.dl-kpi-btn-primary {
  background: var(--dl-kpi-color, #1976d2);
  color: #fff;
  border-color: transparent;
}

.dl-kpi-card .dl-kpi-btn.dl-kpi-btn-primary:hover {
  filter: brightness(1.1);
}

.dl-kpi-primary {
  --dl-kpi-color: #5a67ff;
  --dl-kpi-bg: rgba(90, 103, 255, 0.12);
}

.dl-kpi-info {
  --dl-kpi-color: #1e88e5;
  --dl-kpi-bg: rgba(30, 136, 229, 0.12);
}

.dl-kpi-success {
  --dl-kpi-color: #2ec4a4;
  --dl-kpi-bg: rgba(46, 196, 164, 0.12);
}

.dl-kpi-warning {
  --dl-kpi-color: #f5a623;
  --dl-kpi-bg: rgba(245, 166, 35, 0.14);
}

.dl-kpi-danger {
  --dl-kpi-color: #ef5350;
  --dl-kpi-bg: rgba(239, 83, 80, 0.12);
}

.dl-tt {
  --c: #2c3e50;
  --tt-border: #e6e9ec;
  --tt-text: #2d3748;
  --tt-muted: #6b7280;
  min-width: 280px;
  font-family: "Nunito Sans", sans-serif;
  color: var(--tt-text);
}

.dl-tt .dl-tt-header {
  padding: 0 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--tt-border);
}

.dl-tt .dl-tt-doc {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--c);
  background: rgba(0, 0, 0, 0.04);
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
  margin-bottom: 6px;
}

.dl-tt .dl-tt-cliente {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--tt-text);
  margin-bottom: 6px;
}

.dl-tt .dl-tt-dir {
  font-size: 12px;
  color: var(--tt-muted);
  line-height: 1.4;
}

.dl-tt .dl-tt-dir i {
  margin-right: 4px;
  color: var(--c);
  opacity: 0.7;
}

.dl-tt .dl-tt-grupo-badge {
  font-size: 13px;
  font-weight: 700;
  color: var(--c);
  margin-bottom: 6px;
}

.dl-tt .dl-tt-grupo-badge i {
  margin-right: 4px;
}

.dl-tt .dl-tt-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 0 2px;
}

.dl-tt .dl-tt-chip {
  font-size: 11px;
  padding: 3px 9px;
  border-radius: 10px;
  background: #f3f4f6;
  color: #4b5563;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--tt-border);
}

.dl-tt .dl-tt-chip i {
  font-size: 12px;
  opacity: 0.7;
}

.dl-tt .dl-tt-chip.dl-tt-chip-eta {
  background: #fff;
  color: var(--c);
  border-color: var(--c);
}

.dl-tt .dl-tt-meta {
  font-size: 11px;
  color: var(--tt-muted);
  margin: 0 2px 10px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.dl-tt .dl-tt-actions {
  display: flex;
  gap: 8px;
  margin-top: 4px;
  padding: 0 2px;
}

.dl-tt .dl-tt-action {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  background: #fff;
  color: var(--tt-text);
  border: 1.5px solid var(--tt-border);
}

.dl-tt .dl-tt-action:hover {
  border-color: var(--c);
  color: var(--c);
  background: #fafbfc;
  text-decoration: none;
}

.dl-tt .dl-tt-action i {
  font-size: 22px;
  flex-shrink: 0;
  opacity: 0.8;
}

.dl-tt .dl-tt-action .dl-tt-action-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  opacity: 0.65;
  font-weight: 600;
  line-height: 1;
}

.dl-tt .dl-tt-action .dl-tt-action-value {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 3px;
}

.dl-tt .dl-tt-action.dl-tt-action-primary {
  background: var(--c);
  color: #fff;
  border-color: var(--c);
}

.dl-tt .dl-tt-action.dl-tt-action-primary i {
  opacity: 1;
}

.dl-tt .dl-tt-action.dl-tt-action-primary .dl-tt-action-label {
  opacity: 0.85;
}

.dl-tt .dl-tt-action.dl-tt-action-primary:hover {
  color: #fff;
  background: var(--c);
  filter: brightness(1.08);
}

.dl-tt .dl-tt-action.dl-tt-disabled {
  background: #f8f9fa;
  color: #adb5bd;
  border-color: var(--tt-border);
  cursor: not-allowed;
  pointer-events: none;
}

.dl-tt .dl-tt-action.dl-tt-disabled i {
  opacity: 0.45;
}

.dl-tt .dl-tt-grupo-lista {
  max-height: 220px;
  overflow-y: auto;
  margin: 4px 0 10px;
  border: 1px solid var(--tt-border);
  border-radius: 6px;
  background: #fafbfc;
}

.dl-tt .dl-tt-grupo-item {
  display: flex;
  gap: 10px;
  padding: 8px 10px;
  border-bottom: 1px solid var(--tt-border);
  align-items: flex-start;
}

.dl-tt .dl-tt-grupo-item:last-child {
  border-bottom: 0;
}

.dl-tt .dl-tt-grupo-doc {
  font-size: 10px;
  background: var(--c);
  color: #fff;
  padding: 3px 7px;
  border-radius: 4px;
  font-weight: 700;
  flex-shrink: 0;
  align-self: flex-start;
  letter-spacing: 0.4px;
}

.dl-tt .dl-tt-grupo-info {
  flex: 1;
  min-width: 0;
}

.dl-tt .dl-tt-grupo-cliente {
  font-size: 12px;
  font-weight: 600;
  color: var(--tt-text);
  line-height: 1.25;
}

.dl-tt .dl-tt-grupo-tel {
  font-size: 11px;
  color: var(--tt-muted);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 3px;
}

.dl-tt .dl-tt-grupo-tel:hover {
  color: var(--c);
  text-decoration: underline;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style-iw-c {
  padding: 14px !important;
}

.gm-ui-hover-effect {
  top: 4px !important;
  right: 4px !important;
}

.orders {
  margin: 0;
  padding: 0;
  width: 100%;
}

.orders .orders-item {
  border-bottom: 1px solid #dee2e6;
  list-style: none;
  padding: 5px;
  position: relative;
  width: 100%;
  padding-left: 55px;
  margin-bottom: 5px;
}

.orders .orders-item:last-child {
  border-bottom: 1px solid transparent;
}

.orders .orders-item .product-image {
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
}

.orders .orders-item .title {
  font-size: 0.75rem;
}

.orders .orders-item .title small {
  margin-left: 5px;
}

.orders .orders-item .sku {
  font-size: 0.7rem;
  position: relative;
  margin-left: 10px;
}

.orders .orders-item .barcode-zoom {
  height: 7px;
  top: 0;
  right: 0;
  position: absolute;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  z-index: 9999;
}

.orders .orders-item .barcode-zoom:hover {
  background-color: #FFFFFF;
  height: 85px;
  padding: 15px;
  z-index: 999999;
}

.orders .orders-item .orders-bottom {
  margin-top: 0px;
  width: 100%;
}

.orders .orders-item .orders-bottom > div {
  font-size: 0.7rem;
}

.orders .orders-item .orders-bottom > div:first {
  border-right: 1px solid #dee2e6;
}

.orders .orders-item .orders-bottom > div span {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

.orders-products .orden-actions {
  padding: 10px;
  width: 100%;
}

.orders-products .orden-actions .action {
  background-color: #f9f9f9;
  list-style: none;
  display: inline-block;
  padding: 15px 15px;
  margin-right: 15px;
}

.orders-products .orden-actions .action:last-child {
  margin-right: 0;
}

.orders-products .orden-actions .action a {
  color: #4f5861;
}

.orders-products .orden-actions .action a:hover {
  color: #2962F8;
}

.orders-products .orden-actions .action a img {
  height: 18px;
}

.orders-products .orden-actions .d-inline-block {
  display: inline-block;
}

.orders-products .card .card-body {
  padding: 0.8rem !important;
}

.orders-products .card .card-body .display-6 {
  font-size: 1.5rem;
}

.orders-products .card .card-body .m-l-15 {
  overflow: hidden;
}

.orders-products .card .card-body h2 {
  font-size: 0.85rem;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.orders-products .card .card-body h6 {
  font-size: 0.65rem;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.orders-table-products table thead tr th {
  font-size: 0.67rem !important;
  padding: 0.5rem 0.5rem !important;
}

.orders-table-products table tbody td h5 {
  font-size: 0.67rem !important;
}

.orders-table-products table tbody tr.data_null td {
  font-weight: 400;
  padding: 1.2rem !important;
}

.orders-table-products table tbody tr.data_null td h5 {
  font-size: 18px !important;
  font-weight: 400;
}

.orders-products-record {
  border: 1px solid #f9f9f9;
  margin-top: 15px;
}

.orders-products-record .credit-reanudar {
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.6rem;
}

.orders-products-record .credit .col-4 {
  padding: 0;
}

.orders-products-record .credit .col-4 > span {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.orders-products-record hr {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.orders-record {
  padding: 0 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.orders-record ul {
  width: 100%;
}

.orders-record ul li {
  width: 100%;
  margin-bottom: 2px;
}

.orders-record ul li .action {
  color: #4f5861;
  padding: 8px;
  font-size: 18px;
  background-color: #dee2e6;
  margin-right: 10px;
}

.producto-modulos-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.producto-modulos-nav .producto-modulo-btn {
  background-color: #FFFFFF;
  border: 1px solid var(--dl-form-border, #f1f1f1);
  color: #4f5861;
  min-width: 120px;
}

.producto-modulos-nav .producto-modulo-btn.is-active,
.producto-modulos-nav .producto-modulo-btn:focus,
.producto-modulos-nav .producto-modulo-btn:hover {
  background-color: var(--dl-surface-soft, #f9f9f9);
  border-color: var(--dl-form-border-focus, #343a40);
  color: #4f5861;
}

.producto-seccion-contenido {
  width: 100%;
}

.producto-seccion-encabezado {
  border-bottom: 1px solid var(--dl-form-border, #f1f1f1);
  padding-bottom: 10px;
}

.producto-seccion-encabezado h5 {
  color: #4f5861;
  margin-bottom: 0;
}

#modal-data.producto-modo-seccion .steps > ul,
#modal-data.producto-modo-seccion .actions,
#modal-data.producto-modo-seccion .producto-modulos-nav-wrapper {
  display: none !important;
}

#modal-data.producto-modo-seccion h3 {
  display: none;
}

#modal-data .producto-seccion-footer {
  border-top: 1px solid var(--dl-form-border, #f1f1f1);
  padding: 0 30px 25px;
}

.producto-galeria {
  --producto-galeria-border: var(--dl-form-border, #f1f1f1);
  --producto-galeria-surface: var(--dl-surface-soft, #f9f9f9);
  --producto-galeria-text: var(--dl-text, #4f5861);
  --producto-galeria-subtext: var(--dl-subtext, #A3AABA);
  --producto-galeria-highlight: var(--dl-text-soft, #343a40);
  --producto-galeria-success: #32c787;
  --producto-galeria-danger: #f62d51;
}

.producto-galeria .producto-galeria-panel {
  background-color: #FFFFFF;
  border: 1px solid var(--producto-galeria-border);
  padding: 16px;
}

.producto-galeria .producto-galeria-destacada-link {
  background-color: #FFFFFF;
  border: 1px solid var(--producto-galeria-border);
  display: block;
  min-height: 260px;
  overflow: hidden;
  padding: 12px;
}

.producto-galeria .producto-galeria-destacada-preview {
  height: 100%;
  max-height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.producto-galeria .producto-galeria-destacada-texto {
  color: var(--producto-galeria-subtext);
}

.producto-galeria .producto-galeria-destacada-actions .custom-file-label {
  color: var(--producto-galeria-text);
}

.producto-galeria .producto-galeria-dropzone {
  background-color: #FFFFFF;
  border: 1px dashed var(--producto-galeria-border);
  min-height: 180px;
  overflow: hidden;
  position: relative;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.producto-galeria .producto-galeria-dropzone.is-dragover {
  background-color: var(--producto-galeria-surface);
  border-color: var(--producto-galeria-highlight);
}

.producto-galeria .producto-galeria-dropzone-input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.producto-galeria .producto-galeria-dropzone-body {
  align-items: center;
  color: var(--producto-galeria-text);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 180px;
  padding: 24px 20px;
}

.producto-galeria .producto-galeria-dropzone-icon {
  color: var(--producto-galeria-subtext);
  font-size: 42px;
  line-height: 1;
  margin-bottom: 12px;
}

.producto-galeria .producto-galeria-dropzone-files {
  color: var(--producto-galeria-subtext);
}

.producto-galeria .producto-galeria-card {
  background-color: #FFFFFF;
  border-color: var(--producto-galeria-border) !important;
}

.producto-galeria .producto-galeria-card .badge-light {
  background-color: var(--producto-galeria-surface);
  color: var(--producto-galeria-text);
}

.producto-galeria .producto-galeria-card .badge-info {
  background-color: var(--producto-galeria-highlight);
}

.producto-galeria .producto-galeria-card .img-thumbnail {
  background-color: #FFFFFF;
  border: 1px solid var(--producto-galeria-border);
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.producto-galeria .producto-galeria-card-destacada {
  border-color: var(--dl-form-border-focus, #343a40) !important;
  box-shadow: 0 0 0 1px var(--dl-form-border-focus, #343a40);
}

.producto-galeria .producto-galeria-empty {
  color: var(--producto-galeria-subtext);
}

@media (max-width: 991px) {
  .producto-galeria .producto-galeria-panel {
    padding: 12px;
  }

  .producto-galeria .producto-galeria-destacada-link {
    min-height: 220px;
    margin-bottom: 12px;
  }
}

#modal-view .producto-view-storefront {
  --producto-view-border: var(--dl-form-border, #f1f1f1);
  --producto-view-surface: var(--dl-surface-soft, #f9f9f9);
  --producto-view-surface-strong: rgba($white, 0.98);
  --producto-view-text: var(--dl-text, #4f5861);
  --producto-view-subtext: var(--dl-subtext, #A3AABA);
  --producto-view-highlight: var(--dl-form-border-focus, #343a40);
}

#modal-view .producto-view-storefront .card {
  border: 1px solid var(--producto-view-border);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  margin-bottom: 14px;
}

#modal-view .producto-view-storefront .card .card-body {
  padding: 1.1rem;
}

#modal-view .producto-view-storefront .producto-view-hero-card .card-body {
  padding: 1.25rem;
}

#modal-view .producto-view-storefront .producto-view-section-head {
  align-items: flex-end;
  border-bottom: 1px solid var(--producto-view-border);
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

#modal-view .producto-view-storefront .producto-view-section-head small {
  color: var(--producto-view-subtext);
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

#modal-view .producto-view-storefront .producto-view-section-head h4,
#modal-view .producto-view-storefront .producto-view-section-head h5 {
  color: var(--producto-view-text);
  margin: 0;
}

#modal-view .producto-view-storefront .producto-view-section-head--hero {
  margin-bottom: 18px;
}

#modal-view .producto-view-storefront .producto-view-gallery-link {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, var(--producto-view-surface) 100%);
  border: 1px solid var(--producto-view-border);
  border-radius: 0;
  align-items: center;
  display: flex !important;
  height: 390px;
  justify-content: center;
  overflow: hidden;
  padding: 16px;
  position: relative;
  width: 100%;
  cursor: zoom-in;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: box-shadow 0.28s ease;
}

#modal-view .producto-view-storefront .producto-view-gallery-link:hover,
#modal-view .producto-view-storefront .producto-view-gallery-link:focus {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

#modal-view .producto-view-storefront .producto-view-gallery-image {
  transition: opacity 0.28s ease, transform 0.28s ease;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center center;
  width: auto;
  will-change: transform;
}

#modal-view .producto-view-storefront .producto-view-gallery-controls {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
}

#modal-view .producto-view-storefront .producto-view-gallery-control,
#modal-view .producto-view-storefront .producto-view-gallery-zoom-level {
  background-color: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--producto-view-border);
  color: var(--producto-view-text);
  min-height: 38px;
}

#modal-view .producto-view-storefront .producto-view-gallery-control {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-width: 38px;
  padding: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

#modal-view .producto-view-storefront .producto-view-gallery-control:hover,
#modal-view .producto-view-storefront .producto-view-gallery-control:focus {
  background-color: var(--producto-view-surface);
  border-color: var(--producto-view-highlight);
  color: var(--producto-view-text);
}

#modal-view .producto-view-storefront .producto-view-gallery-control.is-disabled,
#modal-view .producto-view-storefront .producto-view-gallery-control:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

#modal-view .producto-view-storefront .producto-view-gallery-zoom-level {
  align-items: center;
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 600;
  justify-content: center;
  min-width: 64px;
  padding: 6px 10px;
}

#modal-view .producto-view-storefront .producto-view-gallery-stage {
  --producto-view-zoom-scale: 1;
  overflow: hidden;
  position: relative;
  background-color: var(--producto-view-surface);
}

#modal-view .producto-view-storefront .producto-view-gallery-stage.is-loading .producto-view-gallery-image {
  visibility: hidden;
}

#modal-view .producto-view-storefront .producto-view-gallery-stage.is-zoomed .producto-view-gallery-link {
  cursor: grab;
}

#modal-view .producto-view-storefront .producto-view-gallery-stage.is-dragging .producto-view-gallery-link {
  cursor: grabbing;
}

#modal-view .producto-view-storefront .producto-view-gallery-caption {
  color: var(--producto-view-subtext);
  margin-top: 10px;
  min-height: 20px;
}

#modal-view .producto-view-storefront .producto-view-gallery-carousel-wrapper {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

#modal-view .producto-view-storefront .producto-view-gallery-carousel {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

#modal-view .producto-view-storefront .producto-view-gallery-carousel::-webkit-scrollbar {
  height: 6px;
}

#modal-view .producto-view-storefront .producto-view-gallery-carousel::-webkit-scrollbar-thumb {
  background-color: var(--producto-view-border);
}

#modal-view .producto-view-storefront .producto-view-gallery-thumbs {
  display: inline-flex;
  gap: 12px;
  min-width: 100%;
  padding-bottom: 4px;
}

#modal-view .producto-view-storefront .producto-view-gallery-thumb-item {
  flex: 0 0 170px;
  max-width: 170px;
}

#modal-view .producto-view-storefront .producto-view-gallery-nav {
  align-items: center;
  border: 1px solid var(--producto-view-border);
  color: var(--producto-view-text);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  min-width: 40px;
  padding: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#modal-view .producto-view-storefront .producto-view-gallery-nav:hover,
#modal-view .producto-view-storefront .producto-view-gallery-nav:focus {
  background-color: var(--producto-view-surface);
  border-color: var(--producto-view-highlight);
  color: var(--producto-view-text);
  transform: translateY(-1px);
}

#modal-view .producto-view-storefront .producto-view-thumb {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: 1px solid var(--producto-view-border);
  border-radius: 0;
  color: var(--producto-view-text);
  display: block;
  height: 100%;
  padding: 8px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

#modal-view .producto-view-storefront .producto-view-thumb img {
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.22s ease;
  width: 100%;
}

#modal-view .producto-view-storefront .producto-view-thumb small {
  color: var(--producto-view-subtext);
  display: block;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#modal-view .producto-view-storefront .producto-view-thumb.is-active,
#modal-view .producto-view-storefront .producto-view-thumb:hover,
#modal-view .producto-view-storefront .producto-view-thumb:focus {
  border-color: var(--producto-view-highlight);
  box-shadow: 0 0 0 1px var(--producto-view-highlight);
  transform: translateY(-2px);
}

#modal-view .producto-view-storefront .producto-view-thumb.is-active img,
#modal-view .producto-view-storefront .producto-view-thumb:hover img,
#modal-view .producto-view-storefront .producto-view-thumb:focus img {
  transform: scale(1.02);
}

#modal-view .producto-view-storefront .producto-view-gallery-empty {
  color: var(--producto-view-subtext);
  margin-top: 12px;
}

#modal-view .producto-view-storefront .producto-view-state-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

#modal-view .producto-view-storefront .producto-view-chip {
  background-color: var(--producto-view-surface-strong);
  border: 1px solid var(--producto-view-border);
  min-width: 130px;
  padding: 10px 12px;
}

#modal-view .producto-view-storefront .producto-view-chip span {
  color: var(--producto-view-subtext);
  display: block;
  font-size: 0.8rem;
  margin-bottom: 4px;
}

#modal-view .producto-view-storefront .producto-view-chip p {
  color: var(--producto-view-text);
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

#modal-view .producto-view-storefront .producto-view-resumen {
  margin-bottom: 10px;
}

#modal-view .producto-view-storefront .producto-view-resumen .producto-view-resumen-card {
  background-color: var(--producto-view-surface-strong);
  border: 1px solid var(--producto-view-border);
  margin-bottom: 12px;
  padding: 12px;
}

#modal-view .producto-view-storefront .producto-view-price-grid {
  margin-bottom: 12px;
}

#modal-view .producto-view-storefront .producto-view-price-grid .producto-view-price-card {
  background-color: #FFFFFF;
  border: 1px solid var(--producto-view-border);
  margin-bottom: 12px;
  min-height: 84px;
  padding: 12px;
}

#modal-view .producto-view-storefront .producto-view-price-grid .producto-view-price-card p {
  color: var(--producto-view-text);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 8px 0 0;
}

#modal-view .producto-view-storefront .producto-view-barcode {
  border-top: 1px solid var(--producto-view-border);
  margin-top: 8px;
  padding-top: 16px;
}

#modal-view .producto-view-storefront .producto-view-barcode img {
  max-height: 72px;
}

#modal-view .producto-view-storefront .producto-view-copy {
  background-color: var(--producto-view-surface-strong);
  border: 1px solid var(--producto-view-border);
  min-height: 136px;
  padding: 16px;
}

#modal-view .producto-view-storefront .producto-view-copy p {
  color: var(--producto-view-text);
  margin: 0;
  white-space: pre-line;
}

#modal-view .producto-view-storefront .producto-view-grid > div {
  margin-bottom: 16px;
}

#modal-view .producto-view-storefront .producto-view-grid span {
  color: var(--producto-view-subtext);
  display: block;
  font-size: 0.85rem;
  margin-bottom: 6px;
}

#modal-view .producto-view-storefront .producto-view-grid p {
  color: var(--producto-view-text);
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

#modal-view .producto-view-storefront .producto-view-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

#modal-view .producto-view-storefront .producto-view-meta .sku_original p {
  color: inherit;
  display: inline;
  font-size: inherit;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 991px) {
  #modal-view .producto-view-storefront .card .card-body,
  #modal-view .producto-view-storefront .producto-view-hero-card .card-body {
    padding: 0.95rem;
  }

  #modal-view .producto-view-storefront .producto-view-gallery-image {
    max-height: 100%;
  }

  #modal-view .producto-view-storefront .producto-view-gallery-controls {
    gap: 6px;
    right: 12px;
    top: 12px;
  }

  #modal-view .producto-view-storefront .producto-view-gallery-control {
    min-height: 34px;
    min-width: 34px;
  }

  #modal-view .producto-view-storefront .producto-view-gallery-zoom-level {
    min-height: 34px;
    min-width: 54px;
    padding: 4px 8px;
  }

  #modal-view .producto-view-storefront .producto-view-gallery-carousel-wrapper {
    gap: 6px;
  }

  #modal-view .producto-view-storefront .producto-view-gallery-thumb-item {
    flex-basis: 130px;
    max-width: 130px;
  }

  #modal-view .producto-view-storefront .producto-view-section-head {
    display: block;
  }
}

.profile .profile-avatar {
  position: relative;
}

.profile .profile-avatar:hover div {
  display: block;
}

.profile .profile-avatar:hover div p {
  color: #FFFFFF;
  line-height: 110px;
}

.profile .profile-avatar div {
  cursor: pointer;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  height: 110px;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  z-index: 1;
  width: 110px;
}

@media screen and (max-width: 1024px) {
  .profile .list-unstyled .media .media-body .font-medium {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 600px) {
  .profile .list-unstyled .media .media-body .font-medium {
    font-size: 1rem;
  }
}

/* ─── KILOMETRAJE ─── */

.km {
  background: #FFFFFF;
  border-radius: 15px;
  overflow: hidden;
}

.km__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px 0;
}

.km__header .km__titulo {
  font-size: 14px;
  font-weight: 600;
  color: #343a40;
  text-transform: uppercase;
}

.km__header .km__titulo .mdi {
  margin-right: 6px;
  color: #a1aab2;
}

.km__header .km__rango {
  font-size: 12px;
  color: #a1aab2;
  background: #f9f9f9;
  border-radius: 15px;
  padding: 4px 12px;
}

/* ─── KPIs RESUMEN ─── */

.km__resumen {
  padding: 10px 20px;
}

.km__kpi {
  display: flex;
  gap: 10px;
}

.km__kpi-item {
  flex: 1;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 8px 12px;
  text-align: center;
}

.km__kpi-val {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #343a40;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}

.km__kpi-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #a1aab2;
  margin-top: 2px;
}

.km__kpi--verde .km__kpi-val {
  color: #32c787;
}

.km__kpi--amber .km__kpi-val {
  color: #ffc107;
}

.km__kpi--rojo .km__kpi-val {
  color: #f62d51;
}

/* ─── SCROLL WRAP ─── */

.km__scroll-wrap {
  position: relative;
}

.km__scroll-ind {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #F3F3F3;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.km__scroll-ind .mdi {
  font-size: 16px;
  color: #4f5861;
  line-height: 1;
}

.km__scroll-ind:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%) scale(1.08);
}

.km__scroll-ind:active {
  transform: translateY(-50%) scale(0.95);
}

.km__scroll-ind--left {
  left: 10px;
}

.km__scroll-ind--right {
  right: 10px;
}

.km__scroll-ind--visible {
  opacity: 1;
  pointer-events: auto;
}

/* ─── GRID ─── */

.km__grid {
  display: flex;
  gap: 10px;
  padding: 0 20px 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.km__grid::-webkit-scrollbar {
  display: none;
}

/* ─── CARD DÍA ─── */

.km__dia {
  flex: 1;
  min-width: 130px;
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  scroll-snap-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.km__dia:hover:not(.km__dia--off) {
  transform: scale(1.02);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.km__dia-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 0;
}

.km__dia-name {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #a1aab2;
}

.km__dia-num {
  font-size: 20px;
  font-weight: 700;
  color: #343a40;
  line-height: 1;
}

/* ─── RECORRIDO DEL DÍA ─── */

.km__rec {
  text-align: center;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.km__rec--pos {
  color: #32c787;
}

.km__rec--zero {
  color: #a1aab2;
}

.km__rec--na {
  color: #d0d0d0;
  font-size: 11px;
  font-weight: 400;
}

.km__dia-sep {
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
  margin: 0 12px;
}

.km__dia-body {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* ─── HOY ─── */

.km__dia--hoy {
  background: #FFFFFF;
  border: 2px solid #03A9F4;
  box-shadow: 0 2px 10px rgba(3, 169, 244, 0.15);
}

.km__dia--hoy .km__dia-name {
  color: #03A9F4;
}

.km__dia--hoy .km__dia-num {
  color: #2962F8;
}

.km__dia--hoy .km__dia-sep {
  background: rgba(3, 169, 244, 0.2);
}

/* ─── ESTADOS ─── */

.km__dia--ok .km__dia-num {
  color: #32c787;
}

.km__dia--pend .km__dia-num {
  color: #f62d51;
}

.km__dia--off {
  opacity: 0.45;
}

.km__dia--off:hover {
  transform: none;
  box-shadow: none;
}

/* ─── ROW ─── */

.km__row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 6px;
  min-height: 30px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.km__row-icon {
  font-size: 14px;
  line-height: 1;
  flex-shrink: 0;
}

.km__row-icon--verde {
  color: #32c787;
}

.km__row-icon--rojo {
  color: #f62d51;
}

.km__row-icon--gris {
  color: #d0d0d0;
}

.km__row-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #a1aab2;
}

.km__row-val {
  flex: 1;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.km__row-val small {
  font-size: 9px;
  font-weight: 400;
  color: #a1aab2;
  margin-left: 2px;
  text-transform: uppercase;
}

.km__row--ok {
  background: #FFFFFF;
}

.km__row--ok .km__row-val {
  color: #343a40;
}

.km__row--ok:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.km__row--empty {
  background: #f62d51;
  border-radius: 6px;
}

.km__row--empty .km__row-icon {
  color: #FFFFFF;
}

.km__row--empty .km__row-label {
  color: rgba(255, 255, 255, 0.7);
}

.km__row--empty .km__row-val {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
}

.km__row--empty:hover {
  background: #f5153d;
}

.km__row--off {
  cursor: default;
  background: transparent;
}

.km__row--off .km__row-label,
.km__row--off .km__row-val {
  color: #d0d0d0;
}

/* ─── RESPONSIVE ─── */

/* Móvil pequeño (≤ 480px) */

@media (max-width: 480px) {
  .km {
    border-radius: 10px;
  }

  .km__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 10px 12px 0;
  }

  .km__header .km__rango {
    font-size: 10px;
    padding: 3px 8px;
  }

  .km__resumen {
    padding: 6px 12px;
  }

  .km__kpi {
    gap: 4px;
    flex-wrap: wrap;
  }

  .km__kpi-item {
    padding: 5px 6px;
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
  }

  .km__kpi-val {
    font-size: 13px;
  }

  .km__kpi-label {
    font-size: 9px;
  }

  .km__grid {
    gap: 6px;
    padding: 0 12px 12px;
  }

  .km__dia {
    min-width: 85px;
    flex: 0 0 auto;
  }

  .km__dia--hoy {
    min-width: 110px;
  }

  .km__dia-top {
    padding: 6px 8px 0;
  }

  .km__dia-name {
    font-size: 10px;
    letter-spacing: 0.3px;
  }

  .km__dia-num {
    font-size: 15px;
  }

  .km__rec {
    font-size: 10px;
    padding: 2px 6px;
  }

  .km__dia-sep {
    margin: 0 6px;
  }

  .km__dia-body {
    padding: 4px;
    gap: 3px;
  }

  .km__row {
    padding: 4px 5px;
    min-height: 32px;
    gap: 3px;
  }

  /* min-height 32px touch target */

  .km__row-icon {
    font-size: 13px;
  }

  .km__row-val {
    font-size: 10px;
  }

  .km__row-label {
    font-size: 8px;
  }
}

/* Móvil (481px - 768px) */

@media (min-width: 481px) and (max-width: 768px) {
  .km__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 12px 15px 0;
  }

  .km__resumen {
    padding: 8px 15px;
  }

  .km__kpi {
    gap: 6px;
  }

  .km__kpi-item {
    padding: 6px 8px;
  }

  .km__kpi-val {
    font-size: 14px;
  }

  .km__grid {
    gap: 8px;
    padding: 0 15px 15px;
  }

  .km__dia {
    min-width: 100px;
    flex: 0 0 auto;
  }

  .km__dia--hoy {
    min-width: 130px;
  }

  .km__dia-top {
    padding: 8px 10px 0;
  }

  .km__dia-name {
    font-size: 11px;
  }

  .km__dia-num {
    font-size: 17px;
  }

  .km__rec {
    font-size: 11px;
    padding: 2px 8px;
  }

  .km__dia-sep {
    margin: 0 8px;
  }

  .km__dia-body {
    padding: 6px;
  }

  .km__row {
    padding: 5px 6px;
    min-height: 34px;
    gap: 4px;
  }

  .km__row-val {
    font-size: 11px;
  }

  .km__row-label {
    font-size: 9px;
  }
}

/* Tablet (769px - 1024px) */

@media (min-width: 769px) and (max-width: 1024px) {
  .km__dia {
    min-width: 0;
    flex: 1;
  }

  .km__dia--hoy {
    flex: 1.2;
  }

  .km__kpi-val {
    font-size: 15px;
  }
}

/* Desktop (> 1024px) */

@media (min-width: 1025px) {
  .km__dia {
    min-width: 0;
    flex: 1;
  }

  .km__dia--hoy {
    flex: 1.3;
  }
}

/* ─── SAT BADGES ─── */

.sat-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 10px;
  white-space: nowrap;
  line-height: 1.4;
  vertical-align: middle;
}

.sat-badge .fas,
.sat-badge .mdi {
  font-size: 9px;
}

.sat-badge--validado {
  background: rgba(50, 199, 135, 0.15);
  color: #289e6b;
}

.sat-badge--pendiente {
  background: rgba(255, 193, 7, 0.2);
  color: #ba8b00;
}

.sat-badge--anulado {
  background: rgba(65, 71, 85, 0.1);
  color: #414755;
}

.sat-badge--error {
  background: rgba(246, 45, 81, 0.12);
  color: #f62d51;
  cursor: pointer;
  transition: background 0.2s ease;
}

.sat-badge--error:hover {
  background: rgba(246, 45, 81, 0.25);
}

.sat-badge--na {
  background: transparent;
  color: #d0d0d0;
  font-weight: 400;
}

/* ============================================================
   Mis Entregas Pendientes
   Mensajería · mobile-first · patrón gastos dashboard
   Sin colores hardcodeados — usa _variables.scss
   ============================================================ */

/* ──────────────────────────────────────────────────────────────
   KPI — tarjetas de indicadores
   ────────────────────────────────────────────────────────────── */

.ep-resumen {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  margin-bottom: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.ep-resumen__metrics {
  display: flex;
}

@media (max-width: 767px) {
  .ep-resumen__metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.ep-metric {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  border-right: 1px solid #F3F3F3;
}

.ep-metric--pendientes {
  border-top: 4px solid #ffc107;
}

.ep-metric--entregas {
  border-top: 4px solid #2962F8;
}

.ep-metric--cobros {
  border-top: 4px solid #32c787;
}

.ep-metric--valor {
  border-top: 4px solid #2962F8;
}

.ep-metric:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  .ep-metric {
    border-bottom: 1px solid #F3F3F3;
  }

  .ep-metric:nth-child(2n) {
    border-right: none;
  }

  .ep-metric:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

.ep-metric__body {
  padding: 20px 22px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

@media (max-width: 767px) {
  .ep-metric__body {
    padding: 14px 12px 16px;
  }
}

.ep-metric__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.ep-metric--pendientes .ep-metric__label {
  color: #d39e00;
}

.ep-metric--pendientes .ep-metric__label i {
  color: #ffc107;
}

.ep-metric--entregas .ep-metric__label {
  color: #1050f7;
}

.ep-metric--entregas .ep-metric__label i {
  color: #2962F8;
}

.ep-metric--cobros .ep-metric__label {
  color: #289e6b;
}

.ep-metric--cobros .ep-metric__label i {
  color: #32c787;
}

.ep-metric--valor .ep-metric__label {
  color: #1050f7;
}

.ep-metric--valor .ep-metric__label i {
  color: #2962F8;
}

.ep-metric__label i {
  font-size: 15px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .ep-metric__label {
    font-size: 10px;
    margin-bottom: 8px;
  }
}

.ep-metric__value-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}

.ep-metric__value {
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -2px;
}

.ep-metric--pendientes .ep-metric__value {
  color: #ffc107;
}

.ep-metric--entregas .ep-metric__value {
  color: #2962F8;
}

.ep-metric--cobros .ep-metric__value {
  color: #32c787;
}

.ep-metric--valor .ep-metric__value {
  color: #2962F8;
}

.ep-metric__value--money {
  font-size: 28px;
  letter-spacing: -0.5px;
}

.ep-metric__value .ep-metric__pct {
  font-size: 0.42em;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0.7;
  margin-left: 2px;
  vertical-align: super;
}

@media (max-width: 767px) {
  .ep-metric__value {
    font-size: 38px;
  }

  .ep-metric__value--money {
    font-size: 20px;
  }
}

.ep-metric__fraction {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.85;
}

.ep-metric--pendientes .ep-metric__fraction {
  color: #ffc107;
}

.ep-metric--entregas .ep-metric__fraction {
  color: #2962F8;
}

.ep-metric--cobros .ep-metric__fraction {
  color: #32c787;
}

@media (max-width: 767px) {
  .ep-metric__fraction {
    font-size: 14px;
  }
}

.ep-metric__frac-sep {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.3;
  margin: 0 2px;
}

.ep-metric__desc {
  font-size: 10.5px;
  font-weight: 500;
  color: #a1aab2;
  margin-bottom: 14px;
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .ep-metric__desc {
    font-size: 10px;
    margin-bottom: 10px;
  }
}

.ep-metric__subs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

/* Sub-stat chip: badge con número + etiqueta */

.ep-sub-stat {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  background: #f9f9f9;
  border: 1px solid #F3F3F3;
  border-radius: 20px;
  white-space: nowrap;
}

.ep-sub-stat strong {
  font-size: 15px;
  font-weight: 800;
  color: #333;
  line-height: 1;
}

.ep-sub-stat em {
  font-style: normal;
  font-size: 12px;
  color: #a1aab2;
  font-weight: 500;
}

.ep-sub-stat--ok {
  background: rgba(50, 199, 135, 0.07);
  border-color: rgba(50, 199, 135, 0.2);
}

.ep-sub-stat--ok strong {
  color: #289e6b;
}

.ep-sub-stat--ok em {
  color: #269666;
}

.ep-sub-stat--ratio {
  background: #f9f9f9;
  border-color: #F3F3F3;
  gap: 4px;
}

.ep-sub-stat--ratio strong {
  font-size: 16px;
  font-weight: 800;
  color: #289e6b;
}

.ep-sub-stat--ratio em {
  font-size: 12px;
}

@media (max-width: 767px) {
  .ep-sub-stat {
    padding: 5px 11px;
  }

  .ep-sub-stat strong {
    font-size: 14px;
  }

  .ep-sub-stat em {
    font-size: 11px;
  }
}

/* Separador "de" dentro del chip ratio */

.ep-sub-sep {
  font-style: normal !important;
  font-size: 11px !important;
  color: #a1aab2 !important;
  font-weight: 400 !important;
  margin: 0 1px;
}

/* Total (denominador) — visualmente subordinado */

.ep-sub-total {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #a1aab2 !important;
}

/* ──────────────────────────────────────────────────────────────
   MAIN CARD + TABS
   ────────────────────────────────────────────────────────────── */

.ep-main-card {
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.ep-tabs {
  position: relative;
  padding: 0 16px;
  background: #FFFFFF;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.ep-tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #dee2e6;
  z-index: 0;
}

.ep-tabs .nav-item {
  margin-bottom: 0;
}

.ep-tabs .nav-link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #a1aab2;
  border: none;
  border-radius: 0;
  background: transparent;
  transition: color 0.15s;
}

.ep-tabs .nav-link i {
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.ep-tabs .nav-link .badge {
  font-size: 10px;
}

.ep-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  transition: background 0.15s;
}

.ep-tabs .nav-link:hover:not(.active) {
  color: #333;
}

.ep-tabs .nav-link:hover:not(.active)::after {
  background: #dee2e6;
}

.ep-tabs .nav-link.active {
  color: #333;
  font-weight: 700;
}

.ep-tabs .nav-link.active::after {
  background: #333;
}

/* ──────────────────────────────────────────────────────────────
   TOOLBAR — selector de vista (Cards/Tabla/Ruta)
   Solo visibles dentro del tab Pendientes
   ────────────────────────────────────────────────────────────── */

.ep-selector-vista {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #dee2e6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.ep-selector-vista .ep-view-btn {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 13px;
  border: none;
  border-right: 1px solid #dee2e6;
  color: #a1aab2;
  background: #FFFFFF;
  transition: background 0.15s, color 0.15s;
  line-height: 1.4;
  outline: none;
  border-radius: 0;
}

.ep-selector-vista .ep-view-btn:last-child {
  border-right: none;
}

.ep-selector-vista .ep-view-btn i {
  font-size: 14px;
  vertical-align: middle;
}

.ep-selector-vista .ep-view-btn.active {
  background: #333;
  color: #FFFFFF;
}

.ep-selector-vista .ep-view-btn:not(.active):not(:disabled):hover {
  background: #f9f9f9;
  color: #333;
}

.ep-selector-vista .ep-view-btn:disabled {
  opacity: 0.38;
  cursor: default;
}

/* ──────────────────────────────────────────────────────────────
   TOOLBAR (rutas + toggle)
   ────────────────────────────────────────────────────────────── */

.ep-toolbar {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-bottom: 1px solid #F3F3F3;
  background: #FFFFFF;
}

.ep-toolbar__rutas {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-bottom: 1px solid #F3F3F3;
  overflow: hidden;
}

@media (max-width: 575px) {
  .ep-toolbar__rutas {
    padding: 6px 12px;
  }
}

.ep-toolbar__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 14px;
}

@media (max-width: 575px) {
  .ep-toolbar__controls {
    padding: 8px 10px;
    gap: 8px;
  }
}

.ep-toolbar__controls .ep-buscar-wrap {
  display: flex;
  flex: 1;
  min-width: 0;
  max-width: none;
}

.ep-toolbar__controls .ep-selector-vista {
  flex-shrink: 0;
}

.ep-toolbar__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #a1aab2;
  white-space: nowrap;
  flex-shrink: 0;
}

.ep-buscar-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: 220px;
}

@media (max-width: 767px) {
  .ep-buscar-wrap {
    max-width: none;
  }
}

.ep-buscar__icon {
  position: absolute;
  left: 8px;
  font-size: 15px;
  color: #a1aab2;
  pointer-events: none;
}

.ep-buscar__input {
  width: 100%;
  padding: 5px 10px 5px 28px;
  font-size: 12px;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  background: #f9f9f9;
  color: #707070;
  outline: none;
  line-height: 1;
}

.ep-buscar__input:focus {
  border-color: #c6c6c6;
  background: #FFFFFF;
  box-shadow: none;
}

.ep-buscar__input::-webkit-search-cancel-button {
  cursor: pointer;
}

.ep-rutas-scroll {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 2px;
  flex: 1;
  min-width: 0;
}

.ep-rutas-scroll::-webkit-scrollbar {
  display: none;
}

/* ──────────────────────────────────────────────────────────────
   SELECTOR DE RUTAS — usa clases que genera el JS
   ────────────────────────────────────────────────────────────── */

.ep-rutas {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid #F3F3F3;
  background: #FFFFFF;
  gap: 10px;
}

.ep-rutas__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #a1aab2;
  white-space: nowrap;
  flex-shrink: 0;
}

.ep-rutas__scroll {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 2px;
}

.ep-rutas__scroll::-webkit-scrollbar {
  display: none;
}

.entregas-ruta__item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
  flex-shrink: 0;
  min-height: 32px;
  font-size: 12px;
  font-weight: 600;
  color: #707070;
  outline: none;
}

.entregas-ruta__item:hover {
  border-color: #b5bec7;
  background: #f9f9f9;
}

.entregas-ruta__item:focus {
  outline: none;
  box-shadow: none;
}

.entregas-ruta__item.active {
  border-color: #b5bec7;
  background: #f9f9f9;
  color: #333;
}

.entregas-ruta__item.active .entregas-ruta__count {
  background: #333;
  color: #FFFFFF;
}

.entregas-ruta__fecha {
  font-weight: 700;
}

.entregas-ruta__codigo {
  font-size: 10px;
  color: #a1aab2;
  font-weight: 600;
}

.entregas-ruta__count {
  background: #dee2e6;
  border-radius: 10px;
  padding: 1px 6px;
  font-size: 10px;
  font-weight: 700;
  color: #707070;
  transition: all 0.15s;
}

/* ──────────────────────────────────────────────────────────────
   LISTA DE ENTREGAS
   ────────────────────────────────────────────────────────────── */

.ep-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

@media (max-width: 767px) {
  .ep-list {
    gap: 0;
    padding: 0;
  }
}

/* ──────────────────────────────────────────────────────────────
   ENTREGA CARD — clases exactas que genera cards.js
   ────────────────────────────────────────────────────────────── */

.entrega-card {
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

@media (min-width: 768px) {
  .entrega-card {
    transition: box-shadow 0.15s;
  }

  .entrega-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 768px) {
  .entrega-card {
    border-left: 2px solid #dee2e6;
  }

  .entrega-card--entrega {
    border-left-color: #2962F8;
  }

  .entrega-card--mandado {
    border-left-color: #FF9800;
  }

  .entrega-card--cobro {
    border-left-color: #32c787;
  }

  .entrega-card--deposito {
    border-left-color: #d559ea;
  }

  .entrega-card--urgente {
    border-left-color: #f62d51;
    background: rgba(246, 45, 81, 0.012);
  }

  .entrega-card--atencion {
    border-left-color: #ffc107;
    background: rgba(255, 193, 7, 0.012);
  }
}

@media (max-width: 767px) {
  .entrega-card {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #F3F3F3;
    box-shadow: none;
    transform: none !important;
  }

  .entrega-card::before {
    content: "";
    display: block;
    height: 3px;
  }

  .entrega-card--entrega::before {
    background: #2962F8;
  }

  .entrega-card--mandado::before {
    background: #FF9800;
  }

  .entrega-card--cobro::before {
    background: #32c787;
  }

  .entrega-card--deposito::before {
    background: #d559ea;
  }

  .entrega-card--urgente::before {
    background: #f62d51;
  }

  .entrega-card--atencion::before {
    background: #ffc107;
  }
}

.entrega-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6px;
  padding: 8px 12px 4px;
}

@media (max-width: 767px) {
  .entrega-card__header {
    padding: 7px 10px 3px;
  }
}

.entrega-card__header-izq {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
}

.entrega-card__badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 3px 9px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.entrega-card__badge--entrega {
  background: rgba(41, 98, 248, 0.14);
  color: #0848f0;
}

.entrega-card__badge--mandado {
  background: rgba(255, 152, 0, 0.14);
  color: #cc7a00;
}

.entrega-card__badge--cobro {
  background: rgba(50, 199, 135, 0.14);
  color: #269666;
}

.entrega-card__badge--deposito {
  background: rgba(213, 89, 234, 0.14);
  color: #ca2ce4;
}

.entrega-card__empresa {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #7f8c96;
  background: rgba(0, 0, 0, 0.06);
  padding: 2px 7px;
  border-radius: 20px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 0;
}

.entrega-card__empresa i {
  font-size: 10px;
  flex-shrink: 0;
}

.entrega-card__doc {
  font-size: 11px;
  color: #a1aab2;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 0.2px;
}

.entrega-card__age {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 20px;
  flex-shrink: 0;
}

.entrega-card__age--hoy {
  background: rgba(57, 187, 176, 0.14);
  color: #28847c;
}

.entrega-card__age--atencion {
  background: rgba(255, 193, 7, 0.18);
  color: #634a00;
}

.entrega-card__age--urgente {
  background: #f62d51;
  color: #FFFFFF;
  animation: ep-pulse 1.4s ease infinite;
}

@keyframes ep-pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.72;
  }
}

.entrega-card__body {
  padding: 4px 12px 6px;
}

@media (max-width: 767px) {
  .entrega-card__body {
    padding: 3px 10px 5px;
  }
}

.entrega-card__cliente {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .entrega-card__cliente {
    font-size: 13px;
    margin-bottom: 3px;
  }
}

.entrega-card__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.entrega-card__row {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 12px;
  color: #707070;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .entrega-card__row {
    font-size: 11px;
  }
}

.entrega-card__row i {
  color: #a1aab2;
  font-size: 12px;
  flex-shrink: 0;
  width: 13px;
  text-align: center;
  margin-top: 1px;
}

.entrega-card__row a {
  color: #2962F8;
  font-weight: 600;
  text-decoration: none;
}

.entrega-card__row a:hover {
  text-decoration: underline;
}

.entrega-card__valor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0 4px;
  margin-top: 4px;
}

.entrega-card__monto {
  font-size: 20px;
  font-weight: 800;
  color: #333;
  letter-spacing: -0.5px;
  line-height: 1;
}

@media (max-width: 767px) {
  .entrega-card__monto {
    font-size: 17px;
  }
}

.entrega-card__ruta {
  font-size: 10px;
  font-weight: 700;
  color: #85919b;
  background: #dee2e6;
  border: 1px solid #cdd3d9;
  padding: 3px 9px;
  border-radius: 20px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.entrega-card__ruta i {
  font-size: 11px;
  color: #a1aab2;
}

.entrega-card__obs {
  margin: 4px 0 4px;
  padding: 6px 10px;
  font-size: 11px;
  color: #707070;
  background: rgba(255, 193, 7, 0.06);
  border-left: 3px solid rgba(255, 193, 7, 0.45);
  line-height: 1.4;
}

.entrega-card__obs i {
  color: #aa8000;
  margin-right: 4px;
}

.entrega-card__vivienda-link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  font-weight: 700;
  color: #2962F8;
  text-decoration: none;
  border: 1px solid rgba(41, 98, 248, 0.3);
  border-radius: 10px;
  padding: 1px 7px;
  margin-left: 6px;
  vertical-align: middle;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}

.entrega-card__vivienda-link i {
  font-size: 11px;
}

.entrega-card__vivienda-link:hover {
  background: rgba(41, 98, 248, 0.07);
  color: #0848f0;
  text-decoration: none;
}

.entrega-card__actions {
  display: flex;
  border-top: 1px solid #F3F3F3;
  position: relative;
  z-index: 2;
}

.entrega-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 1;
  padding: 12px 8px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: background 0.12s;
  min-height: 48px;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
}

.entrega-card__btn i {
  font-size: 16px;
}

.entrega-card__btn .waze-svg {
  flex-shrink: 0;
}

.entrega-card__btn:last-child {
  border-right: none;
}

.entrega-card__btn:active {
  opacity: 0.75;
}

.entrega-card__btn--entregar {
  background: rgba(50, 199, 135, 0.12);
  color: #248e60;
}

.entrega-card__btn--entregar:hover {
  background: rgba(50, 199, 135, 0.22);
}

.entrega-card__btn--cobro {
  background: #32c787;
  color: #FFFFFF;
  flex: 1.4;
  font-size: 13px;
}

.entrega-card__btn--cobro:hover {
  background: #2aa671;
}

.entrega-card__btn--deposito {
  background: rgba(213, 89, 234, 0.12);
  color: #cc35e5;
}

.entrega-card__btn--deposito:hover {
  background: rgba(213, 89, 234, 0.22);
}

.entrega-card__btn--waze {
  background: rgba(3, 169, 244, 0.12);
  color: #038dcc;
  flex: 0 0 auto;
  padding: 12px 14px;
}

.entrega-card__btn--waze:hover {
  background: rgba(3, 169, 244, 0.22);
}

.entrega-card__btn--tel {
  background: rgba(41, 98, 248, 0.1);
  color: #0b4cf7;
  flex: 0 0 auto;
  padding: 12px 14px;
}

.entrega-card__btn--tel:hover {
  background: rgba(41, 98, 248, 0.2);
}

.entrega-card__btn--retornar {
  background: rgba(255, 193, 7, 0.12);
  color: #775900;
  flex: 0 0 auto;
  padding: 12px 12px;
}

.entrega-card__btn--retornar:hover {
  background: rgba(255, 193, 7, 0.22);
}

.entrega-card__btn--mas {
  background: #f9f9f9;
  color: #a1aab2;
  flex: 0 0 auto;
  padding: 12px 12px;
}

.entrega-card__btn--mas::after {
  display: none;
}

.entrega-card__btn--mas:hover {
  background: #efefef;
}

.entrega-card__more {
  position: static !important;
  display: inline-flex !important;
  align-items: stretch;
  flex: 0 0 auto;
}

.entrega-card__more .dropdown-menu {
  min-width: 200px;
  font-size: 13px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 4px 0;
  z-index: 1055;
}

.entrega-card__more .dropdown-menu .dropdown-item {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4C4C4C;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.1s;
}

.entrega-card__more .dropdown-menu .dropdown-item i {
  font-size: 15px;
  width: 16px;
  text-align: center;
  color: #a1aab2;
}

.entrega-card__more .dropdown-menu .dropdown-item:hover {
  background: #eeeeee;
}

.entrega-card__more .dropdown-menu .dropdown-item:active {
  background: #f9f9f9;
}

/* ──────────────────────────────────────────────────────────────
   ESTADOS — loading y vacío
   ────────────────────────────────────────────────────────────── */

.ep-estado {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 24px;
  text-align: center;
}

.ep-estado--loading {
  flex-direction: row;
  justify-content: center;
  padding: 32px;
  font-size: 14px;
  color: #a1aab2;
}

.ep-estado--sm {
  padding: 36px 24px;
}

.ep-estado__icon {
  font-size: 48px;
  opacity: 0.4;
  display: block;
  margin-bottom: 14px;
}

.ep-estado__titulo {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}

.ep-estado__sub {
  font-size: 13px;
  color: #a1aab2;
  margin: 0;
}

/* ──────────────────────────────────────────────────────────────
   HISTORIAL
   ────────────────────────────────────────────────────────────── */

.ep-hist-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.ep-hist-resumen {
  display: flex;
  align-items: stretch;
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

.ep-hist-resumen__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  gap: 3px;
}

.ep-hist-resumen__sep {
  width: 1px;
  background: #F3F3F3;
  flex-shrink: 0;
  margin: 10px 0;
}

.ep-hist-resumen__n {
  font-size: 26px;
  font-weight: 800;
  color: #333;
  line-height: 1;
}

.ep-hist-resumen__n--green {
  color: #2caf76;
}

.ep-hist-resumen__lbl {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #a1aab2;
}

.ep-hist-tabla {
  font-size: 13px;
}

.ep-hist-tabla thead th {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #a1aab2;
  border-top: none;
  padding: 8px 12px;
}

.ep-hist-tabla tbody td {
  padding: 9px 12px;
  vertical-align: middle;
}

.ep-hist-tabla tfoot td {
  padding: 9px 12px;
  border-top: 2px solid #dee2e6;
  font-size: 12px;
}

.ep-hist-tabla .ep-hist__doc {
  font-weight: 700;
  color: #333;
  font-size: 12px;
}

.ep-hist-tabla .ep-hist__valor {
  font-weight: 800;
  color: #2caf76;
  white-space: nowrap;
}

.ep-hist-tabla .ep-hist__hora {
  font-size: 11px;
  color: #a1aab2;
  white-space: nowrap;
}

.ep-hist-tabla .ep-hist__badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.ep-hist-tabla .ep-hist__badge--entrega {
  background: rgba(41, 98, 248, 0.1);
  color: #2962F8;
}

.ep-hist-tabla .ep-hist__badge--mandado {
  background: rgba(255, 152, 0, 0.1);
  color: #FF9800;
}

.ep-hist-tabla .ep-hist__badge--cobro {
  background: rgba(50, 199, 135, 0.1);
  color: #2aa671;
}

.ep-hist-tabla .ep-hist__badge--deposito {
  background: rgba(213, 89, 234, 0.1);
  color: #d559ea;
}

.ep-hist-tabla .ep-hist__cliente {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ep-hist-tabla .ep-hist__dir {
  color: #a1aab2;
  font-size: 12px;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ──────────────────────────────────────────────────────────────
   TAB ENTREGADOS — secciones
   ────────────────────────────────────────────────────────────── */

.ep-entregados__section {
  padding: 16px;
}

.ep-entregados__section + .ep-entregados__section {
  border-top: 1px solid #F3F3F3;
}

.ep-entregados__section--futuras {
  background: rgba(3, 169, 244, 0.02);
}

/* ──────────────────────────────────────────────────────────────
   FILTRO DE FECHAS — tab Entregados
   Usa el mismo patrón visual que .ep-toolbar
   ────────────────────────────────────────────────────────────── */

.ep-filtro-fechas {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .ep-filtro-fechas {
    width: 100%;
    justify-content: flex-end;
  }
}

.ep-filtro-fecha-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ep-filtro-fecha-lbl {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #a1aab2;
  white-space: nowrap;
  margin: 0;
}

.ep-filtro-fecha-input {
  width: 108px;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.4;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  background: #f9f9f9;
  color: #333;
  transition: border-color 0.15s, background 0.15s;
}

.ep-filtro-fecha-input:focus {
  outline: none;
  border-color: #c6c6c6;
  background: #FFFFFF;
  box-shadow: none;
}

.ep-filtro-fecha-input::-moz-placeholder {
  color: #a1aab2;
}

.ep-filtro-fecha-input:-ms-input-placeholder {
  color: #a1aab2;
}

.ep-filtro-fecha-input::placeholder {
  color: #a1aab2;
}

@media (max-width: 480px) {
  .ep-filtro-fecha-input {
    width: 90px;
    font-size: 11px;
  }
}

/* Botones Filtrar / Reiniciar — misma familia que ep-view-btn */

.ep-hist-btn {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 11px;
  line-height: 1;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  color: #a1aab2;
  background: #FFFFFF;
  transition: all 0.15s;
}

.ep-hist-btn i {
  font-size: 14px;
  vertical-align: middle;
}

.ep-hist-btn:focus {
  outline: none;
  box-shadow: none;
}

.ep-hist-btn--filtrar {
  border-color: #c1c9d0;
  color: #707070;
}

.ep-hist-btn--filtrar:hover {
  background: #f9f9f9;
  color: #333;
  border-color: #aab4be;
}

.ep-hist-btn--reset:hover {
  background: #f9f9f9;
  color: #333;
  border-color: #c7ced4;
}

/* Futuras — title color */

.ep-entregados__section--futuras .ep-section-header__title {
  color: #03A9F4;
}

/* ──────────────────────────────────────────────────────────────
   PRÓXIMAS ENTREGAS — rutas futuras
   ────────────────────────────────────────────────────────────── */

.ep-futuras-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ep-futura-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  border-left: 3px solid #03A9F4;
}

.ep-futura-item__fecha {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ep-futura-item__fecha i {
  color: #03A9F4;
  font-size: 16px;
}

.ep-futura-item__info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ep-futura-item__codigo {
  font-size: 12px;
  font-weight: 600;
  color: #a1aab2;
  background: #F3F3F3;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}

.ep-futura-item__count {
  font-size: 12px;
  font-weight: 700;
  color: #03A9F4;
  background: rgba(3, 169, 244, 0.1);
  padding: 3px 10px;
  border-radius: 20px;
}

/* TAB LECTOR — estilos delegados al componente Vue (LectorCodigoDeBarras.vue) */

/* ──────────────────────────────────────────────────────────────
   MISC
   ────────────────────────────────────────────────────────────── */

#datatable a.tel-link {
  color: #2962F8;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}

#datatable a.tel-link:hover {
  text-decoration: underline;
}

.waze-svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

/* ──────────────────────────────────────────────────────────────
   RESPONSIVE
   ────────────────────────────────────────────────────────────── */

@media (max-width: 767px) {
  #entregas-cards-wrapper {
    margin: 0;
  }

  .ep-toolbar {
    margin-left: -1px;
    margin-right: -1px;
    padding-right: 8px;
  }

  .ep-section-header__right {
    font-size: 12px;
  }

  .ep-date-input {
    max-width: 100px;
  }
}

.gap-2 {
  gap: 0.5rem !important;
}

@media (max-width: 380px) {
  .entrega-card__monto {
    font-size: 18px;
  }

  .entrega-card__btn {
    min-height: 44px;
  }
}

/* ──────────────────────────────────────────────────────────────
   Guía de Ruta — vista de ruta en tab Pendientes
   ────────────────────────────────────────────────────────────── */

.ep-guia-ruta {
  background: #FFFFFF;
  border-top: 1px solid #F3F3F3;
}

.ep-guia-ruta__cabecera {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
  border-bottom: 1px solid #dee2e6;
  background: #f9f9f9;
  min-height: 44px;
}

.ep-guia-ruta__cabecera-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ep-guia-ruta__titulo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.ep-guia-ruta__titulo .mdi-map-marker-path {
  color: #f62d51;
  font-size: 16px;
}

.ep-guia-ruta__resumen {
  font-size: 11px;
  color: #a1aab2;
  font-weight: 400;
  margin-left: 2px;
}

.ep-guia-ruta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  color: #707070;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.ep-guia-ruta__btn .mdi {
  font-size: 16px;
  line-height: 1;
}

.ep-guia-ruta__btn:hover {
  background: #dee2e6;
}

.ep-guia-ruta__btn--activo {
  background: rgba(57, 187, 176, 0.1);
  border-color: rgba(57, 187, 176, 0.4);
  color: #2d948b;
}

.ep-guia-ruta__btn--activo:hover {
  background: rgba(57, 187, 176, 0.18);
}

.ep-guia-ruta__btn--gps-activo {
  background: rgba(41, 98, 248, 0.1);
  border-color: rgba(41, 98, 248, 0.4);
  color: #2962F8;
}

.ep-guia-ruta__btn--gps-activo:hover {
  background: rgba(41, 98, 248, 0.18);
}

.ep-guia-ruta__btn:disabled {
  opacity: 0.5;
  cursor: default;
}

.ep-guia-ruta__body {
  display: flex;
  height: calc(100vh - 200px);
  min-height: 480px;
}

@media (max-width: 767px) {
  .ep-guia-ruta__body {
    flex-direction: column;
    height: auto;
  }
}

.ep-guia-ruta__mapa {
  flex: 1 1 0;
  min-width: 0;
  min-height: 380px;
  position: relative;
  /* necesario para que #ep-nav-overlay se posicione dentro */
}

@media (max-width: 767px) {
  .ep-guia-ruta__mapa {
    height: 58vh;
    min-height: 320px;
    flex: none;
  }
}

.ep-guia-ruta__panel {
  width: 300px;
  flex-shrink: 0;
  border-left: 1px solid #dee2e6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: width 0.25s ease;
}

.ep-guia-ruta__panel--oculto {
  width: 0;
  border-left: none;
  overflow: hidden;
}

@media (max-width: 767px) {
  .ep-guia-ruta__panel {
    width: 100%;
    border-left: none;
    border-top: 1px solid #dee2e6;
    max-height: 42vh;
  }
}

.ep-guia-ruta__paradas {
  flex: 1;
  overflow-y: auto;
  background: #f9f9f9;
  -webkit-overflow-scrolling: touch;
}

/* ── Cluster — grupo de paradas muy cercanas ──────────────── */

.ep-cluster {
  border-bottom: 1px solid #F3F3F3;
  background: #FFFFFF;
}

.ep-cluster:nth-child(even) {
  background: #f9f9f9;
}

.ep-cluster:last-child {
  border-bottom: none;
}

.ep-cluster--clickable {
  cursor: pointer;
}

.ep-cluster--clickable:hover .ep-cluster__header {
  background: rgba(255, 193, 7, 0.06) !important;
}

.ep-cluster--activo .ep-cluster__header {
  background: rgba(255, 193, 7, 0.12) !important;
  border-left: 3px solid #ffc107;
  padding-left: 11px;
}

.ep-cluster__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  font-size: 12px;
  transition: background 0.12s;
}

.ep-cluster__badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  font-weight: 700;
  background: rgba(255, 193, 7, 0.18);
  color: #6d5200;
  padding: 2px 7px;
  border-radius: 20px;
  margin-left: 4px;
  vertical-align: middle;
}

.ep-cluster__items {
  border-top: 1px dashed rgba(255, 193, 7, 0.3);
  background: rgba(255, 193, 7, 0.03);
}

.ep-cluster__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 14px 6px 44px;
  border-bottom: 1px solid rgba(255, 193, 7, 0.1);
  font-size: 12px;
}

.ep-cluster__item:last-child {
  border-bottom: none;
}

.ep-cluster__letra {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: rgba(255, 193, 7, 0.2);
  color: #6d5200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  margin-top: 2px;
}

.ep-cluster__item-info {
  flex: 1;
  min-width: 0;
}

/* Número en cluster lista → ámbar */

.ep-parada__numero--cluster {
  background: #ffc107 !important;
  width: 26px !important;
  height: 26px !important;
  font-size: 12px !important;
}

/* ── Parada individual ────────────────────────────────────── */

.ep-parada {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-bottom: 1px solid #F3F3F3;
  font-size: 12px;
  background: #FFFFFF;
}

.ep-parada:last-child {
  border-bottom: none;
}

.ep-parada:nth-child(even) {
  background: #f9f9f9;
}

.ep-parada--clickable {
  cursor: pointer;
}

.ep-parada--clickable:hover {
  background: rgba(57, 187, 176, 0.07) !important;
}

.ep-parada--activa {
  background: rgba(57, 187, 176, 0.12) !important;
  border-left: 3px solid #39bbb0;
  padding-left: 11px;
}

.ep-parada--activa .ep-parada__numero {
  background: #2f9c93;
}

.ep-parada--origen {
  background: rgba(41, 98, 248, 0.04) !important;
}

.ep-parada--origen .ep-parada__numero {
  background: #2962F8;
}

.ep-parada__numero {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #39bbb0;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
}

.ep-parada__info {
  flex: 1;
  min-width: 0;
}

.ep-parada__nombre {
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.ep-parada__empresa,
.ep-parada__ndoc {
  font-size: 10px;
  color: #a1aab2;
  display: block;
}

.ep-parada__dir {
  font-size: 10px;
  color: #707070;
  display: block;
  margin-top: 2px;
}

.ep-parada__dir i {
  color: #a1aab2;
  font-size: 11px;
}

.ep-parada__tel {
  font-size: 10px;
  color: #2962F8;
  font-weight: 600;
  display: block;
  text-decoration: none;
}

.ep-parada__tel i {
  font-size: 11px;
}

.ep-parada__tel:hover {
  text-decoration: underline;
}

.ep-parada__meta {
  flex-shrink: 0;
  text-align: right;
}

.ep-parada__valor {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  display: block;
}

.ep-parada__dist {
  font-size: 10px;
  font-weight: 600;
  color: #39bbb0;
  display: block;
}

.ep-parada__dur {
  font-size: 10px;
  color: #a1aab2;
  display: block;
}

/* ── Parada entregada — fila gris en sidebar ──────────────── */

.ep-parada--entregado {
  opacity: 0.6;
  background: #f9f9f9 !important;
}

.ep-parada--entregado .ep-parada__nombre {
  color: #a1aab2;
  text-decoration: line-through;
  font-weight: 500;
}

.ep-parada__numero--entregado {
  background: #9ca3af !important;
  font-size: 12px !important;
}

/* ── Sección entregados al pie del panel ──────────────────── */

.ep-entregados-lista {
  border-top: 2px solid #F3F3F3;
  background: #f9f9f9;
}

.ep-entregados-lista__header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #289e6b;
}

.ep-entregados-lista__header i {
  font-size: 14px;
}

/* ──────────────────────────────────────────────────────────────
   InfoWindow — popup personalizado del mapa Google
   Simple: nombre · documento · dirección · teléfono grande
   ────────────────────────────────────────────────────────────── */

.ep-iw {
  min-width: 220px;
  max-width: 250px;
  font-size: 13px;
  padding: 2px 0 2px;
}

.ep-iw__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.ep-iw__num {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #39bbb0;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}

.ep-iw__nombre {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  word-break: break-word;
}

.ep-iw__doc {
  font-size: 11px;
  font-weight: 600;
  color: #a1aab2;
  margin-bottom: 5px;
  letter-spacing: 0.2px;
}

.ep-iw__dir {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-size: 12px;
  color: #707070;
  line-height: 1.4;
  margin-bottom: 10px;
}

.ep-iw__dir i {
  font-size: 13px;
  flex-shrink: 0;
  color: #a1aab2;
  margin-top: 1px;
}

.ep-iw--cluster .ep-iw__waze {
  width: 100%;
  margin-bottom: 6px;
  border-radius: 6px;
}

.ep-iw__cluster-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.ep-iw__cluster-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
  border-top: 1px solid #F3F3F3;
}

.ep-iw__cluster-item:first-of-type {
  margin-top: 2px;
}

.ep-iw__cluster-letra {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: rgba(255, 193, 7, 0.18);
  color: #6d5200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
}

.ep-iw__cluster-info {
  flex: 1;
  min-width: 0;
}

.ep-iw__cluster-info strong {
  display: block;
  font-size: 13px;
  color: #333;
}

.ep-iw__num--cluster {
  background: #ffc107 !important;
  width: 28px !important;
  height: 28px !important;
  font-size: 13px !important;
}

.ep-iw__tel--sm {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #289e6b !important;
  background: rgba(50, 199, 135, 0.1);
  padding: 4px 10px;
  border-radius: 6px;
  margin-top: 4px;
  text-decoration: none !important;
}

.ep-iw__tel--sm i {
  font-size: 13px;
}

.ep-iw__tel--sm:hover {
  background: rgba(50, 199, 135, 0.2);
}

.ep-iw__entregado-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  background: rgba(50, 199, 135, 0.12);
  color: #269666;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
}

.ep-iw__entregado-badge i {
  font-size: 14px;
}

.ep-iw__acciones {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}

.ep-iw__waze {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 1;
  padding: 10px 10px;
  background: rgba(41, 98, 248, 0.1);
  color: #0848f0;
  font-size: 13px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.12s;
}

.ep-iw__waze i {
  font-size: 15px;
}

.ep-iw__waze:hover {
  background: rgba(41, 98, 248, 0.2);
  color: #0742dd;
}

.ep-iw__entregado-inline {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #289e6b;
  margin: 2px 0 3px;
}

.ep-iw__entregado-inline i {
  font-size: 13px;
}

.ep-iw__entregar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1;
  width: 100%;
  margin-top: 8px;
  padding: 10px 10px;
  background: #2caf76;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.12s;
}

.ep-iw__entregar i {
  font-size: 15px;
}

.ep-iw__entregar:hover {
  background: #248e60;
}

.ep-iw__entregar:active {
  opacity: 0.82;
}

.ep-iw__acciones .ep-iw__entregar {
  margin-top: 0;
}

.ep-iw__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  padding: 12px 14px;
  background: #32c787;
  color: #FFFFFF !important;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: background 0.12s;
}

.ep-iw__tel i {
  font-size: 17px;
}

.ep-iw__tel:hover {
  background: #2aa671;
  color: #FFFFFF !important;
}

/* ──────────────────────────────────────────────────────────────
   HUD de navegación — panel flotante sobre el mapa
   Muestra las paradas más cercanas con distancia y dirección
   ────────────────────────────────────────────────────────────── */

#ep-nav-overlay {
  position: absolute;
  bottom: 20px;
  left: 12px;
  width: 270px;
  z-index: 1000;
  /* por encima de los controles internos de Google Maps */
  pointer-events: auto;
}

@media (max-width: 480px) {
  #ep-nav-overlay {
    width: calc(100% - 24px);
    bottom: 12px;
  }
}

.ep-nav-overlay {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.22), 0 1px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.ep-nav-overlay__header {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  background: #333;
  color: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ep-nav-overlay__nav-icon {
  font-size: 16px;
  color: #ffc107;
  flex-shrink: 0;
}

.ep-nav-overlay__titulos {
  flex: 1;
  min-width: 0;
}

.ep-nav-overlay__titulo {
  font-size: 12px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.2px;
  line-height: 1.2;
}

.ep-nav-overlay__subtitulo {
  font-size: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  line-height: 1.2;
}

.ep-nav-overlay__count {
  font-size: 10px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.14);
  padding: 2px 8px;
  border-radius: 20px;
  flex-shrink: 0;
}

.ep-nav-overlay__toggle {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  padding: 2px 4px;
  line-height: 1;
  flex-shrink: 0;
  transition: color 0.12s;
}

.ep-nav-overlay__toggle .mdi {
  font-size: 16px;
}

.ep-nav-overlay__toggle:hover {
  color: #FFFFFF;
}

.ep-nav-overlay__vacio {
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #289e6b;
  display: flex;
  align-items: center;
  gap: 7px;
}

.ep-nav-overlay__vacio i {
  font-size: 16px;
}

/* ── Cada parada en el HUD ─────────────────────────────────── */

.ep-nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-bottom: 1px solid #F3F3F3;
  background: #FFFFFF;
  transition: background 0.1s;
  /* Primera parada (más cercana) — destacada */
  /* Badge numérico — modo sin GPS (reemplaza la flecha) */
  /* Flecha de dirección — rota según rumbo */
  /* Centro: nombre de parada + cliente */
  /* Meta: distancia + botones */
}

.ep-nav-item:last-child {
  border-bottom: none;
}

.ep-nav-item--primero {
  background: rgba(57, 187, 176, 0.05);
}

.ep-nav-item--primero .ep-nav-item__parada {
  color: #2d948b;
}

.ep-nav-item--primero .ep-nav-item__dist {
  color: #2d948b;
  font-size: 13px;
}

.ep-nav-item__badge {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(57, 187, 176, 0.12);
  color: #2d948b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
}

.ep-nav-item__arrow {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(41, 98, 248, 0.1);
  color: #2962F8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.ep-nav-item__arrow .mdi {
  display: block;
  transform: rotate(var(--rumbo, 0deg));
  line-height: 1;
}

.ep-nav-item__centro {
  flex: 1;
  min-width: 0;
}

.ep-nav-item__parada {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #a1aab2;
}

.ep-nav-item__cliente {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ep-nav-item__doc {
  font-size: 10px;
  color: #a1aab2;
}

.ep-nav-item__meta {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.ep-nav-item__dist {
  font-size: 11px;
  font-weight: 800;
  color: #39bbb0;
  letter-spacing: -0.3px;
  white-space: nowrap;
}

.ep-nav-item__acciones {
  display: flex;
  gap: 4px;
}

/* ── Botones de acción en el HUD ───────────────────────────── */

.ep-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.12s;
  line-height: 1;
}

.ep-nav-btn--waze {
  background: rgba(41, 98, 248, 0.1);
  color: #2962F8;
  border-color: rgba(41, 98, 248, 0.2);
}

.ep-nav-btn--waze:hover {
  background: rgba(41, 98, 248, 0.2);
  color: #2962F8;
}

.ep-nav-btn--tel {
  background: rgba(50, 199, 135, 0.1);
  color: #289e6b;
  border-color: rgba(50, 199, 135, 0.2);
}

.ep-nav-btn--tel:hover {
  background: rgba(50, 199, 135, 0.2);
}

.ep-nav-btn--entregar {
  background: rgba(57, 187, 176, 0.1);
  color: #2d948b;
  border-color: rgba(57, 187, 176, 0.2);
}

.ep-nav-btn--entregar:hover {
  background: rgba(57, 187, 176, 0.22);
}

.solicitud-anulacion-card {
  border: 1px solid #ffc107;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.solicitud-anulacion-card__header {
  background-color: #ffc107;
  padding: 6px 14px;
}

.solicitud-anulacion-card__header small {
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.6px;
}

.solicitud-anulacion-card__body ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.solicitud-anulacion-card__body ul li {
  padding: 10px 16px;
  border-bottom: 1px solid #F3F3F3;
  border-radius: 0;
}

.solicitud-anulacion-card__body ul li:last-child {
  border-bottom: none;
}

.solicitud-anulacion-card__body ul li > span {
  display: block;
  font-size: 11px;
  color: #A3AABA;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 3px;
}

.solicitud-anulacion-card__body ul li > p {
  font-size: 14px;
  color: #4f5861;
  margin: 0;
}

.solicitud-anulacion-card__body ul li > p.solicitud-clasificacion {
  font-weight: 600;
  color: #222220;
}

.solicitud-anulacion-card__body ul li.solicitud-usuario {
  display: flex;
  align-items: center;
  gap: 14px;
}

.solicitud-anulacion-card__body ul li.solicitud-usuario img.rounded-circle {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #F3F3F3;
}

.solicitud-anulacion-card__body ul li.solicitud-usuario > div h5 {
  font-size: 11px;
  color: #A3AABA;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0 0 2px;
}

.solicitud-anulacion-card__body ul li.solicitud-usuario > div h4 {
  font-size: 15px;
  font-weight: 600;
  color: #222220;
  margin: 0;
}

