.streetmeet{font-family:Squartiqa;font-size:2em;color:#fff;text-shadow:2px 2px 4px black}.centered-vertical-stack{display:flex;flex-direction:column;align-items:center}.spaced-out{gap:.5em}.banner-text{font-family:Squartiqa;font-size:3em;color:#fff;text-shadow:2px 2px 4px black}.centered{text-align:center}.label{color:#000;text-align:center}.body-text{color:#000;line-height:1.4em;text-align:justify}.vtab{margin-top:.5em}.field-label{color:#fff;font-weight:700;text-align:center}.text-input{border:1px solid black;border-radius:.75em;padding:.75em 1em;width:20em;max-width:80%}.flavor-text{color:#b35aae;font-weight:700;text-align:center;line-height:1.5em}.button{border:none;background-color:#e297c8;border-radius:1em;padding:.75em;width:15em;max-width:75%;color:#fff;font-weight:700;font-size:1em;text-decoration:none;text-align:center}.button:disabled{background-color:gray}.secondary{background:none;border:1px solid white;font-weight:400}.secondary-onwhite{background:none;color:#e297c8;border:1px solid #E297C8;font-weight:400}.tertiary{background:none;font-weight:400}.tertiary-onwhite{background:none;font-weight:400;color:#000}.gap{flex:1}.confirm-dialog{max-width:75%;border-radius:1em;border:1px solid black;box-shadow:2px 2px 5px;padding:1em}.welcome-container{margin-left:1em;margin-right:1em;margin-bottom:1em;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.splash-image{min-width:50%;max-width:80%;max-height:50vh}.splash-label{margin-top:.5em;color:#fff;font-size:1.1em;font-weight:700}.sign-in-button{border:none;background-color:#e297c8;border-radius:1em;padding:.5em;width:75%;color:#fff;font-weight:700;font-size:1.2em}.sign-in-separator{color:#fff;font-size:.8em}.sign-in-button.tertiary{border:none;background:none;font-weight:400;text-decoration:underline}.login-container{margin:1em;flex:1;display:flex;flex-direction:column;align-items:center;gap:.25em}.login-container a{color:#fff}.login-image{max-width:90%;max-height:40vh}.code-entry{text-align:center;font-size:1.5em;font-weight:700;width:10em;border-radius:.5em;padding:.25em .66em}.tos-link{margin-top:.25em;color:#fff}.dialog-container{margin:0;padding:0;border:none;width:100vw;height:100dvh;background-color:#00000080;display:flex;align-items:center;justify-content:center}.dialog-popup{padding:1em;width:80%;height:80%;border:solid 1px black;border-radius:.5em;background-color:#33cfff;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.dialog-content{flex:1;width:100%;overflow-y:scroll}.profile-menu-button{align-self:stretch;margin:.25em;color:#fff;background-color:#e297c8;padding:.75em 1.5em;font-size:1em;border-radius:1em;font-weight:700;border:none;display:flex;justify-content:space-between}.dialog-header{align-self:stretch;display:flex;justify-content:space-between}.dialog-header-icon{color:#fff;width:2em;margin:0 .25em}.profile-pic-container{aspect-ratio:1/1;width:40vw;height:40vw;border:1px solid white;border-radius:1em;margin-top:.5em;position:relative;display:flex;align-items:center;justify-content:center}.profile-pic-container img{width:100%;height:100%;border-radius:1em;object-fit:cover}.upload-icon-button{margin:1em;padding:.5em;background-color:#e297c8;border-radius:50%;box-shadow:2px 2px 5px #000;color:#fff;object-fit:contain;position:absolute;bottom:0;right:0}.checkin-container{margin-right:2em;margin-left:2em;min-width:80%;display:flex;flex-direction:column;gap:.25em}.checkin{padding:.5em;background-color:#fff;border:1px solid black;border-radius:.5em;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.checkin-truck{font-weight:700;text-align:center}.checkin-date{font-size:.75em}#picUploadInput{display:none}.sneaky-value-container{position:relative;text-align:center;max-width:80%;color:#fff;font-weight:700;font-size:1.5em;padding:.375em}.sneaky-edit-button{position:absolute;top:.375em;right:-1em}.sneaky-input-container{display:flex;align-items:center;max-width:80%;gap:.25em;color:#fff}.sneaky-text-input{border:1px solid black;border-radius:.75em;padding:.75em 1em;width:10em;max-width:80%}.no-favorite-icon{height:2.5em}.favorite-icon{height:1em}.favorite-list{display:flex;flex-direction:column;align-items:stretch;min-width:80%}.favorite-row{margin-top:.25em;display:flex;align-items:center;background-color:#fff;border:1px solid black;border-radius:.5em;padding:.25em 1em;gap:.25em}.favorite-row .truck-name{font-weight:700;flex:1}.favorite-icon-button{height:1.5em}.membership-container{align-self:stretch;border:1px solid black;border-radius:.5em;background-color:#fff;padding:1em;display:flex;flex-direction:column;align-items:center;gap:.5em;min-width:60%}.membership-title{font-weight:700;font-size:1.2em;text-align:center}.membership-price{font-size:.9em}.membership-description{text-align:center}.membership-buddy-count{text-decoration:underline}.membership-buddy-title{font-weight:700}.membership-buddy-container{width:80%;padding:.5em 1em;border-radius:.5em;border:1px solid black;display:flex;flex-direction:column;align-items:center;gap:.25em}.membership-code-entry{text-align:center;font-size:1.5em;font-weight:700;width:10em;border-radius:.5em;padding:.25em .66em}.select-platform{width:80%;padding:.5em;border-radius:.5em}.steps{color:#fff}@keyframes image-flip{0%{transform:scaleX(1)}5%{transform:scaleX(-1)}10%{transform:scaleX(-1)}15%{transform:scaleX(1)}35%{transform:scaleX(1)}40%{transform:scaleX(-1)}80%{transform:scaleX(-1)}85%{transform:scaleX(1)}}.loading-view{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.loading-image{max-width:80%;animation:image-flip 6s;animation-iteration-count:infinite}.open-image{margin-top:1em;max-width:40%}.favorite-symbol{height:3.5em}.truck-socials-container{margin:.25em;color:#fff;display:flex;gap:.25em;align-self:stretch;justify-content:space-around}.truck-socials-container a{color:#fff}.truck-socials-container .disabled{color:#d3d3d3;pointer-events:none}.truck-socials-container img{height:2em;cursor:pointer}.header-icon{margin-top:.5em;margin-left:.5em;margin-right:.5em;height:2.5em;width:2.5em;object-fit:contain}.profile-pic-icon{margin-top:.5em;margin-left:.5em;margin-right:.5em;height:2.5em;width:2.5em;border-radius:2em;box-shadow:2px 2px 3px #000;object-fit:cover}.nav-popup{position:absolute;top:.25em;left:.25em;z-index:1;padding:.25em;border:1px solid black;border-radius:.5em;background-color:#33cfff;box-shadow:2px 2px gray}.nav-icon{margin-right:.5em;height:2.5em;width:2.5em;object-fit:contain}.nav-row{margin-left:.5em;margin-right:.5em;display:flex;align-items:center}.nav-title{font-size:1.5em;font-family:Squartiqa;color:#fff;text-shadow:1px 1px 2px black}.find-truck-container{height:100vh;width:100vw;margin-left:1em;margin-right:1em;flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between}.header-container{width:100%;display:flex;flex-direction:column;align-items:center}.header-row{width:100%;display:flex;align-items:center;justify-content:space-between}.search-row{width:60%;display:flex;align-items:stretch;justify-content:center;margin-bottom:.5em;position:relative}.top-banner{margin:.25em .5em;padding:.5em;border:solid 1px white;border-radius:.5em}.top-banner a{text-decoration:none}.view-switch-container{width:70%;margin-bottom:.5em;display:flex;background-color:#fff;border:1px solid black;border-radius:.5em}.view-switch-button{flex:1;padding:.5em;text-align:center;border-radius:.5em;font-weight:700}.vsb-select{background-color:#e297c8;color:#fff}.all-quiet-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.list-view-container{flex:1;overflow-y:scroll}.search-bar{margin:.25em .5em 0;padding:.5em 1em;width:100%;border:1px solid black;border-radius:.5em}.filter-row{display:flex;flex-wrap:wrap;justify-content:center}.diet-filter{font-size:.8em;color:#fff;padding:.37em .66em;margin:.25em;border:1px solid white;border-radius:1em}.diet-filter.selected{font-weight:700;border:1px solid #E297C8;background:#e297c8;border:none}.diet-filter input{display:none}.truck-entry-container{margin:.5em;padding:.5em;background-color:#fff;border:1px solid black;border-radius:.5em;display:flex;align-items:center;gap:.5em}.truck-entry-image{max-width:20%}.truck-entry-detail{flex:1}.truck-entry-favorite{float:right;width:2em}.truck-name{font-size:1.2em;font-weight:700}.cuisine-type{font-style:italic;padding-top:.2em;padding-bottom:.2em}.open-until{font-weight:700}.map-view-container{flex:1;overflow:hidden;margin:.5em;background-color:#fff;border:1px solid black;border-radius:.5em}.map-view-map{flex:1;margin:.5em;border:1px solid black;border-radius:.5em;overflow:hidden}.user-location-marker{width:3em}.truck-location-marker{width:5em}.map-label{color:#000;font-weight:700;text-shadow:1px 1px white,-1px -1px white}.cta-banner{width:unset;max-width:unset;margin:.5em}.payment-complete-container{margin-left:1em;margin-right:1em;margin-bottom:1em;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}@font-face{font-family:Squartiqa;src:url(/assets/Squartiqa4FLight-B9avxeig.ttf)}#root{width:100%;height:100%;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between}body{margin:0;width:100vw;height:100dvh;background-color:#33cfff;font-family:Arial,Helvetica,sans-serif}h1{font-family:Squartiqa}h2{margin-top:.25em;color:#fff;margin-bottom:.25em}p{line-height:1.5em}hr{width:90%;border:1px solid white}
