.feather-heart {
  transition: fill 0.3s ease;
}

.feather-heart:hover {
  fill: red; /* Cambia a tu color deseado */
}

.feather-heart.filled {
  fill: red; /* Cambia a tu color deseado */
}

.select-auto {
  user-select: auto;
}

.select-none {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Standard */
}

.select-text {
  user-select: text;
}

.select-all {
  -webkit-user-select: all; /* Safari */
  -moz-user-select: all; /* Firefox */
  -ms-user-select: all; /* Internet Explorer/Edge */
  user-select: all; /* Standard */
}

.select-contain {
  user-select: contain;
}

.badge-input {
  position: relative;
}

.badge-input input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.badge-input .badge {
  display: inline-block;
  cursor: pointer;
}

.invisible-input {
  border: none;
  background: transparent;
  color: inherit; /* Heredar el color del texto del contenedor */
  font-size: inherit; /* Heredar el tamaño de fuente del contenedor */
  font-weight: bold;
  outline: none; /* Eliminar el borde del enfoque */
  width: 40px; /* O ajustar según sea necesario */
}

.invisible-input::placeholder {
  color: #ccc; /* Color del texto del placeholder */
}

.input-container {
  display: inline-block;
  border-bottom: 1px solid #ccc; /* Línea inferior para dar contexto */
}

a:link,
a:hover,
a:active,
a:visited {
  transition: color 150ms;
  color: #95a5a6;
  text-decoration: none;
}

a:hover {
  color: #7f8c8d;
  text-decoration: underline;
}

.sticky {
  position: fixed;
  top: 0;
  width: 16rem;
}

/* Reset default select styling */
.linkSelect {
  /*-moz-appearance: none;*/
  background: none;
  cursor: pointer;
  font-size: 12px;
  color: rgba(0, 21, 255, 0.522);
  position: relative;
  /*padding-right: 20px; */
  border-top: none;
  border-left: none;
  border-right: none;
}

/* Add additional styling to make it look like a link */
.linkSelect:focus {
  outline: none;
}

.feather-md2 {
  width: 25px; /* Cambia el ancho del SVG según sea necesario */
  height: 25px; /* Cambia la altura del SVG según sea necesario */
}

.feather-20 {
  width: 20px; /* Cambia el ancho del SVG según sea necesario */
  height: 20px; /* Cambia la altura del SVG según sea necesario */
}

.feather-24 {
  width: 24px; /* Cambia el ancho del SVG según sea necesario */
  height: 24px; /* Cambia la altura del SVG según sea necesario */
}

.feather-28 {
  width: 28px; /* Cambia el ancho del SVG según sea necesario */
  height: 28px; /* Cambia la altura del SVG según sea necesario */
}

.feather-32 {
  width: 32px; /* Cambia el ancho del SVG según sea necesario */
  height: 32px; /* Cambia la altura del SVG según sea necesario */
}

table {
  width: 100%;
  font-size: 12px;
}

.dataTables_info,
.pagination {
  font-size: 10px;
}

.page-link {
  padding: 5px 5px 5px 5px;
}

.pagination li {
  border: 0px;
}

.controls {
  margin-top: 1%;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 25px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#origin-input,
#destination-input {
  color: mediumblue;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 85%;
}

#origin-input:focus,
#destination-input:focus {
  border-color: #4d90fe;
}

@media print {
  #botonesI {
    display: none;
  }

  .btn-mas {
    display: none;
  }

  #imprimir {
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .card-footer {
    position: fixed;
    /* Set the navbar to fixed position */
    bottom: 0;
    /* Position the navbar at the bottom of the page */
    width: 100%;
    /* Full width */
  }

  .manual-order .card-body {
    padding-bottom: 78px !important;
  }

  .manual-signatures {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 5;
    padding: 0 !important;
    margin: 0 !important;
    background: white;
  }

  .manual-signature {
    min-height: 34px;
  }

  .manual-signature-item span {
    font-size: 0.72rem;
  }

  .manual-receipt .card-body {
    padding-bottom: 12px !important;
  }

  .manual-receipt .manual-signatures {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    background: transparent;
  }
}

.manual-order .manual-cards .card,
.manual-order .manual-table,
.manual-order .manual-observaciones,
.manual-order .manual-summary-table {
  page-break-inside: avoid;
}

.manual-order .card-title {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

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

.manual-logo-wrap {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 0.75rem;
}

.manual-logo {
  width: 80px;
  max-height: 80px;
  object-fit: contain;
}

.manual-header-body {
  flex: 1 1 auto;
}

.manual-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.6rem;
}

.manual-header-fields {
  flex: 0 0 225px;
  max-width: 225px;
}

.manual-field {
  margin-bottom: 0.5rem;
}

.manual-field span {
  display: block;
  margin-bottom: 0.12rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6c757d;
}

.manual-field.compact {
  margin-bottom: 0.42rem;
}

.manual-line {
  min-height: 17px;
  border-bottom: 2px solid #adb5bd;
}

.manual-line-value {
  padding-top: 2px;
  font-weight: 700;
  color: #212529;
}

.manual-line.tall {
  min-height: 26px;
}

