/* ==========================================================
   GOO ELÉTRICOS — PADRÃO VISUAL COMPATÍVEL COM A MOVIX
   ========================================================== */

/* Topo da sidebar */
html[data-theme="GOO_LIGHT"] .sidebar-brand {
    height: 96px !important;
    min-height: 96px !important;
    padding: 0 24px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

html[data-theme="GOO_LIGHT"] .sidebar-brand-goo {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;

    width: 100% !important;
}

html[data-theme="GOO_LIGHT"] .goo-symbol-logo {
    display: block !important;
    flex: 0 0 48px !important;

    width: 48px !important;
    height: 48px !important;

    object-fit: contain !important;
}

html[data-theme="GOO_LIGHT"] .sidebar-brand-goo .brand-text {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;

    min-width: 0 !important;
}

html[data-theme="GOO_LIGHT"] .sidebar-brand-goo .brand-text strong {
    color: #ffffff !important;

    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
}

html[data-theme="GOO_LIGHT"] .sidebar-brand-goo .brand-text span {
    margin-top: 5px !important;

    color: rgba(255, 255, 255, 0.72) !important;

    font-size: 10px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.075em !important;
    text-transform: uppercase !important;
}

/* Seletor de empresa */
html[data-theme="GOO_LIGHT"] .company-switcher-symbol {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 48px !important;

    width: 48px !important;
    height: 48px !important;

    padding: 5px !important;

    background: rgba(15, 76, 129, 0.08) !important;
    border: 1px solid rgba(15, 76, 129, 0.12) !important;
    border-radius: 13px !important;

    color: transparent !important;
    font-size: 0 !important;
}

html[data-theme="GOO_LIGHT"] .company-switcher-symbol img {
    display: block !important;

    width: 38px !important;
    height: 38px !important;

    object-fit: contain !important;
}

html[data-theme="GOO_LIGHT"] .company-switcher-form {
    min-height: 68px !important;
    padding: 9px 13px !important;

    background: rgba(255, 255, 255, 0.97) !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 16px !important;

    box-shadow:
        0 10px 24px rgba(0, 38, 78, 0.14) !important;
}

html[data-theme="GOO_LIGHT"] .company-switcher-content > span {
    color: #8391a5 !important;
}

html[data-theme="GOO_LIGHT"] .company-switcher-content select {
    color: #18304d !important;
    font-weight: 800 !important;
}

html[data-theme="GOO_LIGHT"] .company-switcher-arrow {
    color: #71839b !important;
}

/* Login */
.login-page .login-brand {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.login-page .login-goo-symbol {
    display: block !important;
    flex: 0 0 62px !important;

    width: 62px !important;
    height: 62px !important;

    object-fit: contain !important;
}

.login-page .login-brand-logo,
.login-page .login-brand-mark {
    display: none !important;
}

.login-page .login-brand strong {
    color: #ffffff !important;
    font-weight: 800 !important;
}

.login-page .login-brand span {
    color: rgba(255, 255, 255, 0.72) !important;
}
