<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-90 {
    width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}
.table td {
    vertical-align: top;
}
.use-case-item {
    margin-bottom: 10px;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}    
.profile-menu {
    display: none;
    position: absolute;
    top: 46px;
    right: 0;
    background-color: #333;
    border: 1px solid #444;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1001;
}

.profile-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.profile-menu ul li {
    border-bottom: 1px solid #444;
}

.profile-menu ul li:last-child {
    border-bottom: none;
}

.profile-menu ul li a {
    display: block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
}

.profile-menu ul li a:hover {
    background-color: #444;
}

@media (max-width: 599px) {
    .nav-menu, .profile-menu {
        display: none;
        position: absolute;
        top: 46px;
        right: 0;
        background-color: #333;
        border: 1px solid #444;
        border-radius: 5px;
        overflow: hidden;
        z-index: 1000;
    }

    .nav-menu.show-mobile-menu,
    .profile-menu.show-mobile-menu {
        display: block;
    }

    .profile-menu {
        top: 46px;
    }

    .nav-menu {
        top: calc(46px + 2px + 100%);
    }
}


#placesList {
    list-style-type: none;
    padding: 0;
    margin: 20px auto;
    width: 90%;
    max-width: 600px;
}

.place-card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.place-checkbox {
    flex-shrink: 0;
}

.place-name, .place-address, .place-distance {
    flex-grow: 1;
}

.place-name {
    font-weight: bold;
}

.place-distance {
    font-style: italic;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    color: white;
    padding: 5px 10px 5px 10px;
}

.header-left {
    display: flex;
    width:60%;
    align-items: center;
}

.header-right {
    display: flex;
    width: auto; /* Change from 40% to auto */
    align-items: center;
    position: relative;
    justify-content: flex-end;
    gap: 5px; /* Add this line to create space between nav-menu and user-info */
    
}

.header-title {
   // font-size: 1.2em;
    margin-right: 10px;
    display: flex;
    
}

.home-icon {
    color: white;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 5px;
    text-decoration: none;
    font-size: 1.3em; /* Increase font size by 20% */
    text-decoration: none; /* Remove underline */
    line-height: normal;
    
}

.home-icon:hover {
    text-decoration: none; /* Ensure underline is not added on hover */
    color: inherit; /* Ensure color does not change on hover */
    
 }
 
  .header-title .name {
    display: block;
    margin-left: -.5px;
    font-size: 1.0em; /* Adjust the size as needed */
    font-weight: thin;
    letter-spacing: -.05rem;
    height:40px;
    margin-top: 3px;
}


.header-title .byline {
    display: block;
    margin-left: .5px;
    font-size: 0.6em; /* Adjust the size as needed */
    margin-top: 1px; /* Adjust the spacing as needed */
    line-height:.3; /* Adjust the line height as needed */
    letter-spacing: .03rem;
}


.user-info {
    margin-right: 0; /* Remove right margin */
    cursor: pointer;
    flex-shrink: 0; /* Prevent the user-info from shrinking */
}
.user-avatar {
    width: 35px;
    height: 35px;
    border-radius: 10%;
}

.hamburger-menu {
    font-size: 1.8em;
    cursor: pointer;
}


.nav-menu {
    display: none;
    position: absolute;
    top: 46px;
    right: 0;
    background-color: #333;
    border: 1px solid #444;
    border-radius: 5px;
    overflow: hidden;
     margin-right: 20px;
}

.nav-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-menu ul li {
    border-bottom: 1px solid #444;
}

.nav-menu ul li:last-child {
    border-bottom: none;
}

.nav-menu ul li a {
    display: block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
}

.nav-menu ul li a:hover {
    background-color: #444;
}

 .name  strong {
    font-weight: 700;
    line-height:0;
}


@media (min-width: 600px) {
    
    .home-icon {
    color: white;
    margin-right: 5px;
    margin-left: 0px;
    margin-top: 3px;
    text-decoration: none;
    font-size: 1.4em; /* Increase font size by 20% */
    text-decoration: none; /* Remove underline */
    line-height: normal;
    
}

.home-icon:hover {
    text-decoration: none; /* Ensure underline is not added on hover */
    color: inherit; /* Ensure color does not change on hover */
    
 }
 
  .header-title .name {
    display: block;
    font-size: 1.0em; /* Adjust the size as needed */
    font-weight: normal;
    letter-spacing: -.05rem;
    height:40px;
    margin-top: 3px;
}

 .name  strong {
    font-weight: 700;
    line-height:0;
}

.nav-menu ul li {
    white-space: nowrap;
}

.header-title .byline {
    display: block;
    font-size: 0.6em; /* Adjust the size as needed */
    margin-top: 1px; /* Adjust the spacing as needed */
    line-height:.3; /* Adjust the line height as needed */
}
    .nav-menu {
        display: flex;
        position: static;
        background-color: transparent;
        border: none;
        z-index: 1000;
        margin-right: 0;
    }

    .nav-menu ul {
        display: flex;
        align-items: center; /* Add this line */
    }

    .nav-menu ul li {
        border: none;
    }

    .nav-menu ul li a {
        padding: 10px 15px; /* Reduce horizontal padding slightly */
    }
}



.mobile-menu {
    display: none;
    position: absolute;
    top: 46px;
    right: 0;
    background-color: #333;
    border: 1px solid #444;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1001;
}

.mobile-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mobile-menu ul li {
    border-bottom: 1px solid #444;
}

.mobile-menu ul li:last-child {
    border-bottom: none;
}

.mobile-menu ul li a {
    display: block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
}

.mobile-menu ul li a:hover {
    background-color: #444;
}

@media (min-width: 600px) {
    .mobile-menu.show-profile-menu {
        display: block;
    }

    .mobile-menu.show-profile-menu ul li:not(:first-child):not(:last-child) {
        display: none;
    }

    .hamburger-menu {
        display: none;
    }
}

@media (max-width: 599px) {
    .nav-menu {
        display: none;
    }

    .mobile-menu.show-mobile-menu {
        display: block;
    }

    .hamburger-menu {
        display: block;
    }
}

.card-header {
    width: 100%;
    text-align:center;
    font-weight: bold;
    background-color: #f8f9fa;
}
.card-body {
    display: flex;
    flex-direction: column;
}
.btn-primary {
    margin-top: auto;
}
.list-group-item {
    padding: 0.5rem 1.25rem;
}
.badge {
    margin-right: 0.5rem;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.card {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0px;
    width: 100%;
    max-width: 300px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
     height: 100%;
}

.card input[type="checkbox"] {
    margin-right: 16px;
}

.card-content {
    flex-grow: 1;
}

.card h3 {
    margin: 0 0 8px;
    font-size: 1.2em;
}

.card p {
    margin: 4px 0;
    color: #555;
}

main {
    flex: 1;
}

/* Footer styling */
.sfooter {
    background-color: #333;
    color: white;
      height: 50px; /* Set the same height as the header */
    text-align: center;
    padding: 10px 20px;
    position: sticky;
    bottom: 0;
    width: 100%;
}

.footer-column {
    flex: 1;
    padding: 10px;
}

.footer-column p {
    margin: 0;
}

 html, body {
            height: 100%;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            font-family: Arial, sans-serif;
            font-size: 1em; /* Base font size for the body */
        }

        /* Style for the map container */
        #map {
            height: 300px; /* Adjust height as needed */
            width: 100%;
        }

        /* Styling for header and content */
       

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0px;
        }
        
        
           .places-list {
            list-style: none;
            padding: 0;
        }

        .places-list li {
            margin-bottom: 10px;
        }</pre></body></html>