/* New design css Audio / Video Module. */

.audioVedioMediaControlsAudio.rico-audio, .audioVedioMediaControlsVideo.rico-video {
    display: none
}

.rec-container {
    margin-bottom: 30px;
}

.rec-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.rec-handles {
    display: flex;
}

.rec-icon-btn {
    width: 45px;
    height: 35px;
    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: #DABDAC;
    }

    .rec-icon-btn span {
        display: none;
    }

    .rec-icon-btn.rec-selected {
        width: 39px;
        height: 39px;
    }

    .rec-icon-btn.rec-camera.rec-selected::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        background: transparent;
        border-radius: 100px;
        border: 1px solid #fff;
        top: 13px;
        left: 20px;
    }

    .rec-icon-btn:last-child {
        margin-right: 0px;
        top: -1px;
        left: 0px;
        display: inline-flex;
        justify-content: center;
    }

.shareMediaControlWithoutMedia.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background: #3A0017;
    z-index: 999;
    /*border-top: 1px solid #f2f2f2;*/
    overflow: hidden;
    border-radius: 0;
    padding-top: 0;
    margin: 0;
    border:0;
}

    .shareMediaControlWithoutMedia.fixed .bgfixremove, .shareMediaControlWithoutMedia.fixed h1, .shareMediaControlWithoutMedia.fixed .linkAuthor {
        display: none;
    }

    .shareMediaControlWithoutMedia.fixed .flexmobileend {
        justify-content: end;
    }
    .shareMediaControlWithoutMedia.fixed .recShare {
        bottom:8px;
    }
    .shareMediaControlWithoutMedia.fixed .recShare .text-rekhta-pink,
    .shareMediaControlWithoutMedia.fixed .recShare .text-rekhta-maroon {
        width: 36px;
        height: 36px;
    }
        .shareMediaControlWithoutMedia.fixed .recShare .text-rekhta-pink img,
        .shareMediaControlWithoutMedia.fixed .recShare .text-rekhta-maroon img {
            width:15px;
        }
    .shareMediaControlWithoutMedia.fixed .rec-icon-btn img {
        width:15px;
        height:15px;
    }
    .rec-icon-btn img {
        width: 18px;
        height: 18px;
        filter: #fff;
        transition: filter 0.3s ease;
    }
.shareMediaControlWithoutMedia  .floral-mask {
    -webkit-mask: url('/image/pink-floral-mask.svg') no-repeat center;
    mask: url('/image/pink-floral-mask.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #BA3062;
}
img.white-icon {
    filter: brightness(0) invert(1);
    opacity:0.89;
}
.text-rekhta-pink img{
    color:#fff;
}


/* .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: #d8d1c5;
    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: #D2CABE;
    color: #3A0017;
    /*font-family: NotoSansDevanagariMedium;*/
    font-size: 14px;
    border-radius: 30px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 1px;
    font-family: "Recoleta Alt", "Noto Serif Gurmukhi", "NotoSansDevanagariMedium", serif;
    font-weight: 500;
    flex: 0 0 52%;
}
.rec-poet-list:last-child a {
    flex: none
}
    .rec-poet-list a:last-child {
        margin-right: 0;
        
    }

    .rec-poet-list a.rec-current {
        background: #DCC4C1;
        color: #BA3062;
        text-decoration: none;
    }
/*.audioList .rec-poet-list a.rec-current{
    pointer-events:none;
}*/
.rec-poet-list-inner img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
}

.rec-poet-list a .rec-play-btn img {
    width: 30px;
    height: 30px;
    border-radius: 0px;
}


.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;
    font-family: "Recoleta Alt", "Noto Serif Gurmukhi", "NotoSansDevanagariMedium", serif;
    
    font-weight: 500;
    color: #86646B;
}
/*.rec-poet-list.active a:last-child .rec-name {
    padding: 0
}*/

.rec-current .rec-name {
    color: var(--textcolor);
    font-weight:700;
}

.rec-audio-player {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #D2CABE;
    padding: 0;
    border-radius: 22px;
}

.active.rec-audio-player {
    padding: 3px 16px 3px 3px;
}

.is-audio-sticky .active.rec-audio-player {
    margin: 12px 12px 0 12px;
}

.rec-play-btn {
    width: 34px;
    height: 34px;
    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;
    margin-bottom: 3px;
    color: #A78A7D;
    margin-top: -6px;
}

    .rec-label strong {
        font-weight: 700;
        color: #000;
    }

.rec-progress-bar {
    width: 100%;
    height: 4px;
    background-color: rgb(169 158 151);
    border-radius: 4px;
    position: relative;
    overflow: visible;
    cursor: pointer;
}


.thumb {
    width: 9px;
    height: 9px;
    background-color: #885B59;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: auto;
    opacity: 1;
    cursor: pointer;
}

