.banner {
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}
.search-btn {
    height: 44px;
    margin-top: 4px;
}
#bible_reading .cptr-vers {
    background: transparent linear-gradient(270deg, #F1F6FF00 0%, #F1F6FF 100%) 0% 0% no-repeat padding-box;
}
.cptr-vers {
    color: rgb(13, 51, 140);
}
#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;
}
.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;
}
.disabled-img {
    opacity: 0.5;
    pointer-events: none;
}

#chapter-list .card {
    display: inline !important;
}
.vers-list {
    background: #0D3187;
    margin-top: -40px;
    width: 10%;
}
.vers-content {
    box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
}
.book_marked {
    margin-top: -24px;
    width: 23%;
}
.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: 5px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 5px;
    bottom: 0 !important;
    margin-right: -47px;
    width: 30px;
    height: 30px;
}
#download {
    height: 30px;
}
.popover-body {
    padding: 5px!important;
}
.facebook, .twitter {
    width: 85%;
}
@media(max-width: 1024px) {
    .vers-list {
        width: 18%;
    }
    #chapter-count {
        display: flex;
        overflow: auto;
        gap: 8px;
    }
    #chapter-count button {
        height: auto;
    }
}
@media(max-width: 600px) {
    .banner .d-flex {
        display:block !important;
    }
    .search-btn {
        width: 100%;
        margin-top: 0px;
        background: #183779!important;
        color: white !important;
    }
    #chapter-count {
        overflow-x: scroll;
        display: flex !important;
        gap: 5px;    
    }
    .vers-list {
        width: 28%;
    }
    .left-arr, .right-arr {
        width: 10px;
    }
    .btm-left-arr {
        margin-right: 0.4rem !important;
        width: 12px;
    }
    .btm-right-arr {
        margin-left: 0.4rem !important;
        width: 12px;
    }
}


.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 .modal-footer img {
    width: 20px;
    height: 20px;
}
#shr-mrk-cpy {
    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;
}
#updatemodal .modal-footer button.active, #updatemodal .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 .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;
}
@media(max-width: 1024px) {
    .book_marked {
        width: 62%;
    }
}
@media(max-width: 600px) {
    .book_marked {
        width: 300%;
    }
    .notes {
        margin-right: -15px;
    }
    .upload-img {
        background: none !important;
    }
}