﻿body {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
  font-family: "Poppins", sans-serif;
  background-color: #fafafc;
  padding-bottom: 90px;
}
body .color-gray {
  color: #6F6F6F !important;
}
body .font-11 {
  font-size: 11px !important;
}
body .font-12 {
  font-size: 12px !important;
}
body .font-13 {
  font-size: 12px !important;
}
body .font-14 {
  font-size: 14px !important;
}
body .font-15 {
  font-size: 15px !important;
}
body .font-16 {
  font-size: 16px !important;
}
body .font-17 {
  font-size: 17px !important;
}
body .font-18 {
  font-size: 18px !important;
}
body .bg-dark {
  background: conic-gradient(from 90deg at 50% 50%, #282828 92deg, #3d3d3d 286deg);
}
body .bg-red {
  background: #ff5959;
}
body .color-white {
  color: white !important;
}
body .color-black {
  color: black !important;
}
body .color-dark {
  color: #2b2b2b !important;
}
body .color-red {
  color: #ff5959;
}
body .opacity-70 {
  opacity: 0.7 !important;
}
body .opacity-80 {
  opacity: 0.8 !important;
}
body .opacity-90 {
  opacity: 0.9 !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

#notification-count {
  position: absolute;
  font-size: 10px;
  background-color: #d32121;
  padding: 0px 4px;
  border-radius: 50%;
  color: white;
  top: 7px;
  margin-left: 10px;
  z-index: -1;
  opacity: 0.6;
}

.register-btn {
  background: conic-gradient(from 90deg at 50% 50%, #282828 92deg, #3D3D3D 286deg);
  color: white;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: none;
}

.btn-dark {
  background: conic-gradient(from 90deg at 50% 50%, #282828 92deg, #3d3d3d 286deg);
  color: white;
  text-decoration: none !important;
}
.btn-dark.btn-big {
  width: 100%;
  border-radius: 12px;
  padding: 12px;
}
.btn-dark.btn-small {
  width: 100%;
  border-radius: 6px;
  padding: 4px 15px !important;
  font-size: 12px;
}

.slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1rem;
  padding: 0 1rem;
}

.slide {
  flex: 0 0 90%;
  scroll-snap-align: start;
  border-radius: 16px;
  padding: 20px 16px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 2.3px rgba(0, 0, 0, 0.25);
}

.dot-nav div {
  width: 6px;
  height: 6px;
  background: #6F6F6F;
  border-radius: 50%;
  margin: 0 3px;
}

.coupon-scroll::-webkit-scrollbar {
  display: none;
}

.coupon-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.navbar {
  background: #fff;
  border-top: 1px solid #E3E3E4;
  box-shadow: 0 -1px 4px rgba(253, 253, 253, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.nav-item {
  text-align: center;
  color: var(--nav-gray);
  font-family: "Poppins", sans-serif;
}

.nav-label {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  margin-top: 2px;
}

.nav-button {
  background: #ff5959;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.nav-button i {
  color: white;
}

.tag {
  padding: 4px 12px;
  background: rgba(249, 249, 251, 0.72);
  border-radius: 16px;
  border: 1px solid #fff;
  font-size: 10px;
  font-weight: 700;
  color: #282828;
  display: flex;
  align-items: center;
  gap: 8px;
}

.slide p {
  font-size: 13px;
  line-height: 15.6px;
}

.slide button {
  font-size: 10px;
  font-weight: 700;
  color: #f9f9fb;
  background: transparent;
  border-radius: 9px;
  border: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

.slide button i {
  font-size: 12px;
}

.slide img.custom-icon {
  width: 74px;
  height: 86px;
}

.category-icon {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.overlay-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1050;
  justify-content: center;
  align-items: end;
}
.overlay-menu .overlay-content {
  width: 402px;
  max-width: 90%;
  background-color: #FEFEFF;
  border-radius: 48px 48px 0 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 24px;
  position: relative;
}
.overlay-menu .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 20px;
}
.overlay-menu .profile-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.overlay-menu .profile-info img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.overlay-menu .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
.overlay-menu .menu-item i {
  margin-right: 12px;
  color: #555;
}
.overlay-menu .badge-pill {
  background-color: #FFB2B2;
  color: white;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 20px;
}
.overlay-menu .logout-btn {
  background: linear-gradient(90deg, #444, #111);
  color: white;
  border: none;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  font-weight: 600;
  margin-top: 24px;
}
.overlay-menu .logout-btn i {
  margin-right: 8px;
}
.overlay-menu .muted-text {
  opacity: 0.4;
}

#club-profile-container .profile-header {
  position: relative;
}
#club-profile-container .profile-img {
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#club-profile-container .club-favorit {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: white;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 6px;
  border: none;
}
#club-profile-container .chat-icon {
  width: 38px;
  height: 38px;
  text-align: center;
  position: absolute;
  right: 16px;
  bottom: 8px;
  background-color: white;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
#club-profile-container .chat-icon a {
  text-decoration: none;
}
#club-profile-container .profile-pic {
  position: absolute;
  bottom: -24px;
  left: 16px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid white;
  overflow: hidden;
}
#club-profile-container .info-section {
  padding: 40px 16px 16px;
  line-height: 20px;
}
#club-profile-container .info-section small {
  color: #555;
  font-size: 12px;
}

