.google-icon-xxl {
    font-size: 12em;
    opacity: 0.05;
    user-select: none;
}

.google-icon-xl {
    font-size: 3.8em;
    user-select: none;
}

.google-icon-l {
    font-size: 2.0em;
    user-select: none;
}

.google-icon-m {
    font-size: 1.5em;
    user-select: none;
}

.google-icon-s {
    font-size: 1.0em;
    user-select: none;
}

.selectable {
    cursor: pointer;
}

    .selectable:hover {
        background-color: rgba(248,248,255,1);
    }

.text-label {
    width: 155px;
    min-width: 155px;
}

.text-value {    
    min-width: 250px;
}

.text-value-padding {
    padding-left: 40px;
}

.text-container {
    display: flex;
    align-items: center;
}

.text-multiline {
    white-space: pre-line;
}

.mud-expand-panel-header {
    background-color: rgba(240,240,240,1);
    padding: 4px 24px !important;
}