.flutter-viajes-tarificacion-dialogo td {
  padding : 16px;
}

.flutter-viajes-tarificacion-tabla-container {
  flex: 1;
  overflow-y: auto;
  margin-top: 10px;
  border-radius: 5px;
  font-family: "Exo 2", sans-serif;
}

.flutter-viajes-tarificacion-tabla {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

/* Fondo del modal */
.flutter-viajes-tarificacion-modal-fondo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Contenedor del modal */
.flutter-viajes-tarificacion-dialogo {
  background-color: white;
  padding: 20px;
  width: 80%;
  height: 80%;
  max-width: 100%;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #005092;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Botón de cerrar */
.flutter-viajes-tarificacion-btn-cerrar {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 15px;
  height: 15px;
  background-color: #005092;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flutter-viajes-tarificacion-texto-capitales {
  font-weight: 600;
   text-align: center;
  color: #878787;
}
.flutter-viajes-tarificacion-texto-garantias{
    text-align: left;
    color: #878787;
}
.flutter-viajes-tarificacion-bold {
  font-weight: bold;
}

.flutter-viajes-tarificacion-border-bottom{
  border-bottom : 1px solid #e3e3e3;
}

.flutter-viajes-tarificacion-border-right{border-right : 1px solid #e3e3e3; }

.flutter-viajes-tarificacion-titulo{
  color : #07385C;
  font-size: 1.2em;
  text-align: left;
  font-weight: 600;
}

.flutter-viajes-tarificacion-tupla-color-distinto {
  background-color: #4989C10B;
}

.flutter-viajes-tarificacion-tabla-container::-webkit-scrollbar {
  width: 10px;
}
.flutter-viajes-tarificacion-tabla-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.flutter-viajes-tarificacion-tabla-container::-webkit-scrollbar-thumb {
  background: #005092;
}



