:root{
--rz-font-family-primary: inherit!important;
}

.e-con > .e-con-inner > .elementor-widget > .elementor-widget-container, .e-con > .elementor-widget > .elementor-widget-container {
  height: auto!important
}
.shadow
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow leaning bottom right */
}
h3.rating-success-message {text-align: center}


#termsModal button.btn-close:hover {background: none!important}

@media (min-width: 576px) {
#termsModal .modal-dialog {
    max-width: 900px; 
        margin: 6rem auto
  }
#termsModal .modal-header .btn-close {
padding: inherit;
  margin: inherit;
}
}
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0,0,0,.3);
  background: rgba(0,0,0,.3);
  padding: 10px 0px 0;
  text-align: center;
  color: #fff
}
.required {
 color: #dc3545!important
}

.dropzone.required {  border: 1px solid #dc3545 !important; color: #dc3545!important}
.dropzone.dz-drag-hover {
  border: 2px solid #3498db !important;
}
.dropzone .dz-preview .dz-remove {
  border-radius: 50px;
  position: absolute;
  top: 0px;
  z-index: 10;
  margin-top: -10px;
  right: -10px;
}
.dz-message.needsclick img {
  width: 50px;
  display: block;
  margin: auto;
  opacity: 0.6;
  margin-bottom: 15px;
}

span.plus {
  display: none;
}

.dropzone.dz-started .dz-message {
 # display: inline-block !important;
  width: 120px;
  position:absolute;
  border: 1px solid rgba(238, 238, 238, 0.36);
  border-radius: 30px;
  height: 120px;
 margin: 16px;
#  transition: 0.2s;
  left:60px;
}
.dropzone.dz-started .dz-message span.text {
  display: none;
}
.dropzone.dz-started .dz-message span.plus {
  display: block;
  font-size: 70px;
  color: #AAA;
  line-height: 110px;
}
.dropzone.dz-clickable .dz-message {font-szie: 12px}
 
img.player-bg {
  margin-bottom: 20px;
  object-fit: cover;
  width: 100%
  -webkit-filter: blur(10px);
  filter: blur(60px); overflow:hidden;
  

}
#copyIcon, #copyNotice {color: #fff}
.voting-details {margin : 30px 15px 60px}
.voting-details h4, .voting-details p {color: #fff; text-align:center; }
.player-button i {color: #aaa; font-size: 50px!important; opacity: 0.9; cursor: pointer}
.player-button i.is_playing:hover{ color: #de1a1d ; }
.player-button i.is_playing, .player-button i:hover{
   opacity: 1;
    color: #de1a1d!important; /* Change color when playing */
    #transform: scale(1.05); /* Scale up the icon when playing */
    transition: transform 0.3s ease, color 0.3s ease;
}
.player-button i:hover, .player-button i.is_playing  {color: #de1a1d!important;}
.player-details span {color: #fff;background: #000; font-size: 30px}
.pack-shot {overflow:hidden; margin-bottom: -230px;}
.player-details small {
  font-size: 70%;
}
;}
.player-details small#artist {
  font-size: 55%;
}

.player-details {
  width: 100%;
  position: relative;
 #margin-top: -250px!important;
 margin-bottom: 30px;
  width: 100%;}

.waveform-player {
 # margin-top: -85px;
  width: 100%;
  margin-bottom: 10px;
 
}
 #waveform {
      cursor: pointer;
     # position: relative;
    }
    #hover {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 10;
      pointer-events: none;
      height: 100%;
      width: 0;
      mix-blend-mode: overlay;
      background: rgba(255, 255, 255, 0.5);
      opacity: 0;
      transition: opacity 0.2s ease;
    }
    #waveform:hover #hover {
      opacity: 1;
    }
   #time, #duration {
      position: absolute;
      z-index: 11;
      top: 50%;
      margin-top: -1px;
      transform: translateY(-50%);
      font-size: 13px;
      background: rgba(0, 0, 0, 0.75);
      padding: 2px 4px;
      color: #ddd;
    }
    #time {
      left: 0;
    }
    #duration {
      right: 0;
    }
.share-url a {
  font-size: 16px !important;
  text-transform: none;
  color: #fff;
  font-weight: 500
}
.share-url a:hover {
  color: #ccc;
}
.share-url {padding: 10px;
  text-align: center;
position: relative;
 }
span.input-group-text  {
  height: 50px!important;
/* Adjust icon size if needed */
}
.site-header__border {
  border-bottom: 0px solid var(--rz-border-color-light)!important;
}
.modal-body h3 {margin-top: 20px}
.sizes {background: rgba(0,0,0,0.6);
  padding: 10px 0;
  border-radius: 5px;
  margin: 0px;
}
 
