﻿
.accordion-button::after {
    margin-right: 0 ;
}

i {
    font-style: normal;
}

.StartPresentingFloat {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    left: 15px;
    background-color: white;
    border-radius: 50px;
    border-color: blue;
    color: blue;
    box-shadow: 0px 0px 10px;
    z-index: 100000;
}

.BackToTopFloat {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
    background-color: white;
    border-radius: 50px;
    border-color: blue;
    color: blue;
    box-shadow: 0px 0px 10px;
    z-index: 100000;
}

.btn-outline-customed {
    --bs-btn-color: #2B5CA6;
    --bs-btn-border-color: #2B5CA6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2B5CA6;
    --bs-btn-hover-border-color: #2B5CA6;
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2B5CA6;
    --bs-btn-active-border-color: #2B5CA6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #2B5CA6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2B5CA6;
    --bs-gradient: none;
}
.theme-black .btn-outline-customed {
    --bs-btn-color: #b0caf3;
    --bs-btn-border-color: #b0caf3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b0caf3;
    --bs-btn-hover-border-color: #b0caf3;
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b0caf3;
    --bs-btn-active-border-color: #b0caf3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #b0caf3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #b0caf3;
    --bs-gradient: none;
}

.BibleScriptureText {
    font-family: Lotus_BSE !important, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.verse-scripture {
    line-height:50px;
    color: var(--main-text-color) !important;
    outline-color: transparent;
    /*    font-family: Lotus_BSE !important;*/
    -webkit-user-select: none; /* Chrome 49+ */
    -moz-user-select: none; /* Firefox 43+ */
    -ms-user-select: none; /* No support yet */
    user-select: none; /* Likely future */
    outline: 0px transparent;
    margin-bottom: .5rem;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 5px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 5px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 5px;
    width:fit-content;
}

.resourceTypeStrong {
    color: #0173fb;
    margin-bottom: 20px;
}

.highlight {
    display: inline;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, rgb(255 69 0) 65%);
    box-shadow: inset 0 -0.5em 0 rgb(255 203 86);
}

.highlight-red {
    border-radius: 1em 0 1em 0;
    background-image: linear-gradient( -100deg, rgba(255, 20, 0, 0.2), rgba(255, 20, 0, 0.7) 95%, rgba(255, 20, 0, 0.1) );
}

.highlight-yellow {
    border-radius: 1em 0 1em 0;
    background-image: linear-gradient( -100deg, rgba(255, 224, 0, 0.2), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1) );
}

.highlight-green {
    border-radius: 1em 0 1em 0;
    background-image: linear-gradient( -100deg, rgba(0, 255, 20, 0.2), rgba(0, 255, 20, 0.7) 95%, rgba(0, 255, 20, 0.1) );
}

.highlight-blue {
    border-radius: 1em 0 1em 0;
    background-image: linear-gradient( -100deg, rgba(0, 20, 255, 0.2), rgba(0, 20, 255, 0.7) 95%, rgba(0, 20, 255, 0.1) );
}

.ChapterNum {
    color: white;
    background-color: #2B5CA6;
    width: 45px;
    margin: 4px;
    padding: 4px;
    vertical-align: middle;
    font-family: Geneva, Verdana, sans-serif;
}

.VerseTitle {
    font-family: Lotus_BSE !important;
    color: var(--main-subheading-text-color);
    /*color: darkred;*/
    line-height: inherit;
}

.VerseTitleResources {
    font-family: Lotus_BSE !important;
    color: var(--main-subheading-text-color);
}

.form-switch .form-check-label::before, .form-switch .form-check-label::after {
    transform: scale(1.5);
    margin-top: 5px;
    margin-right: -10px;
}

#PlayerSection {
    margin-top:9px;
    border-radius: 15px;
}

#SearchSection {
    padding:1rem;
}

#SettingSection {
    padding: 7px;
    margin: 0;
    margin-top: 0px;
    border-radius: 10px;
    background-color: white;
    font-family: GE_SS_Two_Bold, sans-serif;
}

#BibleSection {
/*    border-color: #005890;
    border-width: 9px;
    border-style: solid;
    border-radius: 20px;*/
}

#PlayerDramaOptions {
    padding: 0;
    margin-top: 6px;
    display: inline-flex;
    justify-content: center;
}
#PlayerDramaOptions div {
    margin-right: 60px;
    width: auto;
    transform: scale(1.4);
}
.Scriptures {
    border-radius: 10px;
    padding: 5px;
    font-family: GE_SS_Two_Bold, sans-serif;
}
i.crossRef {
    vertical-align: baseline !important;
}
a.crossRef {
    vertical-align: sub !important;
}
.form-check-label {
    font-size: 1.0rem;
    margin-right: 10px;
    margin-top: 5px;
}
h2 {
    margin: 0;
    border-radius: 10px;
}
#BibleAccordion {
    height: auto;
    max-height: 55vh;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 6px;
    font-family: GE_SS_Two_Bold, sans-serif;
}
.accordion-button {
    padding: 0.7rem;
}

.accordion-button::after {
    margin-left: 0 ;
}

.popover-header {
    color: black !important;
}

.ResourceBtn {
    background-color: white;
    color: #00427e;
    /*border-color: gray;*/
    vertical-align: super;
    outline: none;
    padding: 3px;
    line-height: 1px;
    margin: 2px;
    margin-right: -1px;
}

.MeaningBtn {
    color: #316AC0;
    padding: 0;
    padding-right: 1px;
    font-size: inherit;
    box-shadow: none;
    text-decoration: none;
}

#NavHeader {
    font-size: 1.2rem;
    width: -webkit-fill-available;
    inline-size: -webkit-fill-available;
    font-family: GE_SS_Two_Bold, sans-serif;
}
#NavHeader button {
    padding: .375rem 5px;
}

