@import '_content/Soc.Core.UI.PasswordlessLogin/Soc.Core.UI.PasswordlessLogin.obkw0r12em.bundle.scp.css';
@import '_content/Soc.Core.UI/Soc.Core.UI.qxdl2kugc6.bundle.scp.css';

/* _content/Soc.Applications.Notary/Pages/NotaryApplication.razor.rz.scp.css */
.d-flex.gap-4-2[b-qqth9gjnn5] {
    row-gap: 0.5rem;
    column-gap: 1.5rem;
}
/* _content/Soc.Applications.Notary/Pages/OnlineCardPayment.razor.rz.scp.css */
.btn-xs[b-gwryams6g2] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
}

@media (max-width: 1000px) {
    .billing[b-gwryams6g2] {
        flex-wrap: wrap;
    }
}
/* _content/Soc.Applications.Notary/Shared/MainLayout.razor.rz.scp.css */
.page[b-i2hsstp8uo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-i2hsstp8uo] {
    flex: 1;
}

.sidebar[b-i2hsstp8uo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-i2hsstp8uo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-i2hsstp8uo]  a, .top-row .btn-link[b-i2hsstp8uo] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-i2hsstp8uo] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 738px) {
    [b-i2hsstp8uo] .login-row-text {
        display: none !important;
    }
}

.body[b-i2hsstp8uo] {
    max-width: 1600px;
}
/* _content/Soc.Applications.Notary/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qse0ehhm3p] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-qse0ehhm3p] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qse0ehhm3p] {
    font-size: 1.1rem;
}

.oi[b-qse0ehhm3p] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-qse0ehhm3p] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qse0ehhm3p] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qse0ehhm3p] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qse0ehhm3p]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-qse0ehhm3p]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-qse0ehhm3p]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qse0ehhm3p] {
        display: none;
    }

    .collapse[b-qse0ehhm3p] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-qse0ehhm3p] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Soc.Applications.Notary/Shared/ToolTip.razor.rz.scp.css */
.tooltip-wrapper[b-uis9zsixoh] {
    position: relative;
    display: inline-block;
    cursor: help;
}

span[b-uis9zsixoh] {
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 50%;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    span[b-uis9zsixoh]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-uis9zsixoh] {
    visibility: visible;
}

@media (max-width: 649px) {
    .tooltip-body[b-uis9zsixoh] {
        width: 320px;
        margin-left: -160px;
    }
}

@media (min-width: 650px) {
    .tooltip-body[b-uis9zsixoh] {
        width: 450px;
        margin-left: -225px;
    }
}
