/* /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/Layout/SideMenu.razor.rz.scp.css */
/* ── Nav Group Header (collapsible section heading) ───────────────────── */

.pf-nav-group-header[b-ixt53g4xjk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.62rem 1rem 0.62rem 0.875rem;
    margin: 2px 0 0;
    background: rgba(18, 48, 75, 0.07);
    border: none;
    border-top: 1px solid rgba(18, 48, 75, 0.10);
    border-radius: 0;
    cursor: pointer;
    color: #12304b;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.3;
    transition: background 0.15s ease;
    white-space: nowrap;
    overflow: hidden;
}

.pf-nav-group-header:hover[b-ixt53g4xjk] {
    background: rgba(18, 48, 75, 0.13);
}

.pf-nav-group-header:focus-visible[b-ixt53g4xjk] {
    outline: 2px solid #78afd9;
    outline-offset: -2px;
}

/* Group title — icon + label side-by-side */
.pf-nav-group-title[b-ixt53g4xjk] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Chevron icon */
.pf-nav-group-chevron[b-ixt53g4xjk] {
    flex-shrink: 0;
    font-size: 0.72rem;
    color: rgba(18, 48, 75, 0.55);
    transition: transform 0.2s ease;
    margin-left: 6px;
}

.pf-nav-group-chevron--collapsed[b-ixt53g4xjk] {
    transform: rotate(-90deg);
}

/* ── Group body (children) ────────────────────────────────────────────── */

.pf-nav-group-body[b-ixt53g4xjk] {
    overflow: hidden;
}

.pf-nav-group-body--collapsed[b-ixt53g4xjk] {
    display: none;
}

.pf-nav-group-children[b-ixt53g4xjk] {
    padding: 3px 0 4px;
    margin: 0;
    background: rgba(18, 48, 75, 0.03);
    border-bottom: 1px solid rgba(18, 48, 75, 0.07);
}

/* ── Mini (collapsed) sidebar — hide group headers text, show icon only ── */
:global(.pf-sidebar--mini) .pf-nav-group-header[b-ixt53g4xjk] {
    justify-content: center;
    padding: 0.62rem 0;
}

:global(.pf-sidebar--mini) .pf-nav-group-title .pf-nav-label[b-ixt53g4xjk],
:global(.pf-sidebar--mini) .pf-nav-group-chevron[b-ixt53g4xjk] {
    display: none;
}

:global(.pf-sidebar--mini) .pf-nav-group-body[b-ixt53g4xjk] {
    display: none;
}
/* /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] .terminal-slot {
    background-color: #94e8d2;
    border-left-color: #4da98e;
}

[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-btn-vessel-bg: #8bb3d1;
    --slot-btn-vessel-hover-bg: #7da8c8;
    --slot-btn-shipper-bg: #65c1d2;
    --slot-btn-shipper-hover-bg: #55b4c7;
    --slot-btn-edit-bg: #a3cda5;
    --slot-btn-edit-hover-bg: #93bf96;
}

[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 .slot-btn-vessel,
[b-kitw4t6pv9] .slot-template .slot-btn-vessel:focus,
[b-kitw4t6pv9] .slot-template .slot-btn-vessel:active {
    background-color: var(--slot-btn-vessel-bg) !important;
    border-color: var(--slot-btn-vessel-bg) !important;
    color: #12304b !important;
}

[b-kitw4t6pv9] .slot-template .slot-btn-vessel:hover {
    background-color: var(--slot-btn-vessel-hover-bg) !important;
    border-color: var(--slot-btn-vessel-hover-bg) !important;
    color: #12304b !important;
}

[b-kitw4t6pv9] .slot-template .slot-btn-shipper,
[b-kitw4t6pv9] .slot-template .slot-btn-shipper:focus,
[b-kitw4t6pv9] .slot-template .slot-btn-shipper:active {
    background-color: var(--slot-btn-shipper-bg) !important;
    border-color: var(--slot-btn-shipper-bg) !important;
    color: #12304b !important;
}

[b-kitw4t6pv9] .slot-template .slot-btn-shipper:hover {
    background-color: var(--slot-btn-shipper-hover-bg) !important;
    border-color: var(--slot-btn-shipper-hover-bg) !important;
    color: #12304b !important;
}

[b-kitw4t6pv9] .slot-template .slot-btn-edit,
[b-kitw4t6pv9] .slot-template .slot-btn-edit:focus,
[b-kitw4t6pv9] .slot-template .slot-btn-edit:active {
    background-color: var(--slot-btn-edit-bg) !important;
    border-color: var(--slot-btn-edit-bg) !important;
    color: #12304b !important;
}

[b-kitw4t6pv9] .slot-template .slot-btn-edit:hover {
    background-color: var(--slot-btn-edit-hover-bg) !important;
    border-color: var(--slot-btn-edit-hover-bg) !important;
    color: #12304b !important;
}

[b-kitw4t6pv9] .slot-template .slot-btn-vessel:disabled,
[b-kitw4t6pv9] .slot-template .slot-btn-shipper:disabled,
[b-kitw4t6pv9] .slot-template .slot-btn-edit:disabled {
    color: rgba(18, 48, 75, 0.72) !important;
    opacity: .7;
}

    [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] .terminal-slot {
    background-color: #94e8d2;
    border-left-color: #4da98e;
}

    [b-kitw4t6pv9] .terminal-slot:hover {
        background-color: #87dec7;
    }

    [b-kitw4t6pv9] .reserved-slot:hover {
        background-color: #ffe6c7;
    }

[b-kitw4t6pv9] .slot-in-port-first {
    background-color: #d8daef;
    border-left-color: #aab3d8;
    color: #12304b;
}

    [b-kitw4t6pv9] .slot-in-port-first:hover {
        background-color: #cdd2eb;
    }

[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: #12304b !important;
}

[b-kitw4t6pv9] .slot-in-port-first .text-body-tertiary,
[b-kitw4t6pv9] .slot-in-port-first .text-dark-emphasis {
    color: #425269 !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: #12304b !important;
}

[b-kitw4t6pv9] .slot-in-port-first .e-badge {
    background-color: rgba(255, 255, 255, 0.45) !important;
    border: 1px solid rgba(18, 48, 75, 0.18) !important;
    color: #12304b !important;
}

[b-kitw4t6pv9] .slot-in-port-first .btn {
    color: #12304b;
    border-color: rgba(18, 48, 75, 0.24);
}

[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: rgba(255, 255, 255, 0.88) !important;
    border-color: rgba(18, 48, 75, 0.18) !important;
    color: #12304b !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: #12304b !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: #6a7890 !important;
}

    [b-kitw4t6pv9] .slot-in-port-first .btn:hover {
        color: #12304b;
        background-color: rgba(255,255,255,.55);
        border-color: rgba(18,48,75,.24);
    }

    [b-kitw4t6pv9] .slot-in-port-first .btn:disabled {
        color: rgba(18, 48, 75, 0.62);
        border-color: rgba(18, 48, 75, 0.16);
        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;
}

[b-kitw4t6pv9] .slot-card-banner {
    padding: .45rem .6rem;
    border-radius: 6px;
    font-size: .82rem;
    border: 1px solid rgba(18, 48, 75, 0.12);
}

[b-kitw4t6pv9] .slot-card-banner--shore-tension {
    background: rgba(120, 175, 217, 0.12);
    color: #12304b;
}

[b-kitw4t6pv9] .slot-card-banner__icon {
    color: #5b89ad;
}

[b-kitw4t6pv9] .slot-in-port-first .slot-card-banner--shore-tension {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
    color: #eef4f4;
}

[b-kitw4t6pv9] .slot-in-port-first .slot-card-banner__icon {
    color: #d6e5e5;
}

@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.terminal-slot[b-wojjfj2d2w] {
    background-color: #94e8d2;
    border-color: #4da98e;
    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: #d8daef !important;
    border: 1px solid #aab3d8 !important;
    color: #1f2933 !important;
}

[b-wojjfj2d2w] .se-slot-entry-card.slot-card-terminal {
    background: #94e8d2 !important;
    border-left-color: #4da98e !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/BerthingSlot/VisualBerthPlanner.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════
   VisualBerthPlanner — scoped component styles
   All selectors are scoped to this component by Blazor's
   auto-generated attribute; they will NOT bleed into the
   global layout or side-menu.
   ═══════════════════════════════════════════════════════════ */

