@import '_content/Toolbelt.Blazor.PWA.Updater/Toolbelt.Blazor.PWA.Updater.bnjuj6nd91.bundle.scp.css';

/* /Components/ChangePasswordDrawerComponent.razor.rz.scp.css */
.change-password-drawer[b-favc6prmpj] {
    padding: 0.5rem 0;
}

.drawer-header[b-favc6prmpj] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.drawer-title[b-favc6prmpj] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #101828;
    margin: 0;
    line-height: 1.4;
}

.close-btn[b-favc6prmpj] {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #000;
    font-size: 1.25rem;
    line-height: 1;
    margin-top: 0.25rem;
}

.close-btn:hover[b-favc6prmpj] {
    opacity: 0.7;
}

.password-requirements[b-favc6prmpj] {
    color: #667085;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.form-group[b-favc6prmpj] {
    margin-bottom: 1rem;
}

.form-label[b-favc6prmpj] {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #344054;
    margin-bottom: 0.25rem;
}

.last-changed[b-favc6prmpj] {
    font-weight: 400;
    color: #667085;
}

.password-input-wrapper[b-favc6prmpj] {
    position: relative;
    display: flex;
    align-items: center;
}

.password-input-wrapper .form-control[b-favc6prmpj] {
    padding-right: 3rem;
    border: 1px solid #d0d5dd;
    border-radius: var(--radius-xs, 8px);
    padding: 0.75rem 1rem;
    font-size: 16px;
    width: 100%;
}

.password-input-wrapper .form-control:focus[b-favc6prmpj] {
    border-color: #0056bc;
    box-shadow: 0 0 0 2px rgba(0, 86, 188, 0.1);
    outline: none;
}

.password-input-wrapper .form-control[b-favc6prmpj]::placeholder {
    color: #667085;
}

.password-toggle[b-favc6prmpj] {
    position: absolute;
    right: 0.75rem;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #667085;
    font-size: 1rem;
}

.password-toggle:hover[b-favc6prmpj] {
    color: #344054;
}

.submit-btn[b-favc6prmpj] {
    margin-top: 1.5rem;
    border-radius: var(--radius-xs, 8px) !important;
    padding: 0.75rem 1rem !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
/* /Components/ChatFAB.razor.rz.scp.css */
.chat-fab[b-uli2zuuhjz] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    background-color: #FFD024;
    border-radius: 28px 28px 28px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1000;
}

.chat-fab:hover[b-uli2zuuhjz] {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.chat-fab:active[b-uli2zuuhjz] {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.chat-fab i[b-uli2zuuhjz] {
    font-size: 24px;
    color: black;
}

.unread-badge[b-uli2zuuhjz] {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    background-color: #007bff;
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    padding: 0 6px;
    border: 2px solid white;
}
/* /Components/CustomDrawerComponent.razor.rz.scp.css */
.custom-drawer-backdrop[b-zam2ivfv5f] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.custom-drawer-backdrop.show[b-zam2ivfv5f] {
    opacity: 1;
    visibility: visible;
}

.custom-drawer[b-zam2ivfv5f] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background-color: white;
    border-radius: 16px 16px 0 0;
    z-index: 1050;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.custom-drawer.show[b-zam2ivfv5f] {
    transform: translateY(0);
}

.custom-drawer[b-zam2ivfv5f]::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background-color: #dee2e6;
    border-radius: 2px;
}
/* /Components/LanguageDrawerComponent.razor.rz.scp.css */
.language-drawer[b-2yd1t6m1av] {
    padding: 0.5rem 0;
}

.drawer-header[b-2yd1t6m1av] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.drawer-title[b-2yd1t6m1av] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #101828;
    margin: 0;
    line-height: 1.4;
}

.close-btn[b-2yd1t6m1av] {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #000;
    font-size: 1.25rem;
    line-height: 1;
    margin-top: 0.25rem;
}

.close-btn:hover[b-2yd1t6m1av] {
    opacity: 0.7;
}

.language-options[b-2yd1t6m1av] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.language-option[b-2yd1t6m1av] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    cursor: pointer;
    border-radius: var(--radius-xs, 8px);
    transition: background-color 0.15s ease;
}

