/* New design css Audio / Video Module. */

.audioVedioMediaControlsAudio.rico-audio, .audioVedioMediaControlsVideo.rico-video{
    display:none
}

.rec-container {
    /* background-color: #fff;*/
    padding: 15px 0px 0px;
    border-radius: 0px;
    width: 100%;
}

.rec-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.rec-handles {
    display: flex;
}

.rec-icon-btn {
    width: 45px;
    height: 45px;
    background-color: #e3b9a6;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    position: relative;
    margin-right: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .rec-icon-btn i {
        font-size: 24px;
        color: #ACA5A0
    }

    .rec-icon-btn span {
        display: none;
    }

    .rec-icon-btn.rec-selected {
        width: 39px;
        height: 39px;
    }

    .rec-icon-btn:last-child {
        margin-right: 0px;
        top: -1px;
        left: 0px;
        display: inline-flex;
        justify-content: center;
    }

    .rec-icon-btn img {
        width: 18px;
        height: 18px;
        filter: grayscale(100%) brightness(0.6);
        transition: filter 0.3s ease;
    }





/* .rec-right-section {
        height: 46px;
        overflow: hidden;
        border-radius: 100px;
        position: relative;
        margin-right: -30px;
        padding-left: 48px;
        margin-left: -69px;
        width: 100%;
    }*/

.rec-poet-list {
    padding: 5.5px 6px;
    padding-right: 8px;
    background: #FFF4E6;
    overflow-x: auto;
    position: relative;
    padding-left: 52px;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    max-width: 100%;
    top: 0;
    height:45px;
}

.rec-poet-list-inner {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    margin-right: 0px;
    overflow-y: hidden;
}

.rec-poet-list-inner {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .rec-poet-list-inner cite {
        display: none; /* Hide the scrollbar in Firefox */
    }

    .rec-poet-list-inner::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

.rec-poet-list a {
    background: #F6E7D4;
    color: #000000;
    font-family: NotoSansDevanagariMedium;
    font-size: 14px;
    border-radius: 30px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top:1px;
}
    .rec-poet-list a:last-child{
        margin-right:0;
    }
    .rec-poet-list a.rec-current {
        background: rgba(196, 99, 79, 0.4);
        color: #C4634F;
    }
/*.audioList .rec-poet-list a.rec-current{
    pointer-events:none;
}*/
.rec-poet-list a img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
}


.rec-headphones {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    gap: 6px;
    background-color: #d98c70;
    border-radius: 20px;
    color: white;
    font-weight: bold;
}


.rec-icon-btn {
    z-index: 1;
}

    .rec-icon-btn.rec-selected {
        z-index: 2;
    }

.rec-headphones img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.rec-name {
    padding: 6px 10px;
    border-radius: 16px;
    line-height: 19px;
}

.rec-audio-player {
    display: flex;
    align-items: center;
    gap: 9px;
    background: #FFF4E6;
    padding: 0;
    border-radius: 4px;
}

.active.rec-audio-player {
    padding: 7px 16px 7px 7px;
}

.is-audio-sticky .active.rec-audio-player {
    margin: 12px 12px 0 12px;
}
.rec-play-btn {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #ECCFBA;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    position: relative;
}

    .rec-play-btn i {
        font-size: 20px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-43%, -50%);
        color: #C4634F;
    }

.rec-progress-container {
    flex: 1;
}

.rec-label {
    font-size: 12px;
    font-family: Roboto;
    margin-bottom: 6px;
    color: #A78A7D;
}

    .rec-label strong {
        font-weight: 700;
        color: #474747;
    }

.rec-progress-bar {
    width: 100%;
    height: 4px;
    background-color: #f4cbbd;
    border-radius: 4px;
    position: relative;
    overflow: visible;
    cursor:pointer;
}


.thumb {
    width: 9px;
    height: 9px;
    background-color: #C4634F;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: auto;
    cursor: pointer;
}

.rec-progress {
    width: 0%;
    height: 100%;
    background-color: #C4634F;
    border-radius:40px;
}

.controlPosition {
    display: flex;
    justify-content: flex-end;
}

.controlsFlex .controlPosition .audioVedioMediaControls {
    padding-right: 10px;
}

.controlsFlex .controlPosition .shareOptionControls.shareOptionControlsShow {
    bottom: initial;
    height: 48px;
    padding-top: 0px;
    background: #FFFAF5;
}

