.Action{border-radius:10px;width:200px;height:200px;background-color:#d3ffed;box-shadow:0 1px 4px rgba(0,0,0,.16);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Action:hover{cursor:pointer}.Disabled{opacity:.5;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.Disabled,.Disabled:hover{cursor:default}.Notification{background-color:red;border-radius:50%;padding:5px;width:20px;color:#fff;font-size:10px;display:flex;align-items:center;justify-content:center;position:absolute;top:-10px;left:94%;font-weight:700}.LabelContainer{margin-top:5px;margin-bottom:5px}.LabelContentBold{font-weight:700}.LinedLabel{-webkit-box-align:center;display:flex;align-items:center;margin:16px 0}.LinedLabel:before{margin-right:16px}.LinedLabel:after,.LinedLabel:before{content:"";display:block;width:100%;height:1px;background-color:#ddd}.LinedLabel:after{margin-left:16px}.LoadingContainer{display:flex;align-items:center;justify-content:center}.spinner{animation:rotator 1.4s linear infinite}@keyframes rotator{0%{transform:rotate(0deg)}to{transform:rotate(270deg)}}.path{stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite;stroke:#f7c223}@keyframes colors{to{stroke:#f7c223}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}.Selector:hover{cursor:pointer}