.manual-observaciones {
  min-height: 60px;
  border: 1px solid #dee2e6;
  background-image: linear-gradient(to bottom, transparent 19px, #dee2e6 20px);
  background-size: 100% 20px;
  background-color: #fff;
}

.manual-table {
  font-size: 0.72rem;
  table-layout: fixed;
  width: 100%;
}

.manual-col-type {
  width: 18%;
}

.manual-col-quota {
  width: 6%;
}

.manual-col-date,
.manual-col-amount {
  width: 13%;
}

.manual-table th,
.manual-table td {
  vertical-align: middle !important;
  padding: 0.12rem 0.18rem !important;
}

.manual-table td {
  height: 25px;
}

.manual-table thead th {
  text-align: center;
}

.manual-type-cell {
  white-space: nowrap;
  font-size: 0.72rem;
}

.manual-quota-index {
  text-align: center;
  font-weight: 700;
  font-size: 0.72rem;
}

.manual-check {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 0.16rem;
  border: 1px solid #495057;
  vertical-align: -1px;
  line-height: 9px;
  text-align: center;
  font-size: 8px;
  font-weight: 700;
}

.manual-check.checked {
  background-color: #f8f9fa;
}

.manual-payment-options {
  min-height: 17px;
  padding: 1px 0 3px;
  border-bottom: 2px solid #adb5bd;
  font-size: 0.72rem;
  white-space: nowrap;
}

.manual-arras {
  font-size: 0.66rem;
  line-height: 1.18;
}

.manual-summary-table {
  font-size: 0.74rem;
  table-layout: fixed;
  width: 100%;
}

.manual-summary-table th,
.manual-summary-table td {
  vertical-align: middle !important;
  padding: 0.2rem 0.28rem !important;
}

.manual-summary-table td {
  height: 28px;
}

.manual-summary-table thead th {
  text-align: center;
}

.manual-observaciones-sm {
  min-height: 54px;
  background-image: linear-gradient(to bottom, transparent 17px, #dee2e6 18px);
  background-size: 100% 18px;
}

.manual-receipt {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.manual-receipt-sheet {
  min-height: 720px;
  padding: 1.05rem 1.15rem 0.85rem !important;
  display: flex;
  flex-direction: column;
}

.manual-receipt-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.manual-receipt-company {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex: 1 1 auto;
  min-width: 0;
}

.manual-receipt-logo-wrap {
  flex: 0 0 108px;
}

.manual-receipt-brand-logo {
  width: 108px;
  max-height: 96px;
  object-fit: contain;
}

.manual-receipt-company-copy {
  min-width: 0;
}

.manual-receipt-company-name {
  margin: 0 0 0.28rem;
  font-size: 1.55rem;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
}

.manual-receipt-company-line {
  font-size: 0.92rem;
  line-height: 1.24;
  font-weight: 500;
}

.manual-receipt-meta {
  flex: 0 0 auto;
  width: auto;
  min-width: 140px;
  text-align: right;
}

.manual-receipt-date {
  font-size: 0.82rem;
  color: #111;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.manual-receipt-titleband {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 0.85rem;
  background: #f2f2f2;
  padding: 0.4rem 0.55rem;
  margin-bottom: 0.72rem;
}

.manual-receipt-titleband-spacer {
  min-height: 1px;
}

.manual-receipt-titleband-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #374151;
  letter-spacing: 0.02em;
}

.manual-receipt-titleband-number {
  min-width: 58px;
  text-align: left;
}

.manual-receipt-fill-inline {
  display: inline-block;
  min-height: 18px;
  border-bottom: 1px solid #5f6368;
  vertical-align: middle;
}

.manual-receipt-fill-inline-sm {
  width: 52px;
}

.manual-receipt-summary {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.34rem;
  font-size: 0.94rem;
}

.manual-receipt-summary .manual-receipt-col-label {
  width: 14%;
}

.manual-receipt-summary .manual-receipt-col-main {
  width: 40%;
}

.manual-receipt-summary .manual-receipt-col-mini-label {
  width: 9%;
}

.manual-receipt-summary .manual-receipt-col-mini-value {
  width: 14%;
}

.manual-receipt-summary th,
.manual-receipt-summary td {
  background: #f5f5f5;
  padding: 0.42rem 0.5rem;
  vertical-align: middle;
  border: none;
}

.manual-receipt-summary th {
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #111827;
  white-space: nowrap;
}

.manual-receipt-summary td {
  font-weight: 500;
  color: #374151;
}

.manual-receipt-fill {
  display: block;
  min-height: 18px;
}

.manual-receipt-total-row th,
.manual-receipt-total-row td {
  font-size: 0.98rem;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .manual-receipt-header {
    flex-direction: column;
  }

  .manual-receipt-company {
    width: 100%;
  }

  .manual-receipt-company-name {
    font-size: 1.2rem;
  }

  .manual-receipt-meta {
    width: 100%;
    text-align: left;
  }

  .manual-receipt-titleband {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .manual-receipt-titleband-spacer {
    display: none;
  }

  .manual-receipt-summary {
    font-size: 0.8rem;
  }

  .manual-receipt-summary th,
  .manual-receipt-summary td {
    padding: 0.34rem 0.38rem;
  }
}

.manual-signatures {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}

.manual-signature-item {
  flex: 1 1 0;
}

.manual-signature {
  min-height: 38px;
  border-bottom: 2px solid #212529;
}

.zoom {
  -webkit-transition: all 0.9s ease;
  /* Safari y Chrome */
  -moz-transition: all 0.9s ease;
  /* Firefox */
  -o-transition: all 0.9s ease;
  /* IE 9 */
  -ms-transition: all 0.9s ease;
  /* Opera */
  width: 100%;
}

.zoom:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

/* @import url('https://fonts.googleapis.com/css2? family-Open+Sans:ital@1&display-swap'); */

/* PRESENTACIN PAGINA INICIAL */
.cuerpo {
  height: 100%;
  background-color: rgb(108, 8, 117);
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}

.cover-container {
  max-width: 42em;
}

.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: 0.25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.cover {
  padding: 0 1.5rem;
}

.cover .btn-lg {
  padding: 0.75rem 1.25rem;
  font-weight: 700;
}

.mastfoot {
  color: rgba(255, 255, 255, 0.5);
}
