.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

:host {
  display: flex;
  align-items: center;
}
:host ux-icon[name=checkmark] {
  color: #bbd03a;
  font-size: 18px;
  margin-right: 10px;
}
:host ux-icon[name=cross] {
  color: #a1a1a1;
  font-size: 15px;
  margin-right: 10px;
}
:host .tooltip {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
:host .label {
  color: #a1a1a1;
}

:host([is-active]:not([is-active=false])) .label {
  color: #000;
}

::slotted(p) {
  margin: 0;
}