.rec-progress {
    width: 0%;
    height: 100%;
    background-color: #3A0017;
    border-radius: 40px;
    opacity: 1;
}

.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;
        position: fixed;
        bottom:8px;
        left:12px;
        z-index: 999;
        gap:8px;
    }

    .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: 36px;
        height: 36px;
        border-right: 1px solid rgba(112, 112, 112, 0.14);
        border-radius: 0px;
        margin-right: 0px;
        border-radius: 100%;
        background: #5B0024
    }

        .rec-controls-btns .rec-icon-btn.rec-selected {
            background: #5B0024
        }
.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: #D2CABE;
}



.rec-camera {
    left: 0;
}

.rec-audio {
    left: 0;
}

/* When selected, move it to right */
.rec-icon-btn.rec-selected {
    left: 56px;
    background-color: #BA3062;
    top: 2px;
    pointer-events: none;
    padding: 0;
  
}

    .rec-icon-btn.rec-selected img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(145deg) brightness(118%) contrast(92%);
    }

/*.rec-controls-btns.active .rec-icon-btn.rec-selected {
    background-color: transparent;
}*/

    .rec-controls-btns.active .rec-icon-btn.rec-selected img {
        color: #C4634F;
    }

     
        /*.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: #6E2B45;
        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: 8px 8px 0px 0px;
        padding: 12px 12px 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: 12px;
                border-bottom: 1px solid #66243E;
                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;
        background: transparent;
    }

    .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: 36px;
        height: 36px;
        border-radius: 100%;
    }

            .audio-player-container .poet span,
            .audio-player-container .poet-dropdown-inner .poet-drop-list a span {
                font-family: "Recoleta Alt", "Noto Serif Gurmukhi", "NotoSansDevanagariMedium", serif;
                font-size: 16px;
                line-height: 28px;
                color: #A98291;
                padding: 6px 0;
            }

.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%);
    border: 0;
    /* background: transparent; */
}

.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: #E5B443;
    }


.audio-player-container .main-player {
    background-color: #6E2B45;
    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: 79px;
}

/* change by aayush start */
.audio-player-container.activeElem.activeVideo .main-player,
.audio-player-container.activeElem.activeAudio .main-player {
    bottom: 3px;
}
/* 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: 80px;
        background: #894F66;
        font-family: "Recoleta Alt", "Noto Serif Gurmukhi", "NotoSansDevanagariMedium", serif;
        font-size: 14px;
        color: #fff;
    }

.poet-frame {
    padding: 12px 0px;
}

    .poet-frame h4,
    .poet-dropdown h4 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 3px;
        font-weight: 400;
    }

    .poet-frame h4 {
        color: #fff;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 230px;
        font-family: "Recoleta Alt", "Noto Serif Gurmukhi", "NotoSansDevanagariMedium", serif;
        font-size: 14px;
    }

.poet-dropdown h4 {
    font-size: 14px;
    line-height: 40px;
}

.poet-frame .author {
    font-size: 12px;
    line-height: 19px;
    color: #C8AEB8;
    margin-bottom: 0px;
    font-family: "Recoleta Alt", "Noto Serif Gurmukhi", "NotoSansDevanagariMedium", serif;
}

.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: #2d0201;
    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: 26px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 6px 0px 0px;
    background: #894F66;
    top: -22px;
    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;
    border-radius:100%;
}

.audio-player-container.video-poet .player-handles .dropdown-toggle {
    height: 80px;
}

.audio-player-container .play-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    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: 128px;
    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: 300px; /* 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: 9px;
    font-weight: 600;
    background: #D9D1C5;
    border-radius: 6px 6px 0 0;
    padding: 5px;
    height: 24px;
    width: 24px;
    top: -39px;
}
.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%
}

.shareSocial .iconShare .icon.iconShare.icon-Share,
.innerBannerContent .shareSocial .icon, .shareSocial .icon, .shareSocial .linkButton-two .ico {
    color: #6C3D0F;
}

.innerPageContainer .shareSocialIcons {
    background-color: #FCF1EC;
}

/*02-February-2026*/
.bannerReadingpage .shareSocial > ul {
    justify-content: end;
}

    .bannerReadingpage .shareSocial > ul > li {
        flex: none;
        max-width: 50%;
    }

        .bannerReadingpage .shareSocial > ul > li:first-child {
            order: 2;
        }

    .bannerReadingpage .shareSocial > ul > li {
        padding: 13px 12px 10px;
    }

.main-player.removeRadius {
    border-radius: 0;
}

.audio-player-container.activeVideo .removeRadius img {
    display: block;
    height: 36px;
    width: 36px;
}
#dropdownBtn {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#dropdownBtn img{
    height:10px;
    width:10px;
    position:relative;
    left:-6px
}

