.dotgothic16-regular {
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
}
* {
    box-sizing: border-box;
    font-family: "DotGothic16", sans-serif;
}
body {
    background: #020302;
    overflow: hidden;
}
.navigation {
    position: fixed;
    background: #0ece0f;
    margin-top: 10px;
    left: 10px;
    width: 200px;
    height: 323px;
    border-radius: 7px;
}
.nav-name {
    position: absolute;
    color: #252525;
    margin-top: 1px;
    margin-left: 58px;
}
.nav-background {
    position: absolute;
    background: #020302;
    margin-top: 27px;
    margin-left: 2px;
    width: 196px;
    height: 293.5px;
    border-radius: 5px;
}
.nav-box {
    position: absolute;
    margin-top: 6px;
    margin-left: 6px;
    width: 184px;
    height: 245.5px;
}
.btn {
    color: #0ece0f;
    margin-bottom: 5px;
    width: 184px;
    height: 32px;
    border: 2px solid #0ece0f;
    border-radius: 10px;
    text-align: center;
    cursor: default;
    transition-duration: 0.4s;
}
.btn:hover {
    color: rgba(48, 48, 48, 0.5);
    border: 2px solid rgba(48, 48, 48, 0.5);
}
.btn1 {
    color: #0ece0f;
    margin-bottom: 5px;
    width: 184px;
    height: 32px;
    border: 2px solid #0ece0f;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.4s;
}
.btn1:hover {
    color: white;
    border: 2px solid white;
    transform: scale(1.05);
}
.dvd {
    background: #0ece0f;
    margin-top: 9px;
    margin-bottom: 9px;
    width: 184px;
    height: 1.3px;
}
.updates {
    position: fixed;
    background: #0ece0f;
    margin-top: 343px;
    left: 10px;
    width: 225px;
    height: 198px;
    border-radius: 7px;
}
.ud-more {
    float: right;
    margin-top: 7px;
    margin-right: 9px;
    width: 16px;
    height: 16px;
    border: 1px solid #020302;
    border-radius: 50%;
}
.elipse {
    font-size: 8px;
    margin-top: -2px;
    margin-left: 1.7px;
}
.ud-more, .elipse {
    cursor: pointer;
    transition: 0.4s;
}
.ud-more:hover {
    background: rgba(48, 48, 48, 0.3);
}
.elipse {color:white;}
.ud-name {
    position: absolute;
    color: #252525;
    margin-top: 1px;
    margin-left: 80px;
}
.ud-background {
    position: absolute;
    background: #020302;
    margin-top: 27px;
    margin-left: 2px;
    width: 221px;
    height: 135px;
    border-radius: 5px;
}
.ud-box {
    position: absolute;
    margin-top: 6px;
    margin-left: 6px;
    width: 209px;
    height: 124px;
    overflow: auto;
}
.up-win {
    color: #0ece0f;
    margin-bottom: 15px;
    width: 209px;
    height: 80px;
    border: 2px solid #0ece0f;
    border-radius: 10px;
    overflow: hidden;
    cursor: default;
}
.w-date {
    margin-left: 3px;
}
.w-text {
    margin-left: 3px;
    font-size: 12px;
}
.lud-background {
    position: absolute;
    background: #020302;
    margin-top: 165px;
    margin-left: 2px;
    width: 221px;
    height: 30px;
    border-radius: 5px;
}
.music {
    position: fixed;
    background: #020302;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 463px;
    height: 70px;
    border: 2px solid #0ece0f;
    border-radius: 17px;
}
.music-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 28px;
    width: 45.1px;
    height: 45.2px;
    border: 1.3px solid #0ece0f;
    border-radius: 3px;
}
.song-name-box {
    position: absolute;
    margin-top: 20px;
    margin-left: 80px;
    max-width: fit-content;
    height: auto;
    cursor: default;
}
.e-rating {
    position: absolute;
    background: #97989f;
    margin-top: 19px;
    margin-left: 210px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
}
.e {
    color: #020302;
    margin-top: -1px;
    margin-left: 5px;
    font-size: 10px;
    cursor: default;
}
.music-button {
    position: absolute;
    margin-top: 18px;
    margin-left: 280px;
    width: 72px;
    height: 30px;
    border: 1.7px solid #0ece0f;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s;
}
.play {
    color: #0ece0f;
    text-align: center;
    transition: 0.3s;
}
.music-button:hover { 
    border: 1.7px solid #98fc6b;
    transform: scale(1.3);
}
.music-button:hover > .play{color: #98fc6b;}
.music-button1 {
    position: absolute;
    display: none;
    margin-top: 18px;
    margin-left: 280px;
    width: 72px;
    height: 30px;
    border: 1.7px solid #0ece0f;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s;
}
.m-more {
    position: absolute;
    margin-top: 24.5px;
    margin-left: 400px;
    width: 22px;
    height: 22px;
    border: 1.7px solid #0ece0f;
    border-radius: 50%;
}
.elipse1 {
    color: #0ece0f;
    font-size: 10px;
    margin-top: -1.7px;
    margin-left: 2.5px;
}
.m-more, .elipse1 {
    cursor: pointer;
    transition: 0.3s;
}
.m-more:hover { 
    border: 1.7px solid #98fc6b;
    transform: scale(1.3);
}
.elipse1{color: #98fc6b;}
.site-tdl {
    position: fixed;
    background: #0ece0f;
    margin-top: 370px;
    left: 790px;
    width: 600px;
    height: 237px;
    border-radius: 7px;
}
.tdl-name {
    position: absolute;
    color: #252525;
    margin-top: 1px;
    margin-left: 242px;
}
.tdl-background {
    position: absolute;
    background: #020302;
    margin-top: 27px;
    margin-left: 2px;
    width: 596px;
    height: 207px;
    border-radius: 5px;
}
.tdl-box {
    position: absolute;
    margin-top: 6px;
    margin-left: 6px;
    width: 584px;
    height: 195px;
}
.list {
    position: absolute;
    color: #0ece0f;
    width: 232px;
    height: 195px;
    border: 1px dashed #0ece0f;
}
.list-name {
    color: #0ece0f;
    margin-top: 3px;
    margin-left: 5px;
    font-size: 13px;
}
ul {list-style-type: square;}
.new-features {
    position: absolute;
    margin-left: 252px;
    width: 332px;
    height: 195px;
    border: 1px dashed #0ece0f;
}
.nf-name {
    color: #0ece0f;
    margin-top: 3px;
    margin-left: 5px;
    font-size: 13px;
}
.feat-box {
    position: absolute;
    margin-top: 2px;
    width: 332px;
    height: 171px;
}
.feat-box > img{
    width: 302px;
    height: 170px;
    border: 0.5px dashed rgba(65, 65, 65, 0.359);
}
.dashboard {
    position: fixed;
    background: #0ece0f;
    margin-top: 40px;
    left: 260px;
    width: 520px;
    height: 297px;
    border-radius: 7px;
}
.dash-name {
    position: absolute;
    color: #252525;
    margin-top: 1px;
    margin-left: 222px;
}
.dash-background {
    position: absolute;
    background: #020302;
    margin-top: 27px;
    margin-left: 2px;
    width: 516px;
    height: 227px;
    border-radius: 5px;
}
.d-box {
    position: absolute;
    margin-top: 6px;
    margin-left: 6px;
    width: 504px;
    height: 215px;
}
.welcome-text {
    color: #0ece0f;
    margin-left: 6px;
}
.dash-buttons {
    position: absolute;
    background: #020302;
    margin-top: 257px;
    margin-left: 2px;
    width: 516px;
    height: 37px;
    border-radius: 5px;
}
.scroller {
    position: relative;
    margin-top: 3px;
    margin-left: 3px;
    width: 510px;
    height: 31px;
    overflow: hidden;
}

@keyframes scrollleft {
    to {
        left: -88px;
    }
}
.d-btn {
    position: absolute;
    left: 100%;
    width: 88px;
    height: 31px;
    animation-name: scrollleft;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.d-btn1 {
    animation-delay: calc((8s / 6) * (6 - 1) * -1);
}
.d-btn2 {
    animation-delay: calc((8s / 6) * (6 - 2) * -1);
}
.d-btn3 {
    animation-delay: calc((8s / 6) * (6 - 3) * -1);
}
.d-btn4 {
    animation-delay: calc((8s / 6) * (6 - 4) * -1);
}
.d-btn5 {
    animation-delay: calc((8s / 6) * (6 - 5) * -1);
}
.d-btn6 {
    animation-delay: calc((8s / 6) * (6 - 6) * -1);
}
.notif {
    position: fixed;
    background: #0ece0f;
    margin-top: 20px;
    margin-left: 1110px;
    width: 300px;
    height: 45px;
    border: 2px solid #0ece0f;
    border-radius: 10px;
}
.n-line {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 294px;
    height: 39px;
    border: 2px solid #020302;
    border-radius: 10px;
}
.n-box {
    position: absolute;
    width: 290.2px;
    height: 35px;
    border-radius: 8px;
}
.alert {
    margin-top: 8px;
    margin-left: 6px;
    width: 18px;
    height: 18px;
    border: 2px solid #030202;
    border-radius: 50%;
}
.exclaim {
    font-size: 12px;
    margin-top: -2px;
    margin-left: 3.8px;
}
.text{
    color: #252525;
    margin-top: -18px;
    margin-left: 30px;
    font-size: 12px;
}
.text a {
    color: #585656;
    text-decoration: none;
    transition: 0.3s;
}
.text a:hover {
    color: white;
    letter-spacing: 1.2px;
}