/* [project]/node_modules/@timeedit/ui-components/lib/src/components/Tag/Tag.css [app-client] (css) */
@layer teui-components {
  .ant-tag {
    font-weight: 400;
  }

  :root .ant-tag {
    align-items: center;
    display: inline-flex;
  }

  :root .ant-tag-default {
    color: #000000e0;
    background-color: #00000009;
    border-color: #00000073;
  }

  :root .ant-tag-default > .anticon {
    color: #000000e0;
  }

  :root .ant-tag-success {
    color: #003823;
    background-color: #dfffea;
    border-color: #7adea4;
  }

  :root .ant-tag-success > .anticon {
    color: #003823;
  }

  :root .ant-tag-processing {
    color: #34047d;
    background-color: #faf0ff;
    border-color: #dca8ff;
  }

  :root .ant-tag-processing > .anticon {
    color: #34047d;
  }

  :root .ant-tag-warning {
    color: #876300;
    background-color: #ffffe6;
    border-color: #ffe330;
  }

  :root .ant-tag-warning > .anticon {
    color: #876300;
  }

  :root .ant-tag-error {
    color: #820705;
    background-color: #fff4f0;
    border-color: #ff9982;
  }

  :root .ant-tag-error > .anticon {
    color: #820705;
  }

  :root .ant-tag-magenta {
    color: #9e1068;
    background-color: #fff0f6;
    border-color: #f759ab;
  }

  :root .ant-tag-magenta > .anticon {
    color: #9e1068;
  }

  :root .ant-tag-blue {
    color: #00008c;
    background-color: #f0f4ff;
    border-color: #4f67ff;
  }

  :root .ant-tag-blue > .anticon {
    color: #00008c;
  }

  :root .ant-tag-cyan {
    color: #005661;
    background-color: #e6fffb;
    border-color: #2fe0dd;
  }

  :root .ant-tag-cyan > .anticon {
    color: #005661;
  }

  :root .ant-tag-geekblue {
    color: #003623;
    background-color: #e1fff2;
    border-color: #06a95f;
  }

  :root .ant-tag-geekblue > .anticon {
    color: #003623;
  }

  :root .ant-tag-gold {
    color: #8c5400;
    background-color: #fffdf0;
    border-color: #ffcc40;
  }

  :root .ant-tag-gold > .anticon {
    color: #8c5400;
  }

  :root .ant-tag-green {
    color: #005e37;
    background-color: #dfffea;
    border-color: #2abf72;
  }

  :root .ant-tag-green > .anticon {
    color: #005e37;
  }

  :root .ant-tag-lime {
    color: #3f6600;
    background-color: #fcffe6;
    border-color: #bae637;
  }

  :root .ant-tag-lime > .anticon {
    color: #3f6600;
  }

  :root .ant-tag-orange {
    color: #ad4e00;
    background-color: #fff7e6;
    border-color: #ffa940;
  }

  :root .ant-tag-orange > .anticon {
    color: #ad4e00;
  }

  :root .ant-tag-purple {
    color: #4e0da3;
    background-color: #faf0ff;
    border-color: #af56fc;
  }

  :root .ant-tag-purple > .anticon {
    color: #4e0da3;
  }

  :root .ant-tag-red {
    color: #a8170f;
    background-color: #fff4f0;
    border-color: #ff7259;
  }

  :root .ant-tag-red > .anticon {
    color: #a8170f;
  }

  :root .ant-tag-volcano {
    color: #ad2102;
    background-color: #fff2e8;
    border-color: #ff7a45;
  }

  :root .ant-tag-volcano > .anticon {
    color: #ad2102;
  }

  :root .ant-tag--dashed {
    border-style: dashed;
  }
}

