.custom-audio-player {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 6px 10px;
}

.custom-audio-player .progress {
  appearance: none;
  height: 4px;
  border-radius: 4px;
  background: #dee2e6;
  cursor: pointer;
}

.custom-audio-player .progress::-webkit-slider-thumb {
  appearance: none;
  width: 12px;
  height: 12px;
  background: #0d6efd;
  border-radius: 50%;
}

.custom-audio-player .time {
  font-size: 0.85rem;
  min-width: 40px;
  text-align: right;
}

/* Base audio element */

audio {
  width: 100%;
  background-color: rgba(34,34,34,0);
  border-style: none;
}

/* Dark panel styling (Chrome, Safari, Edge) */

audio::-webkit-media-controls-panel {
  background-color: #222 !important;
  color: #fff !important;
  border-radius: 6px;
}

/* Invert icons (play, pause, timeline, volume, etc.) */

audio::-webkit-media-controls-play-button, audio::-webkit-media-controls-timeline, audio::-webkit-media-controls-mute-button, audio::-webkit-media-controls-volume-slider, audio::-webkit-media-controls-current-time-display, audio::-webkit-media-controls-time-remaining-display {
  filter: invert(1);
}

.singer {
  color: #222222;
}

@media (max-width: 575px) {
  .pitch-head {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  #player-audio {
    width: 250px;
  }
}

@media (max-width: 575px) {
  #player-artwork {
    display: none;
  }
}

.play-track {
  margin-bottom: 4px;
}

.module-links {
  color: #222222 !important;
}

#mobile-toggle {
  margin-right: 20px;
}

@media (min-width: 281px) {
  #togglePlaylist {
    margin-bottom: 18px;
    z-index: 10000;
  }
}

@media (max-width: 480px) {
  #togglePlaylist {
    margin-bottom: 10px;
    z-index: 10000;
  }
}

#global-player {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1050;
}

html {
  scrollbar-gutter: stable;
}

#global-player {
  left: 0;
  right: 0;
}

@media (min-width: 480px) {
  #player-audio {
    width: 60%;
    margin-right: 20px;
  }
}

#contact-style {
  background-color: #222;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.contact-titles {
  font-weight: 600;
  color: #ccc;
}

.required-input {
  color: rgb(60,210,192);
  margin-left: 4px;
}

@media (min-width: 1200px) {
  #contact .col-xl-8 {
    max-width: 900px;
  }
}

/* Make all text inside the contact section white */

#contact, #contact * {
  color: #fff !important;
}

/* Heading colour (stronger white for emphasis) */

#contact h2 {
  color: #fff !important;
}

/* Horizontal rule (divider) */

#contact hr.star-dark {
  border-color: #fff !important;
  opacity: 1;
  margin: 0 auto 2rem auto;
  width: 80px;
  border-width: 2px;
}

/* Input backgrounds and text contrast */

#contact .form-control {
  background-color: #333;
  border: 1px solid #555;
  color: #fff;
}

#contact .form-control::placeholder {
  color: #bbb;
}

/* Input focus styling */

#contact .form-control:focus {
  background-color: #444;
  border-color: rgb(60,210,192);
  box-shadow: 0 0 0 0.2rem rgba(60,210,192,0.25);
}

#page-top {
}

.empty_text {
  color: #bbbcbc;
}

