/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./source/components/chip/styles.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.c-chip {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: transparent;
  position: relative;
  line-height: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  text-align: auto;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  border: none;
  border-radius: 1000px;
  padding: 8px 16px;
  background-color: #eef3f5;
  color: #1c3c51;
}
.c-chip::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.c-chip:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.c-chip:disabled, .c-chip.is-disabled {
  cursor: default;
  opacity: 0.8;
}
.c-chip--icon-leading {
  padding-left: 8px;
}
.c-chip--icon-trailing {
  padding-right: 8px;
}
.c-chip .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

.c-chip__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
}

/*# sourceMappingURL=styles.css.map*/