.miq-account-nav-item {
    position: relative;
}

.miq-account-trigger,
.miq-signin-link {
    white-space: nowrap;
}

.miq-account-avatar-wrap {
    position: relative;
    display: inline-flex;
    width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .miq-signin-link {
        display: grid;
        grid-template-columns: max-content 1.25rem;
        column-gap: .4rem;
        align-items: center;
        justify-content: start;
        padding: .5rem 0;
    }

    .miq-signin-link > .fa-user-circle {
        grid-column: 2;
        grid-row: 1;
        width: 1.25rem;
        margin-right: 0;
        font-size: 1rem;
        line-height: 1;
        text-align: center;
    }

    .miq-signin-link .miq-signin-label {
        grid-column: 1;
        grid-row: 1;
    }
}

@media (min-width: 992px) {
    .miq-signin-link .miq-signin-label {
        display: none;
    }

    .miq-signin-link {
        padding-right: .65rem;
        padding-left: .65rem;
        position: relative;
        top: 1px;
        min-width: 1.9rem;
        font-size: 1.8rem;
        line-height: inherit;
        text-align: center;
    }

    /* Keep logged-in and logged-out account glyphs the same size. */
    .miq-signin-link > .fa-user-circle,
    .miq-account-avatar {
        display: inline-block;
        font-size: 1.2rem !important;
        line-height: 1;
    }

    .miq-account-avatar {
        width: 1.2rem;
        margin-right: 0;
    }

    .miq-account-avatar-wrap {
        width: 1.2rem;
        height: 1.2rem;
    }

    .miq-account-name {
        display: none;
    }
}

.miq-account-avatar {
    display: inline-block;
    width: 1.25rem;
    margin-right: 0;
    color: #3b99e0;
    background: transparent;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
}

