body {
    overflow: auto !important;
}

.df-ui-slow {
    width: 100vw !important;
}

.audio-file audio {
    position: absolute;
    bottom: 25px;
    width: calc(100% - 100px);
    left: 20px;
}

.mobile-audio {
    position: absolute;
    bottom: 0;
    opacity: 0;
    z-index: -1000000;
    background: black;
    width: 100%;
    height: 100px;
    color: white;
}

.close-mobile-audio {
    position: absolute;
    right: 0px;
    font-size: 45px !important;
    top: -30px;
    background: black;
    padding: 10px;
    border-radius: 10px;
}

.srk-chapter-orange div {
    width: 30%;
}

.srk-container {
    /* border-right: 2px solid #c6c6c6; */
    width: 220px;
    background: #fff;
    height: 94vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500000;
    overflow: hidden;
}

.df-active-mobile {
    width: 66px;
    justify-content: center;
}

.df-ui-page-label {
    top: 25% !important;
    font-size: 20px !important;
}

.player-text {

    font-size: 30px !important;
}

.df-ui-controls-mobile {
    width: 84vw !important;
    justify-content: space-evenly !important;
    height: 100px;
}

.df-ui-controls-mobile-btn {
    height: 65px;
    font-size: 25px !important;
    display: flex !important;
    align-items: center !important;
}

.close-btn {
    display: none;
    list-style: none;
    padding: 0px;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    /* justify-content: end;
    position: absolute;
    top: 15px;
    right: 35px; */
}


.srk-chapter-list ul {
    overflow: overlay;
    max-height: 100%;
    background: white !important;
}

.srk-chapter-index {
    padding: 5px;
    background: #ffdf6e;
}

.df-container {
    height: 100vh !important;
    min-width: unset;
    /* width: 86%; */
    display: block;
    margin-left: auto;
}




/* width */
.srk-container ::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.srk-container ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.srk-container ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.srk-container ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.df-sidemenu,
.df-ui-share {
    display: none !important;
}

.chapter-img-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: #0000004a;
}

.srk-chapter-list img {
    cursor: pointer;
}

.srk-chapter-list audio {
    zoom: 65%;
}

/* .srk-audio-list audio {
    display: none;
} */

.audiodata,
.playaudio {
    display: none;
}

/* #bnttext1{
    display: block!important;
} */
/* #btnone, #btntwo audio, #bnttext {
    display: none;
} */

/* #btntwo #audio1{
    display: block!important;
} */

.df-ui-controlss {
    display: none !important;
}

.df-ui-pagemode {
    display: none !important;
}

.ti-layout-grid2 {
    display: none !important;
}

.play-pause-btn {
    /* display: none; */
    bottom: 0px;
    position: absolute;
    z-index: 1000000000 !important;
    left: 0;
    padding: 10px 0;
    width: 100%;
    /* min-height: 100px; */
    background: #000000;
    align-items: center;
}

.playaudio {
    background-color: transparent;
    color: white;
    font-size: 0px !important;
    border: none !important;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0px 5px;
}

@media screen and (max-width: 600px) {
    .srk-flip-book {
        display: none !important;
    }
}


.srk-flip-book {
    /*display: none;*/
    position: relative;
    left: 0px;
    transition: all 1s;
}

.srk-flip-book-toggle {
    left: -200px;
}

.chap-video-btns {
    position: absolute;
    left: -150px;
    bottom: 45px;
    background-color: black;
    border: none;
    color: white;
    opacity: 1;
    border-radius: 5px;
    padding: 5px 20px;
    z-index: 1500000;
    transition: left 1s;
}

.chap-video-btns:visited,
.chap-video-btns:focus,
.chap-video-btns:active {
    background-color: black;
    border: none;
    box-shadow: none !important;
}

.chap-video-btns:hover {
    background-color: black;
}


.srk-chap-name-p-tag:first-child {
    margin-top: 5px !important;

}

.srk-chap-name-p-tag:last-child {
    margin-bottom: 100px !important;

}

.chap-video-btn {
    cursor: pointer;
}

/* .chap-overlay{
    background-color: rgba(0, 0, 0, 0.421);
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    transition: opacity 1s;
} */
.chap-list:hover .chap-video-btn {
    /* opacity: 1; */
    left: 1px;
}

/* Modal CSS  */
.video-modal {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    display: none;
    top: 0;
    left: 0;
    z-index: 1000000 !important;
    background-color: black;
}

.video-box {
    position: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px !important;
    background-color: white;
    padding: 5px;
    border-radius: 10px;
}

.close-sign,
.open-chap {
    position: absolute;
    right: -55px;
    top: 16px;
    font-size: 25px;
    background: #022a7d;
    color: white;
    padding: 5px 20px;
    font-weight: 600;
}

#mob-chap {
    position: fixed;
    bottom: 10px;
    left: 22px;
    z-index: 10000;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 25px;
}

/* range CSS Start From here  */
.page-range {
    width: 75% !important;
}

.page-menu-icons {
    width: 20% !important;
}

.loading-flipbook {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    color: white;
    top: 0;
    left: 0;
    background-color: #000000e8;
    z-index: 9999999;
    font-size: 35px;
}

.dot1,
.dot2,
.dot3 {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
    animation: dot-animation 0.8s infinite ease-in-out;
}

.dot2 {
    animation-delay: 0.1s;
}

.dot3 {
    animation-delay: 0.2s;
}

@keyframes dot-animation {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

.hidden-flipbook {
    display: none;
}

.icon-size {
    font-size: 70px !important;
}

.chapter-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* Yahaan aap specify kar sakte hain ki aapko kitni lines tak text dikhana hai */
    overflow: hidden;
    height: 60px !important;
}