/* change by aayush start */
/*.rec-controls-btns {
        float: left;
        display: flex;
    }*/

.rec-controls-btns {
    float: left;
    display: flex;
    opacity: 0;
    visibility: hidden;
    /*transition: 0.5s all;*/
}

    .rec-controls-btns.active {
        opacity: 1;
        visibility: visible;
    }

    .rec-controls-btns .rec-icon-btn {
        position: initial;
        top: initial;
        font-size: 0px;
    }
    /* change by aayush end */

    .rec-controls-btns .rec-icon-btn {
        background: transparent;
        width: 61px;
        height: 50px;
        border-right: 1px solid rgba(112, 112, 112, 0.14);
        border-radius: 0px;
        margin-right: 0px;
    }

        .rec-controls-btns .rec-icon-btn:last-child {
            top: 0px;
            left: 0px;
        }

.rec-handles {
    display: flex;
    gap: 10px;
    position: relative;
    width: 120px; /* fixed width to make sliding visible */
    height: 45px;
    /*margin-left:10px;*/
}

.rec-icon-btn {
    position: absolute;
    top: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: left 0.4s ease-in-out;
    background-color: #FFF4E6;
}



.rec-camera {
    left: 0;
}

.rec-audio {
    left: 0;
}

/* When selected, move it to right */
.rec-icon-btn.rec-selected {
    left: 56px;
    background-color: #C4634F;
    top:2px;
    pointer-events:none;
}

.rec-controls-btns.active .rec-icon-btn.rec-selected {
    background-color:transparent;
}
    .rec-controls-btns.active .rec-icon-btn.rec-selected i {
        color: #C4634F;
    }
    .rec-icon-btn.rec-selected i {
        color: #fff
    }
/*.audio-player-container*/
.audio-player-container {
    font-family: sans-serif;
    position: fixed;
    bottom: 50px;
    width: 100%;
    z-index: 10;
    left: 0px;
    visibility: hidden;
}

    /* change by aayush start */
    .audio-player-container.active,
    .audio-player-container.activeElem.activeVideo,
    .audio-player-container.activeElem.activeAudio {
        visibility: visible;
        z-index: 999;
    }
    /* change by aayush end */

    .audio-player-container .poet-dropdown .poet-dropdown-inner {
        background-color: #5a2a16;
        color: white;
        max-height: 0;
        transition: max-height 0.3s ease-in-out;
        position: fixed;
        z-index: 1;
        bottom: 50px;
        left: 0px;
        width: 100%;
        z-index: 9;
        border-radius: 17px 17px 0px 0px;
        padding: 16px 20px 0px;
        visibility: hidden;
    }

    .audio-player-container .poet-dropdown.open .poet-dropdown-inner {
        max-height: 300px;
        visibility: visible;
    }


    .audio-player-container .poet,
    .audio-player-container .poet-dropdown-inner .poet-drop-list a {
        display: flex;
        align-items: center;
        padding: 10px 0;
        cursor: pointer;
        gap: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.11);
        position: relative;
    }

        .audio-player-container .poet .rec-play-btn,
        .audio-player-container .poet-dropdown-inner a .rec-play-btn {
            width: 33px;
            height: 33px;
            position: absolute;
            color: #C4634F;
        }
    .audio-player-container .poet-dropdown-inner a .rec-play-btn{
        display:none;
    }
    .audio-player-container .poet-dropdown-inner a.rec-current .rec-play-btn {
        display: block
    }

    .audio-player-container .poet:last-child,
    .audio-player-container .poet-dropdown-inner a:last-child {
        border-bottom: 0px;
    }

        .audio-player-container .poet img,
        .audio-player-container .poet-dropdown-inner .poet-drop-list a img {
            width: 46px;
            height: 46px;
            border-radius: 100%;
        }

        .audio-player-container .poet span,
        .audio-player-container .poet-dropdown-inner .poet-drop-list a span {
            font-family: NotoSansDevanagariMedium;
            font-size: 21px;
            line-height: 28px;
            color: #D0C2B9;
        }

.poet-drop-list a cite {
    position: absolute;
    right: 0px;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background: #C4634F;
}


