/*
|--------------------------------------------------------------------------
| Laser CRM Login Page
|--------------------------------------------------------------------------
| File: assets/css/pages/lcrm-login.css
|--------------------------------------------------------------------------
*/

:root {
    --lcrm-auth-primary: #146c7d;
    --lcrm-auth-primary-dark: #0f5361;
    --lcrm-auth-secondary: #a5611d;
    --lcrm-auth-ink: #17242b;
    --lcrm-auth-muted: #6f7d84;
    --lcrm-auth-border: #dfe7e9;
    --lcrm-auth-surface: #ffffff;
    --lcrm-auth-page: #f2f6f6;
    --lcrm-auth-soft: #eef5f6;
    --lcrm-auth-danger: #b42318;
    --lcrm-auth-success: #198754;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body.lcrm-login-page {
    margin: 0;
    color: var(--lcrm-auth-ink);
    background: var(--lcrm-auth-page);
    font-family: inherit, Tahoma, Arial, sans-serif;
    overflow-x: hidden;
}

button,
input {
    font: inherit;
}

.lcrm-auth-shell {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    isolation: isolate;
    overflow: hidden;
}

.lcrm-auth-bg-shape,
.lcrm-auth-bg-dots {
    position: fixed;
    z-index: -1;
    pointer-events: none;
}

.lcrm-auth-bg-shape {
    border-radius: 50%;
}

.lcrm-auth-bg-shape.is-shape-one {
    width: 360px;
    height: 360px;
    top: -165px;
    right: -120px;
    background: rgba(20, 108, 125, 0.11);
    border: 36px solid rgba(255, 255, 255, 0.36);
}

.lcrm-auth-bg-shape.is-shape-two {
    width: 270px;
    height: 270px;
    bottom: -120px;
    left: -90px;
    background: rgba(165, 97, 29, 0.09);
    border: 30px solid rgba(255, 255, 255, 0.42);
}

.lcrm-auth-bg-dots {
    width: 140px;
    height: 100px;
    top: 70px;
    left: 7%;
    opacity: 0.28;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Ccircle cx='2' cy='2' r='1.5' fill='%23146c7d' fill-opacity='.8'/%3E%3C/svg%3E");
    background-size: 15px 15px;
}

.lcrm-auth-card {
    width: min(1180px, 100%);
    min-height: 680px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(320px, 0.84fr) minmax(520px, 1.35fr);
    background: var(--lcrm-auth-surface);
    border: 1px solid rgba(202, 215, 218, 0.92);
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(37, 61, 69, 0.12);
    overflow: hidden;
}

.lcrm-auth-intro {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 42px;
    color: #ffffff;
    background: var(--lcrm-auth-primary-dark);
    overflow: hidden;
}

.lcrm-auth-intro::before,
.lcrm-auth-intro::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.lcrm-auth-intro::before {
    width: 280px;
    height: 280px;
    top: -135px;
    left: -115px;
    border: 42px solid rgba(255, 255, 255, 0.07);
}

.lcrm-auth-intro::after {
    width: 190px;
    height: 190px;
    right: -110px;
    bottom: 90px;
    background: rgba(165, 97, 29, 0.2);
    border: 25px solid rgba(255, 255, 255, 0.05);
}

.lcrm-auth-brand,
.lcrm-auth-intro-content,
.lcrm-auth-security-note,
.lcrm-auth-intro-footer {
    position: relative;
    z-index: 1;
}

.lcrm-auth-brand {
    display: flex;
    align-items: center;
    gap: 13px;
}

.lcrm-auth-brand-logo {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--lcrm-auth-primary-dark);
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 17px;
    box-shadow: 0 14px 30px rgba(4, 34, 40, 0.18);
    overflow: hidden;
    font-size: 24px;
}

.lcrm-auth-brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.lcrm-auth-brand-copy {
    min-width: 0;
}