.bannerReadingpage .shareSocialIcons {
    top: 5px;
    left: initial;
    right: 2px;
}

/*02-February-2026*/

@media screen and (min-width: 1198px) {
    .rec-header {
        display: block;
    }

    .shareMediaControlWithoutMedia {
        position: fixed;
       /* bottom: -7px;*/
        left: 0;
        width: 100%;
        height: 56px;
        background: #E1DACF;
        z-index: 999;
        /*border-top: 1px solid #f2f2f2;*/
        overflow: hidden;
        border-radius: 0;
        padding-top: 14px;
        margin-bottom: 22px;
    }

    .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 17px 17px;
        margin-left: 0;
        background: #d8d1c5;
        /* 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: 20px;
        background: #CCC4B8;
        z-index: 9;
        position: relative;
        margin-top: 10px;
    }

    .rec-audio-player-bg {
        background: #FFF4E6;
        border-radius: 0 0 25px 25px;
        padding-top: 12px;
    }

    /* .rec-play-btn {
        background-color: #751E19;
        color: #fff;
    }*/

    .rec-video-player.active .rec-play-btn {
        background: transparent
    }

        .rec-video-player.active .rec-play-btn i {
            color: #751E19;
        }


    .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 8px;
        max-width: 150px;
        transition: all 0.4s ease;
        white-space: nowrap;
        cursor: pointer;
        font-size: 12px;
      /*  font-family: var(--secondary-font);*/
    }
    .rec-poet-list.active a:last-child .rec-name {
        padding: 6px 12px 4px 8px;
    }
    .audioList .rec-current img {
        border: 2px solid #bc3163;
        height: 30px;
        width: 30px;
    }



    .rec-video-player #youtubePlayer {
        width: 65%;
        flex: 0 0 65%;
        height: 286px;
        border-radius: 10px;
    }

    .fixedVideo.rec-video-player #youtubePlayer {
        border-radius: 10px;
    }

    .rec-video-player.active {
        padding: 8px
    }

    .rec-video-player {
        display: flex;
        background: #D9D1C5;
        padding: 0;
        justify-content: space-between;
        border-radius: 12px
    }

    .rec-video-player #youtubePlayer {
        margin-right: 12px;
    }

        .rec-video-player .rec-poet-list {
            position: relative;
            border-radius: 0;
            width: 38%;
            flex: 38%;
            background: #D2C9BC;
            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 {
      
        position: relative;
     
    }
    .rec-video-player .rec-poet-list a {
         padding: 0 12px 24px 12px;
        margin-right: 0;
        margin-bottom: 0;
    }
    .rec-video-player.fixedVideo .rec-poet-list a {
        padding: 0;
        margin: 0 8px 0 0;
    }
    .rec-video-player .rec-poet-list a::before {
        position: absolute;
        content: "";
        width:100%;
        height: 1px;
        top: 51px;
        background: #A38477;
        opacity: 0.43;
        left:0;
    }
    .rec-poet-list-inner img {
        width: 30px;
        height: 30px;
        border-radius: 100px;
    }
    .rec-video-player .rec-poet-list-inner img {
        width:38px;
        height:38px;
    }
        .rec-poet-list a img {
        border: 0;
    }

    .rec-video-player.active.fixedVideo .rec-poet-list-inner img {
        width: 30px;
        height: 30px;
        border-radius: 100px;
    }
    .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: #b53864;
    }

    .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: #751E19;
        font-family: var(--primary-font);
        text-decoration: none;
    }

    .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: 10px;
        top:0px;
    }

    .rec-icon-btn.rec-selected {
        width: auto;
        height: 34px;
    }

    .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: 300px;
        min-width: 300px;
        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-current:last-child .rec-name {
        padding: 0
    }
        .rec-handles {
            width: auto;
        }
    .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: 160px;
    }

    .rec-container.is-audio-sticky {
        position: fixed;
        bottom: 0px; /* final visible position */
        top: auto;
        left: auto;
        z-index: 999;
        padding: 0;
        border: none;
        /* Smooth slide from bottom */
        transition: bottom 0.3s ease-in-out;
        /* Optional: keep animation if required */
        -webkit-animation: fadeInUp 0.3s ease-out;
        animation: fadeInUp 0.3s ease-out;
        margin-bottom: 0px;
    }


    @keyframes fadeInUp {
        from {
            bottom: -30px;
            opacity: 0;
        }

        to {
            bottom: 0px;
            opacity: 1;
        }
    }

    .rec-container.is-audio-sticky .rec-handles {
        display: none;
    }

    #mainPlayer {
        display: none;
    }
    /* audio css */

    .rec-poet-list.active .rec-poet-list-inner {
        /*display: flex;*/
        /*height: 274px;*/
    }

    .rec-video-player .rec-poet-list.active .rec-poet-list-inner {
        border: 1px solid #C6B7AB;
        border-radius: 12px;
        padding-top: 12px;
        height: 237px;
    }
    .rec-video-player.active.fixedVideo p{
        display:none
    }
    .rec-video-player.fixedVideo .rec-poet-list.active .rec-poet-list-inner {
        border: none;
        border-radius: 0;
        padding-top: 0;
        height: auto;
    }

        .audioList .rec-poet-list-inner cite {
            display: none;
        }

    .audioList .rec-poet-list a.rec-current {
        background: rgb(212 191 185);
        color: #751E19;
    }

    .audioList .rec-poet-list a {
        text-decoration: none;
        flex:initial;
    }

    .rec-controls-btns {
        display: none;
    }


    .rec-right-section.audioList.active {
        height: 46px;
        padding-bottom: 95px;
    }

    .is-audio-sticky .rec-right-section.audioList.active {
        padding-bottom: 112px;
        /*border: 1px solid #f6d8cc;*/
    }


    .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: 16px;
                line-height: 23px;
                font-weight: 600;
                margin-left: 8px;
            }

            .rec-icon-btn.rec-audio.rec-selected {
                color: #BA3062;
            }

            .rec-icon-btn.rec-selected {
                color: var(--cta-and-sub-heading);
                border-bottom: 1px solid;
                border-radius: 0;
                pointer-events: none;
            }

    .rec-icon-btn {
        /*margin-right: 25px*/
    }

        .rec-icon-btn.rec-selected i {
            color: var(--cta-and-sub-heading);
        }

        .rec-icon-btn.rec-selected {
            color: #BA3062;
            padding:0 14px;
            margin-right:9px;
            min-height:35px;
        }

    .rec-icon-btn {
        transition: auto;
        width: auto;
        color: #86646B;
        padding:0 14px;
        border-bottom:1px solid transparent;
        border-radius:unset;
    }

    .audioToggle {
        position: relative;
    }

        .audioToggle .audioToggleBg {
            position: absolute;
            right: 13px;
            top: -28px;
            border-radius: 6px 6px 0 0;
            padding: 6px;
            cursor: pointer;
            display: none;
            background: #3a0017;
            
        }


            .audioToggle .audioToggleBg i {
                font-size: 9px;
                top: -7px;
                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: "Recoleta Alt", "Noto Serif Gurmukhi", "NotoSansDevanagariMedium", serif;
        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: 20px;
    }

    .rec-icon-btn.rec-selected img {
        filter: brightness(0) saturate(100%) invert(28%) sepia(43%) saturate(2296%) hue-rotate(306deg) brightness(90%) contrast(95%);
    }

    .shareMediaControlWithoutMedia {
        position: relative;
        height: auto;
        border-radius: 22px;
        padding-top: 42px;
        z-index: 1
    }

        .shareMediaControlWithoutMedia .bgfixremove, .shareMediaControlWithoutMedia h1, .shareMediaControlWithoutMedia .linkAuthor {
            display: block;
        }

        .shareMediaControlWithoutMedia .flexmobileend {
            justify-content: start;
        }
    .rec-icon-btn, .rec-handles {
        height: 35px
    }
}
@media screen and (min-width: 992px) {
    .videoWidthFix:has(.rec-video-player.active) {
        min-height:300px;
    }
    .rec-container-wrap:has(.rec-right-section.audioList.active) {
        min-height: 130px;
    }
   
}

    @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;
        }
    }

    @media screen and (max-width: 992px) {
        .rec-icon-btn.rec-camera.rec-selected::after {
            border-color: #BA3062;
            width: 5px;
            height: 5px;
            top: 14px;
            left: 17px;
        }

        .shareMediaControlWithoutMedia .rec-icon-btn.rec-camera.rec-selected::after {
            left: 15px;
            width: 4px;
            height: 4px;
        }

        .shareMediaControlWithoutMedia .bgfixremove, .shareMediaControlWithoutMedia h1, .shareMediaControlWithoutMedia .linkAuthor {
            display: block;
        }

        .audioToggle:before {
            content: "";
            width: 43px;
            height: 43px;
            position: absolute;
            top: 1px;
            left: 6px;
            bottom: 0px;
            right: 0px;
            background: #D2CABE;
            border-radius: 100px;
            z-index: 1;
        }
        .rec-poet-list {
            padding-left:44px;
        }
            .rec-poet-list a {
                margin-left:8px;
                margin-right:0px;
            }
            .rec-poet-list-inner:first-child a {
                margin-left: 10px;
            }
        .rec-poet-list a:has(.rec-name:empty) .rec-name {
            display: none;
        }
    }

    .rec-video-player {
        position: relative;
    }

    .click-area {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2; /* above iframe */
        background: transparent;
    }