.audio-player-container .poet-dropdown-inner .poet-drop-list.poet-drop-list a cite img {
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.audio-player-container .poet.active {
    background-color: transparent;
}

    .audio-player-container .poet.active span,
    .audio-player-container .poet-dropdown-inner .poet-drop-list a.rec-current span {
        color: #C4634F;
    }


.audio-player-container .main-player {
    background-color: #85573C;
    color: white;
    padding: 0px 0px 0px 12px;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    transition: transform 0.3s ease-in-out;
    z-index: 2;
    position: relative;
    overflow: hidden;
    bottom: -77px;
    height:75px;
}

/* change by aayush start */
.audio-player-container.activeElem.activeVideo .main-player,
.audio-player-container.activeElem.activeAudio .main-player {
    bottom: 0px;
}
/* change by aayush end */

.audio-player-container.activeVideo .main-player.removeborderandThum {
    border-radius: 0px;
}
.audio-player-container.activeVideo  .removeborderandThum img {
    display: none;
}
.audio-player-container .player-header {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

    .audio-player-container .player-header .poet-frame {
        display: flex;
        align-items: center;
        gap: 10px;
    }

.player-handles {
    display: flex;
    align-items: center;
}

    .player-handles .dropdown-toggle {
        width: 76px;
        height: 74px;
        background: #6F472F;
        font-family: NotoDevanagari;
        font-size: 14px;
        color: #F8E2D2;
    }

.poet-frame {
    padding: 12px 0px;
}

    .poet-frame h4,
    .poet-dropdown h4 {
        font-family: rozha_oneregular;
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 3px;
    }

    .poet-frame h4 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width:230px;
    }

.poet-dropdown h4 {
    font-size: 28px;
    line-height: 40px;
}

.poet-frame .author {
    font-size: 14px;
    line-height: 19px;
    color: #CFB6A4;
}

.audio-player-container .poet-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.audio-player-container .play-btn, .dropdown-toggle {
    margin-left: auto;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

.audio-player-container .progress-bar-container {
    margin-top: 0;
    max-width: 97%;
    height: 3px;
    background: #61402d;
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.audio-player-container .progress {
    height: 100%;
    width: 0%;
    background-color: #e7774e;
    transition: width 0.3s ease;
}

.poet-dropdown .slide-down {
    position: absolute;
    right: 14px;
    width: 37px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 6px 0px 0px;
    background: #46220C;
    top: -26px;
    cursor: pointer;
}

    .poet-dropdown .slide-down i {
        color: #fff;
        font-size: 14px
    }

.audio-player-container.video-poet .main-player .poet-frame img {
    width: 76px;
    height: 53px;
    border-radius: 9px;
}

.audio-player-container.video-poet .player-handles .dropdown-toggle {
    height: 77px;
}

.audio-player-container .play-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #C4634F;
    right: 16px;
    /*margin-right: 16px;*/
    display: flex; /* Use flex to center icon */
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    /* Safari/iOS Fixes */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    padding: 0 !important;
    position:relative;
}

.activeAudio .audio-player-container .play-btn {
    padding:0 !important;
    display:block;
}


.activeAudio .audio-player-container.activeAudio .play-btn i {
    left: 0;
}

.audio-player-container.activeAudio .play-btn i, .audio-player-container.video-poet.activeVideo .play-btn i {
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.poet-dropdown.audio.open .rec-play-btn i {
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-44%, -55%);
    color: #fff;
}

.rec-play-btn i
.rec-video-player {
    width: 100%;
    height: 216px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s all;
}

.rec-video-player.fixedVideo {
    position: fixed;
    bottom: 120px;
    z-index: 99;
    left: 0px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    overflow:visible;
}

.rec-video-player #youtubePlayer {
    height: 216px;
    width: 100%;
    border-radius:10px
    /*margin-right:15px;*/
}

.fixedVideo.rec-video-player #youtubePlayer {
    margin-right:0;
    border-radius:10px 10px 0 0;
}
    /* Common transition for height/opacity */
    [data-rectype], .rec-audio-player, .rec-video-player {
    overflow: hidden;
    /*transition: all 0.4s ease;*/
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    overflow-x: auto;
}

    /* Show when active */
    [data-rectype].active,
    .rec-audio-player.active,
    .rec-video-player.active {
        max-height: 500px; /* adjust as per actual height */
        opacity: 1;
        pointer-events: auto;
    }
/*shimmer*/

.videoRencitions {
    display: none
}