.lcrm-auth-brand-copy strong,
.lcrm-auth-brand-copy small {
    display: block;
}

.lcrm-auth-brand-copy strong {
    margin-bottom: 4px;
    font-size: 16px;
}

.lcrm-auth-brand-copy small {
    color: rgba(255, 255, 255, 0.66);
    font-size: 11px;
}

.lcrm-auth-intro-content {
    margin: auto 0;
    padding: 55px 0 40px;
}

.lcrm-auth-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 19px;
    padding: 8px 12px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}

.lcrm-auth-intro-content h1 {
    max-width: 330px;
    margin: 0 0 16px;
    font-size: clamp(29px, 3vw, 41px);
    line-height: 1.55;
    font-weight: 800;
}

.lcrm-auth-intro-content p {
    max-width: 390px;
    margin: 0;
    color: rgba(255, 255, 255, 0.73);
    font-size: 13px;
    line-height: 2.15;
}

.lcrm-auth-security-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 17px;
}

.lcrm-auth-security-note > span {
    width: 41px;
    height: 41px;
    flex: 0 0 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(165, 97, 29, 0.7);
    border-radius: 13px;
}

.lcrm-auth-security-note strong,
.lcrm-auth-security-note small {
    display: block;
}

.lcrm-auth-security-note strong {
    margin-bottom: 4px;
    font-size: 12px;
}

.lcrm-auth-security-note small {
    color: rgba(255, 255, 255, 0.66);
    font-size: 10px;
    line-height: 1.9;
}

.lcrm-auth-intro-footer {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 10px;
    line-height: 1.9;
}

.lcrm-auth-intro-footer i {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.82);
}

.lcrm-auth-main {
    display: flex;
    align-items: center;
    padding: 48px;
    background: #ffffff;
}

.lcrm-auth-step {
    width: 100%;
    display: none;
    animation: lcrmAuthStepIn 0.28s ease;
}

.lcrm-auth-step.is-active {
    display: block;
}

@keyframes lcrmAuthStepIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lcrm-auth-step-heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 28px;
}

.lcrm-auth-step-heading.is-login-heading {
    margin-bottom: 22px;
}

.lcrm-auth-step-number {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--lcrm-auth-primary);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(20, 108, 125, 0.2);
    font-size: 13px;
    font-weight: 800;
}

.lcrm-auth-step-heading > div > span {
    display: block;
    margin-bottom: 4px;
    color: var(--lcrm-auth-secondary);
    font-size: 10px;
    font-weight: 800;
}

.lcrm-auth-step-heading h2 {
    margin: 0 0 6px;
    color: var(--lcrm-auth-ink);
    font-size: 22px;
    line-height: 1.7;
    font-weight: 800;
}

.lcrm-auth-step-heading p {
    margin: 0;
    color: var(--lcrm-auth-muted);
    font-size: 12px;
    line-height: 1.9;
}

.lcrm-panel-grid {
    display: grid;
    gap: 13px;
}

.lcrm-panel-card {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 17px;
    color: inherit;
    text-align: right;
    background: #ffffff;
    border: 1px solid var(--lcrm-auth-border);
    border-radius: 18px;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease,
        background-color 0.2s ease;
}

.lcrm-panel-card:hover,
.lcrm-panel-card:focus-visible {
    z-index: 1;
    outline: none;
    border-color: rgba(20, 108, 125, 0.55);
    background: #fbfdfd;
    box-shadow: 0 16px 34px rgba(36, 67, 75, 0.1);
    transform: translateY(-2px);
}

.lcrm-panel-card-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--lcrm-auth-primary);
    background: var(--lcrm-auth-soft);
    border: 1px solid rgba(20, 108, 125, 0.12);
    border-radius: 17px;
    font-size: 21px;
}

.lcrm-panel-card.is-operator .lcrm-panel-card-icon {
    color: #816019;
    background: #fbf6e9;
    border-color: #eee0b8;
}

