body.customers_login {
    --eclipse-red: #e30613;
    --eclipse-black: #090909;
    --eclipse-charcoal: #171717;
    min-height: 100vh;
    color: #222;
    background:
        radial-gradient(circle at -8% 46%, transparent 0 35%, rgba(227, 6, 19, .70) 35.2% 35.45%, transparent 35.7%),
        radial-gradient(circle at 108% 104%, transparent 0 37%, rgba(227, 6, 19, .48) 37.2% 37.45%, transparent 37.7%),
        radial-gradient(circle at 9% 45%, rgba(227, 6, 19, .24) 0, rgba(227, 6, 19, .08) 13%, transparent 31%),
        radial-gradient(circle at 94% 90%, rgba(227, 6, 19, .18) 0, transparent 28%),
        linear-gradient(135deg, var(--eclipse-charcoal), var(--eclipse-black) 58%, #111);
    background-attachment: fixed;
}

.customers_login .navbar,
.customers_login footer {
    display: none !important;
}

.customers_login #wrapper {
    position: fixed !important;
    z-index: 1;
    inset: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.customers_login #content,
.customers_login #content > .container {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.customers_login #content > .container > .row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 14px 16px 36px !important;
}

.customers_login .mtop40 {
    width: 100%;
    margin-top: 0 !important;
}

.customers_login .mtop40 > .text-center {
    display: none !important;
}

.eclipse-login-logo {
    height: 205px;
    margin: 0 auto 4px;
    background: url('../images/eclipse-logo-black.png') center / contain no-repeat;
    text-align: center;
}

.customers_login .col-md-4.col-md-offset-4.col-sm-8.col-sm-offset-2 {
    float: none;
    width: 100%;
    max-width: 570px;
    margin-right: auto;
    margin-left: auto;
}

.customers_login .panel_s {
    overflow: hidden;
    margin: 3px 0;
    border: 0;
    border-top: 5px solid var(--eclipse-red);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
}

.customers_login .panel-body {
    padding: 34px 44px 32px;
}

.eclipse-login-intro {
    margin: 0 0 30px;
    text-align: center;
}

.eclipse-login-intro h1 {
    margin: 0 0 8px;
    color: #171717;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.eclipse-login-intro h2 {
    margin: 0 0 9px;
    color: #252525;
    font-size: 19px;
    font-weight: 500;
}

.eclipse-login-intro p {
    max-width: 440px;
    margin: 0 auto;
    color: #68707a;
    font-size: 14px;
    line-height: 1.55;
}

.customers_login .form-group {
    margin-bottom: 20px;
}

.customers_login .eclipse-language-hidden {
    display: none !important;
}

.customers_login .eclipse-field-email,
.customers_login .eclipse-field-password {
    position: relative;
}

.customers_login .eclipse-field-email .form-control,
.customers_login .eclipse-field-password .form-control {
    padding-left: 42px;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
}

.customers_login .eclipse-field-email .form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.customers_login .eclipse-field-password .form-control {
    padding-right: 46px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='10' width='16' height='11' rx='2'/%3E%3Cpath d='M8 10V7a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E");
}

.eclipse-password-toggle {
    position: absolute;
    right: 10px;
    bottom: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
}

.eclipse-password-toggle:hover,
.eclipse-password-toggle:focus {
    background: #f3f4f6;
    color: #e30613;
    outline: none;
}

.eclipse-password-toggle svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.customers_login label {
    margin-bottom: 8px;
    color: #222;
    font-weight: 600;
}

.customers_login .form-control {
    height: 48px;
    border: 1px solid #d6d9de;
    border-radius: 7px;
    background: #fff;
    box-shadow: none;
    font-size: 15px;
}

.customers_login .form-control:focus {
    border-color: var(--eclipse-red);
    box-shadow: 0 0 0 3px rgba(227, 6, 19, .12);
}

.customers_login .btn-primary,
.customers_login button[type="submit"] {
    min-height: 49px;
    border: 0 !important;
    border-radius: 7px;
    background: var(--eclipse-red) !important;
    box-shadow: 0 8px 20px rgba(227, 6, 19, .22);
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}

