.taudiocapture {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-radius: var(--field-border-radius) !important;
    background: var(--field-background);
    height: var(--field-height) !important;
    padding: 0px;
}

.taudiocapture i {
    width: 45px !important;
    font-size: var(--field-font-size);
    font-weight: 900;
    cursor: pointer;
    text-align: center;
    border-right: var(--field-border-right) solid var(--field-border-color);
    line-height: var(--field-height) !important;
}

.taudiocapture_preview {
    height: 100%;
    width: 100%;
}

.taudiocapture audio {
    background: #f1f3f4;
    border-radius: 0px var(--field-border-radius) var(--field-border-radius) 0px;
}