@font-face
{
    font-family: "MainFont";
    src: url("/assets/fonts/open-sans-48354b8652d38cb4084f8ace945131ff.ttf");
}

:root
{
    --color-primary: #007BFF;
    --color-primary-hover: #0B5ED7;
    --color-primary-hover-light: #66B2FF;
    --color-secondary: #6C757D;
    --color-success: #28A745;
    --color-danger: #DC3545;
    --color-danger-hover: #C82333;
    --color-danger-hover-light: #E53E50;
    --color-warning: #FFC107;
    --color-info: #17A2B8;
    --color-light: #F8F9FA;
    --color-dark: #343A40;
    --color-focus-border: #86B7FE;
    --custom-select-dropdown-max-height: 400px;
    --custom-select-search-container-height: 55px;
}

*,
*::before,
*::after
{
    margin: 0;
    padding: 0;
    user-select: none;
    box-sizing: border-box;
    scrollbar-width: none;
    scroll-behavior: smooth;
    font-family: "MainFont", sans-serif;
}

body
{
    overflow-x: hidden;
}

.btn-close:focus
{
    outline: none !important;
    box-shadow: none !important;
}

.landing-nav-link
{
    position: relative;
    transition: all 0.3s ease-in-out;
}

.landing-nav-link:hover
{
    color: var(--color-primary) !important;
}

.landing-nav-link::after
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 5%;
    background: var(--color-primary);
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}

.landing-nav-link:hover::after
{
    width: 100%;
}

