$specializationSelectionClass: 'specialization-selection'; .#{$specializationSelectionClass} { &__container { background: #ffffff; box-sizing: border-box; width: calc(100% - 26px); padding: 10px; //max-height: 800px; //display: flex; //flex-direction: column; //flex-wrap: wrap; //align-items: flex-start; column-count: 3; column-gap: 10px; &:before, &:after { content: ''; display: block; clear: both; } } &__group { //width: calc(33.333% - 10px); margin: 5px 5px 5px 5px; display: block; //float: left; &:nth-child(3n) { /*width: 33.333%; margin-right: 0;*/ } } &__list { max-height: 125px; overflow: hidden; display: block; &-item { display: flex; flex-direction: row; justify-content: flex-start; padding: 5px; label { display: block; font-size: 13px; font-family: $fontopensans; } &--group-header { background: #ebebeb; padding: 7px 5px; label { display: block; font-family: $fontcuprum; font-size: 17px; } } } } &__checkbox { -webkit-appearance: checkbox; -moz-appearance: checkbox; appearance: checkbox; display: block; width: 13px !important; } &__checkbox-label { display: block; width: calc(100% - 13px - 5px); margin-left: 5px; } }