/* /Components/Layout/MainLayout.razor.rz.scp.css */
.pf-layout[b-1owserq1fk] {
    display: flex;
    min-height: 100vh;
    background: #f5f7fa;
}

.pf-page-content[b-1owserq1fk] {
    flex: 1;
    min-width: 0;
    padding: calc(56px + 24px) 28px 24px;
    transition: margin-left 0.28s ease;
}

[b-1owserq1fk] .pf-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: slategray;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    gap: 0.75rem;
    z-index: 1050;
    box-shadow: 0 2px 8px rgba(18, 48, 75, 0.2);
}

[b-1owserq1fk] .pf-topbar-toggle {
    background: transparent;
    border: none;
    color: #fff;
    padding: 0.3rem 0.5rem;
    border-radius: 4px;
    cursor: pointer;
    line-height: 1;
    font-size: 1.4rem;
}

[b-1owserq1fk] .pf-topbar-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    flex: 1;
    overflow: hidden;
}

[b-1owserq1fk] .pf-topbar-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    font-size: 0.85rem;
    white-space: nowrap;
    font-weight: 600;
}

[b-1owserq1fk] .pf-sidebar {
    width: 260px;
    position: fixed;
    left: 0;
    top: 56px;
    height: calc(100vh - 56px);
    background: #e3eaf2;
    color: #12304b;
    display: flex;
    flex-direction: column;
    z-index: 1040;
    transition: transform 0.28s ease, width 0.28s ease;
    overflow: hidden;
    border-right: 1px solid rgba(18, 48, 75, 0.12);
    box-shadow: 2px 0 16px rgba(18, 48, 75, 0.13);
}

[b-1owserq1fk] .pf-sidebar-body {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 6px 0;
}

[b-1owserq1fk] .pf-nav-list,
[b-1owserq1fk] .pf-nav-sub-list {
    list-style: none;
}

[b-1owserq1fk] .pf-nav-list {
    padding: 0;
    margin: 0;
}

[b-1owserq1fk] .pf-nav-section-label {
    padding: 14px 18px 4px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: rgba(18, 48, 75, 0.55);
    white-space: nowrap;
    overflow: hidden;
}

[b-1owserq1fk] .pf-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    color: #12304b !important;
    text-decoration: none !important;
    border-radius: 6px;
    margin: 1px 6px;
    transition: background 0.15s ease;
    font-size: 0.88rem;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 12px);
    box-sizing: border-box;
    background: transparent;
}

[b-1owserq1fk] .pf-nav-item:hover {
    background: rgba(18, 48, 75, 0.09);
    color: #12304b !important;
}

[b-1owserq1fk] .pf-nav-item.active {
    background: #12304b;
    color: #fff !important;
    font-weight: 600;
    box-shadow: inset 3px 0 0 #78afd9;
}

[b-1owserq1fk] .pf-nav-icon {
    flex-shrink: 0;
    width: 22px;
    text-align: center;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-1owserq1fk] .pf-nav-label {
    flex: 1;
    display: flex;
    align-items: center;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-1owserq1fk] .pf-nav-sub-list {
    padding: 2px 0;
    margin: 0 6px 2px;
    background: rgba(18, 48, 75, 0.07);
    border-radius: 6px;
    overflow: hidden;
}

[b-1owserq1fk] .pf-nav-sub-item {
    margin: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    font-size: 0.84rem;
    padding: 8px 14px;
}

[b-1owserq1fk] .pf-sidebar-footer {
    padding: 8px 0 6px;
    border-top: 1px solid rgba(18, 48, 75, 0.15);
    flex-shrink: 0;
}

[b-1owserq1fk] .pf-user-panel {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px 4px;
    color: #12304b;
    overflow: hidden;
}

[b-1owserq1fk] .pf-user-avatar {
    flex-shrink: 0;
    color: #78afd9;
    font-size: 1.5rem;
    line-height: 1;
}

[b-1owserq1fk] .pf-user-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

[b-1owserq1fk] .pf-user-name {
    font-size: 0.84rem;
    font-weight: 600;
    color: #12304b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-1owserq1fk] .pf-user-role {
    font-size: 0.7rem;
    color: rgba(18, 48, 75, 0.55) !important;
    white-space: nowrap;
}

[b-1owserq1fk] .pf-sidebar-backdrop {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1039;
}

@media (max-width: 991.98px) {
    .pf-page-content[b-1owserq1fk] {
        margin-left: 0;
    }

    [b-1owserq1fk] .pf-sidebar {
        transform: translateX(-100%);
    }

    [b-1owserq1fk] .pf-sidebar.pf-sidebar--open {
        transform: translateX(0);
    }
}

