#selbach-assistant-controls {
}
.selbach-assist-controls {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#selbach-assistant-settings {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7ec3d8;
    color: #fff;
    padding: 0 16px 16px 16px;
}
#selbach-assistant-settings > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4px 0;
}
#selbach-assistant-settings > div > label,
#selbach-assistant-settings > div > span,
#selbach-assistant-settings > div > input {
    min-width: 50%;
    flex: 0 1 auto;
    font-size: 16px;
}
#selbach-assistant-settings select {
    font-size: 15px;
    width: 100%;
}
#selbach-assistant-settings > div > input {
    font-size: 15px;
    padding: 0 4px;
}

.selbach-assist-menu-buttons {
    position: absolute;
    width: 100%;
    padding: 0px;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.selbach-assist-menu-buttons button {
    background: transparent;
    color: inherit;
    border: 0;
    padding: 4px;
    cursor: pointer;
}

.selbach-microphone-input-group {
    margin: 8px;
    max-width: 100%;
}
.selbach-text-input-group {
    margin: 0px 0px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.selbach-text-output-group {
    margin: 0px 0px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/*.selbach-pm-taskbar .selbach-text-input-group,*/
.selbach-pm-taskbar #selbach-assistant-send-button,
.selbach-pm-taskbar .selbach-text-output-group,
.selbach-pm-taskbar .selbach-assist-menu-buttons {
    display: none;
}
.selbach-pm-taskbar .selbach-assist-controls {
    flex-direction: row;
}

#selbach-assistant-microphone-button,
#selbach-assistant-search-button,
#selbach-assistant-send-button,
#selbach-assistant-speak-button {
    border-radius: 25px;
}
#selbach-assistant-send-button,
#selbach-assistant-speak-button {
    height: 40px;
    width: 40px;
}
#selbach-assistant-microphone-button,
#selbach-assistant-search-button {
    height: 50px;
    width: 50px;
}
.selbach-pm-taskbar #selbach-assistant-microphone-button,
.selbach-pm-taskbar #selbach-assistant-search-button {
    margin: 0;
}
#selbach-assistant-search-button {
    background: transparent;
    color: inherit;
    cursor: default;
    padding: 0px;
}

/* --- Timer --- */

.selbach-assist-timer {
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.selbach-assist-timer span {
    font-size: 50px;
}
.selbach-pm-taskbar .selbach-assist-timer span {
    font-size: 40px;
}
.selbach-assist-timer span.finished {
    color: #f00;
}


