.jukebox {
    position: fixed;
    top: 5px;
    left: 5px;
    width: 180px;
    background: #747482;
    background: linear-gradient(180deg,rgba(116, 116, 130, 1) 0%, rgba(79, 79, 89, 1) 36%, rgba(39, 39, 40, 1) 37%, rgba(39, 39, 40, 1) 100%);
    border: 2px solid black;
    outline: 2px solid #b21e84;
    border-radius: 15px;
    padding: 10px;
    z-index: 100;
    font-family: PhantomMuffEmpty;
    font-weight: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin: 20px;
}

.jb-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.jb-title {
    color: #black;
    font-weight: bold;
    font-size: 16px;
}

.jb-controls {
    display: flex;
    gap: 5px;
}

.button {
    background: none;
    border: 1px inset #b21e84;
    border-radius: 100px;
    color: #66174e;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    transition: all 0.2s ease;
}

.jb-select {
    margin-bottom: 8px;
}

.jb-select select {
    width: 100%;
    padding: 3px;
    font-family: PhantomMuffFull;
    border: 2px inset #451235;
    border-radius: 3px;
    color: black;
    font-size: 12px;
    background-color: #b21e84;
}

.jb-info {
    font-size: 12px;
    color: white;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@font-face {
  font-family: PhantomMuffFull;
  src: url(https://file.garden/aDEdCj_ktCALOJoj/Fnfcity/PhantomMuff%20Full%20Letters%201.1.5.ttf);
}

@font-face {
  font-family: PhantomMuffEmpty;
  src: url(https://file.garden/aDEdCj_ktCALOJoj/Fnfcity/PhantomMuff%20Empty%20Letters%201.1.5.ttf);
}



