.hero-section
{
    display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 60px;
    min-height: 100vh;
    background: linear-gradient(135deg, #3E7AE4 0%, #2A5298 50%, #1A3462 100%);
}

.hero-section::before
{
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: url("/assets/images/landing-hero-pattern-d049784321f55014fbd7bcd2c6c58bc5.svg");
}

.hero-section > *
{
    position: relative;
    z-index: 50;
}

#dynamicSlogan
{
    display: inline-block;
    min-height: 2.5em;
    transition: all 0.3s ease-in-out;
}

.hero-title
{
    font-size: 4rem;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.hero-slogan
{
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.features-section
{
    scroll-margin-top: 80px;
}

.feature-card-icon
{
    width: 80px;
    height: 80px;
}

.workflows-section
{
    scroll-margin-top: 80px;
    background: linear-gradient(135deg, #F0F7FF 0%, #E2EBF0 100%);
}

[data-bs-theme="dark"] .workflows-section
{
    background: linear-gradient(135deg, #2C343E 0%, #1C2128 100%);
}

.pricing-section
{
    scroll-margin-top: 80px;
}

.pricing-card-icon
{
    width: 80px;
    height: 80px;
}

.dotted-underline
{
    border-bottom: 2px dotted currentColor;
    padding-bottom: 2px;
    line-height: 1.85em;
}

.tooltip.show
{
    opacity: 1 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25) !important;
}

.tooltip-inner
{
    word-wrap: break-word;
    width: auto !important;
    max-width: 320px !important;
}

.contact-section
{
    scroll-margin-top: 80px;
    background: linear-gradient(135deg, #F0F7FF 0%, #E2EBF0 100%);
}

[data-bs-theme="dark"] .contact-section
{
    background: linear-gradient(135deg, #2C343E 0%, #1C2128 100%);
}

.contact-icon
{
    width: 80px;
    height: 80px;
}

.footer-link
{
    display: flex;
    align-items: center;
    min-width: 0;
    transition: all 0.15s ease-in-out;
}

.footer-link:hover
{
    color: var(--color-primary) !important;
}

.footer-link-text
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 0;
}

.text-selectable
{
    user-select: text;
}

.text-pre-wrap
{
    white-space: pre-wrap;
}

.legal-section
{
    padding-top: 130px;
    padding-bottom: 60px;
}

.auth-bg
{
    background: linear-gradient(135deg, var(--bs-body-bg) 0%, var(--bs-secondary-bg) 100%);
}

.auth-container
{
    width: 450px;
}

.country-code-button:focus
{
    border-color: var(--color-focus-border) !important;
    box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity)) !important;
}

.country-code-menu
{
    overflow: hidden;
    max-height: none;
    min-width: 300px;
}

.country-search-container
{
    position: sticky;
    padding: 12px;
    background-color: var(--bs-tertiary-bg);
    border-bottom: 1px solid var(--bs-border-color);
}

.country-search
{
    font-size: 1rem;
}

.country-name-search
{
    font-size: 1rem;
}

.country-list-wrapper
{
    overflow-y: auto;
    max-height: 300px;
    max-width: 320px;
}

.country-item-button
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background: none;
    width: 100%;
    padding: 8px 16px;
    transition: all 0.15s ease-in-out;
}

.country-item-button:hover
{
    background-color: var(--bs-tertiary-bg);
}

.country-name
{
    font-size: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.country-code-badge
{
    font-size: 1rem;
    font-weight: 600;
}

.just-validate-error-label
{
    margin-top: 0.05rem !important;
    color: var(--bs-danger) !important;
}

.logout-fab
{
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
}

.navbar-toggler
{
    box-shadow: none !important;
}

.app-nav-link:hover
{
    color: var(--color-primary) !important;
    background-color: rgba(15, 110, 255, 0.1) !important;
}

.app-nav-link-logout:hover
{
    cursor: pointer;
    color: var(--color-danger) !important;
    background-color: rgba(220, 55, 70, 0.1) !important;
}

.account-profile-picture
{
    width: 64px;
    height: 64px;
    font-size: 2.2rem;
    margin-top: 0.5rem;
}

.account-nav-link
{
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    color: var(--bs-body-color) !important;
}

.account-nav-link i
{
    flex-shrink: 0;
}

.account-nav-link span
{
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-nav-link:hover
{
    background-color: var(--bs-body-bg);
}

.account-nav-link.active
{
    color: var(--color-light) !important;
    background-color: var(--bs-primary);
}

.account-nav-link:not(.active) i
{
    color: var(--bs-primary);
}

.verification-status-icon
{
    cursor: pointer;
}

.time-zone-button .dropdown-toggle
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    white-space: nowrap;
}

.time-zone-menu
{
    overflow: hidden;
    max-height: none;
    min-width: 300px;
}

.time-zone-search-container
{
    position: sticky;
    padding: 12px;
    background-color: var(--bs-tertiary-bg);
    border-bottom: 1px solid var(--bs-border-color);
}

.time-zone-search
{
    font-size: 1rem;
}

.time-zone-list-wrapper
{
    overflow-y: auto;
    max-height: 300px;
    max-width: 320px;
}

.time-zone-item-button
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background: none;
    width: 100%;
    padding: 8px 16px;
    transition: all 0.15s ease-in-out;
}

.time-zone-item-button:hover
{
    background-color: var(--bs-tertiary-bg);
}

.time-zone-name
{
    font-size: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.selected-time-zone
{
    flex-grow: 1;
    min-width: 0;
    display: block;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[data-time-zone-input-group] .dropdown-toggle::after
{
    display: none !important;
}

.accordion-button:focus
{
    box-shadow: none !important;
}

[data-bs-theme="dark"] .breadcrumb-item a
{
    color: var(--color-primary) !important;
}

[data-bs-theme="dark"] .breadcrumb-item a:hover
{
    color: var(--color-primary-hover-light) !important;
}

.breadcrumb
{
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.breadcrumb-item
{
    display: inline-flex;
    align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before
{
    flex-shrink: 0;
}

textarea
{
    resize: none !important;
}

.custom-select-wrapper .input-group
{
    position: relative;
    flex-wrap: nowrap;
}

.custom-select-wrapper .dropdown.flex-grow-1
{
    min-width: 0;
}

.custom-select-wrapper .custom-select-button
{
    width: 100%;
    min-width: 0;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 0.375rem 2.5rem 0.375rem 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
    transition: all 0.15s ease-in-out;
}

.custom-select-wrapper .custom-select-button:focus
{
    border-color: var(--color-focus-border) !important;
    box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity)) !important;
}

.custom-select-wrapper .custom-select-button .bi-chevron-down
{
    position: absolute;
    right: 0.85rem;
    font-size: 0.75rem;
    -webkit-text-stroke: 0.03rem currentColor;
}

[data-bs-theme="dark"] .custom-select-wrapper .custom-select-button .bi-chevron-down
{
    -webkit-text-stroke: 0.01rem currentColor;
}

.custom-select-wrapper .custom-select-button::after
{
    display: none;
}

.custom-select-wrapper .dropdown-menu
{
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin-top: 0.125rem;
    max-height: var(--custom-select-dropdown-max-height);
}

.custom-select-search-container
{
    top: 0;
    padding: 0.5rem;
    position: sticky;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    background-color: var(--bs-tertiary-bg);
}

.custom-select-search
{
    width: 100%;
    padding: 0.375rem 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.custom-select-search:focus
{
    outline: none;
    border-color: var(--color-focus-border) !important;
    box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity)) !important;
}

.custom-select-list-wrapper
{
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    max-height: calc(var(--custom-select-dropdown-max-height) - var(--custom-select-search-container-height));
}

.custom-select-item-button
{
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    background: none;
    padding: 0.5rem 1rem;
    color: var(--bs-body-color);
    transition: all 0.15s ease-in-out;
}

.custom-select-item-button:hover
{
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
}

.custom-select-item-button:focus
{
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
}

.selected-custom-select
{
    flex-grow: 1;
    min-width: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    color: var(--bs-body-color);
}

.country-name-button .dropdown-toggle
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    white-space: nowrap;
}

.country-name-menu
{
    overflow: hidden;
    max-height: none;
    min-width: 300px;
}

.country-name-search-container
{
    position: sticky;
    padding: 12px;
    background-color: var(--bs-tertiary-bg);
    border-bottom: 1px solid var(--bs-border-color);
}

.country-name-list-wrapper
{
    overflow-y: auto;
    max-height: 300px;
    max-width: 320px;
}

.country-name-item-button
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background: none;
    width: 100%;
    padding: 8px 16px;
    transition: all 0.15s ease-in-out;
}

.country-name-item-button:hover
{
    background-color: var(--bs-tertiary-bg);
}

.country-name-text
{
    font-size: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.country-code-badge
{
    font-size: 1rem;
    font-weight: 600;
}

.selected-country-name
{
    flex-grow: 1;
    min-width: 0;
    display: block;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[data-country-input-group] .dropdown-toggle::after
{
    display: none !important;
}

.leaflet-popup-content-wrapper
{
    text-align: center;
    width: 200px;
    border-radius: 8px;
}

[data-bs-theme="dark"] .leaflet-popup-content-wrapper
{
    color: var(--color-light);
    background-color: var(--color-dark);
}

[data-bs-theme="dark"] .leaflet-popup-tip
{
    background-color: var(--color-dark);
}

.leaflet-popup-content
{
    margin: 8px;
    font-size: 14px;
}

.leaflet-popup-close-button
{
    display: none;
}

.leaflet-map-container
{
    overflow: hidden;
    width: 100%;
    height: 400px;
    border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
}

.map-loading-overlay
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
}

.map-loading-spinner
{
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    background: var(--color-light);
}

[data-bs-theme="dark"] .map-loading-spinner
{
    color: var(--color-light);
    background: var(--color-dark);
}

.map-marker-draggable
{
    cursor: move;
}

.leaflet-control-container
{
    display: none;
}

.map-interaction-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    cursor: pointer;
    touch-action: pan-y;
    transition: all 0.3s ease;
}

.map-interaction-overlay:hover
{
    background: rgba(0, 0, 0, 0.6);
}

.map-interaction-overlay .badge
{
    pointer-events: none;
}

.support-messages-container
{
    overflow-y: auto;
    max-height: 400px;
}

.support-message-item
{
    max-width: 80%;
}

.file-upload-panel
{
    position: fixed;
    overflow: hidden;
    bottom: 20px;
    right: 20px;
    width: 380px;
    border-radius: 8px;
    z-index: 1050;
    background-color: var(--bs-tertiary-bg);
}

.file-upload-panel-header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    color: var(--color-light);
    background-color: var(--bs-primary);
    background-image: var(--bs-gradient);
}

