.user-garage{display: flex;flex-wrap: nowrap; overflow: auto;padding:12px 0}
.add-car{flex: 0 0 auto;width:150px;margin-right:12px;font-size:2rem;display: flex;align-items:center;justify-content: center;background:#ddd;border-radius:8px;margin-bottom:12px;}
.car-profile{flex: 0 0 auto;width:100%;flex:none;margin-right:12px;padding:12px;border:1px solid #999;border-radius:12px;margin-bottom:12px;}
.user-garage .car-profile{width:250px;}
.car-profile .img{height:250px;background-position: center;background-size:cover;margin-bottom:12px;}
.user-garage .car-profile .img{height: 130px;}
.car-name{font-size:1.12rem;font-weight: 600;}


.add-location{width:100%;margin-bottom:12px;border:1px solid #999;padding:21px;border-radius:12px;text-align: center;}
.added-location{display:flex;border-radius: 8px;border:1px solid #999;padding:12px;margin-bottom:12px}
.location-remove,.location-icon{width:68px;font-size:2rem;display: flex;align-items:center;justify-content: center;background:#ddd;margin-right:12px;border-radius: 8px;}
.location-details{width:calc(100% - 80px)}
.location-name{font-size:1.2rem;font-weight: 600;}

details{padding:12px 0;border-bottom:1px solid #0009}

#listaUbicaciones {position:fixed;bottom:6vh;padding:12px;width:100vw;background:#fff; margin-top:8px; flex-wrap:wrap;overflow: auto;border-radius:12px 12px 0 0; white-space: nowrap;height:68px;box-shadow:0 -3px 5px #0009}
.loadedLocations {display: inline-block;padding:6px 10px; border-radius:8px; background:#f5f5f5; border:1px solid #dcdcdc;cursor:pointer; user-select:none;}

#carSelector{position:absolute;z-index:1;height:calc( 100vh - 48px);padding: 21px 12px 60px 12px;background:#fff;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:450px;overflow:auto;}
#carSelector .car{width:45%;margin:2%;display:inline-block;border:1px solid #ccc;background:#fff;box-shadow:0 3px 5px #efefef;}
#carSelector .car .img{width:100%; background-size: cover;height:125px;background-position:center;}
#carSelector .car .car-details{padding:12px;}

[data-element="confirmLocation"],[data-element="confirmDestination"]{position: fixed;bottom: 21vh;left: 50%;transform: translateX(-50%);z-index:5;display:none;}
[data-element="distance"]{position:fixed;top:21px;left: 50%;transform: translateX(-50%);z-index:5;background:#fff;color:#333;padding:12px 21px;border-radius:50px;font-weight:700;box-shadow:0 3px 5px #999;width:60%;text-align: center;}
[data-element="distance"]:empty{display: none;}

#step3 {position: fixed;bottom: -100vh;height: calc(100vh - 48px);background: #fff;z-index: 3;width: 100%;overflow:scroll}
.loadingStep{display: flex;justify-content: center;align-items: center;}
.loadingStep div {width: 50px;aspect-ratio: 1;border-radius: 50%;border: 8px solid lightblue;border-right-color: orange;animation: l2 1s infinite linear;}
@keyframes l2 {to{transform: rotate(1turn)}}

.towItem{padding:12px;border:1px solid #aaa;border-radius:12px;margin-bottom:8px;}
.towItem .image{width:80px;height:100px;display: inline-block;margin-right:12px;vertical-align: top;background-size: cover;background-position: center;border-radius:8px;object-fit: cover;}
.towItem .details{width:calc(100% - 100px);display: inline-block;vertical-align: top;}
.towItem .closest{background:#aaa;color:#666;padding:5px;border-radius:50px;font-size:10px;display: block;width:fit-content;font-weight: 600;margin-top:6px;}
.towItem .farest{background:#ac2b2b;color:#fff;padding:5px;border-radius:50px;font-size:10px;display: block;width:fit-content;font-weight: 600;margin-top:6px;}
.towItem .score{color: #FFA000;font-size:12px;}

#tow-list {height: 52vh;overflow: auto;}
.towDetails{display: none;}