/** MENÚ **/
.user-data-container {
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
}

.user-data-name {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

.user-data-mail {
  font-size: 0.8em;
  color: #90a0b7;
  margin-bottom: 8px;
}

.user-data-company {
  font-weight: bold;
  font-size: 0.8em;
  color: #109cf1;
  margin: 0px;
  padding: 0px;
}

/** AGREGAR PAQUETE **/

#carrito {
  min-height: auto;
}

.fixed-bottom-right {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1030;
}

/** DASHBOARD **/

/** CARDS **/

.card-number {
  color: #19479e;
  font-weight: bold;
}

/** ÚLTIMOS MOVIMIENTOS **/

.activity-user {
  color: #334d6e;
}

/** PACKAGES **/

.headerProductos {
  padding-top: 15px !important;
}

/** ETIQUETAS **/

.shipping-label {
  border: 2px solid #000;
  max-width: 900px;
  padding: 15px;
  margin: auto;
  font-size: 0.9rem;
  font-family: 'Montserrat' !important;
}

.shipping-label strong {
  font-weight: bold;
}

.barcode {
  padding-top: 10px;
  text-align: center;
}
.barcode img {
  max-width: 40%;
  height: auto;
}
.brand-logo {
  max-height: 150px;
  margin-bottom: 10px;
}
.qr-code {
  max-height: 50px;
}
@media print {
  .no-print {
    display: none;
  }
}
.contenedorLogo {
  display: flex;
  justify-content: center;
}

/** PRODUCTOS **/

.delete-record {
  color: white;
  border-radius: 3px;
  padding: 5px;
}

/** RASTREO **/

.steps .step {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}

.steps .step .step-icon-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  text-align: center;
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 3px;
  margin-top: -1px;
  background-color: #e1e7ec;
  content: '';
  z-index: 1;
}

.steps .step .step-icon-wrap::before {
  left: 0;
}

.steps .step .step-icon-wrap::after {
  right: 0;
}

.steps .step .step-icon {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #e1e7ec;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #374250;
  font-size: 38px;
  line-height: 81px;
  z-index: 5;
}

.steps .step .step-title {
  margin-top: 16px;
  margin-bottom: 0;
  color: #606975;
  font-size: 14px;
  font-weight: 500;
}

.steps .step:first-child .step-icon-wrap::before {
  display: none;
}

.steps .step:last-child .step-icon-wrap::after {
  display: none;
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
  background-color: #0da9ef;
}

.steps .step.completed .step-icon {
  border-color: #0da9ef;
  background-color: #0da9ef;
  color: #fff;
}

@media (max-width: 576px) {
  .flex-sm-nowrap .step .step-icon-wrap::before,
  .flex-sm-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .flex-md-nowrap .step .step-icon-wrap::before,
  .flex-md-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .flex-lg-nowrap .step .step-icon-wrap::before,
  .flex-lg-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}

@media (max-width: 1200px) {
  .flex-xl-nowrap .step .step-icon-wrap::before,
  .flex-xl-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}

.bg-faded,
.bg-secondary {
  background-color: #f5f5f5 !important;
}

/** MENSAJE PERMISOS **/

.contenedorMensajePermisos {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  text-align: center;
}

.volver {
  max-width: 20%;
}

.menu-vertical .app-brand {
  padding-left: 1.2rem;
}

.user-data-container {
  margin-left: 20px;
}

.custom-confirm-btn {
  background-color: #109cf1 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: none;
}

.swal2-input {
  font-size: 18px !important;
}

.dropdown-toggle::after {
  display: none;
}

div:where(.swal2-container) .swal2-html-container {
  text-align: left !important;
}

.company_name_table {
  text-decoration: none !important;
}

.card-header {
  padding: 15px;
  padding-bottom: 0px;
}

.menuLogo {
  width: 50px;
}

.logoRastreo {
  max-width: 20%;
}

.logoLogin {
  max-width: 20%;
}

.spinner-container {
  position: fixed; /* Se mantiene fijo en la pantalla */
  top: 0;
  left: 0;
  width: 100%; /* Cubre todo el ancho de la pantalla */
  height: 100%; /* Cubre todo el alto de la pantalla */
  display: flex; /* Usa Flexbox para el centrado */
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
  backdrop-filter: blur(2px);
  z-index: 9999;
}