.file-upload-panel-title
{
    font-size: 0.9rem;
    font-weight: 600;
}

.file-upload-panel-toggle
{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    font-size: 1.1rem;
    color: var(--color-light);
    transition: all 0.15s ease-in-out;
}

.file-upload-panel-toggle:hover
{
    opacity: 0.8;
}

.file-upload-panel-body
{
    padding: 12px 16px;
}

.file-upload-panel-list
{
    max-height: 250px;
    overflow-y: auto;
}

.file-upload-entry
{
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px 0;
    border-bottom: 1px solid var(--bs-border-color);
}

.file-upload-entry:last-child
{
    border-bottom: none;
}

.file-upload-entry-info
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.file-upload-entry-name
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
    font-weight: 500;
    font-size: 0.9rem;
}

.file-upload-entry-size
{
    white-space: nowrap;
    font-size: 0.8rem;
    color: var(--bs-secondary-color);
}

.file-upload-progress
{
    height: 4px !important;
    border-radius: 2px;
}

.file-upload-entry-status
{
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.file-upload-cancel-button
{
    line-height: 1;
    font-size: 0.85rem;
}

.file-upload-status-text
{
    font-size: 0.8rem;
    font-weight: 500;
}

.file-upload-progress-text
{
    font-size: 0.8rem;
}

.file-preview-iframe
{
    border: none;
    height: 80vh;
}

[data-file-list-container] .list-group-item:nth-child(odd)
{
    background-color: var(--bs-body-bg);
}

[data-file-list-container] .list-group-item:nth-child(even)
{
    background-color: var(--bs-tertiary-bg);
}

.dropdown-item:active
{
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
}

[data-disabled="true"] .dropdown-toggle
{
    pointer-events: none !important;
    background-color: var(--bs-secondary-bg) !important;
}

.dropdown-toggle:disabled
{
    opacity: 1 !important;
    color: var(--bs-body-color) !important;
}

.dropdown-toggle.no-after::after
{
    display: none !important;
}

.form-check-input:disabled,
.form-check-input:disabled ~ .form-check-label
{
    opacity: 1 !important;
    filter: none !important;
    cursor: default !important;
}

.form-check-input:disabled:checked
{
    border-color: var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
}

.cookie-notification
{
    position: fixed;
    opacity: 0;
    left: 0;
    bottom: 0;
    z-index: 10000;
    max-width: 450px;
    transform: translateX(-20px);
    transition: all 0.45s ease-in-out;
}

.cookie-notification.cookie-notification-show
{
    opacity: 1;
    transform: translateX(0);
}

.cookie-notification.cookie-notification-hide
{
    opacity: 0;
    transform: translateX(-20px);
}

.preview-navigation-container
{
    position: fixed;
    pointer-events: none;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 1150;
}

.preview-navigation-button
{
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    border: none;
    cursor: pointer;
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    z-index: 1100;
    border-radius: 50%;
    transition: all 0.15s ease-in-out;
    background-color: var(--bs-primary);
    background-image: var(--bs-gradient);
}

.preview-navigation-button:hover
{
    background-color: var(--color-primary-hover);
}

.preview-navigation-button i
{
    color: var(--color-light);
}

.toast-container
{
    z-index: 10000 !important;
}

.currency-code-button:focus
{
    border-color: var(--color-focus-border) !important;
    box-shadow: 0 0 0 var(--bs-focus-ring-width) rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity)) !important;
}