.customers_login .btn-primary:hover,
.customers_login button[type="submit"]:hover {
    background: #c9000b !important;
    box-shadow: 0 10px 24px rgba(227, 6, 19, .30);
    transform: translateY(-1px);
}

.customers_login a {
    color: var(--eclipse-red);
}

.customers_login a:hover {
    color: #b9000a;
}

.eclipse-login-help {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #eceef1;
    color: #555d66;
    font-size: 14px;
    text-align: center;
}

.eclipse-login-help a {
    font-weight: 600;
}

.eclipse-secure-note {
    position: relative;
    z-index: 1;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    letter-spacing: .02em;
    text-align: center;
}

@media (max-width: 640px) {
    .customers_login #content > .container > .row {
        justify-content: flex-start;
        padding-top: 12px !important;
    }

    .customers_login .panel-body {
        padding: 28px 22px 30px;
    }

    .customers_login .mtop40 {
        margin-top: 0 !important;
    }

    .eclipse-login-intro h1 {
        font-size: 27px;
    }

    .eclipse-login-intro h2 {
        font-size: 17px;
    }

    .eclipse-login-logo {
        height: 128px;
        margin-bottom: 6px;
    }
}

body.eclipse_team_login {
    min-height: 100vh;
    margin: 0 !important;
    overflow-x: hidden;
    color: #f8fafc;
    background:
        radial-gradient(circle at 24% 50%, transparent 0 32%, rgba(227, 6, 19, .88) 32.2% 32.45%, transparent 32.75%),
        radial-gradient(circle at 22% 48%, rgba(227, 6, 19, .18) 0, rgba(227, 6, 19, .06) 22%, transparent 43%),
        linear-gradient(120deg, #090909, #050505 57%, #0d0d0e);
    background-attachment: fixed;
}

.eclipse_team_login > *:not(.eclipse-team-shell):not(script):not(style) {
    display: none !important;
}

.eclipse-team-shell {
    display: grid;
    grid-template-columns: minmax(0, 46%) minmax(480px, 1fr);
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 42px clamp(38px, 7vw, 130px);
    gap: clamp(50px, 8vw, 150px);
}

.eclipse-team-brand {
    max-width: 680px;
}

.eclipse-team-logo {
    width: min(570px, 100%);
    height: 245px;
    margin-bottom: 28px;
    background: url('../images/eclipse-logo-black.png') left center / contain no-repeat;
}

.eclipse-team-brand h1 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(34px, 3.2vw, 54px);
    font-weight: 750;
    letter-spacing: -.025em;
    line-height: 1.08;
}

.eclipse-team-kicker {
    margin-bottom: 22px;
    color: #e30613;
    font-size: clamp(18px, 1.45vw, 25px);
    font-weight: 600;
}

.eclipse-team-copy {
    max-width: 610px;
    margin: 0;
    color: #b7bbc2;
    font-size: clamp(17px, 1.35vw, 23px);
    line-height: 1.55;
}

.eclipse-team-security {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 38px;
    color: #fff;
}

.eclipse-team-security-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 58px;
    border: 2px solid #e30613;
    border-radius: 14px 14px 20px 20px;
    color: #e30613;
    font-size: 24px;
}

.eclipse-team-security strong,
.eclipse-team-security span {
    display: block;
}

.eclipse-team-security strong {
    margin-bottom: 3px;
    font-size: 17px;
}

.eclipse-team-security span {
    color: #9da3ad;
    font-size: 14px;
}

.eclipse-team-card {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    padding: clamp(40px, 5vw, 76px);
    border-top: 4px solid #e30613;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(34, 34, 35, .97), rgba(20, 20, 21, .98));
    box-shadow: 0 28px 80px rgba(0, 0, 0, .52);
}

.eclipse-team-card .alert {
    margin-bottom: 22px;
}

.eclipse-team-card .form-group {
    position: relative;
    margin-bottom: 27px;
}

.eclipse-team-card label {
    display: block;
    margin-bottom: 10px;
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 500;
}