.lcrm-panel-card.is-call-center .lcrm-panel-card-icon {
    color: #6551a8;
    background: #f2effb;
    border-color: #ddd7f2;
}

.lcrm-panel-card-content {
    min-width: 0;
}

.lcrm-panel-card-content strong,
.lcrm-panel-card-content small {
    display: block;
}

.lcrm-panel-card-content strong {
    margin-bottom: 5px;
    color: var(--lcrm-auth-ink);
    font-size: 14px;
    font-weight: 800;
}

.lcrm-panel-card-content small {
    color: var(--lcrm-auth-muted);
    font-size: 10px;
    line-height: 1.9;
}

.lcrm-panel-card-action {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--lcrm-auth-primary);
    white-space: nowrap;
    font-size: 10px;
    font-weight: 800;
}

.lcrm-panel-help {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
    padding: 13px 15px;
    color: #65747a;
    background: #f8fafb;
    border: 1px dashed #d8e2e4;
    border-radius: 14px;
}

.lcrm-panel-help i {
    margin-top: 5px;
    color: var(--lcrm-auth-primary);
}

.lcrm-panel-help p {
    margin: 0;
    font-size: 10px;
    line-height: 2;
}

.lcrm-auth-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 18px;
    padding: 0;
    color: #617177;
    background: transparent;
    border: 0;
    font-size: 11px;
    font-weight: 700;
}

.lcrm-auth-back-btn:hover {
    color: var(--lcrm-auth-primary);
}

.lcrm-login-head-card {
    margin-bottom: 22px;
    padding: 18px;
    background: #f8fbfb;
    border: 1px solid #dce6e8;
    border-radius: 21px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.lcrm-login-head-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e3eaec;
}

.lcrm-selected-panel {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 11px;
}

.lcrm-selected-panel-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--lcrm-auth-primary);
    background: #ffffff;
    border: 1px solid #d7e2e5;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(33, 61, 68, 0.07);
    font-size: 17px;
}

.lcrm-selected-panel-copy {
    min-width: 0;
}

.lcrm-selected-panel-copy small,
.lcrm-selected-panel-copy strong {
    display: block;
}

.lcrm-selected-panel-copy small {
    margin-bottom: 3px;
    color: var(--lcrm-auth-muted);
    font-size: 9px;
    font-weight: 700;
}

.lcrm-selected-panel-copy strong {
    color: var(--lcrm-auth-ink);
    font-size: 13px;
    line-height: 1.7;
    font-weight: 800;
}

.lcrm-selected-panel-status {
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--lcrm-auth-success);
    background: rgba(25, 135, 84, 0.1);
    border: 1px solid rgba(25, 135, 84, 0.14);
    border-radius: 50%;
    font-size: 9px;
}

.lcrm-login-step-badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    color: #58686f;
    background: #ffffff;
    border: 1px solid #dce5e7;
    border-radius: 999px;
    white-space: nowrap;
    font-size: 9px;
    font-weight: 800;
}

.lcrm-login-step-badge b {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--lcrm-auth-primary);
    border-radius: 50%;
    font-size: 10px;
}

.lcrm-login-heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-top: 17px;
}

.lcrm-login-heading-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--lcrm-auth-secondary);
    background: #ffffff;
    border: 1px solid #e4e8e9;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(33, 61, 68, 0.06);
    font-size: 18px;
}

.lcrm-login-heading > div {
    min-width: 0;
}

.lcrm-login-heading-kicker {
    display: block;
    margin-bottom: 3px;
    color: var(--lcrm-auth-secondary);
    font-size: 9px;
    font-weight: 800;
}

.lcrm-login-heading h2 {
    margin: 0 0 5px;
    color: var(--lcrm-auth-ink);
    font-size: 21px;
    line-height: 1.7;
    font-weight: 800;
}

.lcrm-login-heading p {
    max-width: 510px;
    margin: 0;
    color: var(--lcrm-auth-muted);
    font-size: 10px;
    line-height: 1.95;
}

