/* /Components/CommersialInfoEditor/CommercialInfoSelector.razor.rz.scp.css */

/* /Components/FileUploader/MultipleFileUploader.razor.rz.scp.css */
.file-drop-container[b-cltek4zc91] {
    position: relative;
    min-height: 160px;
    margin-bottom: 12px;
    border: 2px dashed var(--mud-palette-lines-default);
    border-radius: 8px;
    background-color: var(--mud-palette-background-grey);
    transition: border-color 0.2s ease, background-color 0.2s ease;
}
.file-drop-container-dragging[b-cltek4zc91] {
    border-color: var(--mud-palette-primary);
    background-color: rgba(var(--mud-palette-primary-rgb), 0.08);
}
.file-drop-content[b-cltek4zc91] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 160px;
    padding: 16px;
    text-align: center;
}
[b-cltek4zc91] .file-input-hidden {
    display: none !important;
}
[b-cltek4zc91] .file-browse-button {
    margin-top: 4px;
}
[b-cltek4zc91] .image-item-container {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto;
    justify-items: start;
}
[b-cltek4zc91] .delete-button {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    align-self: start;
}
[b-cltek4zc91] .delete-image {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}
/* /Components/FileUploader/SingleFileUploader.razor.rz.scp.css */
[b-0vgumsmws7] .image-item-container {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto;
    justify-items:start;
}

[b-0vgumsmws7] .delete-button {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    align-self:start;
}
[b-0vgumsmws7] .delete-image {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}
/* /Components/MultipleAutocomplete/MultipleAutocomplete.razor.rz.scp.css */
[b-2ji0wz33gu] .mud-input-control.mud-field .mud-input-slot.mud-input-slot-nopadding.mud-input-root-outlined {
    padding-top: 0 !important;
}
[b-2ji0wz33gu] .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text{
    margin-top:12px !important;
}
/* /CustomerPages/Agents/Components/ScheduleMailSubscribe.razor.rz.scp.css */
.schedule-subscribe[b-ifj8vgftrn] {
    margin-top: 0.75rem;
}

.schedule-subscribe__panel[b-ifj8vgftrn] {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #d6e8f5;
    background: linear-gradient(135deg, #f8fbff 0%, #eef6fc 100%);
}

.schedule-subscribe__expansion[b-ifj8vgftrn] {
    background: transparent;
}

.schedule-subscribe__header[b-ifj8vgftrn] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.15rem 0;
}

.schedule-subscribe__header-icon[b-ifj8vgftrn] {
    color: #1565c0;
}

.schedule-subscribe__header-text[b-ifj8vgftrn] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.schedule-subscribe__title[b-ifj8vgftrn] {
    font-size: 1rem;
    font-weight: 700;
    color: #0d2d4a;
    line-height: 1.3;
}

.schedule-subscribe__hint[b-ifj8vgftrn] {
    font-size: 0.82rem;
    color: #5c6b7a;
    line-height: 1.35;
}

.schedule-subscribe__desc[b-ifj8vgftrn] {
    margin: 0 0 1rem;
    color: #5c6b7a;
    line-height: 1.5;
    font-size: 0.9rem;
}

.schedule-subscribe__services[b-ifj8vgftrn] {
    margin: 0.75rem 0;
}

.schedule-subscribe__services-head[b-ifj8vgftrn] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    margin-bottom: 0.35rem;
}

.schedule-subscribe__select-all[b-ifj8vgftrn] {
    margin: 0;
}

.schedule-subscribe__service-list[b-ifj8vgftrn] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1.25rem;
}

.schedule-subscribe__btn[b-ifj8vgftrn] {
    margin-top: 0.25rem;
}

[b-ifj8vgftrn] .schedule-subscribe__panel .mud-expand-panel {
    background: transparent;
}

[b-ifj8vgftrn] .schedule-subscribe__panel .mud-expand-panel-header {
    padding: 0.85rem 1rem;
    min-height: unset;
}

[b-ifj8vgftrn] .schedule-subscribe__panel .mud-expand-panel-content {
    padding: 0 1rem 1rem;
}

[b-ifj8vgftrn] .schedule-subscribe__panel .mud-expand-panel.border-bottom::after {
    display: none;
}

.schedule-page--narrow[b-ifj8vgftrn] {
    max-width: 720px;
    margin: 0 auto;
    padding: 1rem;
}
/* /CustomerPages/Agents/Schedules.razor.rz.scp.css */
.schedule-page[b-qoyk0vbc1m] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    --schedule-brand: #1877bd;
    --schedule-brand-light: #e8f4fc;
    --schedule-muted: #5c6b7a;
}

.schedule-back[b-qoyk0vbc1m] {
    align-self: flex-start;
}

.schedule-header[b-qoyk0vbc1m] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.schedule-breadcrumb[b-qoyk0vbc1m] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    color: var(--schedule-muted);
}

.schedule-breadcrumb__sep[b-qoyk0vbc1m] {
    opacity: 0.5;
}

.schedule-header__title[b-qoyk0vbc1m] {
    margin: 0;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: #0d2d4a;
}

.schedule-header__desc[b-qoyk0vbc1m] {
    margin: 0;
    color: var(--schedule-muted);
    font-size: 0.95rem;
}

.schedule-service-badge[b-qoyk0vbc1m] {
    display: inline-flex;
    margin-top: 0.35rem;
}

