@font-face {
    font-family: 'Press Start 2P';
    src: url('/font/PressStart2P-Regular.woff2') format('woff2'),
        url('/font/PressStart2P-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #1a1a1a; /* Темний фон, як у вашій темі */
    z-index: 9999; /* Поверх усього вмісту */
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    opacity: 1;
    transition: opacity 0.5s ease; /* Плавне зникнення */
}

#preloader.hidden {
    opacity: 0;
    pointer-events: none; /* Щоб не заважав клікам після зникнення */
}

.loader {
    width: auto;
    height: auto;

    -webkit-animation: heartbeat 4s ease-in-out infinite both;
            animation: heartbeat 4s ease-in-out infinite both;
}


@keyframes heartbeat {
  from {
    opacity: 0.7;
    -webkit-transform: scale(1) skew(0deg);
            transform: scale(1) skew(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  5% {opacity: 1;
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  9% {

    -webkit-transform: scale(1.1);
            transform: scale(1.1) ;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  15% {
   -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  23% {

    -webkit-transform: scale(1) ;
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
    25%{
                filter: blur(0px);
        -webkit-transform: scale(1) skew(0deg);
            transform: scale(1) skew(0deg);
    }
    35%{
                filter: blur(2px);
        -webkit-transform: scale(1) skew(70deg);
            transform: scale(1) skew(70deg);
    }
    36%{
                filter: blur(1px);
        -webkit-transform: scale(1) skew(30deg);
            transform: scale(1) skew(30deg);
    }
    39%{
                filter: blur(1px);
        -webkit-transform: scale(1) skew(-30deg);
            transform: scale(1) skew(-30deg);
    }
    41% {
        filter: blur(0px);
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  48% {

    -webkit-transform: scale(1.1);
            transform: scale(1.1) ;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  58% {
   -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  62% {opacity: 0.7;
filter: blur(1px);
    -webkit-transform: scale(1) ;
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
    
}


/* Решта стилів */
#player {
    position: fixed;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

#player.loaded {
    opacity: 1;
}

body{
    background: #000;
    font-family: 'Press Start 2P';
    color:#54ff8c;
    margin: 0;
    padding: 5vw;
    display: grid;
    overflow-x: hidden;
}
h1{
    font-family: 'Press Start 2P';
    color:#54ff8c;
    text-transform: uppercase;
    text-align: center;
    font-size: 4.2vw;
    margin-bottom: 2vw;
}
h2{
    font-size: 3vw;
}
.podlog{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
    background: radial-gradient(#00742657 -6%, transparent 100%) 0 0, radial-gradient(rgba(0, 0, 0, 0.1) 31%, transparent 61%) 50px 50px;
    background-size: 4px 3px;
}
.main-vid{
    width:100%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 2vw;
    border:1px solid #54ff8c;
    margin-bottom: 4vw;
    order:1;
    background-color: #091a0e;
}

.video-container{
    position: relative;
    overflow: hidden;
}
.ytp-watermark, .ytp-title, .ytp-impression-link, .ytp-show-cards-title {
    display: none !important;
}
#player{
    position: absolute;
    top:-40%;
    left: 0%;
    width: 100%;
    height: 180%;
    z-index: 1;
    pointer-events: none;

    opacity: 0; /* Приховуємо відео спочатку */
    transition: opacity 1s ease; /* Плавний перехід для відображення */
}
#player.loaded {
    animation: fadeIn 1s forwards;

}
#background-video{
    object-fit: cover;
    width: 100%;
    }
#youtube-mute-toggle {
    position: absolute;
    bottom: 5px;
    opacity: 0.8;
    left: 10px;
    background: rgba(0, 0, 0, 0);
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    z-index: 3;
}

#youtube-mute-toggle:hover {
    background: rgba(0, 0, 0, 0);
}
#youtube-mute-toggle img {
    width: 20px;
    height: auto;
}
.dot{
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #54ff8c;
}
.top-left{
    top:-3px;
    left: -3px;
}
.top-right{
    right: -3px;
    top:-3px;
}
.bottom-left{
    bottom: -3px;
    left: -3px;
}
.bottom-right{
    bottom: -3px;
    right: -3px;
}
.cover{
    width: 60%;
    border: 1px solid #54ff8c;
    padding: 2vw;
    box-sizing: border-box;
    text-align: center;
}
.cover img{
    width: 100%;
    }
.album-cover{
    display: flex;
    margin-bottom: 4vw;
    order:2;
}
.side-cover{
    width: 40%;
    margin-left: 8vw;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
}
.album-icon{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 47%;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #54ff8c;
    padding: 5vw;
    background-color: #091a0e;
}
.album-icon img{
    width: 100%;
    
}
.album-save{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47%;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #54ff8c;
    position: relative;
    padding: 5vw;
    background-color: #091a0e;
}
.album-save a{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color:#54ff8c;
    flex-direction: column;
    text-decoration: none;
    font-size: 3vw;
}
.album-save a img{
    width: 12vw;
    max-width: 100px;
    margin-bottom: 4vw;

}
.shape::before{
    content: '';
    position: absolute;
    top: -2px;
    right: calc(100% + 2vw);
    width: 3vw;
    height: calc(100% + 4px);
    background-image: url(/img/shape.png); /* Повторяем фон */
    background-size: 100% 100%;
    z-index: -1; /* Располагаем за основным контентом */
}

.name-track{
    position: relative;
    border: 1px solid #54ff8c;
    background-color: #091a0e;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 3vw 1vw;
    margin-bottom: 5.6vw;
    order:3;
}
.name-track p{
    margin: 0;
    font-size: 2.2vw;
    line-height: 2em;
    text-align: center;
    text-transform: uppercase;
}
.playlist{
    border: 1px solid #54ff8c;
    padding: 4vw;
    position: relative;
    margin-bottom: 4vw;
    order:4;
}
.playlist .audio-player:last-child {
    margin-bottom: 0;
}
audio{
    display: none;
}


.audio-player {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: nowrap;
}
.audio-player p{
    margin-right: 3.5vw;
    font-size: 2.4vw;
    text-transform: uppercase;
}
.progress-container {
    position: relative;
    width: 46%;
    margin-left: 10px;
    margin-right: 10px;
    height: 6px;
    background-image: url('/img/play-chron.png');
    background-size: cover;
    cursor: pointer;
}

.progress-bar {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #4CAF50;
}
.time{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    left: 48%;
    bottom: 0;
}
.currentTime, .duration {
  font-size: 12px;
    letter-spacing: 1px;
    padding: 0px 5px;
}

button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 0px 3px;
  cursor: pointer;
}

.downloadBtn {
  background-color: transparent;
}

.youtubeBtn {
  background-color: transparent;
  margin-left: auto;
}
.downloadBtn img{
    width: 3vw;
}
.youtubeBtn img{
    width: 5vw;
    margin-bottom: 5px;
}
button.playPauseBtn {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
}

button.playPauseBtn img {
    width: 3vw; /* Размер иконок */

    vertical-align: middle;
}
.modal{
    display: none;
    box-sizing: border-box;
    padding: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top:0;
    left: 0;
    background-color: #000;
    flex-direction: column;
    z-index: 4;
}
.modal-content{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;

    background-color: #091a0e;
    position: relative;
     max-width: 344px;
}
.close{
    position: absolute;
    right: -5px;
    bottom: 106%;
    transition: 0.53s ease;

}
.close:hover{
    transform: rotate(90deg) scale(1.5);
    cursor: pointer;
}
.closex{
    position: absolute;
    right: -5px;
    bottom: 106%;
    transition: 0.53s ease;
}
.closex:hover{
    transform: rotate(90deg) scale(1.5);
    cursor: pointer;
}
.closez{
    position: absolute;
    right: -5px;
    bottom: 106%;
    transition: 0.53s ease;
}
.closez:hover{
    transform: rotate(90deg) scale(1.5);
    cursor: pointer;
}
.pass-form{
    display: ;
}
.passionate{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.passionate input{
    padding: 10px;
    color:#54ff8c;
    border-color: #54ff8c;
    margin-bottom: 15px;
    background-color: #000;
    text-align: center;
    font-family: 'Press Start 2P';
    font-size: 2.4vw;
    text-transform: uppercase;
}
.pass-form-btn, .modal button{
    padding: 10px;
    font-size: 3vw;
    font-family: 'Press Start 2P';
    text-transform: uppercase;
    background-color: #54ff8c;
    color:#000;
    margin-bottom: 10px;
    width: 100%;
}
.texty{
    font-size: 2.2vw;
    line-height: 1.7em;
    text-transform: uppercase;
    padding: 4vw;
}
.texty p span{
        color:#31ae49;
    }
.texty p{
    margin:0;
    font-size: 2.2vw;
    line-height: 1.7em;
    text-transform: uppercase;
    animation: fadeIn 0.2s forwards;
    opacity: 0;
}
.track-info{
    border:1px solid #54ff8c;
    order:5;
}
.right-column{
    order:3;
}
.mobile{
    display: flex;
}
.desc{
    display: none;
}
.track-info{
    position: relative;    
}
    .playlist::before{
        content: 'аудіозаписи';
        text-transform: uppercase;
        background-color: #000;
        position: absolute;
        z-index: 1;
        top: -1.2vw;
        padding: 0px 10px;
        color: #54ff8c;
        font-size: 2.4vw;
    }
#error-message{
    opacity: 0;
    transform: translateY(-10px);
    transition: 1s ease;
    
}
h1 span{
    position: relative;
}
h1 span::before{
    content: '';
    background-color: #54ff8c;
    position: absolute;
    left: 0.9vw;
    width: 1.9vw;
    height: 3.5vw;
    
}
@keyframes fadeIn {
    from {
        opacity: 0;
        filter: blur(12px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        filter: blur(0px);
        transform: translateY(0);
    }
}
@keyframes blink-1 {
    0%, 21%, 22.5%, 24%, 25%, 100% {
        transform: scale(1);
    }
    22%, 23%, 24.5%{
        transform: scale(0.5);
    }
    3.8% { /* 3 секунды из 63 */
        transform: scale(1);
    }
    100% {
        transform: scale(1); /* Оставляем видимым до конца цикла */
    }
}








/* Стилизация для Webkit-браузеров (Chrome, Edge, Safari) */
#chat-messages::-webkit-scrollbar,
#online-users::-webkit-scrollbar {
  width: 10px; /* Ширина полосы */
}

#chat-messages::-webkit-scrollbar-track,
#online-users::-webkit-scrollbar-track {
  background: #000; /* Фон полосы */
  border: 1px solid #54ff8c; /* Пиксельная рамка */
}

#chat-messages::-webkit-scrollbar-thumb,
#online-users::-webkit-scrollbar-thumb {
  background: #54ff8c; /* Цвет ползунка */
  border: 2px solid #000; /* Чёрная обводка для 8-битного вида */
}

/* Стилизация для Firefox */
#chat-messages,
#online-users {
  scrollbar-width: thin; /* Тонкая полоса */
  scrollbar-color: #54ff8c #000; /* Цвет ползунка и фона */
}
#chat-wrapper {
  display: flex;
  flex-direction:row-reverse;
  height:70vw;
  order:5;
  position: relative;
  font-family: 'Press Start 2P', sans-serif;
}
#chat-column{
    border-left:0;
}
#chat-column, #users-column {
  border: 1px solid #54ff8c;
  background: #000;
  color: #54ff8c;
  padding: 0vw;
  box-sizing: border-box;
}

