/* custom_dark */
.profile-avatar-container.profile-frame-custom_dark::after,
.frame-preview-container.profile-frame-custom_dark::after {
  content: '';
  position: absolute;
  inset: -14%;
  background: url('/assets/frames/frame-custom-dark.png') center/contain no-repeat;
  pointer-events: none;
  z-index: 2;
}

/* crown */
.profile-avatar-container.profile-frame-crown::after,
.frame-preview-container.profile-frame-crown::after {
  content: '';
  position: absolute;
  inset: -14%;
  background: url('/assets/frames/crown-frame.gif') center/contain no-repeat;
  pointer-events: none;
  z-index: 2;
}

/* disco_headphone */
.profile-avatar-container.profile-frame-disco_headphone::after,
.frame-preview-container.profile-frame-disco_headphone::after {
  content: '';
  position: absolute;
  inset: -14%;
  background: url('/assets/frames/DiscoKulaklık.gif') center/contain no-repeat;
  pointer-events: none;
  z-index: 2;
}

/* disco_headphone_pink */
.profile-avatar-container.profile-frame-disco_headphone_pink::after,
.frame-preview-container.profile-frame-disco_headphone_pink::after {
  content: '';
  position: absolute;
  inset: -14%;
  background: url('/assets/frames/DiscoKulaklık-pink.gif') center/contain no-repeat;
  pointer-events: none;
  z-index: 2;
}

/* disco_headphone_blue */
.profile-avatar-container.profile-frame-disco_headphone_blue::after,
.frame-preview-container.profile-frame-disco_headphone_blue::after {
  content: '';
  position: absolute;
  inset: -14%;
  background: url('/assets/frames/DiscoKulaklık-blue.gif') center/contain no-repeat;
  pointer-events: none;
  z-index: 2;
}

/* steampunk_hat */
.profile-avatar-container.profile-frame-steampunk_hat::after,
.frame-preview-container.profile-frame-steampunk_hat::after {
  content: '';
  position: absolute;
  inset: -14%;
  background: url('/assets/frames/Steampunk-Hat.gif') center/contain no-repeat;
  pointer-events: none;
  z-index: 2;
}

/* steampunk_headphone */
.profile-avatar-container.profile-frame-steampunk_headphone::after,
.frame-preview-container.profile-frame-steampunk_headphone::after {
  content: '';
  position: absolute;
  inset: -14%;
  background: url('/assets/frames/steampunk-headphone.gif') center/contain no-repeat;
  pointer-events: none;
  z-index: 2;
}

/* steampunk_portal */
.profile-avatar-container.profile-frame-steampunk_portal::after,
.frame-preview-container.profile-frame-steampunk_portal::after {
  content: '';
  position: absolute;
  inset: -14%;
  background: url('/assets/frames/Steampunk-Portal.gif') center/contain no-repeat;
  pointer-events: none;
  z-index: 2;
}

/* steampunk_goggles */
.profile-avatar-container.profile-frame-steampunk_goggles::after,
.frame-preview-container.profile-frame-steampunk_goggles::after {
  content: '';
  position: absolute;
  inset: -14%;
  background: url('/assets/frames/steampunk-goggles.gif') center/contain no-repeat;
  pointer-events: none;
  z-index: 2;
}