.eclipse-team-card .form-control {
    width: 100%;
    height: 58px;
    padding: 0 48px 0 50px;
    border: 1px solid #4b4d51;
    border-radius: 7px;
    background-color: rgba(17, 17, 18, .72);
    background-position: 17px center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
}

.eclipse-team-card .form-control:focus {
    border-color: #e30613;
    box-shadow: 0 0 0 3px rgba(227, 6, 19, .14);
}

.eclipse-team-card .eclipse-team-email .form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.eclipse-team-card .eclipse-team-password .form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='10' width='16' height='11' rx='2'/%3E%3Cpath d='M8 10V7a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E");
}

.eclipse-team-card .eclipse-password-toggle {
    bottom: 11px;
    color: #a8adb5;
}

.eclipse-team-card .checkbox,
.eclipse-team-card .checkbox label {
    color: #e2e4e8;
}

.eclipse-team-card button[type="submit"] {
    width: 100%;
    min-height: 58px;
    margin-top: 14px;
    border: 0 !important;
    border-radius: 6px;
    background: linear-gradient(180deg, #ef0715, #cf0010) !important;
    box-shadow: 0 12px 28px rgba(227, 6, 19, .22);
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
}

.eclipse-team-card button[type="submit"]:hover {
    background: #c4000d !important;
}

.eclipse-team-forgot {
    margin-top: 27px;
    text-align: center;
}

.eclipse-team-forgot a {
    color: #e30613;
    font-weight: 600;
}

.eclipse-team-footnote {
    margin-top: 27px;
    color: #8e949e;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 1050px) {
    .eclipse-team-shell {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin: 0 auto;
        padding: 28px 20px 42px;
        gap: 20px;
    }

    .eclipse-team-brand {
        text-align: center;
    }

    .eclipse-team-logo {
        width: min(420px, 90vw);
        height: 160px;
        margin: 0 auto 12px;
        background-position: center;
    }

    .eclipse-team-brand h1 {
        font-size: 34px;
    }

    .eclipse-team-kicker,
    .eclipse-team-copy,
    .eclipse-team-security {
        display: none;
    }

    .eclipse-team-card {
        max-width: 600px;
        margin: 0 auto;
        padding: 34px 24px;
    }
}

body.eclipse_team_forgot {
    min-height: 100vh;
    overflow-x: hidden;
    background:
        radial-gradient(circle at -9% 44%, transparent 0 36%, rgba(227, 6, 19, .78) 36.2% 36.5%, transparent 36.8%),
        radial-gradient(circle at 110% 106%, transparent 0 39%, rgba(227, 6, 19, .62) 39.2% 39.5%, transparent 39.8%),
        radial-gradient(circle at 7% 45%, rgba(227, 6, 19, .24), transparent 31%),
        radial-gradient(circle at 94% 88%, rgba(227, 6, 19, .17), transparent 31%),
        linear-gradient(135deg, #171313, #080808 57%, #111);
    background-attachment: fixed;
}

.eclipse_team_forgot > :not(.eclipse-team-forgot-shell):not(script):not(style):not(link) {
    display: none !important;
}

.eclipse-team-forgot-shell {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding: 32px 20px;
}

.eclipse-team-forgot-logo {
    width: min(430px, 82vw);
    height: 215px;
    margin-bottom: 16px;
    background: url('../images/eclipse-logo-black.png') center/contain no-repeat;
}

.eclipse-team-forgot-shell h1 {
    margin: 0 0 9px;
    color: #fff;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 750;
    text-align: center;
}

.eclipse-team-forgot-copy {
    max-width: 520px;
    margin: 0 0 25px;
    color: #aeb3bb;
    font-size: 15px;
    line-height: 1.55;
    text-align: center;
}

.eclipse-team-forgot-card {
    width: 100%;
    max-width: 500px;
    padding: 36px 40px 31px;
    border-top: 4px solid #e30613;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .52);
}

.eclipse-team-forgot-card .form-group {
    position: relative;
    margin-bottom: 21px;
}

.eclipse-team-forgot-card label {
    display: block;
    margin-bottom: 9px;
    color: #242424;
    font-size: 15px;
    font-weight: 650;
}

.eclipse-team-forgot-card .form-control {
    width: 100%;
    height: 54px;
    padding: 0 16px 0 48px;
    border: 1px solid #d4d8de;
    border-radius: 7px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E") 17px center/18px no-repeat;
    box-shadow: none;
}

.eclipse-team-forgot-card .form-control:focus {
    border-color: #e30613;
    box-shadow: 0 0 0 3px rgba(227, 6, 19, .12);
}

.eclipse-team-forgot-card button[type="submit"] {
    width: 100%;
    min-height: 54px;
    border: 0 !important;
    border-radius: 7px;
    background: linear-gradient(180deg, #ef0715, #d40010) !important;
    box-shadow: 0 10px 24px rgba(227, 6, 19, .23);
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
}

.eclipse-team-forgot-back {
    margin-top: 22px;
    text-align: center;
}

.eclipse-team-forgot-back a {
    color: #e30613;
    font-weight: 650;
}

.eclipse-team-forgot-note {
    margin-top: 22px;
    color: #9298a2;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 600px) {
    .eclipse-team-forgot-shell {
        justify-content: flex-start;
        padding-top: 20px;
    }

    .eclipse-team-forgot-logo {
        height: 150px;
        margin-bottom: 6px;
    }

    .eclipse-team-forgot-card {
        padding: 29px 22px 25px;
    }
}

/* Eclipse Eventos - portal interior de clientes */
body.eclipse_customer_portal {
    min-height: 100vh;
    background: #f4f5f7;
    color: #1b1b1d;
}

.eclipse_customer_portal .eclipse-portal-sidebar {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    width: 290px;
    min-height: 100vh;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: linear-gradient(180deg, #08090a, #101113);
    box-shadow: 8px 0 30px rgba(0, 0, 0, .11);
}

.eclipse_customer_portal .eclipse-portal-sidebar > .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 8px 6px;
}

.eclipse_customer_portal .eclipse-portal-sidebar .navbar-header {
    float: none;
    width: 100%;
    margin: 0 0 12px;
}

.eclipse_customer_portal .eclipse-portal-sidebar .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    width: 100%;
    height: 125px;
    padding: 0;
    background: url('../images/eclipse-logo-black.png') center/270px auto no-repeat;
}

.eclipse_customer_portal .eclipse-portal-sidebar .navbar-brand img {
    display: none;
}

.eclipse_customer_portal .eclipse-portal-sidebar .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding: 0;
    border: 0;
    box-shadow: none;
    overflow: visible !important;
}

.eclipse_customer_portal .eclipse-portal-sidebar .navbar-nav {
    display: flex;
    flex-direction: column;
    float: none;
    width: 100%;
    margin: 0;
}

.eclipse_customer_portal .eclipse-portal-sidebar .navbar-nav > li {
    float: none;
    width: 100%;
    margin: 3px 0;
}

.eclipse_customer_portal .eclipse-portal-sidebar .navbar-nav > li.eclipse-nav-section {
    margin-top: 11px;
    margin-bottom: 4px;
}

.eclipse_customer_portal .eclipse-portal-sidebar .navbar-nav > li.eclipse-nav-help-label {
    margin-top: 15px;
}

.eclipse_customer_portal .eclipse-portal-sidebar .navbar-nav > li > a,
.eclipse_customer_portal .eclipse-portal-sidebar .navbar-nav > li > button {
    display: flex;
    align-items: center;
    width: calc(100% - 16px);
    min-height: 33px;
    margin: 0 8px;
    padding: 1px 10px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #e5e7eb;
    font-size: 17.5px;
    font-weight: 650;
    line-height: 1.2;
    text-align: left;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.eclipse_customer_portal .eclipse-portal-sidebar .navbar-nav > li.active > a,
.eclipse_customer_portal .eclipse-portal-sidebar .navbar-nav > li > a:hover {
    background: linear-gradient(90deg, #e30613, #c8000d);
    color: #fff;
    transform: none;
}

.eclipse_customer_portal .eclipse-nav-section {
    margin: 11px 0 4px !important;
    padding: 0 18px;
    color: #6f747d;
    font-size: 11.5px;
    font-weight: 750;
    letter-spacing: .13em;
}

.eclipse_customer_portal .eclipse-nav-help-label {
    margin-top: 15px !important;
}

.eclipse_customer_portal .eclipse-nav-icon {
    display: grid;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-right: 9px;
    place-items: center;
    border-radius: 5px;
    background: rgba(255, 255, 255, .08);
    color: #ff6570;
    font-size: 17px;
    line-height: 1;
}

.eclipse_customer_portal li.active > a .eclipse-nav-icon,
.eclipse_customer_portal .navbar-nav > li > a:hover .eclipse-nav-icon {
    background: rgba(255, 255, 255, .10);
    color: #fff;
}

.eclipse_customer_portal .eclipse-nav-arrow {
    display: none;
}

.eclipse_customer_portal li.active > a .eclipse-nav-arrow,
.eclipse_customer_portal .navbar-nav > li > a:hover .eclipse-nav-arrow {
    color: #fff;
}

.eclipse_customer_portal .customers-nav-item-profile .dropdown-menu {
    top: auto;
    right: auto;
    bottom: 2px;
    left: calc(100% + 9px);
    min-width: 220px;
    border: 1px solid #e1e3e7;
    border-radius: 9px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .2);
}

.eclipse_customer_portal .eclipse-portal-sidebar .customers-nav-item-profile > a,
.eclipse_customer_portal .eclipse-portal-sidebar .customers-nav-item-profile.active > a,
.eclipse_customer_portal .eclipse-portal-sidebar .customers-nav-item-profile.open > a,
.eclipse_customer_portal .eclipse-portal-sidebar .customers-nav-item-profile > a:hover,
.eclipse_customer_portal .eclipse-portal-sidebar .customers-nav-item-profile > a:focus {
    background: rgba(255, 255, 255, .07) !important;
    color: #e5e7eb !important;
}

.eclipse_customer_portal .eclipse-portal-sidebar .customers-nav-item-profile > a .eclipse-nav-icon {
    background: rgba(255, 255, 255, .08) !important;
    color: #ff6570 !important;
}

.eclipse-sidebar-help {
    margin-top: auto;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 9px;
    background: rgba(255, 255, 255, .035);
}

.eclipse-sidebar-help span,
.eclipse-sidebar-help a {
    display: block;
}

.eclipse-sidebar-help span {
    margin-bottom: 5px;
    color: #8d929b;
    font-size: 13px;
}

.eclipse-sidebar-help a {
    color: #fff;
    font-size: 14px;
    font-weight: 650;
}

.eclipse_customer_portal #wrapper {
    min-height: 100vh;
    margin: 0 0 0 290px;
    background: #f4f5f7;
}

.eclipse_customer_portal #content {
    padding: 0 0 44px;
}

