@charset "UTF-8";
/* Original file: layouts/rx-flex-layout-main/assets/css/link.scss */
.app-link {
  display: inline-flex;
  padding-bottom: 2px;
  color: #646f7c;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  transition: 0.2s ease;
}
.app-link > ion-icon {
  font-size: 16px;
}
.app-link:hover {
  color: #247bff;
  text-decoration: none !important;
  outline: none;
}
.app-link:focus {
  outline: none;
}
.app-link.app-primary {
  color: #247bff;
}
.app-link.app-primary:hover {
  color: #206fe6;
}
.app-link.app-primary:hover {
  color: #1d62cc;
}

