.bookList h2 {
    padding-left: 1px;
}
.bookList h3 {
    padding-left: 2px;
    /* background-color: var(--gold);
    padding: 0;
    text-align: center;
    margin-top:1rem;
    margin-bottom:1rem; */
}
#book .bookMenu .expandButton {
    padding: 0;
    border: none;
    background: url(/_bible/res/img/nextBlack.svg) center center / 40% no-repeat;
    width: 1rem;
    margin-left: 1rem;
}
#book .bookMenu .expandButton:hover {
    background: url(/_bible/res/img/next.svg) center center / 40% no-repeat;
}
#book .bookMenu .expandButton.expanded {
    transform: rotate(90deg);
}
.verses .verseCarrier {
    min-width: 300px;
    display: flex;
    justify-content: space-between;
    padding-right: 2rem;
}
.verses .item.parallel {
    flex-direction: column;
    border-bottom: dashed 1px var(--light-grey);
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}
.verses .item.serial {
    flex-direction: row;
}
.verses .verse {
    padding:0 1rem 1rem 0;
}
.verseCarrier .form-check-input {
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0!important;
    background-color: var(--light-grey);
}
.verseCarrier .form-check-input:checked {
    background-color: #fff;
    border-radius: 0;
    border: none;
    background-image: url(/_bible/res/img/checked.svg) ;
}

.verseCarrier .dropstart button {
    padding: 0;
    border: none;
    line-height: 0;
    margin: 0!important;
}
.verseCarrier .dropstart .form-check-inline {
    margin: 0;
}
.verseCarrier .dropstart button::after, .verseCarrier .dropstart button::before {
    display: none;
}
.verseCarrier .dropdown-item {
    background: transparent;
    padding: 0;
    margin-bottom: 0.5rem;
}
.verseCarrier .dropdown-item:last-child {
    margin-bottom: 0;
}
.verseCarrier .dropdown-item:hover {
    text-decoration: none;
}
.verseCarrier .dropdown-menu {
    border: none;
    border-radius: 0;
    border: 1px solid #D0D6DC;
    background: #FFF;
    box-shadow: 0px 7px 25px 0px rgba(95, 82, 56, 0.25);
    padding: 1.25rem;
}
.verseCarrier .dropdown-menu .menuItem {
    font-size: 1.125rem;
    color: var(--black);
    display: flex;
    align-items: center; 
}
.verseCarrier .dropdown-menu .menuItem:hover {
    color: var(--gold);
}
.verseCarrier .dropdown-menu .menuItem::before {
    content: '';
    height: 1.125rem;
    width: 1rem;
    display: flex;
    margin-right: 0.5rem;
}

