/* _content/Loca_ADM/Components/Layout/MainLayout.razor.rz.scp.css */
*[b-lc4kffp6f6] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', 'sans-serif';
}

.sidebar[b-lc4kffp6f6] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 260px;
    background: #ffffff;
    z-index: 100;
    transition: all 0.5s ease;
}

.img_logo[b-lc4kffp6f6] {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    margin: -8px 14px 0 16px;
    transition: all 0.5s ease;
}

.sidebar.close[b-lc4kffp6f6] {
    width: 78px;
}

.sidebar .logo-details[b-lc4kffp6f6] {
    font-size: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}

    .sidebar .logo-details i[b-lc4kffp6f6] {
        font-size: 30px;
        color: #fff;
        height: 50px;
        min-width: 78px;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
    }

    .sidebar .logo-details .logo_name[b-lc4kffp6f6] {
        width: 150px;
        height: 66px;
        line-height: 50px;
        cursor: pointer;
        margin: 10px 0 20px 0px;
        transition: all 0.5s ease;
    }

.sidebar.close .logo-details .logo_name[b-lc4kffp6f6] {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links[b-lc4kffp6f6] {
    height: 100%;
    padding-top: 30px 0 150px 0;
    overflow: auto;
}

    .sidebar .nav-links[b-lc4kffp6f6]::-webkit-scrollbar {
        display: none;
    }

.sidebar.close .nav-links[b-lc4kffp6f6] {
    overflow: visible;
}

.sidebar .nav-links li[b-lc4kffp6f6] {
    position: relative;
    list-style: none;
}

    .sidebar .nav-links li:hover[b-lc4kffp6f6] {
        background: #F1F4FA;
        transition: all 0.4s ease;
    }

    .sidebar .nav-links li .iocn-link[b-lc4kffp6f6] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

.sidebar.close .nav-links li .iocn-link[b-lc4kffp6f6] {
    display: block;
}

.sidebar .nav-links li i[b-lc4kffp6f6] {
    height: 35px;
    min-width: 78px;
    text-align: center;
    line-height: 35px;
    color: #6042FF;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sidebar .nav-links li a[b-lc4kffp6f6] {
    text-decoration: none;
    display: flex;
    align-items: center;
}

    .sidebar .nav-links li a .link_name[b-lc4kffp6f6] {
        font-size: 14px;
        font-weight: 400;
        color: #6042FF;
    }

.sidebar .nav-links li.showMenu i.arrow[b-lc4kffp6f6] {
    transform: rotate(-180deg)
}

.sidebar.close .nav-links i.arrow[b-lc4kffp6f6] {
    display: none;
}

.sidebar.close .nav-links li a .link_name[b-lc4kffp6f6] {
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li .sub-menu[b-lc4kffp6f6] {
    padding: 6px 6px 14px 65px;
    margin-top: -5px;
    background: #ffffff;
    display: none;
}

    .sidebar .nav-links li .sub-menu i[b-lc4kffp6f6] {
        height: 20px;
        min-width: 45px;
        text-align: center;
        line-height: 20px;
        color: #6042FF;
        font-size: 15px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

.sidebar .nav-links li.showMenu .sub-menu[b-lc4kffp6f6] {
    display: block;
}

.sidebar .nav-links li .sub-menu a[b-lc4kffp6f6] {
    color: #6042FF;
    font-size: 13px;
    padding: 5px 0;
    white-space: nowrap;
    opacity: 0.8;
    transition: all 0.3s ease;
}

    .sidebar .nav-links li .sub-menu a:hover[b-lc4kffp6f6] {
        opacity: 1;
    }

.sidebar.close .nav-links li .sub-menu[b-lc4kffp6f6] {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    transition: all 0.4s ease;
    opacity: 0;
    display: block;
    pointer-events: none;
}

.sidebar.close .nav-links li:hover .sub-menu[b-lc4kffp6f6] {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu .link_name[b-lc4kffp6f6] {
    display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name[b-lc4kffp6f6] {
    font-size: 18px;
    opacity: 1;
}

.sidebar .nav-links li .sub-menu.blank[b-lc4kffp6f6] {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
    transition: 0s;
}

.sidebar .nav-links li:hover .sub-menu.blank[b-lc4kffp6f6] {
    top: 50%;
    transform: translateY(-50%)
}

.sidebar.close .nav-links li .sub-menu .link_name[b-lc4kffp6f6] {
    font-size: 18px;
    opacity: 1;
    display: block;
}

.sidebar .profile-details[b-lc4kffp6f6] {
    position: fixed;
    bottom: 0;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    transition: all 0.5s ease;
}

.sidebar.close .profile-details[b-lc4kffp6f6] {
    width: 78px;
}

.sidebar .profile-details .profile-content[b-lc4kffp6f6] {
    display: flex;
    align-items: center;
}

.sidebar .profile-details img[b-lc4kffp6f6] {
    height: 51px;
    width: 51px;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 14px 0 12px;
    background: #6042FF;
    padding: 10px;
    transition: all 0.5s ease;
}

.sidebar.close .profile-details img[b-lc4kffp6f6] {
    padding: 10px;
}

.sidebar .profile-details .profile_name[b-lc4kffp6f6], .sidebar .profile-details .job[b-lc4kffp6f6] {
    color: #6042FF;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.sidebar.close .profile-details i[b-lc4kffp6f6],
.sidebar.close .profile-details .profile_name[b-lc4kffp6f6],
.sidebar.close .profile-details .job[b-lc4kffp6f6] {
    display: none;
}

.sidebar .profile-details .job[b-lc4kffp6f6] {
    font-size: 12px;
}

.home-section[b-lc4kffp6f6] {
    position: relative;
    background: #F1F4FA;
    height: 100vh;
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
}

.sidebar.close ~ .home-section[b-lc4kffp6f6] {
    left: 78px;
    width: calc(100% - 78px);
}

.home-section .home-content[b-lc4kffp6f6] {
    height: 60px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: space-between;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

    .home-section .home-content .bx-menu[b-lc4kffp6f6],
    .home-section .home-content .text[b-lc4kffp6f6] {
        color: #11101d;
        font-size: 35px;
    }

    .home-section .home-content .bx-menu[b-lc4kffp6f6] {
        margin: 0 15px;
        cursor: pointer;
    }

    .home-section .home-content .text[b-lc4kffp6f6] {
        font-size: 26px;
        font-weight: 600;
    }


nav[b-lc4kffp6f6] {
    display: flex;
    top: 0;
    left: 260px;
    height: 60px;
    background: #fff;
}

    nav .navbar[b-lc4kffp6f6] {
        height: 100%;
        max-width: 1250px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        background: #fff;
    }

@media only screen and (max-width: 600px) {
    nav .navbar[b-lc4kffp6f6] {
        height: 100%;
        max-width: 1250px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0;
        background: #fff;
    }
}

nav .navbar .nav-links[b-lc4kffp6f6] {
    height: 100%;
    line-height: 60px;
    background: #fff;
}

    nav .navbar .nav-links .links[b-lc4kffp6f6] {
        display: flex;
    }

        nav .navbar .nav-links .links li[b-lc4kffp6f6] {
            position: relative;
            display: flex;
            align-items: center;
            list-style: none;
            padding: 0 14px;
            width: 250px;
            justify-content: space-between;
        }

        nav .navbar .nav-links .links .principal[b-lc4kffp6f6] {
            background: rgba(255,255,255,0.3);
        }


        nav .navbar .nav-links .links li a[b-lc4kffp6f6] {
            height: 100%;
            color: #6042FF;
            text-decoration: none;
            white-space: nowrap;
            padding: 0 4px;
            cursor: pointer;
        }

            nav .navbar .nav-links .links li a i[b-lc4kffp6f6] {
                height: 50px;
                min-width: 38px;
                text-align: center;
                line-height: 50px;
                color: #6042FF;
                font-size: 20px;
                cursor: pointer;
                transition: all 0.3s ease;
            }

.navbar .nav-links .links li .arrow[b-lc4kffp6f6] {
    height: 100%;
    width: 22px;
    text-align: center;
    color: #6042FF;
    line-height: 60px;
    transition: all 0.3s ease;
}

.navbar .nav-links .links li:hover .htmlcss-arrow[b-lc4kffp6f6],
.navbar .nav-links .links li:hover .js-arrow[b-lc4kffp6f6] {
    transform: rotate(180deg);
}

.navbar .nav-links .links li:hover[b-lc4kffp6f6] {
    background: #F1F4FA;
    transition: all 0.4s ease;
}

.navbar .nav-links .links .sub-menu[b-lc4kffp6f6] {
    position: absolute;
    top: 62px;
    left: 0px;
    background: #fff;
    line-height: 40px;
    border-radius: 0 0 4px 4px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
    display: none;
    z-index: 999;
}

    .navbar .nav-links .links .sub-menu li[b-lc4kffp6f6] {
        padding: 0, 22px;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }

        .navbar .nav-links .links .sub-menu li a[b-lc4kffp6f6] {
            font-size: 15px;
            font: 500;
            display: flex;
            align-items: center;
        }

            .navbar .nav-links .links .sub-menu li a i[b-lc4kffp6f6] {
                height: 50px;
                min-width: 38px;
                text-align: center;
                line-height: 50px;
                color: #6042FF;
                font-size: 20px;
                cursor: pointer;
                transition: all 0.3s ease;
            }

        .navbar .nav-links .links .sub-menu li:hover[b-lc4kffp6f6] {
            background: #F1F4FA;
            transition: all 0.4s ease;
        }



.navbar .nav-links .links li:hover .htmlcss-sub-menu[b-lc4kffp6f6],
.navbar .nav-links .links li:hover .js-sub-menu[b-lc4kffp6f6] {
    display: block;
}








#blazor-error-ui[b-lc4kffp6f6] {
    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-lc4kffp6f6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.page[b-lc4kffp6f6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

/*main {
    flex: 1;
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/

#blazor-error-ui[b-lc4kffp6f6] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-lc4kffp6f6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Loca_ADM/Components/Layout/NavMenu.razor.rz.scp.css */
*[b-l9p1en9m53] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', 'sans-serif';
}

.sidebar[b-l9p1en9m53] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 260px;
    background: #ffffff;
    z-index: 100;
    transition: all 0.5s ease;
}

.img_logo[b-l9p1en9m53] {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    margin: -8px 14px 0 16px;
    transition: all 0.5s ease;
}

.sidebar.close[b-l9p1en9m53] {
    width: 78px;
}

.sidebar .logo-details[b-l9p1en9m53] {
    font-size: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}

    .sidebar .logo-details i[b-l9p1en9m53] {
        font-size: 30px;
        color: #fff;
        height: 50px;
        min-width: 78px;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
    }

    .sidebar .logo-details .logo_name[b-l9p1en9m53] {
        width: 150px;
        height: 66px;
        line-height: 50px;
        cursor: pointer;
        margin: 10px 0 20px 0px;
        transition: all 0.5s ease;
    }

.sidebar.close .logo-details .logo_name[b-l9p1en9m53] {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links[b-l9p1en9m53] {
    height: 100%;
    padding-top: 30px 0 150px 0;
    overflow: auto;
}

    .sidebar .nav-links[b-l9p1en9m53]::-webkit-scrollbar {
        display: none;
    }

.sidebar.close .nav-links[b-l9p1en9m53] {
    overflow: visible;
}

.sidebar .nav-links li[b-l9p1en9m53] {
    position: relative;
    list-style: none;
}

    .sidebar .nav-links li:hover[b-l9p1en9m53] {
        background: #F1F4FA;
        transition: all 0.4s ease;
    }

    .sidebar .nav-links li .iocn-link[b-l9p1en9m53] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

.sidebar.close .nav-links li .iocn-link[b-l9p1en9m53] {
    display: block;
}

.sidebar .nav-links li i[b-l9p1en9m53] {
    height: 35px;
    min-width: 78px;
    text-align: center;
    line-height: 35px;
    color: #6042FF;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sidebar .nav-links li a[b-l9p1en9m53] {
    text-decoration: none;
    display: flex;
    align-items: center;
}

    .sidebar .nav-links li a .link_name[b-l9p1en9m53] {
        font-size: 14px;
        font-weight: 400;
        color: #6042FF;
    }

.sidebar .nav-links li.showMenu i.arrow[b-l9p1en9m53] {
    transform: rotate(-180deg)
}

.sidebar.close .nav-links i.arrow[b-l9p1en9m53] {
    display: none;
}

.sidebar.close .nav-links li a .link_name[b-l9p1en9m53] {
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li .sub-menu[b-l9p1en9m53] {
    padding: 6px 6px 14px 40px;
    margin-top: -5px;
    background: #ffffff;
    display: none;
}

    .sidebar .nav-links li .sub-menu i[b-l9p1en9m53] {
        height: 20px;
        min-width: 45px;
        text-align: center;
        line-height: 20px;
        color: #6042FF;
        font-size: 15px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

.sidebar .nav-links li.showMenu .sub-menu[b-l9p1en9m53] {
    display: block;
}

.sidebar .nav-links li .sub-menu a[b-l9p1en9m53] {
    color: #6042FF;
    font-size: 13px;
    padding: 5px 0;
    white-space: nowrap;
    opacity: 0.8;
    transition: all 0.3s ease;
}

    .sidebar .nav-links li .sub-menu a:hover[b-l9p1en9m53] {
        opacity: 1;
    }

.sidebar.close .nav-links li .sub-menu[b-l9p1en9m53] {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    transition: all 0.4s ease;
    opacity: 0;
    display: block;
    pointer-events: none;
}

.sidebar.close .nav-links li:hover .sub-menu[b-l9p1en9m53] {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu .link_name[b-l9p1en9m53] {
    display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name[b-l9p1en9m53] {
    font-size: 18px;
    opacity: 1;
}

.sidebar .nav-links li .sub-menu.blank[b-l9p1en9m53] {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
    transition: 0s;
}

.sidebar .nav-links li:hover .sub-menu.blank[b-l9p1en9m53] {
    top: 50%;
    transform: translateY(-50%)
}

.sidebar.close .nav-links li .sub-menu .link_name[b-l9p1en9m53] {
    font-size: 18px;
    opacity: 1;
    display: block;
}

.sidebar .profile-details[b-l9p1en9m53] {
    position: fixed;
    bottom: 0;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    transition: all 0.5s ease;
}

.sidebar.close .profile-details[b-l9p1en9m53] {
    width: 78px;
}

.sidebar .profile-details .profile-content[b-l9p1en9m53] {
    display: flex;
    align-items: center;
}

.sidebar .profile-details img[b-l9p1en9m53] {
    height: 51px;
    width: 51px;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 14px 0 12px;
    background: #6042FF;
    padding: 10px;
    transition: all 0.5s ease;
}

.sidebar.close .profile-details img[b-l9p1en9m53] {
    padding: 10px;
}

.sidebar .profile-details .profile_name[b-l9p1en9m53], .sidebar .profile-details .job[b-l9p1en9m53] {
    color: #6042FF;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.sidebar.close .profile-details i[b-l9p1en9m53],
.sidebar.close .profile-details .profile_name[b-l9p1en9m53],
.sidebar.close .profile-details .job[b-l9p1en9m53] {
    display: none;
}

.sidebar .profile-details .job[b-l9p1en9m53] {
    font-size: 12px;
}

.home-section[b-l9p1en9m53] {
    position: relative;
    background: #E4E9F7;
    height: 100vh;
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
}

.sidebar.close ~ .home-section[b-l9p1en9m53] {
    left: 78px;
    width: calc(100% - 78px);
}

.home-section .home-content[b-l9p1en9m53] {
    height: 60px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: space-between;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

    .home-section .home-content .bx-menu[b-l9p1en9m53],
    .home-section .home-content .text[b-l9p1en9m53] {
        color: #11101d;
        font-size: 35px;
    }

    .home-section .home-content .bx-menu[b-l9p1en9m53] {
        margin: 0 15px;
        cursor: pointer;
    }

    .home-section .home-content .text[b-l9p1en9m53] {
        font-size: 26px;
        font-weight: 600;
    }


nav[b-l9p1en9m53] {
    display: flex;
    top: 0;
    left: 260px;
    height: 60px;
    background: #fff;
}

    nav .navbar[b-l9p1en9m53] {
        height: 100%;
        max-width: 1250px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        background: #fff;
    }

@media only screen and (max-width: 600px) {
    nav .navbar[b-l9p1en9m53] {
        height: 100%;
        max-width: 1250px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0;
        background: #fff;
    }
}

nav .navbar .nav-links[b-l9p1en9m53] {
    height: 100%;
    line-height: 60px;
    background: #fff;
}

    nav .navbar .nav-links .links[b-l9p1en9m53] {
        display: flex;
    }

        nav .navbar .nav-links .links li[b-l9p1en9m53] {
            position: relative;
            display: flex;
            align-items: center;
            list-style: none;
            padding: 0 14px;
            width: 250px;
            justify-content: space-between;
        }

        nav .navbar .nav-links .links .principal[b-l9p1en9m53] {
            background: rgba(255,255,255,0.3);
        }


        nav .navbar .nav-links .links li a[b-l9p1en9m53] {
            height: 100%;
            color: #6042FF;
            text-decoration: none;
            white-space: nowrap;
            padding: 0 4px;
            cursor: pointer;
        }

            nav .navbar .nav-links .links li a i[b-l9p1en9m53] {
                height: 50px;
                min-width: 38px;
                text-align: center;
                line-height: 50px;
                color: #6042FF;
                font-size: 20px;
                cursor: pointer;
                transition: all 0.3s ease;
            }

.navbar .nav-links .links li .arrow[b-l9p1en9m53] {
    height: 100%;
    width: 22px;
    text-align: center;
    color: #6042FF;
    line-height: 60px;
    transition: all 0.3s ease;
}

.navbar .nav-links .links li:hover .htmlcss-arrow[b-l9p1en9m53],
.navbar .nav-links .links li:hover .js-arrow[b-l9p1en9m53] {
    transform: rotate(180deg);
}

.navbar .nav-links .links li:hover[b-l9p1en9m53] {
    background: #F1F4FA;
    transition: all 0.4s ease;
}

.navbar .nav-links .links .sub-menu[b-l9p1en9m53] {
    position: absolute;
    top: 62px;
    left: 0px;
    background: #fff;
    line-height: 40px;
    border-radius: 0 0 4px 4px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
    display: none;
    z-index: 999;
}

    .navbar .nav-links .links .sub-menu li[b-l9p1en9m53] {
        padding: 0, 22px;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }

        .navbar .nav-links .links .sub-menu li a[b-l9p1en9m53] {
            font-size: 15px;
            font: 500;
            display: flex;
            align-items: center;
        }

            .navbar .nav-links .links .sub-menu li a i[b-l9p1en9m53] {
                height: 50px;
                min-width: 38px;
                text-align: center;
                line-height: 50px;
                color: #6042FF;
                font-size: 20px;
                cursor: pointer;
                transition: all 0.3s ease;
            }

        .navbar .nav-links .links .sub-menu li:hover[b-l9p1en9m53] {
            background: #F1F4FA;
            transition: all 0.4s ease;
        }



.navbar .nav-links .links li:hover .htmlcss-sub-menu[b-l9p1en9m53],
.navbar .nav-links .links li:hover .js-sub-menu[b-l9p1en9m53] {
    display: block;
}








#blazor-error-ui[b-l9p1en9m53] {
    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-l9p1en9m53] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Loca_ADM/Components/Pages/Acessos/Login.razor.rz.scp.css */

*[b-hbsuqssli8] {
    font-family: 'Poppins', 'sans-serif';
}

.modak-regular[b-hbsuqssli8] {
    font-family: "Modak", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
}

.form_container[b-hbsuqssli8] {
    position: absolute;
    max-width: 520px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: rgba(0,0,0,0.1);
}

@media only screen and (max-width: 600px) {
    .form_container[b-hbsuqssli8] {
        position: absolute;
        max-width: 320px;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 101;
        background: #fff;
        padding: 25px;
        border-radius: 12px;
        box-shadow: rgba(0,0,0,0.1);
    }
}

.form_container h2[b-hbsuqssli8] {
    font-size: 20px;
    color: #0b0217;
    text-align: center;
    font-weight: 700;
}

.form_container h6[b-hbsuqssli8] {
    font-size: 13px;
    color: #0b0217;
    text-align: center;
}

.img_fundo[b-hbsuqssli8] {
    width: 100%;
    height: 100vh;
}

.img_logo[b-hbsuqssli8] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.form_container .logo-details[b-hbsuqssli8] {
    font-size: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}

    .form_container .logo-details .logo_name[b-hbsuqssli8] {
        font-size: 40px;
        margin-left: 5px;
        color: #0b0217;
        font-weight: 800;
        transition: 0.5s ease;
        transition-delay: 0.1s;
    }
/* _content/Loca_ADM/Components/Pages/Barra_Navegacao.razor.rz.scp.css */
.main-container[b-lp525y8j6v] {
    flex: 1;
    display: flex;
    flex-direction: row;
}

.left[b-lp525y8j6v] {
    flex: 2;
}

.right[b-lp525y8j6v] {
    flex: 2;
    /*align-items: flex-end;                      removed  */
}

.div-container[b-lp525y8j6v] {
    height: 105px;
}

.div-container--left[b-lp525y8j6v] {
    border-bottom-left-radius: 10px;
    padding-left: 5px;
    margin-left: 5px;
}

.div-container--right[b-lp525y8j6v] {
    border-bottom-right-radius: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-top: 20px;
    display: flex; /*  added  */
    justify-content: flex-end; /*  changed  */
    align-items: flex-start; /*  added, to avoid image to stretch  */
}


.barra-nav[b-lp525y8j6v] {
    background: #fff;
    padding: 15px 0 5px 0;
    border-radius: 10px 10px 10px 10px;
    margin-top: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
