:root {
  --core-white: #fff;
  --core-black: #000;
  --st-full-bor: #355488;
  --st-header-bg: #637a9f;
  --st-header-bor: var(--st-full-bor);
  --st-header-text: var(--core-white);
  --st-header-inner-bg: #587096;
  --st-header-inner-bor: #5c749a;
  --st-verse-ref: #696969;
  --st-verse-link: #39547f;
  --st-script-bg: #fcfdfd;
  --st-script-bor: var(--st-full-bor);
  --st-script-text: var(--core-black);
  --st-cta-bg: #ECF1FA;
  --st-cta-bg-hover: #D9E4F4;
  --st-cta-text: #39547F;
  --st-cta-bor: var(--st-full-bor);
  --st-cta-logotype: #01425F;
}

div#scriptDiv.dark-theme {
  --st-full-bor: #05275B;
  --st-header-bg: #05275B;
  --st-header-bor: var(--st-full-bor);
  --st-header-text: #DCE9FB;
  --st-header-inner-bg: #203F6D;
  --st-header-inner-bor: #203F6D;
  --st-verse-ref: #b1b9c8;
  --st-verse-link: #93A5C8;
  --st-script-bg: #182231;
  --st-script-bor: var(--st-full-bor);
  --st-script-text: #ededed;
  --st-cta-bg: #314A70;
  --st-cta-bg-hover: #20334f;
  --st-cta-text: var(--st-header-text);
  --st-cta-bor: var(--st-full-bor);
  --st-cta-logotype: var(--core-white);
}

body > #scriptDiv {
  position: absolute;
  top: 0px;
  min-width: 1px;
  min-height: 1px;
  z-Index: 101;
}

body > #scriptDiv.hidden {
  display: none;
}

body > #scriptDiv * {
  margin: 0;
  box-sizing: border-box;
  border: 0 solid var(--core-black);
}

body > #scriptDiv *:not(.poetry) {
  padding: 0;
}

body > #scriptDiv > #blbTagger {
  width: 380px;
  margin-bottom: 7px;
}

body > #scriptDiv > #blbTagger > .bubHead {
  background-color: var(--st-header-bg);
  border: 1px solid var(--st-header-bor);
  padding: 1px 1px 0;
  border-radius: 3px 3px 0 0;
}

body > #scriptDiv > #blbTagger > .bubHead > div {
  position: relative;
  background-color: var(--st-header-inner-bg);
  border: 2px solid var(--st-header-inner-bor);
  padding: 1px 1px 0;
  border-radius: 2px 2px 0 0;
}

body > #scriptDiv > #blbTagger > .bubHead > div > h6 {
  background-color: var(--st-header-inner-bg);
  color: var(--st-header-text);
  font-weight: bold;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  padding: 4px 7px 6px;
  letter-spacing: 0;
  line-height: 1em;
  text-align: center;
}

body > #scriptDiv > #blbTagger > .bubBody {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 23px;
  text-align: left;
  overflow: auto;
  background-color: var(--st-script-bg);
  border: 1px solid var(--st-script-bor);
  border-bottom: none;
  border-width: 0 2px 2px;
  border-radius: 0;
  max-height: 300px;
}

body > #scriptDiv > #blbTagger > .bubBody > div {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: var(--st-script-text);
  padding: 7px 7px;
}

body > #scriptDiv > #blbTagger > .bubBody > div > div.hebrewOT {
  direction: rtl;
  text-align: right;
  font-family: blbHebrew;
  font-size: 1.6em;
  line-height: 1.4em;
}

body > #scriptDiv > #blbTagger > .bubBody > div a:first-of-type {
  font-weight: bold;
}

body > #scriptDiv > #blbTagger > .bubBody > div .vRef {
  font-size: 10px;
  color: var(--st-verse-ref);
  position: relative;
  top: -3px;
  left: 2px;
  line-height: 23px;
}

body > #scriptDiv > #blbTagger > a.blb-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 4em;
  letter-spacing: 1px;
  text-align: center;
  background-color: var(--st-cta-bg);
  color: var(--st-cta-text);
  padding: 4px 10px;
  margin: 0 auto;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px -1px 4px rgba(97, 130, 183, 0.26);
  border: 2px solid var(--st-cta-bor);
  border-top: none;
  border-radius: 0 0 3px 3px;
}

body > #scriptDiv > #blbTagger > a.blb-cta:hover {
  background-color: var(--st-cta-bg-hover);
  box-shadow: none;
}

body > #scriptDiv > #blbTagger > a.blb-cta svg {
  width: 160px;
}
body > #scriptDiv > #blbTagger > a.blb-cta svg > .blb-type {
  fill: var(--st-cta-logotype);
}

body > #scriptDiv > #blbTagger > .bubBody > div a:link,
body > #scriptDiv > #blbTagger > .bubBody > div a:visited {
  color: var(--st-verse-link);
  text-decoration: none;
}

body > #scriptDiv > #blbTagger > .bubBody > div a:hover {
  text-decoration: underline;
}

body > #scriptDiv > #blbTagger > .bubBody > div a.ftnt {
  font-size: 10px;
  line-height: 23px;
  position: relative;
  top: -3px;
  left: 0;
  vertical-align: top;
}

body > #scriptDiv > #blbTagger > .close {
  background-color: #cdd8e4;
  border: 1px solid #778fb8;
  border-radius: 4px;
  color: #6980a3;
  font-size: 1em;
  line-height: 23px;
  font-weight: bold;
  height: 23px;
  position: absolute;
  right: 6px;
  text-align: center;
  top: 6px;
  width: 30px;
  user-select: none;
}

body > #scriptDiv.noTouch #blbTagger > .close {
  display: none;
}

body > #scriptDiv > #blbTagger > .close > span {
  position: relative;
}

@media only screen and (min-width: 400px) and (max-width: 911px) {
  body:not(.viewport) > #scriptDiv > #blbTagger > .bubBody > div {
    font-size: 1.1em;
    line-height: 1.4em;
  }
  body:not(.viewport) > #scriptDiv > #blbTagger {
    width: 360px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 399px) {
  body:not(.viewport) > #scriptDiv > #blbTagger > .bubBody > div {
    font-size: 1.1em;
    line-height: 1.4em;
  }
  body:not(.viewport) > #scriptDiv > #blbTagger {
    width: 320px;
  }
}