#club-profile-chat-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}
#club-profile-chat-container .messages-wrapper {
  flex: 1;
  overflow-y: auto;
  padding: 70px 16px 100px;
}
#club-profile-chat-container .messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 100px;
}
#club-profile-chat-container .message {
  max-width: 75%;
  padding: 14px 18px;
  font-size: 13px;
  border-radius: 24px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  word-wrap: break-word;
}
#club-profile-chat-container .message.left {
  background: var(--light);
  color: black;
}
#club-profile-chat-container .message.right {
  background: var(--accent);
  color: black;
  align-self: flex-end;
}
#club-profile-chat-container .timestamp {
  font-size: 10px;
  color: gray;
}
#club-profile-chat-container .timestamp.right {
  text-align: right;
  color: gray;
}
#club-profile-chat-container .input-bar {
  position: fixed;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
  display: flex;
  padding: 8px 12px;
  gap: 8px;
  align-items: center;
}
#club-profile-chat-container .input-box {
  background: #fdfdff;
  border-radius: 52px;
  flex: 1;
  display: flex;
  padding: 12px 16px;
  gap: 10px;
  align-items: center;
}
#club-profile-chat-container .input-text {
  flex: 1;
  background: transparent;
  border: none;
  font-size: 14px;
  color: var(--dark);
}
#club-profile-chat-container .input-icons img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#club-profile-chat-container .send-button {
  padding: 14px;
  width: autox;
  height: autopx;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 2px rgba(244, 241, 241, 0.08);
}
#club-profile-chat-container .send-button i {
  font-size: 20px;
  color: white;
}

.club-card-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 12px;
  gap: 12px;
  width: 100%;
  min-height: 100px;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}
.club-card-container .club-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.club-card-container .club-logo {
  background: #FEFEFF;
  border-radius: 12px;
  padding: 8px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.club-card-container .club-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.club-card-container .club-name {
  font-size: 16px;
  font-weight: 700;
  color: #282828;
  line-height: 1;
}
.club-card-container .club-city {
  font-size: 13px;
  color: #535353;
  font-weight: 400;
  line-height: 1;
  margin-top: 4px;
}
.club-card-container .deals-btn {
  background: conic-gradient(from 90deg at 50% 50%, #282828 92deg, #3D3D3D 286deg);
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center; /* Centrer tekst + pil */
  gap: 10px; /* Mellemrum mellem "Deals" og pilen */
  height: 36px;
  text-decoration: none; /* Sikrer ingen understregning */
}
.club-card-container .badge-wrapper {
  position: absolute;
  top: 12px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.club-card-container .notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: white;
  color: #242424;
  font-size: 8px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.club-card-container .bell-icon svg {
  width: 20px;
  height: 20px;
}
.club-card-container .bg-adidas {
  background: linear-gradient(90deg, #8484FF);
}
.club-card-container .bg-matas {
  background: linear-gradient(90deg, #84FF8E);
}
.club-card-container .bg-circlek {
  background: linear-gradient(90deg, #FFD884);
}
.club-card-container .bg-fitnessx {
  background: linear-gradient(90deg, #FF84DC);
}
.club-card-container .bg-zara {
  background: linear-gradient(90deg, #FF8484);
}

#club-chat-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}
#club-chat-container .statusbar {
  text-align: center;
  padding: 12px;
  font-size: 17px;
  font-weight: 590;
}
#club-chat-container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}
#club-chat-container .header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
#club-chat-container .back-button {
  font-size: 24px;
  cursor: pointer;
}
#club-chat-container .avatar > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  position: relative;
}
#club-chat-container .avatar::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: #07D623;
  border-radius: 50%;
  border: 2px solid white;
}
#club-chat-container .header-info {
  display: flex;
  flex-direction: column;
}
#club-chat-container .header-info .name {
  font-size: 16px;
  color: #282828;
}
#club-chat-container .header-info .status {
  font-size: 13px;
  color: var(--accent);
}
#club-chat-container .call-icon {
  font-size: 20px;
  color: var(--accent);
  cursor: pointer;
}
#club-chat-container .messages-wrapper {
  flex: 1;
  overflow-y: auto;
}
#club-chat-container .messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 100px;
}
#club-chat-container .message {
  max-width: 75%;
  padding: 14px 18px;
  font-size: 11px;
  border-radius: 24px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  word-wrap: break-word;
}
#club-chat-container .message.left {
  background: #fefeff;
  font-size: 11px;
  color: #282828;
}
#club-chat-container .message.right {
  background: #1bb0b0;
  align-self: flex-end;
  color: white;
  font-size: 11px;
}
#club-chat-container .timestamp {
  font-size: 9px;
  color: #282828;
  opacity: 0.6;
}
#club-chat-container .timestamp.right {
  font-size: 9px;
  text-align: right;
  color: #282828;
  opacity: 0.6;
}
#club-chat-container .input-bar {
  position: fixed;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  padding: 8px 12px;
  gap: 8px;
  align-items: center;
}
#club-chat-container .input-box {
  background: #fdfdff;
  border-radius: 52px;
  flex: 1;
  display: flex;
  padding: 12px 16px;
  gap: 10px;
  align-items: center;
}
#club-chat-container .input-text {
  flex: 1;
  background: transparent;
  border: none;
  font-size: 14px;
  color: var(--dark);
}
#club-chat-container .input-icons img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 50%;
}
#club-chat-container .send-button {
  padding: 14px;
  width: autox;
  height: autopx;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 2px rgba(244, 241, 241, 0.08);
}
#club-chat-container .send-button i {
  font-size: 20px;
  color: #282828;
}

