.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: 15px;
    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 */
  }
}

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