.popup-overlay-cos {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 1000;
}
.fullscreen-cos {
    position: fixed;
    display: none;
    background: #0ece0f;
    margin-top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 590px;
    height: 340px;
    border-radius: 7px;
}
.cos-donebtn {
    float: right;
    margin-top: 3.5px;
    margin-right: 9px;
    padding-top: 1px;
    padding-bottom: 3.5px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.4s;
    border-radius: 5px;
}
.cos-donebtn:hover {background: #970f10;}
.cos-name {
    position: absolute;
    color: #252525;
    margin-top: 1px;
    margin-left: 205px;
}
.cos-background {
    position: absolute;
    background: #020302;
    margin-top: 27px;
    margin-left: 2px;
    width: 586px;
    height: 310px;
    border-radius: 5px;
}
.cos-box {
    position: absolute;
    margin-top: 6px;
    margin-left: 6px;
    width: 574px;
    height: 298px;
    overflow: auto;
}
.browse {
    color: #0ece0f;
    text-align: center;
}
.dv1 {
    background: #0ece0f;
    margin-top: 9px;
    margin-bottom: 9px;
    width: 574px;
    height: 1.3px;
}
.specif {
    color: #0ece0f;
    text-align: center;
}
.website-links {
    margin-top: 6px;
    margin-left: 10px;
    width: 554px;
    height: auto;
    border: 2px solid #0ece0f;
    border-radius: 3px;
}
/*.website-links > a:hover {transform: translateY(-10px);}*/

.popup-overlay-updates {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 1000;
}
.fullscreen-updates {
    position: fixed;
    display: none;
    background: #0ece0f;
    margin-top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 590px;
    height: 340px;
    border-radius: 7px;
}
.fu-donebtn {
    float: right;
    margin-top: 3.5px;
    margin-right: 9px;
    padding-top: 1px;
    padding-bottom: 3.5px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.4s;
    border-radius: 5px;
}
.fu-donebtn:hover {background: #970f10;}
.fu-name {
    position: absolute;
    color: #252525;
    margin-top: 1px;
    margin-left: 255px;
}
.fu-background {
    position: absolute;
    background: #020302;
    margin-top: 27px;
    margin-left: 2px;
    width: 586px;
    height: 310px;
    border-radius: 5px;
}
.fu-box {
    position: absolute;
    margin-top: 6px;
    margin-left: 6px;
    width: 574px;
    height: 298px;
    overflow: auto;
}
.fup-win {
    color: #0ece0f;
    margin-bottom: 15px;
    width: 574px;
    height: auto;
    border: 2px solid #0ece0f;
    border-radius: 10px;
    cursor: default;
}
.fw-date {
    margin-left: 3px;
    font-size: 18px;
}
.fw-text {margin-left: 3px;}

.music-popup {
    position: fixed;
    display: none;
    background: #020302;
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
    width: 463px;
    height: 270px;
    border: 2px solid #0ece0f;
    border-radius: 17px;
}
.music-out {
    color: rgba(90, 90, 90, 0.4);
    float: right;
    margin-top: 3.5px;
    margin-right: 9px;
    max-width: fit-content;
    cursor: pointer;
    transition: 0.3s;
}
.music-out:hover {
    color: rgb(90, 90, 90);
}
.m-ppbackground {
    position: absolute;
    margin-top: 2px;
    margin-left: 2px;
    width: 435px;
    height: 262px;
    border-radius: 17px;
}
.m-left {
    position: absolute;
    width: 202px;
    height: 262px;
}
.ytlink {
    position: absolute;
    margin-top: 20px;
    margin-left: 5px;
    width: 192px;
    height: 135px;
}
#ytvideo {
    border: 2px dashed #0ece0f;
    border-radius: 2px;
}
.lr-dv {
    position: absolute;
    background: rgba(90, 90, 90, 0.4);
    margin-top: 3px;
    margin-left: 212px;
    width: 1.7px;
    height: 256px;
}
.m-right {
    position: absolute;
    margin-left: 225px;
    width: 210px;
    height: 262px;
}
.lyrics-title {
    color: #0ece0f;
    margin-top: 3px;
    margin-left: 6px;
    font-size: 18px;
}
.lyrics-box {
    position: absolute;
    margin-top: 5px;
    margin-left: 6.5px;
    width: 189px;
    height: 221px;
    border: 1.5px dashed #0ece0f;
    overflow: auto;
}
#lyrics {
    color: #0ece0f;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 10px;
}

