﻿/*audio popup style*/
.audio_popup {
    position: fixed !important;
    z-index: 9999 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    width: 100vw !important;
    height: 100vh !important;
    top: 0;
    left: 0;
}
.audio_popup_content {
    background-color: #fff !important;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    width: 300px !important;
    border-radius: 8px !important;
    position: absolute !important;
}
.audio_popup_close {
    position: absolute !important;
    top: -2% !important;
    right: 2% !important;
    cursor: pointer !important;
    font-size: 24px !important;
    font-weight: bold !important;
}
.audio_controls {
    width: 100%;
    margin-top: 10px !important;
    color: #52697E !important;
    border-radius: 25px !important;
}
