.alarm-modal {
    .ext {
        margin-left: 16px !important;
        .handle-text {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 52px;
            height: 18px;
            border-radius: 2px;
            color: #fff;
            font-size: 12px;
            background: #ff6767;
            &.handle {
                background: #68e5d6;
                color: #031925;
            }
        }
    }
}
