.menu{width:250px;background-color:#fff;font-family:Arial,sans-serif;font-size:13px;color:#333;border-radius:4px;min-width:230px;width:230px;border:1px solid #edeffb;border-radius:8px;height:auto;overflow-y:auto;max-height:600px;position:-webkit-sticky;position:sticky;top:20px}.menu .hover-block{position:absolute;left:0;right:0;bottom:0}.menu .menu-item{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s;border-radius:3px;position:relative;background-color:#fff}.menu .menu-item__group-btn{display:flex;gap:8px;margin-left:auto}.menu .menu-item__group-btn .delete-btn{display:flex;align-items:center;justify-content:center;border:none;background-color:inherit}.menu .menu-item__arrow-box{display:flex;width:16px;height:16px}.menu .menu-item .item-label{display:flex;align-items:center;padding:10px 14px;border-bottom:1px solid #edeffb;color:#676767;font-family:Golos Text;font-size:12px;font-style:normal;font-weight:400;line-height:16px;gap:8px}.menu .menu-item .item-label__box{display:flex;align-items:center;gap:8px;width:100%;justify-content:space-between}.menu .menu-item .item-label .arrow{display:inline-block;cursor:pointer;transform:rotate(180deg)}.menu .menu-item .item-label .arrow.open{transform:rotate(0deg)}.menu .menu-item .item-label .add-child-btn{display:none;margin-left:8px;cursor:pointer;border:none;background:none;font-size:15px;color:#333}.menu .menu-item .item-label .add-child-btn:hover{color:#007bff}.menu .menu-item .item-label:hover{color:#00b45e}.menu .menu-item .children .item-label{padding-left:24px}.menu .menu-item .children .children .item-label{padding-left:34px}.menu .menu-item .children .children .children .item-label{padding-left:44px}.menu .menu-item .children .children .children .children .item-label{padding-left:54px}.menu .menu-item .children .children .children .children .children .item-label{padding-left:64px}.add-root-item-btn{display:flex;align-items:center;justify-content:center;min-width:40px;padding:4px;cursor:pointer;border:1px solid #007bff;background-color:#007bff;color:#fff;border-radius:4px;max-width:100%;width:100%}.add-root-item-btn:hover{background-color:#0056b3}.modal-overlay{z-index:100;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.modal{z-index:100;background:#fff;padding:20px;border-radius:4px;width:300px;max-width:100%;box-shadow:0 4px 8px rgba(0,0,0,.2)}.modal h3,.modal input{margin-bottom:10px}.modal input{width:100%;padding:8px;border:1px solid #ddd;border-radius:3px}.modal button{padding:6px 12px;margin-right:10px;cursor:pointer;border:1px solid #007bff;background-color:#007bff;color:#fff;border-radius:3px}.modal button:hover{background-color:#0056b3}.modal button:last-child{border-color:#ccc;background-color:#ccc}.modal button:last-child:hover{background-color:#aaa}.hovered-for-drop{background-color:#e6f7ff}.modal-miltilevel-sidebar-settings{display:flex;flex-direction:column;gap:12px;width:-moz-fit-content;width:fit-content}.modal-miltilevel-sidebar-settings__select-container{display:flex;gap:12px}