.permission-popup .overlay-1 {
  background-color: rgba(var(--primary-rgb), 0.04);
  height: 168px;
  width: 168px;
}
.permission-popup .overlay-2 {
  background-color: rgba(var(--primary-rgb), 0.04);
  height: 144.67px;
  width: 144.67px;
}
.permission-popup .overlay-3 {
  background-color: rgba(var(--primary-rgb), 0.04);
  height: 119px;
  width: 119px;
}
.permission-popup .icon-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}