.lcrm-login-form {
    margin-top: 0;
    padding: 21px;
    background: #ffffff;
    border: 1px solid #dce6e8;
    border-radius: 20px;
    box-shadow: 0 15px 34px rgba(35, 61, 68, 0.07);
}

.lcrm-login-label {
    display: block;
    margin-bottom: 10px;
    color: #32434a;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
}

.lcrm-login-input-wrap {
    position: relative;
}

.lcrm-login-input-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 1;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--lcrm-auth-primary);
    background: var(--lcrm-auth-soft);
    border-radius: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

.lcrm-login-control {
    height: 62px;
    padding: 0 62px;
    color: var(--lcrm-auth-ink);
    background: #fbfdfd;
    border: 1px solid #d4e0e2;
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    direction: ltr;
    text-align: center;
    letter-spacing: 3.2px;
    font-size: 19px;
    font-weight: 800;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.lcrm-login-control::placeholder {
    color: #9aa7ac;
    letter-spacing: 2.2px;
    font-size: 15px;
    font-weight: 600;
    opacity: 1;
}

.lcrm-login-control:focus {
    border-color: rgba(20, 108, 125, 0.68);
    box-shadow: 0 0 0 4px rgba(20, 108, 125, 0.09);
}

.lcrm-login-control.is-invalid {
    border-color: rgba(180, 35, 24, 0.66);
}

.lcrm-login-control.is-valid {
    border-color: rgba(25, 135, 84, 0.58);
}

.lcrm-login-input-status {
    position: absolute;
    top: 50%;
    left: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.lcrm-login-input-status.is-valid {
    color: var(--lcrm-auth-success);
}

.lcrm-login-input-status.is-invalid {
    color: var(--lcrm-auth-danger);
}

.lcrm-login-feedback {
    min-height: 21px;
    padding-top: 6px;
    color: var(--lcrm-auth-danger);
    font-size: 10px;
}

.lcrm-remember-option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0 20px;
    cursor: pointer;
    user-select: none;
}

.lcrm-remember-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.lcrm-remember-check {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    background: #ffffff;
    border: 1px solid #cdd9dc;
    border-radius: 7px;
    font-size: 9px;
    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.lcrm-remember-option input:checked + .lcrm-remember-check {
    color: #ffffff;
    background: var(--lcrm-auth-primary);
    border-color: var(--lcrm-auth-primary);
}

.lcrm-remember-option input:focus-visible + .lcrm-remember-check {
    box-shadow: 0 0 0 4px rgba(20, 108, 125, 0.1);
}

.lcrm-remember-option > span:last-child {
    min-width: 0;
}

.lcrm-remember-option strong,
.lcrm-remember-option small {
    display: block;
}

.lcrm-remember-option strong {
    margin-bottom: 2px;
    color: #35464d;
    font-size: 11px;
}

.lcrm-remember-option small {
    color: var(--lcrm-auth-muted);
    font-size: 9px;
}

.lcrm-login-submit {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    background: var(--lcrm-auth-primary);
    border: 1px solid var(--lcrm-auth-primary);
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(20, 108, 125, 0.2);
    font-size: 12px;
    font-weight: 800;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.lcrm-login-submit:hover,
.lcrm-login-submit:focus {
    color: #ffffff;
    background: var(--lcrm-auth-primary-dark);
    border-color: var(--lcrm-auth-primary-dark);
    box-shadow: 0 18px 35px rgba(20, 108, 125, 0.24);
    transform: translateY(-1px);
}

.lcrm-login-submit:disabled {
    opacity: 0.72;
    transform: none;
    cursor: wait;
}

.lcrm-login-message {
    display: none;
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 13px;
    font-size: 10px;
    line-height: 1.9;
}

.lcrm-login-message.is-visible {
    display: block;
}

.lcrm-login-message.is-error {
    color: #8d2118;
    background: #fff3f2;
    border: 1px solid #f2cecb;
}

.lcrm-login-message.is-success {
    color: #136a43;
    background: #effaf4;
    border: 1px solid #cbe9d8;
}

.lcrm-login-terms {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 18px;
    color: #77858b;
}

.lcrm-login-terms i {
    margin-top: 5px;
    color: var(--lcrm-auth-primary);
}

.lcrm-login-terms p {
    margin: 0;
    font-size: 9px;
    line-height: 2;
}

.lcrm-auth-footer {
    width: min(1180px, 100%);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 16px auto 0;
    padding: 0 8px;
    color: #809097;
    font-size: 9px;
}

.lcrm-auth-footer span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lcrm-auth-noscript {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 20;
    padding: 12px 16px;
    color: #842029;
    background: #f8d7da;
    border: 1px solid #f5c2c7;
    border-radius: 12px;
    font-size: 12px;
}

@media (max-width: 991.98px) {
    .lcrm-auth-shell {
        padding: 20px;
    }

    .lcrm-auth-card {
        width: min(720px, 100%);
        grid-template-columns: 1fr;
    }

    .lcrm-auth-intro {
        padding: 28px;
    }

    .lcrm-auth-intro-content {
        padding: 34px 0 20px;
    }

    .lcrm-auth-intro-content h1 {
        max-width: none;
        font-size: 28px;
    }

    .lcrm-auth-security-note {
        max-width: 440px;
    }

    .lcrm-auth-intro-footer {
        display: none;
    }

    .lcrm-auth-main {
        padding: 34px;
    }
}

@media (max-width: 575.98px) {
    .lcrm-auth-shell {
        justify-content: flex-start;
        padding: 12px;
    }

    .lcrm-auth-card {
        min-height: auto;
        border-radius: 21px;
    }

    .lcrm-auth-intro {
        padding: 20px;
    }

    .lcrm-auth-brand-logo {
        width: 47px;
        height: 47px;
        flex-basis: 47px;
        border-radius: 14px;
    }

    .lcrm-auth-intro-content {
        padding: 25px 0 15px;
    }

    .lcrm-auth-eyebrow {
        margin-bottom: 12px;
        padding: 6px 10px;
        font-size: 9px;
    }

    .lcrm-auth-intro-content h1 {
        margin-bottom: 9px;
        font-size: 22px;
        line-height: 1.65;
    }

    .lcrm-auth-intro-content p {
        font-size: 10px;
        line-height: 2;
    }

    .lcrm-auth-security-note {
        margin-top: 14px;
        padding: 11px;
    }

    .lcrm-auth-security-note > span {
        width: 37px;
        height: 37px;
        flex-basis: 37px;
    }

    .lcrm-auth-main {
        padding: 22px 17px 25px;
    }

    .lcrm-auth-step-heading {
        gap: 11px;
        margin-bottom: 20px;
    }

    .lcrm-auth-step-number {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        border-radius: 10px;
    }

    .lcrm-auth-step-heading h2 {
        font-size: 18px;
    }

    .lcrm-panel-grid {
        gap: 10px;
    }

    .lcrm-panel-card {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 11px;
        padding: 13px;
        border-radius: 15px;
    }

    .lcrm-panel-card-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        font-size: 18px;
    }

    .lcrm-panel-card-content strong {
        font-size: 12px;
    }

    .lcrm-panel-card-content small {
        font-size: 9px;
    }

    .lcrm-panel-card-action {
        grid-column: 2;
        justify-self: start;
        margin-top: -2px;
        font-size: 9px;
    }

    .lcrm-panel-help {
        padding: 11px;
    }

    .lcrm-login-head-card {
        margin-bottom: 16px;
        padding: 14px;
        border-radius: 17px;
    }

    .lcrm-login-head-top {
        align-items: flex-start;
        gap: 10px;
        padding-bottom: 13px;
    }

    .lcrm-selected-panel {
        gap: 9px;
    }

    .lcrm-selected-panel-icon {
        width: 41px;
        height: 41px;
        flex-basis: 41px;
        border-radius: 12px;
        font-size: 15px;
    }

    .lcrm-selected-panel-status {
        display: none;
    }

    .lcrm-login-step-badge {
        padding: 5px 7px;
        font-size: 8px;
    }

    .lcrm-login-step-badge b {
        width: 21px;
        height: 21px;
    }

    .lcrm-login-heading {
        gap: 11px;
        padding-top: 14px;
    }

    .lcrm-login-heading-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        border-radius: 13px;
        font-size: 16px;
    }

    .lcrm-login-heading h2 {
        font-size: 18px;
    }

    .lcrm-login-form {
        padding: 16px;
        border-radius: 17px;
    }

    .lcrm-login-control {
        height: 56px;
        padding: 0 54px;
        letter-spacing: 2.6px;
        font-size: 17px;
    }

    .lcrm-login-control::placeholder {
        letter-spacing: 1.8px;
        font-size: 13px;
    }

    .lcrm-login-submit {
        height: 51px;
    }

    .lcrm-auth-footer {
        justify-content: center;
        margin-top: 12px;
    }

    .lcrm-auth-footer span:last-child {
        display: none;
    }
}


/*
|--------------------------------------------------------------------------
| Disabled Panel Cards
|--------------------------------------------------------------------------
*/

.lcrm-panel-card.is-disabled,
.lcrm-panel-card:disabled {
    cursor: not-allowed;
    opacity: 0.58;
    background: #f8fafb;
    box-shadow: none;
    transform: none;
}

.lcrm-panel-card.is-disabled:hover,
.lcrm-panel-card:disabled:hover {
    border-color: var(--lcrm-auth-border);
    background: #f8fafb;
    box-shadow: none;
    transform: none;
}

.lcrm-panel-card.is-disabled .lcrm-panel-card-action,
.lcrm-panel-card:disabled .lcrm-panel-card-action {
    color: #8b989e;
}

/*
|--------------------------------------------------------------------------
| OTP Verification Page
|--------------------------------------------------------------------------
*/

.lcrm-verify-auth-card {
    min-height: 650px;
}

.lcrm-verify-main {
    align-items: center;
}

.lcrm-verify-content {
    width: min(610px, 100%);
    margin: 0 auto;
}

.lcrm-manager-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
    padding: 17px 18px;
    background: #f8fbfb;
    border: 1px solid #d9e5e7;
    border-radius: 19px;
    overflow: hidden;
}

