.speech-to-text {
    position: fixed;
    right: 15px;
    bottom: 10px;
    width: 75px;
    height: 75px;
    border: none;
    border-radius: 50%;
    background-image: url('/assets/home/images/speech_to_text.png');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    z-index: 999;
}

.close-button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.record {
    display: flex;
}