#chat-column {
  width: 80%;
  display: flex;
  flex-direction: column;
}

#users-column {
  width: 20%;
}

#chat-messages, #online-users {
  height: 80%;
  padding: 0vw 2vw;
  overflow-y: auto;
  overflow-x: hidden;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #54ff8c #000;
}
#chat-messages div, #online-users div{
    font-size: 2.2vw;
    margin-bottom: 1.4vw;
    line-height: 1.5em;
    text-transform: uppercase;
}

#users-column h3{
    font-size: 2vw;
}
#online-users div{
    font-size: 1.85vw;
    padding-bottom: 2px;
    border-bottom: 1px dashed #54ff8c47;
}
#chat-messages::-webkit-scrollbar,
#online-users::-webkit-scrollbar {
  width: 10px;
}

#chat-messages::-webkit-scrollbar-track,
#online-users::-webkit-scrollbar-track {
  background: #000;
  border: 1px solid #54ff8c;
}

#chat-messages::-webkit-scrollbar-thumb,
#online-users::-webkit-scrollbar-thumb {
  background: #54ff8c;
  border: 2px solid #000;
}

#message-input {
  width: 100%;

  background: #000;
  color: #54ff8c;
  font-family:'Press Start 2P'; 
  font-size: 2vw;
  padding: 1.7vw;
  line-height: 3vw;
  text-transform: uppercase;
  border:1px solid  #757575;
    caret-color: #54ff8c;

}
.user-name{
    color:#37986a;
    font-size: 2.2vw;
}




