.player {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f8f9fa;
    border-top: 0px solid #dee2e6;
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transition: transform 0.5s ease;
    height: 78px;
    /* Smooth transition */
}

.progress {
    height: 5px;
    background: #ddd;
    cursor: pointer;
    margin: 10px 0;
}

.progress-bar {
    height: 100%;
    background: #007bff;
    width: 0;
}

.volume-control input[type="range"] {
    width: 100px;
}

.show-display-text {
    margin-top: 10px;
    margin-left: 10px;
}

.show-display-text h4 p {
    color: #fff;
}

.player-display-hour {
    height: 25px;
    width: 181px;
}

.player-display-container {
    position: relative;
    display: inline-block;
}

.player-display-container img {
    display: block;
    width: 100%;
    /* Adjust based on your needs */
    height: 25px;
    width: 181px;
    /* Adjust based on your needs */
}

.imgshow {
    height: 75px;
    width: 75px;
    border-radius: 10px;
    padding: 5px;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 10px;
    font-weight: 600;
    padding: 2px;
    text-align: center;
    /* Center the text horizontally */
    white-space: nowrap;
    /* Prevent text from wrapping */
    overflow: hidden;
    /* Hide overflow text */
    text-overflow: ellipsis;
    /* Add ellipsis if the text overflows */
    max-width: 95%;
    /* Optional to prevent overflow */
}

.btn-act {
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.pshowtitle {
    font-size: 18px!important;
    font-weight: 600;
}

.pshowtext {
    font-size: 14px!important;
    font-weight: 400;
}

#loadingImage {
    height: 50px;
    width: 50px;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .player {
        height: 70px;
    }
    .imgshow {
        height: 68px;
        width: 68px;
        border-radius: 10px;
        padding: 4px;
    }
    .btn-act {
        height: 55px;
        width: 55px;
        cursor: pointer;
    }
    .pshowtitle {
        font-size: 15px!important;
        font-weight: 600;
    }
    .pshowtext {
        font-size: 11px!important;
        font-weight: 400;
    }
}