/* _content/MarineEye_Local/Pages/MarineEyeView.razor.rz.scp.css */
.ttos-vessel-sche[b-a1f5ac4hm2] { position: absolute; bottom: 30px; right: 40px; z-index: 19; background: white; border-radius: 3px; padding: 5px 12px 10px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; /* 세로 레이아웃 */ overflow: hidden; /* 내부 스크롤은 그리드 영역이 담당 */ align-items: stretch; font-size: 13px; height: 355px; width: 700px; }

.ttos-vessel-sche .header[b-a1f5ac4hm2] { display: flex; align-items: center; justify-content: space-between; padding: 3px 0 8px; margin-bottom: 6px; border-bottom: 1px solid rgba(0,0,0,.08); }
.ttos-vessel-sche .header label[b-a1f5ac4hm2] { font-weight: 700; font-size: 15px; color: #333; letter-spacing: .2px;}
.ttos-vessel-sche .header button[b-a1f5ac4hm2] { background: transparent; border: 0; padding: 4px; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 6px; transition: background .15s ease; font-size: 18px; line-height: 1; }
.ttos-vessel-sche .header button:hover[b-a1f5ac4hm2] { background: #f2f2f2;}
.ttos-vessel-sche .header button img[b-a1f5ac4hm2] { width: 16px; height: 16px; filter: brightness(0) saturate(0);}

.ttos-vessel-sche .content[b-a1f5ac4hm2] { display: flex; flex-direction: column; flex: 1;}
/* _content/MarineEye_Local/Shared/MainLayout.razor.rz.scp.css */
.page[b-4207omcdem] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4207omcdem] {
    flex: 1;
}

.sidebar[b-4207omcdem] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4207omcdem] {
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4207omcdem]  a, .top-row .btn-link[b-4207omcdem] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-4207omcdem] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4207omcdem] {
        display: none;
    }

    .top-row.auth[b-4207omcdem] {
        justify-content: space-between;
    }

    .top-row a[b-4207omcdem], .top-row .btn-link[b-4207omcdem] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4207omcdem] {
        flex-direction: row;
    }

    .sidebar[b-4207omcdem] {
        width: 250px;
        height: 100%;
        position: sticky;
        top: 0;
    }

    .top-row[b-4207omcdem] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-4207omcdem], article[b-4207omcdem] {
    }
}
/* _content/MarineEye_Local/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ot00hfmrr1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ot00hfmrr1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ot00hfmrr1] {
    font-size: 1.1rem;
}

.oi[b-ot00hfmrr1] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ot00hfmrr1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ot00hfmrr1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ot00hfmrr1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ot00hfmrr1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ot00hfmrr1]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ot00hfmrr1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ot00hfmrr1] {
        display: none;
    }

    .collapse[b-ot00hfmrr1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ot00hfmrr1] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
