/* /Components/AudioWavePlayer.razor.rz.scp.css */
.wave-audio-player[b-i20vzr92lb] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-family: Arial, sans-serif;
}

.wave-container[b-i20vzr92lb] {
    flex: 1;
    position: relative;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.wave[b-i20vzr92lb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 5px;
    position: relative;
}

.bar[b-i20vzr92lb] {
    width: 3px;
    border-radius: 2px;
    flex-shrink: 0;
}

.progress[b-i20vzr92lb] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,188,212,0.3);
    z-index: 2;
}
/* /Components/RichTextEditor.razor.rz.scp.css */
.editor-wrapper[b-cyrqr77kpo] {
    position: relative;
}

.editor-placeholder[b-cyrqr77kpo] {
    position: absolute;
    top: 16px;
    right: 16px;
    color: gray;
    pointer-events: none;
    opacity: 0.6;
    font-style: italic;
}
/* /Shared/MainLayout.razor.rz.scp.css */
body[b-7jolw0njwp]{

}
/* /Shared/NavMenu.razor.rz.scp.css */
body[b-4ng429huwt] {
}
