/* _content/Identifly.Site.Portal/Views/Shared/_IdentityLayout.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. */

nav[b-oavjmhto1p] {
    display: block;
}

.dashboard[b-oavjmhto1p] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}

.dashboard-app[b-oavjmhto1p] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-top: 84px;
}

.dashboard-content[b-oavjmhto1p] {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 25px;
}

.dashboard-nav[b-oavjmhto1p] {
    min-width: 300px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: #0D1261;
}

.dashboard-compact .dashboard-nav[b-oavjmhto1p] {
    display: none;
}

.dashboard-nav header[b-oavjmhto1p] {
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .dashboard-nav header .menu-toggle[b-oavjmhto1p] {
        display: none;
        margin-right: auto;
    }

.dashboard-nav a[b-oavjmhto1p] {
    color: #FFFFFF;
}

    .dashboard-nav a:hover[b-oavjmhto1p] {
        text-decoration: none;
    }

.brand-logo[b-oavjmhto1p] {
    font-family: Poppins, sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #515151;
}

    .brand-logo:focus[b-oavjmhto1p], .brand-logo:active[b-oavjmhto1p], .brand-logo:hover[b-oavjmhto1p] {
        color: #FFFFFF;
        text-decoration: none;
    }

    .brand-logo i[b-oavjmhto1p] {
        color: #d2d1d1;
        font-size: 27px;
        margin-right: 10px;
    }

.dashboard-nav-list[b-oavjmhto1p] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 12px;
}

.dashboard-nav-item[b-oavjmhto1p] {
    padding: 8px 10px 8px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    transition: ease-out 0.5s;
}

    .dashboard-nav-item i[b-oavjmhto1p] {
        width: 25px;
        font-size: 14px;
        margin-left: -40px;
        color: #fff
    }

    .dashboard-nav-item:hover[b-oavjmhto1p] {
        background: rgba(255, 255, 255, 0.08);
    }

.active[b-oavjmhto1p] {
    background: rgba(255, 255, 255, 0.21);
    border-radius: 6px;
}

.dashboard-nav-dropdown[b-oavjmhto1p] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .dashboard-nav-dropdown.show[b-oavjmhto1p] {
        background: rgba(255, 255, 255, 0.08);
    }

        .dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle[b-oavjmhto1p] {
            font-weight: bold;
        }

            .dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle[b-oavjmhto1p]:after {
                -webkit-transform: none;
                -o-transform: none;
                transform: none;
            }

        .dashboard-nav-dropdown.show > .dashboard-nav-dropdown-menu[b-oavjmhto1p] {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

.dashboard-nav-dropdown-toggle[b-oavjmhto1p]:after {
    content: "";
    margin-left: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(81, 81, 81, 0.8);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle[b-oavjmhto1p]:after {
    border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu[b-oavjmhto1p] {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown-item[b-oavjmhto1p] {
    min-height: 40px;
    padding: 8px 20px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: ease-out 0.5s;
}

    .dashboard-nav-dropdown-item:hover[b-oavjmhto1p] {
        background: rgba(255, 255, 255, 0.08);
    }

.menu-toggle[b-oavjmhto1p] {
    position: relative;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0D1261;
    color: #FFFFFF;
    border: 1.5px solid rgba(255, 255, 255, 0.21);
    border-radius: 8px;
    margin-left: -10px;
}

    .menu-toggle:hover[b-oavjmhto1p], .menu-toggle:active[b-oavjmhto1p], .menu-toggle:focus[b-oavjmhto1p] {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.42);
    }

    .menu-toggle i[b-oavjmhto1p] {
        font-size: 20px;
    }

.dashboard-toolbar[b-oavjmhto1p] {
    min-height: 84px;
    background-color: #F5F5F5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.nav-item-divider[b-oavjmhto1p] {
    height: 1px;
    margin: 1rem 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.21);
}

@media (min-width: 992px) {
    .dashboard-app[b-oavjmhto1p] {
        margin-left: 300px;
    }

    .dashboard-compact .dashboard-app[b-oavjmhto1p] {
        margin-left: 0;
    }
}


@media (max-width: 768px) {
    .dashboard-content[b-oavjmhto1p] {
        padding: 15px 0px;
    }
}

@media (max-width: 992px) {
    .dashboard-nav[b-oavjmhto1p] {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1070;
    }

        .dashboard-nav.mobile-show[b-oavjmhto1p] {
            display: block;
        }
}

@media (max-width: 992px) {
    .dashboard-nav header .menu-toggle[b-oavjmhto1p] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 992px) {
    .dashboard-toolbar[b-oavjmhto1p] {
        left: 300px;
    }

    .dashboard-compact .dashboard-toolbar[b-oavjmhto1p] {
        left: 0;
    }
}

.dashboard-heading[b-oavjmhto1p] {
    padding: 40px 40px 40px 100px;
    font-size: 30px;
    font-weight: 600;
    color: #0D1261;
}
/* _content/Identifly.Site.Portal/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. */

nav[b-fk5lesxuor] {
    display: block;
}

.dashboard[b-fk5lesxuor] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}

.dashboard-app[b-fk5lesxuor] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-top: 84px;
}

