.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.action-gradient {
  background: linear-gradient(135deg, #005c55 0%, #0f766e 100%);
}

.podium-gradient-1 {
  background: linear-gradient(135deg, #005c55 0%, #0f766e 100%);
}

.support-modal-backdrop {
  background: rgba(22, 29, 29, 0.55);
  backdrop-filter: blur(10px);
}