.language-option:hover[b-2yd1t6m1av] {
    background-color: rgba(0, 0, 0, 0.02);
}

.radio-button[b-2yd1t6m1av] {
    width: 24px;
    height: 24px;
    border: 2px solid #d0d5dd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s ease;
    flex-shrink: 0;
}

.radio-button.checked[b-2yd1t6m1av] {
    border-color: #0056bc;
}

.radio-inner[b-2yd1t6m1av] {
    width: 12px;
    height: 12px;
    background-color: #0056bc;
    border-radius: 50%;
}

.language-name[b-2yd1t6m1av] {
    font-size: 16px;
    font-weight: 400;
    color: #343a40;
    line-height: 1.75;
}

.submit-btn[b-2yd1t6m1av] {
    margin-top: 0.5rem;
    border-radius: var(--radius-xs, 8px) !important;
    padding: 0.75rem 1rem !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
/* /Components/MapComponent.razor.rz.scp.css */
.map-container[b-5lqkiigczg] {
    width: 100%;
    border-radius: 0;
}

.map-container.full-width[b-5lqkiigczg] {
    margin-left: calc(-1 * var(--page-padding, 1rem));
    margin-right: calc(-1 * var(--page-padding, 1rem));
    width: calc(100% + 2 * var(--page-padding, 1rem));
}
/* /Components/MenuDrawerComponent.razor.rz.scp.css */
.menu-drawer-content[b-ju1gn5f03q] {
    padding: 16px;
    padding-top: 24px;
}

.menu-header[b-ju1gn5f03q] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.close-btn[b-ju1gn5f03q] {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    font-size: 20px;
    color: #344054;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.close-btn:hover[b-ju1gn5f03q] {
    background-color: #f2f4f7;
}

.profile-section[b-ju1gn5f03q] {
    display: flex;
    align-items: center;
    padding: 16px;
    margin-bottom: 24px;
    cursor: pointer;
    border-radius: 12px;
    transition: background-color 0.2s ease;
}

.profile-section:hover[b-ju1gn5f03q] {
    background-color: #f9fafb;
}

.profile-avatar[b-ju1gn5f03q] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
    flex-shrink: 0;
}

.profile-avatar img[b-ju1gn5f03q] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-info[b-ju1gn5f03q] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.profile-name[b-ju1gn5f03q] {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #000e08;
    margin-bottom: 4px;
}

.profile-subtitle[b-ju1gn5f03q] {
    font-family: 'Circular Std', sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #797c7b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-items[b-ju1gn5f03q] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.menu-item[b-ju1gn5f03q] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    border-radius: 12px;
    transition: background-color 0.2s ease;
}

.menu-item:hover[b-ju1gn5f03q] {
    background-color: #f9fafb;
}

.menu-icon[b-ju1gn5f03q] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f2f4f7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
}

.menu-icon i[b-ju1gn5f03q] {
    font-size: 18px;
    color: #344054;
}

.menu-text[b-ju1gn5f03q] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.menu-title[b-ju1gn5f03q] {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #000e08;
    margin-bottom: 6px;
}

.menu-subtitle[b-ju1gn5f03q] {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #797c7b;
}

.logout-item .menu-icon[b-ju1gn5f03q] {
    background-color: #fef3f2;
}

.logout-item .menu-icon i[b-ju1gn5f03q] {
    color: #d92d20;
}

.logout-item:hover[b-ju1gn5f03q] {
    background-color: #fef3f2;
}

.logout-item .menu-title[b-ju1gn5f03q] {
    color: #d92d20;
}
/* /Components/MessageComponent.razor.rz.scp.css */
.message-wrapper[b-zfs2tf6pvz] {
    display: flex;
    width: 100%;
}

.message-wrapper.message-mine[b-zfs2tf6pvz] {
    justify-content: flex-end;
}

.message-wrapper.message-theirs[b-zfs2tf6pvz] {
    justify-content: flex-start;
}

.message-bubble[b-zfs2tf6pvz] {
    max-width: 70%;
    padding: 0.75rem 1rem;
    border-radius: 18px;
    word-wrap: break-word;
}