#BibleHeader {
    border-radius: 8px;
    width: 100%;
    background-color: #0058903b;
    padding: 4px;
}

#verse-dropdown {
    width: 100%;
    position: sticky;
    margin:auto;
    bottom: 0;
    padding: 0;
    z-index: 99999;
}
.first-verse-in-paragraph {
    margin-right: 20px;
}

.context-menu-icon-cast {
    background-image: url('/chromecast.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
}
.context-menu-icon-cast.context-menu-hover {
    background-image: url('/chromecast_white.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
}
#presentBtn.TurnedOn:hover {
    color: red !important;
    border-color: red !important;
}
    #presentBtn.TurnedOn:hover img {
        content: url('/stop-cast-button.png');
    }

#Study_Notes_chapter_resources_tab,
#Notes_chapter_resources_tab,
[id^="Study_Notes_verse_resources_tab_"]:not([id^="Study_Notes_verse_resources_tab_btn_"]),
[id^="Notes_verse_resources_tab_"]:not([id^="Notes_verse_resources_tab_btn_"]) {
    font-family: Lotus_BSE, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

    #Study_Notes_chapter_resources_tab a[data-bs-toggle="collapse"][data-bs-target][href="#"],
    #Notes_chapter_resources_tab a[data-bs-toggle="collapse"][data-bs-target][href="#"],
    [id^="Study_Notes_verse_resources_tab_"] a[data-bs-toggle="collapse"][data-bs-target][href="#"],
    [id^="Notes_verse_resources_tab_"] a[data-bs-toggle="collapse"][data-bs-target][href="#"],
    #Study_Notes_chapter_resources_tab span[style*="font-size: 70px"],
    #Notes_chapter_resources_tab span[style*="font-size: 70px"],
    [id^="Study_Notes_verse_resources_tab_"] span[style*="font-size: 70px"],
    [id^="Notes_verse_resources_tab_"] span[style*="font-size: 70px"] {
        font-size: 35px !important;
    }

    #Study_Notes_chapter_resources_tab p,
    #Notes_chapter_resources_tab p,
    [id^="Study_Notes_verse_resources_tab_"] p,
    [id^="Notes_verse_resources_tab_"] p {
        font-size: 25px !important;
    }

#English_Translation_chapter_resources_tab strong[style*="color:black"] {
    font-size: 10px !important;
}

.theme-black #English_Translation_chapter_resources_tab p[style*="color:black"],
.theme-black #English_Translation_chapter_resources_tab strong[style*="color:black"],
.theme-black #Study_Notes_chapter_resources_tab p[style*="color:black"],
.theme-black #Notes_chapter_resources_tab p[style*="color:black"],
.theme-black [id^="Study_Notes_verse_resources_tab_"] p[style*="color:black"],
.theme-black [id^="Notes_verse_resources_tab_"] p[style*="color:black"],
.theme-black #Study_Notes_chapter_resources_tab a[style*="color:black"],
.theme-black #Notes_chapter_resources_tab a[style*="color:black"],
.theme-black [id^="Study_Notes_verse_resources_tab_"] a[style*="color:black"],
.theme-black [id^="Notes_verse_resources_tab_"] a[style*="color:black"] {
    color: white !important;
}

.theme-black #Study_Notes_chapter_resources_tab span[style*="color:#1679BC"],
.theme-black #Notes_chapter_resources_tab span[style*="color:#1679BC"],
.theme-black [id^="Study_Notes_verse_resources_tab_"] span[style*="color:#1679BC"],
.theme-black [id^="Notes_verse_resources_tab_"] span[style*="color:#1679BC"],
.theme-black #English_Translation_chapter_resources_tab p[style*="color:#AC1616"] {
    color: #f5b13A !important;
}

.theme-black #Study_Notes_chapter_resources_tab span[style*="color: #265ca4"],
.theme-black #Notes_chapter_resources_tab span[style*="color: #265ca4"],
.theme-black [id^="Study_Notes_verse_resources_tab_"] span[style*="color: #265ca4"],
.theme-black [id^="Notes_verse_resources_tab_"] span[style*="color: #265ca4"] {
    color: #afcbf3 !important;
}

.theme-black #English_Translation_chapter_resources_tab span[style*="color:#1679BC"] {
    color: #CED4DA !important;
}

.theme-black #Study_Notes_chapter_resources_tab a[data-bs-toggle="collapse"],
.theme-black #Notes_chapter_resources_tab a[data-bs-toggle="collapse"],
.theme-black [id^="Study_Notes_verse_resources_tab_"] a[data-bs-toggle="collapse"],
.theme-black [id^="Notes_verse_resources_tab_"] a[data-bs-toggle="collapse"] {
    color: #4ED1F6 !important;
}

#footNotesError {
    color: red !important;
}


#sticky-card-header {
    position: sticky;
    z-index: 1040;
    transition: top 0.8s;
}

#BibleAccordion, #ChapterResourcesSection, #PlayerSection, #SettingSection {
    position: sticky;
    transition: top 0.8s;
}

.theme-black #sticky-card-header,
.theme-black #BibleAccordion,
.theme-black #ChapterResourcesSection,
.theme-black #PlayerSection .box,
.theme-black #SettingSection {
    background-color: #282828 !important;
}

.theme-white #sticky-card-header,
.theme-white #BibleAccordion,
.theme-white #ChapterResourcesSection,
.theme-white #PlayerSection .box,
.theme-white #SettingSection {
    background-color: white !important;
}

.theme-sepia #sticky-card-header,
.theme-sepia #BibleAccordion,
.theme-sepia #ChapterResourcesSection,
.theme-sepia #PlayerSection .box,
.theme-sepia #SettingSection {
    background-color: rgba(233, 230, 211, 255) !important;
}