@media (min-width: 992px) {
    .pf-page-content[b-1owserq1fk] {
        margin-left: 260px;
    }

    :global(body.pf-sidebar-mini) .pf-page-content[b-1owserq1fk] {
        margin-left: 64px;
    }

    [b-1owserq1fk] .pf-sidebar {
        transform: translateX(0) !important;
    }

    [b-1owserq1fk] .pf-sidebar.pf-sidebar--mini {
        width: 64px;
    }

    [b-1owserq1fk] .pf-sidebar--mini .pf-nav-label,
    [b-1owserq1fk] .pf-sidebar--mini .pf-nav-section-label,
    [b-1owserq1fk] .pf-sidebar--mini .pf-user-info,
    [b-1owserq1fk] .pf-sidebar--mini .pf-nav-sub-list {
        display: none !important;
    }

    [b-1owserq1fk] .pf-sidebar--mini .pf-nav-item,
    [b-1owserq1fk] .pf-sidebar--mini .pf-user-panel {
        justify-content: center;
    }
}

#blazor-error-ui[b-1owserq1fk] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-1owserq1fk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Agents/AgentNominationSlotCard.razor.rz.scp.css */
[b-lkptqqarcx] .slot-card {
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid rgba(18, 48, 75, 0.16);
    border-left: 4px solid transparent;
    color: #1f2933;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(18, 48, 75, 0.08);
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

[b-lkptqqarcx] .slot-card:hover {
    background-color: #f3f4f6 !important;
    box-shadow: 0 6px 16px rgba(18, 48, 75, 0.14);
    border-color: rgba(18, 48, 75, 0.24);
    transform: translateY(-1px);
}

[b-lkptqqarcx] .permanent-slot {
    background-color: #e1efff;
    border-left-color: #78afd9;
}

[b-lkptqqarcx] .opportunistic-slot {
    background-color: #e4f4e9;
    border-left-color: #5fa777;
}

[b-lkptqqarcx] .priority-slot {
    background-color: #f9e3e3;
    border-left-color: #d16a6a;
}

[b-lkptqqarcx] .reserved-slot {
    background-color: #fff0df;
    border-left-color: #d89a4b;
}

[b-lkptqqarcx] .agent-slot-card {
    color: #1f2933;
}

[b-lkptqqarcx] .agent-slot-card__row {
    display: grid;
    grid-template-columns: 1fr .9fr 1.3fr 1fr 1.2fr 1.25fr 1fr 1.1fr .9fr 1.15fr 1.05fr 1.15fr;
    gap: .75rem;
    align-items: center;
    font-size: .85rem;
}

[b-lkptqqarcx] .agent-slot-card__cell {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1f2933;
}

[b-lkptqqarcx] .agent-slot-card__icon {
    height: 1rem;
    width: auto;
    vertical-align: text-bottom;
    margin-right: .2rem;
}

[b-lkptqqarcx] .agent-slot-card__bi {
    color: #12304b;
    margin-right: .2rem;
}

[b-lkptqqarcx] .text-primary-emphasis,
[b-lkptqqarcx] .text-body-tertiary {
    color: #1f2933 !important;
}

[b-lkptqqarcx] .badge.text-bg-warning {
    color: #3f2f00 !important;
    background-color: #ffe082 !important;
}

[b-lkptqqarcx] .agent-slot-card__action {
    justify-self: end;
}

[b-lkptqqarcx] .agent-slot-card__status-badge {
    margin-left: .35rem;
    vertical-align: middle;
}

[b-lkptqqarcx] .agent-slot-card__cell--action {
    display: flex;
    justify-content: flex-end;
}

[b-lkptqqarcx] .agent-slot-card__mobile-label {
    display: none;
    color: #12304b;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: .35rem;
}

@media (max-width: 991.98px) {
    [b-lkptqqarcx] .agent-slot-card__row {
        grid-template-columns: 1fr;
        gap: .35rem;
    }

    [b-lkptqqarcx] .agent-slot-card__cell {
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
    }

    [b-lkptqqarcx] .agent-slot-card__mobile-label {
        display: inline;
    }

    [b-lkptqqarcx] .agent-slot-card__cell--action {
        justify-content: flex-start;
    }

    [b-lkptqqarcx] .agent-slot-card__action {
        width: 100%;
    }
}
/* /Components/Pages/BerthingSlot/SlotCard.razor.rz.scp.css */
[b-kitw4t6pv9] .slot-card {
    margin-bottom: 8px;
    border-radius: 6px;
    border: 1px solid rgba(18, 48, 75, 0.12);
    border-left: 4px solid transparent;
    color: #12304b;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

    [b-kitw4t6pv9] .slot-card .e-card-content {
        padding: .55rem .7rem;
    }

[b-kitw4t6pv9] .slot-card .alert {
    margin-bottom: .4rem !important;
}

[b-kitw4t6pv9] .slot-template {
    font-size: .84rem;
    line-height: 1.2;
}

    [b-kitw4t6pv9] .slot-template table {
        margin-bottom: 0;
    }

    [b-kitw4t6pv9] .slot-template table td {
        padding: .12rem .35rem .12rem 0;
        vertical-align: top;
        font-size: .8rem;
    }

    [b-kitw4t6pv9] .slot-template .btn {
        min-width: 104px !important;
        height: 26px !important;
        font-size: .74rem !important;
    }

    [b-kitw4t6pv9] .slot-template .e-stepper {
        transform: scale(.92);
        transform-origin: left center;
    }

    [b-kitw4t6pv9] .slot-template .e-datetime-wrapper,
    [b-kitw4t6pv9] .slot-template .e-input-group,
    [b-kitw4t6pv9] .slot-template .e-control-wrapper {
        min-height: 30px;
        font-size: .78rem;
    }

[b-kitw4t6pv9] .slot-template--other .alert,
[b-kitw4t6pv9] .slot-template--first .alert {
    padding-top: .45rem !important;
    padding-bottom: .45rem !important;
}

    [b-kitw4t6pv9] .slot-card:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,.15);
        transform: translateY(0px);
        border-color: rgba(18, 48, 75, 0.24);
    }