.eclipse_customer_portal #content > .container {
    width: auto;
    max-width: 1450px;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
}

.eclipse-portal-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 96px;
    margin-bottom: 27px;
    padding: 20px 34px;
    border-bottom: 1px solid #e2e4e8;
    background: #fff;
}

.eclipse-portal-topbar strong,
.eclipse-portal-topbar small {
    display: block;
}

.eclipse-portal-topbar strong {
    color: #151515;
    font-size: 25px;
    font-weight: 750;
}

.eclipse-portal-topbar strong span {
    color: #e30613;
}

.eclipse-portal-topbar small {
    margin-top: 4px;
    color: #737983;
    font-size: 14px;
}

.eclipse-portal-user {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #34373c;
    font-weight: 600;
}

.eclipse-portal-user-icon {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    background: #f9e9ea;
}

.eclipse-portal-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding: 29px 32px;
    overflow: hidden;
    border-radius: 12px;
    background:
        radial-gradient(circle at 97% 8%, rgba(227, 6, 19, .44), transparent 24%),
        linear-gradient(120deg, #111214, #242528);
    box-shadow: 0 15px 35px rgba(14, 15, 17, .12);
    color: #fff;
}

.eclipse-portal-eyebrow {
    color: #ff5c66;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.eclipse-portal-hero h1 {
    margin: 7px 0 6px;
    color: #fff;
    font-size: 28px;
    font-weight: 750;
}