.bubble-mine[b-zfs2tf6pvz] {
    background-color: #0056BC;
    color: white;
    border-bottom-right-radius: 4px;
}

.bubble-theirs[b-zfs2tf6pvz] {
    background-color: #f0f0f0;
    color: #212529;
    border-bottom-left-radius: 4px;
}

.message-sender[b-zfs2tf6pvz] {
    font-weight: 600;
    font-size: 0.8125rem;
    margin-bottom: 0.25rem;
    opacity: 0.9;
}

.message-text[b-zfs2tf6pvz] {
    margin-bottom: 0.25rem;
    font-size: 0.9375rem;
    line-height: 1.4;
}

.message-time[b-zfs2tf6pvz] {
    font-size: 0.6875rem;
    opacity: 0.7;
    text-align: right;
}

.message-image-container[b-zfs2tf6pvz] {
    margin-bottom: 0.5rem;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    max-width: 100%;
}

.message-image[b-zfs2tf6pvz] {
    max-width: 100%;
    max-height: 300px;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.message-image:hover[b-zfs2tf6pvz] {
    opacity: 0.9;
}

.message-image-loading[b-zfs2tf6pvz] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.3);
    font-size: 2rem;
}

.bubble-mine .message-image-loading[b-zfs2tf6pvz] {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
}

.message-file-attachment[b-zfs2tf6pvz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    gap: 0.5rem;
}

.bubble-mine .message-file-attachment[b-zfs2tf6pvz] {
    background-color: rgba(255, 255, 255, 0.15);
}

.bubble-theirs .message-file-attachment[b-zfs2tf6pvz] {
    background-color: rgba(0, 0, 0, 0.05);
}

.file-info[b-zfs2tf6pvz] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
}