.dashboard-content[b-fk5lesxuor] {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 25px;
}

.dashboard-nav[b-fk5lesxuor] {
    min-width: 300px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: #0D1261;
}

.dashboard-compact .dashboard-nav[b-fk5lesxuor] {
    display: none;
}

.dashboard-nav header[b-fk5lesxuor] {
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .dashboard-nav header .menu-toggle[b-fk5lesxuor] {
        display: none;
        margin-right: auto;
    }

.dashboard-nav a[b-fk5lesxuor] {
    color: #FFFFFF;
}

    .dashboard-nav a:hover[b-fk5lesxuor] {
        text-decoration: none;
    }

.brand-logo[b-fk5lesxuor] {
    font-family: Poppins, sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #515151;
}

    .brand-logo:focus[b-fk5lesxuor], .brand-logo:active[b-fk5lesxuor], .brand-logo:hover[b-fk5lesxuor] {
        color: #FFFFFF;
        text-decoration: none;
    }

    .brand-logo i[b-fk5lesxuor] {
        color: #d2d1d1;
        font-size: 27px;
        margin-right: 10px;
    }

.dashboard-nav-list[b-fk5lesxuor] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 12px;
}

.dashboard-nav-item[b-fk5lesxuor] {
    padding: 8px 10px 8px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    transition: ease-out 0.5s;
}

    .dashboard-nav-item i[b-fk5lesxuor] {
        width: 25px;
        font-size: 14px;
        margin-left: -40px;
        color: #fff
    }

    .dashboard-nav-item:hover[b-fk5lesxuor] {
        background: rgba(255, 255, 255, 0.08);
    }

.active[b-fk5lesxuor] {
    background: rgba(255, 255, 255, 0.21);
    border-radius: 6px;
}

.dashboard-nav-dropdown[b-fk5lesxuor] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .dashboard-nav-dropdown.show[b-fk5lesxuor] {
        background: rgba(255, 255, 255, 0.08);
    }

        .dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle[b-fk5lesxuor] {
            font-weight: bold;
        }

            .dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle[b-fk5lesxuor]:after {
                -webkit-transform: none;
                -o-transform: none;
                transform: none;
            }

        .dashboard-nav-dropdown.show > .dashboard-nav-dropdown-menu[b-fk5lesxuor] {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

.dashboard-nav-dropdown-toggle[b-fk5lesxuor]:after {
    content: "";
    margin-left: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(81, 81, 81, 0.8);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle[b-fk5lesxuor]:after {
    border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu[b-fk5lesxuor] {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown-item[b-fk5lesxuor] {
    min-height: 40px;
    padding: 8px 20px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: ease-out 0.5s;
}

    .dashboard-nav-dropdown-item:hover[b-fk5lesxuor] {
        background: rgba(255, 255, 255, 0.08);
    }

.menu-toggle[b-fk5lesxuor] {
    position: relative;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0D1261;
    color: #FFFFFF;
    border: 1.5px solid rgba(255, 255, 255, 0.21);
    border-radius: 8px;
    margin-left: -10px;
}

    .menu-toggle:hover[b-fk5lesxuor], .menu-toggle:active[b-fk5lesxuor], .menu-toggle:focus[b-fk5lesxuor] {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.42);
    }

    .menu-toggle i[b-fk5lesxuor] {
        font-size: 20px;
    }

.dashboard-toolbar[b-fk5lesxuor] {
    min-height: 84px;
    background-color: #F5F5F5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.nav-item-divider[b-fk5lesxuor] {
    height: 1px;
    margin: 1rem 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.21);
}

@media (min-width: 992px) {
    .dashboard-app[b-fk5lesxuor] {
        margin-left: 300px;
    }

    .dashboard-compact .dashboard-app[b-fk5lesxuor] {
        margin-left: 0;
    }
}


@media (max-width: 768px) {
    .dashboard-content[b-fk5lesxuor] {
        padding: 15px 0px;
    }
}

@media (max-width: 992px) {
    .dashboard-nav[b-fk5lesxuor] {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1070;
    }

        .dashboard-nav.mobile-show[b-fk5lesxuor] {
            display: block;
        }
}

@media (max-width: 992px) {
    .dashboard-nav header .menu-toggle[b-fk5lesxuor] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 992px) {
    .dashboard-toolbar[b-fk5lesxuor] {
        left: 300px;
    }

    .dashboard-compact .dashboard-toolbar[b-fk5lesxuor] {
        left: 0;
    }
}

.dashboard-heading[b-fk5lesxuor] {
    padding: 40px 40px 40px 100px;
    font-size: 30px;
    font-weight: 600;
    color: #0D1261;
}
