.webpoint_audioplayer_container {
    align-items: center !important;
    padding: 0px;
}

.div_webpoint_audioplayer {
    padding: 0px;
    overflow: hidden;
    box-sizing: border-box;
    width: 1000px;
    height: 500px;
    color: #dcdcdc;
    background-image: url("../img/bg0.png");
    background-size: cover;
    backdrop-filter: blur(50px);
    background-position: center;
}

.webpoint_audioplayer_header {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: right;
    padding-top: 10px;
    height: 40px;
}

.webpoint_audioplayer_body {
    display: flex;
    height: 85%;
}

.webpoint_audioplayer_record {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
}

.record_bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 400px;
    background-color: rgb(29, 40, 32, 0.9);
    border: 1px solid rgb(29, 40, 32, 0.95);
    border-radius: 400px;
}

#webpoint_audioplayer_record_img {
    background-image: url("../img/record1.jpg");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    border-radius: 200px;
}

.record_center {
    background-color: black;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.webpoint_audioplayer_introduction {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.introduction_text {
    width: 80%;
}

.introduction_musictitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 2rem;
    line-height: 5rem;
}

.introduction_author {
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: medium;
}

.webpoint_audioplayer_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 15%;
    background-color: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}

.div_webpoint_audioplayer_controlpanel {
    width: 95%;
}

.webpoint_audioplayer_progressbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 0.8rem;
}

.webpoint_audioplayer_progressbar_playedtime {
    user-select: none;
    width: 45px;
    text-align: left;
}

.webpoint_audioplayer_progressbar_audiotime {
    user-select: none;
    width: 45px;
    text-align: right;
}

.webpoint_audioplayer_progress {
    display: flex;
    align-items: center;
    width: calc(100% - 45px - 45px);
    color: var(--var-link-color-active);
    background-color: transparent;
    border-radius: 10px;
}

.progresstotal {
    width: 100%;
    height: 16px;
    background-color: transparent;
    border-radius: 10px;
    position: relative;
}

.progresstotal:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    bottom: 7px;
    background-color: #bbbbbb;
    border-radius: 10px;
    z-index: -1;
}

.progressplayed:before {
    content: '';
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 0;
    right: 0;
    background-color: var(--var-link-color-active);
    border-radius: 10px;
    z-index: 1;
}

.progressplayed {
    height: 100%;
    position: relative;
    border-radius: 10px;
}

.webpoint_audioplayer_controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.controls_left,
.controls_center,
.controls_right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.controls_left,
.controls_right {
    width: 100px;
}

.controls_left {
    justify-content: left;
    opacity: 0.8;
}

.controls_center {
    font-size: 1.3rem;
}

.controls_right {
    justify-content: right;
    opacity: 0.6;
}

.control_icon {
    margin: 0px 10px 0px 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.control_icon:hover {
    opacity: 0.8;
}

.control_icon:active {
    opacity: 0.6;
}

.control_speed {
    user-select: none;
}

.control_play {
}

.control_pause {
}

.control_volumntogger {
    margin: -10px 10px 0px -5px;
}

#webpoint_audioplayer_control_volumntogger {
    width: 100px;
    height: 2px;
    appearance: none;
    outline: none;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: inset 0 0 5px rgb(91, 91, 91);
}

#webpoint_audioplayer_control_volumntogger::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1px;
    height: 5px;
    border-radius: 50%;
    background: var(--var-link-color-active);
    cursor: pointer;
    border: 4px solid #33333300;
    box-shadow: -407px 0 0 400px var(--var-link-color-active);
}

.webpoint_audioplayer_playlist_left {
    display: none;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 75%;
}

.webpoint_audioplayer_playlist_right {
    display: none;
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    max-width: 350px;
    min-width: 250px;
    width: 25%;
    background-color: rgb(29, 40, 32, 0.9);
}

.webpoint_audioplayer_playlist {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.playlist_title {
    color: white;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 10% 10% 10px 10%;
    border-bottom: 1px solid var(--var-link-color-active);
}

.playlist_items div {
    padding: 0% 15% 0% 5%;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    font-weight: 300;
}

.playlist_playingitem {
    color: var(--var-link-color-active) !important;
    font-weight: bold !important;
}

.playlist_items div:hover {
    background-color: rgb(27, 37, 30);
    cursor: default;
}

.webpoint_audioplayer_playlist_show {
    animation: showAni;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.webpoint_audioplayer_playlist_hide {
    animation: hideAni;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.record_img_rotate {
    animation: rotateAni 10s infinite linear;
    animation-play-state: paused;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes hideAni {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(100%);
    }
}

@keyframes showAni {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0%);
    }
}

@keyframes rotateAni {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