.eclipse-portal-hero p {
    max-width: 680px;
    margin: 0;
    color: #c8cbd0;
    line-height: 1.55;
}

.eclipse-portal-primary {
    flex: 0 0 auto;
    padding: 13px 22px;
    border-radius: 7px;
    background: #e30613;
    box-shadow: 0 9px 22px rgba(227, 6, 19, .25);
    color: #fff !important;
    font-weight: 700;
}

.eclipse-portal-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 28px;
}

.eclipse-portal-quick-grid > a {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 110px;
    padding: 18px;
    border: 1px solid #e8e9ec;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(35, 37, 40, .06);
    color: #24262a;
}

.eclipse-portal-quick-grid > a:hover {
    transform: translateY(-2px);
    border-color: rgba(227, 6, 19, .35);
    box-shadow: 0 13px 30px rgba(35, 37, 40, .1);
}

.eclipse-quick-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background: #fcecee;
    color: #e30613;
    font-size: 23px;
    font-weight: 700;
}

.eclipse-portal-quick-grid strong,
.eclipse-portal-quick-grid small {
    display: block;
}

.eclipse-portal-quick-grid strong {
    margin-bottom: 4px;
    font-size: 16px;
}

.eclipse-portal-quick-grid small {
    color: #7b8088;
    font-size: 12px;
    line-height: 1.35;
}

