/* /Components/Common/BankIdAnimatedQr.razor.rz.scp.css */
/* shared styling for both buttons */
.qr-button[b-rg6z91esx2],
.extend-button[b-rg6z91esx2] {
    /* remove native chrome */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    padding: 0;
    background: none;
    /* custom “Edge-like” look */
    background-color: #f2f2f2;
    border: 1px solid #000000; /* your black border */
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    /* ensure proper sizing & SVG/text alignment */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1; /* normal line height for text */
    padding: 0.5em 1em; /* give your text some breathing room */
    font: inherit; /* match parent font */
    cursor: pointer;
}

    /* kill Firefox’s inner focus padding */
    .qr-button[b-rg6z91esx2]::-moz-focus-inner,
    .extend-button[b-rg6z91esx2]::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    /* custom focus ring */
    .qr-button:focus[b-rg6z91esx2],
    .extend-button:focus[b-rg6z91esx2] {
        outline: 2px solid #6ca0dc;
        outline-offset: 0;
    }
/* /Components/Common/FeatureCard.razor.rz.scp.css */
.feature-card[b-z65cdkudhr] {
    flex: 0 0 auto;
    width: 100%;
    max-width: 200px;
    margin: 0.5rem;
}

.card-title[b-z65cdkudhr] {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.feature-card-icon[b-z65cdkudhr] {
    font-size: 2rem;
    color: #2e99a3;
}

.btn-outline-primary[b-z65cdkudhr] {
    color: #16494e; /* Text color */
    border-color: #16494e; /* Border color */
}

    .btn-outline-primary:hover[b-z65cdkudhr],
    .btn-outline-primary:active[b-z65cdkudhr],
    .btn-outline-primary:focus[b-z65cdkudhr] {
        color: #fff;
        background-color: #16494e; /* Background on hover */
        border-color: #2c7e88; /* Slightly darker border on hover */
    }
/* /Components/Common/HistoryDropdown.razor.rz.scp.css */
/* Tidigare samtal – WCAG: läsbarhet, kontrast, fokus (2.4.7, 1.4.12, 2.5.5) */

.history-clock[b-iejfsu1pm0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.75rem;
    min-height: 2.35rem;
    background-color: #212529;
    border: none;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    transition: background-color 0.15s ease;
}

.history-clock:hover[b-iejfsu1pm0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.history-clock:focus-visible[b-iejfsu1pm0] {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.history-clock .time-main[b-iejfsu1pm0] {
    font-size: 0.9375rem;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.history-separator[b-iejfsu1pm0] {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin: 0.35rem 0.75rem;
    width: 60%;
    align-self: center;
}

.history-clock.active[b-iejfsu1pm0] {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.history-item[b-iejfsu1pm0] {
    width: 100%;
    display: block;
    padding: 0.4rem 1rem;
    min-height: 2.75rem;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: normal;
    background-color: #212529;
    text-align: left;
    border: none;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.15s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.history-item:hover[b-iejfsu1pm0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.history-item:focus-visible[b-iejfsu1pm0] {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.history-item.active[b-iejfsu1pm0] {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.history-row[b-iejfsu1pm0] {
    display: flex;
    align-items: center;
    min-width: 0;
}

/* ::deep krävs eftersom knappen renderas i DeleteComponent (annan komponent) */
[b-iejfsu1pm0] .history-delete-btn {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #dc3545;
    cursor: pointer;
    padding: 0;
}

[b-iejfsu1pm0] .history-delete-btn i {
    transition: transform 0.15s ease, color 0.15s ease;
}

[b-iejfsu1pm0] .history-delete-btn:hover i {
    transform: scale(1.25);
    color: #ff6b7a;
}

[b-iejfsu1pm0] .history-delete-btn:focus-visible {
    outline: 2px solid #dc3545;
    outline-offset: 2px;
}

/* Grupprubriker (Idag, Igår …) – tydlig kontrast WCAG AA */
[b-iejfsu1pm0] .dropdown-header {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.35;
    padding-top: 0.35rem;
    padding-bottom: 0.2rem;
    color: rgba(255, 255, 255, 0.75);
}

/* /Components/Common/SessionExpiredModal.razor.rz.scp.css */
/* /Components/CustomControls/LoginMethodSelector.razor.rz.scp.css */
.icon-container[b-zm5om8za9f] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem; /* fixed width matches fixed height */
    height: 5rem; /* replaces min-height/max-height */
}

.material-symbols-outlined.icon-symbol[b-zm5om8za9f] {
    font-size: 2.75rem; 
}

/* Example border states */
.border-subtle[b-zm5om8za9f] {
    border: 1px solid var(--bs-secondary); /* or whatever “subtle” gray you prefer */
    border-radius: 0.25rem;
}

.border-dark[b-zm5om8za9f] {
    border: 1px solid #000; /* on hover */
    border-radius: 0.25rem;
}

.border-secondary[b-zm5om8za9f] {
    border: 1px solid var(--bs-secondary); /* when selected */
    border-radius: 0.25rem;
}

.check-circle[b-zm5om8za9f] {
    position: absolute;
    top: -0.75rem;
    right: -0.75rem;
    font-size: 2rem;
    color: #28a745;
    background-color: white;
}

.material-symbols-outlined[b-zm5om8za9f] {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.login-container[b-zm5om8za9f] {
    width: fit-content;
    cursor: pointer;
}

.bankid-icon[b-zm5om8za9f] {
    max-width: 100%;
    max-height: 100%;
}
/* /Components/CustomControls/Meeting/AudioLevelIndicator.razor.rz.scp.css */
.audio-level-wrapper[b-e77uq0paum] {
    margin-bottom: 1.5rem;
}

.audio-level-module[b-e77uq0paum] {
    background: linear-gradient(rgb(10, 60, 65) 0%, rgb(27, 101, 106) 100%);
    max-width: 29.7rem;
    padding: 16px 20px;
    margin: 0 auto;
    border-radius: 12px;
    color: #fff;
}

.audio-level-title[b-e77uq0paum] {
    margin: 0 0 8px 0;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: .03em;
    text-shadow: 0 1px 2px rgba(0,0,0,.8);
    text-align: center;
}

.canvas-container[b-e77uq0paum] {
    max-width: 29.7rem;
    height: auto;
    border-radius: 8px;
    padding: 6px;
    background: #091d1f;
}

canvas[b-e77uq0paum] {
    width: 100%;
    max-width: 29.7rem;
    background: #1b2a09;
    border: 1px solid #292929;
    display: block;
    border-radius: 6px;
}

/* Paused state styling */
.audio-level-module.paused[b-e77uq0paum] {
    opacity: 0.6;
}

.canvas-container.paused canvas[b-e77uq0paum] {
    opacity: 0.5;
    filter: grayscale(50%);
}

/* Header with hide button */
.audio-level-header[b-e77uq0paum] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.audio-level-title[b-e77uq0paum] {
    margin: 0;
}

.hide-button[b-e77uq0paum] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0 8px;
    line-height: 1;
    transition: color 0.2s;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hide-button:hover[b-e77uq0paum] {
    color: #fff;
}

/* Show button when hidden */
.show-audio-button[b-e77uq0paum] {
    background: linear-gradient(rgb(10, 60, 65) 0%, rgb(27, 101, 106) 100%);
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    color: #fff;
    font-size: 0.9rem;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    transition: opacity 0.2s;
}

.show-audio-button:hover[b-e77uq0paum] {
    opacity: 0.9;
}
/* /Components/CustomControls/Meeting/MeetingFeedback.razor.rz.scp.css */
/* Feedback component wrapper and card styling */
.feedback-widget[b-4ulk86i58x] {
    background: #fafafa; /* light gray background */
    border: 1px solid #e0e0e0; /* subtle border */
    border-radius: 12px; /* rounded corners */
    padding: 1.5rem 1rem; /* internal spacing */
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* slight drop shadow */
    transition: box-shadow 150ms;
    max-width: 500px; /* fixed max width */
    width: 100%; /* full width up to max */
    margin: 1rem auto; /* center horizontally */
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
    font-family: sans-serif;
    position: relative;
}

    .feedback-widget.idle:hover[b-4ulk86i58x] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }

    /* Question text */
    .feedback-widget .question[b-4ulk86i58x] {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }

/* Emoji slider layout */
.emoji-slider[b-4ulk86i58x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

/* Each emoji item */
.emoji-item[b-4ulk86i58x] {
    position: relative;
    flex: 1;
    text-align: center;
}

    .emoji-item input[type="radio"][b-4ulk86i58x] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

/* Material Icons styling for emojis */
.emoji.material-icons-outlined[b-4ulk86i58x] {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    color: #777;
    transition: transform 150ms, color 150ms;
    cursor: pointer;
}

    .emoji.material-icons-outlined:hover[b-4ulk86i58x],
    .emoji.material-icons-outlined.selected[b-4ulk86i58x] {
        color: #1b656a; /* accent color */
        transform: scale(1.3);
    }

/* Labels under the first and last emoji */
.labels[b-4ulk86i58x] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    font-size: 0.875rem;
    color: #555;
    margin-bottom: 1rem;
}

@media (max-width: 576px) {
    .labels span[b-4ulk86i58x] {
        white-space: nowrap;
    }
}

.label-left[b-4ulk86i58x] {
    grid-column: 1;
    text-align: center;
}

.label-right[b-4ulk86i58x] {
    grid-column: 5;
    text-align: center;
}

/* Submit button (if you keep it) */
.btn-submit[b-4ulk86i58x] {
    background-color: #1a73e8;
    border: none;
    color: #fff;
    padding: 0.6rem 1.4rem;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-submit:disabled[b-4ulk86i58x] {
        background-color: #ccc;
        cursor: not-allowed;
    }

/* Tiny countdown badge with subtle background + better contrast */
.autohide-timer[b-4ulk86i58x] {
    --size: 18px;
    --ring: #198754; /* progress color (success) */
    --track: rgba(0,0,0,.18); /* darker for contrast */
    --bg: rgba(25,135,84,.06); /* faint green tint */
    --border: rgba(25,135,84,.18);
    position: absolute;
    top: 6px;
    right: 6px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: var(--bg);
    box-shadow: inset 0 0 0 1px var(--border);
    display: grid;
    place-items: center;
}

.autohide-ring[b-4ulk86i58x] {
    width: 86%;
    height: 86%; /* small inner padding */
    transform-origin: 50% 50%;
    transform: rotate(-90deg) scaleY(-1);
}

    .autohide-ring .track[b-4ulk86i58x] {
        fill: none;
        stroke: var(--track);
        stroke-width: 2.5;
    }

    .autohide-ring .progress[b-4ulk86i58x] {
        --autohide-duration: 5s; /* tweak if needed */
        fill: none;
        stroke: var(--ring);
        stroke-width: 2.5;
        stroke-linecap: round;
        stroke-dasharray: 100;
        stroke-dashoffset: 0; /* FULL at start */
        filter: drop-shadow(0 0 1px rgba(25,135,84,.35)); /* subtle glow */
        animation: autohide-ring-drain-b-4ulk86i58x var(--autohide-duration) linear forwards;
    }

@keyframes autohide-ring-drain-b-4ulk86i58x {
    to {
        stroke-dashoffset: 100;
    }
    /* drain to empty */
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .autohide-ring .progress[b-4ulk86i58x] {
        animation: none;
    }
}

/* Default visible state */
.feedback-component[b-4ulk86i58x] {
    opacity: 1;
    transform: translateY(0);
    max-height: 400px; /* > widget height; adjust if needed */
    margin-top: 1rem; /* keep your current spacing */
    margin-bottom: .5rem;
    overflow: hidden;
    transition: opacity .3s ease, transform .3s ease, max-height .3s ease, margin .3s ease;
    will-change: opacity, transform, max-height, margin;
}

    /* Fade-out state */
    .feedback-component.is-hiding[b-4ulk86i58x] {
        opacity: 0;
        transform: translateY(-6px);
        max-height: 0;
        margin-top: 0;
        margin-bottom: 0;
        overflow: hidden; /* avoid content flash during collapse */
        pointer-events: none;
    }

/* Reduce motion support */
@media (prefers-reduced-motion: reduce) {
    .feedback-component[b-4ulk86i58x] {
        transition: none;
    }
}
/* /Components/CustomControls/Meeting/MeetingInfo.razor.rz.scp.css */
.sidebar[b-2v6awihy6v] {
    background: white;
    padding: 15px;
    width: 100%;
    text-align: left;
}

.meeting-status-text[b-2v6awihy6v] {
    min-height: 1.25rem; /* reserve space so layout doesn't jump */
    margin-bottom: 0;
}

@keyframes pulse-border-b-2v6awihy6v {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8); /* Initial glow */
    }

    50% {
        box-shadow: 0 0 10px 5px rgba(255, 0, 0, 0.5); /* Expand */
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8); /* Shrink */
    }
}

.pulsating-border[b-2v6awihy6v] {
    border: 2px solid red; /* Base border */
    animation: pulse-border-b-2v6awihy6v 1.5s infinite ease-in-out;
}
/* /Components/CustomControls/Meeting/MeetingParticipantInput.razor.rz.scp.css */
.input-group[b-7dej39yypg] {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
}

    .input-group input[b-7dej39yypg], .input-group select[b-7dej39yypg] {
        flex: 1;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

.button[b-7dej39yypg] {
    background: #007bff;
    color: white;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .button:hover[b-7dej39yypg] {
        background: #0056b3;
    }

.participant-form .input-group[b-7dej39yypg] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
}

    /* Always stretch input */
    .participant-form .input-group input[b-7dej39yypg] {
        flex: 1 1 100%;
        min-width: 200px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .participant-form .input-group select[b-7dej39yypg] {
        flex: 1 1 auto; /* <-- select will grow to fill remaining width */
        min-width: 150px; /* Optional: to prevent it getting too small */
    }

    .participant-form .input-group button[b-7dej39yypg] {
        flex: 0 0 auto; /* <-- button stays natural width */
        white-space: nowrap;
    }

/* Large screens: inline everything */
@media (min-width: 1310px) {
    .participant-form .input-group input[b-7dej39yypg] {
        flex: 2 1 auto; /* Most space */
        min-width: 300px;
    }

    .participant-form .input-group select[b-7dej39yypg] {
        flex: 1 1 auto; /* Select gets reasonable space */
        min-width: 200px;
    }

    .participant-form .input-group button[b-7dej39yypg] {
        flex: 0 0 auto; /* Button stays compact */
    }
}

/* Stack elements vertically on very narrow screens */
@media (max-width: 576px) {
    .participant-form .input-group input[b-7dej39yypg],
    .participant-form .input-group select[b-7dej39yypg] {
        flex: 1 1 100%;
        margin-bottom: 0.5rem;
        border-radius: 0px;
    }

    .participant-form .input-group .button[b-7dej39yypg] {
        flex: 0 0 auto;
        width: 100%;
        border-radius: 0px;
    }
}

/* /Components/CustomControls/Meeting/MeetingParticipantList.razor.rz.scp.css */
/* Base visual styles shared with MeetingInfo via .sidebar */
.participantlist-panel[b-41zmqssuq9] {
    background: white;
    padding: 15px;
    width: 20rem;
    text-align: left;
    height: 100%;
}

.participant-list[b-41zmqssuq9] {
    list-style: none;
    padding: 0;
}

.participant-item[b-41zmqssuq9] {
    padding: 8px 12px;
    border-radius: 5px;
    background: #f8f9fa;
    margin-bottom: 5px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.participant-info[b-41zmqssuq9] {
    display: flex;
    flex-direction: column; /* Stack name and role */
}

.participant-name[b-41zmqssuq9] {
    font-weight: bold;
}

.participant-role[b-41zmqssuq9] {
    font-size: 0.9em;
    color: #555;
}

.participant-remove-btn[b-41zmqssuq9] {
    background: none;
    border: none;
    color: #dc3545;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 1.75rem;
}

    .participant-remove-btn:hover[b-41zmqssuq9] {
        color: #a71d2a;
    }

.participant-actions[b-41zmqssuq9] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.voice-record-btn[b-41zmqssuq9] {
    background: none;
    border: 1px solid #0d6efd;
    color: #0d6efd;
    padding: 2px 6px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.85rem;
    border-radius: 4px;
    transition: background 0.15s, color 0.15s;
}

    .voice-record-btn:hover:not(:disabled)[b-41zmqssuq9] {
        background: #0d6efd;
        color: white;
    }

    .voice-record-btn:disabled[b-41zmqssuq9] {
        opacity: 0.5;
        cursor: default;
    }

    .voice-record-btn.recording[b-41zmqssuq9] {
        border-color: #dc3545;
        color: #dc3545;
        animation: pulse-border-b-41zmqssuq9 1s ease-in-out infinite;
    }

    .voice-record-btn.done[b-41zmqssuq9] {
        border-color: #198754;
        color: #198754;
    }

        .voice-record-btn.done:hover:not(:disabled)[b-41zmqssuq9] {
            background: #198754;
            color: white;
        }

.voice-countdown[b-41zmqssuq9] {
    font-size: 0.75rem;
    font-weight: bold;
    min-width: 1ch;
}

.voice-error[b-41zmqssuq9] {
    margin-bottom: 0;
}

@keyframes pulse-border-b-41zmqssuq9 {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.5; }
}

@media (max-width: 991.98px) {
    .participantlist-panel[b-41zmqssuq9] {
        width: 100% !important;
    }
}
/* /Components/CustomControls/Meeting/MeetingRecordingControls.razor.rz.scp.css */
.recording[b-leipo7z0rh] {
    font-size: 20px;
    color: red;
    font-weight: bold;
    animation: wave-b-leipo7z0rh 1s infinite alternate;
}

@keyframes wave-b-leipo7z0rh {
    0% {
        mask-position: 0 0;
    }

    100% {
        mask-position: 20px 0;
    }
}

.recording-controls[b-leipo7z0rh] {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.recording-controls.paused-layout .end-button.small[b-leipo7z0rh] {
    width: min(200px, 100%);
    font-size: 1rem;
    padding: 0.45rem 1rem;
    white-space: normal;
    word-break: break-word;
    line-height: 1.3;
    text-align: center;
}

.resume-button[b-leipo7z0rh] {
    width: min(250px, 100%);
    padding: 0.75rem 2rem;
    min-height: 44px;
}

.pause-notice[b-leipo7z0rh] {
    margin-bottom: 0.75rem;
    text-align: center;
    color: #8b1a0a;
    background: #ffe8e1;
    border: 1px solid #f0b4a1;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    font-weight: 600;
}

.start-button[b-leipo7z0rh], .end-button[b-leipo7z0rh] {
    padding: 0.5rem 2rem;
    font-size: 1.1rem;
    width: min(238px, 100%);
    min-height: 44px;
}

.pause-button[b-leipo7z0rh] {
    min-width: 80px;
    min-height: 44px;
}

@media (max-width: 400px) {
    .recording-controls[b-leipo7z0rh] {
        width: 100%;
    }

    .start-button[b-leipo7z0rh], .end-button[b-leipo7z0rh], .resume-button[b-leipo7z0rh] {
        width: 100%;
    }

    .control-buttons[b-leipo7z0rh] {
        width: 100%;
    }

    .pause-button[b-leipo7z0rh] {
        width: 100%;
    }
}

.control-buttons[b-leipo7z0rh] {
    display: flex;
    gap: 0.5rem;
}
/* /Components/CustomControls/Meeting/MeetingStateManager.razor.rz.scp.css */
.card[b-sseif3tf9z] {
    background: white;
    padding: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
    height: fit-content;
    min-height: 316px;
    overflow: visible;
}

@media (max-width: 575.98px) {
    .card[b-sseif3tf9z] {
        padding: 20px 16px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .card[b-sseif3tf9z] {
        padding: 24px 22px;
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

/* Summary header on small viewports: title truncates; delete is icon-only beside it */
.summary-page-title-mobile[b-sseif3tf9z] {
    font-size: clamp(1rem, 4.2vw, 1.2rem);
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}

.summary-delete-icon-mobile[b-sseif3tf9z] {
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.button[b-sseif3tf9z] {
    background: #007bff;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

    .button:hover[b-sseif3tf9z] {
        background: #0056b3;
    }

.start-button[b-sseif3tf9z] {
    margin-top: 10px;
    padding: 0.5rem 2rem;
    font-size: 1.1rem;
    background: #dc3545;
    color: white;
    border: none;
}

    .start-button:hover[b-sseif3tf9z] {
        background: #c82333;
    }

.start-row[b-sseif3tf9z] {
    column-gap: 1.5rem;
    row-gap: 1rem;
}

.voice-recognition-toggle[b-sseif3tf9z] {
    text-align: left;
    min-height: 40px;
}

    .voice-recognition-toggle .form-check[b-sseif3tf9z] {
        display: inline-flex;
        align-items: center;
        padding-left: 0;
        margin: 0;
        min-height: 40px;
    }

    .voice-recognition-toggle .form-check-label[b-sseif3tf9z] {
        font-size: 1rem;
        font-weight: 500;
        color: #212529;
        cursor: pointer;
        user-select: none;
        line-height: 1.2;
        padding-left: 0.75rem;
    }

    .voice-recognition-toggle .form-check-input[b-sseif3tf9z] {
        width: 2.5em;
        height: 1.4em;
        margin: 0;
        float: none;
        cursor: pointer;
        flex-shrink: 0;
    }

        .voice-recognition-toggle .form-check-input:focus-visible[b-sseif3tf9z] {
            box-shadow: 0 0 0 0.2rem rgba(10, 88, 202, 0.35);
        }

        .voice-recognition-toggle .form-check-input:checked[b-sseif3tf9z] {
            background-color: #0a58ca;
            border-color: #0a58ca;
        }

.info-tooltip-wrapper[b-sseif3tf9z] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #0a58ca;
    cursor: help;
    font-size: 1.125rem;
    margin-left: 0.25rem;
    flex-shrink: 0;
}

    .info-tooltip-wrapper:hover[b-sseif3tf9z],
    .info-tooltip-wrapper:focus-visible[b-sseif3tf9z] {
        background-color: rgba(10, 88, 202, 0.1);
        outline: none;
    }

    .info-tooltip-wrapper:focus-visible[b-sseif3tf9z] {
        box-shadow: 0 0 0 2px #0a58ca;
    }

.info-tooltip[b-sseif3tf9z] {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    max-width: calc(100vw - 2rem);
    background: #212529;
    color: white;
    padding: 0.85rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
    z-index: 1080;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
    pointer-events: none;
}

    .info-tooltip[b-sseif3tf9z]::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-top-color: #212529;
    }

.info-tooltip-wrapper:hover .info-tooltip[b-sseif3tf9z],
.info-tooltip-wrapper:focus .info-tooltip[b-sseif3tf9z],
.info-tooltip-wrapper:focus-within .info-tooltip[b-sseif3tf9z] {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 575.98px) {
    .info-tooltip[b-sseif3tf9z] {
        left: auto;
        right: -0.5rem;
        transform: none;
        width: min(300px, calc(100vw - 2rem));
    }

        .info-tooltip[b-sseif3tf9z]::before {
            left: auto;
            right: 1rem;
            transform: none;
        }
}

.voice-sample-instructions[b-sseif3tf9z] {
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.voice-sample-list[b-sseif3tf9z] {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    text-align: left;
}

.voice-sample-item[b-sseif3tf9z] {
    padding: 10px 14px;
    border-radius: 6px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    margin-bottom: 8px;
}

.participant-info[b-sseif3tf9z] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.participant-name[b-sseif3tf9z] {
    font-weight: 600;
    font-size: 1rem;
    color: #212529;
    line-height: 1.3;
}

.participant-role[b-sseif3tf9z] {
    font-size: 0.875rem;
    color: #495057;
    line-height: 1.3;
}

.participant-actions[b-sseif3tf9z] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.voice-record-btn[b-sseif3tf9z] {
    background: white;
    border: 1.5px solid #0a58ca;
    color: #0a58ca;
    padding: 0.4rem 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 6px;
    min-height: 40px;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .voice-record-btn:hover:not(:disabled)[b-sseif3tf9z] {
        background: #0a58ca;
        color: white;
    }

    .voice-record-btn:focus-visible[b-sseif3tf9z] {
        outline: 2px solid #0a58ca;
        outline-offset: 2px;
    }

    .voice-record-btn:disabled[b-sseif3tf9z] {
        opacity: 0.65;
        cursor: not-allowed;
    }

    .voice-record-btn.recording[b-sseif3tf9z] {
        border-color: #b02a37;
        color: #b02a37;
        background: #fff5f5;
        animation: pulse-border-b-sseif3tf9z 1s ease-in-out infinite;
    }

    .voice-record-btn.done[b-sseif3tf9z] {
        border-color: #146c43;
        color: #146c43;
        background: #f0fdf4;
    }

        .voice-record-btn.done:hover:not(:disabled)[b-sseif3tf9z] {
            background: #146c43;
            color: white;
        }

        .voice-record-btn.done:focus-visible[b-sseif3tf9z] {
            outline-color: #146c43;
        }

.voice-error[b-sseif3tf9z] {
    margin-bottom: 0;
    font-size: 0.9375rem;
}

.voice-sample-actions[b-sseif3tf9z] {
    margin-top: 1rem;
}

.voice-action-btn[b-sseif3tf9z] {
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.45rem 1.1rem;
    min-height: 40px;
    min-width: 160px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    line-height: 1.2;
}

    .voice-action-btn:focus-visible[b-sseif3tf9z] {
        outline: 2px solid #0a58ca;
        outline-offset: 2px;
    }

    .voice-action-btn:disabled[b-sseif3tf9z] {
        opacity: 0.65;
        cursor: not-allowed;
    }

.voice-action-btn--primary[b-sseif3tf9z] {
    background: #dc3545;
    border-color: #dc3545;
    color: white;
}

    .voice-action-btn--primary:hover:not(:disabled)[b-sseif3tf9z] {
        background: #c82333;
        border-color: #bd2130;
        color: white;
    }

    .voice-action-btn--primary:focus-visible[b-sseif3tf9z] {
        outline-color: #dc3545;
    }

@keyframes pulse-border-b-sseif3tf9z {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.6; }
}

@media (max-width: 575.98px) {
    .voice-record-btn[b-sseif3tf9z] {
        width: 100%;
        justify-content: center;
    }

    .participant-actions[b-sseif3tf9z] {
        width: 100%;
    }
}
/* /Components/CustomControls/Meeting/MeetingSummary.razor.rz.scp.css */
/* Override for the OK (perform) button */
button.rz-button.rz-primary[b-3b8ouufeve] {
    background-color: #1976d2 !important; /* A blue shade */
    border-color: #1976d2 !important;
    color: white !important;
}

/* Override for the Avbryt (cancel) button */
button.rz-button.rz-secondary[b-3b8ouufeve] {
    background-color: #e0e0e0 !important; /* A light gray shade */
    border-color: #e0e0e0 !important;
    color: #333 !important;
}

[b-3b8ouufeve] .rz-html-editor-button {
    padding: 0.3rem;
    margin: 0.4rem 0.2rem;
}

[b-3b8ouufeve] button[title="Hämtar fil.."] {
    animation: spin 2s linear infinite;
}

/* Mobile-first: label above, each entry stacked with name only (time hidden) */
.signature-footer[b-3b8ouufeve] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 0.75rem 1rem;
    text-align: left;
}

.signature-label[b-3b8ouufeve] {
    font-size: 1rem;
    font-weight: 600;
    border-bottom: 2px solid #6c757d;
    margin-bottom: 1rem;
    padding-bottom: 0.25rem;
}

.signature-list[b-3b8ouufeve] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.signature-entry[b-3b8ouufeve] {
    display: flex;
    align-items: center;
    /* no indent on mobile */
}

.signature-name[b-3b8ouufeve] {
    /* always truncate */
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 575px) {
    .signature-name[b-3b8ouufeve] {
        font-weight: 500 !important;
    }
}

/* Desktop & up: keep label on its own row; entries still one per row */
@media (min-width: 576px) {
    .signature-footer[b-3b8ouufeve] {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .signature-label[b-3b8ouufeve] {
        border-bottom: none;
        /* shrink this from 1rem to 0.5rem */
        margin-bottom: 0.5rem;
        padding-bottom: 0.25rem;
    }

    .signature-list[b-3b8ouufeve] {
        /* switch to a column of rows (same as mobile) */
        flex-direction: column;
        gap: 0.5rem;
    }

    .signature-entry[b-3b8ouufeve] {
        /* on desktop, time is visible (d-sm-inline) and comes first */
        justify-content: flex-start;
    }

    .signature-time[b-3b8ouufeve] {
        /* ensure it shows on desktop */
        display: inline;
    }

    .signature-name[b-3b8ouufeve] {
        margin-left: 1rem;
    }
}

/* Always reserve the same responsive height as the real editor */
.editor-placeholder[b-3b8ouufeve] {
    height: calc(55vh);
}

@media (min-height: 550px) {
    .editor-placeholder[b-3b8ouufeve] {
        height: calc(60vh);
    }
}

@media (min-height: 800px) {
    .editor-placeholder[b-3b8ouufeve] {
        height: calc(75vh);
    }
}


.responsive-margin-inline[b-3b8ouufeve] {
    margin-inline: 4rem;
}

@media (min-width: 768px) {
    .responsive-margin-inline[b-3b8ouufeve] {
        margin-inline: 10rem;
    }
}

/* ---------- Swedish reset button ---------- */
.btn-reset-sv[b-3b8ouufeve] {
    background-color: transparent !important;
    border: none !important;
    padding: 0.25rem 0.25rem;
    min-width: unset;
    height: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: #6c757d; /* default secondary text */
    font-weight: 500;
}

/* Hover effect on desktop */
@media (hover: hover) and (min-width: 576px) {
    .btn-reset-sv:hover[b-3b8ouufeve] {
        color: #0d6efd; /* bootstrap primary */
        text-decoration: underline;
    }
}

/* ---------- Translation controls layout ---------- */
.translate-input-group[b-3b8ouufeve] {
    width: auto;
    flex: 0 0 auto;
}

@media (max-width: 575.98px) {
    .translate-controls[b-3b8ouufeve] {
        flex-direction: row;
        width: 100%;
        gap: 1rem;
    }

    .translate-input-group[b-3b8ouufeve] {
        flex: 1 1 auto;
        min-width: 0;
    }

    /* hide translate icon on mobile */
    .translate-input-group .input-group-text[b-3b8ouufeve] {
        display: none;
    }

    .btn-reset-sv[b-3b8ouufeve] {
        flex: 0 0 auto;
        width: auto;
        min-width: 120px;
    }
}

.transcript-toggle[b-3b8ouufeve] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.editor-transcript-row[b-3b8ouufeve] {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    height: calc(55vh);
    overflow: hidden;
}

@media (min-height: 550px) {
    .editor-transcript-row[b-3b8ouufeve] {
        height: calc(60vh);
    }
}

@media (min-height: 800px) {
    .editor-transcript-row[b-3b8ouufeve] {
        height: calc(75vh);
    }
}

.editor-col[b-3b8ouufeve] {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
}

.transcript-side-panel[b-3b8ouufeve] {
    flex: 0 0 38%;
    min-width: 0;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    background-color: #f8f9fa;
    padding: 0.75rem;
    margin-top: 0.25rem;
}

.transcript-content[b-3b8ouufeve] {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.6;
}
/* /Components/CustomControls/MicrophoneTestComponent.razor.rz.scp.css */
/* ────────────────────────────────────────────── */
/* 1. Hardware-style module shell                */
/* ────────────────────────────────────────────── */


.audio-module[b-sh0fje025o] {
    /* deep teal "powder-coated metal" */
    --base: grey;
    /*background: linear-gradient(145deg,var(--base) 0%,#072d31 100%);*/
    background: linear-gradient(rgb(10, 60, 65) 0%, rgb(27, 101, 106) 100%);
    max-width: 29.7rem;
    padding: 24px 28px;
    margin: 20px auto;
    margin-bottom: 8px;
    border-radius: 8px;
    /* layered shadows for depth + corner knock-light */
    /*box-shadow: 0 5px 5px rgba(0,0,0,.6),*/ /* drop shadow */
    /* lower inner bevel */
    /*0 -2px 4px rgba(255,255,255,.04) inset;*/ /* upper edge highlight */
    color: #fff;
    /*    font-family: "Consolas","Courier New",monospace;*/
}

    /* engraved module title (optional) */
    .audio-module h3[b-sh0fje025o] {
        margin: 0 0 12px 0;
        font-weight: 600;
        letter-spacing: .03em;
        text-shadow: 0 1px 2px rgba(0,0,0,.8);
    }

/* ────────────────────────────────────────────── */
/* 2. Modern button                              */
/* ────────────────────────────────────────────── */
.start-button[b-sh0fje025o] {
    width: auto;
    max-width: 10rem;
    margin: 10px 0;
    display: inline-block;
    padding: 8px 16px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .start-button:hover[b-sh0fje025o] {
        background: rgba(255, 255, 255, 0.35);
    }

    .start-button:active[b-sh0fje025o], .start-button.active[b-sh0fje025o] {
        background: rgba(255, 255, 255, 0.3);
        transform: scale(0.98);
    }

/* ────────────────────────────────────────────── */
/* 3. Canvas bezel                               */
/* ────────────────────────────────────────────── */
.canvas-container[b-sh0fje025o] {
    max-width: 29.7rem; /* unchanged content size */
    height: auto;
    border-radius: 4px;
    margin-top: 1rem;
    padding: 8px; /* thin "frame" around display */
    background: #091d1f; /* bezel material */
    /* bevel + recessed screen look */
    /*box-shadow: 0 4px 8px rgba(0,0,0,.7) inset,*/ /* recess the screen */
    /*0 -2px 4px rgba(255,255,255,.03) inset;*/
}

/* keep your canvas exactly as-is */
canvas#micTestCanvas[b-sh0fje025o] {
    width: 100%;
    max-width: 29.7rem;
    background: #1b2a09;
    border: 1px solid #292929;
    display: block; /* removes inline gaps */
    border-radius: 4px;
}
/* horizontal layout for button + success text */
.control-row[b-sh0fje025o] {
    display: flex;
    align-items: center;
    gap: 14px; /* space between button & checkmark */
    margin-bottom: 12px; /* keep distance from the canvas */
}

/* make the indicator feel like part of the panel */
.success-indicator[b-sh0fje025o] {
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    user-select: none;
}

.error-indicator[b-sh0fje025o] {
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    user-select: none;
}

.test-tip[b-sh0fje025o] {
    max-width: 29.7rem;
    background: linear-gradient(rgb(10, 60, 65) 0%, rgb(27, 101, 106) 100%);
    margin: 20px auto;
    margin-top: 8px !important;
    border-radius: 8px;
    padding: 0.8rem;
    color: #fff;
    /* layered shadows for depth + corner knock-light */
    /*box-shadow: 0 5px 5px rgba(0,0,0,.6),*/ /* drop shadow */
    /* lower inner bevel */
    /*0 -2px 4px rgba(255,255,255,.04) inset;*/ /* upper edge highlight */
}


/* /Components/CustomControls/TokenInput.razor.rz.scp.css */
.token-box[b-e9dfn8iouf] {
    width: 48px;
    height: 48px;
    font-size: 24px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ccc;
    caret-color: transparent;
}
/* /Components/Layout/LogoutNavLink.razor.rz.scp.css */
.nav-item[b-x2y1kqytvs] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item[b-x2y1kqytvs]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-x2y1kqytvs]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-x2y1kqytvs]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.logout-nav[b-x2y1kqytvs] {
    cursor: pointer;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
}

.logout-nav-icon[b-x2y1kqytvs] {
    display: inline-block;
    position: relative;
    width: 20px;
    background-size: cover;
    margin-right: 0.75rem;
    font-size: 1.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-swa8dmdowo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-swa8dmdowo] {
    flex: 1;
}

.sidebar[b-swa8dmdowo] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, #0a3c41 0%, #1b656a 100%);
    /*background-image: linear-gradient(180deg, #0a3c41 0%, #147177 50%, #1b656a 100%);*/
    /*background-image: linear-gradient(180deg, #0a3c41 0%, rgba(26, 128, 136, 0.8) 100%);*/
}

.top-row[b-swa8dmdowo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-swa8dmdowo]  a, .top-row[b-swa8dmdowo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-swa8dmdowo]  a:hover, .top-row[b-swa8dmdowo]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-swa8dmdowo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* Align with Bootstrap lg (992px): phones + tablets portrait use full-width main; fixed sidebar from lg up */
@media (max-width: 991.98px) {
    .top-row[b-swa8dmdowo] {
        justify-content: space-between;
    }

    .top-row[b-swa8dmdowo]  a, .top-row[b-swa8dmdowo]  .btn-link {
        margin-left: 0;
    }

    /* Fixed sidebar + margin-left must not apply below lg — avoids cramped content on tablets */
    .sidebar.layout-sidebar-expanded[b-swa8dmdowo],
    .sidebar.layout-sidebar-icon[b-swa8dmdowo] {
        width: 100%;
        max-width: 100%;
    }

    main.layout-main-expanded[b-swa8dmdowo],
    main.layout-main-icon[b-swa8dmdowo] {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}

@media (min-width: 992px) {
    .page[b-swa8dmdowo] {
        flex-direction: row;
    }

    .sidebar[b-swa8dmdowo] {
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        overflow-y: auto;
    }

    .sidebar.layout-sidebar-expanded[b-swa8dmdowo] {
        width: 300px;
    }

    .sidebar.layout-sidebar-icon[b-swa8dmdowo] {
        width: 3.3rem;
    }

    main.layout-main-expanded[b-swa8dmdowo] {
        margin-left: 300px;
    }

    main.layout-main-icon[b-swa8dmdowo] {
        margin-left: 3.3rem;
    }

    .top-row[b-swa8dmdowo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-swa8dmdowo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-swa8dmdowo], article[b-swa8dmdowo] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-p18i9zh4g4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-p18i9zh4g4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.bottom-row[b-p18i9zh4g4] {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
    padding-inline: 1rem;
}

.icon-menu-arrow[b-p18i9zh4g4] {
    text-align: right;
    font-size: 1.5rem;
}

.navbar-brand[b-p18i9zh4g4] {
    font-size: 1.1rem;
}

.bi[b-p18i9zh4g4] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-p18i9zh4g4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-p18i9zh4g4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-p18i9zh4g4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-microphone-nav-menu[b-p18i9zh4g4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-microphone' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z'/%3E%3Cpath d='M10 8a2 2 0 1 1-4 0V3a2 2 0 1 1 4 0v5zM8 0a3 3 0 0 0-3 3v5a3 3 0 0 0 6 0V3a3 3 0 0 0-3-3z'/%3E%3C/svg%3E");
}

.bi-clock-fill-nav-menu[b-p18i9zh4g4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-clock-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71z'/%3E%3C/svg%3E");
}

.nav-item[b-p18i9zh4g4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}
    .nav-item[b-p18i9zh4g4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-p18i9zh4g4]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-p18i9zh4g4]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }



@media (min-width: 992px) {
    .navbar-toggler[b-p18i9zh4g4] {
        display: none;
    }

    .collapse[b-p18i9zh4g4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media (max-width: 991.98px) {
    .bottom-row[b-p18i9zh4g4] {
        display: none;
    }

    .collapse[b-p18i9zh4g4] {
        /* hide when collapsed; overridden by d-lg-flex but not active */
    }

    .flex-column.d-lg-flex:not(.collapse)[b-p18i9zh4g4] {
        position: absolute;
        top: 3.5rem; /* height of top row */
        left: 0;
        width: 100%;
        background-color: #0a3c41; /* same sidebar color */
        z-index: 1040; /* above content */
    }

    .nav-overlay[b-p18i9zh4g4] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0); /* transparent clickable layer */
        z-index: 1030; /* below sidebar so sidebar remains clickable */
    }
}
/* /Components/Layout/NavMenuHistoryItem.razor.rz.scp.css */
.bi[b-tr4y0iy0fb] {
    display: inline-block;
    vertical-align: middle;
}

.bi-clock-fill-nav-menu[b-tr4y0iy0fb] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='white'%20class='bi%20bi-clock-fill'%20viewBox='0%200%2016%2016'%3E%3Cpath%20d='M16%208A8%208%200%201%201%200%208a8%208%200%200%201%2016%200M8%203.5a.5.5%200%200%200-1%200V9a.5.5%200%200%200%20.252.434l3.5%202a.5.5%200%200%200%20.496-.868L8%208.71z'/%3E%3C/svg%3E");
}

.nav-item[b-tr4y0iy0fb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item[b-tr4y0iy0fb]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        cursor: pointer;
    }

        .nav-item[b-tr4y0iy0fb]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-tr4y0iy0fb]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.hide-scrollbar[b-tr4y0iy0fb] {
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    /* For Chrome, Safari, Edge */
}

    .hide-scrollbar[b-tr4y0iy0fb]::-webkit-scrollbar {
        display: none;
    }

/* /Components/Layout/NavMenuItem.razor.rz.scp.css */
.bi[b-qp0bn95b7x] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-qp0bn95b7x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-qp0bn95b7x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-qp0bn95b7x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-clock-fill-nav-menu[b-qp0bn95b7x] {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='white'%20class='bi%20bi-clock-fill'%20viewBox='0%200%2016%2016'%3E%3Cpath%20d='M16%208A8%208%200%201%201%200%208a8%208%200%200%201%2016%200M8%203.5a.5.5%200%200%200-1%200V9a.5.5%200%200%200%20.252.434l3.5%202a.5.5%200%200%200%20.496-.868L8%208.71z'/%3E%3C/svg%3E");
}

.bi-info-nav-menu[b-qp0bn95b7x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-info-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2'/%3E%3C/svg%3E");
}

.nav-item[b-qp0bn95b7x] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item[b-qp0bn95b7x]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-qp0bn95b7x]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-qp0bn95b7x]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }
/* /Components/Pages/About.razor.rz.scp.css */
.about-cards[b-xbofscrx9y] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

.about-card[b-xbofscrx9y] {
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 1rem;
    background: #fff;
}

.card-icon[b-xbofscrx9y] {
    font-size: 1.5rem;
    color: #1b656a;
    margin: 0 1.5rem 0 0.5rem;
}

.card-body h3[b-xbofscrx9y] {
    margin: 0 0 0.25rem;
    font-size: 1.1rem;
}

.card-body p[b-xbofscrx9y] {
    margin: 0.25rem 0;
}

/* Base link styling */
.card-body a[b-xbofscrx9y] {
    color: #004578;
    text-decoration: none;
    transition: color 0.2s ease;
}

    /* Link hover: change color, remove underline */
    .card-body a:hover[b-xbofscrx9y] {
        color: blue;
        text-decoration: none;
    }

/* Icon at end of link inherits link color */
.link-end-icon[b-xbofscrx9y] {
    margin-left: 0.25rem;
    font-size: 0.9em;
    vertical-align: middle;
    color: inherit;
    transition: color 0.2s ease;
}

/* Explicitly reinforce inherit on hover */
.card-body a:hover .link-end-icon[b-xbofscrx9y] {
    color: inherit;
}

.tms-info[b-xbofscrx9y] {
    color: #6c757d;
    cursor: help;
    font-size: 0.9rem;
}
/* /Components/Pages/History.razor.rz.scp.css */
.card[b-13buualp5p] {
    background: white;
    padding: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 910px;
    text-align: center;
    height: fit-content;
    min-height: 316px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .card[b-13buualp5p] {
        padding: 24px 22px;
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

.summary-page-title-mobile[b-13buualp5p] {
    font-size: clamp(1rem, 4.2vw, 1.2rem);
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}

.summary-delete-icon-mobile[b-13buualp5p] {
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Pages/Home.razor.rz.scp.css */
@keyframes bounce-b-ddbvtns9ur {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(10px);
    }
    /* increased from 5px */
    60% {
        transform: translateY(6px);
    }
    /* increased from 3px */
}


.animate-bounce[b-ddbvtns9ur] {
    animation: bounce-b-ddbvtns9ur 2s infinite;
}

.scroll-indicator[b-ddbvtns9ur] {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}
/* /Components/Pages/Login.razor.rz.scp.css */
[b-nprfc1onfi] .full-width-background {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-nprfc1onfi] .centered-box {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 300px;
}
/* /Components/Pages/Meeting.razor.rz.scp.css */
.meeting-container[b-zoder5krrs] {
    padding: 2rem;
}

.meeting-content[b-zoder5krrs] {
    max-width: 800px;
    margin: 2rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.waveform-placeholder[b-zoder5krrs], .waveform[b-zoder5krrs] {
    width: 100%;
    height: 150px;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.baseline[b-zoder5krrs] {
    width: 90%;
    height: 2px;
    background: #333;
}

.wave[b-zoder5krrs] {
    width: 90%;
    height: 100px;
    background: linear-gradient(to right, transparent 0%, #333 20%, #333 80%, transparent 100%);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -20 100 100'%3E%3Cpath d='M0,50 Q25,0 50,50 T100,50' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    mask-size: 20px 100%;
    animation: wave-b-zoder5krrs 1s infinite linear;
}

.paused .wave[b-zoder5krrs] {
    animation-play-state: paused;
}

@keyframes wave-b-zoder5krrs {
    0% {
        mask-position: 0 0;
    }
    100% {
        mask-position: 20px 0;
    }
}

.transcription-container[b-zoder5krrs],
.summary-container[b-zoder5krrs] {
    width: 100%;
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    margin-top: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.transcription-container h3[b-zoder5krrs],
.summary-container h3[b-zoder5krrs] {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.transcription-text[b-zoder5krrs],
.summary-text[b-zoder5krrs] {
    color: #4a4a4a;
    line-height: 1.6;
    white-space: pre-wrap;
    font-size: 1rem;
}

.transcription-text[b-zoder5krrs] {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 1rem;
}

.summary-text[b-zoder5krrs] {
    font-weight: 500;
}

.bi-microphone-recording[b-zoder5krrs] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-microphone' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z'/%3E%3Cpath d='M10 8a2 2 0 1 1-4 0V3a2 2 0 1 1 4 0v5zM8 0a3 3 0 0 0-3 3v5a3 3 0 0 0 6 0V3a3 3 0 0 0-3-3z'/%3E%3C/svg%3E");
}

.recording-controls[b-zoder5krrs] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.start-button[b-zoder5krrs], .end-button[b-zoder5krrs] {
    padding: 0.5rem 2rem;
    font-size: 1.1rem;
}

.control-buttons[b-zoder5krrs] {
    display: flex;
    gap: 0.5rem;
}

.pause-button[b-zoder5krrs] {
    min-width: 100px;
}

.recordings-list[b-zoder5krrs] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #ddd;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.recordings-list h3[b-zoder5krrs] {
    color: #666;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.list-group-item[b-zoder5krrs] {
    padding: 1rem;
}

.recording-actions[b-zoder5krrs] {
    min-width: 100px;
    text-align: right;
}

audio[b-zoder5krrs] {
    height: 32px;
    margin: 0 1rem;
}

@media (max-width: 768px) {
    .list-group-item[b-zoder5krrs] {
        flex-direction: column;
        gap: 1rem;
    }

    audio[b-zoder5krrs] {
        width: 100%;
        margin: 0;
    }

    .recording-actions[b-zoder5krrs] {
        width: 100%;
        text-align: left;
    }
}

.meeting-wrapper[b-zoder5krrs] {
    max-width: 910px;
}

@media (max-width: 991.98px) {
    .meeting-layout[b-zoder5krrs] {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .meeting-wrapper[b-zoder5krrs] {
        max-width: 100% !important;
    }

        .meeting-wrapper .row[b-zoder5krrs] {
            margin-left: 0 !important;
            margin-right: 0 !important; /* remove residual side gap on mobile */
        }

    .participant-sidebar-wrapper[b-zoder5krrs] {
        width: 100% !important;
        margin-top: 1rem;
    }

    .participantlist-panel[b-zoder5krrs] {
        margin-bottom: 0 !important; /* hand gap to next card */
    }
} 
