.tab-option .nav-link.active {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #E1B847; /* Using color keyword */
}
.share {
    filter: brightness(0) saturate(100%);
}
.right-arr {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7425%) hue-rotate(356deg) brightness(110%) contrast(98%);
    width: 15px;
}
.version_content, .notes_content {
    height: 130px;
    overflow: hidden;
}
.notes {
    background: #DBF1FB;
}
.read-more {
    background: #66C0DF;
}
.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, .nav-tabs::-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;
}
.popover-body {
    padding: 5px;
}
#updatemodal .modal-footer img {
    width: 20px;
    height: 20px;
}
.thumb_img {
    height: 180px;
    transition: 0.5s;
    /* max-inline-size: fit-content; */
    align-self: center;
}
.wallpaper .thumb_img {
    height: 300px;
}
#download {
    height: 30px;
}
#library {
    min-height: 60vh;
}
#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;
}
.notes_modal {
    height: 200px;
    overflow: scroll;
}
.notes_modal::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.vd-crd::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 48%);
    border-radius: 5px;
}
.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;
}
#near-by-church .book_mark {
    width: 18px;
    height: fit-content;
}
.location, .browser, .phone-number, .timer {
    width: 15px;
    height: fit-content;
}


#book .card {
    height: 250px !important;
    transition: 0.5s;
    overflow: hidden;
    a {
        color:rgb(255, 255, 255) !important;
    }
}
#book .card:hover {
    transform: scale(1.02);
}
#book .card img {
    transition: 0.5s;
}
#book .card:hover img {
    transform: scale(1.07);
}
#book .nav-link, #bible-stories .nav-link { 
    color: #595757!important;
}
#book .nav-link.active, #bible-stories .nav-link.active { 
    color: #141313!important;
}


#bible-stories .card {
    height: 180px !important;
    transition: 0.5s;
    overflow: hidden;
    a {
        color:rgb(255, 255, 255) !important;
    }
}
#bible-stories .card:hover {
    transform: scale(1.02);
}
#bible-stories .card .card1 {
    transition: 0.5s;
}
#bible-stories .card:hover .card1 {
    transform: scale(1.07);
}
#bible-stories .card1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(5 5 5 / 65%);
    border-radius: 15px;
}
@media(max-width: 600px) {
    .version_content, .notes_content {
        height: 80px;
        overflow: scroll;
    }
    .tab-option .nav-link {
        font-size: 18px !important;
    }
    .upload-img {
        background: none !important;
    }
    #bookmarks .justify-content-evenly {
        flex-flow: wrap;
    }
}

@media (min-width: 600px) and (max-width: 768px){
    .version_content, .notes_content {
        height: 150px;
    }
}