.schedule-card[b-qoyk0vbc1m] {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(24, 119, 189, 0.12);
    box-shadow: 0 4px 20px rgba(24, 119, 189, 0.06);
    padding: 1rem 1.25rem 1.25rem;
    overflow: hidden;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-tabs .mud-tabs-toolbar {
    background: transparent;
    min-height: 44px;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-tabs .mud-tab {
    text-transform: none;
    font-weight: 600;
    color: var(--schedule-muted);
    min-height: 44px;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-tabs .mud-tab.mud-tab-active {
    color: var(--schedule-brand) !important;
    background: rgba(24, 119, 189, 0.08) !important;
    border: none !important;
    border-radius: 8px 8px 0 0 !important;
    margin-top: 0 !important;
    box-shadow: none !important;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-tabs .mud-tabs-panels {
    height: auto !important;
    min-height: unset !important;
    max-height: none !important;
    border: none !important;
    border-top: 1px solid rgba(24, 119, 189, 0.12) !important;
    margin-top: 0 !important;
    border-radius: 0 0 12px 12px !important;
    overflow: visible !important;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-tabs .mud-tabs-toolbar-content {
    overflow-x: auto;
    flex-wrap: nowrap;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-tabs .mud-tab.mud-disabled {
    opacity: 0.45;
}

.schedule-route-panel[b-qoyk0vbc1m] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem;
    padding: 1rem;
    background: #f8fbfe;
    border-radius: 12px;
    border: 1px solid rgba(24, 119, 189, 0.1);
    margin-bottom: 1rem;
}

.schedule-route-panel__field[b-qoyk0vbc1m] {
    flex: 1 1 200px;
    min-width: 0;
}

.schedule-route-panel__swap[b-qoyk0vbc1m] {
    flex-shrink: 0;
    align-self: center;
}

.schedule-route-panel__actions[b-qoyk0vbc1m] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 0.5rem;
}

.schedule-route-panel__search[b-qoyk0vbc1m] {
    flex-shrink: 0;
}

.schedule-route-panel__clear[b-qoyk0vbc1m] {
    flex-shrink: 0;
}

.schedule-empty[b-qoyk0vbc1m] {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: #f8fbfe;
    border-radius: 12px;
    border: 1px dashed rgba(24, 119, 189, 0.2);
}

.schedule-empty__icon[b-qoyk0vbc1m] {
    color: var(--schedule-brand);
    margin-bottom: 0.75rem;
}

.schedule-empty__title[b-qoyk0vbc1m] {
    margin: 0 0 0.35rem;
    font-weight: 600;
    color: #0d2d4a;
}

.schedule-empty__desc[b-qoyk0vbc1m] {
    margin: 0;
    font-size: 0.9rem;
    color: var(--schedule-muted);
}

.schedule-vessel-chips[b-qoyk0vbc1m] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.schedule-vessel-chip[b-qoyk0vbc1m] {
    flex-shrink: 0;
}

.schedule-vessel-chip[b-qoyk0vbc1m]  .mud-button {
    border-radius: 999px !important;
    text-transform: none;
    font-weight: 600;
}

.schedule-vessel-chip--active[b-qoyk0vbc1m]  .mud-button {
    background: var(--schedule-brand) !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(24, 119, 189, 0.35);
}

.schedule-vessel-chip--idle[b-qoyk0vbc1m]  .mud-button {
    background: #fff !important;
    border: 1px solid rgba(24, 119, 189, 0.35) !important;
    color: #0d2d4a !important;
}

.schedule-vessel-info[b-qoyk0vbc1m] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.75rem;
    padding: 1rem;
    background: #f8fbfe;
    border-radius: 12px;
    border: 1px solid rgba(24, 119, 189, 0.1);
    margin-bottom: 1rem;
}

.schedule-vessel-info__item[b-qoyk0vbc1m] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.schedule-vessel-info__label[b-qoyk0vbc1m] {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--schedule-muted);
}

.schedule-vessel-info__value[b-qoyk0vbc1m] {
    font-weight: 600;
    color: #0d2d4a;
}

.schedule-table-wrap[b-qoyk0vbc1m] {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid rgba(24, 119, 189, 0.14);
    box-shadow: 0 2px 12px rgba(24, 119, 189, 0.06);
    -webkit-overflow-scrolling: touch;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table {
    min-width: 720px;
    background: #fff;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table .mud-table-head {
    background: #eef6fc;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table .mud-table-head .mud-table-cell {
    font-weight: 600;
    color: #0d5a94;
    border-bottom: 1px solid rgba(24, 119, 189, 0.15);
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table .mud-table-row .mud-table-cell {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table .mud-table-row:hover .mud-table-cell {
    background: rgba(24, 119, 189, 0.04);
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .mud-table-row:hover .mud-table-cell {
    background: unset;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel {
    border-collapse: separate;
    border-spacing: 0;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .mud-table-head .schedule-col {
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(13, 45, 74, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.65);
    vertical-align: middle;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .mud-table-head .schedule-col:last-child {
    border-right: none;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .mud-table-row .schedule-col {
    border-bottom: 1px solid rgba(13, 45, 74, 0.07);
    border-right: 1px solid rgba(13, 45, 74, 0.06);
    vertical-align: middle;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .mud-table-row .schedule-col:last-child {
    border-right: none;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .schedule-col--dis {
    background: #f4f0fb;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .mud-table-head .schedule-col--dis {
    background: #e8dff8;
    color: #5b4a8a;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .schedule-col--load {
    background: #e8f4fc;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .mud-table-head .schedule-col--load {
    background: #cfe8f8;
    color: #0d5a94;
}

.schedule-col-loading-text[b-qoyk0vbc1m],
.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .schedule-col--load b {
    font-weight: 700;
    color: #0a4d7a;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .schedule-col--terminal {
    background: #eef8f3;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .mud-table-head .schedule-col--terminal {
    background: #d8f0e4;
    color: #2d6b4f;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--p2p .schedule-col--pol {
    background: #eef8f3;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--p2p .mud-table-head .schedule-col--pol {
    background: #d8f0e4;
    color: #2d6b4f;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--p2p .schedule-col--pod {
    background: #fff4ea;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--p2p .mud-table-head .schedule-col--pod {
    background: #ffeacc;
    color: #9a5b00;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--p2p .schedule-col--service {
    background: #f8fbfe;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--p2p .mud-table-head .schedule-col--service {
    background: #e8f4fc;
    color: #0d5a94;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--p2p .schedule-col--vessel {
    background: #fafbfd;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--p2p .mud-table-head .schedule-col--vessel {
    background: #eef2f7;
    color: #0d2d4a;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--p2p .mud-table-row:hover .schedule-col--pol {
    background: #e0f2ea;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--p2p .mud-table-row:hover .schedule-col--pod {
    background: #ffeed6;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--p2p tr.schedule-next-row .schedule-col--pol {
    background: #d8f0e4 !important;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--p2p tr.schedule-next-row .schedule-col--pod {
    background: #ffeacc !important;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .schedule-col--arrival {
    background: #fff6ea;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .mud-table-head .schedule-col--arrival {
    background: #ffeacc;
    color: #9a5b00;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .schedule-col--departure {
    background: #f0f5ff;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .mud-table-head .schedule-col--departure {
    background: #dce8ff;
    color: #2f4f8a;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .schedule-col--indicator {
    background: #fafbfd;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .mud-table-head .schedule-col--indicator {
    background: #eef2f7;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .mud-table-row:hover .schedule-col--dis {
    background: #ebe3f8;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .mud-table-row:hover .schedule-col--load {
    background: #d9edf9;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .mud-table-row:hover .schedule-col--terminal {
    background: #e0f2ea;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .mud-table-row:hover .schedule-col--arrival {
    background: #ffeed6;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel .mud-table-row:hover .schedule-col--departure {
    background: #e3ebff;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel tr.schedule-next-row .schedule-col--indicator {
    background: #d9ebf9 !important;
    box-shadow: inset 4px 0 0 var(--schedule-brand);
    padding-left: calc(1rem - 4px);
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel tr.schedule-next-row .schedule-col--dis {
    background: #e8dff8 !important;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel tr.schedule-next-row .schedule-col--load {
    background: #cfe8f8 !important;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel tr.schedule-next-row .schedule-col--terminal {
    background: #d8f0e4 !important;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel tr.schedule-next-row .schedule-col--arrival {
    background: #ffeacc !important;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel tr.schedule-next-row .schedule-col--departure {
    background: #dce8ff !important;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table--vessel tr.schedule-next-row .mud-table-cell {
    background: unset !important;
    border-left: none;
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table:not(.schedule-table--vessel) tr.schedule-next-row .mud-table-cell {
    background: var(--schedule-brand-light) !important;
    border-left: 4px solid var(--schedule-brand);
}

.schedule-page[b-qoyk0vbc1m]  .schedule-table:not(.schedule-table--vessel) tr.schedule-next-row .mud-table-cell:first-child {
    padding-left: calc(1rem - 4px);
}

.schedule-next-badge[b-qoyk0vbc1m] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--schedule-brand);
    margin-bottom: 0.15rem;
}

.schedule-page[b-qoyk0vbc1m]  tr.schedule-hidden-row .mud-table-cell {
    background: #f4f5f6 !important;
    opacity: 0.75;
}

.schedule-hidden-badge[b-qoyk0vbc1m] {
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--schedule-muted);
    margin-left: 0.35rem;
}

.schedule-today[b-qoyk0vbc1m] {
    color: var(--schedule-brand);
    font-weight: 600;
}

.schedule-cell-icon[b-qoyk0vbc1m] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.schedule-disclaimer[b-qoyk0vbc1m] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-top: 1.25rem;
    padding: 0.85rem 1rem;
    background: rgba(24, 119, 189, 0.08);
    border-radius: 10px;
    border: 1px solid rgba(24, 119, 189, 0.15);
    font-size: 0.8rem;
    color: #0d2d4a;
    line-height: 1.45;
}

.schedule-disclaimer__icon[b-qoyk0vbc1m] {
    color: var(--schedule-brand);
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.schedule-view--desktop[b-qoyk0vbc1m] {
    display: block;
}

.schedule-view--mobile[b-qoyk0vbc1m] {
    display: none;
}

.schedule-mobile-card[b-qoyk0vbc1m] {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    box-shadow: 0 1px 4px rgba(24, 119, 189, 0.05);
}

.schedule-mobile-card--next[b-qoyk0vbc1m] {
    background: var(--schedule-brand-light);
    border-color: rgba(24, 119, 189, 0.22);
    border-left: 4px solid var(--schedule-brand);
}

.schedule-mobile-card--hidden[b-qoyk0vbc1m] {
    background: #f4f5f6;
    opacity: 0.85;
}

.schedule-mobile-card__badge[b-qoyk0vbc1m] {
    display: inline-flex;
    margin-bottom: 0.5rem;
}

.schedule-mobile-card__grid[b-qoyk0vbc1m] {
    display: grid;
    gap: 0.55rem;
    margin: 0;
}

.schedule-mobile-card__row[b-qoyk0vbc1m] {
    display: grid;
    grid-template-columns: minmax(7rem, 38%) 1fr;
    gap: 0.5rem 0.75rem;
    align-items: start;
}

.schedule-mobile-card__row dt[b-qoyk0vbc1m] {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--schedule-muted);
    line-height: 1.35;
}

.schedule-mobile-card__row dd[b-qoyk0vbc1m] {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0d2d4a;
    line-height: 1.4;
    word-break: break-word;
}

.schedule-mobile-card__row--dis[b-qoyk0vbc1m] {
    padding: 0.45rem 0.55rem;
    border-radius: 8px;
    background: #f4f0fb;
}

.schedule-mobile-card__row--load[b-qoyk0vbc1m] {
    padding: 0.45rem 0.55rem;
    border-radius: 8px;
    background: #e8f4fc;
}

.schedule-mobile-card__row--load dd b[b-qoyk0vbc1m] {
    font-weight: 700;
    color: #0a4d7a;
}

.schedule-mobile-card__row--terminal[b-qoyk0vbc1m] {
    padding: 0.45rem 0.55rem;
    border-radius: 8px;
    background: #eef8f3;
}

.schedule-mobile-card__row--pol[b-qoyk0vbc1m] {
    padding: 0.45rem 0.55rem;
    border-radius: 8px;
    background: #eef8f3;
}

.schedule-mobile-card__row--pod[b-qoyk0vbc1m] {
    padding: 0.45rem 0.55rem;
    border-radius: 8px;
    background: #fff4ea;
}

.schedule-mobile-card__row--pol dt[b-qoyk0vbc1m] { color: #2d6b4f; }
.schedule-mobile-card__row--pod dt[b-qoyk0vbc1m] { color: #9a5b00; }

.schedule-mobile-card__row--arrival[b-qoyk0vbc1m] {
    padding: 0.45rem 0.55rem;
    border-radius: 8px;
    background: #fff6ea;
}

.schedule-mobile-card__row--departure[b-qoyk0vbc1m] {
    padding: 0.45rem 0.55rem;
    border-radius: 8px;
    background: #f0f5ff;
}

.schedule-mobile-card__row--dis dt[b-qoyk0vbc1m] { color: #5b4a8a; }
.schedule-mobile-card__row--load dt[b-qoyk0vbc1m] { color: #0d5a94; }
.schedule-mobile-card__row--terminal dt[b-qoyk0vbc1m] { color: #2d6b4f; }
.schedule-mobile-card__row--arrival dt[b-qoyk0vbc1m] { color: #9a5b00; }
.schedule-mobile-card__row--departure dt[b-qoyk0vbc1m] { color: #2f4f8a; }

@media (max-width: 1024px) {
    .schedule-view--desktop[b-qoyk0vbc1m] {
        display: none;
    }

    .schedule-view--mobile[b-qoyk0vbc1m] {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .schedule-vessel-chips[b-qoyk0vbc1m] {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        padding-bottom: 0.25rem;
        margin-right: -0.25rem;
    }

    .schedule-vessel-info[b-qoyk0vbc1m] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .schedule-page[b-qoyk0vbc1m]  .schedule-tabs .mud-tab {
        font-size: 0.8125rem;
        padding-inline: 0.65rem;
    }
}

@media (max-width: 768px) {
    .schedule-page[b-qoyk0vbc1m] {
        gap: 1rem;
    }

    .schedule-back[b-qoyk0vbc1m] {
        font-size: 0.8125rem;
        padding-inline: 0.35rem;
    }

    .schedule-header__title[b-qoyk0vbc1m] {
        font-size: 1.25rem;
    }

    .schedule-header__desc[b-qoyk0vbc1m] {
        font-size: 0.875rem;
    }

    .schedule-route-panel[b-qoyk0vbc1m] {
        flex-direction: column;
        align-items: stretch;
        padding: 0.85rem;
    }

    .schedule-route-panel__field[b-qoyk0vbc1m] {
        flex: 1 1 100%;
    }

    .schedule-route-panel__swap[b-qoyk0vbc1m] {
        align-self: center;
    }

    .schedule-route-panel__actions[b-qoyk0vbc1m] {
        width: 100%;
    }

    .schedule-route-panel__search[b-qoyk0vbc1m],
    .schedule-route-panel__clear[b-qoyk0vbc1m] {
        flex: 1 1 0;
        width: auto;
    }

    .schedule-route-panel__search[b-qoyk0vbc1m]  .mud-button-root,
    .schedule-route-panel__clear[b-qoyk0vbc1m]  .mud-button-root {
        width: 100%;
    }

    .schedule-card[b-qoyk0vbc1m] {
        padding: 0.65rem;
        border-radius: 12px;
    }

    .schedule-page[b-qoyk0vbc1m]  .schedule-tab-panel {
        padding: 0.75rem 0.25rem 0.25rem !important;
    }

    .schedule-empty[b-qoyk0vbc1m] {
        padding: 1.75rem 1rem;
    }

    .schedule-vessel-info[b-qoyk0vbc1m] {
        grid-template-columns: 1fr;
        padding: 0.85rem;
    }

    .schedule-disclaimer[b-qoyk0vbc1m] {
        flex-direction: column;
        font-size: 0.75rem;
    }

    .schedule-mobile-card__row[b-qoyk0vbc1m] {
        grid-template-columns: 1fr;
        gap: 0.15rem;
    }
}

@media (max-width: 390px) {
    .schedule-breadcrumb[b-qoyk0vbc1m] {
        font-size: 0.72rem;
    }

    .schedule-vessel-chip[b-qoyk0vbc1m]  .mud-button {
        font-size: 0.75rem;
        padding-inline: 0.65rem;
    }

    .schedule-mobile-card[b-qoyk0vbc1m] {
        padding: 0.75rem 0.85rem;
    }
}
/* /CustomerPages/Agents/WelcomePage.razor.rz.scp.css */
.welcome-page[b-44w7kdtwnq] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.welcome-hero[b-44w7kdtwnq] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: var(--guest-surface, #fff);
    border-radius: 14px;
    border: 1px solid rgba(24, 119, 189, 0.1);
    box-shadow: 0 2px 16px rgba(24, 119, 189, 0.06);
}

.welcome-hero__toolbar[b-44w7kdtwnq] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-left: auto;
}

.welcome-hero__btn[b-44w7kdtwnq] {
    text-transform: none;
    font-weight: 600;
    letter-spacing: normal;
}

.welcome-hero[b-44w7kdtwnq]  .welcome-hero__btn .mud-button-label {
    text-transform: none;
}

.welcome-hero__copy[b-44w7kdtwnq] {
    flex: 1;
    min-width: min(100%, 16rem);
}

.welcome-hero__title[b-44w7kdtwnq] {
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    font-weight: 700;
    color: var(--guest-title, #0d2d4a);
    margin: 0 0 0.35rem;
    line-height: 1.25;
}

.welcome-hero__subtitle[b-44w7kdtwnq] {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 400;
    color: var(--guest-muted, #5c6b7a);
    max-width: 34rem;
    line-height: 1.45;
}

.welcome-p2p-card[b-44w7kdtwnq] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, rgba(232, 244, 252, 0.95) 0%, rgba(255, 255, 255, 0.98) 55%);
    border-radius: 12px;
    border: 1px solid rgba(24, 119, 189, 0.22);
    box-shadow: 0 1px 8px rgba(24, 119, 189, 0.06);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.welcome-p2p-card:hover[b-44w7kdtwnq] {
    border-color: rgba(24, 119, 189, 0.4);
    box-shadow: 0 6px 20px rgba(24, 119, 189, 0.1);
}

.welcome-p2p-card__icon[b-44w7kdtwnq] {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.85);
    color: var(--guest-brand, #1877bd);
    border: 1px solid rgba(24, 119, 189, 0.12);
}

.welcome-p2p-card__body[b-44w7kdtwnq] {
    flex: 1;
    min-width: 180px;
}

.welcome-p2p-card__title[b-44w7kdtwnq] {
    margin: 0 0 0.2rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--guest-title, #0d2d4a);
}

.welcome-p2p-card__desc[b-44w7kdtwnq] {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--guest-muted, #5c6b7a);
    line-height: 1.4;
}

.welcome-p2p-card__btn[b-44w7kdtwnq] {
    text-transform: none;
    font-weight: 600;
    letter-spacing: normal;
}

.welcome-p2p-card[b-44w7kdtwnq]  .welcome-p2p-card__btn .mud-button-label {
    text-transform: none;
}

.welcome-p2p-card__btn:focus-visible[b-44w7kdtwnq] {
    outline: 2px solid var(--guest-brand, #1877bd);
    outline-offset: 2px;
}

.welcome-section-head[b-44w7kdtwnq] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.35rem 1rem;
    margin-bottom: 0.75rem;
}

.welcome-section-title[b-44w7kdtwnq] {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--guest-title, #0d2d4a);
    margin: 0;
}

.welcome-section-meta[b-44w7kdtwnq] {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--guest-muted, #5c6b7a);
}

.welcome-services-grid[b-44w7kdtwnq] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.875rem;
}

.welcome-service-card[b-44w7kdtwnq] {
    display: flex;
    flex-direction: column;
    min-height: 172px;
    max-height: 185px;
    padding: 0.85rem 1rem 0.75rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    overflow: hidden;
}

.welcome-service-card--with-photo[b-44w7kdtwnq] {
    min-height: 188px;
    max-height: 210px;
}

.welcome-service-card:hover[b-44w7kdtwnq] {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(24, 119, 189, 0.12);
    border-color: rgba(24, 119, 189, 0.28);
}

.welcome-service-card:focus-visible[b-44w7kdtwnq] {
    outline: 2px solid var(--guest-brand, #1877bd);
    outline-offset: 2px;
}

.welcome-service-card__main[b-44w7kdtwnq] {
    display: flex;
    align-items: stretch;
    gap: 0.75rem;
    min-height: 0;
    flex: 1;
}

.welcome-service-card__media[b-44w7kdtwnq] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-service-card__avatar[b-44w7kdtwnq] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    background: linear-gradient(145deg, var(--guest-brand, #1877bd), var(--guest-brand-dark, #0d5a94));
}

.welcome-service-card--with-photo .welcome-service-card__media[b-44w7kdtwnq] {
    width: 48%;
    max-width: 130px;
    min-width: 80px;
    min-height: 88px;
    border-radius: 12px;
    background: linear-gradient(180deg, #f8fbfe 0%, #eef6fc 100%);
    border: 1px solid rgba(24, 119, 189, 0.12);
    padding: 0.5rem;
    box-sizing: border-box;
}

.welcome-service-card__photo[b-44w7kdtwnq] {
    width: 100%;
    height: 100%;
    max-height: 76px;
    border-radius: 8px;
    object-fit: contain;
    object-position: center;
    display: block;
}

.welcome-service-card__headings[b-44w7kdtwnq] {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.welcome-service-card__name[b-44w7kdtwnq] {
    margin: 0 0 0.15rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--guest-title, #0d2d4a);
    line-height: 1.2;
}

.welcome-service-card__fullname[b-44w7kdtwnq] {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 400;
    color: var(--guest-muted, #5c6b7a);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.welcome-service-card__email[b-44w7kdtwnq] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0.35rem 0 0;
    font-size: 0.78rem;
    font-weight: 400;
    color: var(--guest-brand, #1877bd);
    min-width: 0;
}

.welcome-service-card__email-text[b-44w7kdtwnq] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.welcome-service-card__action[b-44w7kdtwnq] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
    margin-top: auto;
    padding-top: 0.4rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--guest-brand, #1877bd);
}

@media (max-width: 1366px) {
    .welcome-services-grid[b-44w7kdtwnq] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .welcome-services-grid[b-44w7kdtwnq] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .welcome-hero[b-44w7kdtwnq] {
        padding: 1rem 1.15rem;
    }

    .welcome-hero__toolbar[b-44w7kdtwnq] {
        width: 100%;
        margin-left: 0;
    }

    .welcome-hero__toolbar[b-44w7kdtwnq]  .welcome-hero__btn {
        flex: 1;
    }

    .welcome-services-grid[b-44w7kdtwnq] {
        grid-template-columns: 1fr;
    }

    .welcome-p2p-card[b-44w7kdtwnq] {
        flex-direction: column;
        align-items: stretch;
    }

    .welcome-p2p-card__btn[b-44w7kdtwnq] {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .welcome-page[b-44w7kdtwnq] {
        gap: 1.25rem;
    }

    .welcome-service-card[b-44w7kdtwnq] {
        min-height: 165px;
        max-height: none;
    }

    .welcome-service-card--with-photo .welcome-service-card__media[b-44w7kdtwnq] {
        width: 42%;
        min-width: 72px;
        min-height: 80px;
    }
}
/* /Layout/GuestLayout.razor.rz.scp.css */
.guest-shell[b-2txwjvoyzt] {
    --guest-brand: #1877bd;
    --guest-brand-dark: #0d5a94;
    --guest-surface: #ffffff;
    --guest-bg: #f0f7fc;
    --guest-text: #1a2b3c;
    --guest-muted: #5c6b7a;
    --guest-title: #0d2d4a;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(165deg, #f8fbfe 0%, #eef6fc 45%, #e3f0fa 100%);
    color: var(--guest-text);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    position: relative;
}

.guest-shell__decor[b-2txwjvoyzt] {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.guest-shell__shape[b-2txwjvoyzt] {
    position: absolute;
    border-radius: 50%;
    opacity: 0.22;
}

.guest-shell__shape--1[b-2txwjvoyzt] {
    width: 360px;
    height: 360px;
    top: -140px;
    right: -100px;
    background: radial-gradient(circle, rgba(24, 119, 189, 0.1) 0%, transparent 70%);
}

.guest-shell__shape--2[b-2txwjvoyzt] {
    width: 240px;
    height: 240px;
    bottom: 4%;
    left: -80px;
    background: radial-gradient(circle, rgba(24, 119, 189, 0.06) 0%, transparent 70%);
}

.guest-shell__watermark[b-2txwjvoyzt] {
    position: absolute;
    font-size: clamp(2.5rem, 7vw, 5rem);
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(24, 119, 189, 0.02);
    white-space: nowrap;
    user-select: none;
    transform: rotate(-22deg);
}

.guest-shell__watermark--a[b-2txwjvoyzt] {
    top: 6%;
    left: -4%;
}

.guest-shell__watermark--b[b-2txwjvoyzt] {
    bottom: 8%;
    right: -6%;
}

.guest-header[b-2txwjvoyzt] {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    min-height: 62px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(24, 119, 189, 0.12);
    box-shadow: 0 1px 2px rgba(24, 119, 189, 0.05);
}

.guest-header__inner[b-2txwjvoyzt] {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.guest-header__brand[b-2txwjvoyzt] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.guest-header__logo-link[b-2txwjvoyzt] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.guest-header__logo[b-2txwjvoyzt] {
    height: 40px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    display: block;
}

.guest-header__actions[b-2txwjvoyzt] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.guest-main[b-2txwjvoyzt] {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.guest-main__container[b-2txwjvoyzt] {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 24px 28px;
    flex: 1;
}

.guest-footer[b-2txwjvoyzt] {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    padding: 10px 24px 14px;
    text-align: center;
}

.guest-footer__inner[b-2txwjvoyzt] {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.guest-footer__text[b-2txwjvoyzt] {
    font-size: 0.6875rem;
    font-weight: 500;
    color: var(--guest-muted);
    letter-spacing: 0.02em;
}

@media (max-width: 768px) {
    .guest-header[b-2txwjvoyzt] {
        padding: 0 16px;
        min-height: 60px;
    }

    .guest-header__logo[b-2txwjvoyzt] {
        height: 36px;
    }

    .guest-main__container[b-2txwjvoyzt] {
        padding: 16px 12px 24px;
    }

    .guest-footer[b-2txwjvoyzt] {
        padding: 8px 12px 12px;
    }
}
/* /Layout/LanguageDisplay.razor.rz.scp.css */
.language-switch[b-rxrjqa30jx] {
    --switch-brand: #1877bd;
    --switch-track: rgba(255, 255, 255, 0.16);
    --switch-border: rgba(255, 255, 255, 0.28);
    --switch-text: rgba(255, 255, 255, 0.88);
    --switch-text-active: var(--switch-brand);
    --switch-slider: #ffffff;
    --switch-shadow: rgba(0, 0, 0, 0.16);

    position: relative;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-width: 5.75rem;
    padding: 3px;
    margin-right: 0.5rem;
    border-radius: 999px;
    border: 1px solid var(--switch-border);
    background: var(--switch-track);
    backdrop-filter: blur(6px);
    isolation: isolate;
}

.language-switch--light[b-rxrjqa30jx] {
    --switch-track: rgba(24, 119, 189, 0.08);
    --switch-border: rgba(24, 119, 189, 0.18);
    --switch-text: rgba(24, 119, 189, 0.72);
    --switch-text-active: #ffffff;
    --switch-slider: var(--switch-brand);
    --switch-shadow: rgba(24, 119, 189, 0.28);
}

.language-switch__slider[b-rxrjqa30jx] {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    width: calc(50% - 3px);
    border-radius: 999px;
    background: var(--switch-slider);
    box-shadow: 0 2px 8px var(--switch-shadow);
    transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.language-switch--en .language-switch__slider[b-rxrjqa30jx] {
    transform: translateX(100%);
}

.language-switch__option[b-rxrjqa30jx] {
    position: relative;
    z-index: 1;
    border: none;
    background: transparent;
    color: var(--switch-text);
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    cursor: pointer;
    transition: color 0.22s ease;
    user-select: none;
}

.language-switch__option:hover[b-rxrjqa30jx] {
    color: var(--switch-text-active);
}

.language-switch__option--active[b-rxrjqa30jx] {
    color: var(--switch-text-active);
}

.language-switch__option:focus-visible[b-rxrjqa30jx] {
    outline: 2px solid rgba(255, 255, 255, 0.85);
    outline-offset: 2px;
}

.language-switch--light .language-switch__option:focus-visible[b-rxrjqa30jx] {
    outline-color: rgba(24, 119, 189, 0.55);
}

@media (max-width: 600px) {
    .language-switch[b-rxrjqa30jx] {
        min-width: 5.25rem;
        margin-right: 0.35rem;
    }

    .language-switch__option[b-rxrjqa30jx] {
        padding: 0.32rem 0.65rem;
        font-size: 0.68rem;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-6humno5mgk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6humno5mgk] {
    flex: 1;
}

.sidebar[b-6humno5mgk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6humno5mgk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6humno5mgk]  a, .top-row[b-6humno5mgk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6humno5mgk]  a:hover, .top-row[b-6humno5mgk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6humno5mgk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6humno5mgk] {
        justify-content: space-between;
    }

    .top-row[b-6humno5mgk]  a, .top-row[b-6humno5mgk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6humno5mgk] {
        flex-direction: row;
    }

    .sidebar[b-6humno5mgk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6humno5mgk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6humno5mgk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6humno5mgk], article[b-6humno5mgk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wphpwz0uf3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-wphpwz0uf3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wphpwz0uf3] {
    font-size: 1.1rem;
}

.bi[b-wphpwz0uf3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-wphpwz0uf3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-wphpwz0uf3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-wphpwz0uf3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-wphpwz0uf3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wphpwz0uf3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wphpwz0uf3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wphpwz0uf3]  a {
        color:black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-wphpwz0uf3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color:black;
    font-weight:bold
       
}

.nav-item[b-wphpwz0uf3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-menu-search[b-wphpwz0uf3]  .mud-input-clear-button {
    opacity: 0.55;
    transition: opacity 0.15s ease;
}

.nav-menu-search[b-wphpwz0uf3]  .mud-input-clear-button:hover {
    opacity: 1;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wphpwz0uf3] {
        display: none;
    }

    .collapse[b-wphpwz0uf3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-wphpwz0uf3] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Account/ChangePasswordForm.razor.rz.scp.css */
.user-profile-menu-trigger[b-ypo687kc52] {
    min-height: unset;
    line-height: 1.2;
}

.user-profile-menu-name[b-ypo687kc52] {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.15;
}

[b-ypo687kc52] .user-profile-menu-popover {
    min-width: 14.5rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

[b-ypo687kc52] .user-profile-menu-popover .mud-list-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

[b-ypo687kc52] .user-profile-menu-popover .mud-list-item-icon {
    min-width: 2.25rem;
}
/* /Pages/Account/Login.razor.rz.scp.css */
/* /Pages/Cabotage/CabotageManager.razor.rz.scp.css */
[b-dvww1zn1nl] .full-height-filter {
    height: calc(100vh - 131px);
}

[b-dvww1zn1nl] .main {
    display: grid;
    grid-template-columns: auto 1fr
}

[b-dvww1zn1nl] .filter {
    grid-column: 1/2;
    width: 20vw;
}

[b-dvww1zn1nl] .invoice-table {
    grid-column: 2/3;
    width: 100%;
}
/* /Pages/ContainerManagement/CrudForm.razor.rz.scp.css */

[b-zw2hiawqtj] .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 2px !important;
}

[b-zw2hiawqtj] .mud-input-control.mud-field .mud-input-slot.mud-input-slot-nopadding.mud-input-root-outlined {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

[b-zw2hiawqtj] .field-item {
    margin-top: 6px !important;
}
/* /Pages/ContainerManagement/Rent/CrudForm.razor.rz.scp.css */
[b-gflirhut1s] .full-height-table .mud-table-container {
    height: calc(100vh - 470px);
}
/* /Pages/Dashboards/StockDashboard.razor.rz.scp.css */
.dashboard-root[b-2k4gk8zlok] {
    padding: 4px;
}

.date-range[b-2k4gk8zlok] {
    width: 260px;
}

.kpi-card[b-2k4gk8zlok] {
    border-radius: 12px;
    height: 100%;
}

.h-100[b-2k4gk8zlok] {
    height: 100%;
    border-radius: 12px;
}

.legend-dot[b-2k4gk8zlok] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
    flex-shrink: 0;
}

.donut-wrap[b-2k4gk8zlok] {
    position: relative;
}

.donut-center[b-2k4gk8zlok] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
}

.pending-table th[b-2k4gk8zlok],
.pending-table td[b-2k4gk8zlok] {
    font-size: 0.75rem;
    padding: 4px 6px !important;
}

.forecast-day[b-2k4gk8zlok] {
    min-width: 40px;
}

.text-right[b-2k4gk8zlok] {
    text-align: right;
}

.gap-2[b-2k4gk8zlok] {
    gap: 8px;
}
/* /Pages/DepoManagement/ListForm.razor.rz.scp.css */
[b-5fa7ji9ftq] .full-height-table .mud-table-container {
    height: calc(100vh - 250px);
}
[b-5fa7ji9ftq] .auto-height-table .mud-table-container {
    height: auto !important;
}
/* /Pages/Home.razor.rz.scp.css */
[b-4qqm0wkdf8] .main {
    height: calc(100vh - 180px);
    overflow-y:auto;
    overflow-x:hidden
      
}
/* /Pages/Invoice/CrudForm.razor.rz.scp.css */

[b-ktqphch6et] .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0px !important;
}
[b-ktqphch6et] .mud-input-control.mud-field .mud-input-slot.mud-input-slot-nopadding.mud-input-root-outlined {
    padding-top: 0px !important;
    padding-bottom: 1px !important;
}
[b-ktqphch6et] .field-item {
    margin-top: 0px !important;
}


/*
::deep .main-panel {
    height:calc(100vh - 172px);
    overflow-y:scroll;
    overflow-x:hidden;
}*/

[b-ktqphch6et] .mud-table-toolbar {
    background-color: lavender !important;
    padding: 0 !important;
    height: 48px;
}
[b-ktqphch6et] .flat-button{
    background-color:red;
}
/* /Pages/Invoice/DetailForm.razor.rz.scp.css */
.invoice-header[b-vvmjgjq5ap] {
    display: flex;
}

    .invoice-header > span[b-vvmjgjq5ap] {
        display: flex;
        background-color: silver;
        font-weight: bold;
        border: solid 1px black;
    }

.invoice-item[b-vvmjgjq5ap] {
    display: flex;
    border: solid 1px black;
}

    .invoice-item > span[b-vvmjgjq5ap] {
        display: flex;
        border: solid 1px black;
    }
/* /Pages/Invoice/ExchangeRate/ListForm.razor.rz.scp.css */
[b-ow4ydiv9az] .full-height-table .mud-table-container {
    height: calc(100vh - 250px);
}
[b-ow4ydiv9az] .auto-height-table .mud-table-container {
    height: auto !important;
}
/* /Pages/Invoice/ListForm.razor.rz.scp.css */
[b-64nrwanaa1] .full-height-filter {
    height: calc(100vh - 131px);
}

[b-64nrwanaa1] .main {
    display: grid;
    grid-template-columns: auto 1fr
}

[b-64nrwanaa1] .filter {
    grid-column: 1/2;
    width: 20vw;
}

[b-64nrwanaa1] .invoice-table {
    grid-column: 2/3;
    width: 100%;
}
/* /Pages/Operator/Container/Container/CrudForm.razor.rz.scp.css */

[b-20kzfnc1pi] .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 2px !important;
}

[b-20kzfnc1pi] .mud-input-control.mud-field .mud-input-slot.mud-input-slot-nopadding.mud-input-root-outlined {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

[b-20kzfnc1pi] .field-item {
    margin-top: 6px !important;
}
/* /Pages/Operator/Container/DepoManagement/ListForm.razor.rz.scp.css */
[b-qut1tzsaco] .full-height-table .mud-table-container {
    height: calc(100vh - 250px);
}
[b-qut1tzsaco] .auto-height-table .mud-table-container {
    height: auto !important;
}
/* /Pages/Operator/Edi/CodeMapper/ListForm.razor.rz.scp.css */
[b-9j5avc4fn5] .full-height-table .mud-table-container {
    height: calc(100vh - 250px);
}
[b-9j5avc4fn5] .auto-height-table .mud-table-container {
    height: auto !important;
}
/* /Pages/Operator/Edi/Manager/ListForm.razor.rz.scp.css */
[b-6uusbbw3w1] .full-height-table .mud-table-container {
    height: calc(100vh - 250px);
}
[b-6uusbbw3w1] .auto-height-table .mud-table-container {
    height: auto !important;
}
/* /Pages/Operator/TerminalDistance/ListForm.razor.rz.scp.css */

/* /Pages/PriceList/CrudForm.razor.rz.scp.css */

[b-bilwt99upx] .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0px !important;
}

[b-bilwt99upx] .mud-input-control.mud-field .mud-input-slot.mud-input-slot-nopadding.mud-input-root-outlined {
    padding-top: 2px !important;
    padding-bottom: 0px !important;
}

[b-bilwt99upx] .field-item {
    margin-top: 15px !important;
}
/* /Pages/StockManagement/CrudForm.razor.rz.scp.css */
[b-w5j1o5wxwb] .mud-input-control.mud-field .mud-input-slot.mud-input-slot-nopadding.mud-input-root-outlined {
    padding-bottom: 7px !important;
}

[b-w5j1o5wxwb] .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0px !important;
}

[b-w5j1o5wxwb] .field-item {
    margin-top: 15px !important;
}
/* /Pages/StockManagement/DetailForm.razor.rz.scp.css */

[b-gp4v33hfwm] .full-height-table .mud-table-container {
    height: calc(100vh - 380px);
}
[b-gp4v33hfwm] .mud-alert-icon.mud-alert-icon-left{
    margin-top:auto;
    margin-bottom:auto;
}
[b-gp4v33hfwm] .mud-alert-message{
    width:100%;
    padding:0 0;
}
