.footerCnt {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 64px;
    background: linear-gradient(90deg, rgba(32, 6, 27, 0.97) 0%, rgba(56, 8, 45, 0.95) 45%, rgba(166, 0, 92, 0.88) 100%);
    border-top: 1px solid rgba(255, 214, 238, 0.42);
    box-shadow: 0 -8px 22px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(8px);
    z-index: 9999999;
}

.footerCnt .hcenter {
    position: relative;
    width: 1180px;
    max-width: calc(100% - 24px);
    margin: 0 auto;
    height: 64px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 3002;
}

.footerCnt .hcenter .media {
    position: absolute;
    padding: 10px 10px 0 10px;
    top: 80px;
    right: 0;
    background: linear-gradient(180deg, rgba(34, 8, 29, 0.98) 0%, rgba(20, 7, 19, 0.98) 100%);
    border: 1px solid rgba(255, 214, 238, 0.32);
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    z-index: 2001;
}

.footerCnt .hcenter .media .mpane {
    float: left;
    width: 210px;
}

.footerCnt .hcenter .media .mpane .close {
    opacity: .75;
    float: right;
    margin: 0;
    width: 40px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.footerCnt .hcenter .media .mpane .close::before {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    color: #ffeaf6;
}

.footerCnt .hcenter .media .mpane .close:hover {
    opacity: 1;
    cursor: pointer;
}

.footerCnt .hcenter .media .mpane .pic {
    margin-left: 8px;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

.footerCnt .hcenter .media .mpane .text {
    margin: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #ffeaf6;
}

.footerCnt .hcenter .media .mpane .text2 {
    margin: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #f0b9d7;
}

.footerCnt .hcenter .vumetro {
    float: left;
}

.footerCnt .hcenter .lpane {
    flex: 1;
    float: none;
    min-width: 0;
}

.footerCnt .hcenter .lpane ul.mn {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: hidden;
}

.footerCnt .hcenter .lpane ul li {
    list-style-type: none;
    margin: 0;
    padding: 9px 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #ffe3f2;
    border: 1px solid transparent;
    border-radius: 999px;
    white-space: nowrap;
    letter-spacing: .02em;
}

.footerCnt .hcenter .lpane ul li:hover {
    color: #ffffff;
    cursor: pointer;
    border-color: rgba(255, 195, 228, 0.62);
    background: rgba(166, 0, 92, 0.32);
}

.footerCnt .hcenter .rpane {
    position: relative;
    float: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footerCnt .hcenter .rpane .lb {
    margin: 0;
    padding: 9px 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    border: 1px solid rgba(255, 194, 228, 0.62);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(166, 0, 92, 0.86) 0%, rgba(120, 0, 67, 0.9) 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
    cursor: pointer;
    white-space: nowrap;
}

.footerCnt .hcenter .rpane .rbtn {
    margin: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-image: none;
    border: 2px solid rgba(255, 189, 223, 0.72);
    border-radius: 50%;
    background-color: rgba(166, 0, 92, 0.28);
}

.footerCnt .hcenter .rpane .rbtn::before {
    content: "\f04b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
}

.footerCnt .hcenter .rpane .rbtn:hover {
    border-color: #ffffff;
    cursor: pointer;
}

.footerCnt .hcenter .rpane .rbtn.stoped {
    background-image: none;
}

.footerCnt .hcenter .rpane .rbtn.stoped::before {
    content: "\f04d";
}
