/* 
xaudio-player
mike caine
2022
biite dev
*/
.xaudio-player{
    width: 100%;
    min-width: 300px;
    height: 300px;
    min-height: 100px;
    background-color: grey !important;
    /* border-bottom: 4px solid greenyellow; */
}
.xaudio-player .xap-actions{
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 5px;
}
.xaudio-player .xap-actions button{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: aqua;
    border: 1px solid rgb(62, 62, 62);
    text-align: center !important;
    /* padding: 10px; */
    /* padding: 13px; */
    text-align: center !important;
}
.xaudio-player button[data-action=play] i{
    left: 4px;
}
.xaudio-player button[data-action=stop] i{
    left: 1px;
}
.xap-actions button i{
    position: relative;
    color: rgb(52, 52, 52);
    font-size: 30px;
    /* margin: 0 auto; */
    top: 12px;
    /* left: 1px; */
    /* text-align: center !important; */
}
.xaudio-player .xap-actions button:hover{
    background-color: rgb(48, 48, 48);
    border: 1px solid rgb(29, 29, 29);
}
.xaudio-player .xap-actions button:hover > i{
    color: aqua;
}
.xaudio-player .xap-thumb{
    position: absolute;
    /* top: 0; */
    right: 0;
    /* position: absolute;
    top: 50px;
    left: 0;
    right: 0; */

    /* width: 100%;
    height: 100%; */
    width: 30%;
    /* width: 200px;
    height: 200px; */
    height: auto;
    overflow: hidden;
    /* height: 100%; background-color: antiquewhite; */
    float: right;
}
.xaudio-player .xap-thumb img{
    /* width: auto;
    height: 100%; */
    width: 100px;
    height: auto;
    object-fit: contain;
}
.xaudio-player .xap-title{
    font-size: 1em;
    font-weight: 500;
}
.xaudio-player .xap-desc{
    position: relative;
    top: 15px;
    margin-left: 80px;
    width: 70%;
    font-size: 1em;
    line-height: 20px !important;
    text-align: left;
    /* padding: 10px; */
}
.xaudio-player .xap-waveform{
    position: relative;
    top: 100px;
    left: 0;
    right: 0;
    /* width: calc(100% - 20px); */
    width: 100%;
}