@import 'https://fonts.googleapis.com/css?family=VT323';

body {
    font-family: Arial, sans-serif;
    background-image: url('/files/assets/music/img/computer_bg1.webp');
    background-size: absolute 100%;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    overflow-y: hidden; 
}

#track-info {
    position: relative;
    height: 500px;
    width: 470px;
    bottom: 100px;
    left: 226px;
    max-width: 600px;
    z-index: 1000;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    font-family: 'VT323', monospace;

}

#track-info p {
    color: transparent;
    margin: 0;
    font-size: 200%;
    font-weight: normal;
    line-height: 1.3;
    text-shadow:
        0 0 0px rgba(255, 255, 255, 0.4),
        0 0 1px rgba(0, 255, 0, 1),
        0 0 2px rgba(0, 255, 0, 0.5),
        3px 0 6px rgba(0, 255, 0, 0.3),
        -3px 0 6px rgba(0, 255, 0, 0.3),
        5px 0 8px rgba(0, 255, 0, 0.1),
        -5px 0 8px rgba(0, 255, 0, 0.1);
}

@keyframes cursor {
    5% {
        text-shadow:
            0 0 0px rgba(255, 255, 255, 0.4),
            0 0 1px rgba(0, 255, 0, 1),
            0 0 2px rgba(0, 255, 0, 0.5),
            3px 0 6px rgba(0, 255, 0, 0.3),
            -3px 0 6px rgba(0, 255, 0, 0.3),
            5px 0 8px rgba(0, 255, 0, 0.1),
            -5px 0 8px rgba(0, 255, 0, 0.1);
    }

    45% {
        text-shadow:
            0 0 0px rgba(255, 255, 255, 0.4),
            0 0 1px rgba(0, 255, 0, 1),
            0 0 2px rgba(0, 255, 0, 0.5),
            3px 0 6px rgba(0, 255, 0, 0.3),
            -3px 0 6px rgba(0, 255, 0, 0.3),
            5px 0 8px rgba(0, 255, 0, 0.1),
            -5px 0 8px rgba(0, 255, 0, 0.1);
    }

    55% {
        text-shadow:
            0 0 0px rgba(128, 255, 0, 0),
            0 0 1px rgba(0, 255, 0, 0),
            0 0 2px rgba(0, 255, 0, 0);
    }

    95% {
        text-shadow:
            0 0 0px rgba(128, 255, 0, 0),
            0 0 1px rgba(0, 255, 0, 0),
            0 0 2px rgba(0, 255, 0, 0);
    }

}

.cursor {
    display: inline-block;
    position: relative;
    top: 0.05em;
    left: -0.05em;
    transform: scale(0.7, 0.8);
    -webkit-animation-name: cursor;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-name: cursor;
    animation-duration: .5s;
    animation-iteration-count: infinite;
}

#track-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/files/assets/music/img/gifs/backgrounds/scanlines-bg1.gif');
    opacity: 0.3;
    z-index: -1;
    pointer-events: none;
    border-radius: 8px;
}

#waveform-container {
    position: relative;
    top: 218px;
    left: 1152px;
    width: 800px;
    padding: 6px;
    border-radius: 8px;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#waveform ::part(wrapper) {
    --box-size: 10px;
    background-image:
        linear-gradient(transparent calc(var(--box-size) - 1px), blue var(--box-size), transparent var(--box-size)),
        linear-gradient(90deg, transparent calc(var(--box-size) - 1px), blue var(--box-size), transparent var(--box-size));
    background-size: 100% var(--box-size), var(--box-size) 100%;
}

#waveform ::part(cursor) {
    border-radius: 4px;
    border: 1px solid #fff;
}

#waveform ::part(cursor):after {
    /* content: '►'; */
    font-size: 1.5em;
    position: absolute;
    left: 0;
    transform: translateX(-50%);
}

#waveform ::part(region) {
    background-color: rgba(0, 0, 100, 0.25) !important;
}

#waveform ::part(region-green) {
    background-color: rgba(0, 100, 0, 0.25) !important;
    font-size: 12px;
    text-shadow: 0 0 2px #fff;
}

