/* _content/Servier.Pressure/Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-k5y9nzx0jn] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* _content/Servier.Pressure/Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-krv23yik6r] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-krv23yik6r] {
    display: flex;
    gap: 0.625rem;
}
/* _content/Servier.Pressure/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-t3frggrzp9] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-t3frggrzp9] {
        flex-direction: column;
    }
}
/* _content/Servier.Pressure/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-8b6iqpq5fh] .tab-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

[b-8b6iqpq5fh] .icon-profile {
    -webkit-mask-image: url("images/account/manage-profile.svg");
    mask-image: url("images/account/manage-profile.svg");
}

[b-8b6iqpq5fh] .icon-email {
    -webkit-mask-image: url("images/account/manage-email.svg");
    mask-image: url("images/account/manage-email.svg");
}

[b-8b6iqpq5fh] .icon-two-factor {
    -webkit-mask-image: url("images/account/manage-two-factor.svg");
    mask-image: url("images/account/manage-two-factor.svg");
}

[b-8b6iqpq5fh] .icon-password {
    -webkit-mask-image: url("images/account/manage-password.svg");
    mask-image: url("images/account/manage-password.svg");
}

[b-8b6iqpq5fh] .icon-personal {
    -webkit-mask-image: url("images/account/manage-personal.svg");
    mask-image: url("images/account/manage-personal.svg");
}

[b-8b6iqpq5fh] .icon-external {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}
/* _content/Servier.Pressure/Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-7d91rhjoyf] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* _content/Servier.Pressure/Components/Layout/Drawer.razor.rz.scp.css */
[b-gaqjd6h2e2] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-gaqjd6h2e2] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-gaqjd6h2e2] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-gaqjd6h2e2] {
        display: none;
        visibility: hidden;
    }

    [b-gaqjd6h2e2] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-gaqjd6h2e2] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* _content/Servier.Pressure/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-l39y9phon0] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-l39y9phon0] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

[b-l39y9phon0] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-l39y9phon0] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
}

[b-l39y9phon0] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-l39y9phon0] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-l39y9phon0] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-l39y9phon0] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-l39y9phon0] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-l39y9phon0] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-l39y9phon0] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-l39y9phon0] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-l39y9phon0] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-l39y9phon0] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-l39y9phon0] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-l39y9phon0] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-l39y9phon0] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-l39y9phon0] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-l39y9phon0] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-l39y9phon0] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-l39y9phon0] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-l39y9phon0] {
    display: inline-flex;
}

.menu-button-nav[b-l39y9phon0] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-l39y9phon0] {
    display: flex;
    gap: 10px;
    padding: 0rem 1rem;
}

    .nav-buttons-container[b-l39y9phon0]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-l39y9phon0]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

[b-l39y9phon0] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-l39y9phon0] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-l39y9phon0] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-l39y9phon0] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-l39y9phon0] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-l39y9phon0] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}

.NavMenu[b-l39y9phon0] {
    font-size: 19px;
    color: white;
    padding-top: 4px;
}
/* _content/Servier.Pressure/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-0j3rfzvwiq] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-0j3rfzvwiq] {
    text-align: center;
}

[b-0j3rfzvwiq] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-0j3rfzvwiq] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-0j3rfzvwiq] .menu {
    background-color: inherit;
}

    [b-0j3rfzvwiq] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-0j3rfzvwiq] .menu-item {
    color: var(--bs-white);
}

[b-0j3rfzvwiq] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-0j3rfzvwiq] .home-icon {
    background-image: url("images/home.svg");
}

[b-0j3rfzvwiq] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-0j3rfzvwiq] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-0j3rfzvwiq] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-0j3rfzvwiq] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-0j3rfzvwiq] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-0j3rfzvwiq] .user-icon {
    background-image: url("images/account/user.svg");
}

[b-0j3rfzvwiq] .users-icon {
    background-image: url("images/users.svg");
}

[b-0j3rfzvwiq] .patients-icon {
    background-image: url("images/patients.svg");
}

[b-0j3rfzvwiq] .pdf-icon {
    background-image: url("images/pdf.svg");
}

@media (max-width: 768px) {
    #sidebar[b-0j3rfzvwiq] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-0j3rfzvwiq] {
        text-align: inherit;
    }
}
/* _content/Servier.Pressure/Components/Pages/Components/QuestHeader.razor.rz.scp.css */
[b-vzyf0q1y1v] .mo-nav-submenu-bar {
    position: sticky;
    top: 40px;
    z-index: 999;
    width: 100%;
    background-color: #fff;
}

[b-vzyf0q1y1v] .mo-buttons-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
}

    [b-vzyf0q1y1v] .mo-nav-submenu-bar .rectangular-button {
        border-radius: 16px;
        padding: 10px 10px;
        border: 1px solid black;
        border-color: #dfdfdf;
        width: 100%;
        min-width: 31.8%;
        min-height: 80px;
    }

    [b-vzyf0q1y1v] .mo-nav-submenu-bar .active-button {
        background-color: rgba(109, 36, 120, 0.5);
        border-color: rgba(109, 36, 120, 0.5);
        color: white;
    }

[b-vzyf0q1y1v] .d-flex .flex-fill {
    flex: 1 1 auto;
}


@media (max-width: 1366px) {
    .mo-buttons-group[b-vzyf0q1y1v] {
        display: flex;
        justify-content: space-between;
        width: 99%;
        gap: 5px;
    }

    .mo-nav-submenu-bar .rectangular-button[b-vzyf0q1y1v] {
        min-height: 0px;
        border-radius: 15px;
    }
}
@media (max-width: 1024px) {
    .mo-buttons-group[b-vzyf0q1y1v] {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 207% !important;
        margin-bottom: 10px;
        min-height: 0px;
    }

    .mo-nav-submenu-bar .rectangular-button[b-vzyf0q1y1v] {
        min-height: 0px;
        border-radius: 20px;
    }
}
/* _content/Servier.Pressure/Components/Pages/Index.razor.rz.scp.css */
[b-63d9qocfwv] .container-welcome {
    position: relative;
    overflow: hidden;
}
/* _content/Servier.Pressure/Components/Pages/Patient.razor.rz.scp.css */
[b-blocr912ch] .caption-styleH0 {
    font-size: 14px !important;
    font-weight: bold !important;
    font-style: italic !important;
}

@media (max-width: 1366px) {
    .flex-container[b-blocr912ch] {
        flex-direction: column;
        align-items: flex-start;
    }

        .flex-container > div[b-blocr912ch] {
            width: 100%;
        }

        .flex-container > .accestable[b-blocr912ch] {
            margin-top: 2vh;
        }
}

@media (max-width: 1366px) {
    .first-div[b-blocr912ch] {
        width: 100% !important;
    }
}