.lcrm-manager-card::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    top: -48px;
    left: -35px;
    background: rgba(20, 108, 125, 0.08);
    border: 16px solid rgba(255, 255, 255, 0.58);
    border-radius: 50%;
    pointer-events: none;
}

.lcrm-manager-avatar {
    position: relative;
    z-index: 1;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--lcrm-auth-primary);
    border: 4px solid #ffffff;
    border-radius: 19px;
    box-shadow: 0 11px 24px rgba(20, 108, 125, 0.18);
    overflow: hidden;
    font-size: 17px;
}

.lcrm-manager-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lcrm-manager-info {
    min-width: 0;
    flex: 1;
}

.lcrm-manager-info > span,
.lcrm-manager-info h2,
.lcrm-manager-info small {
    display: block;
}

.lcrm-manager-info > span {
    margin-bottom: 3px;
    color: var(--lcrm-auth-muted);
    font-size: 9px;
    font-weight: 700;
}

.lcrm-manager-info h2 {
    margin: 0 0 5px;
    color: var(--lcrm-auth-ink);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 800;
}

.lcrm-manager-info small {
    color: var(--lcrm-auth-primary);
    font-size: 10px;
    font-weight: 700;
}

.lcrm-manager-verified {
    position: relative;
    z-index: 1;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--lcrm-auth-success);
    background: rgba(25, 135, 84, 0.1);
    border: 1px solid rgba(25, 135, 84, 0.14);
    border-radius: 50%;
    font-size: 10px;
}

