

/* Start:/local/components/bible/book/templates/english/style.css?17127547092559*/
.BibleChapterComponent .verse {
    color: black !important;
}
.chapterBlock .copy  {
    width: 30px;
    min-width: 30px;
    height: 16px;
    overflow: hidden;
    cursor: pointer;
}
.chapterBlock .copy .ok {
    position: relative;
    //top: -2px;
}
.chapterBlock .copy  svg{
    position:relative;
    top: 3px;
}
.chapterBlock .copy.active .ok {
    display: block;
}
.chapterBlock .copy .ok,.chapterBlock .copy.active .svg {
    display: none;
}
.verseText.noActive{
    opacity: 0.7;
}
.verseText.active{
   // background-color: var(--color-title-azure);
}
.copyBlock{
    width:60px;
}
.BibleChapterComponent .title, .BibleChapterComponent  h1{
    margin-block-end: 0px !important;
    margin-bottom: 0px !important;
}
.BibleChapterComponent  .verseText .svgInfo{
    cursor:pointer;
}
.BibleChapterComponent  .verseText .svgInfo svg path{
    fill: var(--color-title-azure) !important;
    cursor:pointer;
}
.bibleParallels{
    padding: 0px 10px 10px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 10px 0;
}
.bibleParallels .parallelPaths{
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
}
.bibleParallels .parallelPaths .pathParallel{
    white-space: nowrap;
    color: var(--color-title-azure);
    cursor: pointer;
    margin-right: 10px;
}
.bibleParallels  .pathFullItem{
    font-size:12px;
}
.bibleParallels  .pathFullItem .path{
    font-size:12px;
    width: 70px !important;
    min-width: 70px !important;
    margin-bottom: 2px;
}
.bibleParallels  .pathFullItem,.bibleParallels.active  .parallelPaths{
    display:none;
}
.bibleParallels.active  .pathFullItem{
    display:flex;
}
.bibleParallels .parallelView{
    font-size:14px;
    margin-bottom: 10px;
}
.bibleParallels .parallelView span{
    font-size:12px;
    color: var(--color-title-azure);
    cursor:pointer;
}
.bibleParallels .parallelView .parallelNoActive, .bibleParallels.active  .parallelView .parallelViewActive{
    display:none;
}
.bibleParallels.active .parallelView .parallelNoActive{
    display: inline-block;
}
.bibleParallels .close{
    cursor:pointer;
    position:relative;
    top: 5px;
    width:100%;
    text-align:right;
    z-index: 9999;
}

.BibleBookComponent .bookChapter {
    width: 200px;
}
.bookListChapter a{
    color:black !important;
}
.bookListChapter{
    display:flex;
    flex-wrap: wrap;
}
.BibleBookComponent .Lopuhin{
    margin-top: 20px;
    font-size:12px;
}
/* End */


/* Start:/local/components/main/breadCrumbs/templates/.default/style.css?17806441032553*/
/* Контейнер */
.mainBreadCrumbsComponent.new-style {
    margin: 15px 20px 25px;
    padding: 10px 16px;
    border-radius: 10px;
    transition: all 0.3s;
}

.mainBreadCrumbsComponent.new-style:hover {
    box-shadow: 0 4px 12px rgba(0, 109, 119, 0.12);
}

.mainBreadCrumbsComponent.new-style .Breadcrumbs.Flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Элемент списка */
.mainBreadCrumbsComponent.new-style .bc-item {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
}

/* Иконка домика для первого элемента (Главная) */
.mainBreadCrumbsComponent.new-style .bc-item:first-child .bc-link .home-icon {
    display: inline-flex;
    margin-right: 4px;
    vertical-align: middle;
}

.mainBreadCrumbsComponent.new-style .bc-item:first-child .bc-link .home-icon svg {
    width: 14px;
    height: 14px;
    display: block;
}