.SingleMediaPlayer .rec-handles {
    width: 50px;
}

.SingleMediaPlayer .rec-icon-btn.rec-selected {
    left: 0;
}

.SingleMediaPlayer .rec-poet-list a:last-child {
    margin-right: 0
}


.rec-video-player.active.fixedVideo span.videoCross {
    position:absolute;
    display: block;
    top:-15px;
    right:15px;
    z-index:-1;
    cursor:pointer;
     
}
span.videoCross {
    display: none;
}
.rec-video-player.active span.videoCross {
    display: none;
}
    .rec-video-player.active.fixedVideo span.videoCross i {
        font-size: 14px;
        font-weight: 600;
        background: #FFF4E6;
        border-radius: 6px 6px 0 0 ;
        padding:4px 4px 6px 4px
    }
    .rec-video-player.fixedVideo .rec-poet-list {
        background: transparent;
    }

.audio-player-container.activeAudio .poet-img {
    /*border: 2px solid #C4634F;*/
}

.rec-poet-list a img {
    border: 2px solid transparent
}
.rec-poet-list a.rec-current img {
    color: #dd634e;
    border: 2px solid #dd634e;
}

.poet-dropdown-inner .rec-current img {
    border: 2px solid #dd634e;
}
.poet-dropdown-inner .rec-play-btn i{
    color:#fff;
}

.dropdown-toggle .rico-drop-down {
    font-size: 15px;
    position: relative;
    top: 2px;
    display: inline-block;
    transform: rotate(180deg);
}

