/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 12 2026 | 04:40:50 */
#calm-transition {
  display: none;
}

#time-selection {
  display: none;
  margin-top: 30px;
  text-align: center;
}

.time-btn {
  background: #4f7f7b;
  color: #fff;
  border: none;
  padding: 12px 24px;
  margin: 0 10px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}
.time-btn.active-time {
  background: #1f5e5a;
}
#begin-audio {
  display: none;
  text-align: center;
  margin-top: 30px;
}