.eclipse-portal-quick-grid b {
    color: #e30613;
    font-size: 27px;
}

.eclipse_customer_dashboard .projects-summary-heading,
.eclipse_customer_dashboard .invoices-quick-info-heading {
    margin: 28px 0 14px !important;
    color: #25272b !important;
    font-size: 19px !important;
    font-weight: 700 !important;
}

.eclipse_customer_dashboard .panel_s {
    overflow: hidden;
    border: 1px solid #e5e7ea;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(35, 37, 40, .06);
}

.eclipse_customer_portal .footer {
    margin-left: 290px;
    border-top: 1px solid #e1e3e7;
    background: #fff;
}

@media (max-width: 1180px) {
    .eclipse-portal-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .eclipse_customer_portal .eclipse-portal-sidebar {
        position: relative;
        width: 100%;
        min-height: 70px;
    }

    .eclipse_customer_portal .eclipse-portal-sidebar > .container {
        display: block;
        padding: 8px 15px;
    }

    .eclipse-sidebar-help,
    .eclipse_customer_portal .eclipse-nav-section {
        display: none;
    }

    .eclipse_customer_portal .customers-nav-item-profile .dropdown-menu {
        position: static;
        width: 100%;
        box-shadow: none;
    }

    .eclipse_customer_portal .eclipse-portal-sidebar .navbar-header {
        margin: 0;
    }

    .eclipse_customer_portal .eclipse-portal-sidebar .navbar-brand {
        justify-content: flex-start;
        width: 210px;
        height: 68px;
        padding: 4px 8px;
    }

    .eclipse_customer_portal .eclipse-portal-sidebar .navbar-toggle {
        margin-top: 17px;
        border-color: #555;
    }

    .eclipse_customer_portal #wrapper,
    .eclipse_customer_portal .footer {
        margin-left: 0;
    }

    .eclipse-portal-topbar {
        min-height: 82px;
        margin-bottom: 18px;
        padding: 16px 20px;
    }

    .eclipse-portal-user span:last-child {
        display: none;
    }

    .eclipse_customer_portal #content > .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .eclipse-portal-hero {
        display: block;
        padding: 24px 21px;
    }

    .eclipse-portal-hero h1 {
        font-size: 23px;
    }

    .eclipse-portal-primary {
        display: inline-block;
        margin-top: 18px;
    }

    .eclipse-portal-quick-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