#player-holder p small {color: #fff}
.holder {background: #fff}
#thank_you_message p,#thank_you_message{color: #fff; font-size: 20px; margin: 30px!important; text-align: center}
 
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.ratings-form-wrapper .form-label, .ratings-form-wrappers label  {
   color: #1b1b1b
}



.btn-white   {
  color: #fff!important;
  border-color: #fff!important; border-radius: 5px!important
}
.rating-success-message {color: #fff; font-size: 20px; font-weight:600; text-align: center}


#rating-form-wrapper, #waveform-player p{text-align: center; max-width: 80%; margin: 15px auto;  }
#ratings-form-wrapper {text-align: center;  color: #fff; padding: 30px;}


  #list .blurred-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: right;
    filter: blur(20px);
    z-index: 1;
    opacity: 0.9; /* Adjust the opacity for a better visual effect */
  }
   #list .card-body {
    position: relative; /* Ensure the background fills the card body */
    overflow: hidden; /* Hide any overflow caused by the blurred background */
    padding: 0; /* Remove default padding */
  }
   #list .time {
    color: #fff;
    background-color: #000;
    padding: 0 5px;
    display: block;
    width: 50px;
    text-align: center;
  }
   #list .time.right {
    float: right;
  }
   #list .time.left {
    float: left;
  }
   #list .content {
    position: relative;
    z-index: 2;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for better text readability */
  }
   #list h3.details {
    margin-top: 0;
    margin-bottom: 40px !important;
    color: #fff;
    line-height: 28px;
    max-width: 80%;
    padding: 0px 15px 
  }
  #list h3.details small {
  font-size: 70%;
}
 #list small#title {font-size: 80%}
  #list {
   padding: 0 !important;
  background-color: #000;
  border: 0;
  border-radius: 10px;
  }
  .artist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 
  }

   
  h3 {
    margin: 0;
  }

 #list .card-body {
    display: flex; /* Use flexbox layout */
    flex-direction: column; /* Stack children vertically */
    position: relative; /* Positioning context for absolute children */
    overflow: hidden; /* Hide overflow caused by blurred background */
    padding: 0; /* Remove default padding */
    height: 100%; /* Ensure it takes the full height of its container */
  }

 #list .content {
    flex: 1; /* Make the content div grow to fill available space */
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for better text readability */
    display: block; /* Use flexbox layout inside content */
    flex-direction: column; /* Stack children vertically inside content */
 
  }
 #list .player_ratings {
    font-size: 24px;
    color: #ccc; /* Default star color */
    direction: rtl; /* Right-to-left to reverse the star order visually */
    cursor: pointer;
}

 #list .player_ratings .fa-star {
    transition: color 0.2s ease-in-out; font-size: 16px
}

/* Highlight the stars up to the one being hovered */
 #list .player_ratings .fa-star:hover,
 #list .player_ratings .fa-star:hover ~ .fa-star {
    color: #ffcc00; /* Hover color (gold) */
}

/* Ensure the clicked stars stay highlighted */
 #list .player_ratings .fa-star.selected,
 #list .player_ratings .fa-star.selected ~ .fa-star {
    color: #ffcc00; /* Selected star color (gold) */
}
div.message h2 {font-weight: 700}
div.message h3 {color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);}
div.message {text-align: center; padding: 0 15px; font-weight: 900!important; color: #fff; text-align: center;margin-bottom: 30px;   font-family: "Montserrat", Sans-serif;}
.message p{font-weight: 500!important}

p.total-votes {
  font-size: 14px;
  color: #ffcc00;
  border: 1px solid #fc0;
  padding: 3px 5px;
  border-radius: 50px;
  width: 115px;
  text-align: center;
  margin-top: 15px;
margin-bottom: 0px;
}
/* Modal Container */
#ratingConfirmationModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Above other elements */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
}
.stars {margin-bottom: 10px;}
/* Modal Content Box */
#ratingConfirmationModal .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 300px; /* Could be more or less, depending on screen size */
    max-width: 90%; /* Maximum width */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Drop shadow */
    position: relative; /* Position relative to the container */
}
#list a.share-link {color: #fff;
  opacity: 0.6;
  font-size: 14px;}
#list a.share-link:hover { opacity: 1}
#ratingConfirmationModal .modal-content {
 
  text-align: center;
}
#ratingConfirmationModal.modal {
  display: none;
  position: fixed;
  z-index: 99999999999
}
@media (max-width: 1008px) {
  .col {
  flex: 100%;
}
 #list .col-md-3 {
 
    width: 100%;
  }
  #list .col-md-9 {
 
    width: 100%;
  }
 #list h3.details {width: 100%; padding: 0}
 #list .artist-image {display: none}
  #list small.title {font-size: 90%}
 #list .card-body {height: 400px}
 #list .blurred-background {filter: blur(0);
  z-index: 1;
  opacity: 1;
 }
 
  #list .player-button {
  float: none;
}
  
}
.post-password-form p {
   display: flex;
  align-items: flex-end;
}
  /* Center the form */
