@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.dibzmir27r.bundle.scp.css';

/* /Layout/AutomationCheckComponent.razor.rz.scp.css */
.fluent-input-label[b-bxwx3rbe61] {
    display: flex;
    color: var(--neutral-foreground-rest);
    cursor: pointer;
    font-family: var(--body-font);
    font-size: var(--type-ramp-base-font-size);
    line-height: var(--type-ramp-base-line-height);
    font-weight: initial;
    font-variation-settings: var(--type-ramp-base-font-variations);
    margin-bottom: calc(var(--design-unit) * 1px);
    align-items: center;
}

.condition-data[b-bxwx3rbe61] {
    display: grid;
    gap: 1rem;
    padding: 0.5rem;
    border-radius: 5px;
    background: var(--background-clr);
}
/* /Layout/AutomationComponent.razor.rz.scp.css */
#automations[b-btug13gs2y] {
    --gtc: 2fr 1fr auto;
}

    #automations .base-list__header[b-btug13gs2y] {
        grid-template-columns: var(--gtc);
    }

    #automations .base-list__row:not(.empty-row)[b-btug13gs2y] {
        grid-template-columns: var(--gtc);
    }

.base-list__cell-content[b-btug13gs2y] {
    display: grid;
    gap: 0.5rem;
}

.name-cell[b-btug13gs2y] {
    grid-column: 1 / -1;
    margin-bottom: 0.5rem;    
}

    .name-cell .base-list__cell-content[b-btug13gs2y] {
        font-style: italic;
        color: var(--muted-clr);
    }

@media (max-width: 600px) {
    .name-cell[b-btug13gs2y] {
        margin-bottom: 0;
    }

        .name-cell .base-list__cell-content[b-btug13gs2y] {
            font-style: inherit;
            color: inherit;
        }

    .base-list__cell-content[b-btug13gs2y] {
        gap: 0.25rem;
    }
}
/* /Layout/Elements/AddButtonComponent.razor.rz.scp.css */
.add-btn[b-04my96cva9] {
    --add-btn-clr: var(--primary-clr);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-block: 0.25rem;
    padding-inline: 0.5rem;
    border: 3px solid var(--primary-clr);
    border-radius: 10px;
    background: none;
    text-transform: uppercase;
    color: var(--primary-clr);
    font-weight: bold;
    font-size: clamp(0.5rem, calc(0.25rem + 2dvw), 1rem);
    letter-spacing: 1px;
    white-space: nowrap;
}

    .add-btn:hover[b-04my96cva9],
    .add-btn:focus-visible[b-04my96cva9] {
        background: white;
        box-shadow: 0 0 10px;
        transition: all 0.25s ease-in;
    }
/* /Layout/EmptyChartPageComponent.razor.rz.scp.css */
.empty-page[b-ys2m144tqs] {
    display: grid;
    place-content: center;
    height: 80dvh;
    padding: 2rem;
    font-size: 2rem;
    text-align: center;
}

.empty-page__add-btn[b-ys2m144tqs] {
    background: var(--primary-clr);
    width: fit-content;
    margin-top: 2rem;
    margin-inline: auto;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .empty-page__add-btn:hover[b-ys2m144tqs] {
        background: #1A69C9;
    }

    .empty-page__icon[b-ys2m144tqs] {
        width: 10rem;
        margin: auto;
        opacity: 0.5;
    }

.empty-page p[b-ys2m144tqs] {
    margin-top: 1rem;
    font-style: italic;
    font-size: 1.25rem;
}
/* /Layout/FavSwitchesComponent.razor.rz.scp.css */
#switch-section[b-rmehmggqlh] {
    display: grid;
    align-content: start;
    gap: 0.5rem;
    container-type: inline-size;
    container-name: switch-container;
}

    #switch-section .name[b-rmehmggqlh] {
        font-size: clamp(0.8rem, calc(3cqw + 0.5rem), 1rem);
    }

.switch-section__header[b-rmehmggqlh] {
    display: flex;
    justify-content: space-between
}

.switch-section__header h3[b-rmehmggqlh] {
    margin: 0;
}

.switch-section__header a[b-rmehmggqlh] {
    position: relative;
}

.switch-card[b-rmehmggqlh] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-block: 0.5rem;
    padding-inline: 0.75rem;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .125);
}