#waveform ::part(marker) {
    background-color: rgba(0, 0, 100, 0.25) !important;
    border: 1px solid #fff;
    padding: 1px;
    text-indent: 10px;
    font-family: fantasy;
    text-decoration: underline;
}

#waveform ::part(region-handle-right) {
    border-right-width: 4px !important;
    border-right-color: #fff000 !important;
}

#animated-gif-overlay {
    display: flex;
    position: fixed;
    top: 839px;
    left: 1425px;
    transform: translateX(-50%);
    z-index: 1000;
}

#animated-gif-overlay img {
    width: 20px !important;
    height: 18px !important;
    opacity: 0.8;
}

.btn-row1-container {
    display: flex;
    justify-content: space-between;
    width: 1300px;
    overflow: hidden;
    margin-top: -707px;
    margin-left: 245px;
}

.btn-row2-container {
    display: flex;
    /* justify-content: space-between; */
    width: 800px;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 745px;
}

.btn-row3-container {
    display: flex;
    justify-content: space-between;
    width: 864px;
    overflow: hidden;
    margin-top: 360px;
    margin-left: 720px;
}

.btn-row4-container {
    display: flex;
    justify-content: space-between;
    width: 864px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 720px;
}

.btn-row1 {
    flex: 0 0 auto;
    /* Prevent icons from shrinking or growing */
    width: 100px;
    height: 40px;
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Workbench", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    /* Center text vertically */
    background-image: url('/files/assets/music/img/gifs/backgrounds/scanlines-bg1.gif');
    background-size: cover;
    opacity: 0.8;
}

.btn-row2 {
    flex: 0 0 auto;
    /* Prevent icons from shrinking or growing */
    width: 250px;
    height: 40px;
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Workbench", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    /* Center text vertically */
    /* background-image: url('/files/assets/music/img/scanlines-bg1.gif'); */
}

.btn-row3 {
    flex: 0 0 auto;
    width: 88px;
    height: 110px;
    padding: 10px 20px;
    margin: 5px;
    /* font-family: 'VT323', monospace; */
    font-family: "Workbench", sans-serif;
    font-size: 18px;
    font-weight: 100;
    font-style: bold;
    font-optical-sizing: auto;
    color: #a1b04ced;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 10px;
    background-image: url('/files/assets/music/img/gifs/icons/amigadiskscan.webp');
    background-size: cover;
    background-repeat: no-repeat;
}


.btn-row4 {
    flex: 0 0 auto;
    width: 50px;
    height: 84px;
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff4e;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Workbench", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    align-content: center;
    background-image: url('/files/assets/music/img/gifs/backgrounds/scanlines-bg1.gif');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Workbench", sans-serif;
    /* background-image: url('/files/assets/music/img/scanlines-bg1.gif'); */
    opacity: 0.9;
}

.btn-stop {
    flex: 0 0 auto;
    background-color: #7c1c26;
}

.btn-play-pause {
    flex: 0 0 auto;
    background-color: #1b732f;
}

.btn-next {
    flex: 0 0 auto;
    background-color: #58158b;
}

.btn-prev {
    flex: 0 0 auto;
    background-color: #58158b;
    position: relative;
}

.btn:hover {
    opacity: 0.6;
}

.gif-style1, .gif-style2, .gif-style3, .gif-style4, .gif-style5, .gif-style6, .gif-style7, .gif-style8 {
    position: fixed;
    size: 20px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    overflow: hidden; 
}

.gif-style1 {
    top: 760px;
    left: 100px;
}

.gif-style2 {
    top: 780px;
    left: 826px;
}

.gif-style3 {
    top: 800px;
    left: 1826px;
}

.gif-style4 {
    position: fixed;
    top: 0px;
    left: 1720px;
}

.gif-style5 {
    top: 760px;
    left: 2600px;
}

.gif-style6 {
    top: 360px;
    left: 1860px;
}

.gif-style7 {
    top: 800px;
    left: 1526px;
}

.gif-style8 {
    top: 800px;
    left: 380px;
}