[b-kitw4t6pv9] .permanent-slot {
    background-color: #e1efff;
    border-left-color: #78afd9;
}

    [b-kitw4t6pv9] .permanent-slot:hover {
        background-color: #d4e7ff;
    }

[b-kitw4t6pv9] .opportunistic-slot {
    background-color: #e4f4e9;
    border-left-color: #5fa777;
}

    [b-kitw4t6pv9] .opportunistic-slot:hover {
        background-color: #d8eedf;
    }

[b-kitw4t6pv9] .priority-slot {
    background-color: #f9e3e3;
    border-left-color: #d16a6a;
}

    [b-kitw4t6pv9] .priority-slot:hover {
        background-color: #f4d6d6;
    }

[b-kitw4t6pv9] .reserved-slot {
    background-color: #fff0df;
    border-left-color: #d89a4b;
}

    [b-kitw4t6pv9] .reserved-slot:hover {
        background-color: #ffe6c7;
    }

[b-kitw4t6pv9] .slot-in-port-first {
    background-color: #3f5a5a;
    border-left-color: #cfd9d9;
    color: #f3f6f6;
}

    [b-kitw4t6pv9] .slot-in-port-first:hover {
        background-color: #374f4f;
    }

[b-kitw4t6pv9] .slot-in-port-first .text-body-emphasis,
[b-kitw4t6pv9] .slot-in-port-first .text-body-tertiary,
[b-kitw4t6pv9] .slot-in-port-first .text-primary-emphasis,
[b-kitw4t6pv9] .slot-in-port-first .text-dark-emphasis,
[b-kitw4t6pv9] .slot-in-port-first .text-success,
[b-kitw4t6pv9] .slot-in-port-first .text-warning,
[b-kitw4t6pv9] .slot-in-port-first .form-check-label,
[b-kitw4t6pv9] .slot-in-port-first label,
[b-kitw4t6pv9] .slot-in-port-first .slot-template,
[b-kitw4t6pv9] .slot-in-port-first .slot-template b,
[b-kitw4t6pv9] .slot-in-port-first .slot-template span,
[b-kitw4t6pv9] .slot-in-port-first .slot-template div,
[b-kitw4t6pv9] .slot-in-port-first .e-badge {
    color: #eef4f4 !important;
}

[b-kitw4t6pv9] .slot-in-port-first .text-body-tertiary,
[b-kitw4t6pv9] .slot-in-port-first .text-dark-emphasis {
    color: #d7e2e2 !important;
}

[b-kitw4t6pv9] .slot-in-port-first .text-success,
[b-kitw4t6pv9] .slot-in-port-first .text-warning,
[b-kitw4t6pv9] .slot-in-port-first .text-primary-emphasis {
    color: #e4eded !important;
}

[b-kitw4t6pv9] .slot-in-port-first .e-badge {
    background-color: rgba(255, 255, 255, 0.14) !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    color: #eef4f4 !important;
}

[b-kitw4t6pv9] .slot-in-port-first .btn {
    color: #eef4f4;
    border-color: rgba(255, 255, 255, 0.38);
}

[b-kitw4t6pv9] .slot-in-port-first .e-input-group,
[b-kitw4t6pv9] .slot-in-port-first .e-control-wrapper,
[b-kitw4t6pv9] .slot-in-port-first .e-datetime-wrapper {
    background-color: #f2f6f6 !important;
    border-color: rgba(31, 53, 53, 0.28) !important;
    color: #243b3b !important;
}

[b-kitw4t6pv9] .slot-in-port-first .e-input-group input,
[b-kitw4t6pv9] .slot-in-port-first .e-control-wrapper input,
[b-kitw4t6pv9] .slot-in-port-first .e-datetime-wrapper input,
[b-kitw4t6pv9] .slot-in-port-first input.e-input,
[b-kitw4t6pv9] .slot-in-port-first .e-input,
[b-kitw4t6pv9] .slot-in-port-first .e-float-text,
[b-kitw4t6pv9] .slot-in-port-first .e-input-group-icon,
[b-kitw4t6pv9] .slot-in-port-first .e-date-wrapper span,
[b-kitw4t6pv9] .slot-in-port-first .e-time-wrapper span {
    color: #243b3b !important;
}

