:root{--header-height: 60px;--footer-height: 60px;--sidebar-width: 250px;--main-color: #CE5A28;--hover-color: #B44A1F;--marker-color: #0063a6;--font-color: #3D3D3C;--font-family: "Barlow Condensed", sans-serif}@media screen and (max-width: 600px){:root{--header-height: 80px;--footer-height: 80px;--sidebar-width: 250px}}#root{margin:0;padding:0;width:100vw;height:100vh;color:var(--font-color);font-family:var(--font-family)}h1{margin:0;padding:0;font-size:2em;font-weight:600;line-height:1.2em;font-family:var(--font-family)}h3{margin:0;padding:0;font-size:1.4em;font-weight:600;line-height:1em;font-family:var(--font-family)}h5{margin:0;padding:0;font-weight:400;font-family:var(--font-family)}h6{margin:0;padding:0;font-size:.8em;font-weight:600;font-family:var(--font-family)}p{margin:0;padding:0;font-size:1.2em;line-height:1.2em;font-family:var(--font-family)}a{font-size:.8em;text-decoration:none;font-family:var(--font-family)}.splash-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#626262cc;display:flex;align-items:center;justify-content:center;z-index:10000}.splash-modal-content h1{font-size:2em;margin-bottom:.5em;color:var(--main-color)}.splash-modal-content{background-color:#fff;padding:2em;border-radius:8px;box-shadow:0 4px 8px #0000001a;text-align:center;max-width:80vw;width:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1em}.splash-modal-button{background-color:var(--main-color);color:#fff;border:none;padding:.5em 1em;border-radius:4px;cursor:pointer;font-size:1.4em;margin-top:1em;font-family:var(--font-family);font-weight:600}.splash-modal-button:hover{background-color:var(--hover-color)}.App{display:flex;flex-direction:column;height:100vh;width:100vw;padding:0;margin:0;position:fixed;top:0;left:0}.main{flex:1;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;width:100vw;height:calc(100vh - var(--header-height) - var(--footer-height))}.sidebar-hidden,.sidebar{width:var(--sidebar-width);height:calc(100vh - var(--header-height) - var(--footer-height) - 4em);background:#ffffff1a;-webkit-backdrop-filter:blur(.5em);backdrop-filter:blur(5px);border-radius:0 0 8px;left:0;padding:1em;overflow:auto;box-shadow:2px 0 5px #0000001a;display:flex;flex-direction:column;gap:1rem;position:absolute;z-index:1000;transition:left 2s ease-in-out}.sidebar-visibility-icon-hidden,.sidebar-visibility-icon{position:absolute;left:calc(var(--sidebar-width) + 2em);top:calc(var(--header-height) + 1em);cursor:pointer;width:2em;height:4em;background-color:var(--main-color);z-index:1001;border-radius:0 8px 8px 0;transition:left 2s ease-in-out;display:flex;align-items:center;justify-content:center;padding:0;color:#fff}.sidebar-visibility-icon-hidden{left:0;transition:left 2s ease-in-out}.sidebar-hidden{left:calc(-1 * (var(--sidebar-width) + 2em));transition:left 2s ease-in-out}.location-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background-color:#fff;border-radius:8px;gap:1em;padding:1.5em 1em;box-shadow:0 2px 4px #0000001a}.location-card.loading{min-height:100px;background-color:#c4c4c4;box-shadow:none;opacity:.2;animation:waveOpacity 2s infinite}.location-card-header{display:flex;align-items:flex-start;flex-direction:row;justify-content:space-between;width:100%}.location-popup-wrapper{display:flex;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:space-between;width:100%;max-width:250px;padding-top:1em;padding-bottom:1em}.location-card-body{display:flex;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:space-between;width:100%}.location-popup-wrapper h3,.location-card-header h3{margin:0 0 .2em}.icon-with-text{display:flex;align-items:center;flex-direction:row;justify-content:flex-start;gap:.5em;font-weight:300}.price-list{display:flex;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;max-width:100%;min-width:60%;max-height:80px}.price{display:flex;flex-direction:row;min-width:60px;max-width:100px;padding-right:1em;gap:.5em}.location-popup-wrapper h5,.location-card-body h5{margin-top:.4em;display:flex;flex-direction:row}.location-card-body h6{text-decoration:underline}.location-entrance-number{font-size:.9em;line-height:20px;color:#fff;font-weight:600;background-color:#000;margin-right:.5em;text-align:center;border-radius:10px;height:20px;width:20px}.location-card-icons-wrapper{display:flex;align-items:flex-start;flex-direction:row;justify-content:flex-start;gap:.1em}.location-card-icons{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;gap:.5em}.direction-links{margin-top:1em;display:flex;align-items:center;flex-direction:column}.location-card:hover{box-shadow:0 4px 8px #0003}.map{height:calc(100vh - var(--header-height) - var(--footer-height));background-color:#e0e0e0;width:100vw;position:absolute;box-shadow:-2px 0 5px #0000001a}.header{display:flex;width:100vw;padding-left:1em;height:var(--header-height);align-items:center;justify-content:space-between;background-color:var(--main-color);color:#fff}.footer{display:flex;width:100vw;height:var(--footer-height);align-items:center;justify-content:center;background-color:var(--main-color);color:#fff}@keyframes waveOpacity{0%{opacity:.2}50%{opacity:.7}to{opacity:.2}}
