﻿.contact {
    width: 46px;
    position: fixed;
    bottom: 150px;
    right: 0;
    list-style: none;
    padding: 4px;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}
.PostDetail *{
    font-size: 14pt!important;
}
    .contact li:first-child {
        margin-bottom: 4px;
    }

    .contact .contact-item {
        padding: 5px;
    }

    .contact .contact-item {
        background: #f4f4f8;
        position: relative;
        display: inline-block;
    }

        .contact .contact-item .tooltiptext {
            visibility: hidden;
            width: max-content;
            background-color: #555;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            position: absolute;
            z-index: 1;
            right: 45px;
            padding: 5px 8px;
            font-size: 13px;
        }

        .contact .contact-item:hover .tooltiptext {
            visibility: visible;
        }

/*css play audio*/
.audioplayerDevice {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    transform: translateY(200px);
}

.showplay {
    transform: translateY(0px) !important;
}

.player-controls-right .option-speeds,
.option-speeds {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: 0;
    padding: 0 15px;
    cursor: pointer;
}

.player-controls-right .volumeBtn {
    cursor: pointer;
    font-size: 20px;
}

.player-controls-right .range-input {
    width: 70px;
    position: relative;
}

    .player-controls-right .range-input input[type=range],
    .player-controls-right .timebar input[type=range] {
        width: 100%;
        border: none;
        outline: 0;
        position: absolute;
        top: 3px;
        height: 0;
        -webkit-appearance: none;
    }

.player-controls-right #range-progressBar {
    width: 100%;
    height: 4px;
    background: #d4b26b;
    border-radius: 3px;
    position: absolute;
    top: 1px;
    left: 0;
    pointer-events: none;
}

.player-controls-right .zm-btn.queue-expand-button.active {
    background-color: #d4b26b;
    color: #fff;
}

.player-controls-right .zm-btn.queue-expand-button {
    position: relative;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid transparent;
    font-weight: 500;
    color: var(--player-text);
    font-size: 12px;
    outline: none;
}

.active {
    visibility: inherit !important;
}

.queue-list {
    bottom: 92px;
    background: #f8f8f8;
    right: 0;
    width: 480px;
    height: 600px;
    max-height: calc(100vh - 12rem);
    position: absolute;
    visibility: hidden;
}

.queue-list__mobile {
    position: absolute;
    width: 100%;
    z-index: 9999;
    display: block;
    height: calc(100vh - 90px);
    bottom: 90px;
    left: 0;
    background: #fff;
    transform: translateY(100vh);
}

.showplay {
    transform: translateY(0) !important;
}

.chevron-down {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width:500px) {
    .queue-list {
        position: fixed !important;
        width: 100% !important;
        bottom: 18vh !important;
    }

    .audiobook-content__left .main-controls img {
        margin: 0 10px !important;
    }
}

.audiobook-content__left {
    margin-top: 0px !important;
    margin-bottom: 12px !important;
}

.audiobook-content__right {
    border: 1px solid #f0f0f0;
    background: #f8f8f8;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px !important;
}

.close-player {
    text-align: right;
}