body {
    font: 13px sans-serif;
    margin: 0;
    overflow: hidden;
}

audio {
    display: inline-block;
    height: 100px;
    width: 100%;
}

canvas {
    display: block;
    width: 100%;
}

#container {
    height: calc( 100vh - 100px );
}
#container:-webkit-full-screen {
    height: 100vh;
}

#upload {
    display: none;
}

.dg.main {
    position: absolute;
    top: 0;
    right: 100px;
    z-index: 9;
}

.dg.main ul {
    max-height: calc( 100vh - 20px );
    overflow-Y: auto;
}

.dg.main select {
    font: inherit;
}

.div.logo{
    position: absolute;
    top: 20px;
    right: 20px;
}

.custom-audio-player {
    display: flex;
    align-items: center;
    height: 100px;
    background-color: #858585;
    padding: 0 2% ;
}


#svg-control:hover{
    transition: all 300ms ease-in-out;
    box-shadow: 0 6px 12px rgba(13, 13, 13, 0.444);
    border-radius: 50%;
    cursor: pointer;
}
#svg-control:active{
    transition: all 300ms ease-in-out;
    transform: translateY(15px);
    box-shadow: 0 6px 12px rgba(13, 13, 13, 0.444);
    border-radius: 50%;
}


#seek-bar {
    flex: 1;
    margin-right: 10px;
    margin-left: 10px;
}

#current-time, #duration {
    margin-left: 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.logo{
    position: absolute;
    width: 100px;
    height: 100px;
    top: 20px;
    left: 20px;
}
.logo>a>img{
    max-width: 200px;
    height: auto;
}
@supports (-webkit-touch-callout: none) {
    #container {
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        -webkit-transform: translate3d(0,0,0);
    }

    .custom-audio-player {
        -webkit-user-select: none;
        -webkit-touch-callout: none;
    }

    #svg-control {
        -webkit-tap-highlight-color: transparent;
    }
}

@media (max-width: 768px) {
    #container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .custom-audio-player {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        padding: 10px;
        border-radius: 20px;
    }

    .logo {
        position: fixed;
        top: 30px;
        left: 41%;
        transform: translateX(-50%);
        z-index: 1001;
    }

    .logo img {
        max-width: 200px;
        height: auto;
    }
    #current-time,#duration{
        color: #fff;
    }
}

#radio-body, #container, canvas {
    background-color: #000 !important;
}

#container canvas {
    background: rgba(255, 255, 255, 0.1);
}



.logo > a > img {
    filter: drop-shadow(0 0 10px rgba(254, 237, 67, 0.4));
}

.freq-labels {
    display: none;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 11px;
    font-family: monospace;
    opacity: 0.7;
    width: 85%;
    position: fixed;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 999;
    pointer-events: none;
}

.freq-labels.show {
    display: flex;
}


#radio-body,
#container,
canvas {

    /*background: linear-gradient(180deg, #0B1021 0%, #1F2937 100%) !important;*/

    /*background: linear-gradient(180deg, #1B1B1B 0%, #0F172A 100%) !important;*/

    background: linear-gradient(180deg, #1D0F2E 0%, #102A43 100%) !important;

    background-attachment: fixed;
    color: #fff;
}

#container canvas {
    background: transparent !important;
}


#current-time, #duration {
    color: #fff;
}
.freq-labels {
    display: none;
    justify-content: space-between;
    align-items: center;
    color: #C4DB9C;
    font-size: 11px;
    font-family: monospace;
    opacity: 0.8;
    width: 85%;
    position: fixed;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 999;
    pointer-events: none;
}

.freq-labels.show {
    display: flex;
}