.lcrm-verify-heading {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 20px;
}

.lcrm-verify-heading-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--lcrm-auth-primary);
    background: var(--lcrm-auth-soft);
    border: 1px solid rgba(20, 108, 125, 0.12);
    border-radius: 14px;
    font-size: 17px;
}

.lcrm-verify-heading > div > span {
    display: block;
    margin-bottom: 3px;
    color: var(--lcrm-auth-secondary);
    font-size: 9px;
    font-weight: 800;
}

.lcrm-verify-heading h1 {
    margin: 0 0 6px;
    color: var(--lcrm-auth-ink);
    font-size: 21px;
    line-height: 1.75;
    font-weight: 800;
}

.lcrm-verify-heading p {
    margin: 0;
    color: var(--lcrm-auth-muted);
    font-size: 11px;
    line-height: 1.95;
}

.lcrm-verify-heading p b {
    display: inline-block;
    margin: 0 4px;
    color: var(--lcrm-auth-primary-dark);
    letter-spacing: 1px;
    font-size: 12px;
}

.lcrm-verify-form {
    padding: 20px;
    background: #ffffff;
    border: 1px solid var(--lcrm-auth-border);
    border-radius: 20px;
    box-shadow: 0 14px 36px rgba(33, 61, 68, 0.07);
}