.currency-menu
{
    overflow: hidden;
    max-height: none;
    min-width: 300px;
}

.currency-search-container
{
    position: sticky;
    padding: 12px;
    background-color: var(--bs-tertiary-bg);
    border-bottom: 1px solid var(--bs-border-color);
}

.currency-search
{
    font-size: 1rem;
}

.currency-list-wrapper
{
    overflow-y: auto;
    max-height: 300px;
    max-width: 320px;
}

.currency-item-button
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background: none;
    width: 100%;
    padding: 8px 16px;
    transition: all 0.15s ease-in-out;
}

.currency-item-button:hover
{
    background-color: var(--bs-tertiary-bg);
}

.currency-name-text
{
    font-size: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.currency-code-badge
{
    font-size: 1rem;
    font-weight: 600;
}

.currency-code-badge
{
    font-size: 1rem;
    font-weight: 600;
}

.tenant-accounts-dropdown
{
    overflow-y: auto;
    max-width: 320px;
    max-height: 400px;
    border: 2px solid var(--bs-border-color);
}

.tenant-account-item-content
{
    padding: 0.5rem 0.75rem;
}

.fs-7
{
    font-size: 0.875rem;
}

.fs-8
{
    font-size: 0.75rem;
}

.min-w-0
{
    min-width: 0;
}

.transaction-icon-container
{
    width: 48px;
    height: 48px;
    min-width: 48px;
}

.notification-icon-container
{
    width: 48px;
    height: 48px;
    min-width: 48px;
}

.dashboard-stat-value
{
    width: fit-content;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.dashboard-stat-label
{
    font-size: 0.85rem;
    font-weight: 500;
}

.dashboard-stat-icon
{
    width: 48px;
    height: 48px;
    min-width: 48px;
}

.dashboard-stat-icon i
{
    font-size: 2rem;
}

.dashboard-activity-avatar
{
    width: 40px;
    height: 40px;
    font-size: 1rem;
    border-radius: 50%;
    font-weight: 600;
}

.dashboard-income-slide
{
    display: none;
    min-width: 0;
}

.dashboard-income-slide.active
{
    display: block;
}

.dashboard-income-slide .dashboard-stat-value
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: fit-content;
    max-width: 100%;
}

.dashboard-verification-fab
{
    z-index: 9000;
    cursor: pointer;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    bottom: 24px;
    right: 24px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: var(--bs-light);
    background-color: var(--color-danger);
    transition: all 0.15s ease-in-out;
}

.dashboard-verification-fab:hover
{
    background-color: var(--color-danger-hover);
}

.dashboard-greeting
{
    max-width: 100%;
}

.dashboard-greeting-emoji
{
    flex-shrink: 0;
    line-height: 1;
    font-size: 1.75rem;
}

.dashboard-greeting-text
{
    max-width: 100%;
    font-weight: 300;
    font-size: 1.75rem;
    color: var(--bs-secondary-color);
}

.dashboard-greeting-name
{
    max-width: 100%;
    font-weight: 600;
    font-size: 1.75rem;
    color: var(--bs-body-color);
}

.financial-stat-icon
{
    width: 56px;
    height: 56px;
    min-width: 56px;
}

.financial-trend-wrapper
{
    position: relative;
    height: 400px;
}

.financial-pie-chart-wrapper
{
    position: relative;
    height: 400px;
}

.occupancy-stat-icon
{
    width: 56px;
    height: 56px;
    min-width: 56px;
}

.occupancy-chart-wrapper
{
    position: relative;
    height: 400px;
}

.occupancy-building-chart-wrapper
{
    position: relative;
    height: 400px;
}

.occupancy-progress
{
    height: 8px !important;
    border-radius: 4px !important;
    background-color: var(--bs-secondary-bg);
}

.occupancy-rate-label
{
    min-width: 40px;
    text-align: right;
}

.occupancy-table-container
{
    overflow-x: auto;
    border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
}

.occupancy-table
{
    table-layout: fixed;
    width: 100%;
    min-width: 600px;
}

.occupancy-table th
{
    font-weight: 600;
    font-size: 1rem;
    padding: 12px 16px;
    white-space: nowrap;
    --bs-table-bg: transparent;
}

.occupancy-table td
{
    padding: 12px 16px;
    vertical-align: middle;
    --bs-table-bg: transparent;
}

.occupancy-table tbody tr:last-child td
{
    border-bottom: none;
}

.occupancy-col-name
{
    width: 30%;
    overflow: hidden;
}

.occupancy-col-name .occupancy-col-name-inner
{
    display: flex;
    align-items: center;
    min-width: 0;
}

.occupancy-col-name .occupancy-col-name-inner span
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 0;
}

