#realTimeAsrContainer {
    width: 80%;
    max-width: 1100px;
    overflow: hidden;
    position: fixed;
    bottom: 90px;
    left: 40%;
    transform: translateX(-50%);
    z-index: 500;
}

#realTimeAsrContainerDiv {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

#realTimeAsrContainerDiv {
    width: 32px;
    height: 32px;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    background-image: url('/static/images/kr/fanyiClose.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#realTimeAsrCloseDialogBtn {
    width: 32px;
    height: 32px;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    position: absolute;
    bottom: 40px;
    right: 10px;
    background-image: url('/static/images/kr/fanyiPackUp.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.realTimeAsrMainContent {
    padding: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
}

#realTimeAsrLanguageSelectorId {
    flex-shrink: 0;
    min-width: 120px;
}

#realTimeAsrTargetLanguage {
    width: 100%;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    color: #333;
    cursor: pointer;
    backdrop-filter: blur(5px);
}

#realTimeAsrControlPanelId {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

#realTimeAsrOpenBtn {
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: white;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    backdrop-filter: blur(5px);
    background-image: url('/static/images/kr/fanyiLuPing.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
}

#realTimeAsrSpeakBtn{
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: white;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    backdrop-filter: blur(5px);
    background-image: url('/static/images/kr/fanyiPlay.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 68px;
}

#realTimeAsrMoveBtn {
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: white;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    backdrop-filter: blur(5px);
    background-image: url('/static/images/kr/fanyiMove.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 58px;
}

.realTimeAsrTranslationContainer {
    flex: 1;
    border-radius: 6px;
    height: 70px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 700px
}

#realTimeAsrTranslationResult {
    width: 100%;
    height: 100%;
    font-size: 22px;
    line-height: 1.4;
    color: #333;
    overflow-y: auto;
    word-wrap: break-word;
}

#realTimeAsrTextOptions {
    position: absolute;
    bottom: 140px;
    left: 730px;
}
