/* =========================================================
   PORTAL ICON
========================================================= */

.icon {
  width: 42px;
  height: 42px;

  flex-shrink: 0;

  margin-left: 5px;
  margin-right: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--blue-light);

  font-size: 19px;
  font-weight: 900;

  background:
    rgba(22, 133, 255, 0.10);

  border:
    1px solid rgba(49, 152, 255, 0.16);

  border-radius: 7px;
}