/* ── Shell ───────────────────────────────────────────────── */
.vbp-shell[b-unuhlhsen0] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
}

/* ── Row 1: Breadcrumb ───────────────────────────────────── */
.vbp-breadcrumb-row[b-unuhlhsen0] {
    padding: 0 0.25rem;
}

/* ── Row 2: Toolbar ──────────────────────────────────────── */
.vbp-toolbar-row[b-unuhlhsen0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.55rem 1rem;
    box-shadow: 0 1px 4px rgba(18, 48, 75, 0.07);
}

/* Left side: port label + selector */
.vbp-toolbar-left[b-unuhlhsen0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.vbp-port-label[b-unuhlhsen0] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #4a5568;
    white-space: nowrap;
}

.vbp-port-name[b-unuhlhsen0] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #12304b;
}

.vbp-port-name .bi-geo-alt-fill[b-unuhlhsen0] {
    color: #78afd9;
}

.vbp-port-selector[b-unuhlhsen0] {
    min-width: 180px;
}

/* Right side: action buttons */
.vbp-toolbar-right[b-unuhlhsen0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Primary action — "Add Slot" */
.vbp-btn-action[b-unuhlhsen0] {
    background: linear-gradient(135deg, #1a4a72 0%, #12304b 100%);
    color: #ffffff;
    border: none;
    border-radius: 7px;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.38rem 0.9rem;
    transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.1s ease;
    box-shadow: 0 2px 6px rgba(18, 48, 75, 0.25);
}

.vbp-btn-action:hover:not(:disabled)[b-unuhlhsen0] {
    background: linear-gradient(135deg, #1e5484 0%, #1a3d5c 100%);
    box-shadow: 0 4px 10px rgba(18, 48, 75, 0.35);
    transform: translateY(-1px);
    color: #ffffff;
}

.vbp-btn-action:active:not(:disabled)[b-unuhlhsen0] {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(18, 48, 75, 0.2);
}

.vbp-btn-action:disabled[b-unuhlhsen0] {
    opacity: 0.55;
    cursor: not-allowed;
}

/* Secondary — "Refresh" */
.vbp-btn-secondary[b-unuhlhsen0] {
    background: #ffffff;
    color: #12304b;
    border: 1.5px solid #c5d8ea;
    border-radius: 7px;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.36rem 0.85rem;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.vbp-btn-secondary:hover:not(:disabled)[b-unuhlhsen0] {
    background: #eef4fa;
    border-color: #78afd9;
    box-shadow: 0 2px 6px rgba(120, 175, 217, 0.25);
    color: #12304b;
}

.vbp-btn-secondary:disabled[b-unuhlhsen0] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ── Row 3: Schedule card ────────────────────────────────── */
.vbp-schedule-row[b-unuhlhsen0] {
    background: #ffffff;
    border: 1px solid #dde6f0;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(18, 48, 75, 0.08);
    overflow: hidden;
}

/* ── Row 4: Dashboard Panels ─────────────────────────────── */
.vbp-panels-row[b-unuhlhsen0] {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 1200px) {
    .vbp-panels-row[b-unuhlhsen0] {
        grid-template-columns: 1.4fr 1fr 1fr;
    }

    .vbp-panel--notifications[b-unuhlhsen0] {
        grid-row: span 1;
    }
}

@media (max-width: 992px) {
    .vbp-panels-row[b-unuhlhsen0] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .vbp-panels-row[b-unuhlhsen0] {
        grid-template-columns: 1fr;
    }
}

/* Individual panel card */
.vbp-panel[b-unuhlhsen0] {
    background: #ffffff;
    border: 1px solid #dde6f0;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(18, 48, 75, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 160px;
}

/* 3D panel header — same gradient as ADD SLOT / selected-slot dialog */
.vbp-panel__header[b-unuhlhsen0] {
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .62rem 1rem;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(180deg, #4a6b84 0%, #2c4d65 40%, #1a3550 70%, #12304b 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        inset 0 -1px 0 rgba(0,0,0,0.25),
        0 3px 8px rgba(0,0,0,0.28);
}

/* Accent stripe per panel type */
.vbp-panel__header--status[b-unuhlhsen0] {
    background: linear-gradient(180deg, #c84b4b 0%, #a33030 40%, #7f1d1d 70%, #6b1818 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.15),
        inset 0 -1px 0 rgba(0,0,0,0.25),
        0 3px 8px rgba(100,20,20,0.30);
}

.vbp-panel__header--permanent[b-unuhlhsen0] {
    background: linear-gradient(180deg, #4a6b84 0%, #2c4d65 40%, #1a3550 70%, #12304b 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        inset 0 -1px 0 rgba(0,0,0,0.25),
        0 3px 8px rgba(18,48,75,0.30);
}

.vbp-panel__header--opportunistic[b-unuhlhsen0] {
    background: linear-gradient(180deg, #3a8055 0%, #236641 40%, #14532d 70%, #0f4423 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.15),
        inset 0 -1px 0 rgba(0,0,0,0.25),
        0 3px 8px rgba(15,68,35,0.30);
}

.vbp-panel__badge[b-unuhlhsen0] {
    background: rgba(255,255,255,0.22);
    color: #ffffff;
    font-size: .7rem;
    border-radius: 50px;
    padding: .12rem .5rem;
}

/* Panel body */
.vbp-panel__body[b-unuhlhsen0] {
    flex: 1;
    padding: .75rem 1rem;
    overflow-y: auto;
    max-height: 260px;
}

/* Port status list */
.vbp-ps-list[b-unuhlhsen0] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.vbp-ps-row[b-unuhlhsen0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: .38rem .6rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.vbp-ps-row__info[b-unuhlhsen0] {
    flex: 1;
    min-width: 0;
}

.vbp-ps-row__reason[b-unuhlhsen0] {
    font-size: .72rem;
    color: #6b7280;
    font-style: italic;
}

.vbp-ps-row__description[b-unuhlhsen0] {
    font-size: .72rem;
    color: #374151;
    margin-top: .2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vbp-ps-row__time[b-unuhlhsen0] {
    font-size: .68rem;
    color: #9ca3af;
    margin-top: .2rem;
}

/* Slot summary list (Permanent / Opportunistic) */
.vbp-slot-summary-list[b-unuhlhsen0] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.vbp-slot-summary-row[b-unuhlhsen0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .3rem .6rem;
    background: #f8fafc;
    border: 1px solid #e8eef5;
    border-radius: 6px;
    font-size: .78rem;
}

.vbp-slot-summary-row__label[b-unuhlhsen0] {
    font-weight: 600;
    color: #12304b;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vbp-slot-summary-row__count[b-unuhlhsen0] {
    font-weight: 700;
    font-size: .8rem;
    border-radius: 50px;
    padding: .1rem .55rem;
    white-space: nowrap;
}

.vbp-slot-summary-row__count--permanent[b-unuhlhsen0] {
    background: #e1efff;
    color: #12304b;
    border: 1px solid #78afd9;
}

.vbp-slot-summary-row__count--opportunistic[b-unuhlhsen0] {
    background: #e4f4e9;
    color: #1a4731;
    border: 1px solid #5fa777;
}

/* ── Port status edit button ─────────────────────────────── */
.vbp-ps-edit-btn[b-unuhlhsen0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    flex-shrink: 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    font-size: .65rem;
    background: linear-gradient(180deg, #4a6b84 0%, #2c4d65 55%, #1a3550 100%);
    box-shadow: 0 3px 0 #0d253a, 0 1px 4px rgba(18,48,75,.30);
    transition: transform .07s, box-shadow .07s;
}

.vbp-ps-edit-btn:hover[b-unuhlhsen0] {
    background: linear-gradient(180deg, #5a7b94 0%, #3c5d75 55%, #2a4560 100%);
}

.vbp-ps-edit-btn:active[b-unuhlhsen0] {
    transform: translateY(2px);
    box-shadow: 0 1px 0 #0d253a;
}

/* ── Operator breakdown rows (nested under berth) ────────── */
.vbp-slot-summary-operator[b-unuhlhsen0] {
    display: flex;
    align-items: center;
    gap: .35rem;
    padding: .18rem .6rem .18rem 1.6rem;
    font-size: .73rem;
    color: #555;
}

.vbp-slot-summary-operator__icon[b-unuhlhsen0] {
    font-size: .7rem;
    color: #9ca3af;
    flex-shrink: 0;
}

.vbp-slot-summary-operator__name[b-unuhlhsen0] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4b5563;
}

.vbp-slot-summary-operator__count[b-unuhlhsen0] {
    font-size: .68rem;
    color: #6b7280;
    white-space: nowrap;
    font-style: italic;
}

/* ── Collapsible berth toggle row ────────────────────────── */
.vbp-berth-toggle[b-unuhlhsen0] {
    cursor: pointer;
    user-select: none;
    gap: .35rem;
}

.vbp-berth-toggle:hover[b-unuhlhsen0] {
    background: #edf3fa;
    border-color: #b8d0e8;
}

.vbp-berth-toggle__chevron[b-unuhlhsen0] {
    font-size: .65rem;
    color: #78afd9;
    flex-shrink: 0;
    transition: transform .15s;
}

/* ── Berth detail collapsible wrapper ────────────────────── */
.vbp-berth-detail[b-unuhlhsen0] {
    border-left: 2px solid #d0e2f0;
    margin-left: .9rem;
    padding-left: .1rem;
    margin-bottom: .25rem;
}

/* ── Commodity row (level 2) ─────────────────────────────── */
.vbp-slot-summary-commodity[b-unuhlhsen0] {
    display: flex;
    align-items: center;
    gap: .32rem;
    padding: .2rem .6rem .2rem 1.1rem;
    font-size: .74rem;
    color: #374151;
}

.vbp-slot-summary-commodity__icon[b-unuhlhsen0] {
    font-size: .68rem;
    color: #78afd9;
    flex-shrink: 0;
}

.vbp-slot-summary-commodity__name[b-unuhlhsen0] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    color: #12304b;
}

.vbp-slot-summary-commodity__count[b-unuhlhsen0] {
    font-size: .68rem;
    color: #4b5563;
    font-weight: 700;
    background: #e1efff;
    border: 1px solid #78afd9;
    border-radius: 50px;
    padding: .05rem .4rem;
    white-space: nowrap;
}

/* ── Operator row nested under commodity (level 3) ───────── */
.vbp-slot-summary-operator--nested[b-unuhlhsen0] {
    padding-left: 2.4rem;
}

/* ═══════════════════════════════════════════════════════════
   Port Status Edit Dialog  (vbp-modal--3d)
   ═══════════════════════════════════════════════════════════ */

/* 3D gradient header */
[b-unuhlhsen0] .vbp-modal--3d .e-dlg-header-content {
    background: linear-gradient(180deg, #4a6b84 0%, #2c4d65 40%, #1a3550 70%, #12304b 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18),
                inset 0 -1px 0 rgba(0,0,0,0.25),
                0 4px 10px rgba(0,0,0,0.35) !important;
    color: #fff !important;
}

[b-unuhlhsen0] .vbp-modal--3d .e-dlg-header-content .e-dlg-header,
[b-unuhlhsen0] .vbp-modal--3d .e-dlg-header-content * {
    color: #fff !important;
}

[b-unuhlhsen0] .vbp-modal--3d .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
[b-unuhlhsen0] .vbp-modal--3d .e-dlg-header-content .e-dlg-closeicon-btn .e-icons {
    color: #fff !important;
}

/* Body container — bordered card matching SelectedSlot style */
.vbp-ps-dialog-body[b-unuhlhsen0] {
    background: #f4f8fc;
    border: 1px solid #d0e2f0;
    border-radius: 8px;
    padding: .85rem 1rem 1rem;
    margin-bottom: .5rem;
}

/* Footer — right-aligned */
.vbp-ps-dialog-footer[b-unuhlhsen0] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: .5rem;
    padding-top: .35rem;
}

/* ── 3D action buttons (matching bsl-action-btn) ──────────── */
.vbp-ps-action-btn[b-unuhlhsen0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .28rem;
    height: 34px;
    padding: 0 1.15rem;
    border-radius: 6px;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .02em;
    cursor: pointer;
    border: none;
    transition: transform .08s, box-shadow .08s, opacity .12s;
}

.vbp-ps-action-btn:active[b-unuhlhsen0] {
    transform: translateY(2px);
}

.vbp-ps-action-btn--save[b-unuhlhsen0] {
    background: linear-gradient(180deg, #22c55e 0%, #16a34a 55%, #15803d 100%);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 4px 0 #166534, 0 2px 6px rgba(22,163,74,.35);
}

.vbp-ps-action-btn--save:hover[b-unuhlhsen0] {
    background: linear-gradient(180deg, #34d399 0%, #22c55e 55%, #16a34a 100%);
    color: #fff;
}

.vbp-ps-action-btn--save:active[b-unuhlhsen0] {
    box-shadow: 0 2px 0 #166534;
}

.vbp-ps-action-btn--cancel[b-unuhlhsen0] {
    background: linear-gradient(180deg, #6b7280 0%, #4b5563 55%, #374151 100%);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 4px 0 #1f2937, 0 2px 6px rgba(75,85,99,.3);
}

.vbp-ps-action-btn--cancel:hover[b-unuhlhsen0] {
    background: linear-gradient(180deg, #7b8290 0%, #5b6573 55%, #47515f 100%);
    color: #fff;
}

.vbp-ps-action-btn--cancel:active[b-unuhlhsen0] {
    box-shadow: 0 2px 0 #1f2937;
}

/* ═══════════════════════════════════════════════════════════
   Notifications Panel
   ═══════════════════════════════════════════════════════════ */

/* Amber 3D header — distinct from Status (red) / Permanent (blue) / Opportunistic (green) */
.vbp-panel__header--notifications[b-unuhlhsen0] {
    background: linear-gradient(180deg, #d97706 0%, #b45309 40%, #92400e 70%, #78350f 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        inset 0 -1px 0 rgba(0,0,0,0.25),
        0 3px 8px rgba(120,53,15,0.32);
}

/* Taller panel — at least 2 rows worth (per brief) */
.vbp-panel--notifications[b-unuhlhsen0] {
    min-height: 340px;
}

.vbp-panel__body--notifications[b-unuhlhsen0] {
    flex: 1;
    overflow-y: auto;
    padding: .65rem;
    background: #fffaf2;
}

/* Header refresh button */
.vbp-notif-refresh[b-unuhlhsen0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    background: rgba(255,255,255,0.18);
    box-shadow: 0 2px 0 rgba(0,0,0,0.18);
    transition: background .12s, transform .07s;
}

.vbp-notif-refresh:hover:not(:disabled)[b-unuhlhsen0] {
    background: rgba(255,255,255,0.28);
}

.vbp-notif-refresh:active:not(:disabled)[b-unuhlhsen0] {
    transform: translateY(1px);
    box-shadow: 0 1px 0 rgba(0,0,0,0.18);
}

.vbp-notif-refresh:disabled[b-unuhlhsen0] {
    opacity: .55;
    cursor: default;
}

.vbp-notif-spin[b-unuhlhsen0] {
    animation: vbp-notif-spin-b-unuhlhsen0 1s linear infinite;
}

@keyframes vbp-notif-spin-b-unuhlhsen0 {
    from { transform: rotate(0); }
    to { transform: rotate(360deg); }
}

/* Notification list + cards */
.vbp-notif-list[b-unuhlhsen0] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.vbp-notif-card[b-unuhlhsen0] {
    background: #fff;
    border: 1px solid #e8d3a8;
    border-left: 3px solid #d97706;
    border-radius: 6px;
    padding: .55rem .65rem;
    box-shadow: 0 1px 3px rgba(120,53,15,0.08);
    transition: box-shadow .12s;
}

.vbp-notif-card:hover[b-unuhlhsen0] {
    box-shadow: 0 3px 8px rgba(120,53,15,0.14);
}

.vbp-notif-card--nomination[b-unuhlhsen0] {
    border-left-color: #2c4d65;
}

.vbp-notif-card--arrivalcapture[b-unuhlhsen0] {
    border-left-color: #16a34a;
}

.vbp-notif-card--arrivalcapture .vbp-notif-card__kind[b-unuhlhsen0] {
    color: #15803d;
}

.vbp-notif-card__head[b-unuhlhsen0] {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin-bottom: .35rem;
}

.vbp-notif-card__kind[b-unuhlhsen0] {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #92400e;
    flex: 1;
    min-width: 0;
}

.vbp-notif-card--nomination .vbp-notif-card__kind[b-unuhlhsen0] {
    color: #12304b;
}

.vbp-notif-card__slot[b-unuhlhsen0] {
    font-size: .72rem;
    font-weight: 700;
    color: #ffffff;
    background: #12304b;
    padding: .12rem .5rem;
    border-radius: 50px;
    white-space: nowrap;
}

.vbp-notif-card__body[b-unuhlhsen0] {
    display: flex;
    flex-direction: column;
    gap: .22rem;
    font-size: .76rem;
    color: #1f2933;
}

.vbp-notif-card__vessel[b-unuhlhsen0] {
    font-weight: 600;
    color: #12304b;
}

.vbp-notif-card__berth[b-unuhlhsen0] {
    color: #6b7280;
    font-weight: 500;
    font-size: .72rem;
}

.vbp-notif-card__values[b-unuhlhsen0] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: .73rem;
    color: #374151;
}

.vbp-notif-card__from[b-unuhlhsen0] {
    color: #6b7280;
}

.vbp-notif-card__to[b-unuhlhsen0] {
    color: #12304b;
    font-weight: 600;
}

.vbp-notif-card__reason[b-unuhlhsen0] {
    font-size: .72rem;
    color: #4b5563;
    font-style: italic;
    border-left: 2px solid #e5e7eb;
    padding-left: .4rem;
}

.vbp-notif-card__stages[b-unuhlhsen0] {
    display: flex;
    gap: .3rem;
    flex-wrap: wrap;
}

.vbp-notif-stage[b-unuhlhsen0] {
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    padding: .08rem .45rem;
    border-radius: 50px;
    border: 1px solid transparent;
}

.vbp-notif-stage--op[b-unuhlhsen0] {
    background: #fef3c7;
    color: #92400e;
    border-color: #f0c97a;
}

.vbp-notif-stage--vts[b-unuhlhsen0] {
    background: #dbeafe;
    color: #1e3a8a;
    border-color: #93c5fd;
}

.vbp-notif-card__meta[b-unuhlhsen0] {
    display: flex;
    align-items: center;
    font-size: .68rem;
    color: #6b7280;
    margin-top: .15rem;
}

/* Action buttons (compact 3D) */
.vbp-notif-card__actions[b-unuhlhsen0] {
    display: flex;
    gap: .35rem;
    margin-top: .5rem;
    padding-top: .4rem;
    border-top: 1px dashed #e5e7eb;
}

.vbp-notif-card__hint[b-unuhlhsen0] {
    font-size: .7rem;
}

.vbp-notif-btn[b-unuhlhsen0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 .7rem;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
    transition: transform .07s, box-shadow .07s;
}

.vbp-notif-btn:active:not(:disabled)[b-unuhlhsen0] {
    transform: translateY(1px);
}

.vbp-notif-btn:disabled[b-unuhlhsen0] {
    opacity: .55;
    cursor: not-allowed;
}

.vbp-notif-btn--approve[b-unuhlhsen0] {
    background: linear-gradient(180deg, #22c55e 0%, #16a34a 55%, #15803d 100%);
    box-shadow: 0 3px 0 #166534, 0 1px 3px rgba(22,163,74,.3);
}

.vbp-notif-btn--approve:hover:not(:disabled)[b-unuhlhsen0] {
    background: linear-gradient(180deg, #34d399 0%, #22c55e 55%, #16a34a 100%);
    color: #fff;
}

.vbp-notif-btn--approve:active:not(:disabled)[b-unuhlhsen0] {
    box-shadow: 0 1px 0 #166534;
}

.vbp-notif-btn--reject[b-unuhlhsen0] {
    background: linear-gradient(180deg, #ef4444 0%, #dc2626 55%, #b91c1c 100%);
    box-shadow: 0 3px 0 #7f1d1d, 0 1px 3px rgba(220,38,38,.3);
}

.vbp-notif-btn--reject:hover:not(:disabled)[b-unuhlhsen0] {
    background: linear-gradient(180deg, #f87171 0%, #ef4444 55%, #dc2626 100%);
    color: #fff;
}

.vbp-notif-btn--reject:active:not(:disabled)[b-unuhlhsen0] {
    box-shadow: 0 1px 0 #7f1d1d;
}
/* /Components/Pages/BerthingSlot/VisualPlannerSlotCard.razor.rz.scp.css */
[b-3iu28j3ky8] .visual-planner-slot-card {
    border-radius: 8px;
    border: 1px solid rgba(18, 48, 75, 0.12);
    padding: .65rem .75rem;
    color: #12304b;
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

[b-3iu28j3ky8] .visual-planner-slot-card.terminal-slot {
    background-color: #94e8d2;
    border-left-color: #4da98e;
}

[b-3iu28j3ky8] .vp-slot-card__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .55rem .8rem;
}

[b-3iu28j3ky8] .vp-slot-card__row--header {
    justify-content: space-between;
}

[b-3iu28j3ky8] .vp-slot-card__slot-meta,
[b-3iu28j3ky8] .vp-slot-card__vessel {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    min-width: 0;
}

[b-3iu28j3ky8] .vp-slot-card__label {
    font-size: .78rem;
    font-weight: 600;
    color: #486781;
}

[b-3iu28j3ky8] .visual-planner-slot-card .alert {
    margin-bottom: 0 !important;
    font-size: .8rem;
}

[b-3iu28j3ky8] .vp-slot-card__banner {
    border-left: 4px solid rgba(18, 48, 75, 0.24);
    border-radius: 6px;
}

[b-3iu28j3ky8] .vp-slot-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .75rem;
}

[b-3iu28j3ky8] .vp-slot-card__slotno {
    font-weight: 700;
    font-size: .92rem;
    line-height: 1.1;
}

[b-3iu28j3ky8] .vp-slot-card__times-host {
    flex: 1 1 460px;
    min-width: 280px;
}

[b-3iu28j3ky8] .vp-slot-card__times-grid {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem .8rem;
}

[b-3iu28j3ky8] .vp-slot-card__time-item {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .78rem;
    min-width: 0;
}

[b-3iu28j3ky8] .vp-slot-card__time-item i,
[b-3iu28j3ky8] .vp-slot-card__vessel i {
    color: #486781;
}

[b-3iu28j3ky8] .vp-slot-card__time-label {
    font-weight: 700;
}

[b-3iu28j3ky8] .vp-slot-card__time-value--emphasis {
    color: #198754;
    font-weight: 700;
}

[b-3iu28j3ky8] .vp-slot-card__subline {
    font-size: .75rem;
    opacity: .78;
    margin-top: .1rem;
}

[b-3iu28j3ky8] .vp-slot-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: .3rem;
    margin-top: .25rem;
}

[b-3iu28j3ky8] .vp-slot-card__header-actions {
    display: inline-flex;
    gap: .3rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

[b-3iu28j3ky8] .vp-slot-card__header-actions .btn {
    min-width: 2rem;
    padding: .2rem .45rem;
}

[b-3iu28j3ky8] .vp-slot-card__details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .35rem .75rem;
    width: 100%;
}

[b-3iu28j3ky8] .vp-slot-card__detail {
    display: flex;
    align-items: center;
    gap: .4rem;
    min-width: 0;
    font-size: .82rem;
}

[b-3iu28j3ky8] .vp-slot-card__detail i {
    width: 1rem;
    text-align: center;
    color: #486781;
    flex: 0 0 auto;
}

[b-3iu28j3ky8] .vp-slot-card__detail span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-3iu28j3ky8] .vp-slot-card__detail--cargo {
    grid-column: 1 / -1;
}

[b-3iu28j3ky8] .vp-slot-card__detail--wide {
    grid-column: span 2;
}

[b-3iu28j3ky8] .vp-slot-card__times {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
}

[b-3iu28j3ky8] .vp-slot-card__time-pill {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    border-radius: 999px;
    border: 1px solid rgba(18, 48, 75, 0.14);
    background: rgba(255, 255, 255, 0.55);
    padding: .26rem .55rem;
    font-size: .77rem;
    color: inherit;
}

[b-3iu28j3ky8] .vp-slot-card__time-pill--button {
    cursor: pointer;
}

[b-3iu28j3ky8] .vp-slot-card__time-pill--button:disabled {
    opacity: .68;
    cursor: default;
}

[b-3iu28j3ky8] .vp-slot-card__toolbar,
[b-3iu28j3ky8] .vp-slot-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

[b-3iu28j3ky8] .vp-slot-card__edit-icon {
    padding: .2rem .5rem;
    align-self: flex-start;
}

[b-3iu28j3ky8] .vp-slot-card__switch {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin: 0;
    padding-left: 2.3rem;
}

[b-3iu28j3ky8] .vp-slot-card__toolbar .btn,
[b-3iu28j3ky8] .vp-slot-card__actions .btn {
    font-size: .76rem;
    padding: .22rem .55rem;
}

[b-3iu28j3ky8] .vp-slot-card__virtual {
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

[b-3iu28j3ky8] .visual-planner-slot-card.slot-in-port-first .vp-slot-card__detail i,
[b-3iu28j3ky8] .visual-planner-slot-card.slot-in-port-first .vp-slot-card__time-pill,
[b-3iu28j3ky8] .visual-planner-slot-card.slot-in-port-first .vp-slot-card__subline {
    color: inherit;
}

@media (max-width: 767.98px) {
    [b-3iu28j3ky8] .vp-slot-card__details {
        grid-template-columns: 1fr;
    }

    [b-3iu28j3ky8] .vp-slot-card__header {
        flex-direction: column;
    }

    [b-3iu28j3ky8] .vp-slot-card__header-actions {
        width: 100%;
        justify-content: flex-start;
    }
}
/* /Components/Pages/Operations/PortPerformanceEditor.razor.rz.scp.css */
.pp-shell[b-y7h8d6tojh] {
    padding: 0.75rem 0.5rem 2rem 0.5rem;
}

.pp-breadcrumb-row[b-y7h8d6tojh] {
    margin-bottom: 0.75rem;
}

.pp-port-row[b-y7h8d6tojh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0.5rem 0 1rem 0;
}

.pp-port-label[b-y7h8d6tojh] {
    font-weight: 600;
    color: #34495e;
}

.pp-port-name[b-y7h8d6tojh] {
    font-weight: 600;
    color: #1f3a5f;
}

.pp-row[b-y7h8d6tojh] {
    margin-bottom: 0.75rem;
}

.pp-panel[b-y7h8d6tojh] {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #dfe6ed;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 320px;
    height: 100%;
    overflow: hidden;
}

.pp-panel__header[b-y7h8d6tojh] {
    padding: 0.55rem 0.85rem;
    font-weight: 700;
    color: #1d3550;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 2px 4px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.pp-panel__footer[b-y7h8d6tojh] {
    padding: 0.45rem 0.85rem;
    font-weight: 600;
    color: #1d3550;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.7);
}

.pp-panel__body[b-y7h8d6tojh] {
    padding: 0.6rem;
    overflow-y: auto;
    max-height: 460px;
    flex: 1 1 auto;
}

.pp-scroll[b-y7h8d6tojh] {
    scrollbar-width: thin;
}

.panel-header-blue[b-y7h8d6tojh] {
    background: linear-gradient(180deg, #C9E0EE 0%, #A9CCE3 60%, #8FB8D6 100%);
}

.panel-header-turq[b-y7h8d6tojh] {
    background: linear-gradient(180deg, #C2EEE3 0%, #A3E4D7 60%, #88D2C2 100%);
}

.panel-header-green[b-y7h8d6tojh] {
    background: linear-gradient(180deg, #C8ECD2 0%, #A9DFBF 60%, #8ECDA7 100%);
}

.panel-header-red[b-y7h8d6tojh] {
    background: linear-gradient(180deg, #F8C0B7 0%, #F1948A 60%, #E07466 100%);
    color: #4a1c15;
}

.slot-card[b-y7h8d6tojh] {
    background: #fbfdff;
    border: 1px solid #d9e3ee;
    border-radius: 6px;
    padding: 0.55rem 0.7rem;
    margin-bottom: 0.5rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.05s;
    color: #2c3e50;
}

    .slot-card:hover[b-y7h8d6tojh] {
        border-color: #8FB8D6;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    }

    .slot-card.is-selected[b-y7h8d6tojh] {
        border-color: #1f3a5f;
        box-shadow: 0 0 0 2px rgba(31, 58, 95, 0.25);
        background: #eef4fb;
    }

.pp-card-head[b-y7h8d6tojh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.pp-card-meta[b-y7h8d6tojh] {
    color: #34495e;
}

    .pp-card-meta > div[b-y7h8d6tojh] {
        line-height: 1.35;
    }

.pp-card-remarks[b-y7h8d6tojh] {
    margin-top: 0.25rem;
    color: #455764;
    font-style: italic;
}

.pp-card-actions[b-y7h8d6tojh] {
    display: flex;
    gap: 0.35rem;
    justify-content: flex-end;
    margin-top: 0.4rem;
}

.pp-panel-actions[b-y7h8d6tojh] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.4rem;
}

.pp-vessel-card .badge[b-y7h8d6tojh] {
    font-size: 0.75rem;
}

.pp-move-card[b-y7h8d6tojh] {
    cursor: default;
}

.pp-shift-card[b-y7h8d6tojh],
.pp-delay-card[b-y7h8d6tojh],
.pp-op-card[b-y7h8d6tojh] {
    cursor: pointer;
}
/* /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;
}
/* /Components/Pages/Shippers/Shippers.razor.rz.scp.css */
/* ── Shell ── */
.sh-shell[b-trvshjtsd7] {
    padding: 0.75rem 0.5rem 2rem 0.5rem;
}

/* ── Breadcrumb ── */
.sh-breadcrumb-row[b-trvshjtsd7] {
    margin-bottom: 0.75rem;
}

/* ── Panel ── */
.sh-panel[b-trvshjtsd7] {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #dfe6ed;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sh-panel__header[b-trvshjtsd7] {
    padding: 0.55rem 0.85rem;
    font-weight: 700;
    color: #1d3550;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 2px 4px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.panel-header-blue[b-trvshjtsd7] {
    background: linear-gradient(180deg, #C9E0EE 0%, #A9CCE3 60%, #8FB8D6 100%);
}

.sh-panel__body[b-trvshjtsd7] {
    padding: 0.85rem;
}

/* ── Action bar: search + Add New on one row ── */
.sh-action-bar[b-trvshjtsd7] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.85rem;
    flex-wrap: wrap;
}

/* ── Search wrapper ── */
.sh-search-wrapper[b-trvshjtsd7] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 220px;
    max-width: 400px;
    flex: 1 1 220px;
}

.sh-search-wrapper .sh-search-input[b-trvshjtsd7] {
    width: 100%;
}

.sh-search-clear[b-trvshjtsd7] {
    flex-shrink: 0;
}

/* ── Grid overrides ── */
[b-trvshjtsd7] .e-grid.grid-light-theme .e-pagerdropdown {
    display: inline-flex !important;
}

[b-trvshjtsd7] .e-grid.grid-light-theme .e-row:hover .e-rowcell {
    background-color: #eaf2fb !important;
}

[b-trvshjtsd7] .e-grid.grid-light-theme .pf-inline-actions {
    display: flex;
    gap: 0.35rem;
    justify-content: center;
}
/* /Components/Pages/ShippingList/ShippingListPlanner.razor.rz.scp.css */
.sl-card--no-bollards[b-9oygdzb0t2] {
    border-left: 4px solid #dc3545 !important;
}

/* ── Day panel header — 3D pastel blue (matches Visual Berth Planner panel style) ── */
.sl-day-panel-header[b-9oygdzb0t2] {
    background: linear-gradient(180deg, #C5E0F4 0%, #A9CCE3 100%);
    border: 1px solid #8CB8D6;
    border-radius: 8px 8px 0 0;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    font-size: 1rem;
    color: #1a1a1a;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.6),
        inset 0 -1px 0 rgba(0,0,0,0.08),
        0 2px 4px rgba(0,0,0,0.1);
}

.sl-day-panel-header .text-muted[b-9oygdzb0t2] {
    color: #3a5a72 !important;
}

.sl-day-panel-header .badge[b-9oygdzb0t2] {
    background: rgba(18,48,75,0.15);
    color: #12304b;
}


.sl-bollard-warning-label[b-9oygdzb0t2] {
    color: #856404;
    font-size: 0.78rem;
    font-weight: 600;
}

.sl-slot-manual-badge[b-9oygdzb0t2] {
    font-size: 0.7rem;
    color: #0d6efd;
    font-weight: 600;
    margin-left: 4px;
}

.sl-slot-stale[b-9oygdzb0t2] {
    color: #856404;
}

.sl-drop-indicator[b-9oygdzb0t2] {
    height: 4px;
    background-color: #0d6efd;
    border-radius: 2px;
    margin: 2px 0;
    transition: opacity 0.1s ease;
    opacity: 1;
}

.sl-card-dragging[b-9oygdzb0t2] {
    opacity: 0.45;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    transform: scale(1.01);
    transition: transform 0.1s ease, opacity 0.1s ease;
}
/* /Components/Pages/ShoreTension/ShoreTensionDeployment.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════
   ShoreTensionDeployment — scoped component styles
   ═══════════════════════════════════════════════════════════ */

/* ── Panel headers (3D, Task 5) ────────────────────────────── */
.stu-card-header[b-z1rojfr49s] {
    background: linear-gradient(180deg, #4a6b84 0%, #2c4d65 40%, #1a3550 70%, #12304b 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        inset 0 -1px 0 rgba(0,0,0,0.25),
        0 3px 8px rgba(0,0,0,0.28);
}

.stu-card-header .badge[b-z1rojfr49s] {
    padding: 2px 5px;
    margin: 0 2px;
    background: rgba(255,255,255,0.22) !important;
    color: #ffffff;
}

/* Pair-block card accent border */
.stu-pair-card[b-z1rojfr49s] {
    border-left: 4px solid #1a4a72 !important;
}

.stu-pair-header[b-z1rojfr49s] {
    background: linear-gradient(180deg, #1c4766 0%, #12304b 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.55rem 1rem;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.14),
        inset 0 -1px 0 rgba(0,0,0,0.22),
        0 2px 6px rgba(0,0,0,0.20);
}

.stu-pair-header .badge[b-z1rojfr49s] {
    padding: 2px 5px;
    margin: 0 2px;
}

/* ── 3D buttons — shared base (Task 3) ───────────────────── */
.stu-btn[b-z1rojfr49s] {
    display: inline-flex;
    align-items: center;
    border-radius: 7px;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.4rem 1rem;
    cursor: pointer;
    transition: filter 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
    white-space: nowrap;
}

.stu-btn:disabled[b-z1rojfr49s] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Create Deployment — Pastel Blue */
.stu-btn-create[b-z1rojfr49s] {
    background: linear-gradient(180deg, #c5e3f7 0%, #aed6f1 60%, #93c6e8 100%);
    color: #0d3555;
    border: 1px solid #7fb8de;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.55),
        inset 0 -1px 0 rgba(0,0,0,0.12),
        0 2px 5px rgba(14,90,156,0.22);
}

.stu-btn-create:hover:not(:disabled)[b-z1rojfr49s] {
    filter: brightness(1.06);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.55),
        0 4px 10px rgba(14,90,156,0.30);
    transform: translateY(-1px);
    color: #0d3555;
}

.stu-btn-create:active:not(:disabled)[b-z1rojfr49s] {
    transform: translateY(0);
    box-shadow:
        inset 0 2px 4px rgba(0,0,0,0.20),
        inset 0 1px 0 rgba(0,0,0,0.10);
    filter: brightness(0.95);
}

/* Reset — Pastel Red */
.stu-btn-reset[b-z1rojfr49s] {
    background: linear-gradient(180deg, #f8b4ae 0%, #f1948a 60%, #e87b6f 100%);
    color: #5c1a14;
    border: 1px solid #d97068;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.55),
        inset 0 -1px 0 rgba(0,0,0,0.12),
        0 2px 5px rgba(180,60,50,0.22);
}

.stu-btn-reset:hover:not(:disabled)[b-z1rojfr49s] {
    filter: brightness(1.06);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.55),
        0 4px 10px rgba(180,60,50,0.30);
    transform: translateY(-1px);
    color: #5c1a14;
}

.stu-btn-reset:active:not(:disabled)[b-z1rojfr49s] {
    transform: translateY(0);
    box-shadow:
        inset 0 2px 4px rgba(0,0,0,0.20),
        inset 0 1px 0 rgba(0,0,0,0.10);
    filter: brightness(0.95);
}

/* Update Deployment — Pastel Green */
.stu-btn-update[b-z1rojfr49s] {
    background: linear-gradient(180deg, #c4edda 0%, #a9dfbf 60%, #8ed1a5 100%);
    color: #1a5c38;
    border: 1px solid #7dc49a;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.55),
        inset 0 -1px 0 rgba(0,0,0,0.12),
        0 2px 5px rgba(40,120,70,0.22);
}

.stu-btn-update:hover:not(:disabled)[b-z1rojfr49s] {
    filter: brightness(1.06);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.55),
        0 4px 10px rgba(40,120,70,0.30);
    transform: translateY(-1px);
    color: #1a5c38;
}

.stu-btn-update:active:not(:disabled)[b-z1rojfr49s] {
    transform: translateY(0);
    box-shadow:
        inset 0 2px 4px rgba(0,0,0,0.20),
        inset 0 1px 0 rgba(0,0,0,0.10);
    filter: brightness(0.95);
}

/* Save Pair Block — Pastel Teal */
.stu-btn-save-pair[b-z1rojfr49s] {
    background: linear-gradient(180deg, #bceae2 0%, #a2d9ce 60%, #87c9bc 100%);
    color: #14524a;
    border: 1px solid #77bdb0;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.55),
        inset 0 -1px 0 rgba(0,0,0,0.12),
        0 2px 5px rgba(30,110,100,0.22);
}

.stu-btn-save-pair:hover:not(:disabled)[b-z1rojfr49s] {
    filter: brightness(1.06);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.55),
        0 4px 10px rgba(30,110,100,0.30);
    transform: translateY(-1px);
    color: #14524a;
}

.stu-btn-save-pair:active:not(:disabled)[b-z1rojfr49s] {
    transform: translateY(0);
    box-shadow:
        inset 0 2px 4px rgba(0,0,0,0.20),
        inset 0 1px 0 rgba(0,0,0,0.10);
    filter: brightness(0.95);
}

/* ── ACTION button in Deployment Register grid (Task 4) ─── */
.btn-action-deploy[b-z1rojfr49s] {
    background: linear-gradient(180deg, #c4edda 0%, #a9dfbf 60%, #8ed1a5 100%);
    color: #1a5c38;
    border: 1px solid #7dc49a;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.28rem 0.75rem;
    cursor: pointer;
    transition: filter 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.55),
        0 2px 4px rgba(40,120,70,0.20);
}

.btn-action-deploy:hover[b-z1rojfr49s] {
    filter: brightness(1.06);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.55),
        0 3px 8px rgba(40,120,70,0.30);
    transform: translateY(-1px);
    color: #1a5c38;
}

.btn-action-deploy:active[b-z1rojfr49s] {
    transform: translateY(0);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.18);
    filter: brightness(0.95);
}

/* Badge sizing inside deployment register grid (Task 4) */
[b-z1rojfr49s] .stu-register-grid .e-grid .badge {
    padding: 3px 6px;
}

/* ── Task 3: STATUS badge padding in Deployment Register ─── */
.deploy-register-status .badge[b-z1rojfr49s] {
    padding: 3px 6px;
}

/* ── Task 1: Deployment Status DDL — ensure text is visible on dark card ─ */
[b-z1rojfr49s] .deployment-status-ddl .e-input-group,
[b-z1rojfr49s] .deployment-status-ddl .e-input-group.e-control-wrapper {
    background: #ffffff !important;
    border-radius: 4px !important;
}
[b-z1rojfr49s] .deployment-status-ddl input,
[b-z1rojfr49s] .deployment-status-ddl input.e-input,
[b-z1rojfr49s] .deployment-status-ddl .e-input,
[b-z1rojfr49s] .deployment-status-ddl span.e-input-value,
[b-z1rojfr49s] .deployment-status-ddl * {
    color: #1a1a2e !important;
    background: transparent;
}
/* /Components/Pages/Vessels/VesselList.razor.rz.scp.css */
/* ── Search bar ── */
.vl-search-wrapper[b-q4kn5hyp3q] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 280px;
    max-width: 420px;
    flex: 1 1 280px;
}

.vl-search-wrapper .vl-search-input[b-q4kn5hyp3q] {
    width: 100%;
}

.vl-search-clear[b-q4kn5hyp3q] {
    flex-shrink: 0;
}

/* ── Edit / Add modal backdrop ── */
.vl-modal-backdrop[b-q4kn5hyp3q] {
    background-color: rgba(0, 0, 0, 0.5);
}

/* ── Grid restyling – matches grid-light-theme from site.css ── */
/* Ensure the page-size dropdown (PageSizes) is visible */
[b-q4kn5hyp3q] .e-grid.grid-light-theme .e-pagerdropdown {
    display: inline-flex !important;
}

/* Row hover */
[b-q4kn5hyp3q] .e-grid.grid-light-theme .e-row:hover .e-rowcell {
    background-color: #eaf2fb !important;
}

/* Compact action buttons */
[b-q4kn5hyp3q] .e-grid.grid-light-theme .pf-inline-actions {
    display: flex;
    gap: 0.35rem;
    justify-content: center;
}
