/* _content/motorIDX/Areas/Admin/Views/Dashboard/Index.cshtml.rz.scp.css */
.bg1[b-98meivae5v] {
    width: 300px;
    height: 200px;
    background: linear-gradient(180deg, #8fc7f3 0%, #fbfbe3 55%);
}
/* _content/motorIDX/Areas/Admin/Views/SubscriptionPlan/Index.cshtml.rz.scp.css */
.Active[b-y0izee7uy9] {
    background-color: #e4fedd;
}

.Deactive[b-y0izee7uy9] {
    background-color: #f7dadc;
}
/* _content/motorIDX/Views/Shared/AdmDashboard/_AdmDashboard.cshtml.rz.scp.css */
.adm-menu-bg[b-h82t5pdlkn] {
    background-color: #082763;
}

.sidebar[b-h82t5pdlkn] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 50px;
    overflow: hidden;
    z-index: 1030;
    transition: width 0.3s ease;
}

.sidebar-text[b-h82t5pdlkn] {
    display: none;
}

.sidebar-item[b-h82t5pdlkn] {
    height: 34px;
    padding: 4px 0 0 5px;
    background-color: none;
}

    .sidebar-item:hover[b-h82t5pdlkn] {
        background-color: rgba(175, 175, 175, 0.35);
    }

.sidebar:hover[b-h82t5pdlkn] {
    width: 150px;
    overflow-y: visible;
}

    .sidebar:hover .sidebar-text[b-h82t5pdlkn] {
        display: inline !important;
    }

.sidebar.collapsed[b-h82t5pdlkn] {
    transform: translateX(-100%);
}

.main-content[b-h82t5pdlkn] {
    margin-left: 50px; /* garante que o conteúdo não fique por baixo */
    transition: margin-left 0.3s ease;
}

    .main-content.expanded[b-h82t5pdlkn] {
        margin-left: 0;
    }

.openSidebarBtn[b-h82t5pdlkn] {
    z-index: 1050;
    display: none;
    padding: 0px;
    top: 42px;
    left: -15px;
    opacity: 0.5;
}

    .openSidebarBtn:hover[b-h82t5pdlkn] {
        height: 70px;
        left: -10px;
        opacity: 1;
    }
/* _content/motorIDX/Views/Shared/_Partial_Footer.cshtml.rz.scp.css */
.site-footer[b-cf76bsfrwg] {
    /*    background-color: #333;*/
    color: #282828;
    padding: 20px 0;
    margin-top: 30px;
    width: 100%;
    box-sizing: border-box;
}

    .site-footer a[b-cf76bsfrwg] {
        color: #082763;
        text-decoration: none;
        margin: 0 10px;
        transition: color 0.3s ease;
    }

        .site-footer a:hover[b-cf76bsfrwg] {
            color: #03f;
            text-decoration: underline;
        }

    .site-footer p[b-cf76bsfrwg] {
        margin: 10px 0;
    }
