/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.border_2oG4X {
  fill: var(--bible-study-theme-button-radio-border-color, #bbbbbb);
}
.background_1L5Ae {
  fill: var(--bible-study-theme-button-radio-background-color, #ffffff);
}
.innerCircle_16Cj7 {
  fill: transparent;
}
.innerCircle_16Cj7.filled_3n89M {
  fill: var(--bible-study-theme-button-radio-color, #1e6afe);
}

.linkButton_fwf0L {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: inherit;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  border: 0 !important;
  white-space: nowrap;
  background: transparent;
  cursor: pointer;
  color: var(--bible-study-theme-link-color, #1e6afe);
  transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, color 0.1s ease-in-out, fill 0.1s ease-in-out;
  text-decoration: none;
}
.linkButton_fwf0L > .decoratorIcon_2c3Jt {
  --bible-study-icon-color: var(--bible-study-theme-link-color, #1e6afe);
}
.linkButton_fwf0L > .decoratorIcon_2c3Jt > path {
  transition: fill 0.1s ease-in-out;
}
.linkButton_fwf0L.unclickable_3xPK9 {
  cursor: default;
}
@media (hover: hover) {
  .linkButton_fwf0L:hover:not(.unclickable_3xPK9):not(.disabled_M9YGx) {
    color: var(--bible-study-theme-link-hover-color, #4797ff);
  }
  .linkButton_fwf0L:hover:not(.unclickable_3xPK9):not(.disabled_M9YGx):focus-visible,
  .linkButton_fwf0L:hover:not(.unclickable_3xPK9):not(.disabled_M9YGx).focus_1OBxG {
    outline: var(--bible-study-theme-link-hover-focus-outline, 1px solid #1e6afe);
    outline-offset: var(--bible-study-theme-link-hover-focus-outline-offset, 0);
    border-radius: var(--bible-study-theme-link-focus-outline-border-radius, 3px);
  }
  .linkButton_fwf0L:hover:not(.unclickable_3xPK9):not(.disabled_M9YGx) > .decoratorIcon_2c3Jt {
    --bible-study-icon-color: var(--bible-study-theme-link-hover-color, #4797ff);
  }
}
.linkButton_fwf0L:disabled,
.linkButton_fwf0L.disabled_M9YGx {
  color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
  pointer-events: none;
}
.linkButton_fwf0L:disabled > .decoratorIcon_2c3Jt,
.linkButton_fwf0L.disabled_M9YGx > .decoratorIcon_2c3Jt {
  --bible-study-icon-color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
}
.linkButton_fwf0L:disabled.allowHoverFocusWhenDisabled_eVfc4,
.linkButton_fwf0L.disabled_M9YGx.allowHoverFocusWhenDisabled_eVfc4 {
  pointer-events: auto;
  cursor: default;
}
.linkButton_fwf0L .decoratorIcon_2c3Jt.right_1oqwv {
  margin-left: 4px;
  flex: none;
}
.linkButton_fwf0L .decoratorIcon_2c3Jt.left_1r5nW {
  margin-right: 4px;
  flex: none;
}
.linkButton_fwf0L .decoratorIcon_2c3Jt.external_44RQD {
  margin-left: 4px;
  margin-right: 2px;
  overflow: unset;
}
.linkButton_fwf0L.withDecorator_3_O6w:not(.withExternalDecorator_1OZEC) {
  display: inline-flex;
  align-items: center;
}
.linkButton_fwf0L.withExternalDecorator_1OZEC {
  display: inline-flex;
  align-items: baseline;
}
.linkButton_fwf0L.withMenuDecorator_1shAW:not(.unclickable_3xPK9) {
  cursor: var(--bible-study-theme-button-cursor, default);
}
.linkButton_fwf0L:focus-visible,
.linkButton_fwf0L.focus_1OBxG {
  outline: var(--bible-study-theme-link-focus-outline, 1px solid #1e6afe);
  outline-offset: var(--bible-study-theme-link-focus-outline-offset, 0);
  border-radius: var(--bible-study-theme-link-focus-outline-border-radius, 3px);
}
.linkButton_fwf0L.textWrapping_29Ox- {
  display: inline-block;
  white-space: normal;
  text-align: left;
}
.linkButton_fwf0L.textWrapping_29Ox-.anchor_20ec7 {
  display: inline;
}
.linkButton_fwf0L.fullWidth_qxcNr {
  text-align: left;
  width: 100%;
}
.linkButton_fwf0L.preventNavigation_1soVG {
  cursor: default;
}
.linkButton_fwf0L.withMenuDecorator_1shAW.preventNavigation_1soVG {
  cursor: default;
}
.textContainer_wX1gD {
  display: grid;
  line-height: 100% !important;
}
.iconWithTextContainer_Q4Ft0 {
  display: grid;
  column-gap: 4px;
  grid-template-columns: auto auto;
  align-items: center;
  line-height: 100% !important;
}
.iconWithEllipsizedTextContainer_1naHR {
  display: grid;
  column-gap: 4px;
  grid-template-columns: auto auto;
  align-items: center;
  line-height: 100% !important;
  line-height: normal !important;
}
.iconWithEllipsizedTextContainer_1naHR > *:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsizedTextContainer_1-GNB {
  display: grid;
  line-height: 100% !important;
  line-height: normal !important;
}
.ellipsizedTextContainer_1-GNB > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.linkButton_3Oxsp {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: inherit;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  border: 0 !important;
  white-space: nowrap;
  background: transparent;
  cursor: pointer;
  color: var(--bible-study-theme-link-color, #1e6afe);
  transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, color 0.1s ease-in-out, fill 0.1s ease-in-out;
}
.linkButton_3Oxsp > .decoratorIcon_3mHMG {
  --bible-study-icon-color: var(--bible-study-theme-link-color, #1e6afe);
}
.linkButton_3Oxsp > .decoratorIcon_3mHMG > path {
  transition: fill 0.1s ease-in-out;
}
.linkButton_3Oxsp.unclickable_2JwLD {
  cursor: default;
}
@media (hover: hover) {
  .linkButton_3Oxsp:hover:not(.unclickable_2JwLD):not(.disabled_2yWLA) {
    color: var(--bible-study-theme-link-hover-color, #4797ff);
  }
  .linkButton_3Oxsp:hover:not(.unclickable_2JwLD):not(.disabled_2yWLA):focus-visible,
  .linkButton_3Oxsp:hover:not(.unclickable_2JwLD):not(.disabled_2yWLA).focus_3slj1 {
    outline: var(--bible-study-theme-link-hover-focus-outline, 1px solid #1e6afe);
    outline-offset: var(--bible-study-theme-link-hover-focus-outline-offset, 0);
    border-radius: var(--bible-study-theme-link-focus-outline-border-radius, 3px);
  }
  .linkButton_3Oxsp:hover:not(.unclickable_2JwLD):not(.disabled_2yWLA) > .decoratorIcon_3mHMG {
    --bible-study-icon-color: var(--bible-study-theme-link-hover-color, #4797ff);
  }
}
.linkButton_3Oxsp:disabled,
.linkButton_3Oxsp.disabled_2yWLA {
  color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
  pointer-events: none;
}
.linkButton_3Oxsp:disabled > .decoratorIcon_3mHMG,
.linkButton_3Oxsp.disabled_2yWLA > .decoratorIcon_3mHMG {
  --bible-study-icon-color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
}
.linkButton_3Oxsp:disabled.allowHoverFocusWhenDisabled_4ytTs,
.linkButton_3Oxsp.disabled_2yWLA.allowHoverFocusWhenDisabled_4ytTs {
  pointer-events: auto;
  cursor: default;
}
.linkButton_3Oxsp .decoratorIcon_3mHMG.right_1ignZ {
  margin-left: 4px;
  flex: none;
}
.linkButton_3Oxsp .decoratorIcon_3mHMG.left_2FFdF {
  margin-right: 4px;
  flex: none;
}
.linkButton_3Oxsp .decoratorIcon_3mHMG.external_nTGrr {
  margin-left: 4px;
  margin-right: 2px;
  overflow: unset;
}
.linkButton_3Oxsp.withDecorator_28vRy:not(.withExternalDecorator_UtbsW) {
  display: inline-flex;
  align-items: center;
}
.linkButton_3Oxsp.withExternalDecorator_UtbsW {
  display: inline-flex;
  align-items: baseline;
}
.linkButton_3Oxsp.withMenuDecorator_21ayf:not(.unclickable_2JwLD) {
  cursor: var(--bible-study-theme-button-cursor, default);
}
.linkButton_3Oxsp:focus-visible,
.linkButton_3Oxsp.focus_3slj1 {
  outline: var(--bible-study-theme-link-focus-outline, 1px solid #1e6afe);
  outline-offset: var(--bible-study-theme-link-focus-outline-offset, 0);
  border-radius: var(--bible-study-theme-link-focus-outline-border-radius, 3px);
}
.linkButton_3Oxsp.textWrapping_1eOU3 {
  display: inline-block;
  white-space: normal;
  text-align: left;
}
.linkButton_3Oxsp.textWrapping_1eOU3.anchor_2XeXF {
  display: inline;
}
.linkButton_3Oxsp.fullWidth_3ERQq {
  text-align: left;
  width: 100%;
}
.linkButton_3Oxsp.parameter_2mmce {
  height: 24px;
  font-weight: 600;
}
.linkButton_3Oxsp.parameter_2mmce:not(.unclickable_2JwLD) {
  cursor: var(--bible-study-theme-button-cursor, default);
}
.linkButton_3Oxsp.inlineTab_3riH1 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.linkButton_3Oxsp.inlineTab_3riH1:not(.unclickable_2JwLD) {
  cursor: var(--bible-study-theme-button-cursor, default);
}
.linkButton_3Oxsp.inlineTab_3riH1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--bible-study-theme-button-inline-tab-active-border-top-width, 3px);
  border-radius: var(--bible-study-theme-button-inline-tab-active-border-radius, 3px);
  transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, color 0.1s ease-in-out, fill 0.1s ease-in-out;
}
.linkButton_3Oxsp.inlineTab_3riH1:hover:not(.unclickable_2JwLD),
.linkButton_3Oxsp.inlineTab_3riH1.active_ZvWUe {
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.linkButton_3Oxsp.inlineTab_3riH1:hover:not(.unclickable_2JwLD)::after,
.linkButton_3Oxsp.inlineTab_3riH1.active_ZvWUe::after {
  background-color: var(--bible-study-theme-button-inline-tab-active-border-color, #0c2b95);
}
.textContainer_1o8Ne {
  display: grid;
  line-height: 100% !important;
}
.iconWithTextContainer_2ob8L {
  display: grid;
  column-gap: 4px;
  grid-template-columns: auto auto;
  align-items: center;
  line-height: 100% !important;
}
.iconWithEllipsizedTextContainer_2rIVE {
  display: grid;
  column-gap: 4px;
  grid-template-columns: auto auto;
  align-items: center;
  line-height: 100% !important;
  line-height: normal !important;
}
.iconWithEllipsizedTextContainer_2rIVE > *:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsizedTextContainer_1Qe3- {
  display: grid;
  line-height: 100% !important;
  line-height: normal !important;
}
.ellipsizedTextContainer_1Qe3- > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.iconColor_2ejp3 .errorAlertPath_3BKQN {
  fill: var(--bible-study-theme-badge-alert-background-color, #cc3333);
}
.iconColor_2ejp3 .syncedIcon_2gGtp {
  fill: var(--bible-study-theme-icon-saved-color, #55b155);
}
.iconColor_2ejp3 .syncAlertIcon_3jUgO {
  fill: var(--bible-study-theme-icon-color-inactive, #63728c);
}
.iconColor_2ejp3 .syncIcon_rKAmV {
  fill: var(--bible-study-theme-icon-color-inactive, #63728c);
}
.rotating_1NFQR {
  animation-duration: 1.4s;
  animation-name: sync-spin_1Ulc3;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes sync-spin_1Ulc3 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.syncStateIconWrapper_eY3dW {
  display: flex;
  align-content: center;
}
.syncStateIconWrapper_eY3dW.fade-in_3uwOJ {
  animation-name: fade-in_3uwOJ;
  animation-duration: var(--sync-button-fade-in-ms);
}
.syncStateIconWrapper_eY3dW.fade-out_2W7Ya {
  animation-name: fade-out_2W7Ya;
  animation-duration: var(--sync-button-fade-out-ms);
  opacity: 0;
}
.syncStateIconWrapper_eY3dW.fade-removed_2sBf_ {
  opacity: 0;
}
.syncStateIconWrapper_eY3dW.saturation-out_1t1Ij .syncedIcon_2gGtp {
  animation-name: saturation-out_1t1Ij;
  animation-duration: var(--sync-button-fade-out-ms);
  fill: var(--bible-study-theme-icon-color-inactive, #63728c);
}
@keyframes fade-in_3uwOJ {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out_2W7Ya {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes saturation-out_1t1Ij {
  from {
    fill: var(--bible-study-theme-icon-saved-color, #55b155);
  }
  to {
    fill: var(--bible-study-theme-icon-color-inactive, #63728c);
  }
}

.toggleButton_gmr-U {
  width: 28px;
  height: 18px;
  padding: 3px;
  border: none;
  border-radius: 9px;
  background-color: var(--bible-study-theme-button-switch-background-color, #bbbbbb);
  display: flex;
  justify-content: flex-start;
}
.toggleButton_gmr-U:focus-visible {
  outline: var(--bible-study-theme-button-borderless-active-focus-outline, 2px solid #4797ff);
  outline-offset: 1px;
}
.toggleButton_gmr-U.disabled_2tJUH {
  opacity: var(--bible-study-theme-button-disabled-opacity, 0.6);
}
.isActiveButton_3D_kL {
  background-color: var(--bible-study-theme-button-switch-active-background-color, #154ac9);
}
.circleContainer_2oY_z {
  width: 22px;
}
.circle_3YUre {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: var(--bible-study-theme-button-switch-active-color, #ffffff);
  transform: translateX(50);
  transition: transform 300ms;
}
.isActiveCircle_1XRWa {
  transform: translateX(10px);
  transition: transform 300ms;
}
/* TODO Add focus styles */

.button_15FFo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  box-sizing: border-box;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: transparent;
  border-radius: var(--bible-study-theme-button-border-radius, 4px);
  color: inherit;
  height: 24px;
  padding: 4px 7px;
  white-space: nowrap;
  cursor: var(--bible-study-theme-button-cursor, default);
  -webkit-user-select: none;
  user-select: none;
  transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, color 0.1s ease-in-out, fill 0.1s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.button_15FFo.mobileTouchTarget_1sjkP {
  padding: 7px 9px;
  height: 30px;
}
.button_15FFo.badged_3zFNp {
  padding: 4px 4px 4px 7px;
}
.button_15FFo.leftJustified_1fqKa {
  justify-content: left;
}
.button_15FFo.rightJustified_JSS8u {
  justify-content: right;
}
.button_15FFo.fullWidth_4M9pv {
  width: 100%;
}
.button_15FFo:hover {
  --bible-study-badge-container-hovered:  ;
}
.button_15FFo.radio_20RIZ {
  background-color: transparent;
  padding: 0 6px;
}
.button_15FFo.radio_20RIZ:focus-visible,
.button_15FFo.radio_20RIZ.focus_1GlPQ {
  outline: var(--bible-study-theme-button-radio-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-radio-focus-outline-offset, 0);
}
.button_15FFo.radioWrap_3E1s2 {
  height: auto;
  align-items: flex-start;
  background-color: transparent;
  padding: 0 6px;
}
.button_15FFo.radioWrap_3E1s2:focus-visible,
.button_15FFo.radioWrap_3E1s2.focus_1GlPQ {
  outline: var(--bible-study-theme-button-radio-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-radio-focus-outline-offset, 0);
}
.button_15FFo.radioWrap_3E1s2 span {
  white-space: normal;
  height: auto;
  text-align: left;
  line-height: 16px;
}
.button_15FFo.radioWrap_3E1s2 svg {
  min-width: 18px;
  min-height: 18px;
}
.button_15FFo .radioButtonChildrenContainer_1ZFD2 {
  margin-left: 4px;
}
.button_15FFo:disabled,
.button_15FFo.disabled_1uM2Q {
  opacity: var(--bible-study-theme-button-disabled-opacity, 0.6);
  pointer-events: none;
}
.button_15FFo:disabled.allowHoverFocusWhenDisabled_2eo6S,
.button_15FFo.disabled_1uM2Q.allowHoverFocusWhenDisabled_2eo6S {
  pointer-events: auto;
  cursor: default;
}
.button_15FFo.menu_3G3PJ,
.button_15FFo.external_2WED0 {
  padding-left: 9px;
  padding-right: 4px;
}
.button_15FFo.primary_1Iedc {
  color: var(--bible-study-theme-button-primary-color, #ffffff);
  background-color: var(--bible-study-theme-button-primary-background-color, #1e6afe);
  border-color: var(--bible-study-theme-button-primary-border-color, #1e6afe);
}
.button_15FFo.primary_1Iedc svg path {
  fill: var(--bible-study-theme-button-primary-icon-color, #ffffff);
}
.button_15FFo.primary_1Iedc > .menuIcon_2lt5I,
.button_15FFo.primary_1Iedc > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-primary-decorator-icon-color, #eaedf2);
}
@media (hover: hover) {
  .button_15FFo.primary_1Iedc:hover:not(.disabled_1uM2Q) {
    color: var(--bible-study-theme-button-primary-hover-color, #ffffff);
    background-color: var(--bible-study-theme-button-primary-hover-background-color, #154ac9);
    border-color: var(--bible-study-theme-button-primary-hover-border-color, #154ac9);
  }
  .button_15FFo.primary_1Iedc:hover:not(.disabled_1uM2Q):focus-visible,
  .button_15FFo.primary_1Iedc:hover:not(.disabled_1uM2Q).focus_1GlPQ {
    outline: var(--bible-study-theme-button-primary-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-primary-hover-focus-outline-offset, 0);
  }
  .button_15FFo.primary_1Iedc:hover:not(.disabled_1uM2Q) svg path {
    fill: var(--bible-study-theme-button-primary-hover-icon-color, #ffffff);
  }
  .button_15FFo.primary_1Iedc:hover:not(.disabled_1uM2Q) > .menuIcon_2lt5I,
  .button_15FFo.primary_1Iedc:hover:not(.disabled_1uM2Q) > .externalIcon_3UGrn {
    --bible-study-icon-color: var(--bible-study-theme-button-primary-hover-decorator-icon-color, #eaedf2);
  }
}
.button_15FFo.primary_1Iedc:active:not(.disabled_1uM2Q),
.button_15FFo.primary_1Iedc.active_12NRx {
  color: var(--bible-study-theme-button-primary-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-primary-active-background-color, #0c2b95);
  border-color: var(--bible-study-theme-button-primary-active-border-color, #0c2b95);
}
.button_15FFo.primary_1Iedc:active:not(.disabled_1uM2Q):focus-visible,
.button_15FFo.primary_1Iedc.active_12NRx:focus-visible,
.button_15FFo.primary_1Iedc:active:not(.disabled_1uM2Q).focus_1GlPQ,
.button_15FFo.primary_1Iedc.active_12NRx.focus_1GlPQ {
  outline: var(--bible-study-theme-button-primary-active-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-primary-active-focus-outline-offset, 0);
}
.button_15FFo.primary_1Iedc:active:not(.disabled_1uM2Q) svg path,
.button_15FFo.primary_1Iedc.active_12NRx svg path {
  fill: var(--bible-study-theme-button-primary-active-icon-color, #ffffff);
}
.button_15FFo.primary_1Iedc:active:not(.disabled_1uM2Q) > .menuIcon_2lt5I,
.button_15FFo.primary_1Iedc.active_12NRx > .menuIcon_2lt5I,
.button_15FFo.primary_1Iedc:active:not(.disabled_1uM2Q) > .externalIcon_3UGrn,
.button_15FFo.primary_1Iedc.active_12NRx > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-primary-active-decorator-icon-color, #eaedf2);
}
.button_15FFo.primary_1Iedc:focus-visible,
.button_15FFo.primary_1Iedc.focus_1GlPQ {
  outline: var(--bible-study-theme-button-primary-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-primary-focus-outline-offset, 0);
}
.button_15FFo.secondary_1PSqw {
  color: var(--bible-study-theme-button-secondary-color, #1e6afe);
  background-color: var(--bible-study-theme-button-secondary-background-color, inherit);
  border-color: var(--bible-study-theme-button-secondary-border-color, #1e6afe);
}
.button_15FFo.secondary_1PSqw svg path {
  fill: var(--bible-study-theme-button-secondary-icon-color, #1e6afe);
}
.button_15FFo.secondary_1PSqw > .menuIcon_2lt5I,
.button_15FFo.secondary_1PSqw > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-secondary-decorator-icon-color, #1e6afe);
}
@media (hover: hover) {
  .button_15FFo.secondary_1PSqw:hover:not(.disabled_1uM2Q) {
    color: var(--bible-study-theme-button-secondary-hover-color, #ffffff);
    background-color: var(--bible-study-theme-button-secondary-hover-background-color, #154ac9);
    border-color: var(--bible-study-theme-button-secondary-hover-border-color, #154ac9);
  }
  .button_15FFo.secondary_1PSqw:hover:not(.disabled_1uM2Q):focus-visible,
  .button_15FFo.secondary_1PSqw:hover:not(.disabled_1uM2Q).focus_1GlPQ {
    outline: var(--bible-study-theme-button-secondary-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-secondary-hover-focus-outline-offset, 0);
  }
  .button_15FFo.secondary_1PSqw:hover:not(.disabled_1uM2Q) svg path {
    fill: var(--bible-study-theme-button-secondary-hover-icon-color, #ffffff);
  }
  .button_15FFo.secondary_1PSqw:hover:not(.disabled_1uM2Q) > .menuIcon_2lt5I,
  .button_15FFo.secondary_1PSqw:hover:not(.disabled_1uM2Q) > .externalIcon_3UGrn {
    --bible-study-icon-color: var(--bible-study-theme-button-secondary-hover-decorator-icon-color, #eaedf2);
  }
}
.button_15FFo.secondary_1PSqw:active:not(.disabled_1uM2Q),
.button_15FFo.secondary_1PSqw.active_12NRx {
  color: var(--bible-study-theme-button-secondary-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-secondary-active-background-color, #0c2b95);
  border-color: var(--bible-study-theme-button-secondary-active-border-color, #0c2b95);
}
.button_15FFo.secondary_1PSqw:active:not(.disabled_1uM2Q):focus-visible,
.button_15FFo.secondary_1PSqw.active_12NRx:focus-visible,
.button_15FFo.secondary_1PSqw:active:not(.disabled_1uM2Q).focus_1GlPQ,
.button_15FFo.secondary_1PSqw.active_12NRx.focus_1GlPQ {
  outline: var(--bible-study-theme-button-secondary-active-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-secondary-active-focus-outline-offset, 0);
}
.button_15FFo.secondary_1PSqw:active:not(.disabled_1uM2Q) svg path,
.button_15FFo.secondary_1PSqw.active_12NRx svg path {
  fill: var(--bible-study-theme-button-secondary-active-icon-color, #ffffff);
}
.button_15FFo.secondary_1PSqw:active:not(.disabled_1uM2Q) > .menuIcon_2lt5I,
.button_15FFo.secondary_1PSqw.active_12NRx > .menuIcon_2lt5I,
.button_15FFo.secondary_1PSqw:active:not(.disabled_1uM2Q) > .externalIcon_3UGrn,
.button_15FFo.secondary_1PSqw.active_12NRx > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-secondary-active-decorator-icon-color, #eaedf2);
}
.button_15FFo.secondary_1PSqw:focus-visible,
.button_15FFo.secondary_1PSqw.focus_1GlPQ {
  outline: var(--bible-study-theme-button-secondary-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-secondary-focus-outline-offset, 0);
}
.button_15FFo.dialog_3ro9R {
  min-width: 64px;
  padding: 5px 8px;
}
.button_15FFo.purchasing_2Q2p5 {
  color: var(--bible-study-theme-button-purchasing-color, #ffffff);
  background-color: var(--bible-study-theme-button-purchasing-background-color, #ff6600);
  border-color: var(--bible-study-theme-button-purchasing-border-color, #ff6600);
}
.button_15FFo.purchasing_2Q2p5 svg path {
  fill: var(--bible-study-theme-button-purchasing-icon-color, #ffffff);
}
.button_15FFo.purchasing_2Q2p5 > .menuIcon_2lt5I,
.button_15FFo.purchasing_2Q2p5 > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-purchasing-decorator-icon-color, #ffffff);
}
@media (hover: hover) {
  .button_15FFo.purchasing_2Q2p5:hover:not(.disabled_1uM2Q) {
    color: var(--bible-study-theme-button-purchasing-hover-color, #ffffff);
    background-color: var(--bible-study-theme-button-purchasing-hover-background-color, #ff8433);
    border-color: var(--bible-study-theme-button-purchasing-hover-border-color, #ff8433);
  }
  .button_15FFo.purchasing_2Q2p5:hover:not(.disabled_1uM2Q):focus-visible,
  .button_15FFo.purchasing_2Q2p5:hover:not(.disabled_1uM2Q).focus_1GlPQ {
    outline: var(--bible-study-theme-button-purchasing-hover-focus-outline, 2px solid #ffb27f);
    outline-offset: var(--bible-study-theme-button-purchasing-hover-focus-outline-offset, 0);
  }
  .button_15FFo.purchasing_2Q2p5:hover:not(.disabled_1uM2Q) svg path {
    fill: var(--bible-study-theme-button-purchasing-hover-icon-color, #ffffff);
  }
  .button_15FFo.purchasing_2Q2p5:hover:not(.disabled_1uM2Q) > .menuIcon_2lt5I,
  .button_15FFo.purchasing_2Q2p5:hover:not(.disabled_1uM2Q) > .externalIcon_3UGrn {
    --bible-study-icon-color: var(--bible-study-theme-button-purchasing-hover-decorator-icon-color, #ffffff);
  }
}
.button_15FFo.purchasing_2Q2p5:active:not(.disabled_1uM2Q),
.button_15FFo.purchasing_2Q2p5.active_12NRx {
  color: var(--bible-study-theme-button-purchasing-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-purchasing-active-background-color, #bd4b00);
  border-color: var(--bible-study-theme-button-purchasing-active-border-color, #bd4b00);
}
.button_15FFo.purchasing_2Q2p5:active:not(.disabled_1uM2Q):focus-visible,
.button_15FFo.purchasing_2Q2p5.active_12NRx:focus-visible,
.button_15FFo.purchasing_2Q2p5:active:not(.disabled_1uM2Q).focus_1GlPQ,
.button_15FFo.purchasing_2Q2p5.active_12NRx.focus_1GlPQ {
  outline: var(--bible-study-theme-button-purchasing-active-focus-outline, 2px solid #ffb27f);
  outline-offset: var(--bible-study-theme-button-purchasing-active-focus-outline-offset, 0);
}
.button_15FFo.purchasing_2Q2p5:active:not(.disabled_1uM2Q) svg path,
.button_15FFo.purchasing_2Q2p5.active_12NRx svg path {
  fill: var(--bible-study-theme-button-purchasing-active-icon-color, #ffffff);
}
.button_15FFo.purchasing_2Q2p5:active:not(.disabled_1uM2Q) > .menuIcon_2lt5I,
.button_15FFo.purchasing_2Q2p5.active_12NRx > .menuIcon_2lt5I,
.button_15FFo.purchasing_2Q2p5:active:not(.disabled_1uM2Q) > .externalIcon_3UGrn,
.button_15FFo.purchasing_2Q2p5.active_12NRx > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-purchasing-active-decorator-icon-color, #ffffff);
}
.button_15FFo.purchasing_2Q2p5:focus-visible,
.button_15FFo.purchasing_2Q2p5.focus_1GlPQ {
  outline: var(--bible-study-theme-button-purchasing-focus-outline, 2px solid #ffb27f);
  outline-offset: var(--bible-study-theme-button-purchasing-focus-outline-offset, 0);
}
.button_15FFo.border_utMpM {
  color: var(--bible-study-theme-button-bordered-color, #000000);
  background-color: var(--bible-study-theme-button-bordered-background-color, inherit);
  border-color: var(--bible-study-theme-button-bordered-border-color, #dddddd);
}
.button_15FFo.border_utMpM svg path {
  fill: var(--bible-study-theme-button-bordered-icon-color, #63728c);
}
.button_15FFo.border_utMpM > .menuIcon_2lt5I,
.button_15FFo.border_utMpM > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-bordered-decorator-icon-color, #c7cfdc);
}
@media (hover: hover) {
  .button_15FFo.border_utMpM:hover:not(.disabled_1uM2Q) {
    color: var(--bible-study-theme-button-bordered-hover-color, #000000);
    background-color: var(--bible-study-theme-button-bordered-hover-background-color, #eeeeee);
    border-color: var(--bible-study-theme-button-bordered-hover-border-color, #eeeeee);
  }
  .button_15FFo.border_utMpM:hover:not(.disabled_1uM2Q):focus-visible,
  .button_15FFo.border_utMpM:hover:not(.disabled_1uM2Q).focus_1GlPQ {
    outline: var(--bible-study-theme-button-bordered-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-bordered-hover-focus-outline-offset, 0);
  }
  .button_15FFo.border_utMpM:hover:not(.disabled_1uM2Q) svg path {
    fill: var(--bible-study-theme-button-bordered-hover-icon-color, #515d72);
  }
  .button_15FFo.border_utMpM:hover:not(.disabled_1uM2Q) > .menuIcon_2lt5I,
  .button_15FFo.border_utMpM:hover:not(.disabled_1uM2Q) > .externalIcon_3UGrn {
    --bible-study-icon-color: var(--bible-study-theme-button-bordered-hover-decorator-icon-color, #63728c);
  }
}
.button_15FFo.border_utMpM:active:not(.disabled_1uM2Q),
.button_15FFo.border_utMpM.active_12NRx {
  color: var(--bible-study-theme-button-bordered-active-color, #030b60);
  background-color: var(--bible-study-theme-button-bordered-active-background-color, #e9f5ff);
  border-color: var(--bible-study-theme-button-bordered-active-border-color, #e9f5ff);
}
.button_15FFo.border_utMpM:active:not(.disabled_1uM2Q):focus-visible,
.button_15FFo.border_utMpM.active_12NRx:focus-visible,
.button_15FFo.border_utMpM:active:not(.disabled_1uM2Q).focus_1GlPQ,
.button_15FFo.border_utMpM.active_12NRx.focus_1GlPQ {
  outline: var(--bible-study-theme-button-bordered-active-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-bordered-active-focus-outline-offset, 0);
}
.button_15FFo.border_utMpM:active:not(.disabled_1uM2Q) svg path,
.button_15FFo.border_utMpM.active_12NRx svg path {
  fill: var(--bible-study-theme-button-bordered-active-icon-color, #0c2b95);
}
.button_15FFo.border_utMpM:active:not(.disabled_1uM2Q) > .menuIcon_2lt5I,
.button_15FFo.border_utMpM.active_12NRx > .menuIcon_2lt5I,
.button_15FFo.border_utMpM:active:not(.disabled_1uM2Q) > .externalIcon_3UGrn,
.button_15FFo.border_utMpM.active_12NRx > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-bordered-active-decorator-icon-color, #63728c);
}
.button_15FFo.border_utMpM:focus-visible,
.button_15FFo.border_utMpM.focus_1GlPQ {
  outline: var(--bible-study-theme-button-bordered-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-bordered-focus-outline-offset, 0);
}
.button_15FFo.filled_Nclzo {
  color: var(--bible-study-theme-button-filled-color, #000000);
  background-color: var(--bible-study-theme-button-filled-background-color, #eeeeee);
  border-color: var(--bible-study-theme-button-filled-border-color, #eeeeee);
}
.button_15FFo.filled_Nclzo svg path {
  fill: var(--bible-study-theme-button-filled-icon-color, #63728c);
}
.button_15FFo.filled_Nclzo > .menuIcon_2lt5I,
.button_15FFo.filled_Nclzo > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-filled-decorator-icon-color, #919cae);
}
@media (hover: hover) {
  .button_15FFo.filled_Nclzo:hover:not(.disabled_1uM2Q) {
    color: var(--bible-study-theme-button-filled-hover-color, #030b60);
    background-color: var(--bible-study-theme-button-filled-hover-background-color, #e9f5ff);
    border-color: var(--bible-study-theme-button-filled-hover-border-color, #e9f5ff);
  }
  .button_15FFo.filled_Nclzo:hover:not(.disabled_1uM2Q):focus-visible,
  .button_15FFo.filled_Nclzo:hover:not(.disabled_1uM2Q).focus_1GlPQ {
    outline: var(--bible-study-theme-button-filled-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-filled-hover-focus-outline-offset, 0);
  }
  .button_15FFo.filled_Nclzo:hover:not(.disabled_1uM2Q) svg path {
    fill: var(--bible-study-theme-button-filled-hover-icon-color, #1e6afe);
  }
  .button_15FFo.filled_Nclzo:hover:not(.disabled_1uM2Q) > .menuIcon_2lt5I,
  .button_15FFo.filled_Nclzo:hover:not(.disabled_1uM2Q) > .externalIcon_3UGrn {
    --bible-study-icon-color: var(--bible-study-theme-button-filled-hover-decorator-icon-color, #154ac9);
  }
}
.button_15FFo.filled_Nclzo:active:not(.disabled_1uM2Q),
.button_15FFo.filled_Nclzo.active_12NRx {
  color: var(--bible-study-theme-button-filled-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-filled-active-background-color, #1e6afe);
  border-color: var(--bible-study-theme-button-filled-active-border-color, #1e6afe);
}
.button_15FFo.filled_Nclzo:active:not(.disabled_1uM2Q):focus-visible,
.button_15FFo.filled_Nclzo.active_12NRx:focus-visible,
.button_15FFo.filled_Nclzo:active:not(.disabled_1uM2Q).focus_1GlPQ,
.button_15FFo.filled_Nclzo.active_12NRx.focus_1GlPQ {
  outline: var(--bible-study-theme-button-filled-active-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-filled-active-focus-outline-offset, 0);
}
.button_15FFo.filled_Nclzo:active:not(.disabled_1uM2Q) svg path,
.button_15FFo.filled_Nclzo.active_12NRx svg path {
  fill: var(--bible-study-theme-button-filled-active-icon-color, #ffffff);
}
.button_15FFo.filled_Nclzo:active:not(.disabled_1uM2Q) > .menuIcon_2lt5I,
.button_15FFo.filled_Nclzo.active_12NRx > .menuIcon_2lt5I,
.button_15FFo.filled_Nclzo:active:not(.disabled_1uM2Q) > .externalIcon_3UGrn,
.button_15FFo.filled_Nclzo.active_12NRx > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-filled-active-decorator-icon-color, #ffffff);
}
@media (hover: hover) {
  .button_15FFo.filled_Nclzo:active:not(.disabled_1uM2Q):hover:not(.disabled_1uM2Q),
  .button_15FFo.filled_Nclzo.active_12NRx:hover:not(.disabled_1uM2Q) {
    color: var(--bible-study-theme-button-filled-active-hover-color, #ffffff);
    background-color: var(--bible-study-theme-button-filled-active-hover-background-color, #154ac9);
    border-color: var(--bible-study-theme-button-filled-active-hover-border-color, #154ac9);
  }
  .button_15FFo.filled_Nclzo:active:not(.disabled_1uM2Q):hover:not(.disabled_1uM2Q):focus-visible,
  .button_15FFo.filled_Nclzo.active_12NRx:hover:not(.disabled_1uM2Q):focus-visible,
  .button_15FFo.filled_Nclzo:active:not(.disabled_1uM2Q):hover:not(.disabled_1uM2Q).focus_1GlPQ,
  .button_15FFo.filled_Nclzo.active_12NRx:hover:not(.disabled_1uM2Q).focus_1GlPQ {
    outline: var(--bible-study-theme-button-filled-active-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-filled-active-hover-focus-outline-offset, 0);
  }
  .button_15FFo.filled_Nclzo:active:not(.disabled_1uM2Q):hover:not(.disabled_1uM2Q) svg path,
  .button_15FFo.filled_Nclzo.active_12NRx:hover:not(.disabled_1uM2Q) svg path {
    fill: var(--bible-study-theme-button-filled-active-hover-icon-color, #ffffff);
  }
  .button_15FFo.filled_Nclzo:active:not(.disabled_1uM2Q):hover:not(.disabled_1uM2Q) > .menuIcon_2lt5I,
  .button_15FFo.filled_Nclzo.active_12NRx:hover:not(.disabled_1uM2Q) > .menuIcon_2lt5I,
  .button_15FFo.filled_Nclzo:active:not(.disabled_1uM2Q):hover:not(.disabled_1uM2Q) > .externalIcon_3UGrn,
  .button_15FFo.filled_Nclzo.active_12NRx:hover:not(.disabled_1uM2Q) > .externalIcon_3UGrn {
    --bible-study-icon-color: var(--bible-study-theme-button-filled-active-hover-decorator-icon-color, #ffffff);
  }
}
.button_15FFo.filled_Nclzo:focus-visible,
.button_15FFo.filled_Nclzo.focus_1GlPQ {
  outline: var(--bible-study-theme-button-filled-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-filled-focus-outline-offset, 0);
}
.button_15FFo.borderless_1qt9J {
  color: var(--bible-study-theme-button-borderless-color, #000000);
  background-color: var(--bible-study-theme-button-borderless-background-color, inherit);
  border-color: var(--bible-study-theme-button-borderless-border-color, #ffffff00);
}
.button_15FFo.borderless_1qt9J svg path {
  fill: var(--bible-study-theme-button-borderless-icon-color, #63728c);
}
.button_15FFo.borderless_1qt9J > .menuIcon_2lt5I,
.button_15FFo.borderless_1qt9J > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-borderless-decorator-icon-color, #919cae);
}
@media (hover: hover) {
  .button_15FFo.borderless_1qt9J:hover:not(.disabled_1uM2Q) {
    color: var(--bible-study-theme-button-borderless-hover-color, #000000);
    background-color: var(--bible-study-theme-button-borderless-hover-background-color, #eeeeee);
    border-color: var(--bible-study-theme-button-borderless-hover-border-color, #eeeeee);
  }
  .button_15FFo.borderless_1qt9J:hover:not(.disabled_1uM2Q) svg path {
    fill: var(--bible-study-theme-button-borderless-hover-icon-color, #515d72);
  }
  .button_15FFo.borderless_1qt9J:hover:not(.disabled_1uM2Q) > .menuIcon_2lt5I,
  .button_15FFo.borderless_1qt9J:hover:not(.disabled_1uM2Q) > .externalIcon_3UGrn {
    --bible-study-icon-color: var(--bible-study-theme-button-borderless-hover-decorator-icon-color, #919cae);
  }
}
.button_15FFo.borderless_1qt9J:active:not(.disabled_1uM2Q),
.button_15FFo.borderless_1qt9J.active_12NRx {
  color: var(--bible-study-theme-button-borderless-active-color, #030b60);
  background-color: var(--bible-study-theme-button-borderless-active-background-color, #e9f5ff);
  border-color: var(--bible-study-theme-button-borderless-active-border-color, #c1e4ff);
}
.button_15FFo.borderless_1qt9J:active:not(.disabled_1uM2Q) svg path,
.button_15FFo.borderless_1qt9J.active_12NRx svg path {
  fill: var(--bible-study-theme-button-borderless-active-icon-color, #1e6afe);
}
.button_15FFo.borderless_1qt9J:active:not(.disabled_1uM2Q) > .menuIcon_2lt5I,
.button_15FFo.borderless_1qt9J.active_12NRx > .menuIcon_2lt5I,
.button_15FFo.borderless_1qt9J:active:not(.disabled_1uM2Q) > .externalIcon_3UGrn,
.button_15FFo.borderless_1qt9J.active_12NRx > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-borderless-active-decorator-icon-color, #63728c);
}
.button_15FFo.borderless_1qt9J:focus-visible,
.button_15FFo.borderless_1qt9J.focus_1GlPQ {
  outline: var(--bible-study-theme-button-borderless-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-borderless-focus-outline-offset, 0);
}
.button_15FFo.inline_3vmFg {
  border-radius: var(--bible-study-theme-button-inline-border-radius, 3px);
  padding: 0 7px;
  color: var(--bible-study-theme-button-inline-color, #000000);
  background-color: var(--bible-study-theme-button-inline-background-color, #eeeeee);
  border-color: var(--bible-study-theme-button-inline-border-color, #eeeeee);
  height: 18px;
}
@media (hover: hover) {
  .button_15FFo.inline_3vmFg:hover:not(.disabled_1uM2Q) {
    color: var(--bible-study-theme-button-inline-hover-color, #030b60);
    background-color: var(--bible-study-theme-button-inline-hover-background-color, #e9f5ff);
    border-color: var(--bible-study-theme-button-inline-hover-border-color, #e9f5ff);
  }
  .button_15FFo.inline_3vmFg:hover:not(.disabled_1uM2Q):focus-visible,
  .button_15FFo.inline_3vmFg:hover:not(.disabled_1uM2Q).focus_1GlPQ {
    outline: var(--bible-study-theme-button-inline-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-inline-hover-focus-outline-offset, 0);
  }
}
.button_15FFo.inline_3vmFg:active:not(.disabled_1uM2Q),
.button_15FFo.inline_3vmFg.active_12NRx {
  color: var(--bible-study-theme-button-inline-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-inline-active-background-color, #1e6afe);
  border-color: var(--bible-study-theme-button-inline-active-border-color, #1e6afe);
}
.button_15FFo.inline_3vmFg:active:not(.disabled_1uM2Q):focus-visible,
.button_15FFo.inline_3vmFg.active_12NRx:focus-visible,
.button_15FFo.inline_3vmFg:active:not(.disabled_1uM2Q).focus_1GlPQ,
.button_15FFo.inline_3vmFg.active_12NRx.focus_1GlPQ {
  outline: var(--bible-study-theme-button-inline-active-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-inline-active-focus-outline-offset, 0);
}
.button_15FFo.inline_3vmFg:focus-visible,
.button_15FFo.inline_3vmFg.focus_1GlPQ {
  outline: var(--bible-study-theme-button-inline-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-inline-focus-outline-offset, 0);
}
.button_15FFo.inlineWrap_20Atg {
  border-radius: var(--bible-study-theme-button-inline-border-radius, 3px);
  padding: 0 7px;
  color: var(--bible-study-theme-button-inline-color, #000000);
  background-color: var(--bible-study-theme-button-inline-background-color, #eeeeee);
  border-color: var(--bible-study-theme-button-inline-border-color, #eeeeee);
  white-space: normal;
  height: auto;
  text-align: left;
  line-height: 16px;
}
@media (hover: hover) {
  .button_15FFo.inlineWrap_20Atg:hover:not(.disabled_1uM2Q) {
    color: var(--bible-study-theme-button-inline-hover-color, #030b60);
    background-color: var(--bible-study-theme-button-inline-hover-background-color, #e9f5ff);
    border-color: var(--bible-study-theme-button-inline-hover-border-color, #e9f5ff);
  }
  .button_15FFo.inlineWrap_20Atg:hover:not(.disabled_1uM2Q):focus-visible,
  .button_15FFo.inlineWrap_20Atg:hover:not(.disabled_1uM2Q).focus_1GlPQ {
    outline: var(--bible-study-theme-button-inline-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-inline-hover-focus-outline-offset, 0);
  }
}
.button_15FFo.inlineWrap_20Atg:active:not(.disabled_1uM2Q),
.button_15FFo.inlineWrap_20Atg.active_12NRx {
  color: var(--bible-study-theme-button-inline-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-inline-active-background-color, #1e6afe);
  border-color: var(--bible-study-theme-button-inline-active-border-color, #1e6afe);
}
.button_15FFo.inlineWrap_20Atg:active:not(.disabled_1uM2Q):focus-visible,
.button_15FFo.inlineWrap_20Atg.active_12NRx:focus-visible,
.button_15FFo.inlineWrap_20Atg:active:not(.disabled_1uM2Q).focus_1GlPQ,
.button_15FFo.inlineWrap_20Atg.active_12NRx.focus_1GlPQ {
  outline: var(--bible-study-theme-button-inline-active-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-inline-active-focus-outline-offset, 0);
}
.button_15FFo.inlineWrap_20Atg:focus-visible,
.button_15FFo.inlineWrap_20Atg.focus_1GlPQ {
  outline: var(--bible-study-theme-button-inline-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-inline-focus-outline-offset, 0);
}
.button_15FFo.rounded_2mKAL {
  border-radius: var(--bible-study-theme-button-rounded-border-radius, 24px);
}
.button_15FFo.itemAlternate_31_0D {
  color: var(--bible-study-theme-ui-font-color, #000000);
  background-color: var(--bible-study-theme-item-alternate-background-color, #c1e4ff4d);
}
.button_15FFo.itemAlternate_31_0D svg path {
  fill: var(--bible-study-theme-item-alternate-icon-color, #1e6afe);
}
.button_15FFo.itemAlternate_31_0D > .menuIcon_2lt5I,
.button_15FFo.itemAlternate_31_0D > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-item-alternate-icon-color, #1e6afe);
}
.button_15FFo.itemAlternate_31_0D:focus-visible,
.button_15FFo.itemAlternate_31_0D.focus_1GlPQ {
  outline: var(--bible-study-theme-button-primary-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-primary-focus-outline-offset, 0);
}
@media (hover: hover) {
  .button_15FFo.itemAlternate_31_0D:hover {
    background-color: var(--bible-study-theme-item-alternate-hover-background-color, #c1e4ff66);
  }
  .button_15FFo.itemAlternate_31_0D:hover svg path {
    fill: var(--bible-study-theme-item-alternate-hover-icon-color, #154ac9);
  }
  .button_15FFo.itemAlternate_31_0D:hover > .menuIcon_2lt5I,
  .button_15FFo.itemAlternate_31_0D:hover > .externalIcon_3UGrn {
    --bible-study-icon-color: var(--bible-study-theme-item-alternate-hover-icon-color, #154ac9);
  }
  .button_15FFo.itemAlternate_31_0D:hover:focus-visible,
  .button_15FFo.itemAlternate_31_0D:hover.focus_1GlPQ {
    outline: var(--bible-study-theme-button-primary-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-primary-hover-focus-outline-offset, 0);
  }
}
.button_15FFo.textIcon_1ZfRD {
  padding: 0 4px;
  color: var(--bible-study-theme-button-borderless-color, #000000);
  background-color: var(--bible-study-theme-button-icon-background-color, #ffffff00);
  border-color: var(--bible-study-theme-button-icon-border-color, #ffffff00);
}
.button_15FFo.textIcon_1ZfRD svg path {
  fill: var(--bible-study-theme-button-icon-color, #63728c);
}
.button_15FFo.textIcon_1ZfRD > .menuIcon_2lt5I,
.button_15FFo.textIcon_1ZfRD > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-icon-decorator-icon-color, #919cae);
}
@media (hover: hover) {
  .button_15FFo.textIcon_1ZfRD:hover:not(.disabled_1uM2Q) {
    color: var(--bible-study-theme-button-borderless-hover-color, #000000);
    background-color: var(--bible-study-theme-button-icon-hover-background-color, #eeeeee);
    border-color: var(--bible-study-theme-button-icon-hover-border-color, #eeeeee);
  }
  .button_15FFo.textIcon_1ZfRD:hover:not(.disabled_1uM2Q) svg path {
    fill: var(--bible-study-theme-button-icon-hover-color, #515d72);
  }
  .button_15FFo.textIcon_1ZfRD:hover:not(.disabled_1uM2Q) > .menuIcon_2lt5I,
  .button_15FFo.textIcon_1ZfRD:hover:not(.disabled_1uM2Q) > .externalIcon_3UGrn {
    --bible-study-icon-color: var(--bible-study-theme-button-icon-hover-decorator-icon-color, #63728c);
  }
}
.button_15FFo.textIcon_1ZfRD:active:not(.disabled_1uM2Q),
.button_15FFo.textIcon_1ZfRD.active_12NRx {
  color: var(--bible-study-theme-button-borderless-active-color, #030b60);
  background-color: var(--bible-study-theme-button-icon-active-background-color, #e9f5ff);
  border-color: var(--bible-study-theme-button-icon-active-border-color, #c1e4ff);
}
.button_15FFo.textIcon_1ZfRD:active:not(.disabled_1uM2Q) svg path,
.button_15FFo.textIcon_1ZfRD.active_12NRx svg path {
  fill: var(--bible-study-theme-button-icon-active-color, #0c2b95);
}
.button_15FFo.textIcon_1ZfRD:active:not(.disabled_1uM2Q) > .menuIcon_2lt5I,
.button_15FFo.textIcon_1ZfRD.active_12NRx > .menuIcon_2lt5I,
.button_15FFo.textIcon_1ZfRD:active:not(.disabled_1uM2Q) > .externalIcon_3UGrn,
.button_15FFo.textIcon_1ZfRD.active_12NRx > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-icon-active-decorator-icon-color, #63728c);
}
.button_15FFo.textIcon_1ZfRD:focus-visible,
.button_15FFo.textIcon_1ZfRD.focus_1GlPQ {
  outline: var(--bible-study-theme-button-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-icon-focus-outline-offset, 0);
}
.button_15FFo.icon_2COf7:not(.toolbarTab_1QB2J) {
  padding: 2px;
}
.button_15FFo.icon_2COf7:not(.toolbarTab_1QB2J):not(.primary_1Iedc, .overlay_1Red1, .clear_3iOgN) {
  background-color: var(--bible-study-theme-button-icon-background-color, #ffffff00);
  border-color: var(--bible-study-theme-button-icon-border-color, #ffffff00);
}
.button_15FFo.icon_2COf7.toolbarTab_1QB2J {
  padding-left: 7px;
  padding-right: 7px;
}
.button_15FFo.icon_2COf7.unclickable_36I9_ {
  cursor: default;
}
.button_15FFo.icon_2COf7.overlay_1Red1 {
  background-color: var(--bible-study-theme-button-overlay-icon-background-color, #666666);
  border-color: var(--bible-study-theme-button-overlay-icon-border-color, #666666);
}
.button_15FFo.icon_2COf7.clear_3iOgN {
  background-color: transparent;
  border-color: transparent;
}
.button_15FFo.icon_2COf7.input_TuUn5 {
  height: 18px;
}
.button_15FFo.icon_2COf7:not(.noIconColor_1UqO-, .primary_1Iedc) svg path {
  fill: var(--bible-study-theme-button-icon-color, #63728c);
}
.button_15FFo.icon_2COf7:not(.noIconColor_1UqO-, .primary_1Iedc).overlay_1Red1 svg path {
  fill: var(--bible-study-theme-button-overlay-icon-color, #ffffff);
}
.button_15FFo.icon_2COf7 > .menuIcon_2lt5I,
.button_15FFo.icon_2COf7 > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-icon-decorator-icon-color, #919cae);
}
.button_15FFo.icon_2COf7.overlay_1Red1 > .menuIcon_2lt5I,
.button_15FFo.icon_2COf7.overlay_1Red1 > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-overlay-icon-decorator-icon-color, #dddddd);
}
@media (hover: hover) {
  .button_15FFo.icon_2COf7:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q):not(.toolbarTab_1QB2J, .primary_1Iedc, .overlay_1Red1, .clear_3iOgN) {
    background-color: var(--bible-study-theme-button-icon-hover-background-color, #eeeeee);
    border-color: var(--bible-study-theme-button-icon-hover-border-color, #eeeeee);
  }
  .button_15FFo.icon_2COf7:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q).overlay_1Red1 {
    background-color: var(--bible-study-theme-button-overlay-icon-hover-background-color, #444444);
    border-color: var(--bible-study-theme-button-overlay-icon-hover-border-color, #444444);
  }
  .button_15FFo.icon_2COf7:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q).clear_3iOgN {
    background-color: transparent;
    border-color: transparent;
  }
  .button_15FFo.icon_2COf7:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q):not(.noIconColor_1UqO-, .primary_1Iedc) svg path {
    fill: var(--bible-study-theme-button-icon-hover-color, #515d72);
  }
  .button_15FFo.icon_2COf7:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q):not(.noIconColor_1UqO-, .primary_1Iedc).overlay_1Red1 svg path {
    fill: var(--bible-study-theme-button-overlay-icon-hover-color, #ffffff);
  }
  .button_15FFo.icon_2COf7:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q) > .menuIcon_2lt5I,
  .button_15FFo.icon_2COf7:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q) > .externalIcon_3UGrn {
    --bible-study-icon-color: var(--bible-study-theme-button-icon-hover-decorator-icon-color, #63728c);
  }
  .button_15FFo.icon_2COf7:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q).overlay_1Red1 > .menuIcon_2lt5I,
  .button_15FFo.icon_2COf7:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q).overlay_1Red1 > .externalIcon_3UGrn {
    --bible-study-icon-color: var(--bible-study-theme-button-overlay-icon-hover-decorator-icon-color, #dddddd);
  }
}
.button_15FFo.icon_2COf7:active:not(.unclickable_36I9_):not(.disabled_1uM2Q):not(.toolbarTab_1QB2J, .primary_1Iedc, .overlay_1Red1, .clear_3iOgN),
.button_15FFo.icon_2COf7.active_12NRx:not(.toolbarTab_1QB2J, .primary_1Iedc, .overlay_1Red1, .clear_3iOgN) {
  background-color: var(--bible-study-theme-button-icon-active-background-color, #e9f5ff);
  border-color: var(--bible-study-theme-button-icon-active-border-color, #c1e4ff);
}
.button_15FFo.icon_2COf7:active:not(.unclickable_36I9_):not(.disabled_1uM2Q).overlay_1Red1,
.button_15FFo.icon_2COf7.active_12NRx.overlay_1Red1 {
  background-color: var(--bible-study-theme-button-overlay-icon-active-background-color, #333333);
  border-color: var(--bible-study-theme-button-overlay-icon-active-border-color, #333333);
}
.button_15FFo.icon_2COf7:active:not(.unclickable_36I9_):not(.disabled_1uM2Q).clear_3iOgN,
.button_15FFo.icon_2COf7.active_12NRx.clear_3iOgN {
  background-color: transparent;
  border-color: transparent;
}
.button_15FFo.icon_2COf7:active:not(.unclickable_36I9_):not(.disabled_1uM2Q):not(.noIconColor_1UqO-, .primary_1Iedc) svg path,
.button_15FFo.icon_2COf7.active_12NRx:not(.noIconColor_1UqO-, .primary_1Iedc) svg path {
  fill: var(--bible-study-theme-button-icon-active-color, #0c2b95);
}
.button_15FFo.icon_2COf7:active:not(.unclickable_36I9_):not(.disabled_1uM2Q):not(.noIconColor_1UqO-, .primary_1Iedc).overlay_1Red1 svg path,
.button_15FFo.icon_2COf7.active_12NRx:not(.noIconColor_1UqO-, .primary_1Iedc).overlay_1Red1 svg path {
  fill: var(--bible-study-theme-button-overlay-icon-active-color, #ffffff);
}
.button_15FFo.icon_2COf7:active:not(.unclickable_36I9_):not(.disabled_1uM2Q) > .menuIcon_2lt5I,
.button_15FFo.icon_2COf7.active_12NRx > .menuIcon_2lt5I,
.button_15FFo.icon_2COf7:active:not(.unclickable_36I9_):not(.disabled_1uM2Q) > .externalIcon_3UGrn,
.button_15FFo.icon_2COf7.active_12NRx > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-icon-active-decorator-icon-color, #63728c);
}
.button_15FFo.icon_2COf7:active:not(.unclickable_36I9_):not(.disabled_1uM2Q).overlay_1Red1 > .menuIcon_2lt5I,
.button_15FFo.icon_2COf7.active_12NRx.overlay_1Red1 > .menuIcon_2lt5I,
.button_15FFo.icon_2COf7:active:not(.unclickable_36I9_):not(.disabled_1uM2Q).overlay_1Red1 > .externalIcon_3UGrn,
.button_15FFo.icon_2COf7.active_12NRx.overlay_1Red1 > .externalIcon_3UGrn {
  --bible-study-icon-color: var(--bible-study-theme-button-overlay-icon-active-decorator-icon-color, #dddddd);
}
.button_15FFo.icon_2COf7:focus-visible:not(.toolbarTab_1QB2J, .primary_1Iedc, .overlay_1Red1),
.button_15FFo.icon_2COf7.focus_1GlPQ:not(.toolbarTab_1QB2J, .primary_1Iedc, .overlay_1Red1) {
  outline: var(--bible-study-theme-button-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-icon-focus-outline-offset, 0);
}
.button_15FFo.icon_2COf7:focus-visible.overlay_1Red1,
.button_15FFo.icon_2COf7.focus_1GlPQ.overlay_1Red1 {
  outline: var(--bible-study-theme-button-overlay-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-overlay-icon-focus-outline-offset, 0);
}
.button_15FFo.icon_2COf7 > .menuIcon_2lt5I,
.button_15FFo.icon_2COf7 > .externalIcon_3UGrn {
  margin-left: 0;
}
.button_15FFo.iconOnBrandedContent_3wbTA {
  padding: 2px;
  background-color: transparent;
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-color, #030b60);
}
@media (hover: hover) {
  .button_15FFo.iconOnBrandedContent_3wbTA:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q) {
    background-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-hover-background-color, #c1e4ff);
  }
}
.button_15FFo.iconOnBrandedContent_3wbTA:active:not(.unclickable_36I9_):not(.disabled_1uM2Q),
.button_15FFo.iconOnBrandedContent_3wbTA.active_12NRx {
  background-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-hover-background-color, #c1e4ff);
}
.button_15FFo.iconOnBrandedContent_3wbTA:focus-visible,
.button_15FFo.iconOnBrandedContent_3wbTA.focus_1GlPQ {
  outline: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline-offset, 0);
  color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline-color, #4797ff);
}
.button_15FFo.iconOnBrandedContent_3wbTA.extraLowContrast_2nPMV {
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-color, #030b60);
}
@media (hover: hover) {
  .button_15FFo.iconOnBrandedContent_3wbTA.extraLowContrast_2nPMV:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q) {
    background-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-hover-background-color, #c1e4ff);
  }
}
.button_15FFo.iconOnBrandedContent_3wbTA.extraLowContrast_2nPMV:active:not(.unclickable_36I9_):not(.disabled_1uM2Q),
.button_15FFo.iconOnBrandedContent_3wbTA.extraLowContrast_2nPMV.active_12NRx {
  background-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-hover-background-color, #c1e4ff);
}
.button_15FFo.iconOnBrandedContent_3wbTA.extraLowContrast_2nPMV:focus-visible,
.button_15FFo.iconOnBrandedContent_3wbTA.extraLowContrast_2nPMV.focus_1GlPQ {
  outline: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline-offset, 0);
  color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline-color, #4797ff);
}
.button_15FFo.iconOnBrandedContent_3wbTA.lowContrast_1Z_Gp {
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-low-contrast-icon-color, #030b60);
}
@media (hover: hover) {
  .button_15FFo.iconOnBrandedContent_3wbTA.lowContrast_1Z_Gp:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q) {
    background-color: var(--bible-study-theme-button-branded-content-low-contrast-icon-hover-background-color, #c1e4ff);
  }
}
.button_15FFo.iconOnBrandedContent_3wbTA.lowContrast_1Z_Gp:active:not(.unclickable_36I9_):not(.disabled_1uM2Q),
.button_15FFo.iconOnBrandedContent_3wbTA.lowContrast_1Z_Gp.active_12NRx {
  background-color: var(--bible-study-theme-button-branded-content-low-contrast-icon-hover-background-color, #c1e4ff);
}
.button_15FFo.iconOnBrandedContent_3wbTA.lowContrast_1Z_Gp:focus-visible,
.button_15FFo.iconOnBrandedContent_3wbTA.lowContrast_1Z_Gp.focus_1GlPQ {
  outline: var(--bible-study-theme-button-branded-content-low-contrast-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-branded-content-low-contrast-icon-focus-outline-offset, 0);
  color: var(--bible-study-theme-button-branded-content-low-contrast-icon-focus-outline-color, #4797ff);
}
.button_15FFo.iconOnBrandedContent_3wbTA.mediumContrast_3Vz4r {
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-medium-contrast-icon-color, #e9f5ff);
}
@media (hover: hover) {
  .button_15FFo.iconOnBrandedContent_3wbTA.mediumContrast_3Vz4r:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q) {
    background-color: var(--bible-study-theme-button-branded-content-medium-contrast-icon-hover-background-color, #1e6afe);
  }
}
.button_15FFo.iconOnBrandedContent_3wbTA.mediumContrast_3Vz4r:active:not(.unclickable_36I9_):not(.disabled_1uM2Q),
.button_15FFo.iconOnBrandedContent_3wbTA.mediumContrast_3Vz4r.active_12NRx {
  background-color: var(--bible-study-theme-button-branded-content-medium-contrast-icon-hover-background-color, #1e6afe);
}
.button_15FFo.iconOnBrandedContent_3wbTA.mediumContrast_3Vz4r:focus-visible,
.button_15FFo.iconOnBrandedContent_3wbTA.mediumContrast_3Vz4r.focus_1GlPQ {
  outline: var(--bible-study-theme-button-branded-content-medium-contrast-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-branded-content-medium-contrast-icon-focus-outline-offset, 0);
  color: var(--bible-study-theme-button-branded-content-medium-contrast-icon-focus-outline-color, #4797ff);
}
.button_15FFo.iconOnBrandedContent_3wbTA.highContrast_1oGOD {
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-high-contrast-icon-color, #e9f5ff);
}
@media (hover: hover) {
  .button_15FFo.iconOnBrandedContent_3wbTA.highContrast_1oGOD:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q) {
    background-color: var(--bible-study-theme-button-branded-content-high-contrast-icon-hover-background-color, #154ac9);
  }
}
.button_15FFo.iconOnBrandedContent_3wbTA.highContrast_1oGOD:active:not(.unclickable_36I9_):not(.disabled_1uM2Q),
.button_15FFo.iconOnBrandedContent_3wbTA.highContrast_1oGOD.active_12NRx {
  background-color: var(--bible-study-theme-button-branded-content-high-contrast-icon-hover-background-color, #154ac9);
}
.button_15FFo.iconOnBrandedContent_3wbTA.highContrast_1oGOD:focus-visible,
.button_15FFo.iconOnBrandedContent_3wbTA.highContrast_1oGOD.focus_1GlPQ {
  outline: var(--bible-study-theme-button-branded-content-high-contrast-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-branded-content-high-contrast-icon-focus-outline-offset, 0);
  color: var(--bible-study-theme-button-branded-content-high-contrast-icon-focus-outline-color, #4797ff);
}
.button_15FFo.toolbarTab_1QB2J {
  height: 36px;
  color: var(--bible-study-theme-button-bordered-color, #000000);
  background-color: var(--bible-study-theme-generic-tab-background-color, #ffffff);
  border-radius: var(--bible-study-theme-generic-tab-border-radius, 4px 4px 0 0);
}
.button_15FFo.toolbarTab_1QB2J svg path {
  fill: var(--bible-study-theme-button-bordered-decorator-icon-color, #c7cfdc);
}
@media (hover: hover) {
  .button_15FFo.toolbarTab_1QB2J:hover:not(.disabled_1uM2Q) {
    color: var(--bible-study-theme-button-bordered-hover-color, #000000);
    background-color: var(--bible-study-theme-generic-tab-hover-background-color, #f4f4f4);
  }
  .button_15FFo.toolbarTab_1QB2J:hover:not(.disabled_1uM2Q) svg path {
    fill: var(--bible-study-theme-button-bordered-hover-decorator-icon-color, #63728c);
  }
}
.button_15FFo.toolbarTab_1QB2J:active:not(.disabled_1uM2Q),
.button_15FFo.toolbarTab_1QB2J.active_12NRx {
  color: var(--bible-study-theme-button-bordered-active-color, #030b60);
  background-color: var(--bible-study-theme-generic-tab-active-background-color, #e9f5ff);
}
.button_15FFo.toolbarTab_1QB2J:active:not(.disabled_1uM2Q) svg path,
.button_15FFo.toolbarTab_1QB2J.active_12NRx svg path {
  fill: var(--bible-study-theme-button-bordered-active-decorator-icon-color, #63728c);
}
.button_15FFo.toolbarTab_1QB2J:active:not(.disabled_1uM2Q):not(.menu_3G3PJ).button_15FFo.toolbarTab_1QB2J:active:not(.disabled_1uM2Q):not(.external_2WED0)::after,
.button_15FFo.toolbarTab_1QB2J:active:not(.disabled_1uM2Q):not(.menu_3G3PJ).button_15FFo.toolbarTab_1QB2J.active_12NRx:not(.external_2WED0)::after,
.button_15FFo.toolbarTab_1QB2J.active_12NRx:not(.menu_3G3PJ).button_15FFo.toolbarTab_1QB2J:active:not(.disabled_1uM2Q):not(.external_2WED0)::after,
.button_15FFo.toolbarTab_1QB2J.active_12NRx:not(.menu_3G3PJ).button_15FFo.toolbarTab_1QB2J.active_12NRx:not(.external_2WED0)::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -1px;
  right: -1px;
  background-color: var(--bible-study-theme-generic-tab-active-border-color, #154ac9);
  height: 4px;
  border-radius: 4px 4px 0 0;
}
.button_15FFo.toolbarTab_1QB2J:focus-visible,
.button_15FFo.toolbarTab_1QB2J.focus_1GlPQ {
  outline: var(--bible-study-theme-generic-tab-focus-outline, 1px solid #1e6afe);
  outline-offset: var(--bible-study-theme-generic-tab-focus-outline-offset, -1px);
}
.anchorButton_1NpPG {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.anchorButton_1NpPG.disabled_1uM2Q {
  opacity: var(--bible-study-theme-button-disabled-opacity, 0.6);
  pointer-events: none;
}
.anchorButton_1NpPG.disabled_1uM2Q.allowHoverFocusWhenDisabled_2eo6S {
  pointer-events: auto;
  cursor: default;
}
.menuIcon_2lt5I,
.externalIcon_3UGrn {
  width: 12px;
  margin-left: 4px;
  flex-shrink: 0;
}
.textContainerCommon_2Baed {
  display: grid;
  line-height: 100% !important;
}
.textContainer_31d7f {
  display: grid;
  line-height: 100% !important;
}
.iconWithTextContainerCommon_tHj7s {
  display: grid;
  column-gap: 4px;
  grid-template-columns: auto auto;
  align-items: center;
  line-height: 100% !important;
}
.iconWithTextContainer_lK7B_ {
  display: grid;
  column-gap: 4px;
  grid-template-columns: auto auto;
  align-items: center;
  line-height: 100% !important;
}
.badgedContainer_1XvKl {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  line-height: 100% !important;
}
.sidebarMenuItem_2hGwX {
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding: 0;
  background-color: transparent;
  transition: background-color 0.1s ease-in-out;
  cursor: var(--bible-study-theme-button-cursor, default);
}
.sidebarMenuItem_2hGwX:disabled,
.sidebarMenuItem_2hGwX.disabled_1uM2Q {
  opacity: var(--bible-study-theme-button-disabled-opacity, 0.6);
  pointer-events: none;
}
.sidebarMenuItem_2hGwX:disabled.allowHoverFocusWhenDisabled_2eo6S,
.sidebarMenuItem_2hGwX.disabled_1uM2Q.allowHoverFocusWhenDisabled_2eo6S {
  pointer-events: auto;
  cursor: default;
}
@media (hover: hover) {
  .sidebarMenuItem_2hGwX:hover:not(.disabled_1uM2Q) {
    background-color: var(--bible-study-theme-sidebar-menu-item-hover-background-color, #f4f4f4);
  }
  .sidebarMenuItem_2hGwX:hover:not(.disabled_1uM2Q):focus-visible,
  .sidebarMenuItem_2hGwX:hover:not(.disabled_1uM2Q).focus_1GlPQ {
    outline: var(--bible-study-theme-sidebar-menu-item-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-sidebar-menu-item-hover-focus-outline-offset, -1px);
  }
}
.sidebarMenuItem_2hGwX:active:not(.disabled_1uM2Q),
.sidebarMenuItem_2hGwX.active_12NRx {
  background-color: var(--bible-study-theme-sidebar-menu-item-active-background-color, #ffffff);
}
.sidebarMenuItem_2hGwX:active:not(.disabled_1uM2Q):focus-visible,
.sidebarMenuItem_2hGwX.active_12NRx:focus-visible,
.sidebarMenuItem_2hGwX:active:not(.disabled_1uM2Q).focus_1GlPQ,
.sidebarMenuItem_2hGwX.active_12NRx.focus_1GlPQ {
  outline: var(--bible-study-theme-sidebar-menu-item-active-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-sidebar-menu-item-active-focus-outline-offset, -1px);
}
.sidebarMenuItem_2hGwX:focus-visible,
.sidebarMenuItem_2hGwX.focus_1GlPQ {
  outline: var(--bible-study-theme-sidebar-menu-item-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-sidebar-menu-item-focus-outline-offset, -1px);
}
.sidebarMenuItemGrid_2s6G4 {
  display: grid;
  height: 24px;
}
.sidebarMenuItemChildrenContainer_2wUNQ {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  padding-right: 8px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.activeSidebarMenuItemBorder_13vKX {
  grid-row: 1;
  grid-column: 1;
  display: none;
}
.activeSidebarMenuItemBorder_13vKX.active_12NRx {
  display: flex;
  border-left: 2px solid var(--bible-study-theme-active-item-thick-border-color, #154ac9);
}
.linkButtonCommon_hPnYc {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: inherit;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  border: 0 !important;
  white-space: nowrap;
  background: transparent;
  cursor: pointer;
  color: var(--bible-study-theme-link-color, #1e6afe);
  transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, color 0.1s ease-in-out, fill 0.1s ease-in-out;
}
.linkButtonCommon_hPnYc > .decoratorIcon_2uGVR {
  --bible-study-icon-color: var(--bible-study-theme-link-color, #1e6afe);
}
.linkButtonCommon_hPnYc > .decoratorIcon_2uGVR > path {
  transition: fill 0.1s ease-in-out;
}
.linkButtonCommon_hPnYc.unclickable_36I9_ {
  cursor: default;
}
@media (hover: hover) {
  .linkButtonCommon_hPnYc:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q) {
    color: var(--bible-study-theme-link-hover-color, #4797ff);
  }
  .linkButtonCommon_hPnYc:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q):focus-visible,
  .linkButtonCommon_hPnYc:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q).focus_1GlPQ {
    outline: var(--bible-study-theme-link-hover-focus-outline, 1px solid #1e6afe);
    outline-offset: var(--bible-study-theme-link-hover-focus-outline-offset, 0);
    border-radius: var(--bible-study-theme-link-focus-outline-border-radius, 3px);
  }
  .linkButtonCommon_hPnYc:hover:not(.unclickable_36I9_):not(.disabled_1uM2Q) > .decoratorIcon_2uGVR {
    --bible-study-icon-color: var(--bible-study-theme-link-hover-color, #4797ff);
  }
}
.linkButtonCommon_hPnYc:disabled,
.linkButtonCommon_hPnYc.disabled_1uM2Q {
  color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
  pointer-events: none;
}
.linkButtonCommon_hPnYc:disabled > .decoratorIcon_2uGVR,
.linkButtonCommon_hPnYc.disabled_1uM2Q > .decoratorIcon_2uGVR {
  --bible-study-icon-color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
}
.linkButtonCommon_hPnYc:disabled.allowHoverFocusWhenDisabled_2eo6S,
.linkButtonCommon_hPnYc.disabled_1uM2Q.allowHoverFocusWhenDisabled_2eo6S {
  pointer-events: auto;
  cursor: default;
}
.linkButtonCommon_hPnYc .decoratorIcon_2uGVR.right_3XUpb {
  margin-left: 4px;
  flex: none;
}
.linkButtonCommon_hPnYc .decoratorIcon_2uGVR.left_q5OOW {
  margin-right: 4px;
  flex: none;
}
.linkButtonCommon_hPnYc .decoratorIcon_2uGVR.external_2WED0 {
  margin-left: 4px;
  margin-right: 2px;
  overflow: unset;
}
.linkButtonCommon_hPnYc.withDecorator_1uW_P:not(.withExternalDecorator_3hXfu) {
  display: inline-flex;
  align-items: center;
}
.linkButtonCommon_hPnYc.withExternalDecorator_3hXfu {
  display: inline-flex;
  align-items: baseline;
}
.linkButtonCommon_hPnYc.withMenuDecorator_61z-l:not(.unclickable_36I9_) {
  cursor: var(--bible-study-theme-button-cursor, default);
}
.linkButtonCommon_hPnYc:focus-visible,
.linkButtonCommon_hPnYc.focus_1GlPQ {
  outline: var(--bible-study-theme-link-focus-outline, 1px solid #1e6afe);
  outline-offset: var(--bible-study-theme-link-focus-outline-offset, 0);
  border-radius: var(--bible-study-theme-link-focus-outline-border-radius, 3px);
}
.linkButtonCommon_hPnYc.textWrapping_-Wd5E {
  display: inline-block;
  white-space: normal;
  text-align: left;
}
.linkButtonCommon_hPnYc.textWrapping_-Wd5E.anchor_1hyYr {
  display: inline;
}
.linkButtonCommon_hPnYc.fullWidth_4M9pv {
  text-align: left;
  width: 100%;
}

:root {
  --small-text: 14px;
  --brand-font-logos: 'BrandLogos', 'Alaska', 'Source Sans Pro', sans-serif;
  --brand-font-verbum: 'BrandVerbum', 'Fauna One', 'Source Sans Pro', sans-serif;
}
.wrapper_1_acE {
  position: relative;
  display: inline-flex;
}
.subscribeButton_1fF5q {
  display: inline-flex;
  justify-content: center;
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  box-sizing: border-box;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: transparent;
  border-radius: var(--bible-study-theme-button-border-radius, 4px);
  color: inherit;
  height: 24px;
  padding: 4px 7px;
  white-space: nowrap;
  cursor: var(--bible-study-theme-button-cursor, default);
  -webkit-user-select: none;
  user-select: none;
  transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, color 0.1s ease-in-out, fill 0.1s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  border-radius: var(--bible-study-theme-button-rounded-border-radius, 24px);
  color: var(--bible-study-theme-button-primary-color, #ffffff);
  background-color: var(--bible-study-theme-button-primary-background-color, #1e6afe);
  border-color: var(--bible-study-theme-button-primary-border-color, #1e6afe);
  height: 18px;
  padding: 3px;
  display: flex;
  gap: 2px;
  align-items: center;
}
.subscribeButton_1fF5q.mobileTouchTarget_1xnMj {
  padding: 7px 9px;
  height: 30px;
}
.subscribeButton_1fF5q.badged_3r_du {
  padding: 4px 4px 4px 7px;
}
.subscribeButton_1fF5q.leftJustified_2E2OH {
  justify-content: left;
}
.subscribeButton_1fF5q.rightJustified_2EMQh {
  justify-content: right;
}
.subscribeButton_1fF5q.fullWidth_3wLj6 {
  width: 100%;
}
.subscribeButton_1fF5q:hover {
  --bible-study-badge-container-hovered:  ;
}
.subscribeButton_1fF5q.radio_1kehy {
  background-color: transparent;
  padding: 0 6px;
}
.subscribeButton_1fF5q.radio_1kehy:focus-visible,
.subscribeButton_1fF5q.radio_1kehy.focus_2QYO7 {
  outline: var(--bible-study-theme-button-radio-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-radio-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.radioWrap_2Clmh {
  height: auto;
  align-items: flex-start;
  background-color: transparent;
  padding: 0 6px;
}
.subscribeButton_1fF5q.radioWrap_2Clmh:focus-visible,
.subscribeButton_1fF5q.radioWrap_2Clmh.focus_2QYO7 {
  outline: var(--bible-study-theme-button-radio-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-radio-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.radioWrap_2Clmh span {
  white-space: normal;
  height: auto;
  text-align: left;
  line-height: 16px;
}
.subscribeButton_1fF5q.radioWrap_2Clmh svg {
  min-width: 18px;
  min-height: 18px;
}
.subscribeButton_1fF5q .radioButtonChildrenContainer_3uX7G {
  margin-left: 4px;
}
.subscribeButton_1fF5q:disabled,
.subscribeButton_1fF5q.disabled_2lgZ7 {
  opacity: var(--bible-study-theme-button-disabled-opacity, 0.6);
  pointer-events: none;
}
.subscribeButton_1fF5q:disabled.allowHoverFocusWhenDisabled_3IFCQ,
.subscribeButton_1fF5q.disabled_2lgZ7.allowHoverFocusWhenDisabled_3IFCQ {
  pointer-events: auto;
  cursor: default;
}
.subscribeButton_1fF5q.menu_1IaaL,
.subscribeButton_1fF5q.external_2nvat {
  padding-left: 9px;
  padding-right: 4px;
}
.subscribeButton_1fF5q.primary_1P6ly {
  color: var(--bible-study-theme-button-primary-color, #ffffff);
  background-color: var(--bible-study-theme-button-primary-background-color, #1e6afe);
  border-color: var(--bible-study-theme-button-primary-border-color, #1e6afe);
}
.subscribeButton_1fF5q.primary_1P6ly svg path {
  fill: var(--bible-study-theme-button-primary-icon-color, #ffffff);
}
.subscribeButton_1fF5q.primary_1P6ly > .menuIcon_1UrHW,
.subscribeButton_1fF5q.primary_1P6ly > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-primary-decorator-icon-color, #eaedf2);
}
@media (hover: hover) {
  .subscribeButton_1fF5q.primary_1P6ly:hover:not(.disabled_2lgZ7) {
    color: var(--bible-study-theme-button-primary-hover-color, #ffffff);
    background-color: var(--bible-study-theme-button-primary-hover-background-color, #154ac9);
    border-color: var(--bible-study-theme-button-primary-hover-border-color, #154ac9);
  }
  .subscribeButton_1fF5q.primary_1P6ly:hover:not(.disabled_2lgZ7):focus-visible,
  .subscribeButton_1fF5q.primary_1P6ly:hover:not(.disabled_2lgZ7).focus_2QYO7 {
    outline: var(--bible-study-theme-button-primary-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-primary-hover-focus-outline-offset, 0);
  }
  .subscribeButton_1fF5q.primary_1P6ly:hover:not(.disabled_2lgZ7) svg path {
    fill: var(--bible-study-theme-button-primary-hover-icon-color, #ffffff);
  }
  .subscribeButton_1fF5q.primary_1P6ly:hover:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
  .subscribeButton_1fF5q.primary_1P6ly:hover:not(.disabled_2lgZ7) > .externalIcon_2g7NV {
    --bible-study-icon-color: var(--bible-study-theme-button-primary-hover-decorator-icon-color, #eaedf2);
  }
}
.subscribeButton_1fF5q.primary_1P6ly:active:not(.disabled_2lgZ7),
.subscribeButton_1fF5q.primary_1P6ly.active_1VtQl {
  color: var(--bible-study-theme-button-primary-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-primary-active-background-color, #0c2b95);
  border-color: var(--bible-study-theme-button-primary-active-border-color, #0c2b95);
}
.subscribeButton_1fF5q.primary_1P6ly:active:not(.disabled_2lgZ7):focus-visible,
.subscribeButton_1fF5q.primary_1P6ly.active_1VtQl:focus-visible,
.subscribeButton_1fF5q.primary_1P6ly:active:not(.disabled_2lgZ7).focus_2QYO7,
.subscribeButton_1fF5q.primary_1P6ly.active_1VtQl.focus_2QYO7 {
  outline: var(--bible-study-theme-button-primary-active-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-primary-active-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.primary_1P6ly:active:not(.disabled_2lgZ7) svg path,
.subscribeButton_1fF5q.primary_1P6ly.active_1VtQl svg path {
  fill: var(--bible-study-theme-button-primary-active-icon-color, #ffffff);
}
.subscribeButton_1fF5q.primary_1P6ly:active:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
.subscribeButton_1fF5q.primary_1P6ly.active_1VtQl > .menuIcon_1UrHW,
.subscribeButton_1fF5q.primary_1P6ly:active:not(.disabled_2lgZ7) > .externalIcon_2g7NV,
.subscribeButton_1fF5q.primary_1P6ly.active_1VtQl > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-primary-active-decorator-icon-color, #eaedf2);
}
.subscribeButton_1fF5q.primary_1P6ly:focus-visible,
.subscribeButton_1fF5q.primary_1P6ly.focus_2QYO7 {
  outline: var(--bible-study-theme-button-primary-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-primary-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.secondary_3i7Ck {
  color: var(--bible-study-theme-button-secondary-color, #1e6afe);
  background-color: var(--bible-study-theme-button-secondary-background-color, inherit);
  border-color: var(--bible-study-theme-button-secondary-border-color, #1e6afe);
}
.subscribeButton_1fF5q.secondary_3i7Ck svg path {
  fill: var(--bible-study-theme-button-secondary-icon-color, #1e6afe);
}
.subscribeButton_1fF5q.secondary_3i7Ck > .menuIcon_1UrHW,
.subscribeButton_1fF5q.secondary_3i7Ck > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-secondary-decorator-icon-color, #1e6afe);
}
@media (hover: hover) {
  .subscribeButton_1fF5q.secondary_3i7Ck:hover:not(.disabled_2lgZ7) {
    color: var(--bible-study-theme-button-secondary-hover-color, #ffffff);
    background-color: var(--bible-study-theme-button-secondary-hover-background-color, #154ac9);
    border-color: var(--bible-study-theme-button-secondary-hover-border-color, #154ac9);
  }
  .subscribeButton_1fF5q.secondary_3i7Ck:hover:not(.disabled_2lgZ7):focus-visible,
  .subscribeButton_1fF5q.secondary_3i7Ck:hover:not(.disabled_2lgZ7).focus_2QYO7 {
    outline: var(--bible-study-theme-button-secondary-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-secondary-hover-focus-outline-offset, 0);
  }
  .subscribeButton_1fF5q.secondary_3i7Ck:hover:not(.disabled_2lgZ7) svg path {
    fill: var(--bible-study-theme-button-secondary-hover-icon-color, #ffffff);
  }
  .subscribeButton_1fF5q.secondary_3i7Ck:hover:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
  .subscribeButton_1fF5q.secondary_3i7Ck:hover:not(.disabled_2lgZ7) > .externalIcon_2g7NV {
    --bible-study-icon-color: var(--bible-study-theme-button-secondary-hover-decorator-icon-color, #eaedf2);
  }
}
.subscribeButton_1fF5q.secondary_3i7Ck:active:not(.disabled_2lgZ7),
.subscribeButton_1fF5q.secondary_3i7Ck.active_1VtQl {
  color: var(--bible-study-theme-button-secondary-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-secondary-active-background-color, #0c2b95);
  border-color: var(--bible-study-theme-button-secondary-active-border-color, #0c2b95);
}
.subscribeButton_1fF5q.secondary_3i7Ck:active:not(.disabled_2lgZ7):focus-visible,
.subscribeButton_1fF5q.secondary_3i7Ck.active_1VtQl:focus-visible,
.subscribeButton_1fF5q.secondary_3i7Ck:active:not(.disabled_2lgZ7).focus_2QYO7,
.subscribeButton_1fF5q.secondary_3i7Ck.active_1VtQl.focus_2QYO7 {
  outline: var(--bible-study-theme-button-secondary-active-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-secondary-active-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.secondary_3i7Ck:active:not(.disabled_2lgZ7) svg path,
.subscribeButton_1fF5q.secondary_3i7Ck.active_1VtQl svg path {
  fill: var(--bible-study-theme-button-secondary-active-icon-color, #ffffff);
}
.subscribeButton_1fF5q.secondary_3i7Ck:active:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
.subscribeButton_1fF5q.secondary_3i7Ck.active_1VtQl > .menuIcon_1UrHW,
.subscribeButton_1fF5q.secondary_3i7Ck:active:not(.disabled_2lgZ7) > .externalIcon_2g7NV,
.subscribeButton_1fF5q.secondary_3i7Ck.active_1VtQl > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-secondary-active-decorator-icon-color, #eaedf2);
}
.subscribeButton_1fF5q.secondary_3i7Ck:focus-visible,
.subscribeButton_1fF5q.secondary_3i7Ck.focus_2QYO7 {
  outline: var(--bible-study-theme-button-secondary-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-secondary-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.dialog_3YfaP {
  min-width: 64px;
  padding: 5px 8px;
}
.subscribeButton_1fF5q.purchasing_3YZUN {
  color: var(--bible-study-theme-button-purchasing-color, #ffffff);
  background-color: var(--bible-study-theme-button-purchasing-background-color, #ff6600);
  border-color: var(--bible-study-theme-button-purchasing-border-color, #ff6600);
}
.subscribeButton_1fF5q.purchasing_3YZUN svg path {
  fill: var(--bible-study-theme-button-purchasing-icon-color, #ffffff);
}
.subscribeButton_1fF5q.purchasing_3YZUN > .menuIcon_1UrHW,
.subscribeButton_1fF5q.purchasing_3YZUN > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-purchasing-decorator-icon-color, #ffffff);
}
@media (hover: hover) {
  .subscribeButton_1fF5q.purchasing_3YZUN:hover:not(.disabled_2lgZ7) {
    color: var(--bible-study-theme-button-purchasing-hover-color, #ffffff);
    background-color: var(--bible-study-theme-button-purchasing-hover-background-color, #ff8433);
    border-color: var(--bible-study-theme-button-purchasing-hover-border-color, #ff8433);
  }
  .subscribeButton_1fF5q.purchasing_3YZUN:hover:not(.disabled_2lgZ7):focus-visible,
  .subscribeButton_1fF5q.purchasing_3YZUN:hover:not(.disabled_2lgZ7).focus_2QYO7 {
    outline: var(--bible-study-theme-button-purchasing-hover-focus-outline, 2px solid #ffb27f);
    outline-offset: var(--bible-study-theme-button-purchasing-hover-focus-outline-offset, 0);
  }
  .subscribeButton_1fF5q.purchasing_3YZUN:hover:not(.disabled_2lgZ7) svg path {
    fill: var(--bible-study-theme-button-purchasing-hover-icon-color, #ffffff);
  }
  .subscribeButton_1fF5q.purchasing_3YZUN:hover:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
  .subscribeButton_1fF5q.purchasing_3YZUN:hover:not(.disabled_2lgZ7) > .externalIcon_2g7NV {
    --bible-study-icon-color: var(--bible-study-theme-button-purchasing-hover-decorator-icon-color, #ffffff);
  }
}
.subscribeButton_1fF5q.purchasing_3YZUN:active:not(.disabled_2lgZ7),
.subscribeButton_1fF5q.purchasing_3YZUN.active_1VtQl {
  color: var(--bible-study-theme-button-purchasing-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-purchasing-active-background-color, #bd4b00);
  border-color: var(--bible-study-theme-button-purchasing-active-border-color, #bd4b00);
}
.subscribeButton_1fF5q.purchasing_3YZUN:active:not(.disabled_2lgZ7):focus-visible,
.subscribeButton_1fF5q.purchasing_3YZUN.active_1VtQl:focus-visible,
.subscribeButton_1fF5q.purchasing_3YZUN:active:not(.disabled_2lgZ7).focus_2QYO7,
.subscribeButton_1fF5q.purchasing_3YZUN.active_1VtQl.focus_2QYO7 {
  outline: var(--bible-study-theme-button-purchasing-active-focus-outline, 2px solid #ffb27f);
  outline-offset: var(--bible-study-theme-button-purchasing-active-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.purchasing_3YZUN:active:not(.disabled_2lgZ7) svg path,
.subscribeButton_1fF5q.purchasing_3YZUN.active_1VtQl svg path {
  fill: var(--bible-study-theme-button-purchasing-active-icon-color, #ffffff);
}
.subscribeButton_1fF5q.purchasing_3YZUN:active:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
.subscribeButton_1fF5q.purchasing_3YZUN.active_1VtQl > .menuIcon_1UrHW,
.subscribeButton_1fF5q.purchasing_3YZUN:active:not(.disabled_2lgZ7) > .externalIcon_2g7NV,
.subscribeButton_1fF5q.purchasing_3YZUN.active_1VtQl > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-purchasing-active-decorator-icon-color, #ffffff);
}
.subscribeButton_1fF5q.purchasing_3YZUN:focus-visible,
.subscribeButton_1fF5q.purchasing_3YZUN.focus_2QYO7 {
  outline: var(--bible-study-theme-button-purchasing-focus-outline, 2px solid #ffb27f);
  outline-offset: var(--bible-study-theme-button-purchasing-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.border_2ztwg {
  color: var(--bible-study-theme-button-bordered-color, #000000);
  background-color: var(--bible-study-theme-button-bordered-background-color, inherit);
  border-color: var(--bible-study-theme-button-bordered-border-color, #dddddd);
}
.subscribeButton_1fF5q.border_2ztwg svg path {
  fill: var(--bible-study-theme-button-bordered-icon-color, #63728c);
}
.subscribeButton_1fF5q.border_2ztwg > .menuIcon_1UrHW,
.subscribeButton_1fF5q.border_2ztwg > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-bordered-decorator-icon-color, #c7cfdc);
}
@media (hover: hover) {
  .subscribeButton_1fF5q.border_2ztwg:hover:not(.disabled_2lgZ7) {
    color: var(--bible-study-theme-button-bordered-hover-color, #000000);
    background-color: var(--bible-study-theme-button-bordered-hover-background-color, #eeeeee);
    border-color: var(--bible-study-theme-button-bordered-hover-border-color, #eeeeee);
  }
  .subscribeButton_1fF5q.border_2ztwg:hover:not(.disabled_2lgZ7):focus-visible,
  .subscribeButton_1fF5q.border_2ztwg:hover:not(.disabled_2lgZ7).focus_2QYO7 {
    outline: var(--bible-study-theme-button-bordered-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-bordered-hover-focus-outline-offset, 0);
  }
  .subscribeButton_1fF5q.border_2ztwg:hover:not(.disabled_2lgZ7) svg path {
    fill: var(--bible-study-theme-button-bordered-hover-icon-color, #515d72);
  }
  .subscribeButton_1fF5q.border_2ztwg:hover:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
  .subscribeButton_1fF5q.border_2ztwg:hover:not(.disabled_2lgZ7) > .externalIcon_2g7NV {
    --bible-study-icon-color: var(--bible-study-theme-button-bordered-hover-decorator-icon-color, #63728c);
  }
}
.subscribeButton_1fF5q.border_2ztwg:active:not(.disabled_2lgZ7),
.subscribeButton_1fF5q.border_2ztwg.active_1VtQl {
  color: var(--bible-study-theme-button-bordered-active-color, #030b60);
  background-color: var(--bible-study-theme-button-bordered-active-background-color, #e9f5ff);
  border-color: var(--bible-study-theme-button-bordered-active-border-color, #e9f5ff);
}
.subscribeButton_1fF5q.border_2ztwg:active:not(.disabled_2lgZ7):focus-visible,
.subscribeButton_1fF5q.border_2ztwg.active_1VtQl:focus-visible,
.subscribeButton_1fF5q.border_2ztwg:active:not(.disabled_2lgZ7).focus_2QYO7,
.subscribeButton_1fF5q.border_2ztwg.active_1VtQl.focus_2QYO7 {
  outline: var(--bible-study-theme-button-bordered-active-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-bordered-active-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.border_2ztwg:active:not(.disabled_2lgZ7) svg path,
.subscribeButton_1fF5q.border_2ztwg.active_1VtQl svg path {
  fill: var(--bible-study-theme-button-bordered-active-icon-color, #0c2b95);
}
.subscribeButton_1fF5q.border_2ztwg:active:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
.subscribeButton_1fF5q.border_2ztwg.active_1VtQl > .menuIcon_1UrHW,
.subscribeButton_1fF5q.border_2ztwg:active:not(.disabled_2lgZ7) > .externalIcon_2g7NV,
.subscribeButton_1fF5q.border_2ztwg.active_1VtQl > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-bordered-active-decorator-icon-color, #63728c);
}
.subscribeButton_1fF5q.border_2ztwg:focus-visible,
.subscribeButton_1fF5q.border_2ztwg.focus_2QYO7 {
  outline: var(--bible-study-theme-button-bordered-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-bordered-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.filled_1YZ-L {
  color: var(--bible-study-theme-button-filled-color, #000000);
  background-color: var(--bible-study-theme-button-filled-background-color, #eeeeee);
  border-color: var(--bible-study-theme-button-filled-border-color, #eeeeee);
}
.subscribeButton_1fF5q.filled_1YZ-L svg path {
  fill: var(--bible-study-theme-button-filled-icon-color, #63728c);
}
.subscribeButton_1fF5q.filled_1YZ-L > .menuIcon_1UrHW,
.subscribeButton_1fF5q.filled_1YZ-L > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-filled-decorator-icon-color, #919cae);
}
@media (hover: hover) {
  .subscribeButton_1fF5q.filled_1YZ-L:hover:not(.disabled_2lgZ7) {
    color: var(--bible-study-theme-button-filled-hover-color, #030b60);
    background-color: var(--bible-study-theme-button-filled-hover-background-color, #e9f5ff);
    border-color: var(--bible-study-theme-button-filled-hover-border-color, #e9f5ff);
  }
  .subscribeButton_1fF5q.filled_1YZ-L:hover:not(.disabled_2lgZ7):focus-visible,
  .subscribeButton_1fF5q.filled_1YZ-L:hover:not(.disabled_2lgZ7).focus_2QYO7 {
    outline: var(--bible-study-theme-button-filled-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-filled-hover-focus-outline-offset, 0);
  }
  .subscribeButton_1fF5q.filled_1YZ-L:hover:not(.disabled_2lgZ7) svg path {
    fill: var(--bible-study-theme-button-filled-hover-icon-color, #1e6afe);
  }
  .subscribeButton_1fF5q.filled_1YZ-L:hover:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
  .subscribeButton_1fF5q.filled_1YZ-L:hover:not(.disabled_2lgZ7) > .externalIcon_2g7NV {
    --bible-study-icon-color: var(--bible-study-theme-button-filled-hover-decorator-icon-color, #154ac9);
  }
}
.subscribeButton_1fF5q.filled_1YZ-L:active:not(.disabled_2lgZ7),
.subscribeButton_1fF5q.filled_1YZ-L.active_1VtQl {
  color: var(--bible-study-theme-button-filled-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-filled-active-background-color, #1e6afe);
  border-color: var(--bible-study-theme-button-filled-active-border-color, #1e6afe);
}
.subscribeButton_1fF5q.filled_1YZ-L:active:not(.disabled_2lgZ7):focus-visible,
.subscribeButton_1fF5q.filled_1YZ-L.active_1VtQl:focus-visible,
.subscribeButton_1fF5q.filled_1YZ-L:active:not(.disabled_2lgZ7).focus_2QYO7,
.subscribeButton_1fF5q.filled_1YZ-L.active_1VtQl.focus_2QYO7 {
  outline: var(--bible-study-theme-button-filled-active-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-filled-active-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.filled_1YZ-L:active:not(.disabled_2lgZ7) svg path,
.subscribeButton_1fF5q.filled_1YZ-L.active_1VtQl svg path {
  fill: var(--bible-study-theme-button-filled-active-icon-color, #ffffff);
}
.subscribeButton_1fF5q.filled_1YZ-L:active:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
.subscribeButton_1fF5q.filled_1YZ-L.active_1VtQl > .menuIcon_1UrHW,
.subscribeButton_1fF5q.filled_1YZ-L:active:not(.disabled_2lgZ7) > .externalIcon_2g7NV,
.subscribeButton_1fF5q.filled_1YZ-L.active_1VtQl > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-filled-active-decorator-icon-color, #ffffff);
}
@media (hover: hover) {
  .subscribeButton_1fF5q.filled_1YZ-L:active:not(.disabled_2lgZ7):hover:not(.disabled_2lgZ7),
  .subscribeButton_1fF5q.filled_1YZ-L.active_1VtQl:hover:not(.disabled_2lgZ7) {
    color: var(--bible-study-theme-button-filled-active-hover-color, #ffffff);
    background-color: var(--bible-study-theme-button-filled-active-hover-background-color, #154ac9);
    border-color: var(--bible-study-theme-button-filled-active-hover-border-color, #154ac9);
  }
  .subscribeButton_1fF5q.filled_1YZ-L:active:not(.disabled_2lgZ7):hover:not(.disabled_2lgZ7):focus-visible,
  .subscribeButton_1fF5q.filled_1YZ-L.active_1VtQl:hover:not(.disabled_2lgZ7):focus-visible,
  .subscribeButton_1fF5q.filled_1YZ-L:active:not(.disabled_2lgZ7):hover:not(.disabled_2lgZ7).focus_2QYO7,
  .subscribeButton_1fF5q.filled_1YZ-L.active_1VtQl:hover:not(.disabled_2lgZ7).focus_2QYO7 {
    outline: var(--bible-study-theme-button-filled-active-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-filled-active-hover-focus-outline-offset, 0);
  }
  .subscribeButton_1fF5q.filled_1YZ-L:active:not(.disabled_2lgZ7):hover:not(.disabled_2lgZ7) svg path,
  .subscribeButton_1fF5q.filled_1YZ-L.active_1VtQl:hover:not(.disabled_2lgZ7) svg path {
    fill: var(--bible-study-theme-button-filled-active-hover-icon-color, #ffffff);
  }
  .subscribeButton_1fF5q.filled_1YZ-L:active:not(.disabled_2lgZ7):hover:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
  .subscribeButton_1fF5q.filled_1YZ-L.active_1VtQl:hover:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
  .subscribeButton_1fF5q.filled_1YZ-L:active:not(.disabled_2lgZ7):hover:not(.disabled_2lgZ7) > .externalIcon_2g7NV,
  .subscribeButton_1fF5q.filled_1YZ-L.active_1VtQl:hover:not(.disabled_2lgZ7) > .externalIcon_2g7NV {
    --bible-study-icon-color: var(--bible-study-theme-button-filled-active-hover-decorator-icon-color, #ffffff);
  }
}
.subscribeButton_1fF5q.filled_1YZ-L:focus-visible,
.subscribeButton_1fF5q.filled_1YZ-L.focus_2QYO7 {
  outline: var(--bible-study-theme-button-filled-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-filled-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.borderless_IXv_k {
  color: var(--bible-study-theme-button-borderless-color, #000000);
  background-color: var(--bible-study-theme-button-borderless-background-color, inherit);
  border-color: var(--bible-study-theme-button-borderless-border-color, #ffffff00);
}
.subscribeButton_1fF5q.borderless_IXv_k svg path {
  fill: var(--bible-study-theme-button-borderless-icon-color, #63728c);
}
.subscribeButton_1fF5q.borderless_IXv_k > .menuIcon_1UrHW,
.subscribeButton_1fF5q.borderless_IXv_k > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-borderless-decorator-icon-color, #919cae);
}
@media (hover: hover) {
  .subscribeButton_1fF5q.borderless_IXv_k:hover:not(.disabled_2lgZ7) {
    color: var(--bible-study-theme-button-borderless-hover-color, #000000);
    background-color: var(--bible-study-theme-button-borderless-hover-background-color, #eeeeee);
    border-color: var(--bible-study-theme-button-borderless-hover-border-color, #eeeeee);
  }
  .subscribeButton_1fF5q.borderless_IXv_k:hover:not(.disabled_2lgZ7) svg path {
    fill: var(--bible-study-theme-button-borderless-hover-icon-color, #515d72);
  }
  .subscribeButton_1fF5q.borderless_IXv_k:hover:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
  .subscribeButton_1fF5q.borderless_IXv_k:hover:not(.disabled_2lgZ7) > .externalIcon_2g7NV {
    --bible-study-icon-color: var(--bible-study-theme-button-borderless-hover-decorator-icon-color, #919cae);
  }
}
.subscribeButton_1fF5q.borderless_IXv_k:active:not(.disabled_2lgZ7),
.subscribeButton_1fF5q.borderless_IXv_k.active_1VtQl {
  color: var(--bible-study-theme-button-borderless-active-color, #030b60);
  background-color: var(--bible-study-theme-button-borderless-active-background-color, #e9f5ff);
  border-color: var(--bible-study-theme-button-borderless-active-border-color, #c1e4ff);
}
.subscribeButton_1fF5q.borderless_IXv_k:active:not(.disabled_2lgZ7) svg path,
.subscribeButton_1fF5q.borderless_IXv_k.active_1VtQl svg path {
  fill: var(--bible-study-theme-button-borderless-active-icon-color, #1e6afe);
}
.subscribeButton_1fF5q.borderless_IXv_k:active:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
.subscribeButton_1fF5q.borderless_IXv_k.active_1VtQl > .menuIcon_1UrHW,
.subscribeButton_1fF5q.borderless_IXv_k:active:not(.disabled_2lgZ7) > .externalIcon_2g7NV,
.subscribeButton_1fF5q.borderless_IXv_k.active_1VtQl > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-borderless-active-decorator-icon-color, #63728c);
}
.subscribeButton_1fF5q.borderless_IXv_k:focus-visible,
.subscribeButton_1fF5q.borderless_IXv_k.focus_2QYO7 {
  outline: var(--bible-study-theme-button-borderless-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-borderless-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.inline_10-Dp {
  border-radius: var(--bible-study-theme-button-inline-border-radius, 3px);
  padding: 0 7px;
  color: var(--bible-study-theme-button-inline-color, #000000);
  background-color: var(--bible-study-theme-button-inline-background-color, #eeeeee);
  border-color: var(--bible-study-theme-button-inline-border-color, #eeeeee);
  height: 18px;
}
@media (hover: hover) {
  .subscribeButton_1fF5q.inline_10-Dp:hover:not(.disabled_2lgZ7) {
    color: var(--bible-study-theme-button-inline-hover-color, #030b60);
    background-color: var(--bible-study-theme-button-inline-hover-background-color, #e9f5ff);
    border-color: var(--bible-study-theme-button-inline-hover-border-color, #e9f5ff);
  }
  .subscribeButton_1fF5q.inline_10-Dp:hover:not(.disabled_2lgZ7):focus-visible,
  .subscribeButton_1fF5q.inline_10-Dp:hover:not(.disabled_2lgZ7).focus_2QYO7 {
    outline: var(--bible-study-theme-button-inline-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-inline-hover-focus-outline-offset, 0);
  }
}
.subscribeButton_1fF5q.inline_10-Dp:active:not(.disabled_2lgZ7),
.subscribeButton_1fF5q.inline_10-Dp.active_1VtQl {
  color: var(--bible-study-theme-button-inline-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-inline-active-background-color, #1e6afe);
  border-color: var(--bible-study-theme-button-inline-active-border-color, #1e6afe);
}
.subscribeButton_1fF5q.inline_10-Dp:active:not(.disabled_2lgZ7):focus-visible,
.subscribeButton_1fF5q.inline_10-Dp.active_1VtQl:focus-visible,
.subscribeButton_1fF5q.inline_10-Dp:active:not(.disabled_2lgZ7).focus_2QYO7,
.subscribeButton_1fF5q.inline_10-Dp.active_1VtQl.focus_2QYO7 {
  outline: var(--bible-study-theme-button-inline-active-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-inline-active-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.inline_10-Dp:focus-visible,
.subscribeButton_1fF5q.inline_10-Dp.focus_2QYO7 {
  outline: var(--bible-study-theme-button-inline-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-inline-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.inlineWrap_2t8lL {
  border-radius: var(--bible-study-theme-button-inline-border-radius, 3px);
  padding: 0 7px;
  color: var(--bible-study-theme-button-inline-color, #000000);
  background-color: var(--bible-study-theme-button-inline-background-color, #eeeeee);
  border-color: var(--bible-study-theme-button-inline-border-color, #eeeeee);
  white-space: normal;
  height: auto;
  text-align: left;
  line-height: 16px;
}
@media (hover: hover) {
  .subscribeButton_1fF5q.inlineWrap_2t8lL:hover:not(.disabled_2lgZ7) {
    color: var(--bible-study-theme-button-inline-hover-color, #030b60);
    background-color: var(--bible-study-theme-button-inline-hover-background-color, #e9f5ff);
    border-color: var(--bible-study-theme-button-inline-hover-border-color, #e9f5ff);
  }
  .subscribeButton_1fF5q.inlineWrap_2t8lL:hover:not(.disabled_2lgZ7):focus-visible,
  .subscribeButton_1fF5q.inlineWrap_2t8lL:hover:not(.disabled_2lgZ7).focus_2QYO7 {
    outline: var(--bible-study-theme-button-inline-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-inline-hover-focus-outline-offset, 0);
  }
}
.subscribeButton_1fF5q.inlineWrap_2t8lL:active:not(.disabled_2lgZ7),
.subscribeButton_1fF5q.inlineWrap_2t8lL.active_1VtQl {
  color: var(--bible-study-theme-button-inline-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-inline-active-background-color, #1e6afe);
  border-color: var(--bible-study-theme-button-inline-active-border-color, #1e6afe);
}
.subscribeButton_1fF5q.inlineWrap_2t8lL:active:not(.disabled_2lgZ7):focus-visible,
.subscribeButton_1fF5q.inlineWrap_2t8lL.active_1VtQl:focus-visible,
.subscribeButton_1fF5q.inlineWrap_2t8lL:active:not(.disabled_2lgZ7).focus_2QYO7,
.subscribeButton_1fF5q.inlineWrap_2t8lL.active_1VtQl.focus_2QYO7 {
  outline: var(--bible-study-theme-button-inline-active-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-inline-active-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.inlineWrap_2t8lL:focus-visible,
.subscribeButton_1fF5q.inlineWrap_2t8lL.focus_2QYO7 {
  outline: var(--bible-study-theme-button-inline-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-inline-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.rounded_1we61 {
  border-radius: var(--bible-study-theme-button-rounded-border-radius, 24px);
}
.subscribeButton_1fF5q.itemAlternate_XVXGa {
  color: var(--bible-study-theme-ui-font-color, #000000);
  background-color: var(--bible-study-theme-item-alternate-background-color, #c1e4ff4d);
}
.subscribeButton_1fF5q.itemAlternate_XVXGa svg path {
  fill: var(--bible-study-theme-item-alternate-icon-color, #1e6afe);
}
.subscribeButton_1fF5q.itemAlternate_XVXGa > .menuIcon_1UrHW,
.subscribeButton_1fF5q.itemAlternate_XVXGa > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-item-alternate-icon-color, #1e6afe);
}
.subscribeButton_1fF5q.itemAlternate_XVXGa:focus-visible,
.subscribeButton_1fF5q.itemAlternate_XVXGa.focus_2QYO7 {
  outline: var(--bible-study-theme-button-primary-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-primary-focus-outline-offset, 0);
}
@media (hover: hover) {
  .subscribeButton_1fF5q.itemAlternate_XVXGa:hover {
    background-color: var(--bible-study-theme-item-alternate-hover-background-color, #c1e4ff66);
  }
  .subscribeButton_1fF5q.itemAlternate_XVXGa:hover svg path {
    fill: var(--bible-study-theme-item-alternate-hover-icon-color, #154ac9);
  }
  .subscribeButton_1fF5q.itemAlternate_XVXGa:hover > .menuIcon_1UrHW,
  .subscribeButton_1fF5q.itemAlternate_XVXGa:hover > .externalIcon_2g7NV {
    --bible-study-icon-color: var(--bible-study-theme-item-alternate-hover-icon-color, #154ac9);
  }
  .subscribeButton_1fF5q.itemAlternate_XVXGa:hover:focus-visible,
  .subscribeButton_1fF5q.itemAlternate_XVXGa:hover.focus_2QYO7 {
    outline: var(--bible-study-theme-button-primary-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-primary-hover-focus-outline-offset, 0);
  }
}
.subscribeButton_1fF5q.textIcon_hmdex {
  padding: 0 4px;
  color: var(--bible-study-theme-button-borderless-color, #000000);
  background-color: var(--bible-study-theme-button-icon-background-color, #ffffff00);
  border-color: var(--bible-study-theme-button-icon-border-color, #ffffff00);
}
.subscribeButton_1fF5q.textIcon_hmdex svg path {
  fill: var(--bible-study-theme-button-icon-color, #63728c);
}
.subscribeButton_1fF5q.textIcon_hmdex > .menuIcon_1UrHW,
.subscribeButton_1fF5q.textIcon_hmdex > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-icon-decorator-icon-color, #919cae);
}
@media (hover: hover) {
  .subscribeButton_1fF5q.textIcon_hmdex:hover:not(.disabled_2lgZ7) {
    color: var(--bible-study-theme-button-borderless-hover-color, #000000);
    background-color: var(--bible-study-theme-button-icon-hover-background-color, #eeeeee);
    border-color: var(--bible-study-theme-button-icon-hover-border-color, #eeeeee);
  }
  .subscribeButton_1fF5q.textIcon_hmdex:hover:not(.disabled_2lgZ7) svg path {
    fill: var(--bible-study-theme-button-icon-hover-color, #515d72);
  }
  .subscribeButton_1fF5q.textIcon_hmdex:hover:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
  .subscribeButton_1fF5q.textIcon_hmdex:hover:not(.disabled_2lgZ7) > .externalIcon_2g7NV {
    --bible-study-icon-color: var(--bible-study-theme-button-icon-hover-decorator-icon-color, #63728c);
  }
}
.subscribeButton_1fF5q.textIcon_hmdex:active:not(.disabled_2lgZ7),
.subscribeButton_1fF5q.textIcon_hmdex.active_1VtQl {
  color: var(--bible-study-theme-button-borderless-active-color, #030b60);
  background-color: var(--bible-study-theme-button-icon-active-background-color, #e9f5ff);
  border-color: var(--bible-study-theme-button-icon-active-border-color, #c1e4ff);
}
.subscribeButton_1fF5q.textIcon_hmdex:active:not(.disabled_2lgZ7) svg path,
.subscribeButton_1fF5q.textIcon_hmdex.active_1VtQl svg path {
  fill: var(--bible-study-theme-button-icon-active-color, #0c2b95);
}
.subscribeButton_1fF5q.textIcon_hmdex:active:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
.subscribeButton_1fF5q.textIcon_hmdex.active_1VtQl > .menuIcon_1UrHW,
.subscribeButton_1fF5q.textIcon_hmdex:active:not(.disabled_2lgZ7) > .externalIcon_2g7NV,
.subscribeButton_1fF5q.textIcon_hmdex.active_1VtQl > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-icon-active-decorator-icon-color, #63728c);
}
.subscribeButton_1fF5q.textIcon_hmdex:focus-visible,
.subscribeButton_1fF5q.textIcon_hmdex.focus_2QYO7 {
  outline: var(--bible-study-theme-button-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-icon-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.icon_2N55M:not(.toolbarTab_2VkQO) {
  padding: 2px;
}
.subscribeButton_1fF5q.icon_2N55M:not(.toolbarTab_2VkQO):not(.primary_1P6ly, .overlay_1FSYa, .clear_1t3nJ) {
  background-color: var(--bible-study-theme-button-icon-background-color, #ffffff00);
  border-color: var(--bible-study-theme-button-icon-border-color, #ffffff00);
}
.subscribeButton_1fF5q.icon_2N55M.toolbarTab_2VkQO {
  padding-left: 7px;
  padding-right: 7px;
}
.subscribeButton_1fF5q.icon_2N55M.unclickable_1H6YC {
  cursor: default;
}
.subscribeButton_1fF5q.icon_2N55M.overlay_1FSYa {
  background-color: var(--bible-study-theme-button-overlay-icon-background-color, #666666);
  border-color: var(--bible-study-theme-button-overlay-icon-border-color, #666666);
}
.subscribeButton_1fF5q.icon_2N55M.clear_1t3nJ {
  background-color: transparent;
  border-color: transparent;
}
.subscribeButton_1fF5q.icon_2N55M.input_2Mkjx {
  height: 18px;
}
.subscribeButton_1fF5q.icon_2N55M:not(.noIconColor_1nO2U, .primary_1P6ly) svg path {
  fill: var(--bible-study-theme-button-icon-color, #63728c);
}
.subscribeButton_1fF5q.icon_2N55M:not(.noIconColor_1nO2U, .primary_1P6ly).overlay_1FSYa svg path {
  fill: var(--bible-study-theme-button-overlay-icon-color, #ffffff);
}
.subscribeButton_1fF5q.icon_2N55M > .menuIcon_1UrHW,
.subscribeButton_1fF5q.icon_2N55M > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-icon-decorator-icon-color, #919cae);
}
.subscribeButton_1fF5q.icon_2N55M.overlay_1FSYa > .menuIcon_1UrHW,
.subscribeButton_1fF5q.icon_2N55M.overlay_1FSYa > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-overlay-icon-decorator-icon-color, #dddddd);
}
@media (hover: hover) {
  .subscribeButton_1fF5q.icon_2N55M:hover:not(.unclickable_1H6YC):not(.disabled_2lgZ7):not(.toolbarTab_2VkQO, .primary_1P6ly, .overlay_1FSYa, .clear_1t3nJ) {
    background-color: var(--bible-study-theme-button-icon-hover-background-color, #eeeeee);
    border-color: var(--bible-study-theme-button-icon-hover-border-color, #eeeeee);
  }
  .subscribeButton_1fF5q.icon_2N55M:hover:not(.unclickable_1H6YC):not(.disabled_2lgZ7).overlay_1FSYa {
    background-color: var(--bible-study-theme-button-overlay-icon-hover-background-color, #444444);
    border-color: var(--bible-study-theme-button-overlay-icon-hover-border-color, #444444);
  }
  .subscribeButton_1fF5q.icon_2N55M:hover:not(.unclickable_1H6YC):not(.disabled_2lgZ7).clear_1t3nJ {
    background-color: transparent;
    border-color: transparent;
  }
  .subscribeButton_1fF5q.icon_2N55M:hover:not(.unclickable_1H6YC):not(.disabled_2lgZ7):not(.noIconColor_1nO2U, .primary_1P6ly) svg path {
    fill: var(--bible-study-theme-button-icon-hover-color, #515d72);
  }
  .subscribeButton_1fF5q.icon_2N55M:hover:not(.unclickable_1H6YC):not(.disabled_2lgZ7):not(.noIconColor_1nO2U, .primary_1P6ly).overlay_1FSYa svg path {
    fill: var(--bible-study-theme-button-overlay-icon-hover-color, #ffffff);
  }
  .subscribeButton_1fF5q.icon_2N55M:hover:not(.unclickable_1H6YC):not(.disabled_2lgZ7) > .menuIcon_1UrHW,
  .subscribeButton_1fF5q.icon_2N55M:hover:not(.unclickable_1H6YC):not(.disabled_2lgZ7) > .externalIcon_2g7NV {
    --bible-study-icon-color: var(--bible-study-theme-button-icon-hover-decorator-icon-color, #63728c);
  }
  .subscribeButton_1fF5q.icon_2N55M:hover:not(.unclickable_1H6YC):not(.disabled_2lgZ7).overlay_1FSYa > .menuIcon_1UrHW,
  .subscribeButton_1fF5q.icon_2N55M:hover:not(.unclickable_1H6YC):not(.disabled_2lgZ7).overlay_1FSYa > .externalIcon_2g7NV {
    --bible-study-icon-color: var(--bible-study-theme-button-overlay-icon-hover-decorator-icon-color, #dddddd);
  }
}
.subscribeButton_1fF5q.icon_2N55M:active:not(.unclickable_1H6YC):not(.disabled_2lgZ7):not(.toolbarTab_2VkQO, .primary_1P6ly, .overlay_1FSYa, .clear_1t3nJ),
.subscribeButton_1fF5q.icon_2N55M.active_1VtQl:not(.toolbarTab_2VkQO, .primary_1P6ly, .overlay_1FSYa, .clear_1t3nJ) {
  background-color: var(--bible-study-theme-button-icon-active-background-color, #e9f5ff);
  border-color: var(--bible-study-theme-button-icon-active-border-color, #c1e4ff);
}
.subscribeButton_1fF5q.icon_2N55M:active:not(.unclickable_1H6YC):not(.disabled_2lgZ7).overlay_1FSYa,
.subscribeButton_1fF5q.icon_2N55M.active_1VtQl.overlay_1FSYa {
  background-color: var(--bible-study-theme-button-overlay-icon-active-background-color, #333333);
  border-color: var(--bible-study-theme-button-overlay-icon-active-border-color, #333333);
}
.subscribeButton_1fF5q.icon_2N55M:active:not(.unclickable_1H6YC):not(.disabled_2lgZ7).clear_1t3nJ,
.subscribeButton_1fF5q.icon_2N55M.active_1VtQl.clear_1t3nJ {
  background-color: transparent;
  border-color: transparent;
}
.subscribeButton_1fF5q.icon_2N55M:active:not(.unclickable_1H6YC):not(.disabled_2lgZ7):not(.noIconColor_1nO2U, .primary_1P6ly) svg path,
.subscribeButton_1fF5q.icon_2N55M.active_1VtQl:not(.noIconColor_1nO2U, .primary_1P6ly) svg path {
  fill: var(--bible-study-theme-button-icon-active-color, #0c2b95);
}
.subscribeButton_1fF5q.icon_2N55M:active:not(.unclickable_1H6YC):not(.disabled_2lgZ7):not(.noIconColor_1nO2U, .primary_1P6ly).overlay_1FSYa svg path,
.subscribeButton_1fF5q.icon_2N55M.active_1VtQl:not(.noIconColor_1nO2U, .primary_1P6ly).overlay_1FSYa svg path {
  fill: var(--bible-study-theme-button-overlay-icon-active-color, #ffffff);
}
.subscribeButton_1fF5q.icon_2N55M:active:not(.unclickable_1H6YC):not(.disabled_2lgZ7) > .menuIcon_1UrHW,
.subscribeButton_1fF5q.icon_2N55M.active_1VtQl > .menuIcon_1UrHW,
.subscribeButton_1fF5q.icon_2N55M:active:not(.unclickable_1H6YC):not(.disabled_2lgZ7) > .externalIcon_2g7NV,
.subscribeButton_1fF5q.icon_2N55M.active_1VtQl > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-icon-active-decorator-icon-color, #63728c);
}
.subscribeButton_1fF5q.icon_2N55M:active:not(.unclickable_1H6YC):not(.disabled_2lgZ7).overlay_1FSYa > .menuIcon_1UrHW,
.subscribeButton_1fF5q.icon_2N55M.active_1VtQl.overlay_1FSYa > .menuIcon_1UrHW,
.subscribeButton_1fF5q.icon_2N55M:active:not(.unclickable_1H6YC):not(.disabled_2lgZ7).overlay_1FSYa > .externalIcon_2g7NV,
.subscribeButton_1fF5q.icon_2N55M.active_1VtQl.overlay_1FSYa > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-overlay-icon-active-decorator-icon-color, #dddddd);
}
.subscribeButton_1fF5q.icon_2N55M:focus-visible:not(.toolbarTab_2VkQO, .primary_1P6ly, .overlay_1FSYa),
.subscribeButton_1fF5q.icon_2N55M.focus_2QYO7:not(.toolbarTab_2VkQO, .primary_1P6ly, .overlay_1FSYa) {
  outline: var(--bible-study-theme-button-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-icon-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.icon_2N55M:focus-visible.overlay_1FSYa,
.subscribeButton_1fF5q.icon_2N55M.focus_2QYO7.overlay_1FSYa {
  outline: var(--bible-study-theme-button-overlay-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-overlay-icon-focus-outline-offset, 0);
}
.subscribeButton_1fF5q.icon_2N55M > .menuIcon_1UrHW,
.subscribeButton_1fF5q.icon_2N55M > .externalIcon_2g7NV {
  margin-left: 0;
}
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3 {
  padding: 2px;
  background-color: transparent;
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-color, #030b60);
}
@media (hover: hover) {
  .subscribeButton_1fF5q.iconOnBrandedContent_QyQX3:hover:not(.unclickable_1H6YC):not(.disabled_2lgZ7) {
    background-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-hover-background-color, #c1e4ff);
  }
}
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3:active:not(.unclickable_1H6YC):not(.disabled_2lgZ7),
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.active_1VtQl {
  background-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-hover-background-color, #c1e4ff);
}
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3:focus-visible,
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.focus_2QYO7 {
  outline: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline-offset, 0);
  color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline-color, #4797ff);
}
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.extraLowContrast_1t-Zg {
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-color, #030b60);
}
@media (hover: hover) {
  .subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.extraLowContrast_1t-Zg:hover:not(.unclickable_1H6YC):not(.disabled_2lgZ7) {
    background-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-hover-background-color, #c1e4ff);
  }
}
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.extraLowContrast_1t-Zg:active:not(.unclickable_1H6YC):not(.disabled_2lgZ7),
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.extraLowContrast_1t-Zg.active_1VtQl {
  background-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-hover-background-color, #c1e4ff);
}
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.extraLowContrast_1t-Zg:focus-visible,
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.extraLowContrast_1t-Zg.focus_2QYO7 {
  outline: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline-offset, 0);
  color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline-color, #4797ff);
}
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.lowContrast_3b87f {
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-low-contrast-icon-color, #030b60);
}
@media (hover: hover) {
  .subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.lowContrast_3b87f:hover:not(.unclickable_1H6YC):not(.disabled_2lgZ7) {
    background-color: var(--bible-study-theme-button-branded-content-low-contrast-icon-hover-background-color, #c1e4ff);
  }
}
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.lowContrast_3b87f:active:not(.unclickable_1H6YC):not(.disabled_2lgZ7),
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.lowContrast_3b87f.active_1VtQl {
  background-color: var(--bible-study-theme-button-branded-content-low-contrast-icon-hover-background-color, #c1e4ff);
}
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.lowContrast_3b87f:focus-visible,
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.lowContrast_3b87f.focus_2QYO7 {
  outline: var(--bible-study-theme-button-branded-content-low-contrast-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-branded-content-low-contrast-icon-focus-outline-offset, 0);
  color: var(--bible-study-theme-button-branded-content-low-contrast-icon-focus-outline-color, #4797ff);
}
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.mediumContrast_3-gT6 {
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-medium-contrast-icon-color, #e9f5ff);
}
@media (hover: hover) {
  .subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.mediumContrast_3-gT6:hover:not(.unclickable_1H6YC):not(.disabled_2lgZ7) {
    background-color: var(--bible-study-theme-button-branded-content-medium-contrast-icon-hover-background-color, #1e6afe);
  }
}
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.mediumContrast_3-gT6:active:not(.unclickable_1H6YC):not(.disabled_2lgZ7),
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.mediumContrast_3-gT6.active_1VtQl {
  background-color: var(--bible-study-theme-button-branded-content-medium-contrast-icon-hover-background-color, #1e6afe);
}
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.mediumContrast_3-gT6:focus-visible,
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.mediumContrast_3-gT6.focus_2QYO7 {
  outline: var(--bible-study-theme-button-branded-content-medium-contrast-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-branded-content-medium-contrast-icon-focus-outline-offset, 0);
  color: var(--bible-study-theme-button-branded-content-medium-contrast-icon-focus-outline-color, #4797ff);
}
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.highContrast_2BKv- {
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-high-contrast-icon-color, #e9f5ff);
}
@media (hover: hover) {
  .subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.highContrast_2BKv-:hover:not(.unclickable_1H6YC):not(.disabled_2lgZ7) {
    background-color: var(--bible-study-theme-button-branded-content-high-contrast-icon-hover-background-color, #154ac9);
  }
}
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.highContrast_2BKv-:active:not(.unclickable_1H6YC):not(.disabled_2lgZ7),
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.highContrast_2BKv-.active_1VtQl {
  background-color: var(--bible-study-theme-button-branded-content-high-contrast-icon-hover-background-color, #154ac9);
}
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.highContrast_2BKv-:focus-visible,
.subscribeButton_1fF5q.iconOnBrandedContent_QyQX3.highContrast_2BKv-.focus_2QYO7 {
  outline: var(--bible-study-theme-button-branded-content-high-contrast-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-branded-content-high-contrast-icon-focus-outline-offset, 0);
  color: var(--bible-study-theme-button-branded-content-high-contrast-icon-focus-outline-color, #4797ff);
}
.subscribeButton_1fF5q.toolbarTab_2VkQO {
  height: 36px;
  color: var(--bible-study-theme-button-bordered-color, #000000);
  background-color: var(--bible-study-theme-generic-tab-background-color, #ffffff);
  border-radius: var(--bible-study-theme-generic-tab-border-radius, 4px 4px 0 0);
}
.subscribeButton_1fF5q.toolbarTab_2VkQO svg path {
  fill: var(--bible-study-theme-button-bordered-decorator-icon-color, #c7cfdc);
}
@media (hover: hover) {
  .subscribeButton_1fF5q.toolbarTab_2VkQO:hover:not(.disabled_2lgZ7) {
    color: var(--bible-study-theme-button-bordered-hover-color, #000000);
    background-color: var(--bible-study-theme-generic-tab-hover-background-color, #f4f4f4);
  }
  .subscribeButton_1fF5q.toolbarTab_2VkQO:hover:not(.disabled_2lgZ7) svg path {
    fill: var(--bible-study-theme-button-bordered-hover-decorator-icon-color, #63728c);
  }
}
.subscribeButton_1fF5q.toolbarTab_2VkQO:active:not(.disabled_2lgZ7),
.subscribeButton_1fF5q.toolbarTab_2VkQO.active_1VtQl {
  color: var(--bible-study-theme-button-bordered-active-color, #030b60);
  background-color: var(--bible-study-theme-generic-tab-active-background-color, #e9f5ff);
}
.subscribeButton_1fF5q.toolbarTab_2VkQO:active:not(.disabled_2lgZ7) svg path,
.subscribeButton_1fF5q.toolbarTab_2VkQO.active_1VtQl svg path {
  fill: var(--bible-study-theme-button-bordered-active-decorator-icon-color, #63728c);
}
.subscribeButton_1fF5q.toolbarTab_2VkQO:active:not(.disabled_2lgZ7):not(.menu_1IaaL).subscribeButton_1fF5q.toolbarTab_2VkQO:active:not(.disabled_2lgZ7):not(.external_2nvat)::after,
.subscribeButton_1fF5q.toolbarTab_2VkQO:active:not(.disabled_2lgZ7):not(.menu_1IaaL).subscribeButton_1fF5q.toolbarTab_2VkQO.active_1VtQl:not(.external_2nvat)::after,
.subscribeButton_1fF5q.toolbarTab_2VkQO.active_1VtQl:not(.menu_1IaaL).subscribeButton_1fF5q.toolbarTab_2VkQO:active:not(.disabled_2lgZ7):not(.external_2nvat)::after,
.subscribeButton_1fF5q.toolbarTab_2VkQO.active_1VtQl:not(.menu_1IaaL).subscribeButton_1fF5q.toolbarTab_2VkQO.active_1VtQl:not(.external_2nvat)::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -1px;
  right: -1px;
  background-color: var(--bible-study-theme-generic-tab-active-border-color, #154ac9);
  height: 4px;
  border-radius: 4px 4px 0 0;
}
.subscribeButton_1fF5q.toolbarTab_2VkQO:focus-visible,
.subscribeButton_1fF5q.toolbarTab_2VkQO.focus_2QYO7 {
  outline: var(--bible-study-theme-generic-tab-focus-outline, 1px solid #1e6afe);
  outline-offset: var(--bible-study-theme-generic-tab-focus-outline-offset, -1px);
}
.subscribeButton_1fF5q svg path {
  fill: var(--bible-study-theme-button-primary-icon-color, #ffffff);
}
.subscribeButton_1fF5q > .menuIcon_1UrHW,
.subscribeButton_1fF5q > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-primary-decorator-icon-color, #eaedf2);
}
@media (hover: hover) {
  .subscribeButton_1fF5q:hover:not(.disabled_2lgZ7) {
    color: var(--bible-study-theme-button-primary-hover-color, #ffffff);
    background-color: var(--bible-study-theme-button-primary-hover-background-color, #154ac9);
    border-color: var(--bible-study-theme-button-primary-hover-border-color, #154ac9);
  }
  .subscribeButton_1fF5q:hover:not(.disabled_2lgZ7):focus-visible,
  .subscribeButton_1fF5q:hover:not(.disabled_2lgZ7).focus_2QYO7 {
    outline: var(--bible-study-theme-button-primary-hover-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-primary-hover-focus-outline-offset, 0);
  }
  .subscribeButton_1fF5q:hover:not(.disabled_2lgZ7) svg path {
    fill: var(--bible-study-theme-button-primary-hover-icon-color, #ffffff);
  }
  .subscribeButton_1fF5q:hover:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
  .subscribeButton_1fF5q:hover:not(.disabled_2lgZ7) > .externalIcon_2g7NV {
    --bible-study-icon-color: var(--bible-study-theme-button-primary-hover-decorator-icon-color, #eaedf2);
  }
}
.subscribeButton_1fF5q:active:not(.disabled_2lgZ7),
.subscribeButton_1fF5q.active_1VtQl {
  color: var(--bible-study-theme-button-primary-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-primary-active-background-color, #0c2b95);
  border-color: var(--bible-study-theme-button-primary-active-border-color, #0c2b95);
}
.subscribeButton_1fF5q:active:not(.disabled_2lgZ7):focus-visible,
.subscribeButton_1fF5q.active_1VtQl:focus-visible,
.subscribeButton_1fF5q:active:not(.disabled_2lgZ7).focus_2QYO7,
.subscribeButton_1fF5q.active_1VtQl.focus_2QYO7 {
  outline: var(--bible-study-theme-button-primary-active-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-primary-active-focus-outline-offset, 0);
}
.subscribeButton_1fF5q:active:not(.disabled_2lgZ7) svg path,
.subscribeButton_1fF5q.active_1VtQl svg path {
  fill: var(--bible-study-theme-button-primary-active-icon-color, #ffffff);
}
.subscribeButton_1fF5q:active:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
.subscribeButton_1fF5q.active_1VtQl > .menuIcon_1UrHW,
.subscribeButton_1fF5q:active:not(.disabled_2lgZ7) > .externalIcon_2g7NV,
.subscribeButton_1fF5q.active_1VtQl > .externalIcon_2g7NV {
  --bible-study-icon-color: var(--bible-study-theme-button-primary-active-decorator-icon-color, #eaedf2);
}
.subscribeButton_1fF5q:focus-visible,
.subscribeButton_1fF5q.focus_2QYO7 {
  outline: var(--bible-study-theme-button-primary-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-primary-focus-outline-offset, 0);
}
@media (hover: hover) {
  .subscribeButton_1fF5q:hover:not(.disabled_2lgZ7) {
    color: var(--bible-study-theme-button-primary-color, #ffffff);
    background-color: var(--bible-study-theme-button-primary-background-color, #1e6afe);
    border-color: var(--bible-study-theme-button-primary-border-color, #1e6afe);
  }
  .subscribeButton_1fF5q:hover:not(.disabled_2lgZ7):focus-visible,
  .subscribeButton_1fF5q:hover:not(.disabled_2lgZ7).focus_2QYO7 {
    outline: var(--bible-study-theme-button-primary-focus-outline, 2px solid #4797ff);
    outline-offset: var(--bible-study-theme-button-primary-focus-outline-offset, 0);
  }
  .subscribeButton_1fF5q:hover:not(.disabled_2lgZ7) svg path {
    fill: var(--bible-study-theme-button-primary-icon-color, #ffffff);
  }
  .subscribeButton_1fF5q:hover:not(.disabled_2lgZ7) > .menuIcon_1UrHW,
  .subscribeButton_1fF5q:hover:not(.disabled_2lgZ7) > .externalIcon_2g7NV {
    --bible-study-icon-color: var(--bible-study-theme-button-primary-decorator-icon-color, #eaedf2);
  }
}
.subscribeButton_1fF5q .text_ZZL-S {
  font-family: var(--brand-font-logos);
  font-weight: 500;
  font-size: 11px;
}
@supports (text-box: trim-both) {
  .subscribeButton_1fF5q .text_ZZL-S {
    text-box: trim-both cap alphabetic;
  }
}
@supports not (text-box: trim-both) {
  .subscribeButton_1fF5q .text_ZZL-S {
    transform: translateY(0.5px);
  }
}
.subscribeButton_1fF5q.verbum_2w2lS .text_ZZL-S {
  font-family: var(--brand-font-verbum);
}
.hidden_1UbUk {
  visibility: hidden;
}
.iconOnlyOverlay_T7UJe {
  position: absolute;
  inset-block: 0;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconOnlyOverlay_T7UJe svg path {
  fill: var(--bible-study-theme-button-secondary-icon-color, #1e6afe);
}
.iconOnlyOverlay_T7UJe.start_218NA {
  inset-inline-start: 0;
}
.iconOnlyOverlay_T7UJe.end_2yGlW {
  inset-inline-end: 0;
}
.tooltipIcon_2VR90 {
  margin-inline-end: 4px;
}
.tooltipIcon_2VR90 path {
  fill: var(--bible-study-theme-button-secondary-icon-color, #1e6afe);
}

.tooltipBaseStyle_4bzCm {
  background-color: var(--bible-study-theme-generic-menu-background-color, #ffffff);
  padding: 8px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  --tooltip-max-width: 350px;
  max-width: var(--tooltip-max-width);
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
  user-select: none;
}
.tooltipBaseStyle_4bzCm > span.tooltipShortcut_ga3mO {
  margin-left: 8px;
  color: var(--bible-study-theme-ui-font-color-medium, #666666);
  white-space: nowrap;
  flex-shrink: 0;
}
.tooltipBaseStyle_4bzCm.noPadding_X8EvB {
  padding: 0;
}
.tooltipMenuStyle_3zL2T {
  border-radius: 8px;
  box-shadow: var(--bible-study-theme-popup-drop-shadow-style, 0px 2px 24px #00000033);
  z-index: 5;
}

.unbutton_o4DNR {
  cursor: var(--bible-study-theme-button-cursor, default);
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  font-family: 'Source Sans Pro';
  font-size: inherit;
  line-height: normal;
  padding: 0;
}
.unbutton_o4DNR:focus {
  outline: none;
}
.largeIconButton_3ZQyX {
  cursor: var(--bible-study-theme-button-cursor, default);
  font-size: 14px;
  line-height: 120%;
  min-width: 122px;
  -webkit-user-select: none;
  user-select: none;
  transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, color 0.1s ease-in-out, fill 0.1s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  border-radius: var(--bible-study-theme-button-border-radius, 4px);
}
.largeIconButton_3ZQyX.vertical_36Ntt {
  padding: 16px 4px;
  max-width: 156px;
  height: 98px;
  flex-direction: column;
  gap: 4px;
}
.largeIconButton_3ZQyX.horizontal_2cnw7 {
  padding: 5px 20px;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.largeIconButton_3ZQyX.itemAlternate_1OKnS {
  background-color: var(--bible-study-theme-item-alternate-background-color, #c1e4ff4d);
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.largeIconButton_3ZQyX.itemAlternate_1OKnS:hover {
  background-color: var(--bible-study-theme-item-alternate-hover-background-color, #c1e4ff66);
}
.largeIconButton_3ZQyX.itemAlternate_1OKnS:focus-visible,
.largeIconButton_3ZQyX.itemAlternate_1OKnS.focus_3zdS3 {
  outline: var(--bible-study-theme-button-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-icon-focus-outline-offset, 0);
}
.largeIconButton_3ZQyX.brandedContent_3bAh7 {
  background-color: var(--bible-study-theme-button-branded-content-background-color, #e9f5ff);
  color: var(--bible-study-theme-button-branded-content-color, #154ac9);
}
.largeIconButton_3ZQyX.brandedContent_3bAh7:hover {
  background-color: var(--bible-study-theme-button-branded-content-hover-background-color, #ffffff);
  color: var(--bible-study-theme-button-branded-content-hover-color, #154ac9);
}
.largeIconButton_3ZQyX.brandedContent_3bAh7:focus-visible,
.largeIconButton_3ZQyX.brandedContent_3bAh7.focus_3zdS3 {
  outline: var(--bible-study-theme-button-icon-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-icon-focus-outline-offset, 0);
}

.suggestionButton_3fb-J {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--bible-study-theme-button-filled-color, #000000);
  outline: none;
  width: 100%;
  max-width: var(--suggestion-button-max-width, 200px);
  min-height: var(--suggestion-button-min-height, 0px);
  border-radius: 8px;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: transparent;
  cursor: var(--bible-study-theme-button-cursor, default);
  padding: 8px 10px;
  background-color: transparent;
  position: relative;
}
.suggestionButton_3fb-J > .background_3C-aM {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  border-radius: 8px;
  transition: opacity 0.1s ease-in-out;
  background: linear-gradient(90deg, var(--bible-study-theme-colorSets-ai-color-1, #34efff), var(--bible-study-theme-colorSets-ai-color-0, #1e6afe), var(--bible-study-theme-colorSets-ai-color-2, #a641ff));
  opacity: 15%;
}
.suggestionButton_3fb-J:hover:not(:disabled) > .background_3C-aM {
  opacity: 35%;
}
.suggestionButton_3fb-J:disabled {
  opacity: var(--bible-study-theme-button-disabled-opacity, 0.6);
  pointer-events: none;
}
.suggestionButton_3fb-J:focus-visible:not(:disabled) {
  outline: var(--bible-study-theme-button-primary-focus-outline, 2px solid #4797ff);
  outline-offset: var(--bible-study-theme-button-primary-focus-outline-offset, 0);
}
.text_2ys1F {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 10px;
  right: 10px;
  z-index: 1;
}
.hiddenPlaceholder_AUOc5 {
  pointer-events: none;
  visibility: hidden;
}


.dropdownContent_264ve {
  background-color: var(--bible-study-theme-dropdown-background-color, #ffffff);
  display: block;
  position: absolute;
  box-shadow: var(--bible-study-theme-dropdown-box-shadow, 0px 2px 24px rgba(0, 0, 0, 0.2));
  pointer-events: auto;
  border-radius: 8px;
  overflow: hidden;
}
.dropdownWrapper_1UGx5 {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}


.dropdownContent_264ve {
  background-color: var(--bible-study-theme-dropdown-background-color, #ffffff);
  display: block;
  position: absolute;
  box-shadow: var(--bible-study-theme-dropdown-box-shadow, 0px 2px 24px rgba(0, 0, 0, 0.2));
  pointer-events: auto;
  border-radius: 8px;
  overflow: hidden;
}
.dropdownWrapper_1UGx5 {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

.tooltipBaseStyle_4bzCm {
  background-color: var(--bible-study-theme-generic-menu-background-color, #ffffff);
  padding: 8px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  --tooltip-max-width: 350px;
  max-width: var(--tooltip-max-width);
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
  user-select: none;
}
.tooltipBaseStyle_4bzCm > span.tooltipShortcut_ga3mO {
  margin-left: 8px;
  color: var(--bible-study-theme-ui-font-color-medium, #666666);
  white-space: nowrap;
  flex-shrink: 0;
}
.tooltipBaseStyle_4bzCm.noPadding_X8EvB {
  padding: 0;
}
.tooltipMenuStyle_3zL2T {
  border-radius: 8px;
  box-shadow: var(--bible-study-theme-popup-drop-shadow-style, 0px 2px 24px #00000033);
  z-index: 5;
}

.ellipsizeText_3Ev1Y {
  white-space: nowrap;
  overflow-x: clip;
  text-overflow: ellipsis;
  min-width: 0;
}
.ellipsizeTextMultiLine_2CF3Z {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-width: 0;
}

.item_ege1c {
  user-select: none;
  display: flex;
  text-align: left;
  padding: 0 8px 0 12px;
  align-items: center;
  align-content: center;
  height: 28px;
}
a.item_ege1c,
button.item_ege1c,
input.item_ege1c[type='submit'] {
  cursor: var(--bible-study-theme-button-cursor, default);
}
a.item_ege1c:active,
button.item_ege1c:active,
input.item_ege1c[type='submit']:active,
a.item_ege1c.active_MTN0U,
button.item_ege1c.active_MTN0U,
input.item_ege1c[type='submit'].active_MTN0U {
  background: var(--bible-study-theme-item-selected-background-color, #eeeeee);
}
@media (hover: hover) {
  a.item_ege1c:hover:not(.disabled_2SNC7),
  button.item_ege1c:hover:not(.disabled_2SNC7),
  input.item_ege1c[type='submit']:hover:not(.disabled_2SNC7) {
    background: var(--bible-study-theme-item-hover-background-color, #f4f4f4);
  }
}
a.item_ege1c.disabled_2SNC7,
button.item_ege1c.disabled_2SNC7,
input.item_ege1c[type='submit'].disabled_2SNC7 {
  opacity: 0.33;
  cursor: default;
}
a.item_ege1c.active_MTN0U.withActiveBar_2qItk,
button.item_ege1c.active_MTN0U.withActiveBar_2qItk,
input.item_ege1c[type='submit'].active_MTN0U.withActiveBar_2qItk {
  cursor: default;
}
a.item_ege1c:focus-visible,
button.item_ege1c:focus-visible,
input.item_ege1c[type='submit']:focus-visible {
  outline: var(--bible-study-theme-generic-focus-outline, 1px solid #1e6afe);
  background: var(--bible-study-theme-item-selected-background-color, #eeeeee);
  outline-offset: -1px;
}
button.item_ege1c,
input.item_ege1c {
  width: 100%;
  text-align: left;
  font: inherit;
  border: none;
  background: inherit;
  color: inherit;
}
button.item_ege1c .text_3_rMv {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.withCheckmarkPadding_1vOM7 {
  padding-left: 24px;
}
.withExpanderPadding_6dR_v {
  padding-left: 14px;
}
.withCheckmarkAndExpanderPadding_3jWpA {
  padding-left: 26px;
}
.itemGrid_f8ZJu {
  display: grid;
  grid-template-columns: 100%;
}
.itemContainer_2yoJB {
  grid-row: 1;
  grid-column: 1;
  max-width: 100%;
  width: 100%;
}
.activeItemBorder_2OTGY {
  grid-row: 1;
  grid-column: 1;
  display: none;
}
.activeItemBorder_2OTGY.active_MTN0U {
  display: flex;
  border-left: 2px solid var(--bible-study-theme-active-item-thick-border-color, #154ac9);
  pointer-events: none;
}

.section_1ikI8 {
  white-space: nowrap;
}
.section_1ikI8:not(.suppressSectionPadding_3QcBS) {
  padding: 4px 0;
}
.section_1ikI8:not(:first-child) {
  border-top: 1px solid var(--bible-study-theme-border-color, #e7e7e7);
}
.title_3GjZJ {
  font-weight: 600;
}

.unbutton_1bVJS {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

.checkItem_3QKko {
  user-select: none;
  cursor: var(--bible-study-theme-button-cursor, default);
  color: var(--bible-study-theme-ui-font-color, #000000);
  list-style: none;
  display: flex;
  text-align: left;
  width: 100%;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 18px;
  background: var(--bible-study-theme-item-background-color, #ffffff00);
}
@media (hover: hover) {
  .checkItem_3QKko:hover:not(.disabled_BWRoa) {
    background: var(--bible-study-theme-item-hover-background-color, #f4f4f4);
  }
}
.checkItem_3QKko.disabled_BWRoa {
  opacity: 0.33;
  cursor: default;
}
.checkItem_3QKko:focus-visible {
  outline: var(--bible-study-theme-generic-focus-outline, 1px solid #1e6afe);
  background: var(--bible-study-theme-item-hover-background-color, #f4f4f4);
  outline-offset: -1px;
}
.checkItem_3QKko.standardItemPadding_qkI0U {
  padding-left: 12px;
  padding-right: 8px;
}
.checkMarkContainer_1_bBM {
  width: 24px;
}
.checkMark_1HBPT {
  padding: 0 4px 0 8px;
  display: none;
  --bible-study-icon-color: var(--bible-study-theme-icon-color-inactive, #63728c);
}
.active_14rzG .checkMark_1HBPT {
  display: inline;
}

.label_1muFd {
  list-style: none;
  padding: 0;
}
.label_1muFd:not(:first-child) {
  padding-top: 11px;
}

.container_FxvFZ {
  user-select: none;
}
.expander_1ERRF {
  display: flex;
  flex-direction: column;
}
.expanderButton_12wyX {
  display: inline-flex;
  align-items: center;
  padding: 0 4px 0 12px;
  --bible-study-icon-color: #666;
}
.expanderButton_12wyX svg {
  transition: transform 0.01s ease-in-out;
  transform: rotate(90deg);
}
.expanderClosed_2W5oO svg {
  transform: none;
}
.header_1nCe1 {
  cursor: var(--bible-study-theme-button-cursor, default);
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--bible-study-theme-ui-font-color, #000000);
  width: 100%;
  min-height: 28px;
}
.header_1nCe1:focus-visible {
  outline: var(--bible-study-theme-generic-focus-outline, 1px solid #1e6afe);
  outline-offset: -1px;
  background: var(--bible-study-theme-item-hover-background-color, #f4f4f4);
}
@media (hover: hover) {
  .header_1nCe1:hover {
    background: var(--bible-study-theme-item-hover-background-color, #f4f4f4);
  }
}
.contentContainer_3raum {
  padding-bottom: 9px;
}

.dropdownContent_1WZTm {
  background: var(--bible-study-theme-dropdown-background-color, #ffffff);
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  overflow-y: overlay;
}


.rtQuillEditor_dragOverlay_2SqYG {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.3;
  pointer-events: none;
}

.rtQuillEditor_editor_3ED8m {
  border: none !important;
  min-height: inherit;
  max-height: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.rtQuillEditor_editor_3ED8m,
.rtQuillEditor_editor_3ED8m a {
  font-family: var(--default-font, 'Source Sans Pro'), 'Source Sans Pro', sans-serif;
}
.rtQuillEditor_editor_3ED8m a {
  font-size: inherit;
}
.rtQuillEditor_editor_3ED8m .search-hit-default {
  color: var(--bible-study-theme-search-hit-font-color, #000000);
  background: var(--bible-study-theme-search-hit-default-background-color, #ff9933) !important;
}
.rtQuillEditor_editor_3ED8m .search-hit-active {
  color: var(--bible-study-theme-search-hit-font-color, #000000);
  background: var(--bible-study-theme-search-hit-active-background-color, #ffd86a) !important;
}
.rtQuillEditor_editor_3ED8m .ql-container {
  font-family: inherit;
  min-height: inherit;
  max-height: inherit;
}
.rtQuillEditor_editor_3ED8m a {
  text-decoration: none;
  color: var(--bible-study-theme-link-color, #1977de);
}
.rtQuillEditor_editor_3ED8m .ql-editor {
  padding: 0;
  font-size: var(--default-font-size);
  line-height: 1.4;
  font-family: inherit;
  min-height: inherit;
  max-height: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.rtQuillEditor_editor_3ED8m .ql-editor.ql-blank {
  font-size: var(--placeholder-font-size);
}
.rtQuillEditor_editor_3ED8m .ql-editor.ql-blank::before {
  left: 0;
  right: 0;
  font-style: normal;
  color: var(--bible-study-theme-ui-font-color-light, #aaaaaa);
  min-height: inherit;
  max-height: inherit;
}
.rtQuillEditor_editor_3ED8m .ql-editor.ql-blank p::before {
  content: '';
}
.rtQuillEditor_editor_3ED8m .ql-editor p,
.rtQuillEditor_editor_3ED8m .ql-editor ol,
.rtQuillEditor_editor_3ED8m .ql-editor ul,
.rtQuillEditor_editor_3ED8m .ql-editor pre,
.rtQuillEditor_editor_3ED8m .ql-editor blockquote,
.rtQuillEditor_editor_3ED8m .ql-editor h1,
.rtQuillEditor_editor_3ED8m .ql-editor h2,
.rtQuillEditor_editor_3ED8m .ql-editor h3,
.rtQuillEditor_editor_3ED8m .ql-editor h4,
.rtQuillEditor_editor_3ED8m .ql-editor h5,
.rtQuillEditor_editor_3ED8m .ql-editor h6 {
  counter-reset: none !important;
  counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9 !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ol li {
  counter-reset: none !important;
  counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9 !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ol li:not([class*='ql-indent']) {
  counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9 !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ol li.ql-indent-1 {
  counter-reset: none !important;
  counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9 !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ol li.ql-indent-2 {
  counter-reset: none !important;
  counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9 !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ol li.ql-indent-3 {
  counter-reset: none !important;
  counter-set: list-4 list-5 list-6 list-7 list-8 list-9 !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ol li.ql-indent-4 {
  counter-reset: none !important;
  counter-set: list-5 list-6 list-7 list-8 list-9 !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ol li.ql-indent-5 {
  counter-reset: none !important;
  counter-set: list-6 list-7 list-8 list-9 !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ol li.ql-indent-6 {
  counter-reset: none !important;
  counter-set: list-7 list-8 list-9 !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ol li.ql-indent-7 {
  counter-reset: none !important;
  counter-set: list-8 list-9 !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ol li.ql-indent-8 {
  counter-reset: none !important;
  counter-set: list-9 !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ul,
.rtQuillEditor_editor_3ED8m .ql-editor ol,
.rtQuillEditor_editor_3ED8m .ql-editor ul li,
.rtQuillEditor_editor_3ED8m .ql-editor ol li {
  padding-left: 18pt !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ul li::before,
.rtQuillEditor_editor_3ED8m .ql-editor ol li::before {
  width: 18pt;
  margin-left: -18pt;
  margin-right: 0;
  text-align: left;
}
.rtQuillEditor_editor_3ED8m .ql-editor ul .ql-indent-1,
.rtQuillEditor_editor_3ED8m .ql-editor ol .ql-indent-1 {
  padding-left: 54pt !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ul .ql-indent-2,
.rtQuillEditor_editor_3ED8m .ql-editor ol .ql-indent-2 {
  padding-left: 90pt !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ul .ql-indent-3,
.rtQuillEditor_editor_3ED8m .ql-editor ol .ql-indent-3 {
  padding-left: 126pt !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ul .ql-indent-4,
.rtQuillEditor_editor_3ED8m .ql-editor ol .ql-indent-4 {
  padding-left: 162pt !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ul .ql-indent-5,
.rtQuillEditor_editor_3ED8m .ql-editor ol .ql-indent-5 {
  padding-left: 198pt !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ul .ql-indent-6,
.rtQuillEditor_editor_3ED8m .ql-editor ol .ql-indent-6 {
  padding-left: 234pt !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ul .ql-indent-7,
.rtQuillEditor_editor_3ED8m .ql-editor ol .ql-indent-7 {
  padding-left: 270pt !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ul .ql-indent-8,
.rtQuillEditor_editor_3ED8m .ql-editor ol .ql-indent-8 {
  padding-left: 306pt !important;
}
.rtQuillEditor_editor_3ED8m .ql-editor ul .ql-indent-9,
.rtQuillEditor_editor_3ED8m .ql-editor ol .ql-indent-9 {
  padding-left: 342pt !important;
}

.rtQuillEditor_ellipsis_3jJi6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rtQuillEditor_defaultFont_3jikU {
  color: var(--bible-study-theme-ui-font-color, #000000);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
}
.rtQuillEditor_contentFont_19TdP {
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.rtQuillEditor_contentFont_19TdP,
.rtQuillEditor_contentFont_19TdP a {
  font-family: var(--content-font, 'Source Sans Pro', sans-serif);
  font-size: 15px;
}
.rtQuillEditor_reset_2DYZS {
  line-height: normal;
}
.rtQuillEditor_reset_2DYZS,
.rtQuillEditor_reset_2DYZS * {
  box-sizing: border-box;
  outline: none;
}
.rtQuillEditor_reset_2DYZS input,
.rtQuillEditor_reset_2DYZS textarea {
  line-height: normal;
  font-family: inherit;
  border: none;
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.rtQuillEditor_reset_2DYZS button {
  cursor: pointer;
}
.rtQuillEditor_reset_2DYZS button:disabled {
  cursor: default !important;
}
.rtQuillEditor_dropdownContent_MQY-f {
  background: var(--bible-study-theme-dropdown-background-color, #ffffff);
  z-index: 1;
  position: relative;
  top: 5px;
  border-radius: 3px;
  box-shadow: 0 1px 5px 1px var(--bible-study-theme-drop-shadow-color, #00000026);
}

.rtQuillEditor_ellipsis_20jOL {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rtQuillEditor_defaultFont_3SWpk {
  color: var(--bible-study-theme-ui-font-color, #000000);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
}
.rtQuillEditor_contentFont_14gNP {
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.rtQuillEditor_contentFont_14gNP,
.rtQuillEditor_contentFont_14gNP a {
  font-family: var(--content-font, 'Source Sans Pro', sans-serif);
  font-size: 15px;
}
.rtQuillEditor_reset_3DO3U {
  line-height: normal;
}
.rtQuillEditor_reset_3DO3U,
.rtQuillEditor_reset_3DO3U * {
  box-sizing: border-box;
  outline: none;
}
.rtQuillEditor_reset_3DO3U input,
.rtQuillEditor_reset_3DO3U textarea {
  line-height: normal;
  font-family: inherit;
  border: none;
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.rtQuillEditor_reset_3DO3U button {
  cursor: pointer;
}
.rtQuillEditor_reset_3DO3U button:disabled {
  cursor: default !important;
}
.rtQuillEditor_dropdownContent_2QBGa {
  background: var(--bible-study-theme-dropdown-background-color, #ffffff);
  z-index: 1;
  position: relative;
  top: 5px;
  border-radius: 3px;
  box-shadow: 0 1px 5px 1px var(--bible-study-theme-drop-shadow-color, #00000026);
}
.rtQuillEditor_dropdownContent_2QBGa {
  padding: 0;
}

.rtQuillEditor_linkInput_3Ouo8 {
  display: flex;
  width: 260px;
  padding: 8px;
}
.rtQuillEditor_linkInput_3Ouo8 > *:last-child {
  margin-left: 8px;
}
.rtQuillEditor_input_3GXZN {
  display: block;
  flex: 1;
  border: var(--bible-study-theme-text-box-border-style, 1px solid #f4f4f4) !important;
  border-radius: 3px;
  padding: 4px;
  background-color: var(--bible-study-theme-text-box-background-color, #f4f4f4);
}

.rtQuillEditor_ellipsis_1Is_t {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rtQuillEditor_defaultFont_2p4e8 {
  color: var(--bible-study-theme-ui-font-color, #000000);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
}
.rtQuillEditor_contentFont_1bHxX {
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.rtQuillEditor_contentFont_1bHxX,
.rtQuillEditor_contentFont_1bHxX a {
  font-family: var(--content-font, 'Source Sans Pro', sans-serif);
  font-size: 15px;
}
.rtQuillEditor_reset_34vx1 {
  line-height: normal;
}
.rtQuillEditor_reset_34vx1,
.rtQuillEditor_reset_34vx1 * {
  box-sizing: border-box;
  outline: none;
}
.rtQuillEditor_reset_34vx1 input,
.rtQuillEditor_reset_34vx1 textarea {
  line-height: normal;
  font-family: inherit;
  border: none;
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.rtQuillEditor_reset_34vx1 button {
  cursor: pointer;
}
.rtQuillEditor_reset_34vx1 button:disabled {
  cursor: default !important;
}
.rtQuillEditor_dropdownContent_1bDKC {
  background: var(--bible-study-theme-dropdown-background-color, #ffffff);
  z-index: 1;
  position: relative;
  top: 5px;
  border-radius: 3px;
  box-shadow: 0 1px 5px 1px var(--bible-study-theme-drop-shadow-color, #00000026);
}
.rtQuillEditor_toolbarContainer_5Td97 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
}
.rtQuillEditor_toolbarSection_2I3jE {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  padding-right: 4px;
  margin-right: 4px;
  border-right: 1px solid var(--bible-study-theme-toolbar-separator-color, #eeeeee);
}
.rtQuillEditor_toolbarSection_2I3jE:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.rtQuillEditor_toolbarSection_2I3jE > *:not(:first-child) {
  margin-left: 2px;
}
.rtQuillEditor_toolbarSection_2I3jE > *:not(:last-child) {
  margin-right: 2px;
}
.rtQuillEditor_fontFamilyPicker_3LsJs {
  width: 80px;
  text-align: left;
}
.rtQuillEditor_fontSize_26ULV {
  min-width: 14px;
  text-align: right;
}
.rtQuillEditor_alignIcon_1whm7 {
  --bible-study-icon-color: var(--bible-study-theme-icon-color-inactive, #63728c);
}
.rtQuillEditor_alignIcon_1whm7:hover {
  --bible-study-icon-color: var(--bible-study-theme-icon-color-hover, #515d72);
}
.rtQuillEditor_alignIcon_1whm7.rtQuillEditor_active_3-dlf {
  --bible-study-icon-color: var(--bible-study-theme-icon-color-active, #515d72);
}
.rtQuillEditor_section_1lNiR {
  overflow: auto;
  max-height: 50vh;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
}

.rtQuillEditor_colorRow_1bTW0 {
  display: flex;
}
.rtQuillEditor_entryContainer_wj5zk {
  border: none;
  padding: 6px;
  background: none;
  font-size: 0;
}
.rtQuillEditor_selectedEntry_2yd3y,
.rtQuillEditor_entryContainer_wj5zk:hover {
  border: 1px solid var(--bible-study-theme-text-box-focused-border-color, #1977de) !important;
  border-radius: 4px;
  padding: 5px;
}
.rtQuillEditor_pickerContainer_YJVGh {
  padding: 15px 12px 12px 12px;
}
.rtQuillEditor_header_29hi6 {
  color: var(--bible-study-theme-ui-font-color, #000000);
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 12px;
}

.rtQuillEditor_colorBox_3c0hG {
  height: 12px;
  width: 12px;
  border-radius: 1px;
}
.rtQuillEditor_colorBox_3c0hG.rtQuillEditor_bordered_KkL9k {
  border: 1px var(--bible-study-theme-border-color, #e7e7e7) solid;
}

.rtQuillEditor_selectedColorPreview__6Xss {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--bible-study-theme-icon-color-inactive, #63728c);
  border-bottom-color: transparent;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.rtQuillEditor_previewColor_1pu9F {
  color: var(--color, var(--bible-study-theme-icon-color-inactive, #63728c));
}
.rtQuillEditor_previewColor_1pu9F.rtQuillEditor_withTextShadow_zWRfX {
  text-shadow: var(--bible-study-theme-icon-color-inactive, #63728c) 0 0 4px;
}
.rtQuillEditor_previewBackground_3NSNx {
  color: white;
  background-color: var(--bible-study-theme-icon-color-inactive, #63728c);
  border-bottom-color: var(--background, var(--bible-study-theme-icon-color-inactive, #63728c));
}
.rtQuillEditor_previewBackgroundDisabled_1zC9d {
  color: white;
  background-color: var(--bible-study-theme-icon-color-disabled, #c7cfdc);
  border-bottom-color: var(--bible-study-theme-icon-color-disabled, #c7cfdc);
}
.rtQuillEditor_dropdownContent_ME8AU {
}
.rtQuillEditor_footer_3BQFt {
  border-top: 1px solid var(--bible-study-theme-border-color, #e7e7e7);
  margin-top: 4px;
  padding: 16px 12px 15px 12px;
  display: flex;
}
.rtQuillEditor_noneButton_22nQb {
  flex: 1;
  border: 1px solid transparent !important;
  text-align: left;
  border-radius: 3px;
  padding: 2px 7px !important;
  background: var(--bible-study-theme-text-box-background-color, #f4f4f4) !important;
}
.rtQuillEditor_noneButton_22nQb .rtQuillEditor_active_QXufv,
.rtQuillEditor_noneButton_22nQb:hover {
  border-color: #0064f2 !important;
}
.rtQuillEditor_active_QXufv {
  border-color: #0064f2 !important;
}

.rtQuillEditor_ellipsis_3A68N {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rtQuillEditor_defaultFont_oieXQ {
  color: var(--bible-study-theme-ui-font-color, #000000);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
}
.rtQuillEditor_contentFont_GhSKJ {
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.rtQuillEditor_contentFont_GhSKJ,
.rtQuillEditor_contentFont_GhSKJ a {
  font-family: var(--content-font, 'Source Sans Pro', sans-serif);
  font-size: 15px;
}
.rtQuillEditor_reset_3hYTe {
  line-height: normal;
}
.rtQuillEditor_reset_3hYTe,
.rtQuillEditor_reset_3hYTe * {
  box-sizing: border-box;
  outline: none;
}
.rtQuillEditor_reset_3hYTe input,
.rtQuillEditor_reset_3hYTe textarea {
  line-height: normal;
  font-family: inherit;
  border: none;
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.rtQuillEditor_reset_3hYTe button {
  cursor: pointer;
}
.rtQuillEditor_reset_3hYTe button:disabled {
  cursor: default !important;
}
.rtQuillEditor_dropdownContent_3ZC6l {
  background: var(--bible-study-theme-dropdown-background-color, #ffffff);
  z-index: 1;
  position: relative;
  top: 5px;
  border-radius: 3px;
  box-shadow: 0 1px 5px 1px var(--bible-study-theme-drop-shadow-color, #00000026);
}
.rtQuillEditor_inlineFind_3_95k {
  background-color: var(--bible-study-theme-dropdown-background-color, #ffffff);
  box-shadow: 0 1px 3px 0 var(--bible-study-theme-drop-shadow-color, #00000026);
  border-bottom: none !important;
  z-index: 1;
  position: absolute;
  top: 100%;
  right: 20px;
  height: auto !important;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  margin-top: 1px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 260px;
}
.rtQuillEditor_input_3GGpB {
  flex: 1;
  background-color: var(--bible-study-theme-text-box-background-color, #f4f4f4) !important;
  color: var(--bible-study-theme-ui-font-color, #000000) !important;
}
.rtQuillEditor_findResult_38BlX {
  margin-left: 8px;
}
.rtQuillEditor_controlGroup_3mwZq {
  margin-left: 8px;
  border-left: 1px solid var(--bible-study-theme-border-color, #e7e7e7);
  padding-left: 4px;
  display: inline-flex;
  align-items: center;
}