.rec-play-btn i.rico-pause2 {
    left: 48%
}

  
@media screen and (min-width: 1198px) {
    .rec-header {
        display: block;
    }

    .thumb {
        width:7px;
        height: 7px;
    }

        .rec-right-section {
        height: 46px;
        overflow: hidden;
        border-radius: 100px;
        position: relative;
        margin-right: -30px;
        padding-left: 48px;
        margin-left: -69px;
        width: 100%;
    }

    .rec-right-section {
        border-radius: 10px 10px 25px 25px;
        margin-left: 0;
        background: #FFF4E6;
        /* padding-bottom:100px;*/
        padding-bottom: 0px;
        height: 0px;
        padding-left: 0;
    }


    .is-audio-sticky .rec-right-section {
        border-radius: 10px 10px 0px 0px;
    }
        .rec-poet-list {
        padding-left: 15px;
    }
    /* .rec-handles {
            margin-bottom: 12px;
        }*/

    .rec-header {
        margin-bottom: 0;
    }



    .rec-poet-list {
        padding: 12px 12px 0 12px;
    }

    .fixedVideo .rec-poet-list {
        padding: 0px 12px 0 0px;
    }
    .audioList.active .rec-poet-list {
        position: relative;
    }

    .rec-audio-player {
        border-radius: 40px;
        background: #F6E7D4;
        z-index: 9;
        position: relative;
        margin-top:8px;
    }

    .rec-audio-player-bg {
        background: #FFF4E6;
        border-radius: 0 0 25px 25px;
        padding-top: 12px;
    }

    .rec-play-btn {
        background-color: #C4634F;
        color: #C4634F;
    }
        .rec-video-player.active .rec-play-btn {
            background: transparent
        }

            .rec-video-player.active .rec-play-btn i {
                color: #C4634F
            }


        .SingleMediaPlayer .rec-video-player.active .rec-poet-list a:last-child {
            margin-right: 8px;
        }
        .audioList .rec-name {
            opacity: 0;
            max-width: 0;
            margin: 0;
            overflow: hidden;
            padding: 0;
        }

    .audioList .rec-current .rec-name {
        display: flex;
        align-items: center;
        overflow: hidden;
        opacity: 1;
        padding:6px 12px 4px 12px;
        max-width: 150px;
        transition: all 0.4s ease;
        white-space: nowrap;
        cursor: pointer;
        font-size: 14px;
        
    }

        .audioList .rec-current  img {
            border: 2px solid
        }



        .rec-video-player #youtubePlayer {
            width: 60%;
            flex: 0 0 60%;
            height: 297px;
            border-radius: 10px;
        }
    .fixedVideo.rec-video-player #youtubePlayer {
        border-radius: 10px;
    }
    .rec-video-player.active {
        padding: 12px
    }

    .rec-video-player {
        display: flex;
        background: #FFF4E6;
        padding: 0;
        justify-content: space-between;
        border-radius:12px
    }
        .rec-video-player #youtubePlayer{
            margin-right:15px;
        }
        .rec-video-player .rec-poet-list {
            position: relative;
            border-radius: 0;
            width: 38%;
            flex: 38%;
            background: #F9EAD8;
            border-radius: 10px;
            overflow-y: scroll;
            height: auto;
        }

            .rec-video-player .rec-poet-list::-webkit-scrollbar {
                display: none;
            }

            .rec-video-player .rec-poet-list .rec-poet-list-inner {
                display: block;
            }

    .rec-poet-list a.rec-current, .rec-poet-list a {
        background: transparent;
    }

    .rec-poet-list a {
        margin-bottom:17px;
        position: relative;
    }

    .rec-video-player .rec-poet-list a::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        top: 38px;
        background: #c4634f66;
        opacity: 0.43;
    }

    .rec-video-player .rec-poet-list a:last-child::before {
        display: none;
    }

    .videoWidthFix {
        display: flex;
    }

    .rec-video-player {
        width: 100%;
        flex: 0 0 100%;
        height: 321px;
        margin-top: 0px;
    }


        .rec-video-player .rec-name {
            display: block;
            /*color: #9D7C54;*/
        }

    .rec-poet-list a {
        color: #9D7C54;
    }

    .rec-video-player .rec-poet-list a .rec-play-btn {
        display: none;
    }

    .rec-video-player.active.fixedVideo .rec-poet-list a .rec-play-btn {
        display: none;
    }

    .rec-video-player .rec-poet-list a.rec-current .rec-play-btn {
        display: block;
    }

    .rec-poet-list a.rec-current {
        color: #dd634e;
    }
    .fixedVideo .rec-poet-list a.rec-current {
        background: #c4634f2b;
    }
    .rec-poet-list-inner cite {
        display: block;
    }

    .rec-video-player .rec-play-btn {
        position: absolute;
        right: -7px;
    }

    .rec-icon-btn.rec-selected {
        width: auto;
        height: 45px;
    }

    .rec-icon-btn.rec-selected {
        top: 0;
    }
    /*  .rec-video-player.fixedVideo {
            position: fixed;
            bottom: -100px;
            right: 20px;
            width: 300px;
            height: auto;
            z-index: 9999;
            border-radius: 10px;
            background: #FFF4E6;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            transition: bottom 0.5s ease-in-out, opacity 0.3s ease-in-out;
            opacity: 0;
            flex-direction: column;
            padding: 10px;
        }

            .rec-video-player.fixedVideo.show {
                bottom: 20px;
                opacity: 1;
            }

            .rec-video-player.fixedVideo iframe {
                width: 100% !important;
                height: 180px !important;
                border-radius: 10px;
            }

            .rec-video-player.fixedVideo .rec-poet-list {
                display: none;
            }*/
    .mini-player-container {
        position: fixed;
        bottom: -200px;
        right: 20px;
        width: 300px;
        height: auto;
        z-index: 9999;
        background: #FFF4E6;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        transition: bottom 0.5s ease, opacity 0.3s ease;
        opacity: 0;
        display: none;
    }

        .mini-player-container.show {
            bottom: 20px;
            opacity: 1;
            display: block;
        }

    #miniPlayer {
        position: fixed;
        bottom: -200px;
        right: 20px;
        width: 300px;
        background: #FFF4E6;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        z-index: 9999;
        transition: bottom 0.5s ease, opacity 0.3s ease;
        opacity: 0;
        display: none;
    }

        #miniPlayer.show {
            bottom: 20px;
            opacity: 1;
            display: block;
        }

    #youtubePlayer {
        max-width: 100%;
        height: auto;
    }

    section.videowrapper {
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
        margin-bottom: 50px;
        background: #000;
    }

    .videowrapper iframe, .videowrapper video {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    h1.play-video {
        text-transform: capitalize;
        text-align: center;
        color: #ff5733;
    }
    /** Use .sticky */

    .rec-video-player.active.fixedVideo {
        position: fixed;
        right: -1px;
        bottom:0px;
        top: auto;
        left: auto;
        max-width: 285px;
        min-width: 285px;
        width: 285px;
        max-height: 210px;
        height: 210px;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: inline-flex;
        flex-direction: column-reverse;
        overflow:visible;
    }

    @@-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @@keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    .rec-video-player.active.fixedVideo .rec-poet-list, .rec-video-player.active.fixedVideo #youtubePlayer {
        width: 100%;
    }

    .rec-video-player.active.fixedVideo .rec-name, .rec-video-player.active.fixedVideo .rec-play-btn {
        display: none;
    }

    .rec-video-player.active.fixedVideo .rec-current .rec-name {
        display: block;
    }

    .rec-video-player.active.fixedVideo .rec-poet-list-inner {
        display: inline-flex;
    }

    .rec-video-player.active.fixedVideo .rec-poet-list a::before {
        display: none;
    }

    .rec-video-player.active.fixedVideo .rec-poet-list a {
        margin-bottom: 0;
    }

    .rec-video-player.active.fixedVideo #youtubePlayer {
        height: 144px;
    }

    .rec-container.is-audio-sticky {
        position: fixed;
        bottom: 0px;
        top: auto;
        left: auto;
        z-index: 999;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

        .rec-container.is-audio-sticky .rec-handles {
            display: none;
        }

    #mainPlayer {
        display: none;
    }
    /* audio css */

    .rec-poet-list.active .rec-poet-list-inner {
        /*display: flex;*/
    }

    .audioList .rec-poet-list-inner cite {
        display: none;
    }

    .audioList .rec-poet-list a.rec-current {
        background: rgba(196, 99, 79, 0.4);
        color: #C4634F;
    }
    /*   .rec-audio-player{
            margin-top:-48px;
        }*/

    .rec-controls-btns {
        display: none;
    }


    .rec-right-section.audioList.active {
        height: 46px;
        padding-bottom: 99px;
    }
    .is-audio-sticky .rec-right-section.audioList.active {
        padding-bottom: 112px;
    }


        .rec-icon-btn,
        .rec-icon-btn.rec-selected {
            position: initial;
            left: initial;
        }

        .rec-icon-btn, .rec-icon-btn.rec-selected {
            background: transparent;
        }

            .rec-icon-btn span {
                display: block;
                font-size: 18px;
                font-family: 'merriweatherheavy', 'rozha_oneregular', 'MehrNastaliqRegular';
                margin-left: 12px;
            }

            .rec-icon-btn.rec-selected {
                color: #dd634e;
                border-bottom: 1px solid;
                border-radius: 0;
                pointer-events: none;
            }

                .rec-icon-btn.rec-selected i {
                    color: #dd634e;
                }

    .rec-icon-btn {
        transition: auto;
        width: auto;
        color: #ACA5A0;
    }

    .audioToggle {
        position: relative;
    }

        .audioToggle .audioToggleBg {
            position: absolute;
            right: 13px;
            top: -18px;
            background: #fef4e7;
            border-radius: 6px 6px 0 0;
            padding: 6px;
            cursor: pointer;
            display:none;
        }

   
    .audioToggle .audioToggleBg i {
        font-size: 14px;
        top: -3px;
        position: relative;
    }
    .is-audio-sticky .audioToggle .audioToggleBg i {
        font-weight:600;
    }
    .videoRencitions {
        display: block;
        color: rgba(0,0,0,0.16);
        font-size: 14px;
        margin-bottom: 12px;
        font-family: 'NotoDevanagari';
        line-height: normal;
        font-weight: 600;
    }

    .rec-video-player.fixedVideo .videoRencitions {
        display: none
    }

    .controlsFlex .audioVedioMediaControlsAudio.rico-audio {
        display: none;
    }

    .rec-play-btn i {
        color: #F6E7D4
    }

    .rec-video-player.active.fixedVideo span.videoCross{
        display:block;
    }

    .rec-handles {
        margin-left: 10px;
    }
}


@media screen and (max-width: 1025px) {
    .audioToggle {
        height: 46px;
        overflow: hidden;
        border-radius: 100px;
        position: relative;
        /*margin-right: -30px;*/
        padding-left: 48px;
        margin-left: -61px;
        width: 100%;
    }

    .wrapper.innerWrapper.recHidden {
        overflow: hidden !important;
    }
    .rec-container {
        background: transparent;
        border: 0.5px solid #F0DFC1;
        border-radius: 10px;
        padding: 10px;
        margin-top:16px;
    }
}
