.themesBtns {
    background: rgba(0,0,0,0);
    border: none;
    border-bottom: 1px solid #E7EBF3;
    padding: 8px 16px;
    width:100%;
}

.themesBtnSelected {
    background: #F6EEFF;
    border: none;
    border-bottom: 1px solid #E7EBF3;
    padding: 8px 16px;
    width:100%;
}


.labelTranscription {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 8px 16px;
    color: white;
    width: 100%;
}