/* necessary because material does not support a file upload element */
input[type="file"]::file-selector-button {
    display:none;
}

.mdc-card {
    text-align:center;
}

/* necessary because material input fields are to less wide otherwise */
.mdc-text-field {
    width: 90% !important;
}

.mdc-text-field-helper-line {
    width: 90% !important;
}

.mdc-form-field {
    width: 90%;
}

/* Make Error message and UUID bold */
.bold-text {
    font-weight: bold;
    text-align: center;
}

.api-key-dialog-width{
    min-width: 750px !important;
}
