.banner {
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}
.left-arr, .right-arr {
    width: 15px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.bottom-nxt-pre .previous_chapter, .bottom-nxt-pre .next_chapter {
    background-color: #dedfe0 !important;
}

#chapter-count button {
    background: #F1F6FF;
    transition:0.3s;
    width:50px;
    height: 50px;
}
#chapter-count button.active {
    color:white;
    background: rgb(13, 51, 140);
}

#chapter-list .card {
    display: inline !important;
    background: #1356DC 0% 0% no-repeat padding-box;
}
.vers-list {
    background: #0D3187;
    margin-top: -32px;
    width: 20%;
}
.vers-content_1, .vers-content_2 {
    box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
}
.book_marked {
    margin-top: -16px;
    width: 40%;
}
.custom-tooltip {
    position: relative;
}
.custom-tooltip .tooltip-content {
    visibility: hidden;
    width: 100px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 113%;
    left: 50%;
    margin-left: -42px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: medium;
}
.custom-tooltip .tooltip-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.custom-tooltip:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
}
fieldset, legend {
    all: revert;
}
.share-bible-content {
    display: none;
}
.cpt-num {
    height: 40px;
    justify-content: center;
}
.notes {
    position: absolute;
    background: #720E02;
    padding: 3px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 5px;
    bottom: 0 !important;
    margin-right: -34px;
    width: 25px;
    height: 25px;
}
#download_1, #download_2 {
    height: 30px;
}


.background-clr {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 8px;
}
.color-list, .backgroung-img-list {
    overflow-x: scroll;
    display: flex !important;
    gap: 10px;
}
.color-list::-webkit-scrollbar, .backgroung-img-list::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.shr-mrk-cpy .card {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    height: 40px;
    width: 40px;
}
.version-content {
    place-content: center;
}
.edit-content {
    height: 270px;
}
.color-list button {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
#updatemodal_1 .modal-footer img, #updatemodal_2 .modal-footer img {
    width: 20px;
    height: 20px;
}
#updatemodal_1 .modal-footer button.active, #updatemodal_1 .modal-footer button:hover, #updatemodal_2 .modal-footer button.active, #updatemodal_2 .modal-footer button:hover {
    border-color: #0087ff!important;
    box-shadow: rgb(48 137 255 / 5%) 0px 6px 24px 0px, rgb(0 109 255 / 8%) 0px 0px 0px 1px!important;
}
#updatemodal_1 .modal-footer button, #updatemodal_2 .modal-footer button {
    border-color: #a2a2a2 !important;
    box-shadow: rgba(75, 75, 75, 0.05) 0px 6px 24px 0px, rgb(0 109 255 / 8%) 0px 0px 0px 1px!important;
}
.btm-left-arr, .btm-right-arr {
    width: 16px;
}
.popover-body {
    padding: 5px!important;
}
.facebook, .twitter {
    width: 85%;
}
#shr-mrk-cpy-1, #shr-mrk-cpy-2 {
    margin-bottom: -45px;
}
.color-1, .bg_color-1 {
    background: #5199FE;
}
.color-2, .bg_color-2 {
    background: #eb4034;
}
.color-3, .bg_color-3 {
    background: #98b000;
}
.color-4, .bg_color-4 {
    background: #006b62;
}
.color-5, .bg_color-5 {
    background: #001b54;
}
.color-6, .bg_color-6 {
    background: #32006b;
}
.color-7, .bg_color-7 {
    background: #ffc400;
}
.color-8, .bg_color-8 {
    background: #ff002f;
}
.color-9, .bg_color-9 {
    background: #5e5e5e;
}
.color-10, .bg_color-10 {
    background: #961900;
}
.color-11, .bg_color-11 {
    background: #1d7d45;
}
.facebook, .twitter, .whatsapp {
    width: 40px;
}
@media(max-width: 990px) {
    .vers-list {
        width: 35%;
    }
}

@media(max-width: 600px) {
    .banner .d-flex {
        display:block !important;
    }
    #chapter-count {
        overflow-x: scroll;
        display: flex !important;
        gap: 5px;
    }
    #chapter-count button {
        height: 38px;
    }
    .bibe-read-1 {
        background: #f2f2f2ab;
    }
    .bibe-read-2 {
        margin-top: -17px !important;
    }
    .btm-left-arr, .btm-right-arr {
        width: 10px;
    }
    .vers-content_2 .vers-list {
        display: none;
    }
    .book_marked {
        width: 80%;
    }
    .notes {
        margin-right: -7px;
    }
    .vers-content_1 {
        margin: 1rem 0 0 0 !important;
    }
    .vers-content_2 {
        margin: 0.1rem 0 1rem 0 !important;
    }
    .upload-img {
        background: none !important;
    }
}

@media (min-width: 600px) and (max-width: 768px){
    .book_marked {
        margin-top: -16px;
        width: 93%;
    }
}


@media(max-width: 1024px) {
    .vers-list {
        width: 32%;
    }
    #chapter-count {
        display: flex;
        overflow: auto;
        gap: 8px;
    }
    #chapter-count button {
        height: auto;
    }
}