.mdc-button {
    margin: 0.5em 0.5em 0.5em 0.5em;
}

.mdc-layout-grid {
    padding-bottom: 80px;
}

.mdc-select,
.mdc-text-field,
.mdc-data-table,
.mb-autocomplete,
.mdc-text-field--textarea {
    width: 100%;
}

.mdc-text-field--textarea {
    min-height: 130px;
}

.mdc-data-table__header-cell {
    font-weight: bold;
}

@media (max-width: 600px) {
    .hide-on-very-small-screens {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .hide-on-small-screens {
        display: none !important;
    }
}

.main-content {
    overflow: auto;
    height: 100%;
}

.max-width-content {
    max-width: 1240px;
    margin: 0 auto;
    overflow-y: visible;
}

.form-view {
    max-width: 1000px;
}

.filter-input {
    max-width: 400px;
}

.top-filter-section {
    display: flex;
    align-items: center;
}

    .top-filter-section .mdc-button {
        margin-left: 20px;
        margin-top: 5px;
    }

.button-section-bottom {
    text-align: left;
    margin-top: 20px;
}

.narrow-field {
    max-width: 317px;
}

.narrow-simple-list {
    margin-top: -20px;
}

    .narrow-simple-list ul {
        list-style-type: none;
        margin-block-start: 0.0em;
        margin-block-end: 0.0em;
    }

.narrow-simple-list-wo-indent ul {
    list-style-type: none;
    margin-block-start: 0.0em;
    margin-block-end: 0.0em;
    padding-inline-start: 0px;
}

.lesser-emphasized {
    color: #bdc3c7;
}

.list-icon,
.list-icon-inactive {
    margin-left: 8px;
    font-size: 19px;
    color: #dae2e8;
}

.list-icon-inactive {
    color: #f0f6fd
}

h1 {
    margin-top: 0px;
    outline: none;
}

body {
    /*background-color: #ddf0ff;*/
}

.mdc-menu__selection-group-icon i {
    padding-left: 15px;
    font-size: 1.5em;
}

.demo-blade-main-content {
    min-width: 340px;
}

.demo-blade {
    background-color: var(--mdc-theme-surface, #fff);
    border-width: 0px 0px 0px 1px;
    border-style: solid;
    /* border-color: var(--mdc-segmented-button-outline-color, rgba(0, 0, 0, 0.12)); */
}

blade-heading {
    height: 2rem;
}

.form-heading h3,
.blade-heading h3 {
    float: left;
}

.form-action,
.form-menu,
.blade-action {
    float: right;
}

/* rubik-regular - latin */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/rubik-v19-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/rubik-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/rubik-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/rubik-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/rubik-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/rubik-v19-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-500 - latin */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/rubik-v19-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/rubik-v19-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/rubik-v19-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/rubik-v19-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/rubik-v19-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/rubik-v19-latin-500.svg#Rubik') format('svg'); /* Legacy iOS */
}

.list-attributes-grid-container {
    width: 100%;
}

.list-attributes-card-heading {
    height: 2rem;
}

    .list-attributes-card-heading h2 {
        float: left;
    }

.list-attributes-card-action {
    float: right;
    /*font-weight: 400;*/
}

@media screen and (min-width: 600px) {
    .form-view {
        min-width: 400px;
    }

    .list-attributes-grid-container {
        display: grid;
        justify-content: start;
        margin: 0 0 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        grid-template-columns: 180px 1fr;
        column-gap: 50px;
    }

    .list-attributes-heading h2 {
        margin: 1rem 0 1rem 0;
    }

    .list-attributes-content ul {
        margin-block-start: 1.0rem;
    }

    .list-attributes-divider {
        grid-column: 1 / span 2;
    }
}

@media screen and (max-width: 599px) {
    .list-attributes-heading h2 {
        margin: 1rem 0 0 0;
    }

    .list-attributes-content ul {
        margin-block-start: 0.5rem;
    }
}

.list-attributes-heading h2 {
    color: rgba(0, 0, 0, 0.6);
    line-height: unset;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-attributes-content {
    overflow: hidden;
    text-overflow: ellipsis;
}

    .list-attributes-content ul {
        list-style-type: none;
        margin-block-end: 1.0rem;
        padding-inline-start: 0px;
    }

    .list-attributes-item,
    .list-attributes-content li {
        line-height: 1.1rem;
        margin-bottom: 0.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.choose-attributes-grid-container {
    width: 100%;
}

.choose-attributes-heading h2 {
    margin: 2rem 0 0 0;
}

.choose-attributes-content ul {
    margin-block-start: 0.5rem;
}

.choose-attributes-heading h2 {
    color: rgba(0, 0, 0, 0.6);
    line-height: unset;
    overflow: hidden;
    text-overflow: ellipsis;
}

.choose-attributes-content {
    overflow: hidden;
    text-overflow: ellipsis;
}

    .choose-attributes-content ul {
        list-style-type: none;
        margin-block-end: 2.0rem;
        padding-inline-start: 0px;
    }

    .choose-attributes-item,
    .choose-attributes-content li {
        line-height: 1.1rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.choose-attributes-content-item {
    display: grid;
    justify-content: left;
    margin: 0 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    grid-template-columns: auto auto;
}

.choose-attributes-content-label {
    margin-top: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .choose-attributes-content-label ::deep a {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }