/* Define default style */
.WebAudioRecorder-wrp {
    display: flex;
}

.WebAudioRecorder-record-btn-wrp button {
    border-radius: 50%;
    font-size: 20px !important;
    height: 35px;
    width: 35px;
    float: left;
}

.WebAudioRecorder-stop-btn-wrp button {
    border-radius: 50%;
    font-size: 20px !important;
    height: 35px;
    width: 35px;
    float: left;
}

.active {
    background-color: #55a346;
}

.paused {
    background-color: yellow;
}

.Timer-wrp {
    display: grid;
    align-content: center;
    width: 30%;
    justify-content: end;
}

.digit {
    font-weight: bold;
}