﻿#availableDisplaySystems {
    overflow: auto;
    margin-bottom: 20px;
    transition: 0.5s;
}

.msteams-available-container-closed,
.endpoint-available-container-closed {
    height: 0;
}

.msteams-available-container-open,
.endpoint-available-container-open {
    height: 300px;
}

.msteams-teamwork-firmware {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.msteams-teamwork-firmware-header {
    margin-bottom: 12px;
}

.msteams-teamwork-firmware-title {
    font-weight: 500;
    font-size: 13px;
    color: #374151;
    letter-spacing: -0.01em;
}

.msteams-teamwork-firmware-table {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 6px;
    overflow: hidden;
}

.msteams-teamwork-firmware-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.msteams-teamwork-firmware-table thead tr {
    background: #f9fafb;
}

.msteams-teamwork-firmware-table th {
    padding: 10px 12px;
    text-align: left;
    font-weight: 500;
    color: #6b7280;
    font-size: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.msteams-teamwork-firmware-table th:nth-child(2) {
    width: 140px;
}

.msteams-teamwork-firmware-table th:nth-child(3) {
    width: 100px;
    text-align: right;
}

.msteams-teamwork-firmware-table tbody tr {
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

.msteams-teamwork-firmware-table tbody td {
    padding: 10px 12px;
}

.msteams-teamwork-firmware-name {
    color: #111827;
}

.msteams-teamwork-firmware-current {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 500;
    color: #059669;
    background: #ecfdf5;
    border-radius: 4px;
}

.msteams-teamwork-firmware-version {
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
    font-size: 12px;
    color: #6b7280;
    font-feature-settings: 'tnum';
}

.msteams-teamwork-firmware-action {
    text-align: right;
}

.msteams-teamwork-firmware-install {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #374151;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    cursor: pointer;
    transition: all 150ms ease;
}

.msteams-teamwork-firmware-install:hover {
    background: #f9fafb;
    border-color: rgba(0,0,0,0.2);
}
/* NeatPulse Settings */
.neat-pulse-setting {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.neat-pulse-setting .form-group {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.neat-pulse-setting .btn {
    margin-left: 8px;
}

.neat-pulse-setting .btn[disabled],
.neat-pulse-setting .btn[disabled]:hover,
.neat-pulse-setting .btn[disabled]:focus,
.neat-pulse-setting .btn[disabled]:active {
    background-color: #e9ecef !important;
    border-color: #ccc !important;
    color: #6c757d !important;
    cursor: not-allowed !important;
    opacity: 0.65;
    box-shadow: none !important;
}