/***mini player ****/
.player_section{
    /*position: fixed; */
    bottom: 0;
    z-index: 37;
    width: 100%;
    background: #ffffff00;
    /* padding: 20px 0; */
}

.player_block{
    height: 100px;
    width: 100%;
}
.player_container{
    margin: auto;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 15%);
    border-radius: 0;
}
.player_container iframe{
    height: 100px;
}

/***player css start ***/
.player {
    overflow: hidden;
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.full_player_block{
    background-color: #02a8e8;
    background: linear-gradient(280deg, rgba(2,0,36,1) 2%, rgba(9,9,121,1) 77%, rgba(0,121,145,1) 100%);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 1%);
    /* background: url(../img/background.png); */
    background-size: cover;
    z-index: 0;
    height: 100px;
    border-radius:0.5rem 0.5rem 0 0 ;
}

.podcast_img_block{
    max-width: 10%!important;
    flex: 0 0 10%!important;
    -ms-flex: 0 0 10%!important;
    text-align: center;
    padding-left: 5px !important;
}
.podcast_img_block img{
    box-shadow: 0 9px 9px 0 rgb(0 0 0 / 10%), 0 0 29px 0 rgb(0 0 0 / 10%);
    width: 80px;
    min-width:70px;
    min-height:70px;
    max-width: 100%;
    border-radius:5px;
    background: #fff;
    opacity: 1;
    cursor: pointer;
    margin-top: 10px;
}
.rightside_player {
    max-width: 89%!important;
    flex: 0 0 89%!important;
    -ms-flex: 0 0 89%!important;
}
.rightside_player .roww{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.right_side_row{
    margin-top: 2%;
}
.podcast_name_block{
    display: flex;
    align-items: center;
    overflow: hidden;
    opacity: 1;
}
.podcast_title{
    width: 100%;
    display: block;
}
.podcast_title h1 {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.5rem;
    max-height: 25px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 0;
}
.podcast_title h2{
    font-size: 1rem;
    line-height: 1.5rem;
    max-height: 25px;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0.2rem;
}
.play_block audio {
    width: 100%;
    border-radius: 5px;
    outline: none;
    height: 40px;
}


@media screen and (min-width:768px) and (max-width:991.98px){
.player_block {
    height: 100px;
    width: 100%;
}
}
@media (min-width: 992px) and (max-width:1199.98px){
.player_block{
    height: 105px;
}
.player_container iframe{
    height: 105px;
}  
}
/* Latest updateds css starts  */
.main-div-two {
    display: flex;
    width: 100%;
}

.colum-1 {
    display: flex;
    width: 70%;
    flex-direction: column;
    padding: 5px;
}
.colum-2 {
    display: flex;
    width: 30%;
    justify-content: center;
    align-items: center;
}
.tori_live_left_block
 {
    width: 100% !important;
}
.torilive_details_container_main {
    height: 206px !important;
}

/* Ends  */