@charset "utf-8";

.automation-editor { display: flex; align-items: center; margin-right: 10px; }

.automation-editor .s-kit-icon { color: inherit; }

.automation-editor.default-style { margin-bottom: 40px; color: rgb(141, 148, 156); font-size: 14px; }

.automation-editor.default-style .s-kit-icon { color: rgb(169, 174, 178); }

.automation-editor.default-style .automation-btn { text-decoration: underline; }

.automation-editor .s-kit-badge { margin-right: 18px; }

.automation-editor .s-kit-badge-dot { z-index: 0; }

.automation-editor .automation-btn { margin: 0px 5px; text-decoration: none; cursor: pointer; }

.automation-editor .automation-btn.disable { opacity: 0.3; cursor: not-allowed; }

.automation-editor .automation-btn .fa-question-circle { margin-left: 5px; }

.automation-editor .status-dot { width: 8px; height: 8px; border-radius: 50%; margin-right: 10px; }

.automation-editor .status-dot.green { background: rgb(147, 183, 25); }

.automation-editor .status-dot.orange { background: rgb(251, 125, 43); }