.edit-icon[b-rmehmggqlh] {
    position: absolute;
    bottom: -3px;
    right: -1px;
    background: var(--background-clr);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.sidebar[b-5jtcezz5ke] {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 280px;
    height: 100dvh;
    padding-left: var(--main-padding);
    padding-top: 30px;
    overflow: hidden;
    /*background: var(--background-clr);*/
    font-size: clamp(1rem, calc(0.8rem + 1dvh), 1.25rem);
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
}

/*.sidebarbgfade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.3;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.1) 80%);
    mask-size: 100% 100%;
}*/

.sidebar > div[b-5jtcezz5ke] {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    width: 100%;
}

.top-links[b-5jtcezz5ke],
.main-links[b-5jtcezz5ke],
.bottom-links[b-5jtcezz5ke] {
    --gap: clamp(0.5rem, calc(0.25rem + 2dvh), 1.25rem);
    display: grid;
    gap: 0.125rem;
}

.top-links[b-5jtcezz5ke] {
    margin-bottom: var(--gap);
}

.main-links[b-5jtcezz5ke] {
    margin-top: calc(var(--main-padding) + var(--gap));
    overflow-y: auto;
    overflow-x: hidden;
}

.main-links img[b-5jtcezz5ke] {
    display: block;
    width: 23px;
    aspect-ratio: 1;
}

.bottom-links[b-5jtcezz5ke] {
    position: sticky;
    bottom: 0;
    padding-block: 1rem;
    margin-top: auto;
    overflow: hidden;
}

.sidebar a[b-5jtcezz5ke],
.sidebar-link[b-5jtcezz5ke]{
    display: flex;
    gap: 0.5rem;
    align-items: center;
    text-decoration: none;
    color: black;
    letter-spacing: 2px;
    transition: color 0.3s ease;
    padding-block: calc(var(--gap) / 2 - 0.125rem);
}

    .sidebar a:hover[b-5jtcezz5ke] {
        color: #000;
    }

.main-links a[b-5jtcezz5ke],
.bottom-links > a[b-5jtcezz5ke],
.selected[b-5jtcezz5ke] {
    position: relative;
}

    .main-links a[b-5jtcezz5ke]::before,
    .bottom-links > a[b-5jtcezz5ke]::before,
    .selected[b-5jtcezz5ke]::before {
        content: "";
        position: absolute;
        left: -100%;
        top: 0;
        width: 95%;
        height: 100%;
        background: linear-gradient( 120deg, rgba(0, 150, 255, 0) 0%, rgba(0, 200, 255, 0.14) 50%, rgba(0,150,255,0.2) 100% );
        transform: skewX(-30deg);
        transition: all 0.3s ease;
    }

    .main-links a:hover[b-5jtcezz5ke]::before,
    .bottom-links > a:hover[b-5jtcezz5ke]::before,
    a.selected[b-5jtcezz5ke]::before {
        left: 0;
    }

a.selected[b-5jtcezz5ke],
a:hover.selected[b-5jtcezz5ke] {
    font-weight: 500;
}

.nautechcontent[b-5jtcezz5ke] {
    padding: var(--main-padding);
    justify-content: center;
    align-items: center;
}

.hamburger[b-5jtcezz5ke] {
    display: none;
}

.warn-alarm[b-5jtcezz5ke],
.cirt-alarm[b-5jtcezz5ke] {
    position: relative;
}

    .warn-alarm[b-5jtcezz5ke]::after,
    .crit-alarm[b-5jtcezz5ke]::after {
        content: "";
        position: absolute;
        top: 2px;
        left: 14px;
        width: 0.75rem;
        aspect-ratio: 1;
        border-radius: 50%;
    }

.warn-alarm[b-5jtcezz5ke]::after {
    background-color: var(--warning-clr);
}

.crit-alarm[b-5jtcezz5ke]::after {
    background-color: var(--critical-clr);
}

@media (max-width: 900px) {
    .sidebar[b-5jtcezz5ke] {
        background: var(--background-clr);
        transform: translateX(-100%); /* Hide by default */
        transition: transform 0.2s ease;
    }

        .sidebar.show[b-5jtcezz5ke] {
            transform: translateX(0); /* Show on activation */
            z-index: 1001;
        }

    .hamburger[b-5jtcezz5ke] {
        display: grid;
        gap: 0.5rem;
        position: absolute;
        top: 32px;
        left: var(--main-padding);
        z-index: 2;
        cursor: pointer;
    }

        .hamburger div[b-5jtcezz5ke] {
            width: 27px;
            height: 4px;
            background-color: var(--primary-clr);
            transition: all 0.2s ease;
        }

        .hamburger.nautechactive div:nth-child(1)[b-5jtcezz5ke] {
            transform: rotate(-45deg) translateY(5px);
        }

        .hamburger.nautechactive div:nth-child(2)[b-5jtcezz5ke] {
            opacity: 0;
        }

        .hamburger.nautechactive div:nth-child(3)[b-5jtcezz5ke] {
            transform: rotate(45deg) translateY(-5px);
        }

        .hamburger.nautechactive[b-5jtcezz5ke] {
            left: 230px;
            z-index: 1100;
            position: fixed;
        }
}

@media (min-width: 900px) {
    .nautechcontent[b-5jtcezz5ke] {
        padding-left: 280px;
        padding-right: var(--main-padding);
    }
}
/* /Layout/TopBarSection.razor.rz.scp.css */
.outer[b-3t4paewjb2] {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

@media (max-width: 900px) {
    .left[b-3t4paewjb2] {
        padding-left: 50px;
    }
}

@media (max-width: 768px) {
    .left[b-3t4paewjb2] {
        display: none;
    }
}
/* /Layout/VesselSelector.razor.rz.scp.css */
.disabled[b-h6bsmsencv] {
    opacity: 0.5;
}

.dropdown[b-h6bsmsencv] {
    position: relative;
    display: inline-block;
    width: 200px;
    user-select: none; /* Non-standard */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

    .dropdown button[b-h6bsmsencv] {
        background-color: white;
        color: black;
        padding: 5px 5px;
        font-size: 16px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        width: 100%;
        /* height: 60px; */
        box-sizing: border-box;
        transition: border-radius 0.3s ease;
    }

    .dropdown.open button[b-h6bsmsencv] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.dropdown-content[b-h6bsmsencv] {
    display: none;
    position: absolute;
    padding: 5px;
    background-color: white;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dropdown.open .dropdown-content[b-h6bsmsencv] {
    display: block;
}

    .dropdown.open .dropdown-content .items[b-h6bsmsencv] {
        display: grid;
    }

    .dropdown.open .dropdown-content .items p[b-h6bsmsencv] {
        margin-block: 0.5rem;
        font-style: italic;
        text-align: center;
        color: var(--muted-clr);
        font-size: 0.8rem;
    }

.dropdown-content a[b-h6bsmsencv] {
    display: flex;
    align-items: center;
    padding: 5px;
    text-decoration: none;
    color: black;
    text-align: left;
}

    .dropdown-content a:not(:has(.disabled))[b-h6bsmsencv] {
        cursor: pointer;
    }

    .dropdown-content a:hover[b-h6bsmsencv] {
        background-color: #ddd;
    }

    .dropdown-content a:last-child[b-h6bsmsencv] {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

.menu-item[b-h6bsmsencv] {
    display: flex;
    align-items: center;
}

    .menu-item img[b-h6bsmsencv] {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        margin-right: 10px;
        object-fit: cover;
    }

    .menu-item span[b-h6bsmsencv] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

#selectedOption img[b-h6bsmsencv] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-right: 10px;
    object-fit: cover;
}

    /* Online border */
    #selectedOption img.online[b-h6bsmsencv] {
        border: 4px solid green;
    }

    /* Offline border */
    #selectedOption img.offline[b-h6bsmsencv] {
        border: 4px solid red;
    }

@media (min-width: 470px){
    .dropdown-content.wide[b-h6bsmsencv] {
        right: 0;
        border-top-left-radius: 8px;
    }

        .dropdown-content.wide .items[b-h6bsmsencv] {
            grid-template-columns: repeat(2, minmax(190px, 1fr));
            column-gap: 0.5rem;
        }
}
/* /Pages/CameraComponent.razor.rz.scp.css */
.video-wrapper[b-ccoj2iv4f1] {
    position: relative;
    height: 20rem;
}

    .video-wrapper video[b-ccoj2iv4f1] {
        position: absolute;
        inset: 0;
        height: 100%;
        object-fit: contain;
        background: #000;
    }

.controls[b-ccoj2iv4f1] {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    padding: 0.5rem;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    container-type: inline-size;
    container-name: controls;
}

    .controls button[b-ccoj2iv4f1],
    .controls input[b-ccoj2iv4f1] {
        background: none;
        border: none;
        color: white;
        font-size: 1rem;
        cursor: pointer;
    }

.video-wrapper.show-controls .controls[b-ccoj2iv4f1],
.video-wrapper:hover .controls[b-ccoj2iv4f1],
.video-wrapper:focus-visible .controls[b-ccoj2iv4f1] {
    opacity: 1;
    pointer-events: all;
}

.video-wrapper.fullscreen .controls.visible[b-ccoj2iv4f1] {
    opacity: 1;
    pointer-events: all;
}

.video-wrapper.fullscreen .controls.hidden[b-ccoj2iv4f1] {
    opacity: 0;
    pointer-events: none;
}

.seek-bar[b-ccoj2iv4f1] {
    height: 15px;
}

.live-indicator[b-ccoj2iv4f1] {
    display: block;
    width: 16px;
    aspect-ratio: 1;
    margin-left: auto;
    border-radius: 50%;
    background: red;
    border: 2px solid red;
}

.live-indicator.empty[b-ccoj2iv4f1] {
    background: transparent;
}

.time-display[b-ccoj2iv4f1] {
    display: block;
    margin-block: 3px;
    text-align: right;
    color: white;
}

.unauthorized-camera[b-ccoj2iv4f1] {
    display: grid;
    place-content: center;
    position: relative;
    height: 100%;
    border-radius: 10px;
    background: white;
    font-weight: 500;
    font-style: italic;
    font-size: 1.125rem;
}

    .unauthorized-camera span[b-ccoj2iv4f1] {
        display: grid;
        place-content: center;
        position: absolute;
        inset: 0;
        padding-inline: 1rem;
        text-align: center;
    }

@container controls (max-width: 350px) {
    .time-display[b-ccoj2iv4f1] {
        display: none;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard-wireframe-row[b-2602dppopt] {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2rem;
    column-gap: 1.5rem;
}

.dashboard-wireframe-col-left[b-2602dppopt] {
    flex: 1;
}

.dashboard-wireframe-col-right[b-2602dppopt] {
    width: 25%;
    min-width: 200px;
}

@media (max-width: 768px) {
    .dashboard-wireframe-col-left[b-2602dppopt],
    .dashboard-wireframe-col-right[b-2602dppopt] {
        width: 100%;
    }
}

/* /Pages/Dashboards/CamerasDash.razor.rz.scp.css */
.cameras-wrapper[b-c05e4wl650] {
    display: grid;
    column-gap: 1rem;
    row-gap: 2rem;
}

@media(min-width: 1200px) {
    .cameras-wrapper[b-c05e4wl650] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Pages/Dashboards/Details.razor.rz.scp.css */
.back-btn[b-l9he4rzf4w] {
    width: fit-content;
    color: white;
    background: var(--primary-clr);
}
/* /Pages/Dialogs/EditAutomationDialog.razor.rz.scp.css */
.fluent-input-label[b-mo2dbsuzgm] {
    display: flex;
    color: var(--neutral-foreground-rest);
    cursor: pointer;
    font-family: var(--body-font);
    font-size: var(--type-ramp-base-font-size);
    line-height: var(--type-ramp-base-line-height);
    font-weight: initial;
    font-variation-settings: var(--type-ramp-base-font-variations);
    margin-bottom: calc(var(--design-unit) * 1px);
    align-items: center;
}

.target-data[b-mo2dbsuzgm] {
    display: grid;
    gap: 1rem;
    padding: 0.5rem;
}

.add-check-btn[b-mo2dbsuzgm] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    background: var(--primary-clr);
    color: white;
    font-size: 0.8rem;
}
/* /Pages/Dialogs/EditTankDialog.razor.rz.scp.css */
/* original fluent-input-label code */
.fluent-input-label[b-9rtl45dm3a] {
    display: flex;
    color: var(--neutral-foreground-rest);
    cursor: pointer;
    font-family: var(--body-font);
    font-size: var(--type-ramp-base-font-size);
    line-height: var(--type-ramp-base-line-height);
    font-weight: initial;
    font-variation-settings: var(--type-ramp-base-font-variations);
    margin-bottom: calc(var(--design-unit) * 1px);
    align-items: center;
}
/* /Pages/Dialogs/EditVesselDialog.razor.rz.scp.css */
.add-owner-btn[b-xnz6gv2diu] {
    border-radius: 5px;
    border: 2px solid var(--primary-clr);
    background: transparent;
}

[b-xnz6gv2diu] .add-owner-form {
    background: var(--background-clr);
    padding: 1rem;
    border-radius: 5px;
}

.save-btn[b-xnz6gv2diu] {
    background: var(--primary-clr);
    color: white;
}
/* /Pages/LanguagePage.razor.rz.scp.css */
.current-language[b-yfq75mpzde] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 16rem;
    padding: 0.5rem;
    border-radius: 5px;
    background: #f8f9fa;
}

label[b-yfq75mpzde] {
    font-weight: 500;
    color: #555;
}

.language-name[b-yfq75mpzde] {
    font-weight: 700;
    color: var(--primary-clr);
}
/* /Pages/MapComponent.razor.rz.scp.css */
.map-date-picker[b-b7vaigwzq4] {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
}

.map-main-div[b-b7vaigwzq4] {
    position: relative;
    width: 100%;
    height: 100%;
}



.map-hidden-elements[b-b7vaigwzq4] {
    opacity: 0; /* Fully transparent by default */
    visibility: hidden; /* Hide from layout by default */
    transition: opacity 0.2s ease, visibility 0.2s ease; /* Add transition for smooth fade effect */
}

.map-main-div:hover .map-hidden-elements[b-b7vaigwzq4] {
    opacity: 1; /* Fully visible when hovering */
    visibility: visible; /* Make visible in layout */
}

.map-main-div:not(:hover) .map-hidden-elements[b-b7vaigwzq4] {
    opacity: 0; /* Fully transparent when not hovering */
    visibility: hidden; /* Hide from layout when not hovering */
}
/* /Pages/Notifications.razor.rz.scp.css */
#notification-page[b-xdesf73cdi] {
    --gtc: repeat(5, 1fr) 2rem;
}

#notification-page .base-list__header[b-xdesf73cdi] {
    grid-template-columns: var(--gtc);
}

#notification-page .base-list__row:not(.empty-row)[b-xdesf73cdi] {
    grid-template-columns: var(--gtc);
}

