/**
 * Music 
 */

.musicbar1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: 5;
    visibility: hidden;
}

.popup1 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    position: fixed;
    color: aliceblue;
    top: 0;
    left: 50%;
    height: 700px;
    width: 95%;
    transform: translate(-50%, -50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    transition: transform 0.4s, top 0.4s;
}

.mid {
    position: absolute;
    color: aliceblue;
    top: 0;
    left: 0%;
    height: 600px;
    width: 90%;
    text-align: center;
    padding: 0 30px 30px;
}

.popup-close-btn {
    z-index: 99;
    font-size: 25px;
}

.popup1 button {
    width: 48px;
    position: fixed;
    right: 0;
    margin-top: 15px;
    margin-right: 15px;
    padding: 5px 16px;
    background: rgb(49, 48, 48);
    color: #fff;
    border: 0;
    outline: none;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.open-popup1 {
    visibility: visible;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.open-popup2 {
    visibility: visible;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.open-popup3 {
    visibility: visible;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.open-popup4 {
    visibility: visible;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.open-popup5 {
    visibility: visible;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.open-popup6 {
    visibility: visible;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.open-popup7 {
    visibility: visible;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.open-popup8 {
    visibility: visible;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.open-popup9 {
    visibility: visible;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
}