.stampcard-container {
  margin-top: 8px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 24px;
  color: white;
  position: relative;
  box-shadow: 0 4px 12px rgba(174, 176, 191, 0.4);
  background: linear-gradient(180deg, #FF8383 0%, #FF2F2F 100%);
}
.stampcard-container .stamp-card-header {
  background: rgba(249, 249, 251, 0.72);
  color: #282828;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.stampcard-container .stamp-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  justify-items: center;
  margin-top: 40px;
}
.stampcard-container .stamp-grid img {
  width: 30px;
  margin-top: 7px;
  margin-left: 7px;
}
.stampcard-container .stamp {
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 50%;
}
.stampcard-container .stamp-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.stampcard-container .redeem-btn {
  background: white;
  color: black;
  font-size: 10px;
  font-weight: 700;
  border-radius: 20px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: none;
}

.stampfield-container {
  margin-top: 8px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 24px;
  color: white;
  position: relative;
  box-shadow: 0 4px 12px rgba(174, 176, 191, 0.4);
}
.stampfield-container.lilla {
  background: linear-gradient(180deg, #9747FF 0%, #4F378A 100%);
}
.stampfield-container.groen {
  background: linear-gradient(180deg, #4CD964 0%, #34C759 100%);
}
.stampfield-container .stamp-header {
  background: rgba(249, 249, 251, 0.72);
  color: #282828;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.stampfield-container .stamp-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  justify-items: center;
  margin-top: 30px;
}
.stampfield-container .stamp-grid span {
  color: black;
  margin-top: 7px;
  margin-left: 7px;
}
.stampfield-container .stamp {
  width: 36px;
  height: 36px;
  background: #FEFEFF;
  border-radius: 8px;
}
.stampfield-container .reward-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  margin-top: 20px;
  padding: 0 8px;
}
.stampfield-container .reward-info .valid {
  font-weight: 700;
  margin-top: 4px;
  display: block;
}
.stampfield-container .redeem-btn {
  background: rgba(249, 249, 251, 0.76);
  padding: 4px 8px;
  border-radius: 24px;
  font-size: 8px;
  font-weight: 700;
  color: #282828;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.custom-tabs {
  background: #fff;
  border-radius: 30px;
  padding: 8px;
  display: flex;
  justify-content: space-around;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 13px;
  padding: 10px 18px;
}
.custom-tabs .tab-btn {
  flex: 1;
  border: none;
  background: transparent;
  font-weight: 500;
  color: #666;
  position: relative;
  text-decoration: none;
}
.custom-tabs .tab-btn.active {
  font-weight: 700;
  color: #000;
}
.custom-tabs .tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 4px;
  background-color: red;
  border-radius: 99px;
}

.custom-sub-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 0;
}
.custom-sub-tabs .btn {
  border-radius: 999px;
  font-size: 13px;
  padding: 6px 18px;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #ccc;
  font-weight: 500;
}
.custom-sub-tabs .btn.active {
  background-color: #f1f1f1;
  color: #000;
  border-color: #000;
}
.custom-sub-tabs a.active {
  font-weight: 600;
}