.lcrm-otp-fields {
    display: grid;
    grid-template-columns: repeat(6, minmax(48px, 1fr));
    gap: 10px;
    margin-bottom: 17px;
}

.lcrm-otp-input {
    width: 100%;
    height: 64px;
    padding: 0;
    color: var(--lcrm-auth-ink);
    background: #f8fbfb;
    border: 1px solid #d6e1e3;
    border-radius: 15px;
    outline: none;
    box-shadow: none;
    text-align: center;
    font-size: 23px;
    font-weight: 800;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.lcrm-otp-input:focus {
    background: #ffffff;
    border-color: rgba(20, 108, 125, 0.7);
    box-shadow: 0 0 0 4px rgba(20, 108, 125, 0.09);
    transform: translateY(-1px);
}

.lcrm-otp-input.is-filled {
    color: var(--lcrm-auth-primary-dark);
    background: #f1f7f7;
    border-color: rgba(20, 108, 125, 0.42);
}

.lcrm-otp-input.is-invalid {
    background: #fff8f7;
    border-color: rgba(180, 35, 24, 0.58);
}

.lcrm-otp-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 18px;
    color: var(--lcrm-auth-muted);
    font-size: 9px;
}

.lcrm-otp-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lcrm-otp-meta i {
    color: var(--lcrm-auth-primary);
}

.lcrm-otp-meta strong {
    color: var(--lcrm-auth-ink);
    direction: ltr;
    font-size: 10px;
}

.lcrm-otp-meta strong.is-expired {
    color: var(--lcrm-auth-danger);
}

.lcrm-otp-meta a {
    color: var(--lcrm-auth-primary);
    text-decoration: none;
    font-weight: 800;
}

@media (max-width: 575.98px) {
    .lcrm-manager-card {
        gap: 11px;
        margin-bottom: 17px;
        padding: 13px;
        border-radius: 16px;
    }

    .lcrm-manager-avatar {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
        border-radius: 16px;
    }

    .lcrm-verify-heading h1 {
        font-size: 18px;
    }

    .lcrm-verify-form {
        padding: 14px;
        border-radius: 17px;
    }

    .lcrm-otp-fields {
        gap: 5px;
        margin-bottom: 14px;
    }

    .lcrm-otp-input {
        height: 50px;
        border-radius: 11px;
        font-size: 18px;
    }

    .lcrm-otp-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 15px;
    }
}