[b-kitw4t6pv9] .slot-in-port-first .e-input-group input::placeholder,
[b-kitw4t6pv9] .slot-in-port-first .e-control-wrapper input::placeholder,
[b-kitw4t6pv9] .slot-in-port-first .e-datetime-wrapper input::placeholder,
[b-kitw4t6pv9] .slot-in-port-first input.e-input::placeholder {
    color: #5c7474 !important;
}

    [b-kitw4t6pv9] .slot-in-port-first .btn:hover {
        color: #3f5a5a;
        background-color: #edf3f3;
        border-color: #edf3f3;
    }

    [b-kitw4t6pv9] .slot-in-port-first .btn:disabled {
        color: rgba(238, 244, 244, 0.72);
        border-color: rgba(255, 255, 255, 0.22);
        opacity: 0.7;
    }

[b-kitw4t6pv9] .slot-double-bank {
    border-left-color: #8b6a4f !important;
    background-color: #efe4da !important;
}

    [b-kitw4t6pv9] .slot-double-bank:hover {
        background-color: #e5d8cb !important;
    }

[b-kitw4t6pv9] .virtual-gap-slot {
    background-color: #fff8dc !important;
    border-left-color: #d4b106 !important;
}

    [b-kitw4t6pv9] .virtual-gap-slot:hover {
        background-color: #fff3c2 !important;
    }

[b-kitw4t6pv9] .virtual-gap-slot__content {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    color: #12304b;
}

[b-kitw4t6pv9] .virtual-gap-slot__title {
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

[b-kitw4t6pv9] .virtual-gap-slot__details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    font-size: .9rem;
}

[b-kitw4t6pv9] .virtual-gap-slot__actions {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 991.98px) {
    [b-kitw4t6pv9] .slot-template table,
    [b-kitw4t6pv9] .slot-template tbody,
    [b-kitw4t6pv9] .slot-template tr,
    [b-kitw4t6pv9] .slot-template td {
        display: block;
        width: 100%;
    }

    [b-kitw4t6pv9] .slot-template td {
        padding-right: 0;
    }

    [b-kitw4t6pv9] .slot-template .btn {
        min-width: 100% !important;
        margin-bottom: .25rem;
    }

    [b-kitw4t6pv9] .virtual-gap-slot__details {
        grid-template-columns: 1fr;
    }

    [b-kitw4t6pv9] .virtual-gap-slot__actions {
        justify-content: flex-start;
    }
}

