
*{
    padding: 0;
    margin: 0;
}

#map {
        height: 60vh;
        width: 100%;
        display: flex;
        justify-content: center;

}


.header_search{
    /* background-color: red; */
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 3rem;
}

.header_search_container{
    width: 100%;
}
.header_search_container_title{
    padding: 1rem;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 1.8rem;

}

.header_search_container_content{
    padding: 1rem;
    display: flex;
    flex-direction: row;
    gap: 10rem;
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    opacity: 0.7;

}

.fiter_search{
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    padding-right: 10rem;
}

.fiter_search input{
    outline: none;
    height: 1.8rem;
    width: 10rem;
    border-radius: 0.6rem;
    border: 1px solid gray;
}

.export_button{
    background-color:#3e7e0d;
    width: 15rem;
    height: 2.8rem;
    border-radius: 0.6rem;
    color: white;
    font-family: 'Inter', sans-serif;
    border: none;
    font-size: 1.1rem;
}

.export_button:hover{
    cursor: pointer;
}

.Logout_button {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #2563EB;
  color: rgb(255, 255, 255);
  border: none;
  width: 11rem;
  height: 2.8rem;
  border-radius: 0.5rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}


.table_information{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 5rem;
    max-height: 50rem;
    overflow-y: auto;
}

.table_content{
    width: 95%;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-collapse: collapse; 
}



.table_content td {
  border-top: 1px solid #ccc; 
  padding: 20px 12px;
  text-align: left;
  vertical-align: middle;
  border-left: none;
  border-right: none;
  font-family: 'Inter', sans-serif;
}

.table_content th {
  border-bottom: 2px solid #ccc; 
  border-left: none;
  border-right: none;
  padding: 10px 12px;
  text-align: left;
  background-color: #F9FAFB;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  opacity: 0.6;
}


.ignition-status {
  display: inline-block;
  width: 34px;
  height: 30px;
  line-height: 30px;
  border-radius: 43%;
  text-align: center;
  font-weight: bold;
  color: white;
  background-color: rgba(128, 128, 128, 0.219);
  font-family: 'Inter', sans-serif;
  font-size: 10px;
}

.ignition-status.on {
  color: green;
}

.ignition-status.off {
  color: red;
}

.order_table{
    margin-top: 2rem;
    margin-left: 3.5rem;
    /* background-color: red; */
    width: 95%;

}

.order_table label{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    opacity: 0.7;
}

.order_table select{
    width: 15rem;
    height: 2rem;
    font-size: 1rem;
    border: 1px solid gray;
    outline: none;
    border-radius: 0.7rem;
}


.short-address {
    max-width: 400px;     
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


.plate-zero {
  background-color: rgba(128, 128, 128, 0.185);  
  color: green;            
  font-weight: 900;
}


.poi-active {
  font-weight: bold;
  color: green;
  font-style: italic;
}

.status-de-regreso {
  color: green;
  font-weight: bold;
}

.status-de-viaje {
  color: blue;
  font-weight: bold;
}

.status-estacionado {
  color: gray;
  font-weight: bold;
}
