/* _content/etire/Components/Layout/MainLayout.razor.rz.scp.css */
*[b-75nfjrk10h] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', 'sans-serif';
}

.sidebar[b-75nfjrk10h] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 260px;
    background: #11101d;
    z-index: 100;
    transition: all 0.5s ease;
}

.img_logo[b-75nfjrk10h] {
    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-75nfjrk10h] {
        width: 78px;
    }

    .sidebar .logo-details[b-75nfjrk10h] {
        font-size: 60px;
        width: 100%;
        display: flex;
        align-items: center;
    }

        .sidebar .logo-details i[b-75nfjrk10h] {
            font-size: 30px;
            color: #fff;
            height: 50px;
            min-width: 78px;
            text-align: center;
            line-height: 50px;
            cursor: pointer;
        }

        .sidebar .logo-details .logo_name[b-75nfjrk10h] {
            width: 150px;
            height: 80px;
            line-height: 50px;
            cursor: pointer;
            margin: 10px 0 10px 0;
            transition: all 0.5s ease;
        }

    .sidebar.close .logo-details .logo_name[b-75nfjrk10h] {
        transition-delay: 0s;
        opacity: 0;
        pointer-events: none;
    }

    .sidebar .nav-links[b-75nfjrk10h] {
        height: 100%;
        padding-top: 30px 0 150px 0;
        overflow: auto;
    }

        .sidebar .nav-links[b-75nfjrk10h]::-webkit-scrollbar {
            display: none;
        }

    .sidebar.close .nav-links[b-75nfjrk10h] {
        overflow: visible;
    }

    .sidebar .nav-links li[b-75nfjrk10h] {
        position: relative;
        list-style: none;
    }

        .sidebar .nav-links li:hover[b-75nfjrk10h] {
            background: #1d1b31;
            transition: all 0.4s ease;
        }

        .sidebar .nav-links li .iocn-link[b-75nfjrk10h] {
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
        }

    .sidebar.close .nav-links li .iocn-link[b-75nfjrk10h] {
        display: block;
    }

    .sidebar .nav-links li i[b-75nfjrk10h] {
        height: 50px;
        min-width: 78px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .sidebar .nav-links li a[b-75nfjrk10h] {
        text-decoration: none;
        display: flex;
        align-items: center;
    }

        .sidebar .nav-links li a .link_name[b-75nfjrk10h] {
            font-size: 14px;
            font-weight: 400;
            color: #fff;
        }

    .sidebar .nav-links li.showMenu i.arrow[b-75nfjrk10h] {
        transform: rotate(-180deg)
    }

    .sidebar.close .nav-links i.arrow[b-75nfjrk10h] {
        display: none;
    }

    .sidebar.close .nav-links li a .link_name[b-75nfjrk10h] {
        opacity: 0;
        pointer-events: none;
    }

    .sidebar .nav-links li .sub-menu[b-75nfjrk10h] {
        padding: 6px 6px 14px 65px;
        margin-top: -5px;
        background: #1d1b31;
        display: none;
    }

    .sidebar .nav-links li .sub-menu i[b-75nfjrk10h]{
        height: 30px;
        min-width: 45px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .sidebar .nav-links li.showMenu .sub-menu[b-75nfjrk10h] {
        display: block;
    }

    .sidebar .nav-links li .sub-menu a[b-75nfjrk10h] {
        color: #fff;
        font-size: 14px;
        padding: 5px 0;
        white-space: nowrap;
        opacity: 0.6;
        transition: all 0.3s ease;
    }

        .sidebar .nav-links li .sub-menu a:hover[b-75nfjrk10h] {
            opacity: 1;
        }

    .sidebar.close .nav-links li .sub-menu[b-75nfjrk10h] {
        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-75nfjrk10h] {
        top: 0;
        opacity: 1;
        pointer-events: auto;
        transition: all 0.4s ease;
    }

    .sidebar .nav-links li .sub-menu .link_name[b-75nfjrk10h] {
        display: none;
    }

    .sidebar.close .nav-links li .sub-menu .link_name[b-75nfjrk10h] {
        font-size: 18px;
        opacity: 1;
    }

    .sidebar .nav-links li .sub-menu.blank[b-75nfjrk10h] {
        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-75nfjrk10h] {
        top: 50%;
        transform: translateY(-50%)
    }

    .sidebar.close .nav-links li .sub-menu .link_name[b-75nfjrk10h] {
        font-size: 18px;
        opacity: 1;
        display: block;
    }

    .sidebar .profile-details[b-75nfjrk10h] {
        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-75nfjrk10h] {
        width: 78px;
    }

    .sidebar .profile-details .profile-content[b-75nfjrk10h] {
        display: flex;
        align-items: center;
    }

    .sidebar .profile-details img[b-75nfjrk10h] {
        height: 51px;
        width: 51px;
        object-fit: cover;
        border-radius: 16px;
        margin: 0 14px 0 12px;
        background: #1d1b31;
        padding: 10px;
        transition: all 0.5s ease;
    }

    .sidebar.close .profile-details img[b-75nfjrk10h] {
        padding: 10px;
    }

    .sidebar .profile-details .profile_name[b-75nfjrk10h], .sidebar .profile-details .job[b-75nfjrk10h] {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        white-space: nowrap;
    }

    .sidebar.close .profile-details i[b-75nfjrk10h],
    .sidebar.close .profile-details .profile_name[b-75nfjrk10h],
    .sidebar.close .profile-details .job[b-75nfjrk10h] {
        display: none;
    }

    .sidebar .profile-details .job[b-75nfjrk10h] {
        font-size: 12px;
    }

.home-section[b-75nfjrk10h] {
    position: relative;
    background: #E4E9F7;
    height: 100vh;
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
}

.sidebar.close ~ .home-section[b-75nfjrk10h] {
    left: 78px;
    width: calc(100% - 78px);
}

.home-section .home-content[b-75nfjrk10h] {
    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-75nfjrk10h],
    .home-section .home-content .text[b-75nfjrk10h] {
        color: #11101d;
        font-size: 35px;
    }

    .home-section .home-content .bx-menu[b-75nfjrk10h] {
        margin: 0 15px;
        cursor: pointer;
    }

    .home-section .home-content .text[b-75nfjrk10h] {
        font-size: 26px;
        font-weight: 600;
    }


nav[b-75nfjrk10h] {
    display: flex;
    top: 0;
    left: 260px;
    height: 60px;
    background: #fff;
}

nav .navbar[b-75nfjrk10h]{
    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-75nfjrk10h] {
        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-75nfjrk10h] {
        height: 100%;
        line-height: 60px;
        background: #fff;
    }

        nav .navbar .nav-links .links[b-75nfjrk10h] {
            display: flex;

        }

            nav .navbar .nav-links .links li[b-75nfjrk10h] {
                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-75nfjrk10h] {
                background: rgba(255,255,255,0.3);

            }


                nav .navbar .nav-links .links li a[b-75nfjrk10h] {
                    height: 100%;
                    color: #1d1b31;
                    text-decoration: none;
                    white-space: nowrap;
                    padding: 0 4px;
                    cursor: pointer;
                }

                    nav .navbar .nav-links .links li a i[b-75nfjrk10h] {
                        height: 50px;
                        min-width: 38px;
                        text-align: center;
                        line-height: 50px;
                        color: #1d1b31;
                        font-size: 20px;
                        cursor: pointer;
                        transition: all 0.3s ease;
                    }

    .navbar .nav-links .links li .arrow[b-75nfjrk10h] {
        height: 100%;
        width: 22px;
        text-align: center;
        color: #1d1b31;
        line-height: 60px;
        transition: all 0.3s ease;
    }

    .navbar .nav-links .links li:hover .htmlcss-arrow[b-75nfjrk10h],
    .navbar .nav-links .links li:hover .js-arrow[b-75nfjrk10h] {
        transform: rotate(180deg);
    }

.navbar .nav-links .links li:hover[b-75nfjrk10h] {
    background: #e5e7e5;
    transition: all 0.4s ease;
}

.navbar .nav-links .links .sub-menu[b-75nfjrk10h] {
    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-75nfjrk10h] {
            padding: 0, 22px;
            border-bottom: 1px solid rgba(255,255,255,0.3);
        }

            .navbar .nav-links .links .sub-menu li a[b-75nfjrk10h] {
                font-size: 15px;
                font: 500;
                display: flex;
                align-items: center;
            }

                .navbar .nav-links .links .sub-menu li a i[b-75nfjrk10h] {
                    height: 50px;
                    min-width: 38px;
                    text-align: center;
                    line-height: 50px;
                    color: #1d1b31;
                    font-size: 20px;
                    cursor: pointer;
                    transition: all 0.3s ease;
                }

            .navbar .nav-links .links .sub-menu li:hover[b-75nfjrk10h] {
                background: #e5e7e5;
                transition: all 0.4s ease;
            }



    .navbar .nav-links .links li:hover .htmlcss-sub-menu[b-75nfjrk10h],
    .navbar .nav-links .links li:hover .js-sub-menu[b-75nfjrk10h] {
        display: block;
    }








    #blazor-error-ui[b-75nfjrk10h] {
        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-75nfjrk10h] {
            cursor: pointer;
            position: absolute;
            right: 0.75rem;
            top: 0.5rem;
        }
/* _content/etire/Components/Pages/Contas/Empresas_planos.razor.rz.scp.css */
.crop[b-58aq8a5k8o] {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* _content/etire/Components/Pages/Contas/Login.razor.rz.scp.css */

*[b-x5mm4gxxp8] {
    font-family: 'Poppins', 'sans-serif';
}

.modak-regular[b-x5mm4gxxp8] {
    font-family: "Modak", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
}

.form_container[b-x5mm4gxxp8] {
    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-x5mm4gxxp8] {
        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-x5mm4gxxp8] {
            font-size: 20px;
            color: #0b0217;
            text-align: center;
            font-weight: 700;
        }

        .form_container h6[b-x5mm4gxxp8] {
            font-size: 13px;
            color: #0b0217;
            text-align: center;
        }

    .img_fundo[b-x5mm4gxxp8] {
        width: 100%;
        height: 100vh;
    }

.img_logo[b-x5mm4gxxp8] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

    .form_container .logo-details[b-x5mm4gxxp8] {
        font-size: 60px;
        width: 100%;
        display: flex;
        align-items: center;
    }

        .form_container .logo-details .logo_name[b-x5mm4gxxp8] {
            font-size: 40px;
            margin-left: 5px;
            color: #0b0217;
            font-weight: 800;
            transition: 0.5s ease;
            transition-delay: 0.1s;
        }
/* _content/etire/Components/Pages/Home.razor.rz.scp.css */

img[b-c5zlbk022h] {
    position: absolute;
    width: 100px;
    height: 100px;
}

.plano[b-c5zlbk022h] {
    position: relative;
    left: 120px;
    top: 0px;
    display: inline-block;
}

.plano h4[b-c5zlbk022h]{
    font-weight: 700;
}

.crop[b-c5zlbk022h] {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
