@keyframes rotateArrow{0%{transform:rotate(0);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg)}to{transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg)}}@keyframes closeArrow{0%{transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg)}to{transform:rotate(0);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg)}}@keyframes treeArrowClose{0%{transform:rotate(0);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg)}to{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg)}}@keyframes treeArrowOpen{0%{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg)}to{transform:rotate(0);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg)}}.custom-multiselect{border-radius:5px;cursor:pointer;position:relative;width:100%}.custom-multiselect.disabled{cursor:not-allowed;opacity:.6}.custom-multiselect.disabled .custom-multiselect-wrapper{pointer-events:none}.custom-multiselect.simple .custom-multiselect-wrapper{background-color:transparent;padding:4px}.custom-multiselect.simple .custom-multiselect-list__block{background-color:transparent;display:flex;justify-content:center;padding:2px}.custom-multiselect.simple .custom-multiselect-menu{border:none;border-top-left-radius:10px;border-top-right-radius:10px;box-shadow:0 0 10px #0000001a}.custom-multiselect.simple .custom-multiselect-arrow{display:none}.custom-multiselect.invalid{border:1px solid red}.custom-multiselect-wrapper{align-items:center;background:#f4f4f4;border-radius:5px;display:flex;flex-wrap:wrap;gap:7px 10px;min-height:42px;overflow:auto;padding:8px 40px 6px 12px;position:relative;transition:all .3s ease;width:inherit}.custom-multiselect-wrapper.open{border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-multiselect-wrapper.top.open{border-radius:0 0 10px 10px}.custom-multiselect-wrapper.clearable{padding-left:32px}.custom-multiselect-wrapper__text{color:#000;display:inline-flex;font-family:Montserrat;font-size:14px;font-weight:600;overflow:hidden;position:relative;white-space:nowrap}.custom-multiselect-wrapper__block{align-items:center;background:#4e5054;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-family:Montserrat;font-size:13px;font-weight:600;gap:0 5px;line-height:15px;max-width:-webkit-fill-available;padding:7px 12px;transition:.3s;width:auto}.custom-multiselect-wrapper__block.alternative{background:#ca4646}.custom-multiselect-wrapper__block.alternative svg{fill:#fff9}.custom-multiselect-wrapper__block span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.bg-white .custom-multiselect-wrapper,.bg-white .multiselect__input{background:#fff!important}.bg-white .custom-multiselect-arrow{background:#f4f4f4;opacity:1}.custom-multiselect-remove-button{background:transparent;border:none;outline:none}.custom-multiselect-remove-button svg{fill:#9fa2a9}.custom-multiselect-tree-arrow{align-items:center;border-radius:8px;display:flex;height:20px;justify-content:center;padding:0;width:20px;z-index:1}.custom-multiselect-tree-arrow svg{fill:#333}.custom-multiselect-tree-arrow:focus{outline:none}.custom-multiselect-tree-arrow.close svg{animation:treeArrowClose .3s ease forwards}.custom-multiselect-tree-arrow.open svg{animation:treeArrowOpen .3s ease forwards}.custom-multiselect-menu .custom-multiselect-list .custom-multiselect-list__block .custom-multiselect-tree-arrow{background-color:transparent;background-repeat:no-repeat;border:none;cursor:pointer;outline:none;overflow:hidden}.custom-multiselect-arrow{background:#fff;border:none;border-radius:5px;height:26px;outline:none;padding:0;position:absolute;right:8px;top:7px;width:26px;z-index:20}.custom-multiselect-arrow:focus{outline:none}.custom-multiselect-arrow:after,.custom-multiselect-arrow:before{background:#000;border:none;border-radius:1px;content:"";display:block;height:2px;margin-top:0;position:absolute;right:12px;top:50%;transition:all .3s ease;width:8px}.custom-multiselect-arrow:before{margin-right:-1px;transform:scale(.96,.8) rotate(50deg)}.custom-multiselect-arrow:after{margin-right:-5px;transform:scale(.96,.8) rotate(-50deg)}.custom-multiselect .custom-multiselect-arrow{backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:opacity}.custom-multiselect .custom-multiselect-arrow:after,.custom-multiselect .custom-multiselect-arrow:before{backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:transform .2s ease}.custom-multiselect-clear{background-color:transparent;background-repeat:no-repeat;border:none;color:#979797;font-size:12px;left:12px;outline:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease}.custom-multiselect-clear svg{fill:#979797}.custom-multiselect-clear:focus,.custom-multiselect-clear:hover{color:#313131}.custom-multiselect-menu{background-color:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:0;box-shadow:0 5px 15px #0000001a;display:flex;flex-direction:column;overflow:hidden;position:absolute;transform-origin:top;width:100%;z-index:100}.custom-multiselect-menu.top{border-radius:10px 10px 0 0;bottom:100%;flex-direction:column-reverse;transform-origin:bottom}.custom-multiselect-tree-list{transform-origin:top}.custom-multiselect-input-wrapper{margin:12px 0;padding-left:14px;padding-right:14px;position:relative}.custom-multiselect-input-wrapper input{background:#f3f3f3;border:none;border-radius:5px;font-family:Montserrat;font-size:14px;min-height:42px;outline:none;padding:0 10px;width:100%}.custom-multiselect-input-wrapper svg{position:absolute;right:30px;top:50%;transform:translateY(-50%)}.custom-multiselect-list{max-height:270px;overflow-x:hidden;overflow-y:auto}.custom-multiselect-list.full .custom-multiselect-list__block.add{cursor:not-allowed;opacity:.5}.custom-multiselect-list__block{color:#141414;cursor:pointer;display:block;font-family:Montserrat;font-size:15px;line-height:1;padding:15px 14px}.custom-multiselect-list__block.tree-child,.custom-multiselect-list__block.tree-parent{align-items:center;display:flex;font-size:13px;gap:8px;padding:8px 14px}.custom-multiselect-list__block.tree-child .checkbox-wrapper,.custom-multiselect-list__block.tree-parent .checkbox-wrapper{pointer-events:none}.custom-multiselect-list__block.tree-child{font-weight:400;padding-left:64px}.custom-multiselect-list__block.tree-parent{font-weight:600}.custom-multiselect-list__block.no-tree{padding-left:42px}.custom-multiselect-list__block.add :focus,.custom-multiselect-list__block.add:hover{background:#66b587;color:#fff}.custom-multiselect-list__block.remove{background-color:#f4f4f4}.custom-multiselect-list__block.remove :focus,.custom-multiselect-list__block.remove:hover{background:#ce3e3e;color:#fff}.custom-multiselect-list__block.tree-parent.no-multiple :focus,.custom-multiselect-list__block.tree-parent.no-multiple:hover{background:transparent;color:#141414}.custom-multiselect-list__block.group{color:#a9a9a9;padding-left:48px;pointer-events:none}