.file-name[b-zfs2tf6pvz] {
    font-size: 0.875rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-size[b-zfs2tf6pvz] {
    font-size: 0.75rem;
    opacity: 0.7;
    white-space: nowrap;
}

.download-btn[b-zfs2tf6pvz] {
    color: inherit;
    font-size: 1.125rem;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.download-btn:hover[b-zfs2tf6pvz] {
    transform: scale(1.1);
}

.bubble-mine .download-btn[b-zfs2tf6pvz] {
    color: white;
}

.bubble-theirs .download-btn[b-zfs2tf6pvz] {
    color: #0056BC;
}
/* /Components/ScrollableTab.razor.rz.scp.css */
.scrollable-tab-container[b-woe217av45] {
    width: 100%;
}

.scrollable-tab-nav[b-woe217av45] {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    padding: 8px 0 0 0;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.scrollable-tab-nav[b-woe217av45]::-webkit-scrollbar {
    display: none; /* WebKit */
}

.tab-items-container[b-woe217av45] {
    display: flex;
    min-width: max-content;
    position: relative;
    flex: 1;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.tab-items-container[b-woe217av45]::-webkit-scrollbar {
    display: none; /* WebKit */
}

.scroll-arrow[b-woe217av45] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    z-index: 2;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.scroll-arrow:hover[b-woe217av45] {
    background: #f8f9fa;
    border-color: #0d6efd;
    color: #0d6efd;
    transform: scale(1.05);
}

.scroll-arrow:active[b-woe217av45] {
    transform: scale(0.95);
}

.scroll-arrow-left[b-woe217av45] {
    margin-right: 8px;
}

.scroll-arrow-right[b-woe217av45] {
    margin-left: 8px;
}

.tab-item[b-woe217av45] {
    padding: 16px 24px;
    cursor: pointer;
    white-space: nowrap;
    color: #6c757d;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    border-bottom: 3px solid transparent;
    flex-shrink: 0;
    user-select: none;
    margin-right: 0px;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.tab-item:hover[b-woe217av45] {
    color: #495057;
    text-decoration: none;
    background-color: rgba(13, 110, 253, 0.05);
    transform: translateY(-1px);
}

.tab-item.active[b-woe217av45] {
    color: #0d6efd;
    font-weight: 600;
}

.tab-underline[b-woe217av45] {
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #0d6efd;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    border-radius: 2px 2px 0 0;
}

.tab-content[b-woe217av45] {
    padding: 24px 0;
    min-height: 200px;
}

.tab-pane[b-woe217av45] {
    display: none;
}

.tab-pane.active[b-woe217av45] {
    display: block;
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .tab-item[b-woe217av45] {
        padding: 14px 18px;
        font-size: 0.9rem;
        margin-right: 6px;
    }
    
    .scrollable-tab-nav[b-woe217av45] {
        padding: 6px 0 0 0;
        margin-bottom: 2px;
    }
    
    .scroll-arrow[b-woe217av45] {
        width: 28px;
        height: 28px;
    }
    
    .scroll-arrow-left[b-woe217av45] {
        margin-right: 4px;
    }
    
    .scroll-arrow-right[b-woe217av45] {
        margin-left: 4px;
    }
}

/* Ensure smooth scrolling on mobile */
@media (max-width: 576px) {
    .tab-item[b-woe217av45] {
        padding: 12px 14px;
        font-size: 0.85rem;
        margin-right: 4px;
    }
    
    .scrollable-tab-nav[b-woe217av45] {
        padding: 4px 0 0 0;
    }
    
    .scroll-arrow[b-woe217av45] {
        width: 24px;
        height: 24px;
    }
    
    .scroll-arrow-left[b-woe217av45] {
        margin-right: 2px;
    }
    
    .scroll-arrow-right[b-woe217av45] {
        margin-left: 2px;
    }
}
/* /Components/SearchDropdownComponent.razor.rz.scp.css */
.search-dropdown-container[b-kd41pm0aap] {
    position: relative;
    width: 100%;
}

.search-dropdown-container .dropdown-menu[b-kd41pm0aap] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.search-dropdown-container .dropdown-item[b-kd41pm0aap] {
    cursor: pointer;
    padding: 0.5rem 1rem;
    white-space: normal;
    word-wrap: break-word;
}

.search-dropdown-container .dropdown-item:hover:not(.disabled)[b-kd41pm0aap] {
    background-color: #f8f9fa;
}

.search-dropdown-container .dropdown-item.disabled[b-kd41pm0aap] {
    cursor: default;
    color: #6c757d;
}

.search-dropdown-container .input-group button[b-kd41pm0aap] {
    border-left: none;
}

.search-dropdown-container .input-group .form-control:focus[b-kd41pm0aap] {
    border-color: #ced4da;
    box-shadow: none;
}

.search-dropdown-container .input-group .form-control:focus + button[b-kd41pm0aap] {
    border-color: #ced4da;
}
/* /Components/Trip/FlightListComponent.razor.rz.scp.css */
.autocomplete-suggestions[b-aojcu7x37q] {
    position: absolute;
    z-index: 1000;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    max-height: 300px;
    overflow-y: auto;
    width: calc(100% - 2rem);
}

.autocomplete-suggestion-item[b-aojcu7x37q] {
    padding: 0.75rem;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.autocomplete-suggestion-item:last-child[b-aojcu7x37q] {
    border-bottom: none;
}

.autocomplete-suggestion-item:hover[b-aojcu7x37q] {
    background-color: #f8f9fa;
}

.autocomplete-suggestion-item strong[b-aojcu7x37q] {
    color: #0d6efd;
}
/* /Components/TripSummary.razor.rz.scp.css */
.section[b-fqk0ml77ji] {
    background-color: #E6F2FF;
    border-radius: 4px;
    padding: 8px;
    height: 100%;
    display: flex;
    gap: 8px;
}

.section.clickable[b-fqk0ml77ji] {
    cursor: pointer;
}

.section .icon[b-fqk0ml77ji] {
    display: flex;
    align-items: flex-start;
    padding-top: 2px;
    font-size: 14px;
}

.section .content[b-fqk0ml77ji] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.section .title[b-fqk0ml77ji] {
    color: #626262;
    font-size: 12px;
    font-weight: bold;
}

.section .body[b-fqk0ml77ji] {
    color: black;
    font-weight: 600;
    font-size: 16px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.hamburger-menu-btn[b-l58xv5tr2i] {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    font-size: 24px;
    color: #344054;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    transition: background-color 0.2s ease;
    width: 40px;
    height: 40px;
}

.hamburger-menu-btn:hover[b-l58xv5tr2i] {
    background-color: #f2f4f7;
}

.hamburger-menu-btn:focus[b-l58xv5tr2i] {
    outline: none;
    background-color: #f2f4f7;
}
/* /Modals/ImagePreviewModal.razor.rz.scp.css */
.image-preview-backdrop[b-jm365gy7wu] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: fadeIn-b-jm365gy7wu 0.2s ease-in-out;
    cursor: pointer;
}

@keyframes fadeIn-b-jm365gy7wu {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.preview-image[b-jm365gy7wu] {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    cursor: default;
    animation: zoomIn-b-jm365gy7wu 0.3s ease-out;
}

@keyframes zoomIn-b-jm365gy7wu {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.close-button[b-jm365gy7wu] {
    position: absolute;
    top: 2rem;
    left: 2rem;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: white;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    z-index: 10000;
}

.close-button:hover[b-jm365gy7wu] {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

.close-button:active[b-jm365gy7wu] {
    transform: scale(0.95);
}

.download-button[b-jm365gy7wu] {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: white;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    z-index: 10000;
}

.download-button:hover[b-jm365gy7wu] {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

.download-button:active[b-jm365gy7wu] {
    transform: scale(0.95);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .preview-image[b-jm365gy7wu] {
        max-width: 95vw;
        max-height: 95vh;
    }

    .close-button[b-jm365gy7wu] {
        top: 1rem;
        left: 1rem;
        width: 3rem;
        height: 3rem;
        font-size: 1.25rem;
    }

    .download-button[b-jm365gy7wu] {
        top: 1rem;
        right: 1rem;
        width: 3rem;
        height: 3rem;
        font-size: 1rem;
    }
}
/* /Pages/ChatConversation.razor.rz.scp.css */
.chat-conversation[b-yg3vkulwkl] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 72px - 2rem);
    background-color: white;
}

.chat-conversation-header[b-yg3vkulwkl] {
    padding: 1rem;
    background-color: white;
    display: flex;
    align-items: center;
}

.chat-conversation-avatar[b-yg3vkulwkl] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-conversation-messages[b-yg3vkulwkl] {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 0;
}

.chat-conversation-input[b-yg3vkulwkl] {
    padding: 0.75rem 1rem;
    background-color: white;
    border-top: 1px solid #e0e0e0;
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.upload-button[b-yg3vkulwkl] {
    font-size: 1.25rem;
    transition: color 0.2s ease;
}

.upload-button:hover[b-yg3vkulwkl] {
    color: #0056BC !important;
}

.message-input[b-yg3vkulwkl] {
    flex: 1;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
}

.message-input:focus[b-yg3vkulwkl] {
    outline: none;
    box-shadow: none;
    border-color: #e0e0e0;
}

.send-button[b-yg3vkulwkl] {
    font-size: 1.25rem;
    transition: color 0.2s ease;
}

.send-button:hover:not(:disabled)[b-yg3vkulwkl] {
    color: #004299 !important;
}

.send-button:disabled[b-yg3vkulwkl] {
    color: #6c757d !important;
    opacity: 0.5;
    cursor: not-allowed;
}

.pointer[b-yg3vkulwkl] {
    cursor: pointer;
}

.selected-file-indicator[b-yg3vkulwkl] {
    display: flex;
    align-items: center;
    background-color: #e3f2fd;
    padding: 0.5rem 0.75rem;
    border-radius: 12px;
    font-size: 0.875rem;
    color: #0056BC;
    border: 1px solid #bbdefb;
}

.selected-file-indicator .file-name[b-yg3vkulwkl] {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selected-file-indicator .btn-link[b-yg3vkulwkl] {
    font-size: 1rem;
    line-height: 1;
}

.date-separator[b-yg3vkulwkl] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    position: relative;
}

.date-separator[b-yg3vkulwkl]::before,
.date-separator[b-yg3vkulwkl]::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #e0e0e0;
}

.date-separator[b-yg3vkulwkl]::before {
    margin-right: 1rem;
}

.date-separator[b-yg3vkulwkl]::after {
    margin-left: 1rem;
}

.date-separator-text[b-yg3vkulwkl] {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #666;
    text-transform: capitalize;
    white-space: nowrap;
}

.time-separator[b-yg3vkulwkl] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.75rem 0 0.5rem 0;
}

.time-separator-text[b-yg3vkulwkl] {
    font-size: 0.75rem;
    color: #999;
    background-color: #f5f5f5;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
}
/* /Pages/ChatList.razor.rz.scp.css */
.chat-content[b-9t71n9b5wx] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 72px);
    background-color: #0056BC;
}

.chat-header-bar[b-9t71n9b5wx] {
    padding: 1rem;
    background-color: #0056BC;
    color: white;
}

.chat-avatar[b-9t71n9b5wx] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-messages-container[b-9t71n9b5wx] {
    flex: 1;
    background-color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.chat-list[b-9t71n9b5wx] {
    display: flex;
    flex-direction: column;
}

.chat-list-item[b-9t71n9b5wx] {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.chat-list-item:hover[b-9t71n9b5wx] {
    background-color: #f8f9fa;
}

.chat-list-item:active[b-9t71n9b5wx] {
    background-color: #e9ecef;
}

.chat-list-avatar[b-9t71n9b5wx] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    margin-right: 1rem;
}

.chat-list-content[b-9t71n9b5wx] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.chat-list-name[b-9t71n9b5wx] {
    font-weight: 600;
    font-size: 1rem;
    color: #212529;
}

.chat-list-message[b-9t71n9b5wx] {
    font-size: 0.875rem;
    color: #6c757d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-list-time[b-9t71n9b5wx] {
    font-size: 0.75rem;
    color: #6c757d;
    flex-shrink: 0;
    margin-left: 0.5rem;
    align-self: flex-start;
    margin-top: 0.25rem;
}

.pointer[b-9t71n9b5wx] {
    cursor: pointer;
}
/* /Pages/PoI.razor.rz.scp.css */
.text-collapsed[b-w89asrozg2] {
    max-height: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Gathering Section */
.gathering-section[b-w89asrozg2] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1rem;
}

.gathering-icon[b-w89asrozg2] {
    width: 40px;
    height: 40px;
    background: #fff8e1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f9a825;
    font-size: 1.1rem;
}

.gathering-label[b-w89asrozg2] {
    font-size: 0.85rem;
    color: #666;
    font-weight: 500;
}

.gathering-value[b-w89asrozg2] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

/* Action Buttons Row */
.action-buttons-row[b-w89asrozg2] {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.action-buttons-row[b-w89asrozg2]::-webkit-scrollbar {
    display: none;
}

.action-btn-outline[b-w89asrozg2] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1.5px solid #e0e0e0;
    border-radius: var(--radius-xs, 8px);
    background: #fff;
    color: #333;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.action-btn-outline:hover[b-w89asrozg2] {
    border-color: #ffc107;
    background: #fffdf5;
}

.action-btn-outline i[b-w89asrozg2] {
    font-size: 0.9rem;
    color: #666;
}

/* PoI Map Wrapper - full width edge-to-edge */
.poi-map-wrapper[b-w89asrozg2] {
    position: relative;
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
}

/* Map Actions Overlay */
.poi-map-actions-overlay[b-w89asrozg2] {
    position: absolute;
    top: 0.75rem;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 10px;
    pointer-events: none;
}

.poi-map-actions-scroll[b-w89asrozg2] {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    pointer-events: auto;
    margin-left: 45px;
}

.poi-map-actions-scroll[b-w89asrozg2]::-webkit-scrollbar {
    display: none;
}

.poi-map-action-btn[b-w89asrozg2] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    border-radius: var(--radius-xs, 8px);
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.poi-map-action-btn.primary[b-w89asrozg2] {
    background: #ffc107;
    border: none;
    color: #333;
}

.poi-map-action-btn.primary:hover[b-w89asrozg2] {
    background: #ffca28;
}

.poi-map-action-btn.outline[b-w89asrozg2] {
    background: #fff;
    border: 1.5px solid #e0e0e0;
    color: #333;
}

.poi-map-action-btn.outline:hover[b-w89asrozg2] {
    border-color: #ffc107;
    background: #fffdf5;
}

.poi-map-action-btn i[b-w89asrozg2] {
    font-size: 0.9rem;
}
/* /Pages/Settings.razor.rz.scp.css */
.settings-page[b-j1ynidimni] {
    padding-bottom: 2rem;
}

.settings-list[b-j1ynidimni] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.settings-item[b-j1ynidimni] {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-radius: var(--radius-xs, 8px);
}

.settings-item:hover[b-j1ynidimni] {
    background-color: rgba(0, 0, 0, 0.02);
}

.settings-item.no-click[b-j1ynidimni] {
    cursor: default;
}

.settings-item.no-click:hover[b-j1ynidimni] {
    background-color: transparent;
}

.settings-icon[b-j1ynidimni] {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    color: #333;
}

.settings-icon i[b-j1ynidimni] {
    font-size: 1.25rem;
}

.settings-content[b-j1ynidimni] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.settings-title[b-j1ynidimni] {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    line-height: 1.75;
}

.settings-subtitle[b-j1ynidimni] {
    font-size: 0.75rem;
    color: #797c7b;
    line-height: 1.5;
}

.settings-arrow[b-j1ynidimni] {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #455a64;
}

.settings-arrow i[b-j1ynidimni] {
    font-size: 0.875rem;
}

.settings-toggle[b-j1ynidimni] {
    display: flex;
    align-items: center;
}

.settings-item.no-click .settings-content[b-j1ynidimni] {
    padding-right: 5px;
}

/* Custom toggle switch */
.toggle-switch[b-j1ynidimni] {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 31px;
}

.toggle-switch input[b-j1ynidimni] {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider[b-j1ynidimni] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e9e9eb;
    transition: 0.3s;
    border-radius: 31px;
}

.toggle-slider[b-j1ynidimni]:before {
    position: absolute;
    content: "";
    height: 27px;
    width: 27px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toggle-switch input:checked + .toggle-slider[b-j1ynidimni] {
    background-color: #34c759;
}

.toggle-switch input:checked + .toggle-slider[b-j1ynidimni]:before {
    transform: translateX(20px);
}

.toggle-switch input:disabled + .toggle-slider[b-j1ynidimni] {
    opacity: 0.5;
    cursor: not-allowed;
}
/* /Pages/Trip.razor.rz.scp.css */
/* Map Filters Container */
.map-filters-container[b-3e50nv85p1] {
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.map-filters-scroll[b-3e50nv85p1] {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.map-filters-scroll[b-3e50nv85p1]::-webkit-scrollbar {
    display: none;
}

.map-filter-chip[b-3e50nv85p1] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1.5px solid #e0e0e0;
    border-radius: var(--radius-xs, 8px);
    background: #fff;
    color: #333;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.map-filter-chip:hover[b-3e50nv85p1] {
    border-color: #ffc107;
    background: #fffdf5;
}

.map-filter-chip.active[b-3e50nv85p1] {
    border-color: #ffc107;
    background: #fff8e1;
    color: #333;
}

.map-filter-chip i[b-3e50nv85p1] {
    font-size: 0.9rem;
    color: #666;
}

.map-filter-chip.active i[b-3e50nv85p1] {
    color: #f9a825;
}

/* Map Container Wrapper - full width edge-to-edge */
.map-container-wrapper[b-3e50nv85p1] {
    position: relative;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -40px; /* compensate for main padding-bottom (16px) + tab-content padding-bottom (24px) */
    width: calc(100% + 2rem);
}

/* Map Actions Overlay */
.map-actions-overlay[b-3e50nv85p1] {
    position: absolute;
    top: 0.75rem;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 10px;
    pointer-events: none;
}

.map-actions-scroll[b-3e50nv85p1] {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    pointer-events: auto;
    margin-left: 45px; /* Offset to avoid overlapping with map zoom buttons */
}

.map-actions-scroll[b-3e50nv85p1]::-webkit-scrollbar {
    display: none;
}

.map-action-btn[b-3e50nv85p1] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    border-radius: var(--radius-xs, 8px);
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.map-action-btn.primary[b-3e50nv85p1] {
    background: #ffc107;
    border: none;
    color: #333;
}

.map-action-btn.primary:hover[b-3e50nv85p1] {
    background: #ffca28;
}

.map-action-btn.outline[b-3e50nv85p1] {
    background: #fff;
    border: 1.5px solid #e0e0e0;
    color: #333;
}

.map-action-btn.outline:hover[b-3e50nv85p1] {
    border-color: #ffc107;
    background: #fffdf5;
}

.map-action-btn i[b-3e50nv85p1] {
    font-size: 0.9rem;
}
/* /Pages/UserData.razor.rz.scp.css */
.user-data-page[b-k3ljp6kwbg] {
    padding-bottom: 2rem;
}

.profile-header[b-k3ljp6kwbg] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.profile-avatar-container[b-k3ljp6kwbg] {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    cursor: pointer;
}

.avatar-image[b-k3ljp6kwbg] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.avatar-placeholder[b-k3ljp6kwbg] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px dashed #d0d5dd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d0d5dd;
    font-size: 1.25rem;
}

.profile-name-display[b-k3ljp6kwbg] {
    flex: 1;
}

.profile-full-name[b-k3ljp6kwbg] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
}

.section-title[b-k3ljp6kwbg] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0056bc;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.section-description[b-k3ljp6kwbg] {
    font-size: 1rem;
    color: #667085;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.form-group[b-k3ljp6kwbg] {
    width: 100%;
}

.form-label[b-k3ljp6kwbg] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #344054;
    margin-bottom: 0.25rem;
    display: block;
}

.form-control[b-k3ljp6kwbg] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 1px solid #d0d5dd;
    border-radius: var(--radius-xs, 8px);
    background-color: #fff;
    color: #667085;
}

.form-control:focus[b-k3ljp6kwbg] {
    border-color: #0056bc;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 86, 188, 0.1);
}

.form-control.disabled-input[b-k3ljp6kwbg] {
    background-color: #e5e5ea;
    color: #667085;
    cursor: not-allowed;
}

.date-input-group[b-k3ljp6kwbg] {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
}

.date-input-group[b-k3ljp6kwbg]  .form-control {
    flex: 1;
}

/* Cropper overlay styles */
.cropper-overlay[b-k3ljp6kwbg] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.cropper-header[b-k3ljp6kwbg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

.img-container[b-k3ljp6kwbg] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 1rem;
}

.img-container[b-k3ljp6kwbg]  .cropper-avatar-img {
    max-width: 100%;
    max-height: 100%;
}

/* Avatar Drawer Styles */
[b-k3ljp6kwbg] .avatar-drawer .drawer-body {
    padding: 0;
}

.avatar-drawer-content[b-k3ljp6kwbg] {
    padding: 24px;
}

.avatar-drawer-header[b-k3ljp6kwbg] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.avatar-drawer-close[b-k3ljp6kwbg] {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
    font-size: 1.25rem;
}

.avatar-drawer-options[b-k3ljp6kwbg] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.avatar-option[b-k3ljp6kwbg] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    cursor: pointer;
}

.avatar-option:hover[b-k3ljp6kwbg] {
    opacity: 0.8;
}

.avatar-option-icon[b-k3ljp6kwbg] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f2f4f7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.25rem;
}

.avatar-option-delete .avatar-option-icon[b-k3ljp6kwbg] {
    color: #c41e3a;
}

.avatar-option-text[b-k3ljp6kwbg] {
    font-size: 1rem;
    color: #000e08;
    font-weight: 400;
}
/* /Pages/UserProfile.razor.rz.scp.css */
.cropper-avatar-img[b-qjuj9yge08] {
    max-height: 100%;
    /* This rule is very important, please don't ignore this */
    max-width: 100%;
}

.img-container[b-qjuj9yge08] {
    flex: 1;
    max-height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    overflow: hidden;
    background: #000;
}

.cropper-overlay[b-qjuj9yge08] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.cropper-header[b-qjuj9yge08] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    background: #f8f9fa;
}

/* Mobile optimizations */
@media (max-width: 576px) {
    .cropper-header[b-qjuj9yge08] {
        padding: 0.75rem;
    }
}