#message-input:focus-visible{
    border:1px solid  #54ff8c;
    outline: none;
}


.send-line{

    display: flex;
    padding: 0 2vw;
    padding-top: 0.5em;
    padding-bottom: 2vw;
}
#send-button {
  background: #54ff8c;
  color: #000;
  border: none;
  padding: 5px;
  font-family:'Press Start 2P';
  text-transform: uppercase;
    font-size: 0.3em;
}

h3 {
  margin: 0 0 2vw;
  font-size: 2.75vw;
  padding-bottom: 1.5vw;
  padding-top: 2.5vw;
  text-align: center;
  text-transform: uppercase;
  background-color: #091a0e;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: #091a0e;
  border: 1px solid #54ff8c;
  padding: 30px 20px;
  color: #54ff8c;
  text-align: center;
  text-transform: uppercase;
}
.modal-content p{
    margin-top:0;
    line-height: 1.2em;
    font-size: 3.7vw;
}
#user-name-input {
    text-transform: uppercase;
  padding: 10px;
  background: #000;
  color: #54ff8c;
  border: 1px solid #757575;
  margin-bottom: 10px;
  font-family: 'Press Start 2P';
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  caret-shape: block;
}
#user-name-input:focus-visible{
    border: 1px solid #54ff8c;
    outline: none;
}

