<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* _content/ADISSAdminBlazor/Components/Account/Pages/Login.razor.rz.scp.css */
#logo[b-fmqve73d17] {
    filter: drop-shadow(5px 5px 5px gray);
}

.container[b-fmqve73d17] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-container[b-fmqve73d17] {
    /*background: rgba(58,63,68,0.5);*/
    border-radius: 5px;
    /*box-shadow: 0 1.5px 0 0 rgba(0,0,0,0.1);*/
    width: 425px;
    display: flex;
    flex-direction: column;
}

.logo[b-fmqve73d17] {
    font-size: 20px;
    text-align: center;
    padding: 0px 20px 0;
    margin: 0;
}

.login-item[b-fmqve73d17] {
    color: #ffff;
    padding: 15px 25px 0;
    margin: 5px 20px 0;
    border: 3px;
}

[b-fmqve73d17] input,
[b-fmqve73d17] button {
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.user[b-fmqve73d17]::before {
    content: '\f007';
    font: 24px fontawesome;
    color: #000;
}

.lock[b-fmqve73d17]::before {
    content: '\f023';
    font: 24px fontawesome;
    color: #000;
}

[b-fmqve73d17] .form input[type="text"],
[b-fmqve73d17] .form input[type="password"],
[b-fmqve73d17] .form button {
    width: 100%;
}

[b-fmqve73d17] .form-login label,
[b-fmqve73d17] .form input[type="text"],
[b-fmqve73d17] .form input[type="password"],
[b-fmqve73d17] .form button {
    border-radius: 0.25rem;
    padding: 1rem;
    color: #3A3F44;
}

.form-login label[b-fmqve73d17] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-left: 1.25rem;
    padding-right: 0.25rem;
}

[b-fmqve73d17] .form-login input[type="text"],
[b-fmqve73d17] .form-login input[type="password"] {
    background-color: #ffffff;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}



[b-fmqve73d17] .form-login input[type="submit"],
[b-fmqve73d17] .form button {
    background-color: var(--adiss-blue);
    color: #eee;
    font-weight: bold;
    text-transform: uppercase;
}



.form-field[b-fmqve73d17] {
    display: flex;
    margin-bottom: 0.5rem;
    border: 1px solid grey;
    border-radius: 5px;
}

.form-field-small[b-fmqve73d17] {
    display: flex;
    margin: 0;
    padding: 0;
}

.form-field-small label[b-fmqve73d17] {
    padding: 0.5rem;
}
.hidden[b-fmqve73d17] {
    border: 0;
    clip-path: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
/* _content/ADISSAdminBlazor/Components/Layout/GuestLayout.razor.rz.scp.css */

.page[b-hdem5mktoy] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

main[b-hdem5mktoy] {
    width: 100%;
}

#blazor-error-ui[b-hdem5mktoy] {
    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-hdem5mktoy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ADISSAdminBlazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-lqyaach3hz] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

main[b-lqyaach3hz] {
    flex: 1;
}

#blazor-error-ui[b-lqyaach3hz] {
    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-lqyaach3hz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ADISSAdminBlazor/Components/Layout/NavMenu.razor.rz.scp.css */

.navbar[b-te6l7ugxve] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--navbar-height);
    background-color: var(--adiss-blue);
    padding: 0 10px;
}

.nav-brand a[b-te6l7ugxve] {
    color: var(--navbar-font-color);
    font-size: var(--navbar-font-size);
    text-decoration: none;
}

.nav-links[b-te6l7ugxve] {
    display: flex;
    list-style: none;
}

    .nav-links li[b-te6l7ugxve] {
        margin-left: 1.5rem;
    }

        .nav-links li[b-te6l7ugxve]  a {
            color: #fff;
            font-size: var(--navbar-font-size);
            text-decoration: none;
        }

        .nav-links button[b-te6l7ugxve] {
            background: none;
            border: 0;
            color: var(--navbar-font-color);
            font-size: var(--navbar-font-size);
            margin-top: 0;
            padding: 0;
            cursor: pointer;
        }

.hamburger-menu[b-te6l7ugxve] {
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    height: 20px;
    width: 25px;
}

.hamburger-menu span[b-te6l7ugxve] {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--navbar-font-color);
}

@media screen and (max-width: 768px) {
    .nav-links[b-te6l7ugxve] {
        display: none;
    }

    .hamburger-menu[b-te6l7ugxve] {
        display: flex;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .nav-links.open[b-te6l7ugxve] {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: var(--navbar-height);
        left: 0;
        right: 0;
        background-color: var(--adiss-blue);
        z-index: 1;
        margin: 0;
    }

    .nav-links li a[b-te6l7ugxve] {
        padding: 12px 24px;
    }
}
/* _content/ADISSAdminBlazor/Components/Pages/Realtime.razor.rz.scp.css */
.map-container[b-jitf8bc2m6] {
    position: relative;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}
#viewDiv[b-jitf8bc2m6] {
    height: 100%;
    width: 100%;
}

[b-jitf8bc2m6] #vesselSelect {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 200px;
}
/* _content/ADISSAdminBlazor/Components/SharedComponents/VesselSelect.razor.rz.scp.css */

</pre></body></html>