.pa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--green-light);
  line-height: 0;
}

.pa-icon .pa-svg {
  display: block;
}

.dnav-link .pa-icon {
  width: 20px;
  height: 20px;
  color: var(--muted);
  transition: color .15s;
}

.dnav-link:hover .pa-icon,
.dnav-link.active .pa-icon {
  color: var(--peach);
}

.dsearch .pa-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  opacity: .7;
  pointer-events: none;
}

.dqa-btn > .pa-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(63, 125, 88, 0.12);
  border: 1px solid rgba(63, 125, 88, 0.25);
  color: var(--green-light);
}

.dqa-btn > .pa-icon .pa-svg {
  width: 20px;
  height: 20px;
}

.dqa-icon.pa-icon .pa-svg {
  width: 20px;
  height: 20px;
}

.dqa-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.dqa-arrow .pa-icon {
  color: var(--muted);
}

.dqa-arrow .pa-svg {
  width: 16px;
  height: 16px;
}

.dnotif .pa-icon {
  color: var(--muted);
}

.dnotif:hover .pa-icon {
  color: var(--text);
}

.dlocked-icon.pa-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(63, 125, 88, 0.1);
  border: 1px solid rgba(63, 125, 88, 0.25);
  color: var(--green-light);
}

.dlocked-icon.pa-icon .pa-svg {
  width: 28px;
  height: 28px;
}

.dstat-icon.pa-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: rgba(63, 125, 88, 0.1);
  border: 1px solid rgba(63, 125, 88, 0.2);
  color: var(--peach);
}

.dstat-icon.pa-icon .pa-svg {
  width: 22px;
  height: 22px;
}

.wi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.wi .pa-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(63, 125, 88, 0.1);
  border: 1px solid rgba(63, 125, 88, 0.22);
  color: var(--peach);
}

.wi .pa-icon .pa-svg {
  width: 22px;
  height: 22px;
}

.price-anchor .pa-icon {
  width: 28px;
  height: 28px;
  color: var(--peach);
  flex-shrink: 0;
}

.price-anchor .pa-icon .pa-svg {
  width: 20px;
  height: 20px;
}

.dlocked-btn .pa-icon {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 8px;
  color: inherit;
}

.dlocked-btn .pa-icon .pa-svg {
  width: 16px;
  height: 16px;
}