.verses .verse.size1 {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.verses .verse.size2 {
    font-size: 1rem;
    line-height: 1.5rem;
}
.verses .verse.size3 {
    font-size: 1.25rem;
    line-height: 1.875rem;
}
.verses .verse.size4 {
    font-size: 1.375rem;
    line-height: 2rem;
}
.verses .verse.size5 {
    font-size: 1.5rem;
    line-height: 2rem;
}

@layer bible {
    .copy::before {
        background: url(/_bible/res/img/copy.svg) center center / contain no-repeat;
    }
    .copy:hover::before {
        background: url(/_bible/res/img/copyGold.svg) center center / contain no-repeat;
    }
}
@layer bible {
    .copyLink::before {
        background: url(/_bible/res/img/copyLink.svg) center center / contain no-repeat;
    }
    .copyLink:hover::before {
        background: url(/_bible/res/img/copyLinkGold.svg) center center / contain no-repeat;
    }
}
@layer bible {
    .commentWrapper {
        cursor: pointer;
    }
    .commentCarrier h2 {
        padding-top: 2rem!important;
        padding-bottom: 0!important;
    }
    .drop .comment::before {
        background: url(/_bible/res/img/comment.svg) center center / contain no-repeat;
    }
    .drop .comment:hover::before {
        background: url(/_bible/res/img/commentGold.svg) center center / contain no-repeat;
    }
    .modal .comment {
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        border-bottom: solid 1px var(--grey);
    }
}
.translationHeader .item {
    margin:0 3rem 2rem 0;
    /* position:"relative"; */
    padding: 0.5rem 0;
    display: block;
}

.close {
    background: url(/_bible/res/img/close.svg) center center / contain no-repeat;
    opacity: 0.2;
    height: 0.75rem;
    width: 1rem;
    cursor: pointer;
    /* position: absolute;
    top:0;
    right:2rem; */
}
.close:hover {
    opacity: 1;
}
.bookMenuContent {
    display: flex;
}
.bookMenuContent>* {
    width: auto;
}
.settings {
    display: flex;
    padding: 2rem 0 4rem 0 ;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.settings .modeSwitcher {
    background: #F0E4CE;
    padding: 3px;
    margin-right: 2rem;
}
.settings .modeSwitcher button {
    padding: 0.5rem;
}
.settings .modeSwitcher button div {
    height: 24px;
    width: 46px;
}
.settings .modeSwitcher button.parallel div {
    background: url(/_bible/res/img/lines.svg) center center / contain no-repeat;
}
.settings .modeSwitcher button.parallel.active  {
    background: #fff;
}
.settings .modeSwitcher button.parallel.active div {
    background: url(/_bible/res/img/linesActive.svg) center center / contain no-repeat;
}
.settings .modeSwitcher button.serial div {
    background: url(/_bible/res/img/column.svg) center center / contain no-repeat;
}
.settings .modeSwitcher button.serial.active div {
    background: url(/_bible/res/img/columnActive.svg) center center / contain no-repeat;
}
.settings .modeSwitcher button.serial.active {
    background: #fff;
}
.settings .range {
    width:100px;
    height: auto;
}
.settings input[type=range]::-webkit-slider-runnable-track {
    cursor: pointer;
    border-radius: 0;
    background-color: #fff;
    border-radius:10px;
}
.settings input[type=range]::-webkit-slider-thumb {
    border-radius:100%;
    cursor: pointer;
    border: solid 1px #fff;
    background-color: #EABB4F;
    /* background: url(./../../../../../shared/assets/img/thumb.svg) center center / contain no-repeat; */
    height: 18px;
    width: 18px;
    fill: #EABB4F;
    stroke-width: 1px;
    stroke: #FFF;
    filter: drop-shadow(0px 3px 7px rgba(95, 82, 56, 0.25));
}
.settings input[type=checkbox] {
    border-radius:10px;
    cursor: pointer;
    border: solid 1px #fff;
    background-color: #EABB4F;
    height: 1.5rem;
    width: 2.5rem;
    fill: #EABB4F;
    stroke-width: 1px;
    stroke: #FFF;
    /* filter: drop-shadow(0px 3px 7px rgba(95, 82, 56, 0.25)); */
    margin: auto 0 0 0.5rem!important;
    padding: 0;
    /* --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e"); */
}
.settings input[type=checkbox]:focus {
    box-shadow: none;
    color: #EABB4F;
}
.settings .form-switch {
    display: flex;
    align-items: center;
}
.settings .form-switch label {
    margin-left: 0.5rem;
    font-size: 1rem;
}
.settings .form-switch .form-check-input {
    --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.settings .form-switch .form-check-input:focus {
    --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
    --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
    /* --bs-form-switch-bg:
/* .settings .direction {
    border: none;
    padding: 0.5rem 1rem;
    background: url(./../../../../../shared/assets/img/next.svg) center center / contain no-repeat;
} */
/* .settings .direction.parallel {
    transform: rotate(90deg);
} */
.settings .rangeCarrier {
    align-items: flex-end;
}
.settings .aSmall {
    background: url(/_bible/res/img/aSmall.svg) center bottom / contain no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 0.625rem;
}
.settings .aBig {
    background: url(/_bible/res/img/aBig.svg) center bottom / contain no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 0.625rem;
}
#bible {
    max-width: 1000px;
    margin: auto;
    padding-bottom: 4rem;
    transition: 0.2s;
}
#bible .catCarrier {
    padding-right:2rem;
}
#bible .bookList {
    padding-left: 2rem;
    padding-right: 2rem;
}
#bible a {
    text-decoration: none;
}
@font-face {
	font-family: 'notosans_light';
	src: url(/_bible/res/font/notosans_light.woff2) format('woff2'),
		 url(/_bible/res/font/notosans_light.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'notosans_semibold';
	src: url(/_bible/res/font/notosans_semibold.woff2) format('woff2'),
		 url(/_bible/res/font/notosans_semibold.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}
.translation1, .translation2 {
    font-family: 'notosans_light';
    letter-spacing: normal;
}
.title.translation1, .title.translation2 {
    font-family: 'notosans_semibold';
    letter-spacing: normal;
}
