/* General Styles */
body {
  font-family: 'Barlow', sans-serif;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Icon Styles */
.icon-container {
  width: 64px;
  height: 64px;
  background-color: rgba(15, 76, 129, 0.1);
}

.icon-svg {
  color: rgb(15, 76, 129);
}

/* Countdown Text */
.countdown-text {
  color: rgb(15, 76, 129);
}

/* Progress Bar */
.progress-container {
  height: 8px;
}

.progress-bar-custom {
  width: 0%;
  transition: width 1s linear;
  background-color: rgb(15, 76, 129);
}

/* Redirect Button */
.redirect-button {
  background-color: rgb(15, 76, 129);
  border-color: rgb(15, 76, 129);
}

.redirect-button:hover {
  background-color: rgb(12, 61, 103);
  border-color: rgb(12, 61, 103);
}

/* URL Display */
.url-text {
  color: rgb(15, 76, 129);
}