.popup-overlay-music {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 1000;
}
.fullscreen-music {
    position: fixed;
    display: none;
    background: #0ece0f;
    margin-top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 590px;
    height: 340px;
    border-radius: 7px;
}
.m-donebtn {
    float: right;
    margin-top: 3.5px;
    margin-right: 9px;
    padding-top: 1px;
    padding-bottom: 3.5px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.4s;
    border-radius: 5px;
}
.m-donebtn:hover {
    background: #970f10;
}
.m-name {
    position: absolute;
    color: #252525;
    margin-top: 1px;
    margin-left: 260px;
}
.m-background {
    position: absolute;
    background: #020302;
    margin-top: 27px;
    margin-left: 2px;
    width: 586px;
    height: 310px;
    border-radius: 5px;
}
.m-box {
    position: absolute;
    margin-top: 6px;
    margin-left: 6px;
    width: 574px;
    height: 298px;
}
.left-musicscroll {
    position: absolute;
    width: 264px; 
    height: 298px;
}
.sow-title {
    position: absolute;
    margin-top: 6px;
    margin-left: 6px;
    width: fit-content;
    height: auto;
}
.sowt-text {
    color: #0ece0f;
    font-size: 20px;
}
.sow-expanded {
    position: absolute;
    margin-top: 13.4px;
    margin-left: 200px;
    width: 65px;
    height: 24px;
    border: 1.5px solid #0ece0f;
    border-radius: 10px;
    transition: 0.3s;
}
.se-text {
    color: #0ece0f;
    margin-top: 0.5px;
    margin-left: 5.5px;
    font-size: 12px;
    transition: 0.3s;
}
.sow-expanded:hover {
    border: 1.5px solid white;
    cursor: pointer;
}
.sow-expanded > .se-text {
    color: white;
    cursor: pointer;
}
.music-scroll {
    position: absolute;
    margin-top: 43px;
    margin-left: 10px;
    width: 244px; 
    height: 247px;
    border: 2px dashed #0ece0f;
    border-radius: 7px;
    overflow: auto;
}
.song-dv {
    margin-left: 5px;
    width: 229.5px;
    height: 10px;
}
.line1 {
    background: #0ece0f;
    margin-top: 13px;
    margin-left: 0;
    width: 10px;
    height: 2px;
}
.week {
    color: #0ece0f;
    margin-top: -10px;
    margin-left: 12px;
    max-width: fit-content;
    font-size: 10px;
    cursor: default;
}
.line2 {
    background: #0ece0f;
    margin-top:-7px;
    margin-left: 129px;
    width: 100.4px;
    height: 2px;
}
.line3 {
    background: #0ece0f;
    margin-top:-7px;
    margin-left: 139px;
    width: 90.4px;
    height: 2px;
}
.line4 {
    background: #0ece0f;
    margin-top:-7px;
    margin-left: 144px;
    width: 85.4px;
    height: 2px;
}
.line5 {
    background: #0ece0f;
    margin-top:-7px;
    margin-left: 164px;
    width: 65.4px;
    height: 2px;
}
.song-win {
    margin-bottom: 5px;
    width: 240px;
    height: 57px;
}
.s-icon {
    position: absolute; 
    margin-top: 2.5px;
    margin-left: 15px; 
    width: 45.22px; 
    height: 45.22px;
    border: 1.3px solid #0ece0f;
    border-radius: 3px;
}
.s-name {
    position: absolute;
    margin-top: 8px;
    margin-left: 70px;
    max-width: fit-content;
}
.the-song {
    color: #0ece0f;
    font-size: 10px;
}
.artist-name {
    position: absolute;
    margin-top: 20px;
    margin-left: 72px;
    max-width: fit-content;
}
.an {
    color: #0ece0f;
    font-size: 8px;
}
.explicit {
    position: absolute;
    background: rgba(141, 139, 139, 0.4);
    margin-top: 7.5px;
    margin-left: 175px;
    width: 44px;
    height: 13px;
    border-radius: 3px;
}
.e-explicit {
    color: #020302;
    margin-top: -1px;
    margin-left: 5px;
    font-size: 8px;
    cursor: default;
}
.vert-dv {
    position: absolute;
    background: #0ece0f;
    margin-top: 8px;
    margin-left: 275px;
    width: 1.3px;
    height: 282px;
}
.right-credits {
    position: absolute;
    margin-left: 287px;
    width: 287px;
    height: 298px;
}
.credits-title {
    color: #0ece0f;
    margin-top: 3px;
    margin-left: 6px;
    font-size: 18px;
}
.credits-instructions {
    color: rgba(173, 173, 173, 0.45);
    margin-top: -1px;
    margin-left: 8px;
    font-size: 8px;
}
.song-info {
    position: absolute;
    margin-top: 5px;
    margin-left: 10px;
    width: 267px;
    height: 254px;
    border: 1.5px dashed #0ece0f;
    overflow: auto;
}
.basic-info {
    color: #0ece0f;
    text-align: center;
}
.song-details {
    color:#0ece0f;
    margin-left: 6px;
}