/* _content/SerenityTwoWebApp/Views/People/_HumanMarketOverlay.cshtml.rz.scp.css */
.overlay[b-yhs640migb] {
    position: fixed;
    top: 0;
    right: 0;
    width: 700px;
    height: 100vh;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: start;
    gap: 1rem;
    z-index: 1500;
}

@media only screen and (max-width: 768px) {
    .overlay[b-yhs640migb] {
        width: 100vw;
    }
}

.overlay-header[b-yhs640migb] {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
}

.overlay-content[b-yhs640migb] {
    flex-grow: 1;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1.5rem;
    overflow-y: scroll;
}
/* _content/SerenityTwoWebApp/Views/Product/_SideCartPartial.cshtml.rz.scp.css */
.overlay[b-xb054rqvf7] {
    position: fixed;
    top: 0;
    right: 0;
    width: 700px;
    height: 100vh;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: start;
    gap: 1rem;
    z-index: 1500;
}

@media only screen and (max-width: 768px) {
    .overlay[b-xb054rqvf7] {
        width: 100vw;
    }
}

.overlay-header[b-xb054rqvf7] {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
}

.overlay-content[b-xb054rqvf7] {
    flex-grow: 1;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1.5rem;
    overflow-y: scroll;
}
/* _content/SerenityTwoWebApp/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-o71pbe9fzf] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-o71pbe9fzf] {
    color: #0077cc;
}

.btn-primary[b-o71pbe9fzf] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-o71pbe9fzf], .nav-pills .show > .nav-link[b-o71pbe9fzf] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-o71pbe9fzf] {
    border-top: 1px solid #e5e5e5;
}
.border-bottom[b-o71pbe9fzf] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-o71pbe9fzf] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-o71pbe9fzf] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-o71pbe9fzf] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 64px;
}

.overlay[b-o71pbe9fzf] {
    position: fixed;
    top: 0;
    right: 0;
    width: 700px;
    height: 100vh;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: start;
    gap: 1rem;
    z-index: 1500;
}

@media only screen and (max-width: 768px) {
    .overlay[b-o71pbe9fzf] {
        width: 100vw;
    }
}

.overlay-header[b-o71pbe9fzf] {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
}

.overlay-content[b-o71pbe9fzf] {
    flex-grow: 1;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1.5rem;
    overflow-y: scroll;
    display: flex;
    padding: 1rem;
}

.quick-actions-bar[b-o71pbe9fzf] {
    width: 100%;
    height: 1.25rem;
}

.quick-actions-dropdown[b-o71pbe9fzf] {
    height: 250px;
    overflow-y: scroll;
}

.contextCompanyGrid[b-o71pbe9fzf] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 1rem;
    row-gap: 1rem;
}

#quickActionsDropdownButton:hover i[b-o71pbe9fzf] {
    color: var(--bs-indigo) !important;
}