.miq-account-icon-badge {
    position: absolute;
    top: -.38rem;
    right: -.55rem;
    z-index: 1;
    display: inline-flex;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border: 2px solid var(--bg-navbar, #fff);
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: #dc3545;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
}

.miq-account-icon-badge[hidden],
.miq-account-unread[hidden],
.miq-tab-count[hidden] {
    display: none;
}

.miq-account-name {
    display: none;
}

.miq-account-dropdown-header {
    max-width: 240px;
    overflow: hidden;
    color: #667085;
    cursor: default;
    line-height: 1.35;
    pointer-events: none;
}

.miq-account-dropdown-header > span,
.miq-account-dropdown-header > strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.miq-account-dropdown-header > strong {
    color: #1d2939;
    font-size: 14px;
}

.miq-account-nav-item .dropdown-menu {
    min-width: 210px;
    padding: .5rem 0 !important;
}

.miq-account-nav-item .dropdown-item i {
    margin-right: 7px;
    color: #3b99e0;
}

.miq-community-pulse {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    max-width: 1160px;
    margin: 0 auto 26px;
    padding: 18px 22px;
    border: 1px solid rgba(59, 153, 224, .28);
    border-radius: 12px;
    background: var(--card-bg, #fff);
    box-shadow: 0 10px 30px rgba(16, 24, 40, .08);
    color: #1d2939;
}

.miq-community-pulse-placement {
    margin-top: 18px;
    margin-bottom: 28px;
}

.miq-community-pulse-placement .miq-community-pulse {
    margin-bottom: 0;
}

.miq-community-pulse-placement-stock {
    padding-right: 0;
    padding-left: 0;
}

.miq-community-pulse-placement-stock .miq-community-pulse {
    width: 100%;
    max-width: none;
}

.miq-community-pulse-copy {
    flex: 1 1 320px;
    min-width: 240px;
}

.miq-community-pulse-kicker {
    color: #3b99e0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.miq-community-pulse h2 {
    margin: 2px 0 4px;
    font-size: 18px;
}

.miq-community-pulse p {
    margin: 0;
    color: #667085;
    font-size: 12px;
}

.miq-community-pulse-zero-state {
    display: inline-block;
    margin-top: 6px;
    color: #16875f;
    font-size: 12px;
    font-weight: 700;
}

.miq-community-pulse-zero-state[hidden] {
    display: none !important;
}

.miq-community-pulse-actions {
    display: flex;
    flex: 1 1 360px;
    gap: 8px;
}

.miq-community-pulse-actions button {
    flex: 1;
    padding: 8px 10px;
    border: 1px solid var(--button-outline-subtle-border, rgba(59, 153, 224, .25));
    border-radius: 7px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font-size: 13px;
}

.miq-community-pulse-actions button:hover,
.miq-community-pulse-actions button:focus,
.miq-community-pulse-actions button[aria-pressed="true"] {
    border-color: var(--button-outline-border, #3b99e0);
}

.miq-community-pulse-actions button[aria-pressed="true"] {
    background: var(--button-outline-active-bg, rgba(59, 153, 224, .13));
    box-shadow: inset 0 0 0 1px var(--button-outline-active-shadow, rgba(59, 153, 224, .24));
}

.miq-community-pulse-actions button:disabled {
    cursor: wait;
    opacity: .65;
}

.miq-community-pulse-actions i {
    color: var(--button-outline-color, #3b99e0);
}

.miq-community-pulse-link {
    white-space: nowrap;
    font-size: 13px;
}

.miq-community-pulse-explanation {
    flex: 0 0 100%;
    padding-top: 14px;
    border-top: 1px solid rgba(102, 112, 133, .18);
}

.miq-community-pulse-explanation[hidden] {
    display: none !important;
}

.miq-community-pulse-explanation label {
    display: block;
    margin-bottom: 7px;
    color: #344054;
    font-size: 13px;
    font-weight: 600;
}

.miq-community-pulse-explanation-row {
    display: flex;
    gap: 8px;
}

.miq-community-pulse-explanation input {
    flex: 1;
    min-width: 0;
    padding: 9px 11px;
    border: 1px solid #cfd4dc;
    border-radius: 7px;
    background: #fff;
    color: #1d2939;
    font-size: 13px;
}

.miq-community-pulse-explanation input:focus {
    outline: 2px solid var(--button-outline-active-shadow, rgba(59, 153, 224, .25));
    border-color: var(--button-outline-border, #3b99e0);
}

.miq-community-pulse-explanation button {
    padding: 9px 14px;
    border: 1px solid var(--button-primary-border, #3b99e0);
    border-radius: 7px;
    background: var(--button-primary-bg, #3b99e0);
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

.miq-community-pulse-explanation button:disabled {
    cursor: wait;
    opacity: .65;
}

.miq-community-pulse-explanation-status {
    display: block;
    min-height: 18px;
    margin-top: 5px;
    color: #667085;
    font-size: 12px;
}

.miq-sentiment-chart {
    --miq-sentiment-grid: rgba(102, 112, 133, .24);
    --miq-sentiment-label: #667085;
    --miq-sentiment-bullish: #16875f;
    --miq-sentiment-neutral: #667085;
    --miq-sentiment-bearish: #c63d3d;
    --miq-sentiment-score: #3b99e0;
}

.miq-sentiment-chart-compact {
    max-width: 250px;
    margin-top: 8px;
}

.miq-sentiment-chart-compact[hidden] {
    display: none !important;
}

.miq-sentiment-chart-compact .miq-sentiment-chart-plot {
    width: 220px;
    max-width: 100%;
    height: 48px;
}

.miq-sentiment-chart-compact .miq-sentiment-chart-status {
    display: block;
    margin-top: 2px;
    color: #667085;
    font-size: 11px;
}

.miq-sentiment-svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.miq-sentiment-grid-line {
    stroke: var(--miq-sentiment-grid);
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
}

.miq-sentiment-axis-label {
    fill: var(--miq-sentiment-label);
    font-family: Montserrat, sans-serif;
    font-size: 10px;
}

.miq-sentiment-line {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.miq-sentiment-line.is-bullish,
.miq-sentiment-point.is-bullish {
    stroke: var(--miq-sentiment-bullish);
}

.miq-sentiment-line.is-neutral,
.miq-sentiment-point.is-neutral {
    stroke: var(--miq-sentiment-neutral);
}

.miq-sentiment-line.is-bearish,
.miq-sentiment-point.is-bearish {
    stroke: var(--miq-sentiment-bearish);
}

.miq-sentiment-line.is-score {
    stroke: var(--miq-sentiment-score);
}

.miq-sentiment-point {
    fill: var(--bg-card, #fff);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

.miq-chart-sync-status {
    min-height: 18px;
    margin-top: 7px;
    color: #667085;
    font-size: 12px;
}

.miq-chart-sync-status.is-error {
    color: #b42318;
}

html[data-theme="dark"] .miq-chart-sync-status {
    color: #c5c9d6;
}

html[data-theme="dark"] .miq-community-pulse {
    background: #20213a;
    color: #f1f3f7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

html[data-theme="dark"] .miq-community-pulse p {
    color: #c5c9d6;
}

html[data-theme="dark"] .miq-community-pulse-zero-state {
    color: #52d49b;
}

html[data-theme="dark"] .miq-community-pulse-explanation {
    border-top-color: rgba(197, 201, 214, .2);
}

html[data-theme="dark"] .miq-community-pulse-explanation label,
html[data-theme="dark"] .miq-community-pulse-explanation-status {
    color: #c5c9d6;
}

html[data-theme="dark"] .miq-community-pulse-explanation input {
    border-color: #54566f;
    background: #17182d;
    color: #f1f3f7;
}

html[data-theme="dark"] .miq-community-pulse-explanation input::placeholder {
    color: #959bb0;
}

html[data-theme="dark"] .miq-sentiment-chart {
    --miq-sentiment-grid: rgba(197, 201, 214, .22);
    --miq-sentiment-label: #c5c9d6;
    --miq-sentiment-bullish: #52d49b;
    --miq-sentiment-neutral: #b2b9c8;
    --miq-sentiment-bearish: #ff7b7b;
    --miq-sentiment-score: #6bb7ff;
}

html[data-theme="dark"] .miq-sentiment-chart-compact .miq-sentiment-chart-status {
    color: #c5c9d6;
}

html[data-theme="dark"] .miq-sentiment-point {
    fill: #20213a;
}

.miq-account-page {
    min-height: 70vh;
    padding: 120px 15px 55px;
    background: var(--bg, #fff);
}

.miq-account-card {
    max-width: 620px;
    padding: 34px;
    border: 1px solid rgba(59, 153, 224, .22);
    border-radius: 14px;
    background: var(--card-bg, #fff);
    box-shadow: 0 12px 35px rgba(31, 60, 85, .10);
}

.miq-account-intro {
    margin-bottom: 24px;
    text-align: center;
}

.miq-account-kicker {
    color: #3b99e0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.miq-account-intro h1 {
    margin: 8px 0 10px;
}

.miq-account-intro p {
    margin-bottom: 0;
    color: #667085;
}

.miq-account-form label {
    display: block;
    margin: 13px 0 6px;
    font-size: 14px;
    font-weight: 600;
}

.miq-account-form .btn {
    margin-top: 18px;
}

.miq-password-field {
    position: relative;
}

.miq-password-field > .form-control {
    padding-right: 46px;
}

.miq-password-toggle {
    position: absolute;
    z-index: 2;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 42px;
    padding: 0;
    border: 0;
    border-radius: 0 .25rem .25rem 0;
    background: transparent;
    color: #667085;
    line-height: 1;
}

.miq-password-toggle:hover {
    background: rgba(59, 153, 224, .08);
    color: #344054;
}

.miq-password-toggle:focus {
    outline: 0;
    background: rgba(59, 153, 224, .10);
    color: #1d2939;
    box-shadow: inset 0 0 0 2px rgba(59, 153, 224, .35);
}

.miq-display-name-suggestions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: -4px 0 12px;
    color: #667085;
    font-size: 12px;
}

.miq-display-name-suggestion {
    margin: 0;
}

html[data-theme="dark"] .miq-display-name-suggestions {
    color: #aab4c3;
}

.miq-account-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 23px 0;
    color: #8a94a6;
    font-size: 13px;
}

.miq-account-divider::before,
.miq-account-divider::after {
    flex: 1;
    height: 1px;
    content: "";
    background: rgba(138, 148, 166, .35);
}

.miq-google-form {
    display: flex;
    justify-content: center;
    color-scheme: light;
}

.miq-google-form[hidden],
.miq-native-google-login[hidden] {
    display: none !important;
}

.miq-native-google-login {
    display: flex;
    width: min(100%, 400px);
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    padding: 9px 16px;
    border: 1px solid #747775;
    border-radius: 4px;
    background: #fff;
    color: #1f1f1f;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.miq-native-google-login:hover,
.miq-native-google-login:focus {
    border-color: #5f6368;
    background: #f8f9fa;
    color: #174ea6;
    text-decoration: none;
}

.miq-native-google-login:focus-visible {
    outline: 3px solid rgba(26, 115, 232, .3);
    outline-offset: 2px;
}

.miq-native-google-login i {
    width: 18px;
    color: #4285f4;
    font-size: 16px;
    text-align: center;
}

.miq-google-button {
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color-scheme: light;
    line-height: 0;
}

.miq-google-button iframe {
    display: block;
    border: 0;
    background-color: transparent;
    color-scheme: light;
}

.miq-google-unavailable {
    padding: 12px;
    border: 1px dashed rgba(59, 153, 224, .35);
    border-radius: 6px;
    color: #667085;
    font-size: 13px;
    text-align: center;
}

.miq-account-switch,
.miq-account-links {
    margin: 21px 0 0;
    color: #667085;
    font-size: 13px;
    text-align: center;
}

.miq-account-links {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.miq-reset-inline {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(138, 148, 166, .25);
}

html[data-theme="dark"] .miq-account-card {
    border-color: rgba(110, 168, 255, .35);
    background: #20213a;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .24);
}

html[data-theme="dark"] .miq-account-intro p,
html[data-theme="dark"] .miq-account-switch,
html[data-theme="dark"] .miq-account-links,
html[data-theme="dark"] .miq-google-unavailable {
    color: #c5c9d6;
}

html[data-theme="dark"] .miq-native-google-login {
    border-color: #8ab4f8;
    background: #0b57d0;
    color: #fff;
}

html[data-theme="dark"] .miq-native-google-login:hover,
html[data-theme="dark"] .miq-native-google-login:focus {
    border-color: #aecbfa;
    background: #0842a0;
    color: #fff;
}

html[data-theme="dark"] .miq-native-google-login i {
    color: #fff;
}

html[data-theme="dark"] .miq-account-card .form-control,
html[data-theme="dark"] .miq-workspace-page .form-control {
    border-color: #59607d;
    background-color: #2b2d47;
    color: #f1f3f7;
    color-scheme: dark;
}

html[data-theme="dark"] .miq-account-card .form-control::placeholder,
html[data-theme="dark"] .miq-workspace-page .form-control::placeholder {
    color: #aab4c3;
}

html[data-theme="dark"] .miq-account-card .form-control:focus,
html[data-theme="dark"] .miq-workspace-page .form-control:focus {
    border-color: #6bb7ff;
    background-color: #303250;
    color: #ffffff;
    box-shadow: 0 0 0 .2rem rgba(107, 183, 255, .2);
}

html[data-theme="dark"] .miq-account-card input:-webkit-autofill,
html[data-theme="dark"] .miq-account-card input:-webkit-autofill:hover,
html[data-theme="dark"] .miq-account-card input:-webkit-autofill:focus,
html[data-theme="dark"] .miq-account-card input:-webkit-autofill:active,
html[data-theme="dark"] .miq-workspace-page input:-webkit-autofill,
html[data-theme="dark"] .miq-workspace-page input:-webkit-autofill:hover,
html[data-theme="dark"] .miq-workspace-page input:-webkit-autofill:focus,
html[data-theme="dark"] .miq-workspace-page input:-webkit-autofill:active {
    background-color: #2b2d47 !important;
    background-image: none !important;
    -webkit-text-fill-color: #f1f3f7 !important;
    -webkit-box-shadow: 0 0 0 1000px #2b2d47 inset !important;
    box-shadow: 0 0 0 1000px #2b2d47 inset !important;
    caret-color: #f1f3f7;
}

html[data-theme="dark"] .miq-account-card input:autofill,
html[data-theme="dark"] .miq-account-card input:autofill:hover,
html[data-theme="dark"] .miq-account-card input:autofill:focus,
html[data-theme="dark"] .miq-account-card input:autofill:active,
html[data-theme="dark"] .miq-workspace-page input:autofill,
html[data-theme="dark"] .miq-workspace-page input:autofill:hover,
html[data-theme="dark"] .miq-workspace-page input:autofill:focus,
html[data-theme="dark"] .miq-workspace-page input:autofill:active {
    background-color: #2b2d47 !important;
    background-image: none !important;
    color: #f1f3f7 !important;
    -webkit-text-fill-color: #f1f3f7 !important;
    box-shadow: 0 0 0 1000px #2b2d47 inset !important;
    caret-color: #f1f3f7;
}

html[data-theme="dark"] .miq-password-toggle {
    color: #c5c9d6;
}

html[data-theme="dark"] .miq-password-toggle:hover,
html[data-theme="dark"] .miq-password-toggle:focus {
    background: rgba(107, 183, 255, .14);
    color: #ffffff;
}

html[data-theme="dark"] .miq-account-nav-item .dropdown-menu {
    background: #24253d;
}

html[data-theme="dark"] .miq-account-nav-item .dropdown-item {
    color: #bbbbbb !important;
}

html[data-theme="dark"] .miq-account-nav-item .dropdown-item:hover,
html[data-theme="dark"] .miq-account-nav-item .dropdown-item:focus {
    background: #303250;
    color: #ffffff !important;
}

html[data-theme="dark"] .miq-account-dropdown-header {
    color: #aab4c3;
}

html[data-theme="dark"] .miq-account-dropdown-header > strong {
    color: #f1f3f7;
}

.miq-sso-error-page {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: calc(100vh - 78px);
    padding-top: 155px;
    background: linear-gradient(145deg, #f7fbff 0%, #eef5ff 48%, #f8fbff 100%);
}

.miq-sso-error-card {
    width: min(100%, 640px);
    padding: 44px 46px 42px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.miq-sso-error-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #1685e8, #14cdbb);
}

.miq-sso-error-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: linear-gradient(135deg, #1685e8, #1468d6);
    box-shadow: 0 12px 24px rgba(22, 133, 232, .24);
    color: #fff;
    font-size: 23px;
}

.miq-sso-error-card .miq-account-intro {
    margin-bottom: 22px;
}

.miq-sso-error-card .miq-account-intro h1 {
    margin-top: 10px;
    font-size: clamp(26px, 4vw, 34px);
}

.miq-sso-error-message {
    max-width: 510px;
    margin: 0 auto;
    color: #526071;
    font-size: 16px;
    line-height: 1.65;
}

.miq-sso-error-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 500px;
    margin: 0 auto 26px;
    padding: 13px 15px;
    border: 1px solid rgba(59, 153, 224, .2);
    border-radius: 10px;
    background: rgba(59, 153, 224, .07);
    color: #526071;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
}

.miq-sso-error-note i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: #1685e8;
}

.miq-sso-error-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

html[data-theme="dark"] .miq-sso-error-page {
    background: linear-gradient(145deg, #17182b 0%, #1b1e36 52%, #17182b 100%);
}

html[data-theme="dark"] .miq-sso-error-card {
    border-color: rgba(110, 168, 255, .35);
    background: #20213a;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

html[data-theme="dark"] .miq-sso-error-message,
html[data-theme="dark"] .miq-sso-error-note {
    color: #c5c9d6;
}

html[data-theme="dark"] .miq-sso-error-note {
    border-color: rgba(110, 168, 255, .25);
    background: rgba(110, 168, 255, .09);
}

@media (max-width: 575.98px) {
    .miq-sso-error-page {
        padding-top: 125px;
    }

    .miq-sso-error-card {
        padding: 36px 22px 30px;
    }

    .miq-sso-error-actions {
        flex-direction: column;
    }

    .miq-sso-error-actions .btn {
        width: 100%;
    }
}

.miq-account-unread,
.miq-tab-count {
    display: inline-flex;
    min-width: 18px;
    height: 18px;
    margin-left: auto;
    padding: 0 5px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: #1689e5;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.miq-account-nav-item .dropdown-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: .35rem 1.5rem !important;
    color: #212529 !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.miq-account-nav-item .dropdown-item:hover,
.miq-account-nav-item .dropdown-item:focus {
    color: #16181b !important;
}

.miq-account-nav-item .dropdown-item i {
    margin-right: 3px;
}

.miq-notification-settings-status {
    min-height: 1.5em;
    margin: 12px 0;
    color: #526071;
    font-size: 14px;
}

.miq-notification-preferences {
    display: grid;
    gap: 8px;
    margin: 14px 0;
}

.miq-notification-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0;
}

.miq-notification-devices {
    display: grid;
    gap: 8px;
    margin-top: 18px;
}

.miq-notification-device {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(52, 64, 84, .18);
    border-radius: 8px;
    background: rgba(59, 153, 224, .04);
}

.miq-notification-device-copy {
    min-width: 0;
}

.miq-notification-device-copy strong,
.miq-notification-device-copy small {
    display: block;
}

.miq-notification-device-copy small {
    color: #687586;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html[data-theme="dark"] .miq-notification-settings-status {
    color: #c5c9d6;
}

html[data-theme="dark"] .miq-notification-device {
    border-color: rgba(110, 168, 255, .28);
    background: rgba(110, 168, 255, .08);
}

html[data-theme="dark"] .miq-notification-device-copy small {
    color: #aeb8cb;
}

@media (max-width: 991.98px) {
    .clean-navbar #navbarSupportedContent {
        max-height: calc(100vh - 74px);
        max-height: calc(100dvh - 74px);
        padding-bottom: .75rem;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior-y: contain;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y pinch-zoom;
    }

    .miq-account-name {
        max-width: none;
    }

    .miq-account-nav-item .dropdown-menu {
        border: 0;
        box-shadow: none;
    }

    .miq-community-pulse {
        align-items: stretch;
        flex-direction: column;
        gap: 13px;
    }

    .miq-community-pulse-copy {
        min-width: 0;
    }

    .miq-community-pulse-actions {
        flex-basis: auto;
    }
}

@media (max-width: 639px) {
    .clean-navbar #navbarSupportedContent {
        max-height: calc(100vh - 134px - env(safe-area-inset-bottom, 0px));
        max-height: calc(100dvh - 134px - env(safe-area-inset-bottom, 0px));
        padding-bottom: calc(.75rem + env(safe-area-inset-bottom, 0px));
        scroll-padding-bottom: calc(.75rem + env(safe-area-inset-bottom, 0px));
    }
}

@media (max-width: 575.98px) {
    .miq-account-card {
        padding: 25px 20px;
    }

    .miq-account-links {
        flex-direction: column;
    }

    .miq-community-pulse-explanation-row {
        flex-direction: column;
    }

    .miq-community-pulse-explanation button {
        width: 100%;
    }
}