#notification-page .date[b-xdesf73cdi] {
    color: var(--muted-clr);
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.chip[b-xdesf73cdi] {
    border-radius: 10px;
    padding-block: 0.25em;
    padding-inline: 0.75em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: clamp(0.5rem, calc(0.5rem + 1dvw), 1rem);
}

    .chip.alarm-info[b-xdesf73cdi] {
        background-color: var(--info-clr);
        color: white;
    }

    .chip.alarm-critical[b-xdesf73cdi] {
        background-color: var(--critical-clr);
        color: white;
    }

    .chip.alarm-warning[b-xdesf73cdi] {
        background-color: var(--warning-clr);
        color: white;
    }

    .chip.alarm-ongoing[b-xdesf73cdi] {
        background-color: var(--ongoing-clr);
        color: white;
    }

    .chip.alarm-resolved[b-xdesf73cdi] {
        background-color: var(--resolved-clr);
        color: white;
    }
/* /Pages/PhotoComponent.razor.rz.scp.css */
.photo-container[b-0v8tkhecii] {
    display: flex;
    width: min(20rem, 100%);
    aspect-ratio: 1;
    border-radius: 5px;
}

img[b-0v8tkhecii] {
    width: 100%;
    object-fit: cover;
    cursor: pointer
}

.dismiss-icon[b-0v8tkhecii] {
    position: absolute;
    top: -7px;
    right: -7px;
    z-index: 10;
    background: var(--background-clr);
    padding: 0.125em;
    border-radius: 5px;
}
/* /Pages/Vsettings.razor.rz.scp.css */
.vesselsettings-row[b-t48z4ej7ng] {
    display: flex;
    width: 100%;
    row-gap: 2rem;
    column-gap: 1rem;
}

.vesselsettings-column-left[b-t48z4ej7ng] {
    flex: 0 0 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vesselsettings-column-right[b-t48z4ej7ng] {
    flex-grow: 1;
    flex-basis: 70%;
}

.vesselsettings-row:first-child[b-t48z4ej7ng] {
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .vesselsettings-column-left[b-t48z4ej7ng], .vesselsettings-column-right[b-t48z4ej7ng] {
        flex: 0 0 100%;
    }
}
