@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-z8339pgmvy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-z8339pgmvy] {
    flex: 1;
}

.sidebar[b-z8339pgmvy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-z8339pgmvy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-z8339pgmvy]  a, .top-row[b-z8339pgmvy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-z8339pgmvy]  a:hover, .top-row[b-z8339pgmvy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-z8339pgmvy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-z8339pgmvy] {
        justify-content: space-between;
    }

    .top-row[b-z8339pgmvy]  a, .top-row[b-z8339pgmvy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-z8339pgmvy] {
        flex-direction: row;
    }

    .sidebar[b-z8339pgmvy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-z8339pgmvy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-z8339pgmvy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-z8339pgmvy], article[b-z8339pgmvy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-i8vegmfrac] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-i8vegmfrac] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-i8vegmfrac] {
    font-size: 1.1rem;
}

.bi[b-i8vegmfrac] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi[b-i8vegmfrac] {
    top: -0.75rem !important;
}

.nav-item[b-i8vegmfrac] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-i8vegmfrac] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-i8vegmfrac] {
        padding-bottom: 1rem;
    }

    .nav-item[b-i8vegmfrac]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-i8vegmfrac]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-i8vegmfrac]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-i8vegmfrac] {
        display: none;
    }

    .collapse[b-i8vegmfrac] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-i8vegmfrac] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Categories.razor.rz.scp.css */
[b-jyohaibref] table {
    min-width: 100%;
}

[b-jyohaibref] th.country-name {
    width: 12rem;
}

/* Subtle stripe effect */
[b-jyohaibref] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

    [b-jyohaibref] tbody tr:nth-child(even) {
        background: rgba(255,255,255,0.4);
    }
/* Don't collapse rows even if they are empty */
[b-jyohaibref] tbody tr {
    height: 1.6rem;
}

.page-buttons[b-jyohaibref] {
    margin: 1rem 0;
    align-items: center;
}

    .page-buttons button[b-jyohaibref] {
        background: #d6d7d8;
        color: black;
        padding: 0.25rem 0.75rem;
        border-radius: 0.4rem;
        transition: transform 0.3s ease-out;
        margin: 0.25rem;
    }

        .page-buttons button:active[b-jyohaibref] {
            background: #a7c1ff !important;
            color: white;
            transform: scale(0.95) translateY(-0.15rem);
            transition-duration: 0.05s;
        }

        .page-buttons button:hover:not(.current)[b-jyohaibref] {
            background: #c0c9dc;
        }

        .page-buttons button.current[b-jyohaibref] {
            background: #3771f4;
            color: white;
        }
/* /Pages/Notes.razor.rz.scp.css */
[b-7p7uh9tyl4] table {
    min-width: 100%;
}

[b-7p7uh9tyl4] th.country-name {
    width: 12rem;
}

/* Subtle stripe effect */
[b-7p7uh9tyl4] tbody tr {
    background-color: rgba(0,0,0,0.04);
}

    [b-7p7uh9tyl4] tbody tr:nth-child(even) {
        background: rgba(255,255,255,0.4);
    }
/* Don't collapse rows even if they are empty */
[b-7p7uh9tyl4] tbody tr {
    height: 1.6rem;
}

.page-buttons[b-7p7uh9tyl4] {
    margin: 1rem 0;
    align-items: center;
}

    .page-buttons button[b-7p7uh9tyl4] {
        background: #d6d7d8;
        color: black;
        padding: 0.25rem 0.75rem;
        border-radius: 0.4rem;
        transition: transform 0.3s ease-out;
        margin: 0.25rem;
    }

        .page-buttons button:active[b-7p7uh9tyl4] {
            background: #a7c1ff !important;
            color: white;
            transform: scale(0.95) translateY(-0.15rem);
            transition-duration: 0.05s;
        }

        .page-buttons button:hover:not(.current)[b-7p7uh9tyl4] {
            background: #c0c9dc;
        }

        .page-buttons button.current[b-7p7uh9tyl4] {
            background: #3771f4;
            color: white;
        }
