.cardList__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%;min-height:0}.cardList--withBackground .cardList__listContainer{background-color:var(--super-light-grey);padding:14px 12px}.cardList--withBackground .cardList__item .cardPanel--default .cardPanel__container{background-color:var(--white)}.cardList--withBackground .cardList__item .cardPanel--default .cardPanel__container:hover{-webkit-filter:brightness(0.98);filter:brightness(0.98)}.cardList--withBorderTopAndBottom .cardList__selectAll{padding-left:14px;padding-right:14px}.cardList--withBorderTopAndBottom .cardList__listContainer{padding:14px 2px;border-top:1px solid var(--cloudy-grey-light);border-bottom:1px solid var(--cloudy-grey-light)}.cardList__selectAll{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px;-ms-flex-negative:0;flex-shrink:0;padding:0 24px;line-height:1;cursor:pointer}.cardList__selectAll__checkbox{font-family:'fpk'!important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;cursor:pointer;margin-right:12px}.cardList__selectAll__checkbox:before{content:"\e91d"}.cardList__selectAll--selected .cardList__selectAll__checkbox:before{content:"\e91e"}.cardList__listContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;-ms-flex-negative:2;flex-shrink:2;overflow:auto}.cardList__item{margin-bottom:8px}.cardList__item:last-child{margin-bottom:0}.cardList__item .cardPanel__container{padding:6px 12px;border-radius:10px;background-color:var(--super-light-grey)}.cardList__item .cardPanel__container:hover{-webkit-filter:brightness(0.98);filter:brightness(0.98)}.cardList__item .cardPanel__container--size-M{min-height:38px}.cardList__item .cardPanel__container--size-L{padding:10px 12px}.cardList__item .cardPanel__container--size-L .cardPanel__picture{width:35px;height:35px}.cardList__item--error .cardPanel__container{background-color:var(--very-light-pink)}.cardList__item--error .cardPanel__container:hover{-webkit-filter:brightness(0.98);filter:brightness(0.98)}.cardList__item--error .cardPanel__container .cardAddOn__actionButton:hover{-webkit-filter:brightness(0.95);filter:brightness(0.95)}.cardPanel--clickable .cardPanel__container,.cardPanel--selectable .cardPanel__container,.cardPanel--selectedAndDisabled .cardPanel__container{border-radius:10px;-webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,0.05);box-shadow:0 3px 6px 0 rgba(0,0,0,0.05);cursor:pointer}.cardPanel--clickable .cardPanel__container:hover,.cardPanel--selectable .cardPanel__container:hover,.cardPanel--selectedAndDisabled .cardPanel__container:hover{background-color:var(--sky-blue);-webkit-filter:brightness(1);filter:brightness(1)}.cardPanel--clickable .cardPanel__container:active,.cardPanel--selectable .cardPanel__container:active,.cardPanel--selectedAndDisabled .cardPanel__container:active{background-color:var(--darker-sky-blue)}.cardList--withBackground .cardPanel__container{background-color:var(--white)}.cardPanel--selectedAndDisabled .cardPanel__container{opacity:0.5;cursor:default;-webkit-box-shadow:none;box-shadow:none}.cardPanel--selectedAndDisabled .cardPanel__container,.cardPanel--selectedAndDisabled .cardPanel__container:active,.cardPanel--selectedAndDisabled .cardPanel__container:hover{background-color:var(--darker-sky-blue)}.cardPanel--selectedAndDisabled .cardPanel__container .cardPanel__selectedIcon{display:block}.cardPanel--disabled .cardPanel__container{background-color:rgb(from var(--snow-grey) r g b/60%)}.cardPanel--disabled .cardAddOn__tags--profileColor,.cardPanel--disabled .cardPanel__title{opacity:60%}.cardList__checkbox{display:none}.cardList__label{display:block;margin:0}.cardList__checkbox+.cardList__label:before,.cardList__checkbox:checked+.cardList__label:before{display:none}.cardList__checkbox:checked+.cardList__label .cardPanel__container{background-color:var(--darker-sky-blue)}.cardList__checkbox:checked+.cardList__label .cardPanel__container .cardPanel__selectedIcon{display:block}.cardList__checkbox:not(:checked)+.cardList__label .cardPanel__container .cardPanel__unselectedIcon{display:block}