/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/***
 COLOR START
 ***/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');
/* ===========================================================================================
============================================================================================== */
/* Override variables ant start */
/* Override variables ant end */
.ant-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1d2939;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  /* Inside auto layout */
  flex: none;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
  order: 1;
  height: 32px;
  margin-right: 8px;
  padding: 4px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  background: #f2f4f7;
  border: 1px solid #d0d5dd;
  border-radius: 32px;
  opacity: 1;
  transition: all 0.3s;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: #667085;
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag-close-icon {
  margin-left: 8px;
  color: #98a2b3 !important;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tag-close-icon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  cursor: pointer;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #f4600c;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #f4600c;
  border-color: #f4600c;
}
.ant-tag-checkable-checked {
  background-color: #fef7f3;
}
.ant-tag-checkable:active {
  background-color: #fef7f3;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-outline {
  color: #1d2939;
  background: #ffffff;
  border: 1px solid #eaecf0;
}
.ant-tag-success {
  color: #12b76a;
  background: #dff7e8;
  border-color: #81dea9;
}
.ant-tag-processing {
  color: #f4600c;
  background: #fff3e6;
  border-color: #ffbf87;
}
.ant-tag-error {
  color: #f04438;
  background: #fff3f0;
  border-color: #ffc1b5;
}
.ant-tag-warning {
  color: #06aed4;
  background: #e6ffff;
  border-color: #7ff0fa;
}
.ant-tag > .anticon + span,
.ant-tag > span + .anticon {
  margin-left: 8px;
}
.ant-tag.ant-tag-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
  text-align: right;
}
.ant-tag-rtl .ant-tag-close-icon {
  margin-right: 3px;
  margin-left: 0;
}
.ant-tag-rtl.ant-tag > .anticon + span,
.ant-tag-rtl.ant-tag > span + .anticon {
  margin-right: 7px;
  margin-left: 0;
}