/* Ссылка (цвет #006d77) */
.mainBreadCrumbsComponent.new-style .bc-link {
    color: #006d77;
    text-decoration: none;
    font-weight: 500;
    padding: 2px 4px;
    border-radius: 4px;
    transition: all 0.25s;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.mainBreadCrumbsComponent.new-style .bc-link:hover {
    color: #004d54;
    background: rgba(0, 109, 119, 0.08);
    text-decoration: none;
}

/* Разделитель (стильная стрелка) */
.mainBreadCrumbsComponent.new-style .bc-separator {
    display: flex;
    align-items: center;
    margin: 0 6px;
    color: #b0c4c6; /* Нейтральный серо-голубой */
    opacity: 0.6;
}

.mainBreadCrumbsComponent.new-style .bc-separator svg {
    width: 10px;
    height: 10px;
}

/* Текущая страница (жирная, с фоном) */
.mainBreadCrumbsComponent.new-style .bc-current {
    color: #006d77;
    font-weight: 600;
    background: rgba(0, 109, 119, 0.1);
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 13px;
    cursor: default;
}

/* Адаптивность */
@media (max-width: 768px) {
    .mainBreadCrumbsComponent.new-style {
        margin: 10px 12px 18px;
        padding: 8px 12px;
    }
    .mainBreadCrumbsComponent.new-style .bc-item {
        font-size: 12px;
    }
}

/* End */


/* Start:/local/components/main/pager/templates/.default/style.css?17806432612919*/
.MainPagerComponent .inputChapterBlock svg path {
   // stroke: var(--color-title-background);
}
.MainPagerComponent .inputChapterBlock .next svg,.MainPagerComponent .inputChapterBlock .preview svg {
    position:relative;
    top: 1px;
}
.MainPagerComponent .inputChapterBlock svg {
    width: 25px !important;
    height: 25px !important;
    cursor: pointer;
}
.MainPagerComponent .inputChapterBlock{
    margin-left: 30px;
}
.MainPagerComponent .chapterGo{
    width: 23px;
    height: 23.6px;
    background-color: var(--color-title-background);
    position: relative;
    top: -1px;
    z-index: 1;
    left: -10px;
    margin-right: -10px;
    cursor:pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.MainPagerComponent .chapterGo svg path {
    stroke: white !important;
    fill: white !important;
}
.MainPagerComponent .inputChapterNumber{
    margin: 0 5px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    text-align: center;
    outline: none;
    border: 1px solid var(--color-title-background);
    background-color: white;
    color: var(--color-title-background);
    font-size: 14px;
    position: relative;
    top: -1px;
    z-index: 2;
}
.bottomNavigation{
    font-size: 12px;
}
.bottomNavigation a{
    color: black !important;
}
.bottomNavigation svg{
    position:relative;
    top: 3px;
    margin: 0 10px;
}
.bibleSelect{
    width:50px;
    height:20px;
    text-align:center;
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: var(--color-title-azure);
    cursor:pointer;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
}
.bibleSelect::-ms-expand { display: none; }
.bibleSelect:hover { border-color: #888; }
.bibleSelect:focus { border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}
.bibleSelect option {
    font-weight:normal;
    border-radius:5px;
}
.bibleSelect option.blue {
    background-color: var(--color-title-background);
    color: white !important;
    font-weight:bold;
}
*[dir="rtl"] .bibleSelect, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}
.scrollbar.Y.min::-webkit-scrollbar {
    width: 5px !important;
    height: 20px !important;
}
.scrollbar.Y.min::-webkit-scrollbar-thumb {
    width: 2px !important;
    height: 2px !important;
}
.scrollbar.Y.min::-webkit-scrollbar-track {
    width: 2px !important;
    height: 2px !important;
}
/* End */
/* /local/components/bible/book/templates/english/style.css?17127547092559 */
/* /local/components/main/breadCrumbs/templates/.default/style.css?17806441032553 */
/* /local/components/main/pager/templates/.default/style.css?17806432612919 */
