@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";

.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: "Roboto", 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-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: #f62d51;
  background-color: #f62d51;
}

.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: #f62d51 !important;
  background: #f62d51 !important;
  border-color: #f62d51 !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 {
  display: inline-flex;
}

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

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

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

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

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

.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;
}

@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: #dee2e6;
  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 #dee2e6 !important;
}

.easy-autocomplete .easy-autocomplete-container ul li {
  background-color: transparent !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 #f9f9f9;
}

.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 #f9f9f9;
  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 #f9f9f9;
}

.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: 300px !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 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 .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;
  }

  .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 .categorias ul {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.kpi .categorias ul .item {
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.kpi .categorias ul .item.active {
  background-color: #222220;
}

.kpi .categorias ul .item.active h3,
.kpi .categorias ul .item.active h4 {
  color: #FFFFFF;
}

.kpi .categorias ul .item h3 {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.kpi .categorias ul .item h4 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

@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;
  }
}

@media (max-width: 550px) {
  .kpi .lumiere .tipo-de-venta {
    grid-template-columns: 1fr;
  }
}

/* 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;
  }
}

.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;
}

.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;
  }
}

