.elementor-2182 .elementor-element.elementor-element-6e1dba0{--spacer-size:50px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2182 .elementor-element.elementor-element-c0cf4ca img{box-shadow:0px 0px 18px 5px #000000;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2182 .elementor-element.elementor-element-6e1dba0{--spacer-size:10px;}.elementor-2182 .elementor-element.elementor-element-c0cf4ca img{border-radius:6px 6px 6px 6px;}}/* Start custom CSS for shortcode, class: .elementor-element-68b4376 *//* Base Layout */
.delegate-dashboard {
  background: #0d0d0d;
  color: #f5f5f5;
  font-family: 'Poppins', sans-serif;
  padding: 30px 20px;
  border-radius: 16px;
  max-width: 100%;
  margin: 20px auto;
  text-align: center;
  box-shadow: 0 0 25px rgba(0,0,0,0.8);
  position: relative;
}

/* Heading with QR emoji */
.qr-heading {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.qr-heading::before {
  content: "📱"; /* QR style emoji */
  font-size: 1.6rem;
}

/* Highlight Box */
.highlight {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 12px 20px;
  margin: 15px auto;
  border-radius: 12px;
  font-size: 0.95rem;
  color: #fff;
  display: inline-block;
  backdrop-filter: blur(6px);
}

/* Countdown */
.countdown {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 25px 0;
  flex-wrap: wrap;
}

.time-block {
  flex: 1 1 90px;
  max-width: 100px;
  background: #111;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 14px;
  text-align: center;
  box-shadow: inset 0 0 12px rgba(255,255,255,0.05);
}

.time-block span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  display: block;
}

.time-block small {
  font-size: 0.75rem;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* If Conference Started */
.started {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 12px 16px;
  border-radius: 10px;
  display: inline-block;
  margin-top: 15px;
}

/* Delegate Card */
.delegate-card {
  background: rgba(255,255,255,0.05);
  padding: 20px;
  border-radius: 14px;
  margin-top: 20px;
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
  box-shadow: inset 0 0 12px rgba(255,255,255,0.05);
}

.delegate-card h2.welcome {
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 700;
}

.delegate-card p {
  font-size: 0.9rem;
  margin: 6px 0;
  color: #ddd;
}

/* Responsive (for phones) */
@media (max-width: 480px) {
  .qr-heading {
    font-size: 1.5rem;
    gap: 6px;
  }

  .time-block {
    flex: 1 1 80px;
    max-width: 90px;
    padding: 12px;
  }

  .time-block span {
    font-size: 1.5rem;
  }

  .delegate-card {
    padding: 16px;
  }
}/* End custom CSS */