/* ── Allocation deadline warning borders ──────────────────────────────────── */
/* Shipper not allocated → solid border (distinct from vessel dashed)         */
[b-kitw4t6pv9] .slot-warn-shipper-orange { border-left: 6px solid #fd7e14 !important; }
[b-kitw4t6pv9] .slot-warn-shipper-red    { border-left: 6px solid #dc3545 !important; }

/* Vessel not nominated → dashed border (visually distinct from shipper)      */
[b-kitw4t6pv9] .slot-warn-vessel-orange  { border-left: 6px dashed #e6a817 !important; }
[b-kitw4t6pv9] .slot-warn-vessel-red     { border-left: 6px dashed #c0392b !important; }

/* Both warnings present → solid border at worst severity (content shows both) */
[b-kitw4t6pv9] .slot-warn-both-orange    { border-left: 6px solid #fd7e14 !important; }
[b-kitw4t6pv9] .slot-warn-both-red       { border-left: 6px solid #dc3545 !important; }
/* /Components/Pages/BerthingSlot/SlotEditor.razor.rz.scp.css */
.se-page[b-wojjfj2d2w] {
    margin-top: 5px;
    padding-top: 5px;
}

.se-dashboard-grid[b-wojjfj2d2w] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-template-rows: repeat(6, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
    height: calc(100vh - 280px);
    max-height: calc(100vh - 280px);
    overflow: hidden;
}

.se-dashboard-panel[b-wojjfj2d2w] {
    min-width: 0;
}

.se-dashboard-panel--slots[b-wojjfj2d2w] {
    grid-column: 1 / span 6;
    grid-row: 1 / span 6;
}

.se-dashboard-panel--status[b-wojjfj2d2w] {
    grid-column: 7;
    grid-row: 1 / span 2;
}

.se-dashboard-panel--permanent[b-wojjfj2d2w] {
    grid-column: 7;
    grid-row: 3 / span 2;
}

.se-dashboard-panel--opportunistic[b-wojjfj2d2w] {
    grid-column: 7;
    grid-row: 5 / span 2;
}

.se-summary-card[b-wojjfj2d2w] {
    border: 1px solid rgba(18, 48, 75, 0.12);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(18, 48, 75, 0.08);
    overflow: hidden;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.se-summary-card__header[b-wojjfj2d2w] {
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .02em;
    display: flex;
    align-items: center;
    padding: .75rem .9rem;
}

.permanent-slot-header[b-wojjfj2d2w] {
    background: #12304b;
}

.opportunistic-slot-header[b-wojjfj2d2w] {
    background: #2f6f46;
}

.port-status-header[b-wojjfj2d2w] {
    background: #7a4f00;
}

.se-header-badge[b-wojjfj2d2w] {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    font-weight: 600;
}

.se-summary-card__body[b-wojjfj2d2w] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: .75rem;
}

.se-summary-card__body--statuses[b-wojjfj2d2w] {
    padding: .5rem;
}

.se-summary-group[b-wojjfj2d2w] {
    padding-bottom: .55rem;
    margin-bottom: .55rem;
    border-bottom: 1px solid rgba(18, 48, 75, 0.08);
}

.se-summary-group:last-child[b-wojjfj2d2w] {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.se-summary-group__heading[b-wojjfj2d2w] {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
    margin-bottom: .3rem;
    font-size: .8rem;
    font-weight: 700;
    color: #12304b;
}

.se-summary-group__meta[b-wojjfj2d2w] {
    color: #6c757d;
    font-weight: 500;
    font-size: .72rem;
    white-space: nowrap;
}

.se-summary-row[b-wojjfj2d2w] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .5rem;
    align-items: start;
    font-size: .77rem;
    margin-bottom: .18rem;
}

.se-summary-row__label[b-wojjfj2d2w] {
    color: #1f2933;
    white-space: normal;
    line-height: 1.25;
}

.se-summary-row__count[b-wojjfj2d2w] {
    font-weight: 700;
    color: #12304b;
}

.se-ps-list[b-wojjfj2d2w] {
    display: flex;
    flex-direction: column;
    gap: .45rem;
}

.se-ps-row[b-wojjfj2d2w] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .75rem;
    padding: .55rem;
    border: 1px solid rgba(18, 48, 75, 0.08);
    border-radius: 8px;
    background: #fff;
}

.se-ps-row__info[b-wojjfj2d2w] {
    min-width: 0;
    flex: 1 1 auto;
}

.se-ps-row__reason[b-wojjfj2d2w] {
    font-size: .78rem;
    font-weight: 700;
    color: #12304b;
}

.se-ps-row__description[b-wojjfj2d2w] {
    font-size: .74rem;
    color: #495057;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.se-ps-row__description :last-child[b-wojjfj2d2w] {
    margin-bottom: 0;
}

.se-ps-row__time[b-wojjfj2d2w] {
    margin-top: .2rem;
    font-size: .72rem;
    color: #6c757d;
}

.se-slot-card[b-wojjfj2d2w] {
    border-radius: 10px;
    overflow: hidden;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.se-slot-card__header[b-wojjfj2d2w] {
    background: #12304b;
    color: #fff;
    font-weight: 700;
    padding: .85rem 1rem;
}

.se-slot-card > .card-body[b-wojjfj2d2w] {
    flex: 1 1 auto;
    min-height: 0;
}

.se-slot-table-wrap[b-wojjfj2d2w] {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: .75rem;
}

.se-slot-card-list[b-wojjfj2d2w] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.se-slot-card-item[b-wojjfj2d2w] {
    margin: 0;
    width: 100%;
    min-width: 0;
}

[b-wojjfj2d2w] .se-slot-entry-card {
    border-radius: 6px;
    border: 1px solid rgba(18, 48, 75, 0.12);
    border-left: 4px solid transparent;
    color: #12304b;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
    box-shadow: 0 1px 4px rgba(18, 48, 75, 0.05);
}

[b-wojjfj2d2w] .se-slot-entry-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
    border-color: rgba(18, 48, 75, 0.24);
}

[b-wojjfj2d2w] .se-slot-entry-card .e-card-content {
    padding: .55rem .7rem;
}

.se-slot-card-frame[b-wojjfj2d2w] {
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.se-slot-card-warnings[b-wojjfj2d2w] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.se-slot-card-frame .alert[b-wojjfj2d2w],
.se-slot-card .alert[b-wojjfj2d2w],
.se-slot-card .slot-warning[b-wojjfj2d2w],
.se-slot-card .slot-notification[b-wojjfj2d2w],
.se-slot-card .slot-alert[b-wojjfj2d2w],
.se-slot-card [class*="warning"][b-wojjfj2d2w],
.se-slot-card [class*="notification"][b-wojjfj2d2w],
.se-slot-card [class*="alert"][b-wojjfj2d2w] {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
    display: block;
}

.se-slot-row[b-wojjfj2d2w] {
    display: grid;
    align-items: center;
    gap: 8px 12px;
    width: 100%;
}

.se-slot-row-1[b-wojjfj2d2w] {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    margin-bottom: 6px;
}

.se-slot-row-2[b-wojjfj2d2w] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-top: 1px solid rgba(18, 48, 75, 0.1);
    padding-top: 6px;
}

.se-slot-item[b-wojjfj2d2w] {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .84rem;
    color: inherit;
    width: 100%;
    box-sizing: border-box;
}

.se-slot-item--button[b-wojjfj2d2w] {
    justify-content: center;
}

.se-slot-item--actions[b-wojjfj2d2w] {
    justify-content: flex-start;
}

.se-slot-actions[b-wojjfj2d2w] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.se-slot-actions .btn[b-wojjfj2d2w],
.se-slot-actions button[b-wojjfj2d2w] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.se-slot-inline-label[b-wojjfj2d2w] {
    font-weight: 700;
    color: #12304b;
}

.se-slot-inline-value[b-wojjfj2d2w] {
    font-weight: 700;
}

.se-slot-item .field-value[b-wojjfj2d2w] {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.se-slot-field[b-wojjfj2d2w] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: .2rem;
    flex: 1 1 140px;
}

.se-slot-field--slotno[b-wojjfj2d2w] {
    flex-basis: 150px;
}

.se-slot-field--vessel[b-wojjfj2d2w],
.se-slot-field--cargo[b-wojjfj2d2w] {
    flex-basis: 220px;
}

.se-slot-field--time[b-wojjfj2d2w],
.se-slot-field--quantity[b-wojjfj2d2w],
.se-slot-field--badge[b-wojjfj2d2w] {
    flex-basis: 120px;
}

.se-slot-field--actions[b-wojjfj2d2w] {
    flex: 0 1 auto;
    margin-left: auto;
    align-items: flex-end;
}

.se-slot-field--remarks[b-wojjfj2d2w] {
    flex: 0 1 auto;
    margin-left: auto;
    align-items: flex-end;
}

.se-slot-field__label[b-wojjfj2d2w] {
    color: #5b7083;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
    line-height: 1.1;
}

.se-slot-field__value[b-wojjfj2d2w] {
    min-width: 0;
    color: inherit;
    font-size: .84rem;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.se-icon-field[b-wojjfj2d2w] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    min-width: 0;
}

.se-icon-field__icon-wrap[b-wojjfj2d2w] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.field-icon[b-wojjfj2d2w] {
    cursor: help;
}

.field-value[b-wojjfj2d2w] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.se-slot-grid-icon[b-wojjfj2d2w] {
    color: #12304b;
    margin-right: .28rem;
}

.se-slot-alert[b-wojjfj2d2w] {
    font-size: .78rem;
    border-radius: 4px;
}

.se-slot-type-badge[b-wojjfj2d2w] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: .2rem .45rem;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 700;
    border: 1px solid transparent;
}

.slot-type-badge[b-wojjfj2d2w],
.se-slot-type-badge[b-wojjfj2d2w] {
    font-size: 0.65rem;
    padding: 1px 5px;
    line-height: 1.2;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.se-slot-type-badge.permanent-slot[b-wojjfj2d2w] {
    background-color: #d4e7ff;
    border-color: #78afd9;
    color: #12304b;
}

.se-slot-type-badge.opportunistic-slot[b-wojjfj2d2w] {
    background-color: #d8eedf;
    border-color: #5fa777;
    color: #12304b;
}

.se-slot-type-badge.priority-slot[b-wojjfj2d2w] {
    background-color: #f4d6d6;
    border-color: #d16a6a;
    color: #12304b;
}

.se-slot-type-badge.reserved-slot[b-wojjfj2d2w] {
    background-color: #ffe6c7;
    border-color: #d89a4b;
    color: #12304b;
}

.se-slot-type-badge.virtual-gap-slot[b-wojjfj2d2w] {
    background-color: #fff3c2;
    border-color: #d4b106;
    color: #12304b;
}

[b-wojjfj2d2w] .se-slot-entry-card.slot-card-permanent {
    background-color: #e1efff;
    border-left-color: #78afd9;
}

[b-wojjfj2d2w] .se-slot-entry-card.slot-card-opportunistic {
    background-color: #e4f4e9;
    border-left-color: #5fa777;
}

[b-wojjfj2d2w] .se-slot-entry-card.slot-card-priority {
    background-color: #f9e3e3;
    border-left-color: #d16a6a;
}

[b-wojjfj2d2w] .se-slot-entry-card.slot-card-reserved {
    background-color: #fff0df;
    border-left-color: #d89a4b;
}

[b-wojjfj2d2w] .se-slot-entry-card.slot-card-default {
    background: #fff;
}

[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport {
    background: #c7d0da !important;
    border: 1px solid #6b7785 !important;
    color: #1f2933 !important;
}

[b-wojjfj2d2w] .se-slot-entry-card.slot-row-warn-orange {
    border-left: 6px solid #fd7e14 !important;
}

[b-wojjfj2d2w] .se-slot-entry-card.slot-row-warn-red {
    border-left: 6px solid #dc3545 !important;
}

[b-wojjfj2d2w] .se-slot-entry-card.slot-card-doublebank,
[b-wojjfj2d2w] .se-slot-entry-card.slot-double-bank {
    border-left-color: #8b6a4f !important;
    background-color: #efe4da !important;
    box-shadow: inset 0 0 0 1px rgba(139, 106, 79, 0.35);
}

[b-wojjfj2d2w] .se-slot-entry-card.virtual-gap-slot {
    background: #fff8dc !important;
    border-color: rgba(212, 177, 6, .32) !important;
    border-left-color: #d4b106 !important;
}

.se-slot-message[b-wojjfj2d2w] {
    font-size: .72rem;
    color: #6c757d;
    line-height: 1.25;
}

.se-drag-indicator[b-wojjfj2d2w] {
    font-size: .7rem;
    color: #5c7474;
    font-weight: 500;
}

.slot-drag-over[b-wojjfj2d2w] {
    outline: 2px dashed #78afd9;
    outline-offset: 2px;
    opacity: .82;
}

[draggable="true"][b-wojjfj2d2w] {
    cursor: grab;
}

[draggable="true"]:active[b-wojjfj2d2w] {
    cursor: grabbing;
    opacity: .7;
}

.se-btn[b-wojjfj2d2w] {
    white-space: nowrap;
    font-size: .75rem;
    padding: .25rem .5rem;
}

.se-slot-remarks-btn[b-wojjfj2d2w] {
    background-color: #1f6b3a;
    border-color: #1f6b3a;
    color: #fff;
}

.se-slot-remarks-btn:hover[b-wojjfj2d2w],
.se-slot-remarks-btn:focus[b-wojjfj2d2w] {
    background-color: #18562e;
    border-color: #18562e;
    color: #fff;
}

.se-slot-history-btn[b-wojjfj2d2w],
.se-slot-action-btn[b-wojjfj2d2w],
.se-slot-remarks-btn[b-wojjfj2d2w] {
    font-weight: 600;
}

.se-slot-history-btn i[b-wojjfj2d2w],
.se-slot-action-btn i[b-wojjfj2d2w],
.se-slot-remarks-btn i[b-wojjfj2d2w] {
    line-height: 1;
}

[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport .badge {
    border: 1px solid rgba(31, 41, 51, 0.16);
}

[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport .btn {
    color: #1f2933;
    border-color: rgba(31, 41, 51, 0.28);
}

[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport .btn:hover {
    color: #1f2933;
    background: rgba(255,255,255,.6);
    border-color: rgba(31,41,51,.28);
}

[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport .se-slot-message,
[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport .se-drag-indicator,
[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport .se-slot-grid-icon,
[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport .se-slot-item,
[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport .se-slot-inline-label,
[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport .se-slot-inline-value,
[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport .se-slot-alert,
[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport .field-value,
[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport strong,
[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport span {
    color: #1f2933 !important;
}

[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport .alert {
    background: rgba(255,255,255,.45);
    border-color: rgba(31,41,51,.12);
}

[b-wojjfj2d2w] .se-portstatus-rte {
    min-height: 200px;
}

[b-wojjfj2d2w] .se-portstatus-rte .e-rte-content,
[b-wojjfj2d2w] .se-portstatus-rte .e-content {
    min-height: 140px;
}

[b-wojjfj2d2w] .sloteditor-modal .e-dlg-header-content {
    background: #12304b;
    color: #fff !important;
}

[b-wojjfj2d2w] #SlotEditorErrorDialog .e-dlg-header-content {
    background: #dc3545;
    color: #fff !important;
}

[b-wojjfj2d2w] .sloteditor-modal .e-dlg-header,
[b-wojjfj2d2w] .sloteditor-modal .e-dlg-header-content,
[b-wojjfj2d2w] .sloteditor-modal .e-dlg-header-content *,
[b-wojjfj2d2w] #SlotEditorErrorDialog .e-dlg-header,
[b-wojjfj2d2w] #SlotEditorErrorDialog .e-dlg-header-content * {
    color: #fff !important;
    font-weight: 600;
}

[b-wojjfj2d2w] .sloteditor-modal .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
[b-wojjfj2d2w] .sloteditor-modal .e-dlg-header-content .e-dlg-closeicon-btn .e-icons,
[b-wojjfj2d2w] #SlotEditorErrorDialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
[b-wojjfj2d2w] #SlotEditorErrorDialog .e-dlg-header-content .e-dlg-closeicon-btn .e-icons {
    color: #fff !important;
    opacity: 1;
}

[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport .se-slot-action-btn,
[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport .se-slot-action-btn i,
[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport .se-slot-action-btn span {
    color: #fff !important;
}

[b-wojjfj2d2w] .se-slot-entry-card.slot-card-inport .se-slot-action-btn {
    border-color: rgba(255, 255, 255, 0.38);
}

@media (max-width: 991.98px) {
    .se-dashboard-grid[b-wojjfj2d2w] {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
        max-height: none;
        min-height: 0;
        overflow: visible;
    }

    .se-dashboard-panel--slots[b-wojjfj2d2w],
    .se-dashboard-panel--status[b-wojjfj2d2w],
    .se-dashboard-panel--permanent[b-wojjfj2d2w],
    .se-dashboard-panel--opportunistic[b-wojjfj2d2w] {
        grid-column: 1;
        grid-row: auto;
    }

    .se-summary-card__body[b-wojjfj2d2w],
    .se-summary-card__body--statuses[b-wojjfj2d2w] {
        min-height: 220px;
    }

    .se-slot-table-wrap[b-wojjfj2d2w] {
        max-height: none;
    }

    .se-slot-row[b-wojjfj2d2w] {
        gap: 6px 10px;
    }

    .se-slot-field__value[b-wojjfj2d2w] {
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
    }

    .se-slot-inline-item[b-wojjfj2d2w] {
        white-space: normal;
    }

    .se-slot-action-group--inline[b-wojjfj2d2w],
    .se-slot-action-group--remarks[b-wojjfj2d2w] {
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .se-slot-row[b-wojjfj2d2w] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .se-slot-field[b-wojjfj2d2w],
    .se-slot-field--actions[b-wojjfj2d2w],
    .se-slot-field--remarks[b-wojjfj2d2w] {
        margin-left: 0;
        align-items: stretch;
    }

    .se-slot-inline-item[b-wojjfj2d2w],
    .se-slot-action-group--inline[b-wojjfj2d2w],
    .se-slot-action-group--remarks[b-wojjfj2d2w] {
        margin-left: 0;
    }

    .se-slot-action-group[b-wojjfj2d2w] {
        justify-content: flex-start;
    }

    .se-slot-action-group .btn[b-wojjfj2d2w] {
        width: 100%;
    }

    .se-ps-row[b-wojjfj2d2w] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/BerthingSlot/SlotList.razor.rz.scp.css */
#berthPlanningDashboard[b-irjyhsrr63] {
    min-height: calc(100vh - 220px);
}

[b-irjyhsrr63] .bpd-panel-body--slots {
    padding: .35rem;
    height: 100%;
}

[b-irjyhsrr63] .bp-slot-list {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

[b-irjyhsrr63] .bp-slot-list--virtualized {
    height: 100%;
    overflow-y: auto;
}

[b-irjyhsrr63] .bp-slot-list__item {
    margin-bottom: .35rem;
}

[b-irjyhsrr63] .slot-summary-panel {
    padding: .25rem;
}

[b-irjyhsrr63] .slot-summary-card {
    padding: 0;
}

[b-irjyhsrr63] .slot-summary-card__legend {
    gap: .4rem;
}

[b-irjyhsrr63] .slot-summary-card .to-chart-card__summary {
    padding: .2rem 0 .45rem;
}

[b-irjyhsrr63] .slot-summary-card .to-chart-card__summary-label {
    font-size: .72rem;
}

[b-irjyhsrr63] .slot-summary-card .to-chart-card__summary-count {
    font-size: .78rem;
}

[b-irjyhsrr63] .slot-summary-card .to-chart-card__legend-heading {
    font-size: .8rem;
    padding-bottom: .1rem;
}

[b-irjyhsrr63] .slot-summary-card__row {
    grid-template-columns: minmax(0, 1fr) auto;
    font-size: .76rem;
}

[b-irjyhsrr63] .slot-summary-card .to-chart-card__operator {
    white-space: normal;
    line-height: 1.2;
}

[b-irjyhsrr63] .slot-summary-card .to-chart-card__count {
    align-self: start;
}

@media (max-width: 1199.98px) {
    [b-irjyhsrr63] .slot-summary-panel {
        padding: .1rem;
    }
}

/* ── Drag-and-drop slot reordering ── */
[b-irjyhsrr63] .slot-drag-over {
    border-radius: 6px;
    outline: 2px dashed #78afd9;
    outline-offset: 2px;
    opacity: .82;
}

[b-irjyhsrr63] [draggable="true"] {
    cursor: grab;
}

[b-irjyhsrr63] [draggable="true"]:active {
    cursor: grabbing;
    opacity: .7;
}
/* /Components/Pages/PortStatus/PortStatusComponent.razor.rz.scp.css */
.psc-wrapper[b-xi2a4uc6mi] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 4px 0;
}

.psc-port-header[b-xi2a4uc6mi] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #12304b;
    margin-bottom: 4px;
    padding-left: 2px;
}

.psc-item[b-xi2a4uc6mi] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 8px 10px;
    border: 1px solid #e9ecef;
}

.psc-indicator[b-xi2a4uc6mi] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}

.psc-ind-optimal[b-xi2a4uc6mi] {
    background-color: #28a745;
    box-shadow: 0 0 7px 2px rgba(40,167,69,0.5);
}

.psc-ind-closed[b-xi2a4uc6mi] {
    background-color: #dc3545;
    box-shadow: 0 0 7px 2px rgba(220,53,69,0.5);
}

.psc-ind-restricted[b-xi2a4uc6mi] {
    background-color: #ffc107;
    box-shadow: 0 0 7px 2px rgba(255,193,7,0.5);
}

.psc-ind-warning[b-xi2a4uc6mi] {
    background-color: #fd7e14;
    box-shadow: 0 0 7px 2px rgba(253,126,20,0.5);
}

.psc-text[b-xi2a4uc6mi] {
    flex: 1;
    min-width: 0;
}

.psc-label[b-xi2a4uc6mi] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #343a40;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.psc-details-btn[b-xi2a4uc6mi] {
    font-size: 0.75rem;
    padding: 2px 8px;
    white-space: nowrap;
}

.psc-loading[b-xi2a4uc6mi] {
    display: flex;
    align-items: center;
    padding: 6px 2px;
}

.psc-description[b-xi2a4uc6mi] {
    font-size: 0.88rem;
    line-height: 1.55;
    color: #343a40;
}