.wallet-container .wallet-crazycoupon {
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  margin: 10px;
  display: flex;
  overflow: hidden;
  position: relative;
  /*        background: white;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  display: flex;
  overflow: hidden;
  position: relative;

  .coupon-left {
      flex: 1;
      background: #fff;
      padding: 16px;
      display: flex;
      flex-direction: column;
  }

  .coupon-right {
      width: 130px;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding: 12px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
  }

  .coupon-card::before, .coupon-card::after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      background: #f9f9fb;
      border-radius: 50%;
      left: calc(100% - 130px - 10px);
      z-index: 10;
  }

  .coupon-card::before {
      top: 25%;
      transform: translateY(-50%);
  }

  .coupon-card::after {
      bottom: 25%;
      transform: translateY(50%);
  }

  .date {
      font-size: 10px;
      color: #999;
      margin-bottom: 6px;
  }

  .discount {
      font-size: 28px;
      font-weight: 700;
      color: #18cc00;
  }

  .location {
      font-size: 10px;
      color: #666;
      margin-top: auto;
  }

  .redeem-btn {
      background: rgba(255,255,255,0.8);
      backdrop-filter: blur(6px);
      font-size: 10px;
      font-weight: bold;
      border-radius: 20px;
      padding: 6px 12px;
      border: none;
      display: flex;
      align-items: center;
      gap: 4px;
  }*/
}
.wallet-container .wallet-crazycoupon .coupon-left {
  flex: 1;
  background: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.wallet-container .wallet-crazycoupon .coupon-right {
  width: 130px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 12px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.wallet-container .wallet-crazycoupon .coupon-right ::before, .wallet-container .wallet-crazycoupon .coupon-right ::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f9f9fb;
  border-radius: 50%;
  left: calc(100% - 130px - 10px);
  z-index: 10;
}
.wallet-container .wallet-crazycoupon ::before {
  top: 25%;
  transform: translateY(-50%);
}
.wallet-container .wallet-crazycoupon ::after {
  bottom: 25%;
  transform: translateY(50%);
}
.wallet-container .wallet-crazycoupon .date {
  font-size: 10px;
  color: #999;
  margin-bottom: 6px;
}
.wallet-container .wallet-crazycoupon .discount {
  font-size: 28px;
  font-weight: 700;
  color: #18cc00;
}
.wallet-container .wallet-crazycoupon .location {
  font-size: 10px;
  color: #666;
  margin-top: auto;
}
.wallet-container .wallet-crazycoupon .redeem-btn {
  background: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  font-weight: bold;
  border-radius: 20px;
  padding: 6px 12px;
  border: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

.login-container .login-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.login-container .gradient-btn {
  background: linear-gradient(90deg, #444, #111);
  color: white;
  border: none;
  font-weight: 700;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
}
.login-container .form-label {
  font-weight: 400;
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 4px;
}
.login-container .social-btn {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  font-weight: 500;
}
.login-container .social-btn img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.login-container .facebook-btn {
  background-color: #3b5998;
  color: white;
  border: none;
}
.login-container .divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: #aaa;
  margin: 1.5rem 0;
}
.login-container .divider::before, .login-container .divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ddd;
}
.login-container .divider::before {
  margin-right: 0.75em;
}
.login-container .divider::after {
  margin-left: 0.75em;
}

.overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1040;
  justify-content: center;
  align-items: center;
}
.overlay-bg #modal-dynamic {
  width: 340px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 19px 47px -8px rgba(0, 0, 0, 0.25);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  animation: fadeIn 0.4s ease-in-out;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 50px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.overlay-bg #modal-dynamic .ikon {
  width: 100px;
  height: 100px;
  background-color: #D8D8D8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.overlay-bg #modal-dynamic .ikon svg {
  width: 50px;
  height: 50px;
  stroke: white;
  stroke-width: 4;
  fill: none;
}
.overlay-bg #modal-dynamic h3 {
  color: #ff5959;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
.overlay-bg #modal-dynamic p {
  color: #777;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.overlay-bg #modal-dynamic #modal-dynamic-button {
  background-color: #ff5959;
  color: white;
  padding: 15px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
  max-width: 300px;
}

.crazycoupon {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  scroll-snap-align: start;
}
.crazycoupon img {
  width: 100%;
  height: 56.25%;
  object-fit: cover;
}
.crazycoupon .crazycoupon-favorit {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.deal {
  height: 170px;
  border-radius: 12px;
  overflow: hidden;
}
.deal .crazycoupon-favorit {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.scroll-container .crazycoupon {
  width: 330px;
  margin-left: 12px;
}
.scroll-container .crazycoupon img {
  width: 330px;
  height: 185.625px;
  object-fit: cover;
}
.scroll-container .deal {
  width: 180px;
  margin-left: 12px;
}
.scroll-container .club {
  width: 180px;
  margin-left: 12px;
}