.post-password-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  width: 400px;
  max-width: 90%;
  margin: auto;
  display: flex;
  align-items: flex-end;
}
.post-password-form label{text-align: left}
/* Style the input field with border-bottom */
.post-password-form input[type="password"] {
   color: #000!important;
  border: 1px solid #000!important;
  padding: 5px;
  font-size: 16px;
  height: 55px;
}

/* Optional styling for submit button */
.post-password-form inbut {
  margin-top: 10px;
  padding: 8px 16px;
 
  color: #000!important;
  border: none;
  cursor: pointer;
}

.post-password-form input[type="submit"]:hover {
  background-color: #555;
}

 /* Container flex for buttons */
#ratingConfirmationModal .modal-content {
    display: flex;
    flex-direction: column;
    gap: 20px; /* space between text and buttons */
    align-items: center;
}

/* Button wrapper in a row */
#ratingConfirmationModal .modal-content .button-row {
    display: flex;
    gap: 10px; /* space between Yes/No buttons */
    justify-content: center;
    width: 100%;
}

/* Style buttons consistently */
#ratingConfirmationModal .modal-content .btn {
    min-width: 100px;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 4px;
}
/* Hide stars by default; JS will show if allowed */
.player_ratings .stars { display: none; }
.player_ratings .rating_message { display: none; font-size: 60%; }

/* Optional: tiny “checking…” look */
.player_ratings .rating_message.checking { display:inline; opacity:.75; }
#termsModal h1 {
  text-transform: none!important;
  font-size: 30px!important;
  line-height: 30px!important;
  letter-spacing: 0px!important;
  word-spacing: 0px!important;
}
#termsModal p, #termsModal ul {
  text-transform: none!important;
} 
#termsModal h2 {
  font-size: 24px!important;
  text-transform: none!important;
  line-height: 24px!important;
  letter-spacing: 0!important;
  word-spacing: 0px!important;
}
.dropzone .dz-preview .dz-remove {background: #d31315!important; padding: .05rem .25rem!important; border: 0px!important}
.dropzone .dz-preview .dz-remove:hover {text-decoration: none!important; color:#d31315!important; } 
/* Make Dropzone icon green */
#artist-image-dropzone .dz-message svg path,
.dz-error-mark svg g {
  stroke: #d31315 !important; /* outline color */
  fill: #d31315 !important;   /* inner fill color */
}
.dz-success-mark svg path {
  stroke: #0f5132 !important; /* outline color */
  fill: #0f5132 !important;   /* inner fill color */
}

.dropzone .dz-preview .dz-image {
  border-radius: 0px!important;
}
.alert-danger {
  color: #fff;
  background-color: #842029;
  border-color: transparent;
}
.alert-success {
  background-color: #0f5132;
  border-color: transparent;
  padding: 0.5rem 1rem;
}
.alert {
  color: #fff;
  border-radius: 0;
  padding: 0.5rem 1rem;
}
h2 strong {font-weight: 700!important}
 #list .player_ratings .fa-star.selected {
  color: #ffcc00; /* Keep the selected star color */
   margin-left: 3px;
}

 #list .player_ratings.locked .fa-star {
  pointer-events: none; /* Disable further clicks */
}
 #list .player-button {
   width: 10%;
   position: absolute;
   bottom: 20px;
}
  .waveform {
   position: absolute;
  bottom: 10px;
  right: 0px;
  width: 90%
  }
div.track-info {
  margin-top: 30px;
  font-size: 30px;
  line-height: 30px; 
}
.track-info #title {   
  padding: 10px 10px 10px;
  #font-size: 15px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-weight: 500;
  max-width: fit-content;
}
 
.track-info #artist {
  padding: 0px 10px 5px;
  font-size: 50%;
 # line-height: 40px;
   background: rgba(0,0,0,0.6);
  color: #999999;
  font-weight: 500;
  max-width: fit-content;
}
.player_ratings {
  position: absolute;
  right: 0;
  display: block;
  text-align: right !important;
  padding: 5px 15px;
  z-index: 999;
}
@media (max-width: 1008px) {
  div.track-info {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
    #list .player-button {
   width: 12%;
   position: absolute;
   bottom: 20px;
}
  .waveform {
   position: absolute;
  bottom: 10px;
  right: 0px;
  width: 88%
  }
 
}

@media (max-width: 760px) {
 #rating-form .col-auto, #rating-form button {width: 100%!important}
  .track-info #title {
  
  max-width: 100%;
  display: block;
}
  
  div.track-info {
      margin-top: 70px;
  margin-left: 0px!important;
  margin-right: 0px!important;
}
  .track-info #title {   
 line-height: 30px!important;
  font-size: 25px!important;
 }
  .track-info #artist {
     line-height: 25px!important;
  font-size: 18px!important;
  }
    #list .player-button {
   width: 15%;
   position: absolute;
      top: 15px;
   bottom: auto;
}
  .waveform {
   position: absolute;
  bottom: 10px;
  right: 0px;
  width: 100%
  }
}