/* _content/LongVan.UI/Shared/MainLayout.razor.rz.scp.css */
.page[b-c77kc0t4br] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c77kc0t4br] {
    flex: 1;
}

.sidebar[b-c77kc0t4br] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
.body-content[b-c77kc0t4br]
{
    display:flex;
    width:100%;
}
    .body-content .sidebar-show[b-c77kc0t4br] {
        background-color: #EBF6F9;
        width:250px;
    }
.header-row[b-c77kc0t4br] {
    background-color: #EBF6F9;
    border-bottom: 1px solid #EBF6F9;
    height: 100px;
    display: flex;
    align-items: center;
    color: #0060AF;
}

    .header-row[b-c77kc0t4br]  a, .header-row[b-c77kc0t4br]  .btn-link {
        white-space: nowrap;
        /*margin-left: 1.5rem;*/
        text-decoration: none;
    }

        .header-row[b-c77kc0t4br]  a:hover, .header-row[b-c77kc0t4br]  .btn-link:hover {
            text-decoration: underline;
        }

        .header-row[b-c77kc0t4br]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .header-row .header-logo[b-c77kc0t4br] {
            width: 140px;
            height: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .header-row .header-title[b-c77kc0t4br] {
            justify-content: center;
            display: flex;
            align-items: center;
            width: 100%;
            /*margin-left: 200px;*/
            font-size: 28px;
            text-align: left;
            /*margin-right: 200px;*/
        }
.tab-content[b-c77kc0t4br] {
    height: 42px;
    display: flex;
    align-items: center;
}
    .tab-content .item-menu[b-c77kc0t4br]{
        margin-right:20px;
    }
.footer-row[b-c77kc0t4br] {
    background-color: #EBF6F9;
    border-bottom: 1px solid #EBF6F9;
    justify-content: center;
    height: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #0060AF;
}

    .footer-row[b-c77kc0t4br]  a, .footer-row[b-c77kc0t4br]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .footer-row[b-c77kc0t4br]  a:hover, .footer-row[b-c77kc0t4br]  .btn-link:hover {
            text-decoration: underline;
        }

        .footer-row[b-c77kc0t4br]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .footer-row .contact-us[b-c77kc0t4br] {        
        font-size: 20px;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .footer-row .copyright[b-c77kc0t4br] {        
        font-size: 16px;
    }

@media (max-width: 640.98px) {
    .header-row[b-c77kc0t4br]  a, .header-row[b-c77kc0t4br]  .btn-link {
        margin-left: 0;
    }

    .footer-row[b-c77kc0t4br] {
        justify-content: center;
    }

        .footer-row[b-c77kc0t4br]  a, .footer-row[b-c77kc0t4br]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-c77kc0t4br] {
        flex-direction: row;
    }

    .sidebar[b-c77kc0t4br] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .header-row[b-c77kc0t4br] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .header-row.auth[b-c77kc0t4br]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .footer-row[b-c77kc0t4br] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .footer-row.auth[b-c77kc0t4br]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
}

#blazor-error-ui[b-c77kc0t4br] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-c77kc0t4br] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.dialog-logout[b-c77kc0t4br] {
    width: 100vw;
    height: calc(100vh - 100px);
    position: absolute;
    top: 100px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

    .dialog-logout .dialog-logout-open[b-c77kc0t4br] {
        width: 300px;
        height: 250px;
        background-color: white;
        float: right;
        border-radius: 10px;
    }

        .dialog-logout .dialog-logout-open .circle-initial[b-c77kc0t4br] {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 60px;
            height: 60px;
            background-color: #6bbdae;
            border-radius: 30px;
            margin: 10px;
        }

            .dialog-logout .dialog-logout-open .circle-initial .initial-menu[b-c77kc0t4br] {
                font-size: 25px;
                color: white;
                font-weight: 600;
            }

        .dialog-logout .dialog-logout-open .initial-menu-name[b-c77kc0t4br] {
            margin: 10px;
        }

            .dialog-logout .dialog-logout-open .initial-menu-name .initial-menu-name-label[b-c77kc0t4br] {
                font-size: 20px;
                color: #575757;
            }

        .dialog-logout .dialog-logout-open .initial-menu-group[b-c77kc0t4br] {
            margin-left: 10px;
        }

            .dialog-logout .dialog-logout-open .initial-menu-group .initial-menu-group-label[b-c77kc0t4br] {
                font-size: 16px;
                color: #000000;
            }

        .dialog-logout .dialog-logout-open .initial-menu-email[b-c77kc0t4br] {
            padding: 0px;
            border-bottom: 1px solid #868686;
        }

            .dialog-logout .dialog-logout-open .initial-menu-email .initial-menu-email-label[b-c77kc0t4br] {
                font-size: 16px;
                color: #868686;
                padding: 10px;
            }

        .dialog-logout .dialog-logout-open .initial-menu-logout[b-c77kc0t4br] {
            margin: 10px;
        }

            .dialog-logout .dialog-logout-open .initial-menu-logout .initial-menu-logout-label[b-c77kc0t4br] {
                font-size: 18px;
                color: #000000;
                margin-left: 10px;
                cursor: pointer;
            }

.dialog-logout-hiden[b-c77kc0t4br] {
    display: none;
}
/* _content/LongVan.UI/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-t9wromtmcx] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-t9wromtmcx] {
    height: 100px;
    background-color: #EBF6F9;
}

.navbar-brand[b-t9wromtmcx] {
    font-size: 1.1rem;
}

.oi[b-t9wromtmcx] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-login-show[b-t9wromtmcx]
{

}
.nav-login-hiden[b-t9wromtmcx]
{
    display:none;
}
.nav-item[b-t9wromtmcx] {
    font-size: 0.9rem;
    /*padding-bottom: 0.5rem;*/
    padding:0px;
}

    .nav-item:first-of-type[b-t9wromtmcx] {
        padding-top: 0rem;
    }

    .nav-item:last-of-type[b-t9wromtmcx] {
        padding-bottom: 0rem;
    }

    .nav-item[b-t9wromtmcx]  a {
        color: #333;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-t9wromtmcx]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: #000;
}

        .nav-item[b-t9wromtmcx]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: #000;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-t9wromtmcx] {
        display: none;
    }

    .collapse[b-t9wromtmcx] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-t9wromtmcx] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 180px);
        overflow-y: auto;
    }
}
