.flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.w-100{width:100%}.d-none{display:none}.d-inline{display:inline !important}.user-select-none{-moz-user-select:none;-khtml-user-select:none;user-select:none}.white-space-pre-wrap{white-space:pre-wrap}.float-right{float:right}.float-left{float:left}.cursor-pointer{cursor:pointer}.Menu{box-sizing:border-box;padding:5px 10px}.Menu .parent .hasChildren{position:relative;user-select:none}.Menu .single-entry{box-sizing:border-box;border-radius:7px}.Menu .single-entry a{text-decoration:none}.Menu .single-entry .data{margin:10px 0}.Menu .single-entry .text{padding:8px}.Menu .single-entry .child{display:block}.Menu .single-entry .hasChildren:hover{cursor:pointer}.Menu .children-n-1,.Menu .children-n-2,.Menu .children-n-3,.Menu .children-n-4,.Menu .children-n-5,.Menu .children-n-6,.Menu .children-n-7,.Menu .children-n-8,.Menu .children-n-9,.Menu .children-n-10{box-sizing:border-box}.Menu .children-n-1 .child{padding-left:25px}.Menu .children-n-2 .child{padding-left:40px}.Menu .children-n-3 .child{padding-left:55px}.Menu .children-n-4 .child{padding-left:70px}.Menu .children-n-5 .child{padding-left:85px}.Menu .children-n-6 .child{padding-left:100px}.Menu .children-n-7 .child{padding-left:115px}.Menu .children-n-8 .child{padding-left:130px}.Menu .children-n-9 .child{padding-left:145px}.Menu .children-n-10 .child{padding-left:160px}.Menu .dashed{padding-left:10px !important;border-left:1px dashed rgba(122,122,122,0.43);margin-left:10px}.Menu .animation-height .children{max-height:0px;overflow:hidden;animation:toggleMenuEntriesHeight 300ms ease-in forwards}@keyframes toggleMenuEntriesHeight{0%{max-height:0px}100%{max-height:300px;overflow:hidden}}.Menu .animation-height-back .children{overflow:hidden;animation:toggleMenuEntriesHeightBack 300ms ease-in forwards}@keyframes toggleMenuEntriesHeightBack{0%{max-height:300px;overflow:hidden}100%{max-height:0px}}.Menu .animation-scale .children{transform-origin:top;transform:scaleY(0);animation:toggleMenuEntriesScale 300ms ease-in forwards}@keyframes toggleMenuEntriesScale{0%{transform:scaleY(0)}100%{transform:scaleY(1)}}.Menu .animation-scale-back .children{transform-origin:top;transform:scaleY(1);animation:toggleMenuEntriesScaleBack 300ms ease-in forwards}@keyframes toggleMenuEntriesScaleBack{0%{transform:scaleY(1)}100%{transform:scaleY(0)}}.Menu .animation-opacity .children{opacity:0;animation:toggleMenuEntriesOpacity 300ms ease-in forwards}@keyframes toggleMenuEntriesOpacity{0%{opacity:0}100%{opacity:1}}.Menu .animation-opacity-back .children{opacity:1;animation:toggleMenuEntriesOpacityBack 300ms ease-in forwards}@keyframes toggleMenuEntriesOpacityBack{0%{opacity:1}100%{opacity:0}}
