.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button {
    cursor: pointer;
}

.mpContainer {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    width: 300px;
    height: 100px;
    border-style: solid;
    border-width: 1px;
    border-radius: 20px;
    box-shadow: 0 0px 12px rgba(255, 255, 255, 0.4);
    cursor: grab;
    z-index: 9999;
}

.mpContainer:active {
    cursor: grabbing;
}

.songIconContainer {
    background-color: grey;
    width: 90px;
    height: 90px;
    position: absolute;
    margin-left: 5px;
    margin-top: 4.4px;
    border-style: solid;
    border-radius: 20px;
    border-color: white;
    border-width: 1px;
    overflow: hidden;
}

.songIcon {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    border-style: none;
}

.controlsContainer {
    position: absolute;
    background-color: rgba(0, 0, 139, 0);
    height: 30px;
    width: 198px;
    margin-left: 100px;
    margin-top: 65px;
    border-radius: 20px;
    border-width: 1px;
}

.controlsButton {
    background-color: rgba(255, 0, 0, 0);
    width: 30px;
    height: 30px;
    border-radius: 20px;
    border-style: none;
    border-width: 1px;
    padding: 0;
    cursor: pointer;
}

.controlsIcon {
    background-color: rgba(0, 0, 0, 0);
    width: 30px;
    height: 30px;
    visibility: visible;
    border-width: 1px;
}

.controlsCanvas {
    position: absolute;
    background-color: rgba(0, 115, 0, 0);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    z-index: 1;
    border-style: none;
    border-width: 1px;
}

.miniControlsCanvas {
    position: absolute;
    background-color: rgba(0, 115, 0, 0);
    width: 20px;
    height: 20px;
    border-radius: 30px;
    border-width: 1px;
    z-index: 1;
}

#lastSongButton {
    margin-left: 5px;
}

#playButton {
    margin-left: 20px;
}

#nextSongButton {
    margin-left: 20px;
}

#nextSongIcon {
    transform: scaleX(-1);
}

.songNameContainer {
    position: absolute;
    background-color: rgba(0, 0, 139, 0);
    height: 30px;
    width: 180px;
    margin-left: 110px;
    margin-top: 8px;
    line-height: 30px;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: flex-start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    border-width: 1px;
}
/*16 characters can fit in the song name before needing to scroll*/
.songNameText {
    padding-top: 5px;
    color: white;
    font: 1.4rem "CC Wild Words";
    display: inline-block;
    /*padding-left: 100%;
    animation: songNameAnim 12s linear infinite;*/
}

@keyframes songNameAnim {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

.songPercentageContainer {
    position: absolute;
    background-color: #0e0e0e;
    width: 120px;
    height: 10px;
    margin-left: 110px;
    margin-top: 45px;
    border-width: 1px;
}

.songPercentage {
    height: 10px;
    width: 1%;
    -webkit-appearance: none;  /* Override default CSS styles */
    background-color: rgba(44, 0, 0, 0);
    outline: none;
    z-index: 2;
    position: relative;
}

.songPercentageBackground {
    height: 10px;
    width: 1%;
    background-color: white;
    position: absolute;
    z-index: 1;
}

.songPercentage::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0);
    height: 10px;
    width: 1px;
}

.songDurationContainer {
    position: absolute;
    background-color: rgba(0, 0, 139, 0);
    height: 17px;
    width: fit-content;
    display: flex;
    align-items: center;
    margin-left: 240px;
    margin-top: 47px;
    border-width: 1px;
}

.songDurationText {
    color: white;
    font: 1rem "CC Wild Words";
}

.fileUploadButtonContainer {
    display: flex;
    align-items: center;
    background-color: rgba(255, 0, 0, 0);
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: 273px;
    margin-top: 75px;
    padding: 0;
    border-radius: 20px;
    border-width: 1px;
}

.fileUploadButton {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    border-width: 1px;
}

.fileUploadIcon {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    border-width: 1px;
}

.settingsButtonContainer {
    display: flex;
    align-items: center;
    background-color: rgba(255, 0, 0, 0);
    position: absolute;
    width: 17px;
    height: 17px;
    margin-left: 253px;
    margin-top: 76.5px;
    padding: 0;
    border-radius: 17px;
}

.mpSettingsButton {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    border-radius: 17px;
    width: 17px;
    height: 17px;
    padding: 0;
}

.settingsIcon {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 17px;
    width: 17px;
    height: 17px;
    padding: 0;
    filter: brightness(80%);
}

.mpSettingsContainer {
    display: flex;
    justify-self: center;
    position: absolute;
    /*margin-top: 12vh;*/
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    width: 500px;
    height: 600px;
    border-style: solid;
    border-radius: 20px;
    box-shadow: 0 0px 12px rgba(255, 255, 255, 0.4);
    z-index: 9999;
}

.mpSettingsExitButtonContainer {
    position: absolute;
    background-color: rgba(255, 0, 0, 0);
    width: 40px;
    height: 40px;
    border-style: none;
    border-radius: 40px;
}

.mpSettingsExitButton {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
}

.mpSettingsExitIcon {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
}

.saveConfigButtonContainer {
    background-color: rgba(0, 0, 100, 0);
    position: absolute;
    width: 30px;
    height: 20px;
    color: white;
    margin-left: 10%;
    margin-top: 2%;
}

.saveConfigButton {
    background-color: rgba(14, 14, 14, 1);
    color: white;
    border-style: solid;
    border-color: white;
    border-radius: 12px;
}

.saveConfigButton:active {
    transform: scale(0.9);
}

.loadConfigButtonContainer {
    background-color: rgba(0, 0, 100, 0);
    position: absolute;
    width: 30px;
    height: 20px;
    color: white;
    margin-left: 22%;
    margin-top: 2%;
}

.loadConfigButton {
    background-color: rgba(14, 14, 14, 1);
    color: white;
    border-style: solid;
    border-color: white;
    border-radius: 12px;
}

.resetConfigButtonContainer {
    background-color: rgba(0, 0, 100, 0);
    position: absolute;
    width: 30px;
    height: 20px;
    color: white;
    margin-left: 87%;
    margin-top: 1.5%;
}

.resetConfigButton {
    background-color: rgba(14, 14, 14, 1);
    color: white;
    border-style: solid;
    border-color: white;
    border-radius: 12px;
}

.mpSettingsBox {
    color: white;
    display: flex;
    flex-direction: column;
    column-gap: 10px;
    background-color: rgba(0, 0, 44, 0);
    width: 100%;
    height: 90%;
    margin-top: 8%;
    padding: 10px;
    overflow-y: scroll;
}

.mpSettingsBox::-webkit-scrollbar {
    width: 12px;
    height: 5px;
}

.mpSettingsBox::-webkit-scrollbar-track {
    background: none;
    border-radius: 20px;
}

.mpSettingsBox::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

.mpSettingsBox::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.mpSetting {
    color: white;
    font: 1rem "CC Wild Words";
    padding-top: 10px;
}