.occupancy-col-name .occupancy-col-name-inner a
{
    flex-shrink: 0;
}

.occupancy-col-type
{
    width: 15%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.occupancy-col-count
{
    width: 10%;
}

.occupancy-col-rate
{
    width: 30%;
}

.occupancy-rate-label
{
    min-width: 40px;
    text-align: right;
}

@media (max-width: 768px)
{
    .landing-nav-link::after
    {
        display: none;
    }

    .hero-section
    {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 40px;
    }

    .hero-title
    {
        font-size: 2.5rem;
    }

    .features-section
    {
        scroll-margin-top: 60px;
    }

    .workflows-section
    {
        scroll-margin-top: 60px;
    }

    .pricing-section
    {
        scroll-margin-top: 60px;
    }

    .pricing-card-icon
    {
        width: 60px;
        height: 60px;
    }

    .pricing-currency
    {
        padding-top: 0.2em !important;
    }

    .pricing-amount
    {
        font-size: 4em !important;
    }

    .pricing-period
    {
        padding-bottom: 0.8em !important;
    }

    .contact-section
    {
        scroll-margin-top: 60px;
    }

    .contact-icon
    {
        width: 60px;
        height: 60px;
    }

    .contact-button
    {
        font-size: 1rem !important;
        font-weight: 700 !important;
    }

    .legal-section
    {
        padding-top: 110px;
        padding-bottom: 40px;
    }

    .auth-container
    {
        max-width: 90vw;
    }

    .logout-fab
    {
        left: 15px;
    }

    .support-message-item
    {
        max-width: 100%;
    }

    .file-upload-panel
    {
        width: calc(100vw - 20px);
        right: 10px;
        bottom: 10px;
    }

    .cookie-notification
    {
        max-width: calc(100vw - 2rem);
    }

    .dashboard-greeting
    {
        width: 100%;
        text-align: center;
    }

    .dashboard-greeting-emoji
    {
        font-size: 2.5rem;
    }

    .dashboard-greeting-text,
    .dashboard-greeting-name
    {
        max-width: 80vw;
    }

    .occupancy-table
    {
        min-width: 0;
    }

    .occupancy-table thead
    {
        display: none;
    }

    .occupancy-table tbody tr
    {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px;
        padding: 14px 16px;
        border-bottom: 1px solid var(--bs-border-color);
    }

    .occupancy-table tbody tr:last-child
    {
        border-bottom: none;
    }

    .occupancy-table td
    {
        border: none;
        padding: 2px 0;
    }

    .occupancy-table td.occupancy-col-name
    {
        font-size: 1rem;
        max-width: none;
        width: 100%;
    }

    .occupancy-table td.occupancy-col-name .occupancy-col-name-inner span
    {
        max-width: calc(100% - 30px);
    }

    .occupancy-table td.occupancy-col-type
    {
        max-width: none;
        width: 100%;
        font-size: 0.875rem;
        color: var(--bs-secondary-color);
    }

    .occupancy-table td.occupancy-col-type::before
    {
        display: none;
    }

    .occupancy-table td.occupancy-col-count
    {
        width: auto;
        font-size: 0.875rem;
        margin-right: 16px;
    }

    .occupancy-table td.occupancy-col-count::before
    {
        content: attr(data-label) ": ";
        font-weight: 600;
        font-size: 0.875rem;
        color: var(--bs-secondary-color);
    }

    .occupancy-table td.occupancy-col-rate
    {
        min-width: 0;
        width: 100%;
        margin-top: 6px;
    }
}
