.select{position:relative}
.select__holder{display:flex}
.select__holder.top{flex-direction:column}
.select__holder.top .form-label{margin-bottom:4px}
.select__holder.left{flex-direction:row;align-items:center}
.select__holder.left .form-label{margin-right:16px}
.select__holder__label{font-size:1.4rem;color:#0d0f13}
.select .button{border:0;box-sizing:border-box;background-color:#f9fafb;font-family:"Scania Sans Semi Condensed","Scania Sans Condensed",arial,helvetica,sans-serif;font-size:1.4rem;line-height:1.6rem;padding:18px 16px;cursor:pointer;width:100%;color:#56657a;border-bottom:1px solid #868fa2;text-align:left;display:flex;justify-content:space-between;align-items:center;border-radius:4px 4px 0 0}
.select .button:focus,.select .button:focus-visible{outline:2px solid #2b70d3}
.select .button.active{color:#0d0f13}
.select .button.low-pad{padding:8px 16px}
.select .button .tag-holder .tag{font-family:"Scania Sans Semi Condensed","Scania Sans Condensed",arial,helvetica,sans-serif;padding:8px 10px;background-color:#2058a8;margin-right:8px;color:#fff;min-width:100px;display:inline-flex;border-radius:4px;align-items:center}
@media(max-width:768px){.select .button .tag-holder .tag:not(:last-child){margin-bottom:8px}
}
.select .button .tag-holder .tag .delete{border:0;cursor:pointer;background-image:url('../../../../../../etc.clientlibs/scaniaForms/clientlibs/clientlib-base/resources/clear_white.svg');width:16px;height:16px;margin:0 8px 0 32px;background-repeat:no-repeat}
.select .button.open::after{transform:scaleY(-1)}
.select .button::after{content:'';background-image:url('../../../../../../etc.clientlibs/scaniaForms/clientlibs/clientlib-base/resources/arrow.svg');width:20px;height:20px;margin:0 8px 0 32px;background-repeat:no-repeat}
.select__items{list-style-type:none;max-height:0;margin:0;padding:0;overflow:hidden;cursor:pointer;position:absolute;z-index:10;background-color:#f9fafb;transition:all .4s ease;width:100%}
.select__items__item{font-size:14px;line-height:16px;padding:16px;color:#1d2229;border:1px solid #dbdfe6;border-bottom:0;display:flex;align-items:center}
.select__items__item:hover{background-color:#edeff3}
.select__items__item:last-child{border-bottom:1px solid #dbdfe6}
.select__items__item .item-cbox{width:16px;height:16px;margin-right:8px;border:1px solid #041e42;border-radius:2px;position:relative}
.select__items__item.highlight{background-color:#dbdfe6;display:flex;justify-content:space-between}
.select__items__item.highlight::after{content:'';background-image:url('../../../../../../etc.clientlibs/scaniaForms/clientlibs/clientlib-base/resources/tick.svg');width:15px;height:15px;margin-right:8px;background-repeat:no-repeat}
.select__items__item.selected .item-cbox{background-color:#041e42}
.select__items__item.selected .item-cbox::after{content:'';display:block;position:absolute;top:0;left:5px;width:2px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) translateX(50%)}
.select__items__item .check-item{font-family:"Scania Sans Semi Condensed","Scania Sans Condensed",arial,helvetica,sans-serif}
.select__items.expand{max-height:950px}
ul.select__items.expand{margin-top:0}
ul.select__items li{margin-bottom:0}
.hide-form{display:none}