.status-active{background-color:green!important;color:#fff!important}.status-stopped{background-color:#ff0!important;color:#000!important}.status-deactivated{background-color:red!important;color:#fff!important}.status-icon{border-radius:4px;display:flex;padding:0 4px}.loader{width:120px;height:120px;border-radius:50%;display:inline-block;position:relative;border:20px solid;border-color:#a9a9a9 #d3d3d3 #a9a9a9 #d3d3d3;box-sizing:border-box;-webkit-animation:rotation 1.6s linear infinite;animation:rotation 1.6s linear infinite}@-webkit-keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}