#save-name-button{
    width: 100%;
}


.flip-container {
  perspective: 1000px; /* Глубина 3D-пространства */
  width: 100%; /* Установите нужный размер */
  height: 84%; /* Установите нужный размер */
}

/* Элемент, который будет переворачиваться */
.flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s; /* Плавный переход */
  transform-style:preserve-3d ;
}

/* Состояние переворота */
.flipper.flipped {
  transform: rotateY(180deg);
}

/* Передняя и задняя стороны */
.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; /* Скрываем обратную сторону при повороте */
}

/* Передняя сторона */
.front {
  z-index: 2; /* На переднем плане по умолчанию */
}

/* Задняя сторона */
.back {
  transform: rotateY(180deg); /* Повёрнута на 180 градусов */
  background: #000; /* Фон для текста (настройте по вкусу) */
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-left: -1.6vw;
    width: calc(100% + 2vw);
}

/* Стили для текста на задней стороне */
.back p {
  margin: 0;
  font-size: 1vw; /* Настройте размер текста */
  text-align: left;
  color: #54ff8c; /* Настройте цвет текста */
}

/* Убедитесь, что изображение заполняет контейнер */
.front img {
  width: 35.8vw;
  height: 35.8vw;
  object-fit: cover;
}
.back ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.back ul li span{
    font-size: 1.5vw;
}
.back ul li{
    font-size: 1.5vw;
    text-align: left;
    text-transform: uppercase;
}



















































.track-info{
    margin-bottom: 4vw;
}
.right-column {
    display: block;
}

/* Обновленный медиа-запрос */
@media screen and (min-width: 850px) {
    #player{
            height: 150%;
            top:-25%;
    }
    h1 span{
        position: relative;
    }
    h1 span::before{
    content: '';
    background-color: #54ff8c;
    position: absolute;
    left: 0.8vw;
    border-radius: 14px;
    width: 1.3vw;
    height: 2.7vw;
}
    body {
        display: grid;
        grid-template-columns: 70% 28%;
        grid-template-rows: auto auto auto;
        column-gap: 2vw;
        padding: 2vw;
    }
    h3{
        margin-bottom: 0vw;
        font-size: 0.75vw;
        line-height: 2.4vw;
        padding-top: 0.3vw;
        box-shadow: 0px 3px 8px 0px #000000ab;
        z-index: 1;
        position: relative;
    }

    .send-line{
        padding: 0.5vw;
    }