body.eclipse_forgot_password {
    min-height: 100vh;
    color: #222;
    background:
        radial-gradient(circle at -8% 46%, transparent 0 35%, rgba(227, 6, 19, .70) 35.2% 35.45%, transparent 35.7%),
        radial-gradient(circle at 108% 104%, transparent 0 37%, rgba(227, 6, 19, .48) 37.2% 37.45%, transparent 37.7%),
        radial-gradient(circle at 9% 45%, rgba(227, 6, 19, .24) 0, rgba(227, 6, 19, .08) 13%, transparent 31%),
        radial-gradient(circle at 94% 90%, rgba(227, 6, 19, .18) 0, transparent 28%),
        linear-gradient(135deg, #171717, #090909 58%, #111);
    background-attachment: fixed;
}

.eclipse_forgot_password .navbar,
.eclipse_forgot_password footer,
.eclipse_forgot_password .forgot-password-heading {
    display: none !important;
}

.eclipse_forgot_password #wrapper {
    position: fixed !important;
    z-index: 1;
    inset: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.eclipse_forgot_password #content,
.eclipse_forgot_password #content > .container {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.eclipse_forgot_password #content > .container > .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 14px 16px 36px !important;
}

.eclipse_forgot_password .mtop40 {
    width: 100%;
    margin-top: 0 !important;
}

.eclipse_forgot_password .col-md-4.col-md-offset-4:not(.forgot-password-heading) {
    float: none;
    width: 100%;
    max-width: 570px;
    margin-right: auto;
    margin-left: auto;
}

.eclipse_forgot_password .eclipse-login-logo {
    height: 205px;
    margin: 0 auto 4px;
}

.eclipse_forgot_password .panel_s {
    overflow: hidden;
    margin: 0;
    border: 0;
    border-top: 5px solid #e30613;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
}

.eclipse_forgot_password .panel-body {
    padding: 38px 44px 34px;
}

.eclipse-forgot-password-intro {
    margin-bottom: 30px;
    text-align: center;
}

.eclipse-forgot-password-intro h1 {
    margin: 0 0 10px;
    color: #171717;
    font-size: 31px;
    font-weight: 700;
}

.eclipse-forgot-password-intro p {
    max-width: 430px;
    margin: 0 auto;
    color: #68707a;
    font-size: 14px;
    line-height: 1.55;
}

.eclipse_forgot_password .form-group {
    position: relative;
    margin-bottom: 20px;
}

.eclipse_forgot_password label {
    margin-bottom: 8px;
    color: #222;
    font-weight: 600;
}

.eclipse_forgot_password .form-control {
    height: 48px;
    padding-left: 42px;
    border: 1px solid #d6d9de;
    border-radius: 7px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    box-shadow: none;
}

.eclipse_forgot_password .form-control:focus {
    border-color: #e30613;
    box-shadow: 0 0 0 3px rgba(227, 6, 19, .12);
}

.eclipse_forgot_password button[type="submit"] {
    min-height: 49px;
    border: 0 !important;
    border-radius: 7px;
    background: #e30613 !important;
    box-shadow: 0 8px 20px rgba(227, 6, 19, .22);
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
}

.eclipse-forgot-back {
    margin-top: 22px;
    padding-top: 19px;
    border-top: 1px solid #eceef1;
    text-align: center;
}

.eclipse-forgot-back a {
    color: #e30613;
    font-weight: 600;
}

@media (max-width: 640px) {
    .eclipse_forgot_password #content > .container > .row {
        padding-top: 12px !important;
    }

    .eclipse_forgot_password .eclipse-login-logo {
        height: 128px;
        margin-bottom: 6px;
    }

    .eclipse_forgot_password .panel-body {
        padding: 30px 22px;
    }
}
html.eclipse-auth-loading {
    background: #0b0b0c;
}

html.eclipse-auth-loading body {
    opacity: 0 !important;
}

html.eclipse-auth-ready body {
    animation: eclipse-auth-reveal .16s ease-out both;
}

@keyframes eclipse-auth-reveal {
    from { opacity: 0; }
    to { opacity: 1; }
}
