@import "tailwindcss";

#track-list {
    list-style-type: none !important;
    padding-left: 0 !important;
}

#track-list li::marker {
    content: "" !important;
    display: none !important;
}
* {
  font-size: 11px !important;
}
body {
  background-image: url('https://hallast.xyz/background.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-size: 9px; 
  font-family: "Lucida Console", monospace 
}

input[type="range"].progress-bar {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 2px;
    background: #4a4a4a; 
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    cursor: pointer;
}

input[type="range"].progress-bar:hover {
    opacity: 1;
}

input[type="range"].progress-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: #ffffff; 
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px; 
}

.crt-screen {
  border-radius: 25px; 
  overflow: hidden;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.7); 
}

input[type="range"].progress-bar::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    border: 0;
}

#track-list {
    list-style-type: none !important;
    padding-left: 0 !important;
}

#track-list li::marker {
    content: "" !important;
    display: none !important;
}


footer {
  background-color: rgba(16, 16, 16, 0.4); 
  color: #D3D3D3;
  text-align: center;
  font-size: 9px;
  padding: 20px 0;

  position: fixed; 
  bottom: 0;       
  left: 0;        
  width: 100%;    
}