.back ul li{
    font-size: 0.45vw;
    text-align: left;
}
.back ul li span{
    font-size: 0.35vw;
}
.back{
    margin-left: -1vw;
    width: calc(100% + 1.3vw);
    height: 104%;
}
.back:hover{
    cursor: pointer;
}
.front:hover{
    cursor: pointer;
}
.front img {

  width: 9.3vw;
  height: 9.3vw;
  object-fit: cover;
}
.flip-container {
  
  width: 100%; /* Установите нужный размер */
  height: 100%; /* Установите нужный размер */
}
    .main-vid {
        grid-column: 1;
        grid-row: 1 / 3;
        margin-bottom: 2.1vw;
        border-width: 2px;
    }
    .name-track {
        grid-column: 1;
        grid-row: 4 / 3; /* Исправлено для последовательности */
        border-width: 2px;
    }
    .track-info {
        grid-column: 2;
        grid-row: 5 / 11; /* Исправлено для последовательности */
        border-width: 2px;
        margin-bottom: 0vw;
    }
    .right-column {
        grid-column: 2 / 3;
        grid-row: 1 / 4;
        width: 93%;
    }
    .passionate input{
        font-size:0.6vw;
    }

    #chat-wrapper{
            grid-column: 1;
            grid-row: 4 / 9;
            width: 100%;
            height: 41vw;
    }
    #chat-column, #users-column{
        border-width: 2px;
        padding: 0vw;
    }
    #chat-column{
        border-left:0;
    }
    #chat-messages, #online-users {
        padding: 7px 0px 0px 0.6vw;
    }
    #online-users{
       padding-top:0.2vw;  
    }
    .user-name{
        font-size: 0.75vw;
    }
    .pass-form-btn, .modal button{
        font-size: 0.8vw;
    }
    .modal-content p{
        font-size: 1vw;
    }
    h3{
        font-size: 0.88vw;
        padding-top: 1vw;
        padding-bottom: 0.5vw;
    }
    #users-column h3{
        font-size: 0.6vw;
    }
    .playlist {
        margin-bottom: 4vw; /* Сохраняем отступ для Masonry */
        border-width: 2px;
    }
    #chat-messages div, #online-users div{
        font-size: 0.7vw;
        margin-bottom: 0.3vw;
    }
    #online-users div{
        font-size: 0.65vw;
    }
    #message-input{
        padding: 0.5vw;
        font-size: 0.6vw;
        line-height: 2em;
    }
    .album-cover {
        margin-bottom: 2vw; /* Сохраняем отступ для Masonry */
        border-width: 2px;

        grid-column: 2 / 2;
        grid-row: 2 / 5;
    }
    .mobile{
        display: none;
    }
    .desc{
        display: flex;
    }
    h1{
        font-size: 3.2vw;
        margin-top:0;
        margin-bottom: 1vw;
    }
    .audio-player p{
        font-size: 1.4vw;
    }
    button.playPauseBtn img{
        width: 1vw;
    }
    .texty{
        border-width: 2px;
    }
    .texty p{
        font-size: 1vw;
    }
    .name-track{
        padding: 1.2vw 0.5vw;
        margin-bottom: 2.1vw;
        border-width: 2px;
        background-color: #091a0e;
    }
    .name-track p{
        font-size: 1.2vw;
    }
    .downloadBtn img{
        width: 1vw;
    }
    .youtubeBtn img{
        width: 1.5vw;
    }
    .progress-container{
        height: 9px;
    }
    .playlist{
        margin-bottom: 2vw;
        padding: 1.6vw 1.4vw;
        border-width: 2px;
        box-sizing: border-box;
        grid-row: 1 / 2;
        grid-column: 2;
    }
    .playlist .audio-player:last-child {
        margin-bottom: 0;
    }
    .audio-player p{
        margin-top:0;
        margin-bottom: 0;
        font-size: 0.7vw;
        margin-right:1.2vw;
    }
    .audio-player{
        margin-bottom: 1.2vw;
    }
    .playlist .audio-player:last-of-type  {
        margin-bottom: 0;
    }
    .texty{
        padding: 1.8vw 1vw;
        
    }
    .side-cover{
        margin-left: 3vw;
        border-width: 2px;
    }
    .cover{
        padding: 1.2vw;
        position: relative;
        padding-top:4.7vw;
        border-width: 2px;
    }
    .cover h2{
        font-size: 1vw;
        position: absolute;
        left:0;
        top:0;
        z-index: 2;
        width: 100%;
        height: 3.9vw;
        line-height: 3.9vw;
        margin: 0;
        background-color: #091a0e;
    }
    .album-icon{
        padding: 2vw;
        background-color: #091a0e;
        border-width: 2px;
    }
    .album-save a img{
        margin-bottom: 0px;
        width: 4vw;
        margin-bottom: 0.7vw;
    }
    .album-save{
        padding: 2vw;
        border-width: 2px;
        background-color: #091a0e;
    }
    .album-save a{
        font-size: 1vw;
    }
    .shape::before{
        width: 1vw;
        right:calc(100% + 0.4vw);
    }
    .dot{
    position: absolute;
    z-index: 1;
    width: 14px;
    height: 14px;
    background-color: #54ff8c;
}
.top-left{
    top:-7px;
    left: -7px;
}
.top-right{
    right: -7px;
    top:-7px;
}
.bottom-left{
    bottom: -7px;
    left: -7px;
}
.bottom-right{
    bottom: -7px;
    right: -7px;
}
.playlist::before{
    font-size: 1vw;
    top: -0.5vw;
}

.close:hover{
    cursor: pointer;
}
.video-container{
    max-height: 25.4vw;
}
}