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

.sidebar-panel {
    width: 250px;
    flex: 0 0 250px;
    min-height: 100vh;
}

.sidebar-layout {
    min-width: 0;
    min-height: 100vh;
}

.lm-content-wrap {
    width: 100%;
}

.lm-sidebar-header {
    border-bottom: 1px solid #f0f0f0;
}

.lm-sidebar-footer {
    border-top: 1px solid #f0f0f0;
}

.lm-sidebar-footer .nav-link {
    color: #4f5d75;
    font-weight: 500;
}

.lm-sidebar-footer .nav-link:hover {
    color: #1b1f24;
}

.lm-breadcrumb-separator {
    color: #757575;
    margin: 0 1rem;
}

.lm-login-note {
    max-width: 24rem;
}

.sidebar .nav-link,
.lm-sidebar-footer .nav-link {
    font-weight: 500;
}

.sidebar-icon {
    width: 1.125rem;
    min-width: 1.125rem;
    flex-shrink: 0;
    line-height: 1;
    color: currentColor;
}

.sidebar-icon-svg {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    stroke: currentColor;
    color: currentColor;
}

.lm-icon-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

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

.lm-license-table th {
    white-space: nowrap;
}

.lm-license-table td {
    vertical-align: middle;
}

.lm-cell-break {
    word-break: break-word;
    overflow-wrap: anywhere;
    min-width: 11rem;
}

.lm-copy-key {
    cursor: pointer;
}

.lm-filter-panel {
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    padding: 1rem;
    margin-bottom: 1.25rem;
}

.lm-action-row {
    gap: .5rem;
}

.lm-detail-table th,
.lm-detail-table td {
    padding: .75rem;
    vertical-align: top;
}

.lm-detail-table th {
    width: 15rem;
    color: #757575;
    font-weight: 500;
}

.lm-detail-comment-cell {
    white-space: pre-wrap;
}

.lm-copy-toast {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1080;
    min-width: 12rem;
    margin-bottom: 0;
}

.lm-generated-keys {
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: .35rem;
    padding: 1rem;
}

.lm-generated-key {
    font-family: monospace;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.lm-generated-key + .lm-generated-key {
    margin-top: .5rem;
}

@media (max-width: 991.98px) {
    .sidebar-panel {
        width: 100%;
        flex-basis: auto;
        min-height: auto;
    }

    .sidebar-layout {
        min-height: auto;
    }

    .lm-cell-break {
        min-width: 9rem;
    }

    .lm-detail-table th,
    .lm-detail-table td {
        display: block;
        width: 100%;
        padding: .5rem .75rem;
    }

    .lm-detail-table th {
        border-bottom: 0;
        padding-bottom: .15rem;
    }

    .lm-detail-table td {
        padding-top: 0;
    }

    .lm-copy-toast {
        left: 1rem;
        right: 1rem;
        min-width: 0;
    }
}
