*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0 auto;max-width:100%;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,.helper,.main-wrapper,main{width:100%}.helper{background:#bc8f8f;height:10px}.mb{margin-bottom:10px!important}.item-content{display:flex;flex-direction:column}.form-group{display:flex}.chip-cloud-container{margin-top:2rem}.form-group>div{margin-right:1rem}.form-margin-bottom{margin-bottom:1rem}.input_spinner_width{width:90%}.input_spinner_container{align-items:center}.card-split--two,.input_spinner_container{display:flex;justify-content:space-between}.add-form{bottom:10px;position:fixed;right:10px}.w-100{width:100%}.d-flex{display:flex}.justify-space-between{justify-content:space-between}.align-items-center{align-items:center}.margin__left-1{margin-bottom:16px!important;margin-left:1rem!important}.margin__left-2{margin-bottom:16px!important;margin-left:2rem!important}.margin__left-3{margin-bottom:16px!important;margin-left:3rem!important}.d-flex__flex-end{display:flex;justify-content:flex-end}.spinner-path{stroke-dasharray:187;stroke-dashoffset:0;animation:dash 2s ease-in-out infinite,colors 8s ease-in-out infinite;transform-origin:center}.spinner{animation:rotator 2s linear infinite}@keyframes rotator{0%{transform:rotate(0deg)}to{transform:rotate(270deg)}}@keyframes colors{0%{stroke:#2071b5}25%{stroke:#2071b5}50%{stroke:#2071b5}75%{stroke:#2071b5}to{stroke:#2071b5}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}.section{margin-bottom:5px}.section__headline{color:rgba(0,0,0,.54);font-size:14px!important}.item-label{max-width:80%;word-break:break-all}.fab-button{float:right;margin-top:20px!important}.item__attributes{display:flex;flex-direction:column}.item__attributes .attribute__value{color:#222;font-size:1.1rem;font-weight:500;line-height:1.05rem;margin-bottom:13px}@keyframes opacity-show{0%{opacity:0}to{opacity:1}}@keyframes opacity-hide{0%{opacity:1}to{opacity:0}}@keyframes show-drawer-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes show-drawer-right{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes hide-drawer-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes hide-drawer-right{0%{transform:translateX(-100%)}to{transform:translateX(0)}}#notification-root{bottom:50px;position:fixed;right:calc(50% - 160px);z-index:99999}@media screen and (min-width:1200px){#notification-root{right:calc(50% - 240px)}}.notification{align-items:center;animation:fadeIn 5s;border-radius:24px;box-sizing:border-box;display:flex;flex-wrap:nowrap;justify-content:space-between;margin:5px;padding:20px;width:320px}.notification.notification--SUCCESS{background:#28a745}.notification.notification--INFO{background:#2071b5}.notification.notification--ERROR{background:#f93b18}.notification__icon{filter:invert(100%);margin-right:15px}.notification__message{color:#fff;white-space:pre-wrap;width:100%}.notification__content{align-items:center;display:flex;font-size:18px}.notification__status-icon{font-size:20px;margin-right:15px}.notification-close{cursor:pointer;filter:invert(100%)}.notification-close:hover{transition:all .3s}.notification__utils{align-items:center;display:flex;justify-content:center}@keyframes fadeIn{0%{opacity:0}20%{opacity:1}80%{opacity:1;position:static}to{opacity:0}}