﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
}

body {
    background: #eef2f7;
    color: #111827;
}

.navbar {
    box-shadow: 0 8px 24px rgba(15, 23, 42, .12);
}

.navbar .container,
.body-content {
    max-width: 1180px;
}

.navbar-brand {
    font-weight: 600;
}

label,
.form-label {
    color: #000000;
    font-weight: 400;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

.lm-shell {
    display: block;
    min-height: calc(100vh - 96px);
    background: #f6f8fc;
    border-radius: 16px;
    overflow: hidden;
}

.lm-workspace {
    padding: 18px;
}

.lm-topbar {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(240px, 420px) auto;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
}

.lm-eyebrow {
    color: #000000;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
}

.lm-topbar h1,
.lm-panel h2,
.lm-modal h5 {
    margin: 0;
    color: #111827;
    font-weight: 600;
}

.lm-topbar h1 {
    font-size: 24px;
}

.lm-search {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    background: #ffffff;
    border: 1px solid #e8edf6;
    border-radius: 8px;
    color: #94a3b8;
}

.lm-search input {
    width: 100%;
    max-width: none;
    border: 0;
    outline: 0;
    color: #1f2937;
}

.lm-primary-btn {
    border: 0;
    border-radius: 8px;
    min-height: 42px;
    padding: 0 18px;
    background: #2563eb;
    color: #ffffff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.lm-alert {
    border-radius: 8px;
    border: 0;
}

.lm-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.lm-stat {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lm-stat span {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.lm-stat strong {
    font-size: 24px;
}

.lm-stat-blue strong {
    color: #2563eb;
}

.lm-stat-green strong {
    color: #16a34a;
}

.lm-stat-orange strong {
    color: #f59e0b;
}

.lm-panel {
    background: #ffffff;
    border: 1px solid #edf1f7;
    border-radius: 8px;
    padding: 18px;
}

.lm-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.lm-panel h2 {
    font-size: 18px;
}

.lm-table {
    margin-bottom: 0;
}

.lm-table thead th {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    border-bottom-color: #eef2f7;
}

.lm-table tbody td {
    color: #334155;
    font-size: 13px;
    border-bottom-color: #f1f4f9;
    padding: 14px 8px;
}

.lm-code {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 8px;
    background: #eef5ff;
    color: #2563eb;
    font-weight: 700;
}

.lm-status {
    display: inline-flex;
    min-width: 68px;
    justify-content: center;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
}

.lm-status.active {
    background: #ecfdf3;
    color: #16a34a;
}

.lm-status.inactive {
    background: #fff7ed;
    color: #f97316;
}

.lm-icon-btn {
    min-height: 32px;
    border: 1px solid #e5eaf3;
    background: #ffffff;
    color: #2563eb;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 600;
}

.lm-modal {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .18);
}

.lm-form .form-control {
    max-width: none;
    min-height: 42px;
    border-color: #e5eaf3;
    border-radius: 8px;
    font-size: 14px;
}

.lm-form .form-label {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.lm-form-block {
    border: 1px solid #edf1f7;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 14px;
}

.lm-form-block-meeting {
    background: #f7fbff;
    border-color: #dcecff;
}

.lm-form-block-next {
    background: #fffaf0;
    border-color: #f6e2b8;
}

.lm-form-block-title {
    color: #111827;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.lm-form textarea.form-control {
    min-height: 92px;
}

.lm-switch {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.lm-switch input {
    width: 18px;
    height: 18px;
}

.lm-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.lm-app-page,
.lm-login-page {
    min-height: calc(100vh - 96px);
}

.lm-dashboard-hero {
    background: #ffffff;
    border: 1px solid #edf1f7;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}

.lm-dashboard-hero h1,
.lm-login-brand h1 {
    margin: 0;
    color: #111827;
    font-size: 24px;
    font-weight: 600;
}

.lm-dashboard-hero p,
.lm-login-brand p,
.lm-dashboard-card p {
    margin: 6px 0 0;
    color: #4b5563;
    font-size: 13px;
}

.lm-menu-btn {
    width: 42px;
    height: 42px;
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    background: #f8fafc;
    display: inline-grid;
    place-items: center;
    gap: 0;
    padding: 9px;
}

.lm-menu-btn span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #111827;
}

.lm-dashboard-menu {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 12px 0;
}

.lm-dashboard-menu.open {
    display: grid;
}

.lm-dashboard-menu a {
    min-height: 42px;
    border: 1px solid #e5eaf3;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    display: grid;
    place-items: center;
    font-size: 13px;
    text-decoration: none;
}

.lm-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.lm-dashboard-card {
    min-height: 190px;
    background: #ffffff;
    border: 1px solid #edf1f7;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}

.lm-dashboard-card span {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.lm-dashboard-card strong {
    color: #111827;
    font-size: 30px;
    font-weight: 600;
}

.lm-dashboard-card.accent-blue {
    border-top: 4px solid #2563eb;
}

.lm-dashboard-card.accent-green {
    border-top: 4px solid #16a34a;
}

.lm-dashboard-card.accent-orange {
    border-top: 4px solid #f59e0b;
}

.lm-dashboard-card.accent-slate {
    border-top: 4px solid #475569;
}

.lm-meter {
    height: 8px;
    border-radius: 999px;
    background: #eef2f7;
    overflow: hidden;
}

.lm-meter i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #2563eb;
}

.lm-mini-stack {
    height: 52px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.lm-mini-stack i {
    width: 26px;
    border-radius: 8px 8px 0 0;
    background: #16a34a;
}

.lm-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lm-chip-row b {
    border-radius: 999px;
    background: #fff7ed;
    color: #9a3412;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 600;
}

.lm-detail-list {
    display: grid;
    gap: 8px;
}

.lm-detail-list i {
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    background: #f8fafc;
    padding: 8px 10px;
    color: #334155;
    font-size: 12px;
    font-style: normal;
}

.lm-login-page {
    display: grid;
    place-items: center;
    padding: 18px 0;
}

.lm-login-panel {
    width: min(100%, 430px);
    background: #ffffff;
    border: 1px solid #edf1f7;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .12);
}

.lm-login-brand {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin-bottom: 18px;
}

.lm-brand-mark-large {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #eef5ff;
    color: #2563eb;
    font-size: 20px;
    font-weight: 700;
}

.lm-login-form {
    display: grid;
    gap: 12px;
}

.lm-login-form label {
    color: #000000;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}

.lm-login-form input[type="text"],
.lm-login-form input[type="email"],
.lm-login-form input[type="password"] {
    width: 100%;
    min-height: 42px;
    border: 1px solid #e5eaf3;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
}

.lm-login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.lm-login-options label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.lm-login-options input {
    width: 16px;
    height: 16px;
}

.lm-login-options a {
    color: #2563eb;
    font-size: 13px;
    text-decoration: none;
}

.lm-login-details {
    border-top: 1px solid #edf1f7;
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px;
}

.lm-login-details article {
    border-radius: 10px;
    background: #f8fafc;
    padding: 12px;
}

.lm-login-details strong,
.lm-login-details span {
    display: block;
}

.lm-login-details strong {
    color: #111827;
    font-size: 13px;
    font-weight: 600;
}

.lm-login-details span {
    color: #4b5563;
    font-size: 12px;
    margin-top: 4px;
}

.lm-coming-soon-page {
    min-height: calc(100vh - 124px);
    display: grid;
    place-items: center;
    padding: 28px 0;
}

.lm-coming-soon-hero {
    width: min(100%, 1040px);
    min-height: 520px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(7, 29, 73, .97), rgba(21, 91, 149, .92)),
        #071d49;
    color: #ffffff;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    gap: 28px;
    align-items: center;
    overflow: hidden;
    padding: 48px;
    position: relative;
    box-shadow: 0 26px 70px rgba(15, 23, 42, .22);
}

.lm-coming-soon-hero::before,
.lm-coming-soon-hero::after {
    content: "";
    position: absolute;
    inset: auto auto 34px 34px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(255, 255, 255, .22);
    transform: rotate(18deg);
}

.lm-coming-soon-hero::after {
    inset: 38px 42px auto auto;
    width: 260px;
    height: 260px;
    transform: rotate(-14deg);
}

.lm-coming-soon-copy,
.lm-coming-soon-visual {
    position: relative;
    z-index: 1;
}

.lm-coming-soon-kicker {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    padding: 0 14px;
    background: rgba(255, 255, 255, .12);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.lm-coming-soon-logo {
    display: block;
    width: 116px;
    height: 116px;
    object-fit: contain;
    border-radius: 18px;
    background: #ffffff;
    padding: 10px;
    margin-bottom: 18px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .24);
}

.lm-coming-soon-copy h1 {
    margin: 18px 0 0;
    color: #ffffff;
    font-size: 64px;
    line-height: 1;
    font-weight: 700;
}

.lm-coming-soon-copy p {
    width: min(100%, 520px);
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .92);
    font-size: 24px;
    line-height: 1.35;
    font-weight: 500;
}

.lm-coming-soon-progress {
    width: min(100%, 360px);
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
    overflow: hidden;
    margin-top: 34px;
}

.lm-coming-soon-progress span {
    display: block;
    width: 68%;
    height: 100%;
    border-radius: inherit;
    background: #fbbf24;
}

.lm-coming-soon-visual {
    min-height: 330px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 16px;
    background: #08234f;
    overflow: hidden;
    box-shadow: 0 24px 54px rgba(15, 23, 42, .28);
}

.lm-coming-soon-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 900px) {
    .lm-topbar,
    .lm-summary-grid {
        grid-template-columns: 1fr;
    }

    .lm-workspace {
        padding: 14px;
    }

    .lm-topbar {
        align-items: stretch;
    }

    .lm-search,
    .lm-primary-btn {
        width: 100%;
    }

    .lm-panel {
        padding: 14px;
    }

    .lm-table {
        border-collapse: separate;
        border-spacing: 0 10px;
    }

    .lm-table thead {
        display: none;
    }

    .lm-table tbody,
    .lm-table tr,
    .lm-table td {
        display: block;
        width: 100%;
    }

    .lm-table tbody tr {
        border: 1px solid #edf1f7;
        border-radius: 8px;
        background: #ffffff;
        padding: 10px 12px;
    }

    .lm-table tbody td {
        border: 0;
        display: flex;
        justify-content: space-between;
        gap: 14px;
        padding: 8px 0;
        text-align: right;
        word-break: break-word;
    }

    .lm-table tbody td::before {
        content: attr(data-label);
        color: #000000;
        flex: 0 0 96px;
        font-weight: 400;
        text-align: left;
    }

    .lm-table tbody td.text-end {
        justify-content: flex-end;
        text-align: right;
    }

    .lm-table tbody td.text-end::before {
        margin-right: auto;
    }

    .lm-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .lm-coming-soon-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 34px;
    }

    .lm-coming-soon-copy h1 {
        font-size: 48px;
    }

    .lm-coming-soon-copy p {
        font-size: 20px;
    }

    .lm-coming-soon-visual {
        min-height: 260px;
    }

    .lm-coming-soon-visual img {
        min-height: 260px;
    }
}

@media (max-width: 576px) {
    .navbar .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .navbar-brand {
        max-width: calc(100vw - 88px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .body-content {
        margin-top: 8px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .lm-shell {
        min-height: calc(100vh - 72px);
        border-radius: 12px;
    }

    .lm-topbar h1 {
        font-size: 21px;
    }

    .lm-app-page,
    .lm-login-page {
        min-height: calc(100vh - 72px);
    }

    .lm-dashboard-hero {
        padding: 14px;
    }

    .lm-dashboard-hero h1,
    .lm-login-brand h1 {
        font-size: 21px;
    }

    .lm-dashboard-hero p,
    .lm-login-brand p,
    .lm-dashboard-card p {
        font-size: 12px;
    }

    .lm-dashboard-menu {
        grid-template-columns: 1fr;
    }

    .lm-dashboard-card {
        min-height: 168px;
        padding: 14px;
    }

    .lm-dashboard-card strong {
        font-size: 26px;
    }

    .lm-login-page {
        padding: 8px 0;
    }

    .lm-login-panel {
        border-radius: 12px;
        padding: 16px;
    }

    .lm-login-brand {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .lm-login-form label {
        font-size: 12px;
    }

    .lm-login-form input[type="text"],
    .lm-login-form input[type="email"],
    .lm-login-form input[type="password"] {
        min-height: 38px;
        font-size: 12px;
        padding: 7px 10px;
    }

    .lm-login-options {
        align-items: flex-start;
        flex-direction: column;
    }

    .lm-coming-soon-page {
        min-height: calc(100vh - 96px);
        padding: 8px 0;
    }

    .lm-coming-soon-hero {
        border-radius: 12px;
        gap: 22px;
        padding: 24px;
    }

    .lm-coming-soon-hero::before,
    .lm-coming-soon-hero::after {
        display: none;
    }

    .lm-coming-soon-copy h1 {
        font-size: 38px;
    }

    .lm-coming-soon-copy p {
        font-size: 17px;
    }

    .lm-coming-soon-kicker {
        font-size: 11px;
    }

    .lm-coming-soon-logo {
        width: 88px;
        height: 88px;
        border-radius: 14px;
        margin-bottom: 14px;
    }

    .lm-coming-soon-visual {
        min-height: 220px;
    }

    .lm-coming-soon-visual img {
        min-height: 220px;
    }

    .lm-summary-grid {
        gap: 10px;
    }

    .lm-stat {
        padding: 14px;
    }

    .lm-modal .modal-header,
    .lm-modal .modal-body {
        padding: 14px;
    }

    .lm-modal h5 {
        font-size: 16px;
    }

    .lm-form .row {
        --bs-gutter-y: .65rem;
    }

    .lm-form-block {
        padding: 12px;
        margin-bottom: 12px;
    }

    .lm-form-block-title {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .lm-form .form-label {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .lm-form .form-control {
        min-height: 36px;
        padding: 6px 10px;
        font-size: 12px;
    }

    .lm-form textarea.form-control {
        min-height: 76px;
    }

    .lm-switch {
        font-size: 12px;
        gap: 8px;
    }

    .lm-switch input {
        width: 16px;
        height: 16px;
    }

    .lm-modal-actions {
        flex-direction: column-reverse;
        gap: 8px;
        margin-top: 16px;
    }

    .lm-modal-actions .btn,
    .lm-modal-actions .lm-primary-btn {
        width: 100%;
        min-height: 38px;
        font-size: 13px;
    }
}
