/* /Components/Account/Shared/AccountLayout.razor.rz.scp.css */
.inotrex-account-shell[b-7641qp35cs] {
    --account-deep-blue: var(--inotrex-azul-profundo, #071a2d);
    --account-cyan: var(--inotrex-cian-electrico, #00c8ff);
    --account-vector: var(--inotrex-azul-vector, #2f63ff);
    --account-violet: var(--inotrex-violeta-orbital, #6a50f5);
    --account-ink: var(--inotrex-tinta, #101820);
    --account-slate: var(--inotrex-pizarra, #526274);
    --account-mist: var(--inotrex-niebla, #e6edf4);
    --account-cloud: var(--inotrex-nube, #f5f8fc);
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    color: var(--account-ink);
    background: var(--account-cloud);
}

.inotrex-account-shell__skip[b-7641qp35cs] {
    position: fixed;
    inset: 0 auto auto 1rem;
    z-index: 1000;
    padding: .65rem 1rem;
    color: #fff;
    background: var(--account-deep-blue);
    border-radius: 0 0 .6rem .6rem;
    transform: translateY(-110%);
    transition: transform .15s ease;
}

.inotrex-account-shell__skip:focus[b-7641qp35cs] {
    transform: translateY(0);
}

.inotrex-account-shell__header[b-7641qp35cs],
.inotrex-account-shell__footer[b-7641qp35cs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .65rem clamp(1rem, 3vw, 3rem);
    background: #fff;
}

.inotrex-account-shell__header[b-7641qp35cs] {
    min-height: 60px;
    border-bottom: 1px solid var(--account-mist);
}

.inotrex-account-brand[b-7641qp35cs] {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    color: var(--account-deep-blue);
    text-decoration: none;
}

.inotrex-account-brand__logo[b-7641qp35cs] {
    display: block;
    width: clamp(9rem, 14vw, 10.75rem);
    height: auto;
}

.inotrex-account-shell__back[b-7641qp35cs] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--account-slate);
    font-weight: 600;
    text-decoration: none;
}

.inotrex-account-shell__actions[b-7641qp35cs] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.inotrex-account-shell__actions form[b-7641qp35cs] {
    margin: 0;
}

.inotrex-account-shell__signout[b-7641qp35cs] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    min-height: 2.5rem;
    padding: .55rem .8rem;
    color: var(--account-deep-blue);
    border: 1px solid var(--account-mist);
    border-radius: .65rem;
    background: #fff;
    font: inherit;
    font-size: .86rem;
    font-weight: 700;
    cursor: pointer;
}

.inotrex-account-shell__signout:hover[b-7641qp35cs],
.inotrex-account-shell__signout:focus-visible[b-7641qp35cs] {
    color: var(--account-vector);
    border-color: #c8d4ff;
}

.inotrex-account-shell__back:hover[b-7641qp35cs],
.inotrex-account-shell__back:focus-visible[b-7641qp35cs] {
    color: var(--account-vector);
}

.inotrex-account-shell__canvas[b-7641qp35cs] {
    display: grid;
    grid-template-columns: clamp(17rem, 23vw, 22rem) minmax(0, 1fr);
    flex: 1;
}

.inotrex-account-shell__aside[b-7641qp35cs] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    min-height: 100%;
    padding: clamp(1.75rem, 3vw, 3rem);
    color: #fff;
    background:
        radial-gradient(circle at 18% 18%, rgb(0 200 255 / .22), transparent 30%),
        linear-gradient(155deg, #071a2d 0%, #0c2945 62%, #17284c 100%);
}

.inotrex-account-shell__aside[b-7641qp35cs]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .16;
    background-image:
        linear-gradient(rgb(255 255 255 / .18) 1px, transparent 1px),
        linear-gradient(90deg, rgb(255 255 255 / .18) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.inotrex-account-shell__aside-content[b-7641qp35cs] {
    position: relative;
    z-index: 1;
    max-width: 32rem;
}

.inotrex-account-shell__eyebrow[b-7641qp35cs] {
    display: inline-block;
    margin-bottom: .65rem;
    color: var(--account-cyan);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.inotrex-account-shell__statement[b-7641qp35cs] {
    margin: 0 0 .75rem;
    font-size: clamp(1.65rem, 2.6vw, 2.75rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.035em;
}

.inotrex-account-shell__support[b-7641qp35cs] {
    max-width: 34rem;
    margin: 0;
    color: rgb(255 255 255 / .72);
    font-size: .92rem;
    line-height: 1.5;
}

.inotrex-account-shell__orb[b-7641qp35cs] {
    position: absolute;
    top: 12%;
    right: -8rem;
    width: 20rem;
    aspect-ratio: 1;
    border: 1px solid rgb(0 200 255 / .35);
    border-radius: 50%;
    box-shadow:
        0 0 0 3rem rgb(47 99 255 / .08),
        0 0 0 6rem rgb(106 80 245 / .05);
}

.inotrex-account-shell__main[b-7641qp35cs] {
    min-width: 0;
    padding-block: clamp(1rem, 2.5dvh, 2rem);
    padding-inline: clamp(1rem, 3vw, 3rem);
    background:
        radial-gradient(circle at 100% 0%, rgb(0 200 255 / .07), transparent 28rem),
        var(--account-cloud);
}

.inotrex-account-shell__main:focus[b-7641qp35cs] {
    outline: none;
}

.inotrex-account-shell__content[b-7641qp35cs] {
    display: grid;
    align-content: center;
    width: min(100%, 80rem);
    min-height: 100%;
    margin-inline: auto;
}

[b-7641qp35cs] .inotrex-auth {
    width: min(100%, 68rem);
    margin-inline: auto;
}

[b-7641qp35cs] .inotrex-auth--compact {
    width: min(100%, 36rem);
}

[b-7641qp35cs] .inotrex-auth__heading {
    margin-bottom: .85rem;
}

[b-7641qp35cs] .inotrex-auth__heading h1 {
    margin: .2rem 0 .35rem;
    color: var(--account-deep-blue);
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    line-height: 1.06;
    letter-spacing: -.04em;
}

[b-7641qp35cs] .inotrex-auth__heading p,
[b-7641qp35cs] .inotrex-manage-page__heading p,
[b-7641qp35cs] .inotrex-card__intro {
    margin: 0;
    color: var(--account-slate);
    line-height: 1.45;
}

[b-7641qp35cs] .inotrex-auth__eyebrow {
    color: var(--account-vector);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

[b-7641qp35cs] .inotrex-auth__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(210px, .42fr);
    gap: .9rem;
    align-items: start;
}

[b-7641qp35cs] .inotrex-auth__grid--single {
    grid-template-columns: minmax(0, 1fr);
}

[b-7641qp35cs] .inotrex-auth--login.inotrex-auth--single {
    width: min(100%, 40rem);
}

[b-7641qp35cs] .inotrex-card {
    padding-block: clamp(1rem, 2dvh, 1.35rem);
    padding-inline: clamp(1rem, 2vw, 1.5rem);
    border: 1px solid var(--account-mist);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 18px 50px rgb(7 26 45 / .07);
}

[b-7641qp35cs] .inotrex-card__title {
    margin: 0 0 .45rem;
    color: var(--account-deep-blue);
    font-size: 1.25rem;
}

[b-7641qp35cs] .inotrex-card__intro {
    margin-bottom: .65rem;
    font-size: .93rem;
}

[b-7641qp35cs] .inotrex-card__icon,
[b-7641qp35cs] .inotrex-state__icon {
    display: grid;
    place-items: center;
    width: 2.35rem;
    height: 2.35rem;
    margin-bottom: .7rem;
    color: var(--account-vector);
    border-radius: .8rem;
    background: linear-gradient(135deg, rgb(0 200 255 / .14), rgb(106 80 245 / .12));
    font-size: 1.3rem;
    font-weight: 700;
}

[b-7641qp35cs] .inotrex-state {
    text-align: left;
}

[b-7641qp35cs] .inotrex-state h1 {
    margin: 0 0 .75rem;
    color: var(--account-deep-blue);
    font-size: clamp(1.7rem, 4vw, 2.35rem);
    letter-spacing: -.035em;
}

[b-7641qp35cs] .inotrex-state p {
    margin: 0 0 1.35rem;
    color: var(--account-slate);
    line-height: 1.65;
}

[b-7641qp35cs] .inotrex-state__icon--success {
    color: #087a52;
    background: #e9f8f2;
}

[b-7641qp35cs] .inotrex-state__icon--warning {
    color: #a04b00;
    background: #fff4df;
}

[b-7641qp35cs] .inotrex-form {
    display: grid;
    gap: .6rem;
}

[b-7641qp35cs] .inotrex-form--narrow {
    width: min(100%, 38rem);
}

[b-7641qp35cs] .form-floating {
    position: relative;
    display: grid;
    gap: .25rem;
    margin-bottom: 0 !important;
}

[b-7641qp35cs] .form-floating > label,
[b-7641qp35cs] .form-label {
    order: -1;
    color: var(--account-deep-blue);
    font-size: .86rem;
    font-weight: 650;
}

[b-7641qp35cs] .form-floating > label {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    pointer-events: auto;
    border: 0;
    opacity: 1 !important;
    transform: none !important;
}

[b-7641qp35cs] .form-floating > label::after {
    display: none;
}

[b-7641qp35cs] .form-floating > .form-control,
[b-7641qp35cs] .form-floating > .form-control-plaintext {
    height: auto;
    min-height: 2.75rem;
    padding: .6rem .8rem;
    line-height: inherit;
}

[b-7641qp35cs] .form-control {
    box-sizing: border-box;
    width: 100%;
    min-height: 2.75rem;
    padding: .6rem .8rem;
    color: var(--account-ink);
    border: 1px solid #c9d5e1;
    border-radius: .7rem;
    background: #fff;
    font: inherit;
    transition: border-color .15s ease, box-shadow .15s ease;
}

[b-7641qp35cs] .form-control:focus {
    border-color: var(--account-vector);
    outline: none;
    box-shadow: 0 0 0 3px rgb(47 99 255 / .14);
}

[b-7641qp35cs] .form-control.is-client-invalid,
[b-7641qp35cs] .form-control.is-policy-invalid,
[b-7641qp35cs] .form-control.valid.modified.is-client-invalid:not([type="checkbox"]),
[b-7641qp35cs] .form-control.valid.modified.is-policy-invalid:not([type="checkbox"]),
[b-7641qp35cs] .form-check-input.is-client-invalid {
    border-color: #b42318;
    box-shadow: 0 0 0 3px rgb(180 35 24 / .11);
}

[b-7641qp35cs] .form-control.is-client-valid {
    border-color: #16835d;
}

[b-7641qp35cs] .form-control.is-policy-valid:not(.is-client-invalid) {
    border-color: #16835d;
}

[b-7641qp35cs] .form-control:disabled {
    color: var(--account-slate);
    background: var(--account-cloud);
    cursor: not-allowed;
}

[b-7641qp35cs] .form-check-label {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--account-slate);
    cursor: pointer;
}

[b-7641qp35cs] .form-check-input {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: var(--account-vector);
}

[b-7641qp35cs] .inotrex-form__hint,
[b-7641qp35cs] .inotrex-form__legal {
    margin: 0;
    color: var(--account-slate);
    font-size: .8rem;
    line-height: 1.55;
}

[b-7641qp35cs] .inotrex-form__legal {
    align-items: flex-start;
}

[b-7641qp35cs] .inotrex-form__legal .form-check-input {
    flex: 0 0 auto;
    margin-top: .16rem;
}

[b-7641qp35cs] .inotrex-form__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .6rem .8rem;
}

[b-7641qp35cs] .inotrex-form__field--wide {
    grid-column: 1 / -1;
}

[b-7641qp35cs] .inotrex-auth--register .inotrex-form__fields--register {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

[b-7641qp35cs] .inotrex-auth--register .inotrex-form__fields--register .inotrex-form__field--wide {
    grid-column: auto;
}

[b-7641qp35cs] .inotrex-live-validation {
    display: block;
    color: #b42318;
    font-size: .8rem;
    line-height: 1.35;
}

[b-7641qp35cs] .inotrex-password-field {
    position: relative;
    min-width: 0;
}

[b-7641qp35cs] .inotrex-password-field:focus-within {
    z-index: 20;
}

[b-7641qp35cs] .inotrex-password-requirements {
    position: absolute;
    top: calc(100% + .45rem);
    left: 0;
    z-index: 30;
    box-sizing: border-box;
    width: min(19rem, calc(100vw - 2rem));
    padding: .7rem .75rem;
    color: var(--account-slate);
    border: 1px solid #cbd7e3;
    border-radius: .7rem;
    background: #fff;
    box-shadow: 0 14px 34px rgb(7 26 45 / .16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-.25rem);
    transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
}

[b-7641qp35cs] .inotrex-password-field:focus-within .inotrex-password-requirements:not(.is-dismissed),
[b-7641qp35cs] .inotrex-password-requirements.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

[b-7641qp35cs] .inotrex-password-requirements::before {
    content: "";
    position: absolute;
    top: -.36rem;
    left: 1.1rem;
    width: .7rem;
    height: .7rem;
    border-top: 1px solid #cbd7e3;
    border-left: 1px solid #cbd7e3;
    background: #fff;
    transform: rotate(45deg);
}

[b-7641qp35cs] .inotrex-password-requirements__content {
    max-height: min(16.5rem, var(--password-panel-max-height, calc(100dvh - 4rem)));
    overflow-y: auto;
    scrollbar-gutter: stable;
}

[b-7641qp35cs] .inotrex-password-requirements.is-above {
    top: auto;
    bottom: calc(100% + .45rem);
}

[b-7641qp35cs] .inotrex-password-requirements.is-above::before {
    top: auto;
    bottom: -.36rem;
    transform: rotate(225deg);
}

[b-7641qp35cs] .inotrex-password-requirements.is-complete {
    border-color: #a9d6c6;
}

[b-7641qp35cs] .inotrex-password-requirements__header {
    margin-bottom: .45rem;
}

[b-7641qp35cs] .inotrex-password-requirements__header p {
    margin: 0;
    color: var(--account-deep-blue);
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.35;
}

[b-7641qp35cs] .inotrex-password-requirements__list {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    margin: 0;
    padding: 0;
    font-size: .76rem;
    line-height: 1.3;
    list-style: none;
}

[b-7641qp35cs] .inotrex-password-requirements__list li {
    display: grid;
    grid-template-columns: .9rem minmax(0, 1fr);
    gap: .35rem;
    align-items: start;
}

[b-7641qp35cs] .inotrex-password-requirements__list li i {
    margin-top: .08rem;
    color: #7a8a99;
    font-size: .72rem;
    line-height: 1;
}

[b-7641qp35cs] .inotrex-password-requirements__list li.is-met {
    color: #087a52;
}

[b-7641qp35cs] .inotrex-password-requirements__list li.is-met i {
    color: #087a52;
}

[b-7641qp35cs] .inotrex-password-requirements__list li.is-unmet {
    color: #b42318;
}

[b-7641qp35cs] .inotrex-password-requirements__list li.is-unmet i {
    color: #b42318;
}

[b-7641qp35cs] .inotrex-field-status {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: var(--account-slate);
    font-size: .8rem;
    font-weight: 600;
}

[b-7641qp35cs] .inotrex-field-status--success {
    color: #087a52;
}

[b-7641qp35cs] .inotrex-label-optional {
    color: var(--account-slate);
    font-weight: 500;
}

[b-7641qp35cs] .validation-message,
[b-7641qp35cs] .text-danger,
[b-7641qp35cs] .validation-summary-errors {
    color: #b42318;
    font-size: .84rem;
}

[b-7641qp35cs] .validation-summary-errors ul {
    margin: .25rem 0;
    padding-left: 1.15rem;
}

[b-7641qp35cs] .btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: .65rem 1rem;
    border: 1px solid transparent;
    border-radius: .7rem;
    font: inherit;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, color .15s ease, border-color .15s ease, background-color .15s ease;
}

[b-7641qp35cs] .btn:hover:not(:disabled):not(.disabled):not([aria-disabled="true"]) {
    transform: translateY(-1px);
}

[b-7641qp35cs] .btn:active:not(:disabled):not(.disabled):not([aria-disabled="true"]) {
    transform: translateY(0);
}

[b-7641qp35cs] .btn:focus-visible {
    outline: 3px solid var(--account-vector);
    outline-offset: 3px;
}

[b-7641qp35cs] .btn-primary {
    color: #fff;
    border-color: var(--account-vector);
    background: linear-gradient(135deg, var(--account-vector), var(--account-violet));
    box-shadow: 0 8px 22px rgb(47 99 255 / .22);
}

[b-7641qp35cs] .btn-primary:hover:not(:disabled):not(.disabled):not([aria-disabled="true"]),
[b-7641qp35cs] .btn-primary:focus-visible {
    color: #fff;
    border-color: #244ed6;
    background: linear-gradient(135deg, #244ed6, #5237d5);
    box-shadow: 0 10px 26px rgb(47 99 255 / .3);
}

[b-7641qp35cs] .btn-primary:active:not(:disabled):not(.disabled):not([aria-disabled="true"]) {
    color: #fff;
    border-color: #1739a6;
    background: #1739a6;
    box-shadow: 0 4px 12px rgb(23 57 166 / .24);
}

[b-7641qp35cs] .btn-outline-primary {
    color: #244ed6;
    border-color: var(--account-vector);
    background: #fff;
}

[b-7641qp35cs] .btn-outline-primary:hover:not(:disabled):not(.disabled):not([aria-disabled="true"]),
[b-7641qp35cs] .btn-outline-primary:focus-visible {
    color: #1739a6;
    border-color: #244ed6;
    background: #eef2ff;
    box-shadow: 0 6px 18px rgb(47 99 255 / .14);
}

[b-7641qp35cs] .btn-outline-primary:active:not(:disabled):not(.disabled):not([aria-disabled="true"]) {
    color: #fff;
    border-color: #1739a6;
    background: #1739a6;
}

[b-7641qp35cs] .btn-link {
    color: #244ed6;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    text-decoration: underline;
    text-decoration-thickness: .08em;
    text-underline-offset: .18em;
}

[b-7641qp35cs] .btn-link:hover:not(:disabled):not(.disabled):not([aria-disabled="true"]),
[b-7641qp35cs] .btn-link:focus-visible {
    color: #1739a6;
    border-color: #c8d4ff;
    background: #eef2ff;
}

[b-7641qp35cs] .btn-danger {
    color: #fff;
    border-color: #b42318;
    background: #b42318;
    box-shadow: 0 8px 20px rgb(180 35 24 / .18);
}

[b-7641qp35cs] .btn-danger:hover:not(:disabled):not(.disabled):not([aria-disabled="true"]),
[b-7641qp35cs] .btn-danger:focus-visible {
    color: #fff;
    border-color: #8a1c13;
    background: #8a1c13;
    box-shadow: 0 10px 24px rgb(138 28 19 / .24);
}

[b-7641qp35cs] .btn-danger:active:not(:disabled):not(.disabled):not([aria-disabled="true"]) {
    color: #fff;
    border-color: #67120d;
    background: #67120d;
}

[b-7641qp35cs] .btn-outline-danger {
    color: #b42318;
    border-color: #b42318;
    background: #fff;
}

[b-7641qp35cs] .btn-outline-danger:hover:not(:disabled):not(.disabled):not([aria-disabled="true"]),
[b-7641qp35cs] .btn-outline-danger:focus-visible {
    color: #8a1c13;
    border-color: #8a1c13;
    background: #fff0ef;
    box-shadow: 0 6px 18px rgb(180 35 24 / .12);
}

[b-7641qp35cs] .btn-outline-danger:active:not(:disabled):not(.disabled):not([aria-disabled="true"]) {
    color: #fff;
    border-color: #8a1c13;
    background: #8a1c13;
}

[b-7641qp35cs] .btn:disabled,
[b-7641qp35cs] .btn.disabled,
[b-7641qp35cs] .btn[aria-disabled="true"] {
    color: var(--account-slate);
    border-color: #8797a8;
    background: var(--account-cloud);
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
    pointer-events: none;
    transform: none;
}

[b-7641qp35cs] .w-100 {
    width: 100%;
}

[b-7641qp35cs] .inotrex-divider {
    display: flex;
    align-items: center;
    gap: .8rem;
    color: var(--account-slate);
    font-size: .75rem;
    text-transform: uppercase;
}

[b-7641qp35cs] .inotrex-divider::before,
[b-7641qp35cs] .inotrex-divider::after {
    content: "";
    height: 1px;
    flex: 1;
    background: var(--account-mist);
}

[b-7641qp35cs] .inotrex-auth__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .65rem 1rem;
    font-size: .86rem;
}

[b-7641qp35cs] .inotrex-auth a:not(.btn),
[b-7641qp35cs] .inotrex-manage a:not(.btn):not(.nav-link) {
    color: var(--account-vector);
}

[b-7641qp35cs] .inotrex-auth__switch {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    justify-content: center;
    padding-top: .6rem;
    color: var(--account-slate);
    border-top: 1px solid var(--account-mist);
    font-size: .9rem;
}

[b-7641qp35cs] .inotrex-external-login__empty {
    padding: .8rem;
    color: var(--account-slate);
    border-radius: .65rem;
    background: var(--account-cloud);
    font-size: .86rem;
}

[b-7641qp35cs] .inotrex-external-login__empty p {
    margin: 0;
}

[b-7641qp35cs] .alert {
    padding: .9rem 1rem;
    border: 1px solid;
    border-radius: .75rem;
    line-height: 1.5;
}

[b-7641qp35cs] .alert p:last-child {
    margin-bottom: 0;
}

[b-7641qp35cs] .alert-success {
    color: #075b3c;
    border-color: #a8dec9;
    background: #ebf8f3;
}

[b-7641qp35cs] .alert-info {
    color: #134b70;
    border-color: #b3dcf5;
    background: #eef8ff;
}

[b-7641qp35cs] .alert-warning {
    color: #76400a;
    border-color: #efd39c;
    background: #fff8e8;
}

[b-7641qp35cs] .alert-danger {
    color: #8a1c13;
    border-color: #efbbb6;
    background: #fff0ef;
}

[b-7641qp35cs] .inotrex-manage-page__heading {
    margin-bottom: .85rem;
}

[b-7641qp35cs] .inotrex-manage-page__heading h2 {
    margin: 0 0 .45rem;
    color: var(--account-deep-blue);
    font-size: clamp(1.45rem, 3vw, 2rem);
    letter-spacing: -.025em;
}

[b-7641qp35cs] .inotrex-settings-section {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--account-mist);
}

[b-7641qp35cs] .inotrex-settings-section h3 {
    margin: 0 0 .45rem;
    color: var(--account-deep-blue);
}

[b-7641qp35cs] .inotrex-settings-section p {
    color: var(--account-slate);
    line-height: 1.6;
}

[b-7641qp35cs] .inotrex-settings-section--danger {
    padding: 1.25rem;
    border: 1px solid #efc4c0;
    border-radius: .9rem;
    background: #fffafa;
}

[b-7641qp35cs] .inotrex-action-group {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: center;
}

[b-7641qp35cs] .inotrex-security-status {
    margin-bottom: 1.25rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--account-mist);
    border-radius: .8rem;
    background: var(--account-cloud);
}

[b-7641qp35cs] .inotrex-security-status__indicator {
    display: inline-block;
    width: .7rem;
    height: .7rem;
    margin-right: .4rem;
    border-radius: 50%;
    background: #d58b20;
}

[b-7641qp35cs] .inotrex-security-status__indicator.is-active {
    background: #0a9b69;
    box-shadow: 0 0 0 4px rgb(10 155 105 / .12);
}

[b-7641qp35cs] .inotrex-security-status p {
    margin: .35rem 0 0 1.15rem;
    color: var(--account-slate);
}

[b-7641qp35cs] .inotrex-table-wrap {
    overflow-x: auto;
}

[b-7641qp35cs] .inotrex-table {
    width: 100%;
    border-collapse: collapse;
}

[b-7641qp35cs] .inotrex-table th,
[b-7641qp35cs] .inotrex-table td {
    padding: .8rem;
    border-bottom: 1px solid var(--account-mist);
    text-align: left;
    vertical-align: middle;
}

[b-7641qp35cs] .inotrex-table th {
    color: var(--account-slate);
    font-size: .75rem;
    letter-spacing: .07em;
    text-transform: uppercase;
}

[b-7641qp35cs] .inotrex-table td:last-child {
    text-align: right;
}

[b-7641qp35cs] .inotrex-empty-state {
    padding: 1.25rem;
    color: var(--account-slate);
    border: 1px dashed #bdcbd8;
    border-radius: .8rem;
    background: var(--account-cloud);
}

[b-7641qp35cs] .inotrex-empty-state p {
    margin: .3rem 0 0;
}

[b-7641qp35cs] .inotrex-setup-steps {
    display: grid;
    gap: 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: setup-step;
}

[b-7641qp35cs] .inotrex-setup-steps > li {
    position: relative;
    padding: 1.25rem 1.25rem 1.25rem 4rem;
    border: 1px solid var(--account-mist);
    border-radius: .9rem;
    counter-increment: setup-step;
}

[b-7641qp35cs] .inotrex-setup-steps > li::before {
    content: counter(setup-step);
    position: absolute;
    top: 1.15rem;
    left: 1.15rem;
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    color: #fff;
    border-radius: .6rem;
    background: var(--account-vector);
    font-weight: 700;
}

[b-7641qp35cs] .inotrex-setup-steps h3 {
    margin: 0 0 .35rem;
    color: var(--account-deep-blue);
}

[b-7641qp35cs] .inotrex-secret-key {
    overflow-wrap: anywhere;
    margin: 1rem 0;
    padding: 1rem;
    border: 1px solid var(--account-mist);
    border-radius: .65rem;
    background: var(--account-cloud);
    letter-spacing: .08em;
}

[b-7641qp35cs] .inotrex-authenticator-qr {
    width: min(100%, 15rem);
    margin: 1rem 0;
    padding: .85rem;
    border: 1px solid var(--account-mist);
    border-radius: .85rem;
    background: #fff;
    box-shadow: 0 10px 28px rgb(7 26 45 / .08);
}

[b-7641qp35cs] .inotrex-authenticator-qr svg {
    display: block;
    width: 100%;
    height: auto;
}

[b-7641qp35cs] .inotrex-recovery-codes__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .6rem;
    margin: 1rem 0;
}

[b-7641qp35cs] .recovery-code {
    padding: .65rem .8rem;
    color: var(--account-deep-blue);
    border: 1px solid var(--account-mist);
    border-radius: .55rem;
    background: var(--account-cloud);
    font-size: 1rem;
    text-align: center;
}

[b-7641qp35cs] .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.inotrex-account-shell__footer[b-7641qp35cs] {
    min-height: 48px;
    color: var(--account-slate);
    border-top: 1px solid var(--account-mist);
    font-size: .88rem;
}

.inotrex-account-shell__footer nav[b-7641qp35cs] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.inotrex-account-shell__footer a[b-7641qp35cs] {
    color: inherit;
    text-decoration: none;
}

.inotrex-account-shell__footer a:hover[b-7641qp35cs],
.inotrex-account-shell__footer a:focus-visible[b-7641qp35cs] {
    color: var(--account-vector);
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .inotrex-account-shell__canvas[b-7641qp35cs] {
        grid-template-columns: 1fr;
    }

    .inotrex-account-shell__aside[b-7641qp35cs] {
        display: none;
    }
}

@media (max-width: 760px) {
    [b-7641qp35cs] .inotrex-auth__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 850px) {
    [b-7641qp35cs] .inotrex-auth--register .inotrex-form__fields--register {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [b-7641qp35cs] .inotrex-auth--register .inotrex-form__fields--register .inotrex-form__field--wide {
        grid-column: 1 / -1;
    }

}

@media (max-width: 620px) {
    .inotrex-account-shell__header[b-7641qp35cs],
    .inotrex-account-shell__footer[b-7641qp35cs] {
        padding-inline: 1rem;
    }

    .inotrex-account-brand__logo[b-7641qp35cs] {
        width: 8.75rem;
    }

    .inotrex-account-shell__back[b-7641qp35cs] {
        display: none;
    }

    .inotrex-account-shell__signout[b-7641qp35cs] {
        width: 2.5rem;
        padding: 0;
        font-size: 0;
    }

    .inotrex-account-shell__signout i[b-7641qp35cs] {
        font-size: 1rem;
    }

    .inotrex-account-shell__footer[b-7641qp35cs] {
        align-items: flex-start;
        flex-direction: column;
    }

    [b-7641qp35cs] .inotrex-form__fields,
    [b-7641qp35cs] .inotrex-auth--register .inotrex-form__fields--register {
        grid-template-columns: 1fr;
    }

    [b-7641qp35cs] .inotrex-form__field--wide,
    [b-7641qp35cs] .inotrex-auth--register .inotrex-form__fields--register .inotrex-form__field--wide {
        grid-column: auto;
    }

    [b-7641qp35cs] .inotrex-recovery-codes__grid {
        grid-template-columns: 1fr;
    }

    [b-7641qp35cs] .inotrex-action-group .btn,
    [b-7641qp35cs] .inotrex-action-group form,
    [b-7641qp35cs] .inotrex-action-group form .btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .inotrex-account-shell__skip[b-7641qp35cs] {
        transition: none;
    }

    [b-7641qp35cs] .btn,
    [b-7641qp35cs] .form-control {
        transition: none;
    }
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.inotrex-manage[b-p0ihyzsab8] {
    width: 100%;
}

.inotrex-manage__header[b-p0ihyzsab8] {
    margin-bottom: 1rem;
}

.inotrex-manage__header h1[b-p0ihyzsab8] {
    margin: .2rem 0 .35rem;
    color: var(--inotrex-azul-profundo, #071a2d);
    font-size: clamp(1.65rem, 2.5vw, 2.25rem);
    line-height: 1.1;
    letter-spacing: -.035em;
}

.inotrex-manage__header p[b-p0ihyzsab8] {
    max-width: 46rem;
    margin: 0;
    color: var(--inotrex-pizarra, #526274);
}

.inotrex-manage__layout[b-p0ihyzsab8] {
    display: grid;
    grid-template-columns: minmax(210px, 240px) minmax(0, 1fr);
    gap: clamp(1rem, 2vw, 1.5rem);
    align-items: start;
}

.inotrex-manage__sidebar[b-p0ihyzsab8],
.inotrex-manage__panel[b-p0ihyzsab8] {
    border: 1px solid var(--inotrex-niebla, #e6edf4);
    border-radius: 1.15rem;
    background: #fff;
    box-shadow: 0 18px 45px rgb(7 26 45 / .06);
}

.inotrex-manage__sidebar[b-p0ihyzsab8] {
    padding: .65rem;
}

.inotrex-manage__panel[b-p0ihyzsab8] {
    min-width: 0;
    padding-block: clamp(1rem, 2dvh, 1.4rem);
    padding-inline: clamp(1rem, 2vw, 1.5rem);
}

[b-p0ihyzsab8] .inotrex-account-nav__label {
    margin: .65rem .6rem .3rem;
    color: var(--inotrex-pizarra, #526274);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

[b-p0ihyzsab8] .inotrex-account-nav .nav {
    display: grid;
    gap: .2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

[b-p0ihyzsab8] .inotrex-account-nav .nav-link {
    display: flex;
    align-items: center;
    gap: .65rem;
    min-height: 2.75rem;
    padding: .55rem .65rem;
    color: var(--inotrex-pizarra, #526274);
    border-radius: .65rem;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    transition: color .15s ease, background-color .15s ease;
}

[b-p0ihyzsab8] .inotrex-account-nav .nav-link span {
    display: grid;
    place-items: center;
    width: 1.35rem;
    color: var(--inotrex-azul-vector, #2f63ff);
    font-size: 1rem;
}

[b-p0ihyzsab8] .inotrex-account-nav .nav-link:hover,
[b-p0ihyzsab8] .inotrex-account-nav .nav-link:focus-visible {
    color: var(--inotrex-azul-profundo, #071a2d);
    background: var(--inotrex-nube, #f5f8fc);
}

[b-p0ihyzsab8] .inotrex-account-nav .nav-link.active {
    color: var(--inotrex-azul-profundo, #071a2d);
    background: linear-gradient(90deg, rgb(0 200 255 / .12), rgb(47 99 255 / .08));
    box-shadow: inset 3px 0 var(--inotrex-cian-electrico, #00c8ff);
}

[b-p0ihyzsab8] .inotrex-manage-page > h2,
[b-p0ihyzsab8] .inotrex-manage-page > h3,
[b-p0ihyzsab8] .inotrex-manage__panel > h3 {
    margin-top: 0;
    color: var(--inotrex-azul-profundo, #071a2d);
}

@media (min-width: 981px) and (min-height: 700px) {
    .inotrex-manage__sidebar[b-p0ihyzsab8] {
        position: sticky;
        top: 1rem;
    }
}

@media (max-width: 980px) {
    .inotrex-manage__layout[b-p0ihyzsab8] {
        grid-template-columns: 1fr;
    }

    .inotrex-manage__sidebar[b-p0ihyzsab8] {
        position: static;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    [b-p0ihyzsab8] .inotrex-account-nav {
        display: flex;
        align-items: center;
        width: max-content;
        min-width: 100%;
        gap: .35rem;
    }

    [b-p0ihyzsab8] .inotrex-account-nav__label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    [b-p0ihyzsab8] .inotrex-account-nav .nav {
        display: flex;
        flex: 0 0 auto;
        gap: .25rem;
    }

    [b-p0ihyzsab8] .inotrex-account-nav .nav-link {
        white-space: nowrap;
    }
}

@media (max-width: 580px) {
    .inotrex-manage__panel[b-p0ihyzsab8] {
        padding: 1rem;
    }

}

@media (prefers-reduced-motion: reduce) {
    [b-p0ihyzsab8] .inotrex-account-nav .nav-link {
        transition: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-3p9db3bxvu] {
    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-3p9db3bxvu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-06v26ny9qc],
.components-reconnect-repeated-attempt-visible[b-06v26ny9qc],
.components-reconnect-failed-visible[b-06v26ny9qc],
.components-pause-visible[b-06v26ny9qc],
.components-resume-failed-visible[b-06v26ny9qc],
.components-rejoining-animation[b-06v26ny9qc] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-06v26ny9qc],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-06v26ny9qc],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-06v26ny9qc],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-06v26ny9qc],
#components-reconnect-modal.components-reconnect-retrying[b-06v26ny9qc],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-06v26ny9qc],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-06v26ny9qc],
#components-reconnect-modal.components-reconnect-failed[b-06v26ny9qc],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-06v26ny9qc] {
    display: block;
}


#components-reconnect-modal[b-06v26ny9qc] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-06v26ny9qc 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-06v26ny9qc 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-06v26ny9qc 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-06v26ny9qc]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-06v26ny9qc 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-06v26ny9qc {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-06v26ny9qc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-06v26ny9qc {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-06v26ny9qc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-06v26ny9qc] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-06v26ny9qc] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-06v26ny9qc] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-06v26ny9qc] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-06v26ny9qc] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-06v26ny9qc] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-06v26ny9qc 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-06v26ny9qc] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-06v26ny9qc {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
