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

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

.linkSelect {
  background: none;
  cursor: pointer;
  font-size: 12px;
  color: rgba(0, 21, 255, 0.522);
  position: relative;
  border-top: none;
  border-left: none;
  border-right: none;
}

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

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

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

.pagination li {
  border: 0px;
}


strong,
b {
  font-weight: 900;
}

.controls2 {
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#origin-input2,
#destination-input2 {
  color: mediumblue;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  text-overflow: ellipsis;
  width: 80%;
}

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


.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 {
  nav,
  .pt {
    display: none;
  }

  #imprimir {
    background-color: white;
    position: relative;
    line-height: 18px;
    overflow: hidden;
  }
  footer {
    page-break-after: always;
    position: relative;
    margin-top: -1px;
    clear: both;
    overflow: hidden;
  }

  .card-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
