@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/sz84.com/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-75q7k62sy5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-75q7k62sy5] {
    flex: 1;
}

.sidebar[b-75q7k62sy5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-75q7k62sy5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-75q7k62sy5]  a, .top-row[b-75q7k62sy5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-75q7k62sy5]  a:hover, .top-row[b-75q7k62sy5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-75q7k62sy5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-75q7k62sy5] {
        justify-content: space-between;
    }

    .top-row[b-75q7k62sy5]  a, .top-row[b-75q7k62sy5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-75q7k62sy5] {
        flex-direction: row;
    }

    .sidebar[b-75q7k62sy5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-75q7k62sy5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-75q7k62sy5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-75q7k62sy5], article[b-75q7k62sy5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-75q7k62sy5] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-75q7k62sy5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/sz84.com/Components/Pages/Agents/ChatList.razor.rz.scp.css */
/* 确保没有额外的滚动条 */
a[b-xmjv93b4v2] {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.flex-grow-1[b-xmjv93b4v2] {
    flex: 1;
    overflow: hidden; /* 防止内容超出显示 */
}

.text-truncate[b-xmjv93b4v2] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.me-2[b-xmjv93b4v2] {
    margin-right: 0.5rem; /* 控制头像和文本之间的间距 */
}

img[b-xmjv93b4v2] {
    display: block; /* 移除图片底部的间距 */
}
/* _content/sz84.com/Components/Pages/Agents/Speech.razor.rz.scp.css */
.modal-backdrop[b-a8cwuf4k0y] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal[b-a8cwuf4k0y] {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/* _content/sz84.com/Components/Pages/Games/Game2048.razor.rz.scp.css */
.heading[b-09z5qnao4z]:after {
    content: "";
    display: block;
    clear: both;
}

h1.title[b-09z5qnao4z] {
    font-size: 80px;
    font-weight: bold;
    margin: 0;
    display: block;
    float: left;
}

@-webkit-keyframes move-up {
    0% {
        top: 25px;
        opacity: 1;
    }

    100% {
        top: -50px;
        opacity: 0;
    }
}

@-moz-keyframes move-up {
    0% {
        top: 25px;
        opacity: 1;
    }

    100% {
        top: -50px;
        opacity: 0;
    }
}

@keyframes move-up-b-09z5qnao4z {
    0% {
        top: 25px;
        opacity: 1;
    }

    100% {
        top: -50px;
        opacity: 0;
    }
}

.score-container[b-09z5qnao4z] {
    position: relative;
    float: right;
    background: #bbada0;
    padding: 15px 25px;
    font-size: 25px;
    height: 25px;
    line-height: 47px;
    font-weight: bold;
    border-radius: 3px;
    color: salmon;
    margin-top: 8px;
}

    .score-container[b-09z5qnao4z]:after {
        position: absolute;
        width: 100%;
        top: 10px;
        left: 0;
        content: "Score";
        text-transform: uppercase;
        font-size: 13px;
        line-height: 13px;
        text-align: center;
        color: #eee4da;
    }

    .score-container .score-addition[b-09z5qnao4z] {
        position: absolute;
        right: 30px;
        color: red;
        font-size: 25px;
        line-height: 25px;
        font-weight: bold;
        color: rgba(119, 110, 101, 0.9);
        z-index: 100;
        -webkit-animation: move-up 600ms ease-in;
        -moz-animation: move-up 600ms ease-in;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
    }


.container2048[b-09z5qnao4z] {
    width: 420px;
    margin: 0 auto;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in-b-09z5qnao4z {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.game-container[b-09z5qnao4z] {
    margin-top: 10px;
    position: relative;
    padding: 15px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    background: #bbada0;
    border-radius: 6px;
    width: 420px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .game-container .game-message[b-09z5qnao4z] {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(238, 228, 218, 0.5);
        z-index: 100;
        text-align: center;
        -webkit-animation: fade-in 800ms ease 1200ms;
        -moz-animation: fade-in 800ms ease 1200ms;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
    }

        .game-container .game-message p[b-09z5qnao4z] {
            font-size: 60px;
            font-weight: bold;
            height: 60px;
            line-height: 60px;
            margin-top: 122px;
        }

        .game-container .game-message .lower[b-09z5qnao4z] {
            display: block;
            margin-top: 59px;
        }

        .game-container .game-message a[b-09z5qnao4z] {
            display: inline-block;
            background: #8f7a66;
            border-radius: 3px;
            padding: 0 20px;
            text-decoration: none;
            color: #f9f6f2;
            height: 40px;
            line-height: 42px;
            margin-left: 9px;
        }

        .game-container .game-message.game-won[b-09z5qnao4z] {
            background: rgba(237, 194, 46, 0.5);
            color: #f9f6f2;
        }

        .game-container .game-message.game-won[b-09z5qnao4z], .game-container .game-message.game-over[b-09z5qnao4z] {
            display: block;
        }

.grid-container2048[b-09z5qnao4z] {
    position: absolute;
    z-index: 1;
}

.grid-row2048[b-09z5qnao4z] {
    margin-bottom: 15px;
}

    .grid-row2048:last-child[b-09z5qnao4z] {
        margin-bottom: 0;
    }

    .grid-row2048[b-09z5qnao4z]:after {
        content: "";
        display: block;
        clear: both;
    }

.grid-cell2048[b-09z5qnao4z] {
    width: 86.25px;
    height: 86.25px;
    margin-right: 15px;
    float: left;
    border-radius: 3px;
    background: rgba(238, 228, 218, 0.35);
}

    .grid-cell2048:last-child[b-09z5qnao4z] {
        margin-right: 0;
    }

.tile-container2048[b-09z5qnao4z] {
    position: absolute;
    z-index: 2;
}

.tile2048[b-09z5qnao4z] {
    width: 86.25px;
    height: 86.25px;
    line-height: 96.25px;
}

    .tile2048.tile-position-1-1[b-09z5qnao4z] {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .tile2048.tile-position-1-2[b-09z5qnao4z] {
        position: absolute;
        left: 0px;
        top: 101px;
    }

    .tile2048.tile-position-1-3[b-09z5qnao4z] {
        position: absolute;
        left: 0px;
        top: 203px;
    }

    .tile2048.tile-position-1-4[b-09z5qnao4z] {
        position: absolute;
        left: 0px;
        top: 304px;
    }

    .tile2048.tile-position-2-1[b-09z5qnao4z] {
        position: absolute;
        left: 101px;
        top: 0px;
    }

    .tile2048.tile-position-2-2[b-09z5qnao4z] {
        position: absolute;
        left: 101px;
        top: 101px;
    }

    .tile2048.tile-position-2-3[b-09z5qnao4z] {
        position: absolute;
        left: 101px;
        top: 203px;
    }

    .tile2048.tile-position-2-4[b-09z5qnao4z] {
        position: absolute;
        left: 101px;
        top: 304px;
    }

    .tile2048.tile-position-3-1[b-09z5qnao4z] {
        position: absolute;
        left: 203px;
        top: 0px;
    }

    .tile2048.tile-position-3-2[b-09z5qnao4z] {
        position: absolute;
        left: 203px;
        top: 101px;
    }

    .tile2048.tile-position-3-3[b-09z5qnao4z] {
        position: absolute;
        left: 203px;
        top: 203px;
    }

    .tile2048.tile-position-3-4[b-09z5qnao4z] {
        position: absolute;
        left: 203px;
        top: 304px;
    }

    .tile2048.tile-position-4-1[b-09z5qnao4z] {
        position: absolute;
        left: 304px;
        top: 0px;
    }

    .tile2048.tile-position-4-2[b-09z5qnao4z] {
        position: absolute;
        left: 304px;
        top: 101px;
    }

    .tile2048.tile-position-4-3[b-09z5qnao4z] {
        position: absolute;
        left: 304px;
        top: 203px;
    }

    .tile2048.tile-position-4-4[b-09z5qnao4z] {
        position: absolute;
        left: 304px;
        top: 304px;
    }

.tile2048[b-09z5qnao4z] {
    border-radius: 3px;
    background: #eee4da;
    text-align: center;
    font-weight: bold;
    z-index: 10;
    font-size: 35px;
    -webkit-transition: 100ms ease-in-out;
    -moz-transition: 100ms ease-in-out;
    -webkit-transition-property: top, left;
    -moz-transition-property: top, left;
}

    .tile2048.tile-2[b-09z5qnao4z] {
        background: #eee4da;
        box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0);
    }

    .tile2048.tile-4[b-09z5qnao4z] {
        background: #ede0c8;
        box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0);
    }

    .tile2048.tile-8[b-09z5qnao4z] {
        color: #f9f6f2;
        background: #f2b179;
    }

    .tile2048.tile-16[b-09z5qnao4z] {
        color: #f9f6f2;
        background: #f59563;
    }

    .tile2048.tile-32[b-09z5qnao4z] {
        color: #f9f6f2;
        background: #f67c5f;
    }

    .tile2048.tile-64[b-09z5qnao4z] {
        color: #f9f6f2;
        background: #f65e3b;
    }

    .tile2048.tile-128[b-09z5qnao4z] {
        color: #f9f6f2;
        background: #edcf72;
        box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
        font-size: 35px;
    }

@media screen and (max-width: 480px) {
    .tile2048.tile-128[b-09z5qnao4z] {
        font-size: 35px;
    }
}

.tile2048.tile-256[b-09z5qnao4z] {
    color: #f9f6f2;
    background: #edcc61;
    box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
    font-size: 35px;
}

@media screen and (max-width: 480px) {
    .tile2048.tile-256[b-09z5qnao4z] {
        font-size: 35px;
    }
}

.tile2048.tile-512[b-09z5qnao4z] {
    color: #f9f6f2;
    background: #edc850;
    box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
    font-size: 35px;
}

@media screen and (max-width: 480px) {
    .tile2048.tile-512[b-09z5qnao4z] {
        font-size: 35px;
    }
}

.tile2048.tile-1024[b-09z5qnao4z] {
    color: #f9f6f2;
    background: #edc53f;
    box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
    font-size: 25px;
}

.tile2048.tile-2048[b-09z5qnao4z] {
    color: #f9f6f2;
    background: #edc22e;
    box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px;
}

.tile2048.tile-4096[b-09z5qnao4z] {
    color: #f9f6f2;
    background: #660099;
    box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px;
}

.tile2048.tile-8192[b-09z5qnao4z] {
    color: #f9f6f2;
    background: #780000;
    box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px;
}

.tile2048.tile-16384[b-09z5qnao4z] {
    color: #f9f6f2;
    background: #8A2BE2;
    box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px;
}

.tile2048.tile-32768[b-09z5qnao4z] {
    color: #f9f6f2;
    background: #483D8B;
    box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px;
}

.tile2048.tile-65536[b-09z5qnao4z] {
    color: #f9f6f2;
    background: #8B4726;
    box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
    font-size: 25px;
}

@media screen and (max-width: 480px) {
    .tile2048.tile-1024[b-09z5qnao4z] {
        font-size: 25px;
    }
}

@media screen and (max-width: 480px) {
    .tile2048.tile-2048[b-09z5qnao4z] {
        font-size: 25px;
    }
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

@-moz-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

@keyframes appear-b-09z5qnao4z {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

.tile-new[b-09z5qnao4z] {
    -webkit-animation: appear 200ms ease 100ms;
    -moz-animation: appear 200ms ease 100ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
}

@-webkit-keyframes pop {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

@-moz-keyframes pop {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

@keyframes pop-b-09z5qnao4z {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

.tile-merged[b-09z5qnao4z] {
    z-index: 20;
    -webkit-animation: pop 200ms ease 100ms;
    -moz-animation: pop 200ms ease 100ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
}


.game-intro[b-09z5qnao4z] {
    margin-bottom: 0;
}

.game-explanation[b-09z5qnao4z] {
    margin-top: 50px;
}
/* _content/sz84.com/Components/Pages/Tools/Clocks/ClockCassidyWilliams.razor.rz.scp.css */
body[b-2ot61q8net] {
    background: #000;
}

.container[b-2ot61q8net] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rim[b-2ot61q8net] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    border: 20px solid #000;
    border-radius: 50%;
    animation: shift-rim-b-2ot61q8net 8s infinite;
    z-index: 10;
}

.outer[b-2ot61q8net] {
    width: 300px;
    height: 300px;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(8,8,71,1) 100%);
    border: 10px solid #1A23F2;
    border-radius: 50%;
    box-sizing: border-box;
    filter: blur(2px);
    animation: shift-b-2ot61q8net 8s infinite;
    &::before

{
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 104%;
    height: 104%;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 1;
    filter: blur(2px);
}

}

.inner[b-2ot61q8net] {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background: linear-gradient(to bottom, rgba(8,8,71,1) 0%, rgba(0,0,0,1) 100%);
    border: 8px solid #1A23F2;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0 10px 20px 10px #000;
    filter: blur(1px);
    animation: shift-inner-b-2ot61q8net 8s infinite;
    &::before

{
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 8px solid #000;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 1;
    filter: blur(5px);
}

&[b-2ot61q8net]::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105%;
    height: 105%;
    border: 1px solid #6AAEE9;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 1;
    filter: blur(3px);
}

}

#clock[b-2ot61q8net] {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 50px;
    color: #fff;
    font-family: 'Baloo Tammudu', cursive;
    font-size: 40px;
    text-align: center;
    text-shadow: 0 0 30px #8DCAED;
    animation: shift-clock-b-2ot61q8net 8s infinite;
}

@keyframes shift-b-2ot61q8net {
    0% {
        height: 100px;
    }

    50% {
        height: 280px;
    }

    100% {
        height: 100px;
    }
}

@keyframes shift-rim-b-2ot61q8net {
    0% {
        top: 40%;
        height: 100px;
    }

    50% {
        top: 50%;
        height: 280px;
    }

    100% {
        top: 40%;
        height: 100px;
    }
}

@keyframes shift-inner-b-2ot61q8net {
    0% {
        top: -10px;
        height: 50px;
    }

    50% {
        top: 40px;
        height: 190px;
    }

    100% {
        top: -10px;
        height: 50px;
    }
}

@keyframes shift-clock-b-2ot61q8net {
    0% {
        top: -10px;
        transform: translateX(-50%) scaleY(.2);
    }

    50% {
        top: 100px;
        transform: translateX(-50%) scaleY(1);
    }

    100% {
        top: -10px;
        transform: translateX(-50%) scaleY(.2);
    }
}
/* _content/sz84.com/Components/Pages/Tools/Clocks/ClockJoe.razor.rz.scp.css */
body[b-wxlaz6d0dr] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #D9D7DD;
}

.clock[b-wxlaz6d0dr] {
    border-radius: 100%;
    background: #ffffff;
    font-family: "Montserrat";
    border: 5px solid white;
    box-shadow: inset 2px 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.wrap[b-wxlaz6d0dr] {
    overflow: hidden;
    position: relative;
    width: 350px;
    height: 350px;
    border-radius: 100%;
}

.minute[b-wxlaz6d0dr],
.hour[b-wxlaz6d0dr] {
    position: absolute;
    height: 100px;
    width: 6px;
    margin: auto;
    top: -27%;
    left: 0;
    bottom: 0;
    right: 0;
    background: black;
    transform-origin: bottom center;
    transform: rotate(0deg);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.minute[b-wxlaz6d0dr] {
    position: absolute;
    height: 130px;
    width: 4px;
    top: -38%;
    left: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    transform: rotate(90deg);
}

.second[b-wxlaz6d0dr] {
    position: absolute;
    height: 90px;
    width: 2px;
    margin: auto;
    top: -26%;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 4px;
    background: #FF4B3E;
    transform-origin: bottom center;
    transform: rotate(180deg);
    z-index: 1;
}

.dot[b-wxlaz6d0dr] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: white;
    border: 2px solid #1b1b1b;
    border-radius: 100px;
    margin: auto;
    z-index: 1;
}
/* _content/sz84.com/Components/Pages/Tools/SpeakIt.razor.rz.scp.css */
.status .indicators[b-saj6ghaxpv] 
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.status .indicators div[b-saj6ghaxpv] 
{
    border: solid 1px #888;
    border-radius: 6px;
    width: 5rem;
    text-align: center;
    padding: 0.2rem 0;
    background-color: #333;
    color: #888;
    margin-bottom: 0.5rem;
}

.status .indicators div.active[b-saj6ghaxpv] 
{
    color: #6f6;
}

    .status .indicators div.light[b-saj6ghaxpv] {
        color: #FFF;
        background-color: dodgerblue;
    }
/* _content/sz84.com/Components/Pages/Tools/Speech.razor.rz.scp.css */
.status .indicators[b-a3fq7qnadv] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.status .indicators div[b-a3fq7qnadv] {
    border: solid 1px #888;
    border-radius: 6px;
    width: 5rem;
    text-align: center;
    padding: 0.2rem 0;
    background-color: #333;
    color: #888;
    margin-bottom: 0.5rem;
}

    .status .indicators div.active[b-a3fq7qnadv] {
        color: #6f6;
    }
