@layer components{.item-card-status-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;position:relative;flex-shrink:0;span:first-child{width:14px;height:14px;opacity:.4}span:first-child,span:last-child{display:block;border-radius:100vw}span:last-child{width:5px;height:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}&.green{span:first-child{background:var(--ant-green-3)}span:last-child{background:var(--ant-green-8)}}&.yellow{span:first-child{background:var(--ant-gold-3)}span:last-child{background:var(--ant-gold-7)}}&.red{span:first-child{background:var(--ant-red-3)}span:last-child{background:var(--ant-red-8)}}}.item-card-status-text.is-status-colored{&.green{color:var(--ant-color-success)}&.yellow{color:var(--ant-color-warning)}&.red{color:var(--ant-color-error)}}html[data-theme=dark] .item-card-status-icon{&.green span:last-child{background:#8fd460}&.yellow span:last-child{background:#e8b339}&.red span:last-child{background:#f37370}}html[data-theme=dark] .item-card-status-text.is-status-colored{&.green{color:#8fd460}&.yellow{color:#e8b339}&.red{color:#f37370}}}