/*!
 * 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_3M087 {
  fill: var(--bible-study-theme-button-radio-border-color, #bbbbbb);
}
.background_1jAI- {
  fill: var(--bible-study-theme-button-radio-background-color, #ffffff);
}
.innerCircle_3eEFG {
  fill: transparent;
}
.innerCircle_3eEFG.filled_20HiC {
  fill: var(--bible-study-theme-button-radio-color, #1e6afe);
}

.linkButton_3vMFc {
  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_3vMFc > .decoratorIcon_20JKa {
  --bible-study-icon-color: var(--bible-study-theme-link-color, #1e6afe);
}
.linkButton_3vMFc > .decoratorIcon_20JKa > path {
  transition: fill 0.1s ease-in-out;
}
.linkButton_3vMFc.unclickable_1acVd {
  cursor: default;
}
@media (hover: hover) {
  .linkButton_3vMFc:hover:not(.unclickable_1acVd):not(.disabled_bxxqz) {
    color: var(--bible-study-theme-link-hover-color, #57aeff);
  }
  .linkButton_3vMFc:hover:not(.unclickable_1acVd):not(.disabled_bxxqz):focus-visible,
  .linkButton_3vMFc:hover:not(.unclickable_1acVd):not(.disabled_bxxqz).focus_3AeSm {
    outline: var(--bible-study-theme-link-hover-focus-outline, 2px solid #57aeff);
  }
  .linkButton_3vMFc:hover:not(.unclickable_1acVd):not(.disabled_bxxqz) > .decoratorIcon_20JKa {
    --bible-study-icon-color: var(--bible-study-theme-link-hover-color, #57aeff);
  }
}
.linkButton_3vMFc:disabled,
.linkButton_3vMFc.disabled_bxxqz {
  color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
  pointer-events: none;
}
.linkButton_3vMFc:disabled > .decoratorIcon_20JKa,
.linkButton_3vMFc.disabled_bxxqz > .decoratorIcon_20JKa {
  --bible-study-icon-color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
}
.linkButton_3vMFc:disabled.allowHoverFocusWhenDisabled_qfDBK,
.linkButton_3vMFc.disabled_bxxqz.allowHoverFocusWhenDisabled_qfDBK {
  pointer-events: auto;
  cursor: default;
}
.linkButton_3vMFc .decoratorIcon_20JKa.right_1Dg0P {
  margin-left: 4px;
  flex: none;
}
.linkButton_3vMFc .decoratorIcon_20JKa.left_3fWr9 {
  margin-right: 4px;
  flex: none;
}
.linkButton_3vMFc .decoratorIcon_20JKa.external_2RMP7 {
  margin-left: 0.5em;
  overflow: unset;
}
.linkButton_3vMFc.withDecorator_2Sp5d:not(.withExternalDecorator_2Ec82) {
  display: inline-flex;
  align-items: center;
}
.linkButton_3vMFc.withExternalDecorator_2Ec82 {
  display: inline-flex;
  align-items: baseline;
}
.linkButton_3vMFc.withMenuDecorator_ttsrZ:not(.unclickable_1acVd) {
  cursor: var(--bible-study-theme-button-cursor, default);
}
.linkButton_3vMFc:focus-visible,
.linkButton_3vMFc.focus_3AeSm {
  outline: var(--bible-study-theme-link-focus-outline, 2px solid #57aeff);
}
.linkButton_3vMFc.textWrapping_1coQx {
  display: inline-block;
  white-space: normal;
  text-align: left;
}
.linkButton_3vMFc.textWrapping_1coQx.anchor_2XEMf {
  display: inline;
}
.textContainer_1aMTq {
  display: grid;
  line-height: 100% !important;
}
.iconWithTextContainer_bG4HZ {
  display: grid;
  column-gap: 4px;
  grid-template-columns: auto auto;
  align-items: center;
  line-height: 100% !important;
}

.linkButton_1bHVJ {
  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_1bHVJ > .decoratorIcon_3erD7 {
  --bible-study-icon-color: var(--bible-study-theme-link-color, #1e6afe);
}
.linkButton_1bHVJ > .decoratorIcon_3erD7 > path {
  transition: fill 0.1s ease-in-out;
}
.linkButton_1bHVJ.unclickable_3CpXf {
  cursor: default;
}
@media (hover: hover) {
  .linkButton_1bHVJ:hover:not(.unclickable_3CpXf):not(.disabled_1Uvoq) {
    color: var(--bible-study-theme-link-hover-color, #57aeff);
  }
  .linkButton_1bHVJ:hover:not(.unclickable_3CpXf):not(.disabled_1Uvoq):focus-visible,
  .linkButton_1bHVJ:hover:not(.unclickable_3CpXf):not(.disabled_1Uvoq).focus_3qvGm {
    outline: var(--bible-study-theme-link-hover-focus-outline, 2px solid #57aeff);
  }
  .linkButton_1bHVJ:hover:not(.unclickable_3CpXf):not(.disabled_1Uvoq) > .decoratorIcon_3erD7 {
    --bible-study-icon-color: var(--bible-study-theme-link-hover-color, #57aeff);
  }
}
.linkButton_1bHVJ:disabled,
.linkButton_1bHVJ.disabled_1Uvoq {
  color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
  pointer-events: none;
}
.linkButton_1bHVJ:disabled > .decoratorIcon_3erD7,
.linkButton_1bHVJ.disabled_1Uvoq > .decoratorIcon_3erD7 {
  --bible-study-icon-color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
}
.linkButton_1bHVJ:disabled.allowHoverFocusWhenDisabled_3MxWl,
.linkButton_1bHVJ.disabled_1Uvoq.allowHoverFocusWhenDisabled_3MxWl {
  pointer-events: auto;
  cursor: default;
}
.linkButton_1bHVJ .decoratorIcon_3erD7.right_1tfBW {
  margin-left: 4px;
  flex: none;
}
.linkButton_1bHVJ .decoratorIcon_3erD7.left_22Kot {
  margin-right: 4px;
  flex: none;
}
.linkButton_1bHVJ .decoratorIcon_3erD7.external_3t4KU {
  margin-left: 0.5em;
  overflow: unset;
}
.linkButton_1bHVJ.withDecorator_2FDPL:not(.withExternalDecorator_1MWj6) {
  display: inline-flex;
  align-items: center;
}
.linkButton_1bHVJ.withExternalDecorator_1MWj6 {
  display: inline-flex;
  align-items: baseline;
}
.linkButton_1bHVJ.withMenuDecorator_tBkXX:not(.unclickable_3CpXf) {
  cursor: var(--bible-study-theme-button-cursor, default);
}
.linkButton_1bHVJ:focus-visible,
.linkButton_1bHVJ.focus_3qvGm {
  outline: var(--bible-study-theme-link-focus-outline, 2px solid #57aeff);
}
.linkButton_1bHVJ.textWrapping_3yYbo {
  display: inline-block;
  white-space: normal;
  text-align: left;
}
.linkButton_1bHVJ.textWrapping_3yYbo.anchor_37TPP {
  display: inline;
}
.linkButton_1bHVJ.parameter_2Rw_O {
  height: 24px;
  font-weight: 600;
}
.linkButton_1bHVJ.parameter_2Rw_O:not(.unclickable_3CpXf) {
  cursor: var(--bible-study-theme-button-cursor, default);
}
.linkButton_1bHVJ.inlineTab_3cq9Y {
  padding-top: 4px;
  padding-bottom: 4px;
}
.linkButton_1bHVJ.inlineTab_3cq9Y:not(.unclickable_3CpXf) {
  cursor: var(--bible-study-theme-button-cursor, default);
}
.linkButton_1bHVJ.inlineTab_3cq9Y::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_1bHVJ.inlineTab_3cq9Y:hover:not(.unclickable_3CpXf),
.linkButton_1bHVJ.inlineTab_3cq9Y.active_3OQSP {
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.linkButton_1bHVJ.inlineTab_3cq9Y:hover:not(.unclickable_3CpXf)::after,
.linkButton_1bHVJ.inlineTab_3cq9Y.active_3OQSP::after {
  background-color: var(--bible-study-theme-button-inline-tab-active-border-color, #023ac8);
}
.textContainer_1pCa1 {
  display: grid;
  line-height: 100% !important;
}
.iconWithTextContainer_1AqgO {
  display: grid;
  column-gap: 4px;
  grid-template-columns: auto auto;
  align-items: center;
  line-height: 100% !important;
}

.iconColor_1mVY3 .errorAlertPath_2HbJL {
  fill: var(--bible-study-theme-badge-alert-background-color, #cc3333);
}
.iconColor_1mVY3 .syncedIcon_2l5Ze {
  fill: var(--bible-study-theme-icon-saved-color, #5ba224);
}
.iconColor_1mVY3 .syncAlertIcon_1lV2T {
  fill: var(--bible-study-theme-icon-color-inactive, #63728c);
}
.iconColor_1mVY3 .syncIcon_1j3xM {
  fill: var(--bible-study-theme-icon-color-inactive, #63728c);
}
.rotating_2VXbJ {
  animation-duration: 1.4s;
  animation-name: sync-spin_2KRg5;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes sync-spin_2KRg5 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.syncStateIconWrapper_21umA {
  display: flex;
  align-content: center;
}
.syncStateIconWrapper_21umA.fade-in_LAkMe {
  animation-name: fade-in_LAkMe;
  animation-duration: var(--sync-button-fade-in-ms);
}
.syncStateIconWrapper_21umA.fade-out_R-f6I {
  animation-name: fade-out_R-f6I;
  animation-duration: var(--sync-button-fade-out-ms);
  opacity: 0;
}
.syncStateIconWrapper_21umA.fade-removed_doOz9 {
  opacity: 0;
}
.syncStateIconWrapper_21umA.saturation-out_2PSnr .syncedIcon_2l5Ze {
  animation-name: saturation-out_2PSnr;
  animation-duration: var(--sync-button-fade-out-ms);
  fill: var(--bible-study-theme-icon-color-inactive, #63728c);
}
@keyframes fade-in_LAkMe {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out_R-f6I {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes saturation-out_2PSnr {
  from {
    fill: var(--bible-study-theme-icon-saved-color, #5ba224);
  }
  to {
    fill: var(--bible-study-theme-icon-color-inactive, #63728c);
  }
}

.toggleButton_1whdt {
  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_1whdt:focus-visible {
  outline: var(--bible-study-theme-button-borderless-active-focus-outline, 2px solid #57aeff);
  outline-offset: 1px;
}
.isActiveButton_1VBD5 {
  background-color: var(--bible-study-theme-button-switch-active-background-color, #0a55e6);
}
.circleContainer_2wAIG {
  width: 22px;
}
.circle_3dnH- {
  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_3crNi {
  transform: translateX(10px);
  transition: transform 300ms;
}
/* TODO Add focus styles */

.button_2AHm7 {
  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);
  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;
}
.button_2AHm7.leftJustified_14Axz {
  justify-content: left;
}
.button_2AHm7.rightJustified_1VBEO {
  justify-content: right;
}
.button_2AHm7.fullWidth_2dQn4 {
  width: 100%;
}
.button_2AHm7.radio_1uOzk {
  background-color: transparent;
  padding: 0 6px;
}
.button_2AHm7.radio_1uOzk:focus-visible,
.button_2AHm7.radio_1uOzk.focus_1GuoS {
  outline: var(--bible-study-theme-button-radio-focus-outline, 2px solid #57aeff);
}
.button_2AHm7.radioWrap_2k2p3 {
  height: auto;
  align-items: flex-start;
  background-color: transparent;
  padding: 0 6px;
}
.button_2AHm7.radioWrap_2k2p3:focus-visible,
.button_2AHm7.radioWrap_2k2p3.focus_1GuoS {
  outline: var(--bible-study-theme-button-radio-focus-outline, 2px solid #57aeff);
}
.button_2AHm7.radioWrap_2k2p3 span {
  white-space: normal;
  height: auto;
  text-align: left;
  line-height: 16px;
}
.button_2AHm7.radioWrap_2k2p3 svg {
  min-width: 18px;
  min-height: 18px;
}
.button_2AHm7 .radioButtonChildrenContainer_37kHj {
  margin-left: 4px;
}
.button_2AHm7:disabled,
.button_2AHm7.disabled_3367k {
  opacity: var(--bible-study-theme-button-disabled-opacity, 0.6);
  pointer-events: none;
}
.button_2AHm7:disabled.allowHoverFocusWhenDisabled_2ydAV,
.button_2AHm7.disabled_3367k.allowHoverFocusWhenDisabled_2ydAV {
  pointer-events: auto;
  cursor: default;
}
.button_2AHm7.menu_s4p_c,
.button_2AHm7.external_2lZ9s {
  padding-left: 9px;
  padding-right: 4px;
}
.button_2AHm7.primary_uCfmF {
  color: var(--bible-study-theme-button-primary-color, #ffffff);
  background-color: var(--bible-study-theme-button-primary-background-color, #0a55e6);
  border-color: var(--bible-study-theme-button-primary-border-color, #0a55e6);
}
.button_2AHm7.primary_uCfmF svg path {
  fill: var(--bible-study-theme-button-primary-icon-color, #eaedf2);
}
.button_2AHm7.primary_uCfmF > .menuIcon_13_eB,
.button_2AHm7.primary_uCfmF > .externalIcon_3S0bA {
  --bible-study-icon-color: var(--bible-study-theme-button-primary-decorator-icon-color, #eaedf2);
}
@media (hover: hover) {
  .button_2AHm7.primary_uCfmF:hover:not(.disabled_3367k) {
    color: var(--bible-study-theme-button-primary-hover-color, #ffffff);
    background-color: var(--bible-study-theme-button-primary-hover-background-color, #1e6afe);
    border-color: var(--bible-study-theme-button-primary-hover-border-color, #1e6afe);
  }
  .button_2AHm7.primary_uCfmF:hover:not(.disabled_3367k):focus-visible,
  .button_2AHm7.primary_uCfmF:hover:not(.disabled_3367k).focus_1GuoS {
    outline: var(--bible-study-theme-button-primary-hover-focus-outline, 2px solid #57aeff);
  }
  .button_2AHm7.primary_uCfmF:hover:not(.disabled_3367k) svg path {
    fill: var(--bible-study-theme-button-primary-hover-icon-color, #eaedf2);
  }
  .button_2AHm7.primary_uCfmF:hover:not(.disabled_3367k) > .menuIcon_13_eB,
  .button_2AHm7.primary_uCfmF:hover:not(.disabled_3367k) > .externalIcon_3S0bA {
    --bible-study-icon-color: var(--bible-study-theme-button-primary-hover-decorator-icon-color, #eaedf2);
  }
}
.button_2AHm7.primary_uCfmF:active:not(.disabled_3367k),
.button_2AHm7.primary_uCfmF.active_ku-ed {
  color: var(--bible-study-theme-button-primary-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-primary-active-background-color, #023ac8);
  border-color: var(--bible-study-theme-button-primary-active-border-color, #023ac8);
}
.button_2AHm7.primary_uCfmF:active:not(.disabled_3367k):focus-visible,
.button_2AHm7.primary_uCfmF.active_ku-ed:focus-visible,
.button_2AHm7.primary_uCfmF:active:not(.disabled_3367k).focus_1GuoS,
.button_2AHm7.primary_uCfmF.active_ku-ed.focus_1GuoS {
  outline: var(--bible-study-theme-button-primary-active-focus-outline, 2px solid #57aeff);
}
.button_2AHm7.primary_uCfmF:active:not(.disabled_3367k) svg path,
.button_2AHm7.primary_uCfmF.active_ku-ed svg path {
  fill: var(--bible-study-theme-button-primary-active-icon-color, #eaedf2);
}
.button_2AHm7.primary_uCfmF:active:not(.disabled_3367k) > .menuIcon_13_eB,
.button_2AHm7.primary_uCfmF.active_ku-ed > .menuIcon_13_eB,
.button_2AHm7.primary_uCfmF:active:not(.disabled_3367k) > .externalIcon_3S0bA,
.button_2AHm7.primary_uCfmF.active_ku-ed > .externalIcon_3S0bA {
  --bible-study-icon-color: var(--bible-study-theme-button-primary-active-decorator-icon-color, #eaedf2);
}
.button_2AHm7.primary_uCfmF:focus-visible,
.button_2AHm7.primary_uCfmF.focus_1GuoS {
  outline: var(--bible-study-theme-button-primary-focus-outline, 2px solid #57aeff);
}
.button_2AHm7.secondary_2F69N {
  color: var(--bible-study-theme-button-secondary-color, #0a55e6);
  background-color: var(--bible-study-theme-button-secondary-background-color, inherit);
  border-color: var(--bible-study-theme-button-secondary-border-color, #0a55e6);
}
.button_2AHm7.secondary_2F69N svg path {
  fill: var(--bible-study-theme-button-secondary-icon-color, #0a55e6);
}
.button_2AHm7.secondary_2F69N > .menuIcon_13_eB,
.button_2AHm7.secondary_2F69N > .externalIcon_3S0bA {
  --bible-study-icon-color: var(--bible-study-theme-button-secondary-decorator-icon-color, #1e6afe);
}
@media (hover: hover) {
  .button_2AHm7.secondary_2F69N:hover:not(.disabled_3367k) {
    color: var(--bible-study-theme-button-secondary-hover-color, #ffffff);
    background-color: var(--bible-study-theme-button-secondary-hover-background-color, #1e6afe);
    border-color: var(--bible-study-theme-button-secondary-hover-border-color, #1e6afe);
  }
  .button_2AHm7.secondary_2F69N:hover:not(.disabled_3367k):focus-visible,
  .button_2AHm7.secondary_2F69N:hover:not(.disabled_3367k).focus_1GuoS {
    outline: var(--bible-study-theme-button-secondary-hover-focus-outline, 2px solid #57aeff);
  }
  .button_2AHm7.secondary_2F69N:hover:not(.disabled_3367k) svg path {
    fill: var(--bible-study-theme-button-secondary-hover-icon-color, #eaedf2);
  }
  .button_2AHm7.secondary_2F69N:hover:not(.disabled_3367k) > .menuIcon_13_eB,
  .button_2AHm7.secondary_2F69N:hover:not(.disabled_3367k) > .externalIcon_3S0bA {
    --bible-study-icon-color: var(--bible-study-theme-button-secondary-hover-decorator-icon-color, #eaedf2);
  }
}
.button_2AHm7.secondary_2F69N:active:not(.disabled_3367k),
.button_2AHm7.secondary_2F69N.active_ku-ed {
  color: var(--bible-study-theme-button-secondary-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-secondary-active-background-color, #023ac8);
  border-color: var(--bible-study-theme-button-secondary-active-border-color, #023ac8);
}
.button_2AHm7.secondary_2F69N:active:not(.disabled_3367k):focus-visible,
.button_2AHm7.secondary_2F69N.active_ku-ed:focus-visible,
.button_2AHm7.secondary_2F69N:active:not(.disabled_3367k).focus_1GuoS,
.button_2AHm7.secondary_2F69N.active_ku-ed.focus_1GuoS {
  outline: var(--bible-study-theme-button-secondary-active-focus-outline, 2px solid #57aeff);
}
.button_2AHm7.secondary_2F69N:active:not(.disabled_3367k) svg path,
.button_2AHm7.secondary_2F69N.active_ku-ed svg path {
  fill: var(--bible-study-theme-button-secondary-active-icon-color, #eaedf2);
}
.button_2AHm7.secondary_2F69N:active:not(.disabled_3367k) > .menuIcon_13_eB,
.button_2AHm7.secondary_2F69N.active_ku-ed > .menuIcon_13_eB,
.button_2AHm7.secondary_2F69N:active:not(.disabled_3367k) > .externalIcon_3S0bA,
.button_2AHm7.secondary_2F69N.active_ku-ed > .externalIcon_3S0bA {
  --bible-study-icon-color: var(--bible-study-theme-button-secondary-active-decorator-icon-color, #eaedf2);
}
.button_2AHm7.secondary_2F69N:focus-visible,
.button_2AHm7.secondary_2F69N.focus_1GuoS {
  outline: var(--bible-study-theme-button-secondary-focus-outline, 2px solid #57aeff);
}
.button_2AHm7.dialog_3fbe2 {
  min-width: 64px;
  padding: 5px 8px;
}
.button_2AHm7.purchasing_CufaP {
  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_2AHm7.purchasing_CufaP svg path {
  fill: var(--bible-study-theme-button-purchasing-icon-color, #ffffff);
}
.button_2AHm7.purchasing_CufaP > .menuIcon_13_eB,
.button_2AHm7.purchasing_CufaP > .externalIcon_3S0bA {
  --bible-study-icon-color: var(--bible-study-theme-button-purchasing-decorator-icon-color, #ffffff);
}
@media (hover: hover) {
  .button_2AHm7.purchasing_CufaP:hover:not(.disabled_3367k) {
    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_2AHm7.purchasing_CufaP:hover:not(.disabled_3367k):focus-visible,
  .button_2AHm7.purchasing_CufaP:hover:not(.disabled_3367k).focus_1GuoS {
    outline: var(--bible-study-theme-button-purchasing-hover-focus-outline, 2px solid #ffb27f);
  }
  .button_2AHm7.purchasing_CufaP:hover:not(.disabled_3367k) svg path {
    fill: var(--bible-study-theme-button-purchasing-hover-icon-color, #ffffff);
  }
  .button_2AHm7.purchasing_CufaP:hover:not(.disabled_3367k) > .menuIcon_13_eB,
  .button_2AHm7.purchasing_CufaP:hover:not(.disabled_3367k) > .externalIcon_3S0bA {
    --bible-study-icon-color: var(--bible-study-theme-button-purchasing-hover-decorator-icon-color, #ffffff);
  }
}
.button_2AHm7.purchasing_CufaP:active:not(.disabled_3367k),
.button_2AHm7.purchasing_CufaP.active_ku-ed {
  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_2AHm7.purchasing_CufaP:active:not(.disabled_3367k):focus-visible,
.button_2AHm7.purchasing_CufaP.active_ku-ed:focus-visible,
.button_2AHm7.purchasing_CufaP:active:not(.disabled_3367k).focus_1GuoS,
.button_2AHm7.purchasing_CufaP.active_ku-ed.focus_1GuoS {
  outline: var(--bible-study-theme-button-purchasing-active-focus-outline, 2px solid #ffb27f);
}
.button_2AHm7.purchasing_CufaP:active:not(.disabled_3367k) svg path,
.button_2AHm7.purchasing_CufaP.active_ku-ed svg path {
  fill: var(--bible-study-theme-button-purchasing-active-icon-color, #ffffff);
}
.button_2AHm7.purchasing_CufaP:active:not(.disabled_3367k) > .menuIcon_13_eB,
.button_2AHm7.purchasing_CufaP.active_ku-ed > .menuIcon_13_eB,
.button_2AHm7.purchasing_CufaP:active:not(.disabled_3367k) > .externalIcon_3S0bA,
.button_2AHm7.purchasing_CufaP.active_ku-ed > .externalIcon_3S0bA {
  --bible-study-icon-color: var(--bible-study-theme-button-purchasing-active-decorator-icon-color, #ffffff);
}
.button_2AHm7.purchasing_CufaP:focus-visible,
.button_2AHm7.purchasing_CufaP.focus_1GuoS {
  outline: var(--bible-study-theme-button-purchasing-focus-outline, 2px solid #ffb27f);
}
.button_2AHm7.border_hPEUh {
  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_2AHm7.border_hPEUh svg path {
  fill: var(--bible-study-theme-button-bordered-icon-color, #63728c);
}
.button_2AHm7.border_hPEUh > .menuIcon_13_eB,
.button_2AHm7.border_hPEUh > .externalIcon_3S0bA {
  --bible-study-icon-color: var(--bible-study-theme-button-bordered-decorator-icon-color, #c7cfdc);
}
@media (hover: hover) {
  .button_2AHm7.border_hPEUh:hover:not(.disabled_3367k) {
    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_2AHm7.border_hPEUh:hover:not(.disabled_3367k):focus-visible,
  .button_2AHm7.border_hPEUh:hover:not(.disabled_3367k).focus_1GuoS {
    outline: var(--bible-study-theme-button-bordered-hover-focus-outline, 2px solid #57aeff);
  }
  .button_2AHm7.border_hPEUh:hover:not(.disabled_3367k) svg path {
    fill: var(--bible-study-theme-button-bordered-hover-icon-color, #515d72);
  }
  .button_2AHm7.border_hPEUh:hover:not(.disabled_3367k) > .menuIcon_13_eB,
  .button_2AHm7.border_hPEUh:hover:not(.disabled_3367k) > .externalIcon_3S0bA {
    --bible-study-icon-color: var(--bible-study-theme-button-bordered-hover-decorator-icon-color, #63728c);
  }
}
.button_2AHm7.border_hPEUh:active:not(.disabled_3367k),
.button_2AHm7.border_hPEUh.active_ku-ed {
  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_2AHm7.border_hPEUh:active:not(.disabled_3367k):focus-visible,
.button_2AHm7.border_hPEUh.active_ku-ed:focus-visible,
.button_2AHm7.border_hPEUh:active:not(.disabled_3367k).focus_1GuoS,
.button_2AHm7.border_hPEUh.active_ku-ed.focus_1GuoS {
  outline: var(--bible-study-theme-button-bordered-active-focus-outline, 2px solid #57aeff);
}
.button_2AHm7.border_hPEUh:active:not(.disabled_3367k) svg path,
.button_2AHm7.border_hPEUh.active_ku-ed svg path {
  fill: var(--bible-study-theme-button-bordered-active-icon-color, #023ac8);
}
.button_2AHm7.border_hPEUh:active:not(.disabled_3367k) > .menuIcon_13_eB,
.button_2AHm7.border_hPEUh.active_ku-ed > .menuIcon_13_eB,
.button_2AHm7.border_hPEUh:active:not(.disabled_3367k) > .externalIcon_3S0bA,
.button_2AHm7.border_hPEUh.active_ku-ed > .externalIcon_3S0bA {
  --bible-study-icon-color: var(--bible-study-theme-button-bordered-active-decorator-icon-color, #63728c);
}
.button_2AHm7.border_hPEUh:focus-visible,
.button_2AHm7.border_hPEUh.focus_1GuoS {
  outline: var(--bible-study-theme-button-bordered-focus-outline, 2px solid #57aeff);
}
.button_2AHm7.filled_1Bsgt {
  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_2AHm7.filled_1Bsgt svg path {
  fill: var(--bible-study-theme-button-filled-icon-color, #63728c);
}
.button_2AHm7.filled_1Bsgt > .menuIcon_13_eB,
.button_2AHm7.filled_1Bsgt > .externalIcon_3S0bA {
  --bible-study-icon-color: var(--bible-study-theme-button-filled-decorator-icon-color, #919cae);
}
@media (hover: hover) {
  .button_2AHm7.filled_1Bsgt:hover:not(.disabled_3367k) {
    color: var(--bible-study-theme-button-filled-hover-color, #000000);
    background-color: var(--bible-study-theme-button-filled-hover-background-color, #e7e7e7);
    border-color: var(--bible-study-theme-button-filled-hover-border-color, #e7e7e7);
  }
  .button_2AHm7.filled_1Bsgt:hover:not(.disabled_3367k):focus-visible,
  .button_2AHm7.filled_1Bsgt:hover:not(.disabled_3367k).focus_1GuoS {
    outline: var(--bible-study-theme-button-filled-hover-focus-outline, 2px solid #57aeff);
  }
  .button_2AHm7.filled_1Bsgt:hover:not(.disabled_3367k) svg path {
    fill: var(--bible-study-theme-button-filled-hover-icon-color, #515d72);
  }
  .button_2AHm7.filled_1Bsgt:hover:not(.disabled_3367k) > .menuIcon_13_eB,
  .button_2AHm7.filled_1Bsgt:hover:not(.disabled_3367k) > .externalIcon_3S0bA {
    --bible-study-icon-color: var(--bible-study-theme-button-filled-hover-decorator-icon-color, #63728c);
  }
}
.button_2AHm7.filled_1Bsgt:active:not(.disabled_3367k),
.button_2AHm7.filled_1Bsgt.active_ku-ed {
  color: var(--bible-study-theme-button-filled-active-color, #030b60);
  background-color: var(--bible-study-theme-button-filled-active-background-color, #e9f5ff);
  border-color: var(--bible-study-theme-button-filled-active-border-color, #e9f5ff);
}
.button_2AHm7.filled_1Bsgt:active:not(.disabled_3367k):focus-visible,
.button_2AHm7.filled_1Bsgt.active_ku-ed:focus-visible,
.button_2AHm7.filled_1Bsgt:active:not(.disabled_3367k).focus_1GuoS,
.button_2AHm7.filled_1Bsgt.active_ku-ed.focus_1GuoS {
  outline: var(--bible-study-theme-button-filled-active-focus-outline, 2px solid #57aeff);
}
.button_2AHm7.filled_1Bsgt:active:not(.disabled_3367k) svg path,
.button_2AHm7.filled_1Bsgt.active_ku-ed svg path {
  fill: var(--bible-study-theme-button-filled-active-icon-color, #023ac8);
}
.button_2AHm7.filled_1Bsgt:active:not(.disabled_3367k) > .menuIcon_13_eB,
.button_2AHm7.filled_1Bsgt.active_ku-ed > .menuIcon_13_eB,
.button_2AHm7.filled_1Bsgt:active:not(.disabled_3367k) > .externalIcon_3S0bA,
.button_2AHm7.filled_1Bsgt.active_ku-ed > .externalIcon_3S0bA {
  --bible-study-icon-color: var(--bible-study-theme-button-filled-active-decorator-icon-color, #63728c);
}
.button_2AHm7.filled_1Bsgt:focus-visible,
.button_2AHm7.filled_1Bsgt.focus_1GuoS {
  outline: var(--bible-study-theme-button-filled-focus-outline, 2px solid #57aeff);
}
.button_2AHm7.borderless_1eBUE {
  color: var(--bible-study-theme-button-borderless-color, #000000);
  background-color: var(--bible-study-theme-button-borderless-background-color, inherit);
}
.button_2AHm7.borderless_1eBUE svg path {
  fill: var(--bible-study-theme-button-borderless-icon-color, #63728c);
}
.button_2AHm7.borderless_1eBUE > .menuIcon_13_eB,
.button_2AHm7.borderless_1eBUE > .externalIcon_3S0bA {
  --bible-study-icon-color: var(--bible-study-theme-button-borderless-decorator-icon-color, #919cae);
}
@media (hover: hover) {
  .button_2AHm7.borderless_1eBUE:hover:not(.disabled_3367k) {
    color: var(--bible-study-theme-button-borderless-hover-color, #000000);
    background-color: var(--bible-study-theme-button-borderless-hover-background-color, #eeeeee);
  }
  .button_2AHm7.borderless_1eBUE:hover:not(.disabled_3367k) svg path {
    fill: var(--bible-study-theme-button-borderless-hover-icon-color, #515d72);
  }
  .button_2AHm7.borderless_1eBUE:hover:not(.disabled_3367k) > .menuIcon_13_eB,
  .button_2AHm7.borderless_1eBUE:hover:not(.disabled_3367k) > .externalIcon_3S0bA {
    --bible-study-icon-color: var(--bible-study-theme-button-borderless-hover-decorator-icon-color, #919cae);
  }
}
.button_2AHm7.borderless_1eBUE:active:not(.disabled_3367k),
.button_2AHm7.borderless_1eBUE.active_ku-ed {
  color: var(--bible-study-theme-button-borderless-active-color, #030b60);
  background-color: var(--bible-study-theme-button-borderless-active-background-color, #e9f5ff);
}
.button_2AHm7.borderless_1eBUE:active:not(.disabled_3367k) svg path,
.button_2AHm7.borderless_1eBUE.active_ku-ed svg path {
  fill: var(--bible-study-theme-button-borderless-active-icon-color, #023ac8);
}
.button_2AHm7.borderless_1eBUE:active:not(.disabled_3367k) > .menuIcon_13_eB,
.button_2AHm7.borderless_1eBUE.active_ku-ed > .menuIcon_13_eB,
.button_2AHm7.borderless_1eBUE:active:not(.disabled_3367k) > .externalIcon_3S0bA,
.button_2AHm7.borderless_1eBUE.active_ku-ed > .externalIcon_3S0bA {
  --bible-study-icon-color: var(--bible-study-theme-button-borderless-active-decorator-icon-color, #63728c);
}
.button_2AHm7.borderless_1eBUE:focus-visible,
.button_2AHm7.borderless_1eBUE.focus_1GuoS {
  outline: var(--bible-study-theme-button-borderless-focus-outline, 2px solid #57aeff);
}
.button_2AHm7.inline_1RjI- {
  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_2AHm7.inline_1RjI-:hover:not(.disabled_3367k) {
    color: var(--bible-study-theme-button-inline-hover-color, #ffffff);
    background-color: var(--bible-study-theme-button-inline-hover-background-color, #0a55e6);
    border-color: var(--bible-study-theme-button-inline-hover-border-color, #0a55e6);
  }
  .button_2AHm7.inline_1RjI-:hover:not(.disabled_3367k):focus-visible,
  .button_2AHm7.inline_1RjI-:hover:not(.disabled_3367k).focus_1GuoS {
    outline: var(--bible-study-theme-button-inline-hover-focus-outline, 2px solid #57aeff);
  }
}
.button_2AHm7.inline_1RjI-:active:not(.disabled_3367k),
.button_2AHm7.inline_1RjI-.active_ku-ed {
  color: var(--bible-study-theme-button-inline-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-inline-active-background-color, #023ac8);
  border-color: var(--bible-study-theme-button-inline-active-border-color, #023ac8);
}
.button_2AHm7.inline_1RjI-:active:not(.disabled_3367k):focus-visible,
.button_2AHm7.inline_1RjI-.active_ku-ed:focus-visible,
.button_2AHm7.inline_1RjI-:active:not(.disabled_3367k).focus_1GuoS,
.button_2AHm7.inline_1RjI-.active_ku-ed.focus_1GuoS {
  outline: var(--bible-study-theme-button-inline-active-focus-outline, 2px solid #57aeff);
}
.button_2AHm7.inline_1RjI-:focus-visible,
.button_2AHm7.inline_1RjI-.focus_1GuoS {
  outline: var(--bible-study-theme-button-inline-focus-outline, 2px solid #57aeff);
}
.button_2AHm7.inlineWrap_-uBxT {
  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_2AHm7.inlineWrap_-uBxT:hover:not(.disabled_3367k) {
    color: var(--bible-study-theme-button-inline-hover-color, #ffffff);
    background-color: var(--bible-study-theme-button-inline-hover-background-color, #0a55e6);
    border-color: var(--bible-study-theme-button-inline-hover-border-color, #0a55e6);
  }
  .button_2AHm7.inlineWrap_-uBxT:hover:not(.disabled_3367k):focus-visible,
  .button_2AHm7.inlineWrap_-uBxT:hover:not(.disabled_3367k).focus_1GuoS {
    outline: var(--bible-study-theme-button-inline-hover-focus-outline, 2px solid #57aeff);
  }
}
.button_2AHm7.inlineWrap_-uBxT:active:not(.disabled_3367k),
.button_2AHm7.inlineWrap_-uBxT.active_ku-ed {
  color: var(--bible-study-theme-button-inline-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-inline-active-background-color, #023ac8);
  border-color: var(--bible-study-theme-button-inline-active-border-color, #023ac8);
}
.button_2AHm7.inlineWrap_-uBxT:active:not(.disabled_3367k):focus-visible,
.button_2AHm7.inlineWrap_-uBxT.active_ku-ed:focus-visible,
.button_2AHm7.inlineWrap_-uBxT:active:not(.disabled_3367k).focus_1GuoS,
.button_2AHm7.inlineWrap_-uBxT.active_ku-ed.focus_1GuoS {
  outline: var(--bible-study-theme-button-inline-active-focus-outline, 2px solid #57aeff);
}
.button_2AHm7.inlineWrap_-uBxT:focus-visible,
.button_2AHm7.inlineWrap_-uBxT.focus_1GuoS {
  outline: var(--bible-study-theme-button-inline-focus-outline, 2px solid #57aeff);
}
.button_2AHm7.rounded_3flIp {
  border-radius: var(--bible-study-theme-button-rounded-border-radius, 24px);
}
.button_2AHm7.textIcon_2OKRr {
  padding: 0 4px;
  color: var(--bible-study-theme-button-bordered-color, #000000);
  background-color: var(--bible-study-theme-button-bordered-background-color, inherit);
}
.button_2AHm7.textIcon_2OKRr svg path {
  fill: var(--bible-study-theme-button-bordered-decorator-icon-color, #c7cfdc);
}
@media (hover: hover) {
  .button_2AHm7.textIcon_2OKRr:hover:not(.disabled_3367k) {
    color: var(--bible-study-theme-button-bordered-hover-color, #000000);
    background-color: var(--bible-study-theme-button-bordered-hover-background-color, #eeeeee);
  }
  .button_2AHm7.textIcon_2OKRr:hover:not(.disabled_3367k) svg path {
    fill: var(--bible-study-theme-button-bordered-hover-decorator-icon-color, #63728c);
  }
}
.button_2AHm7.textIcon_2OKRr:active:not(.disabled_3367k),
.button_2AHm7.textIcon_2OKRr.active_ku-ed {
  color: var(--bible-study-theme-button-bordered-active-color, #030b60);
  background-color: var(--bible-study-theme-button-bordered-active-background-color, #e9f5ff);
}
.button_2AHm7.textIcon_2OKRr:active:not(.disabled_3367k) svg path,
.button_2AHm7.textIcon_2OKRr.active_ku-ed svg path {
  fill: var(--bible-study-theme-button-bordered-active-decorator-icon-color, #63728c);
}
.button_2AHm7.textIcon_2OKRr:focus-visible,
.button_2AHm7.textIcon_2OKRr.focus_1GuoS {
  outline: var(--bible-study-theme-button-bordered-focus-outline, 2px solid #57aeff);
}
.button_2AHm7.icon_2bJoV:not(.toolbarTab_2kFRa) {
  padding: 2px;
  background-color: var(--bible-study-theme-button-icon-background-color, #ffffff00);
  border-color: var(--bible-study-theme-button-icon-border-color, #ffffff00);
}
.button_2AHm7.icon_2bJoV.toolbarTab_2kFRa {
  padding-left: 7px;
  padding-right: 7px;
}
.button_2AHm7.icon_2bJoV.unclickable_3m564 {
  cursor: default;
}
.button_2AHm7.icon_2bJoV.overlay_3DxTX {
  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_2AHm7.icon_2bJoV.clear_3Aj5T {
  background-color: transparent;
  border-color: transparent;
}
.button_2AHm7.icon_2bJoV.input_3PQOb {
  height: 18px;
}
.button_2AHm7.icon_2bJoV:not(.noIconColor_XLsWE) svg path {
  fill: var(--bible-study-theme-button-icon-color, #63728c);
}
.button_2AHm7.icon_2bJoV:not(.noIconColor_XLsWE).overlay_3DxTX svg path {
  fill: var(--bible-study-theme-button-overlay-icon-color, #ffffff);
}
.button_2AHm7.icon_2bJoV > .menuIcon_13_eB,
.button_2AHm7.icon_2bJoV > .externalIcon_3S0bA {
  --bible-study-icon-color: var(--bible-study-theme-button-icon-decorator-icon-color, #919cae);
}
.button_2AHm7.icon_2bJoV.overlay_3DxTX > .menuIcon_13_eB,
.button_2AHm7.icon_2bJoV.overlay_3DxTX > .externalIcon_3S0bA {
  --bible-study-icon-color: var(--bible-study-theme-button-overlay-icon-decorator-icon-color, #dddddd);
}
@media (hover: hover) {
  .button_2AHm7.icon_2bJoV:hover:not(.unclickable_3m564):not(.disabled_3367k):not(.toolbarTab_2kFRa) {
    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_2AHm7.icon_2bJoV:hover:not(.unclickable_3m564):not(.disabled_3367k).overlay_3DxTX {
    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_2AHm7.icon_2bJoV:hover:not(.unclickable_3m564):not(.disabled_3367k).clear_3Aj5T {
    background-color: transparent;
    border-color: transparent;
  }
  .button_2AHm7.icon_2bJoV:hover:not(.unclickable_3m564):not(.disabled_3367k):not(.noIconColor_XLsWE) svg path {
    fill: var(--bible-study-theme-button-icon-hover-color, #515d72);
  }
  .button_2AHm7.icon_2bJoV:hover:not(.unclickable_3m564):not(.disabled_3367k):not(.noIconColor_XLsWE).overlay_3DxTX svg path {
    fill: var(--bible-study-theme-button-overlay-icon-hover-color, #ffffff);
  }
  .button_2AHm7.icon_2bJoV:hover:not(.unclickable_3m564):not(.disabled_3367k) > .menuIcon_13_eB,
  .button_2AHm7.icon_2bJoV:hover:not(.unclickable_3m564):not(.disabled_3367k) > .externalIcon_3S0bA {
    --bible-study-icon-color: var(--bible-study-theme-button-icon-hover-decorator-icon-color, #63728c);
  }
  .button_2AHm7.icon_2bJoV:hover:not(.unclickable_3m564):not(.disabled_3367k).overlay_3DxTX > .menuIcon_13_eB,
  .button_2AHm7.icon_2bJoV:hover:not(.unclickable_3m564):not(.disabled_3367k).overlay_3DxTX > .externalIcon_3S0bA {
    --bible-study-icon-color: var(--bible-study-theme-button-overlay-icon-hover-decorator-icon-color, #dddddd);
  }
}
.button_2AHm7.icon_2bJoV:active:not(.unclickable_3m564):not(.disabled_3367k):not(.toolbarTab_2kFRa),
.button_2AHm7.icon_2bJoV.active_ku-ed:not(.toolbarTab_2kFRa) {
  background-color: var(--bible-study-theme-button-icon-active-background-color, #e9f5ff);
  border-color: var(--bible-study-theme-button-icon-active-border-color, #e9f5ff);
}
.button_2AHm7.icon_2bJoV:active:not(.unclickable_3m564):not(.disabled_3367k).overlay_3DxTX,
.button_2AHm7.icon_2bJoV.active_ku-ed.overlay_3DxTX {
  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_2AHm7.icon_2bJoV:active:not(.unclickable_3m564):not(.disabled_3367k).clear_3Aj5T,
.button_2AHm7.icon_2bJoV.active_ku-ed.clear_3Aj5T {
  background-color: transparent;
  border-color: transparent;
}
.button_2AHm7.icon_2bJoV:active:not(.unclickable_3m564):not(.disabled_3367k):not(.noIconColor_XLsWE) svg path,
.button_2AHm7.icon_2bJoV.active_ku-ed:not(.noIconColor_XLsWE) svg path {
  fill: var(--bible-study-theme-button-icon-active-color, #023ac8);
}
.button_2AHm7.icon_2bJoV:active:not(.unclickable_3m564):not(.disabled_3367k):not(.noIconColor_XLsWE).overlay_3DxTX svg path,
.button_2AHm7.icon_2bJoV.active_ku-ed:not(.noIconColor_XLsWE).overlay_3DxTX svg path {
  fill: var(--bible-study-theme-button-overlay-icon-active-color, #ffffff);
}
.button_2AHm7.icon_2bJoV:active:not(.unclickable_3m564):not(.disabled_3367k) > .menuIcon_13_eB,
.button_2AHm7.icon_2bJoV.active_ku-ed > .menuIcon_13_eB,
.button_2AHm7.icon_2bJoV:active:not(.unclickable_3m564):not(.disabled_3367k) > .externalIcon_3S0bA,
.button_2AHm7.icon_2bJoV.active_ku-ed > .externalIcon_3S0bA {
  --bible-study-icon-color: var(--bible-study-theme-button-icon-active-decorator-icon-color, #63728c);
}
.button_2AHm7.icon_2bJoV:active:not(.unclickable_3m564):not(.disabled_3367k).overlay_3DxTX > .menuIcon_13_eB,
.button_2AHm7.icon_2bJoV.active_ku-ed.overlay_3DxTX > .menuIcon_13_eB,
.button_2AHm7.icon_2bJoV:active:not(.unclickable_3m564):not(.disabled_3367k).overlay_3DxTX > .externalIcon_3S0bA,
.button_2AHm7.icon_2bJoV.active_ku-ed.overlay_3DxTX > .externalIcon_3S0bA {
  --bible-study-icon-color: var(--bible-study-theme-button-overlay-icon-active-decorator-icon-color, #dddddd);
}
.button_2AHm7.icon_2bJoV:focus-visible,
.button_2AHm7.icon_2bJoV.focus_1GuoS {
  outline: var(--bible-study-theme-button-overlay-icon-focus-outline, 2px solid #57aeff);
}
.button_2AHm7.icon_2bJoV > .menuIcon_13_eB,
.button_2AHm7.icon_2bJoV > .externalIcon_3S0bA {
  margin-left: 0;
}
.button_2AHm7.iconOnBrandedContent_36JgY {
  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_2AHm7.iconOnBrandedContent_36JgY:hover:not(.unclickable_3m564):not(.disabled_3367k) {
    background-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-hover-background-color, #c1e4ff);
  }
}
.button_2AHm7.iconOnBrandedContent_36JgY:active:not(.unclickable_3m564):not(.disabled_3367k),
.button_2AHm7.iconOnBrandedContent_36JgY.active_ku-ed {
  background-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-hover-background-color, #c1e4ff);
}
.button_2AHm7.iconOnBrandedContent_36JgY:focus-visible,
.button_2AHm7.iconOnBrandedContent_36JgY.focus_1GuoS {
  outline: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline, 2px solid #57aeff);
  color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline-color, #57aeff);
}
.button_2AHm7.iconOnBrandedContent_36JgY.extraLowContrast_uNzy8 {
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-color, #030b60);
}
@media (hover: hover) {
  .button_2AHm7.iconOnBrandedContent_36JgY.extraLowContrast_uNzy8:hover:not(.unclickable_3m564):not(.disabled_3367k) {
    background-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-hover-background-color, #c1e4ff);
  }
}
.button_2AHm7.iconOnBrandedContent_36JgY.extraLowContrast_uNzy8:active:not(.unclickable_3m564):not(.disabled_3367k),
.button_2AHm7.iconOnBrandedContent_36JgY.extraLowContrast_uNzy8.active_ku-ed {
  background-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-hover-background-color, #c1e4ff);
}
.button_2AHm7.iconOnBrandedContent_36JgY.extraLowContrast_uNzy8:focus-visible,
.button_2AHm7.iconOnBrandedContent_36JgY.extraLowContrast_uNzy8.focus_1GuoS {
  outline: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline, 2px solid #57aeff);
  color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline-color, #57aeff);
}
.button_2AHm7.iconOnBrandedContent_36JgY.lowContrast_3k-QJ {
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-low-contrast-icon-color, #030b60);
}
@media (hover: hover) {
  .button_2AHm7.iconOnBrandedContent_36JgY.lowContrast_3k-QJ:hover:not(.unclickable_3m564):not(.disabled_3367k) {
    background-color: var(--bible-study-theme-button-branded-content-low-contrast-icon-hover-background-color, #c1e4ff);
  }
}
.button_2AHm7.iconOnBrandedContent_36JgY.lowContrast_3k-QJ:active:not(.unclickable_3m564):not(.disabled_3367k),
.button_2AHm7.iconOnBrandedContent_36JgY.lowContrast_3k-QJ.active_ku-ed {
  background-color: var(--bible-study-theme-button-branded-content-low-contrast-icon-hover-background-color, #c1e4ff);
}
.button_2AHm7.iconOnBrandedContent_36JgY.lowContrast_3k-QJ:focus-visible,
.button_2AHm7.iconOnBrandedContent_36JgY.lowContrast_3k-QJ.focus_1GuoS {
  outline: var(--bible-study-theme-button-branded-content-low-contrast-icon-focus-outline, 2px solid #57aeff);
  color: var(--bible-study-theme-button-branded-content-low-contrast-icon-focus-outline-color, #57aeff);
}
.button_2AHm7.iconOnBrandedContent_36JgY.mediumContrast_1OBxP {
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-medium-contrast-icon-color, #e9f5ff);
}
@media (hover: hover) {
  .button_2AHm7.iconOnBrandedContent_36JgY.mediumContrast_1OBxP:hover:not(.unclickable_3m564):not(.disabled_3367k) {
    background-color: var(--bible-study-theme-button-branded-content-medium-contrast-icon-hover-background-color, #1e6afe);
  }
}
.button_2AHm7.iconOnBrandedContent_36JgY.mediumContrast_1OBxP:active:not(.unclickable_3m564):not(.disabled_3367k),
.button_2AHm7.iconOnBrandedContent_36JgY.mediumContrast_1OBxP.active_ku-ed {
  background-color: var(--bible-study-theme-button-branded-content-medium-contrast-icon-hover-background-color, #1e6afe);
}
.button_2AHm7.iconOnBrandedContent_36JgY.mediumContrast_1OBxP:focus-visible,
.button_2AHm7.iconOnBrandedContent_36JgY.mediumContrast_1OBxP.focus_1GuoS {
  outline: var(--bible-study-theme-button-branded-content-medium-contrast-icon-focus-outline, 2px solid #57aeff);
  color: var(--bible-study-theme-button-branded-content-medium-contrast-icon-focus-outline-color, #57aeff);
}
.button_2AHm7.iconOnBrandedContent_36JgY.highContrast_2Tehx {
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-high-contrast-icon-color, #e9f5ff);
}
@media (hover: hover) {
  .button_2AHm7.iconOnBrandedContent_36JgY.highContrast_2Tehx:hover:not(.unclickable_3m564):not(.disabled_3367k) {
    background-color: var(--bible-study-theme-button-branded-content-high-contrast-icon-hover-background-color, #0a55e6);
  }
}
.button_2AHm7.iconOnBrandedContent_36JgY.highContrast_2Tehx:active:not(.unclickable_3m564):not(.disabled_3367k),
.button_2AHm7.iconOnBrandedContent_36JgY.highContrast_2Tehx.active_ku-ed {
  background-color: var(--bible-study-theme-button-branded-content-high-contrast-icon-hover-background-color, #0a55e6);
}
.button_2AHm7.iconOnBrandedContent_36JgY.highContrast_2Tehx:focus-visible,
.button_2AHm7.iconOnBrandedContent_36JgY.highContrast_2Tehx.focus_1GuoS {
  outline: var(--bible-study-theme-button-branded-content-high-contrast-icon-focus-outline, 2px solid #57aeff);
  color: var(--bible-study-theme-button-branded-content-high-contrast-icon-focus-outline-color, #57aeff);
}
.button_2AHm7.toolbarTab_2kFRa {
  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(--bsp-generic-tab-border-radius, 4px 4px 0 0);
}
.button_2AHm7.toolbarTab_2kFRa svg path {
  fill: var(--bible-study-theme-button-bordered-decorator-icon-color, #c7cfdc);
}
@media (hover: hover) {
  .button_2AHm7.toolbarTab_2kFRa:hover:not(.disabled_3367k) {
    color: var(--bible-study-theme-button-bordered-hover-color, #000000);
    background-color: var(--bible-study-theme-generic-tab-hover-background-color, #f4f4f4);
  }
  .button_2AHm7.toolbarTab_2kFRa:hover:not(.disabled_3367k) svg path {
    fill: var(--bible-study-theme-button-bordered-hover-decorator-icon-color, #63728c);
  }
}
.button_2AHm7.toolbarTab_2kFRa:active:not(.disabled_3367k),
.button_2AHm7.toolbarTab_2kFRa.active_ku-ed {
  color: var(--bible-study-theme-button-bordered-active-color, #030b60);
  background-color: var(--bible-study-theme-generic-tab-active-background-color, #e9f5ff);
}
.button_2AHm7.toolbarTab_2kFRa:active:not(.disabled_3367k) svg path,
.button_2AHm7.toolbarTab_2kFRa.active_ku-ed svg path {
  fill: var(--bible-study-theme-button-bordered-active-decorator-icon-color, #63728c);
}
.button_2AHm7.toolbarTab_2kFRa:active:not(.disabled_3367k):not(.menu_s4p_c).button_2AHm7.toolbarTab_2kFRa:active:not(.disabled_3367k):not(.external_2lZ9s)::after,
.button_2AHm7.toolbarTab_2kFRa:active:not(.disabled_3367k):not(.menu_s4p_c).button_2AHm7.toolbarTab_2kFRa.active_ku-ed:not(.external_2lZ9s)::after,
.button_2AHm7.toolbarTab_2kFRa.active_ku-ed:not(.menu_s4p_c).button_2AHm7.toolbarTab_2kFRa:active:not(.disabled_3367k):not(.external_2lZ9s)::after,
.button_2AHm7.toolbarTab_2kFRa.active_ku-ed:not(.menu_s4p_c).button_2AHm7.toolbarTab_2kFRa.active_ku-ed:not(.external_2lZ9s)::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -1px;
  right: -1px;
  background-color: var(--bible-study-theme-generic-tab-active-border-color, #0a55e6);
  height: 4px;
  border-radius: 4px 4px 0 0;
}
.button_2AHm7.toolbarTab_2kFRa:focus-visible,
.button_2AHm7.toolbarTab_2kFRa.focus_1GuoS {
  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_2on2K {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.anchorButton_2on2K.disabled_3367k {
  opacity: var(--bible-study-theme-button-disabled-opacity, 0.6);
  pointer-events: none;
}
.anchorButton_2on2K.disabled_3367k.allowHoverFocusWhenDisabled_2ydAV {
  pointer-events: auto;
  cursor: default;
}
.menuIcon_13_eB,
.externalIcon_3S0bA {
  width: 12px;
  margin-left: 4px;
  flex-shrink: 0;
}
.textContainerCommon_37fU4 {
  display: grid;
  line-height: 100% !important;
}
.textContainer_1VsBh {
  display: grid;
  line-height: 100% !important;
}
.iconWithTextContainerCommon_2M9SR {
  display: grid;
  column-gap: 4px;
  grid-template-columns: auto auto;
  align-items: center;
  line-height: 100% !important;
}
.iconWithTextContainer_3--b4 {
  display: grid;
  column-gap: 4px;
  grid-template-columns: auto auto;
  align-items: center;
  line-height: 100% !important;
}
.sidebarMenuItem_3nA3Y {
  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_3nA3Y:disabled,
.sidebarMenuItem_3nA3Y.disabled_3367k {
  opacity: var(--bible-study-theme-button-disabled-opacity, 0.6);
  pointer-events: none;
}
.sidebarMenuItem_3nA3Y:disabled.allowHoverFocusWhenDisabled_2ydAV,
.sidebarMenuItem_3nA3Y.disabled_3367k.allowHoverFocusWhenDisabled_2ydAV {
  pointer-events: auto;
  cursor: default;
}
@media (hover: hover) {
  .sidebarMenuItem_3nA3Y:hover:not(.disabled_3367k) {
    background-color: var(--bible-study-theme-sidebar-menu-item-hover-background-color, #f4f4f4);
  }
  .sidebarMenuItem_3nA3Y:hover:not(.disabled_3367k):focus-visible,
  .sidebarMenuItem_3nA3Y:hover:not(.disabled_3367k).focus_1GuoS {
    outline: var(--bible-study-theme-sidebar-menu-item-hover-focus-outline, 2px solid #57aeff);
    outline-offset: var(--bible-study-theme-sidebar-menu-item-hover-focus-outline-offset, -1px);
  }
}
.sidebarMenuItem_3nA3Y:active:not(.disabled_3367k),
.sidebarMenuItem_3nA3Y.active_ku-ed {
  background-color: var(--bible-study-theme-sidebar-menu-item-active-background-color, #ffffff);
}
.sidebarMenuItem_3nA3Y:active:not(.disabled_3367k):focus-visible,
.sidebarMenuItem_3nA3Y.active_ku-ed:focus-visible,
.sidebarMenuItem_3nA3Y:active:not(.disabled_3367k).focus_1GuoS,
.sidebarMenuItem_3nA3Y.active_ku-ed.focus_1GuoS {
  outline: var(--bible-study-theme-sidebar-menu-item-active-focus-outline, 2px solid #57aeff);
  outline-offset: var(--bible-study-theme-sidebar-menu-item-active-focus-outline-offset, -1px);
}
.sidebarMenuItem_3nA3Y:focus-visible,
.sidebarMenuItem_3nA3Y.focus_1GuoS {
  outline: var(--bible-study-theme-sidebar-menu-item-focus-outline, 2px solid #57aeff);
  outline-offset: var(--bible-study-theme-sidebar-menu-item-focus-outline-offset, -1px);
}
.sidebarMenuItemGrid_3lhjy {
  display: grid;
  height: 24px;
}
.sidebarMenuItemChildrenContainer_2iYuq {
  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_3k2bN {
  grid-row: 1;
  grid-column: 1;
  display: none;
}
.activeSidebarMenuItemBorder_3k2bN.active_ku-ed {
  display: flex;
  border-left: 2px solid var(--bible-study-theme-active-item-thick-border-color, #0a55e6);
}
.linkButtonCommon_1Rc3e {
  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_1Rc3e > .decoratorIcon_2YbVQ {
  --bible-study-icon-color: var(--bible-study-theme-link-color, #1e6afe);
}
.linkButtonCommon_1Rc3e > .decoratorIcon_2YbVQ > path {
  transition: fill 0.1s ease-in-out;
}
.linkButtonCommon_1Rc3e.unclickable_3m564 {
  cursor: default;
}
@media (hover: hover) {
  .linkButtonCommon_1Rc3e:hover:not(.unclickable_3m564):not(.disabled_3367k) {
    color: var(--bible-study-theme-link-hover-color, #57aeff);
  }
  .linkButtonCommon_1Rc3e:hover:not(.unclickable_3m564):not(.disabled_3367k):focus-visible,
  .linkButtonCommon_1Rc3e:hover:not(.unclickable_3m564):not(.disabled_3367k).focus_1GuoS {
    outline: var(--bible-study-theme-link-hover-focus-outline, 2px solid #57aeff);
  }
  .linkButtonCommon_1Rc3e:hover:not(.unclickable_3m564):not(.disabled_3367k) > .decoratorIcon_2YbVQ {
    --bible-study-icon-color: var(--bible-study-theme-link-hover-color, #57aeff);
  }
}
.linkButtonCommon_1Rc3e:disabled,
.linkButtonCommon_1Rc3e.disabled_3367k {
  color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
  pointer-events: none;
}
.linkButtonCommon_1Rc3e:disabled > .decoratorIcon_2YbVQ,
.linkButtonCommon_1Rc3e.disabled_3367k > .decoratorIcon_2YbVQ {
  --bible-study-icon-color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
}
.linkButtonCommon_1Rc3e:disabled.allowHoverFocusWhenDisabled_2ydAV,
.linkButtonCommon_1Rc3e.disabled_3367k.allowHoverFocusWhenDisabled_2ydAV {
  pointer-events: auto;
  cursor: default;
}
.linkButtonCommon_1Rc3e .decoratorIcon_2YbVQ.right_28ptL {
  margin-left: 4px;
  flex: none;
}
.linkButtonCommon_1Rc3e .decoratorIcon_2YbVQ.left_1m_YR {
  margin-right: 4px;
  flex: none;
}
.linkButtonCommon_1Rc3e .decoratorIcon_2YbVQ.external_2lZ9s {
  margin-left: 0.5em;
  overflow: unset;
}
.linkButtonCommon_1Rc3e.withDecorator_21RKg:not(.withExternalDecorator_3R6BW) {
  display: inline-flex;
  align-items: center;
}
.linkButtonCommon_1Rc3e.withExternalDecorator_3R6BW {
  display: inline-flex;
  align-items: baseline;
}
.linkButtonCommon_1Rc3e.withMenuDecorator_3DJ6W:not(.unclickable_3m564) {
  cursor: var(--bible-study-theme-button-cursor, default);
}
.linkButtonCommon_1Rc3e:focus-visible,
.linkButtonCommon_1Rc3e.focus_1GuoS {
  outline: var(--bible-study-theme-link-focus-outline, 2px solid #57aeff);
}
.linkButtonCommon_1Rc3e.textWrapping_3zR-k {
  display: inline-block;
  white-space: normal;
  text-align: left;
}
.linkButtonCommon_1Rc3e.textWrapping_3zR-k.anchor_1xEjz {
  display: inline;
}


.dropdownContent_3GY2X {
  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_uhi2Z {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}


.dropdownContent_3GY2X {
  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_uhi2Z {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

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

.ellipsizeText_dNu1k {
  white-space: nowrap;
  overflow: clip;
  text-overflow: ellipsis;
  min-width: 0;
}

.item_3lq_k {
  user-select: none;
  display: flex;
  text-align: left;
  padding: 0 8px 0 12px;
  align-items: center;
  align-content: center;
  height: 28px;
}
a.item_3lq_k,
button.item_3lq_k,
input.item_3lq_k[type='submit'] {
  cursor: var(--bible-study-theme-button-cursor, default);
}
a.item_3lq_k:active,
button.item_3lq_k:active,
input.item_3lq_k[type='submit']:active,
a.item_3lq_k.active_341q1,
button.item_3lq_k.active_341q1,
input.item_3lq_k[type='submit'].active_341q1 {
  background: var(--bible-study-theme-item-selected-background-color, #f4f4f4);
}
@media (hover: hover) {
  a.item_3lq_k:hover:not(.disabled_6v6PO),
  button.item_3lq_k:hover:not(.disabled_6v6PO),
  input.item_3lq_k[type='submit']:hover:not(.disabled_6v6PO) {
    background: var(--bible-study-theme-item-hover-background-color, #f4f4f4);
  }
}
a.item_3lq_k.disabled_6v6PO,
button.item_3lq_k.disabled_6v6PO,
input.item_3lq_k[type='submit'].disabled_6v6PO {
  opacity: 0.33;
  cursor: default;
}
a.item_3lq_k.active_341q1.withActiveBar_QQjcd,
button.item_3lq_k.active_341q1.withActiveBar_QQjcd,
input.item_3lq_k[type='submit'].active_341q1.withActiveBar_QQjcd {
  cursor: default;
}
a.item_3lq_k:focus-visible,
button.item_3lq_k:focus-visible,
input.item_3lq_k[type='submit']:focus-visible {
  outline: var(--bible-study-theme-text-box-focused-border-style, 1px solid #1e6afe);
  background: var(--bible-study-theme-item-selected-background-color, #f4f4f4);
  outline-offset: -1px;
}
button.item_3lq_k,
input.item_3lq_k {
  width: 100%;
  text-align: left;
  font: inherit;
  border: none;
  background: inherit;
  color: inherit;
}
button.item_3lq_k .text_3lc5I {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.withCheckmarkPadding_H_QfP {
  padding-left: 24px;
}
.withExpanderPadding_1g4yq {
  padding-left: 14px;
}
.withCheckmarkAndExpanderPadding_3oEwo {
  padding-left: 26px;
}
.itemGrid_3O3t7 {
  display: grid;
  grid-template-columns: 100%;
}
.itemContainer_3Vj6r {
  grid-row: 1;
  grid-column: 1;
  max-width: 100%;
  width: 100%;
}
.activeItemBorder_3dsGZ {
  grid-row: 1;
  grid-column: 1;
  display: none;
}
.activeItemBorder_3dsGZ.active_341q1 {
  display: flex;
  border-left: 2px solid var(--bible-study-theme-active-item-thick-border-color, #0a55e6);
  pointer-events: none;
}

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

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

.checkItem_1AQ1L {
  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, #ffffff);
}
@media (hover: hover) {
  .checkItem_1AQ1L:hover:not(.disabled_20-W3) {
    background: var(--bible-study-theme-item-hover-background-color, #f4f4f4);
  }
}
.checkItem_1AQ1L.disabled_20-W3 {
  opacity: 0.33;
  cursor: default;
}
.checkItem_1AQ1L:focus-visible {
  outline: var(--bible-study-theme-text-box-focused-border-style, 1px solid #1e6afe);
  background: var(--bible-study-theme-item-hover-background-color, #f4f4f4);
  outline-offset: -1px;
}
.checkItem_1AQ1L.standardItemPadding_2JdCX {
  padding-left: 12px;
  padding-right: 8px;
}
.checkMarkContainer_37cBK {
  width: 24px;
}
.checkMark_2Hxtk {
  padding: 0 4px 0 8px;
  display: none;
  --bible-study-icon-color: var(--bible-study-theme-icon-color-inactive, #63728c);
}
.active_8NmrB .checkMark_2Hxtk {
  display: inline;
}

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

.container_zyWGf {
  user-select: none;
}
.expander_De9PY {
  display: flex;
  flex-direction: column;
}
.expanderButton_1oilP {
  display: inline-flex;
  align-items: center;
  padding: 0 4px 0 12px;
  --bible-study-icon-color: #666;
}
.expanderButton_1oilP svg {
  transition: transform 0.01s ease-in-out;
  transform: rotate(90deg);
}
.expanderClosed_1aVNE svg {
  transform: none;
}
.header_1bBuK {
  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_1bBuK:focus-visible {
  outline: var(--bible-study-theme-text-box-focused-border-style, 1px solid #1e6afe);
  outline-offset: -1px;
  background: var(--bible-study-theme-item-hover-background-color, #f4f4f4);
}
@media (hover: hover) {
  .header_1bBuK:hover {
    background: var(--bible-study-theme-item-hover-background-color, #f4f4f4);
  }
}
.contentContainer_181kb {
  padding-bottom: 9px;
}

.dropdownContent_2sZGH {
  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 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_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;
}
.border_u535l {
  fill: var(--bible-study-theme-button-radio-border-color, #bbbbbb);
}
.background_l5xXe {
  fill: var(--bible-study-theme-button-radio-background-color, #ffffff);
}
.innerCircle_3AcnO {
  fill: transparent;
}
.innerCircle_3AcnO.filled_1r-xG {
  fill: var(--bible-study-theme-button-radio-color, #1e6afe);
}

.linkButton_63CHj {
  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_63CHj > .decoratorIcon_2MY2W {
  --bible-study-icon-color: var(--bible-study-theme-link-color, #1e6afe);
}
.linkButton_63CHj > .decoratorIcon_2MY2W > path {
  transition: fill 0.1s ease-in-out;
}
.linkButton_63CHj.unclickable_1djQ0 {
  cursor: default;
}
@media (hover: hover) {
  .linkButton_63CHj:hover:not(.unclickable_1djQ0):not(.disabled_1TaL1) {
    color: var(--bible-study-theme-link-hover-color, #57aeff);
  }
  .linkButton_63CHj:hover:not(.unclickable_1djQ0):not(.disabled_1TaL1):focus-visible,
  .linkButton_63CHj:hover:not(.unclickable_1djQ0):not(.disabled_1TaL1).focus_3D46r {
    outline: var(--bible-study-theme-link-hover-focus-outline, 2px solid #57aeff);
  }
  .linkButton_63CHj:hover:not(.unclickable_1djQ0):not(.disabled_1TaL1) > .decoratorIcon_2MY2W {
    --bible-study-icon-color: var(--bible-study-theme-link-hover-color, #57aeff);
  }
}
.linkButton_63CHj:disabled,
.linkButton_63CHj.disabled_1TaL1 {
  color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
  pointer-events: none;
}
.linkButton_63CHj:disabled > .decoratorIcon_2MY2W,
.linkButton_63CHj.disabled_1TaL1 > .decoratorIcon_2MY2W {
  --bible-study-icon-color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
}
.linkButton_63CHj:disabled.allowHoverFocusWhenDisabled_qIg2O,
.linkButton_63CHj.disabled_1TaL1.allowHoverFocusWhenDisabled_qIg2O {
  pointer-events: auto;
  cursor: default;
}
.linkButton_63CHj .decoratorIcon_2MY2W.right_jKIg9 {
  margin-left: 4px;
  flex: none;
}
.linkButton_63CHj .decoratorIcon_2MY2W.left_2ROCH {
  margin-right: 4px;
  flex: none;
}
.linkButton_63CHj .decoratorIcon_2MY2W.external_1aIAE {
  margin-left: 0.5em;
  overflow: unset;
}
.linkButton_63CHj.withDecorator_NaPMv:not(.withExternalDecorator_2fiym) {
  display: inline-flex;
  align-items: center;
}
.linkButton_63CHj.withExternalDecorator_2fiym {
  display: inline-flex;
  align-items: baseline;
}
.linkButton_63CHj.withMenuDecorator_2r5Kh:not(.unclickable_1djQ0) {
  cursor: var(--bible-study-theme-button-cursor, default);
}
.linkButton_63CHj:focus-visible,
.linkButton_63CHj.focus_3D46r {
  outline: var(--bible-study-theme-link-focus-outline, 2px solid #57aeff);
}
.linkButton_63CHj.textWrapping_S_sbE {
  display: inline-block;
  white-space: normal;
  text-align: left;
}
.linkButton_63CHj.textWrapping_S_sbE.anchor_1jbvw {
  display: inline;
}
.textContainer_3XSDu {
  display: grid;
  line-height: 100% !important;
}
.iconWithTextContainer_1W61k {
  display: grid;
  column-gap: 4px;
  grid-template-columns: auto auto;
  align-items: center;
  line-height: 100% !important;
}

.linkButton_2OkAv {
  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_2OkAv > .decoratorIcon_331lp {
  --bible-study-icon-color: var(--bible-study-theme-link-color, #1e6afe);
}
.linkButton_2OkAv > .decoratorIcon_331lp > path {
  transition: fill 0.1s ease-in-out;
}
.linkButton_2OkAv.unclickable_1JMd7 {
  cursor: default;
}
@media (hover: hover) {
  .linkButton_2OkAv:hover:not(.unclickable_1JMd7):not(.disabled_1te5G) {
    color: var(--bible-study-theme-link-hover-color, #57aeff);
  }
  .linkButton_2OkAv:hover:not(.unclickable_1JMd7):not(.disabled_1te5G):focus-visible,
  .linkButton_2OkAv:hover:not(.unclickable_1JMd7):not(.disabled_1te5G).focus_3-Bpe {
    outline: var(--bible-study-theme-link-hover-focus-outline, 2px solid #57aeff);
  }
  .linkButton_2OkAv:hover:not(.unclickable_1JMd7):not(.disabled_1te5G) > .decoratorIcon_331lp {
    --bible-study-icon-color: var(--bible-study-theme-link-hover-color, #57aeff);
  }
}
.linkButton_2OkAv:disabled,
.linkButton_2OkAv.disabled_1te5G {
  color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
  pointer-events: none;
}
.linkButton_2OkAv:disabled > .decoratorIcon_331lp,
.linkButton_2OkAv.disabled_1te5G > .decoratorIcon_331lp {
  --bible-study-icon-color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
}
.linkButton_2OkAv:disabled.allowHoverFocusWhenDisabled_1C48i,
.linkButton_2OkAv.disabled_1te5G.allowHoverFocusWhenDisabled_1C48i {
  pointer-events: auto;
  cursor: default;
}
.linkButton_2OkAv .decoratorIcon_331lp.right_3k4jC {
  margin-left: 4px;
  flex: none;
}
.linkButton_2OkAv .decoratorIcon_331lp.left_txkdg {
  margin-right: 4px;
  flex: none;
}
.linkButton_2OkAv .decoratorIcon_331lp.external_2S8fs {
  margin-left: 0.5em;
  overflow: unset;
}
.linkButton_2OkAv.withDecorator_3up2p:not(.withExternalDecorator_2d0wp) {
  display: inline-flex;
  align-items: center;
}
.linkButton_2OkAv.withExternalDecorator_2d0wp {
  display: inline-flex;
  align-items: baseline;
}
.linkButton_2OkAv.withMenuDecorator_1RSj0:not(.unclickable_1JMd7) {
  cursor: var(--bible-study-theme-button-cursor, default);
}
.linkButton_2OkAv:focus-visible,
.linkButton_2OkAv.focus_3-Bpe {
  outline: var(--bible-study-theme-link-focus-outline, 2px solid #57aeff);
}
.linkButton_2OkAv.textWrapping_3Ah_p {
  display: inline-block;
  white-space: normal;
  text-align: left;
}
.linkButton_2OkAv.textWrapping_3Ah_p.anchor_3vYYc {
  display: inline;
}
.linkButton_2OkAv.parameter_1E_5p {
  height: 24px;
  font-weight: 600;
}
.linkButton_2OkAv.parameter_1E_5p:not(.unclickable_1JMd7) {
  cursor: var(--bible-study-theme-button-cursor, default);
}
.linkButton_2OkAv.inlineTab_2hcBd {
  padding-top: 4px;
  padding-bottom: 4px;
}
.linkButton_2OkAv.inlineTab_2hcBd:not(.unclickable_1JMd7) {
  cursor: var(--bible-study-theme-button-cursor, default);
}
.linkButton_2OkAv.inlineTab_2hcBd::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_2OkAv.inlineTab_2hcBd:hover:not(.unclickable_1JMd7),
.linkButton_2OkAv.inlineTab_2hcBd.active_19jiu {
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.linkButton_2OkAv.inlineTab_2hcBd:hover:not(.unclickable_1JMd7)::after,
.linkButton_2OkAv.inlineTab_2hcBd.active_19jiu::after {
  background-color: var(--bible-study-theme-button-inline-tab-active-border-color, #023ac8);
}
.textContainer_1Ei_r {
  display: grid;
  line-height: 100% !important;
}
.iconWithTextContainer_1aC7Q {
  display: grid;
  column-gap: 4px;
  grid-template-columns: auto auto;
  align-items: center;
  line-height: 100% !important;
}

.iconColor_2f-IM .errorAlertPath_8nAT5 {
  fill: var(--bible-study-theme-badge-alert-background-color, #cc3333);
}
.iconColor_2f-IM .syncedIcon_2En61 {
  fill: var(--bible-study-theme-icon-saved-color, #5ba224);
}
.iconColor_2f-IM .syncAlertIcon_1te_o {
  fill: var(--bible-study-theme-icon-color-inactive, #63728c);
}
.iconColor_2f-IM .syncIcon_4kFdP {
  fill: var(--bible-study-theme-icon-color-inactive, #63728c);
}
.rotating_3_E4V {
  animation-duration: 1.4s;
  animation-name: sync-spin_3uLiV;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes sync-spin_3uLiV {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.syncStateIconWrapper_2moA1 {
  display: flex;
  align-content: center;
}
.syncStateIconWrapper_2moA1.fade-in_1odKm {
  animation-name: fade-in_1odKm;
  animation-duration: var(--sync-button-fade-in-ms);
}
.syncStateIconWrapper_2moA1.fade-out_2Zc5A {
  animation-name: fade-out_2Zc5A;
  animation-duration: var(--sync-button-fade-out-ms);
  opacity: 0;
}
.syncStateIconWrapper_2moA1.fade-removed_3Qxz- {
  opacity: 0;
}
.syncStateIconWrapper_2moA1.saturation-out_2LqIl .syncedIcon_2En61 {
  animation-name: saturation-out_2LqIl;
  animation-duration: var(--sync-button-fade-out-ms);
  fill: var(--bible-study-theme-icon-color-inactive, #63728c);
}
@keyframes fade-in_1odKm {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out_2Zc5A {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes saturation-out_2LqIl {
  from {
    fill: var(--bible-study-theme-icon-saved-color, #5ba224);
  }
  to {
    fill: var(--bible-study-theme-icon-color-inactive, #63728c);
  }
}

.toggleButton_2vQ66 {
  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_2vQ66:focus-visible {
  outline: var(--bible-study-theme-button-borderless-active-focus-outline, 2px solid #57aeff);
  outline-offset: 1px;
}
.isActiveButton_IANMW {
  background-color: var(--bible-study-theme-button-switch-active-background-color, #0a55e6);
}
.circleContainer_1CLD2 {
  width: 22px;
}
.circle_XkRpI {
  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_3R_m8 {
  transform: translateX(10px);
  transition: transform 300ms;
}
/* TODO Add focus styles */

.button_2NAxd {
  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);
  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;
}
.button_2NAxd.leftJustified_3bZ5u {
  justify-content: left;
}
.button_2NAxd.rightJustified_27SxF {
  justify-content: right;
}
.button_2NAxd.fullWidth_MTI4z {
  width: 100%;
}
.button_2NAxd.radio_3j01T {
  background-color: transparent;
  padding: 0 6px;
}
.button_2NAxd.radio_3j01T:focus-visible,
.button_2NAxd.radio_3j01T.focus_2xhqO {
  outline: var(--bible-study-theme-button-radio-focus-outline, 2px solid #57aeff);
}
.button_2NAxd.radioWrap_1N2Pe {
  height: auto;
  align-items: flex-start;
  background-color: transparent;
  padding: 0 6px;
}
.button_2NAxd.radioWrap_1N2Pe:focus-visible,
.button_2NAxd.radioWrap_1N2Pe.focus_2xhqO {
  outline: var(--bible-study-theme-button-radio-focus-outline, 2px solid #57aeff);
}
.button_2NAxd.radioWrap_1N2Pe span {
  white-space: normal;
  height: auto;
  text-align: left;
  line-height: 16px;
}
.button_2NAxd.radioWrap_1N2Pe svg {
  min-width: 18px;
  min-height: 18px;
}
.button_2NAxd .radioButtonChildrenContainer__dd7u {
  margin-left: 4px;
}
.button_2NAxd:disabled,
.button_2NAxd.disabled_2i1jM {
  opacity: var(--bible-study-theme-button-disabled-opacity, 0.6);
  pointer-events: none;
}
.button_2NAxd:disabled.allowHoverFocusWhenDisabled_3152l,
.button_2NAxd.disabled_2i1jM.allowHoverFocusWhenDisabled_3152l {
  pointer-events: auto;
  cursor: default;
}
.button_2NAxd.menu_2eTfG,
.button_2NAxd.external_36eu0 {
  padding-left: 9px;
  padding-right: 4px;
}
.button_2NAxd.primary_2P9ML {
  color: var(--bible-study-theme-button-primary-color, #ffffff);
  background-color: var(--bible-study-theme-button-primary-background-color, #0a55e6);
  border-color: var(--bible-study-theme-button-primary-border-color, #0a55e6);
}
.button_2NAxd.primary_2P9ML svg path {
  fill: var(--bible-study-theme-button-primary-icon-color, #eaedf2);
}
.button_2NAxd.primary_2P9ML > .menuIcon_LVX6B,
.button_2NAxd.primary_2P9ML > .externalIcon_JCAgp {
  --bible-study-icon-color: var(--bible-study-theme-button-primary-decorator-icon-color, #eaedf2);
}
@media (hover: hover) {
  .button_2NAxd.primary_2P9ML:hover:not(.disabled_2i1jM) {
    color: var(--bible-study-theme-button-primary-hover-color, #ffffff);
    background-color: var(--bible-study-theme-button-primary-hover-background-color, #1e6afe);
    border-color: var(--bible-study-theme-button-primary-hover-border-color, #1e6afe);
  }
  .button_2NAxd.primary_2P9ML:hover:not(.disabled_2i1jM):focus-visible,
  .button_2NAxd.primary_2P9ML:hover:not(.disabled_2i1jM).focus_2xhqO {
    outline: var(--bible-study-theme-button-primary-hover-focus-outline, 2px solid #57aeff);
  }
  .button_2NAxd.primary_2P9ML:hover:not(.disabled_2i1jM) svg path {
    fill: var(--bible-study-theme-button-primary-hover-icon-color, #eaedf2);
  }
  .button_2NAxd.primary_2P9ML:hover:not(.disabled_2i1jM) > .menuIcon_LVX6B,
  .button_2NAxd.primary_2P9ML:hover:not(.disabled_2i1jM) > .externalIcon_JCAgp {
    --bible-study-icon-color: var(--bible-study-theme-button-primary-hover-decorator-icon-color, #eaedf2);
  }
}
.button_2NAxd.primary_2P9ML:active:not(.disabled_2i1jM),
.button_2NAxd.primary_2P9ML.active_-VJGg {
  color: var(--bible-study-theme-button-primary-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-primary-active-background-color, #023ac8);
  border-color: var(--bible-study-theme-button-primary-active-border-color, #023ac8);
}
.button_2NAxd.primary_2P9ML:active:not(.disabled_2i1jM):focus-visible,
.button_2NAxd.primary_2P9ML.active_-VJGg:focus-visible,
.button_2NAxd.primary_2P9ML:active:not(.disabled_2i1jM).focus_2xhqO,
.button_2NAxd.primary_2P9ML.active_-VJGg.focus_2xhqO {
  outline: var(--bible-study-theme-button-primary-active-focus-outline, 2px solid #57aeff);
}
.button_2NAxd.primary_2P9ML:active:not(.disabled_2i1jM) svg path,
.button_2NAxd.primary_2P9ML.active_-VJGg svg path {
  fill: var(--bible-study-theme-button-primary-active-icon-color, #eaedf2);
}
.button_2NAxd.primary_2P9ML:active:not(.disabled_2i1jM) > .menuIcon_LVX6B,
.button_2NAxd.primary_2P9ML.active_-VJGg > .menuIcon_LVX6B,
.button_2NAxd.primary_2P9ML:active:not(.disabled_2i1jM) > .externalIcon_JCAgp,
.button_2NAxd.primary_2P9ML.active_-VJGg > .externalIcon_JCAgp {
  --bible-study-icon-color: var(--bible-study-theme-button-primary-active-decorator-icon-color, #eaedf2);
}
.button_2NAxd.primary_2P9ML:focus-visible,
.button_2NAxd.primary_2P9ML.focus_2xhqO {
  outline: var(--bible-study-theme-button-primary-focus-outline, 2px solid #57aeff);
}
.button_2NAxd.secondary_zHmUl {
  color: var(--bible-study-theme-button-secondary-color, #0a55e6);
  background-color: var(--bible-study-theme-button-secondary-background-color, inherit);
  border-color: var(--bible-study-theme-button-secondary-border-color, #0a55e6);
}
.button_2NAxd.secondary_zHmUl svg path {
  fill: var(--bible-study-theme-button-secondary-icon-color, #0a55e6);
}
.button_2NAxd.secondary_zHmUl > .menuIcon_LVX6B,
.button_2NAxd.secondary_zHmUl > .externalIcon_JCAgp {
  --bible-study-icon-color: var(--bible-study-theme-button-secondary-decorator-icon-color, #1e6afe);
}
@media (hover: hover) {
  .button_2NAxd.secondary_zHmUl:hover:not(.disabled_2i1jM) {
    color: var(--bible-study-theme-button-secondary-hover-color, #ffffff);
    background-color: var(--bible-study-theme-button-secondary-hover-background-color, #1e6afe);
    border-color: var(--bible-study-theme-button-secondary-hover-border-color, #1e6afe);
  }
  .button_2NAxd.secondary_zHmUl:hover:not(.disabled_2i1jM):focus-visible,
  .button_2NAxd.secondary_zHmUl:hover:not(.disabled_2i1jM).focus_2xhqO {
    outline: var(--bible-study-theme-button-secondary-hover-focus-outline, 2px solid #57aeff);
  }
  .button_2NAxd.secondary_zHmUl:hover:not(.disabled_2i1jM) svg path {
    fill: var(--bible-study-theme-button-secondary-hover-icon-color, #eaedf2);
  }
  .button_2NAxd.secondary_zHmUl:hover:not(.disabled_2i1jM) > .menuIcon_LVX6B,
  .button_2NAxd.secondary_zHmUl:hover:not(.disabled_2i1jM) > .externalIcon_JCAgp {
    --bible-study-icon-color: var(--bible-study-theme-button-secondary-hover-decorator-icon-color, #eaedf2);
  }
}
.button_2NAxd.secondary_zHmUl:active:not(.disabled_2i1jM),
.button_2NAxd.secondary_zHmUl.active_-VJGg {
  color: var(--bible-study-theme-button-secondary-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-secondary-active-background-color, #023ac8);
  border-color: var(--bible-study-theme-button-secondary-active-border-color, #023ac8);
}
.button_2NAxd.secondary_zHmUl:active:not(.disabled_2i1jM):focus-visible,
.button_2NAxd.secondary_zHmUl.active_-VJGg:focus-visible,
.button_2NAxd.secondary_zHmUl:active:not(.disabled_2i1jM).focus_2xhqO,
.button_2NAxd.secondary_zHmUl.active_-VJGg.focus_2xhqO {
  outline: var(--bible-study-theme-button-secondary-active-focus-outline, 2px solid #57aeff);
}
.button_2NAxd.secondary_zHmUl:active:not(.disabled_2i1jM) svg path,
.button_2NAxd.secondary_zHmUl.active_-VJGg svg path {
  fill: var(--bible-study-theme-button-secondary-active-icon-color, #eaedf2);
}
.button_2NAxd.secondary_zHmUl:active:not(.disabled_2i1jM) > .menuIcon_LVX6B,
.button_2NAxd.secondary_zHmUl.active_-VJGg > .menuIcon_LVX6B,
.button_2NAxd.secondary_zHmUl:active:not(.disabled_2i1jM) > .externalIcon_JCAgp,
.button_2NAxd.secondary_zHmUl.active_-VJGg > .externalIcon_JCAgp {
  --bible-study-icon-color: var(--bible-study-theme-button-secondary-active-decorator-icon-color, #eaedf2);
}
.button_2NAxd.secondary_zHmUl:focus-visible,
.button_2NAxd.secondary_zHmUl.focus_2xhqO {
  outline: var(--bible-study-theme-button-secondary-focus-outline, 2px solid #57aeff);
}
.button_2NAxd.dialog_BYFZH {
  min-width: 64px;
  padding: 5px 8px;
}
.button_2NAxd.purchasing_bbUku {
  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_2NAxd.purchasing_bbUku svg path {
  fill: var(--bible-study-theme-button-purchasing-icon-color, #ffffff);
}
.button_2NAxd.purchasing_bbUku > .menuIcon_LVX6B,
.button_2NAxd.purchasing_bbUku > .externalIcon_JCAgp {
  --bible-study-icon-color: var(--bible-study-theme-button-purchasing-decorator-icon-color, #ffffff);
}
@media (hover: hover) {
  .button_2NAxd.purchasing_bbUku:hover:not(.disabled_2i1jM) {
    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_2NAxd.purchasing_bbUku:hover:not(.disabled_2i1jM):focus-visible,
  .button_2NAxd.purchasing_bbUku:hover:not(.disabled_2i1jM).focus_2xhqO {
    outline: var(--bible-study-theme-button-purchasing-hover-focus-outline, 2px solid #ffb27f);
  }
  .button_2NAxd.purchasing_bbUku:hover:not(.disabled_2i1jM) svg path {
    fill: var(--bible-study-theme-button-purchasing-hover-icon-color, #ffffff);
  }
  .button_2NAxd.purchasing_bbUku:hover:not(.disabled_2i1jM) > .menuIcon_LVX6B,
  .button_2NAxd.purchasing_bbUku:hover:not(.disabled_2i1jM) > .externalIcon_JCAgp {
    --bible-study-icon-color: var(--bible-study-theme-button-purchasing-hover-decorator-icon-color, #ffffff);
  }
}
.button_2NAxd.purchasing_bbUku:active:not(.disabled_2i1jM),
.button_2NAxd.purchasing_bbUku.active_-VJGg {
  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_2NAxd.purchasing_bbUku:active:not(.disabled_2i1jM):focus-visible,
.button_2NAxd.purchasing_bbUku.active_-VJGg:focus-visible,
.button_2NAxd.purchasing_bbUku:active:not(.disabled_2i1jM).focus_2xhqO,
.button_2NAxd.purchasing_bbUku.active_-VJGg.focus_2xhqO {
  outline: var(--bible-study-theme-button-purchasing-active-focus-outline, 2px solid #ffb27f);
}
.button_2NAxd.purchasing_bbUku:active:not(.disabled_2i1jM) svg path,
.button_2NAxd.purchasing_bbUku.active_-VJGg svg path {
  fill: var(--bible-study-theme-button-purchasing-active-icon-color, #ffffff);
}
.button_2NAxd.purchasing_bbUku:active:not(.disabled_2i1jM) > .menuIcon_LVX6B,
.button_2NAxd.purchasing_bbUku.active_-VJGg > .menuIcon_LVX6B,
.button_2NAxd.purchasing_bbUku:active:not(.disabled_2i1jM) > .externalIcon_JCAgp,
.button_2NAxd.purchasing_bbUku.active_-VJGg > .externalIcon_JCAgp {
  --bible-study-icon-color: var(--bible-study-theme-button-purchasing-active-decorator-icon-color, #ffffff);
}
.button_2NAxd.purchasing_bbUku:focus-visible,
.button_2NAxd.purchasing_bbUku.focus_2xhqO {
  outline: var(--bible-study-theme-button-purchasing-focus-outline, 2px solid #ffb27f);
}
.button_2NAxd.border_2RteS {
  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_2NAxd.border_2RteS svg path {
  fill: var(--bible-study-theme-button-bordered-icon-color, #63728c);
}
.button_2NAxd.border_2RteS > .menuIcon_LVX6B,
.button_2NAxd.border_2RteS > .externalIcon_JCAgp {
  --bible-study-icon-color: var(--bible-study-theme-button-bordered-decorator-icon-color, #c7cfdc);
}
@media (hover: hover) {
  .button_2NAxd.border_2RteS:hover:not(.disabled_2i1jM) {
    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_2NAxd.border_2RteS:hover:not(.disabled_2i1jM):focus-visible,
  .button_2NAxd.border_2RteS:hover:not(.disabled_2i1jM).focus_2xhqO {
    outline: var(--bible-study-theme-button-bordered-hover-focus-outline, 2px solid #57aeff);
  }
  .button_2NAxd.border_2RteS:hover:not(.disabled_2i1jM) svg path {
    fill: var(--bible-study-theme-button-bordered-hover-icon-color, #515d72);
  }
  .button_2NAxd.border_2RteS:hover:not(.disabled_2i1jM) > .menuIcon_LVX6B,
  .button_2NAxd.border_2RteS:hover:not(.disabled_2i1jM) > .externalIcon_JCAgp {
    --bible-study-icon-color: var(--bible-study-theme-button-bordered-hover-decorator-icon-color, #63728c);
  }
}
.button_2NAxd.border_2RteS:active:not(.disabled_2i1jM),
.button_2NAxd.border_2RteS.active_-VJGg {
  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_2NAxd.border_2RteS:active:not(.disabled_2i1jM):focus-visible,
.button_2NAxd.border_2RteS.active_-VJGg:focus-visible,
.button_2NAxd.border_2RteS:active:not(.disabled_2i1jM).focus_2xhqO,
.button_2NAxd.border_2RteS.active_-VJGg.focus_2xhqO {
  outline: var(--bible-study-theme-button-bordered-active-focus-outline, 2px solid #57aeff);
}
.button_2NAxd.border_2RteS:active:not(.disabled_2i1jM) svg path,
.button_2NAxd.border_2RteS.active_-VJGg svg path {
  fill: var(--bible-study-theme-button-bordered-active-icon-color, #023ac8);
}
.button_2NAxd.border_2RteS:active:not(.disabled_2i1jM) > .menuIcon_LVX6B,
.button_2NAxd.border_2RteS.active_-VJGg > .menuIcon_LVX6B,
.button_2NAxd.border_2RteS:active:not(.disabled_2i1jM) > .externalIcon_JCAgp,
.button_2NAxd.border_2RteS.active_-VJGg > .externalIcon_JCAgp {
  --bible-study-icon-color: var(--bible-study-theme-button-bordered-active-decorator-icon-color, #63728c);
}
.button_2NAxd.border_2RteS:focus-visible,
.button_2NAxd.border_2RteS.focus_2xhqO {
  outline: var(--bible-study-theme-button-bordered-focus-outline, 2px solid #57aeff);
}
.button_2NAxd.filled_3nLwk {
  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_2NAxd.filled_3nLwk svg path {
  fill: var(--bible-study-theme-button-filled-icon-color, #63728c);
}
.button_2NAxd.filled_3nLwk > .menuIcon_LVX6B,
.button_2NAxd.filled_3nLwk > .externalIcon_JCAgp {
  --bible-study-icon-color: var(--bible-study-theme-button-filled-decorator-icon-color, #919cae);
}
@media (hover: hover) {
  .button_2NAxd.filled_3nLwk:hover:not(.disabled_2i1jM) {
    color: var(--bible-study-theme-button-filled-hover-color, #000000);
    background-color: var(--bible-study-theme-button-filled-hover-background-color, #e7e7e7);
    border-color: var(--bible-study-theme-button-filled-hover-border-color, #e7e7e7);
  }
  .button_2NAxd.filled_3nLwk:hover:not(.disabled_2i1jM):focus-visible,
  .button_2NAxd.filled_3nLwk:hover:not(.disabled_2i1jM).focus_2xhqO {
    outline: var(--bible-study-theme-button-filled-hover-focus-outline, 2px solid #57aeff);
  }
  .button_2NAxd.filled_3nLwk:hover:not(.disabled_2i1jM) svg path {
    fill: var(--bible-study-theme-button-filled-hover-icon-color, #515d72);
  }
  .button_2NAxd.filled_3nLwk:hover:not(.disabled_2i1jM) > .menuIcon_LVX6B,
  .button_2NAxd.filled_3nLwk:hover:not(.disabled_2i1jM) > .externalIcon_JCAgp {
    --bible-study-icon-color: var(--bible-study-theme-button-filled-hover-decorator-icon-color, #63728c);
  }
}
.button_2NAxd.filled_3nLwk:active:not(.disabled_2i1jM),
.button_2NAxd.filled_3nLwk.active_-VJGg {
  color: var(--bible-study-theme-button-filled-active-color, #030b60);
  background-color: var(--bible-study-theme-button-filled-active-background-color, #e9f5ff);
  border-color: var(--bible-study-theme-button-filled-active-border-color, #e9f5ff);
}
.button_2NAxd.filled_3nLwk:active:not(.disabled_2i1jM):focus-visible,
.button_2NAxd.filled_3nLwk.active_-VJGg:focus-visible,
.button_2NAxd.filled_3nLwk:active:not(.disabled_2i1jM).focus_2xhqO,
.button_2NAxd.filled_3nLwk.active_-VJGg.focus_2xhqO {
  outline: var(--bible-study-theme-button-filled-active-focus-outline, 2px solid #57aeff);
}
.button_2NAxd.filled_3nLwk:active:not(.disabled_2i1jM) svg path,
.button_2NAxd.filled_3nLwk.active_-VJGg svg path {
  fill: var(--bible-study-theme-button-filled-active-icon-color, #023ac8);
}
.button_2NAxd.filled_3nLwk:active:not(.disabled_2i1jM) > .menuIcon_LVX6B,
.button_2NAxd.filled_3nLwk.active_-VJGg > .menuIcon_LVX6B,
.button_2NAxd.filled_3nLwk:active:not(.disabled_2i1jM) > .externalIcon_JCAgp,
.button_2NAxd.filled_3nLwk.active_-VJGg > .externalIcon_JCAgp {
  --bible-study-icon-color: var(--bible-study-theme-button-filled-active-decorator-icon-color, #63728c);
}
.button_2NAxd.filled_3nLwk:focus-visible,
.button_2NAxd.filled_3nLwk.focus_2xhqO {
  outline: var(--bible-study-theme-button-filled-focus-outline, 2px solid #57aeff);
}
.button_2NAxd.borderless_3iO2V {
  color: var(--bible-study-theme-button-borderless-color, #000000);
  background-color: var(--bible-study-theme-button-borderless-background-color, inherit);
}
.button_2NAxd.borderless_3iO2V svg path {
  fill: var(--bible-study-theme-button-borderless-icon-color, #63728c);
}
.button_2NAxd.borderless_3iO2V > .menuIcon_LVX6B,
.button_2NAxd.borderless_3iO2V > .externalIcon_JCAgp {
  --bible-study-icon-color: var(--bible-study-theme-button-borderless-decorator-icon-color, #919cae);
}
@media (hover: hover) {
  .button_2NAxd.borderless_3iO2V:hover:not(.disabled_2i1jM) {
    color: var(--bible-study-theme-button-borderless-hover-color, #000000);
    background-color: var(--bible-study-theme-button-borderless-hover-background-color, #eeeeee);
  }
  .button_2NAxd.borderless_3iO2V:hover:not(.disabled_2i1jM) svg path {
    fill: var(--bible-study-theme-button-borderless-hover-icon-color, #515d72);
  }
  .button_2NAxd.borderless_3iO2V:hover:not(.disabled_2i1jM) > .menuIcon_LVX6B,
  .button_2NAxd.borderless_3iO2V:hover:not(.disabled_2i1jM) > .externalIcon_JCAgp {
    --bible-study-icon-color: var(--bible-study-theme-button-borderless-hover-decorator-icon-color, #919cae);
  }
}
.button_2NAxd.borderless_3iO2V:active:not(.disabled_2i1jM),
.button_2NAxd.borderless_3iO2V.active_-VJGg {
  color: var(--bible-study-theme-button-borderless-active-color, #030b60);
  background-color: var(--bible-study-theme-button-borderless-active-background-color, #e9f5ff);
}
.button_2NAxd.borderless_3iO2V:active:not(.disabled_2i1jM) svg path,
.button_2NAxd.borderless_3iO2V.active_-VJGg svg path {
  fill: var(--bible-study-theme-button-borderless-active-icon-color, #023ac8);
}
.button_2NAxd.borderless_3iO2V:active:not(.disabled_2i1jM) > .menuIcon_LVX6B,
.button_2NAxd.borderless_3iO2V.active_-VJGg > .menuIcon_LVX6B,
.button_2NAxd.borderless_3iO2V:active:not(.disabled_2i1jM) > .externalIcon_JCAgp,
.button_2NAxd.borderless_3iO2V.active_-VJGg > .externalIcon_JCAgp {
  --bible-study-icon-color: var(--bible-study-theme-button-borderless-active-decorator-icon-color, #63728c);
}
.button_2NAxd.borderless_3iO2V:focus-visible,
.button_2NAxd.borderless_3iO2V.focus_2xhqO {
  outline: var(--bible-study-theme-button-borderless-focus-outline, 2px solid #57aeff);
}
.button_2NAxd.inline_3S9Jx {
  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_2NAxd.inline_3S9Jx:hover:not(.disabled_2i1jM) {
    color: var(--bible-study-theme-button-inline-hover-color, #ffffff);
    background-color: var(--bible-study-theme-button-inline-hover-background-color, #0a55e6);
    border-color: var(--bible-study-theme-button-inline-hover-border-color, #0a55e6);
  }
  .button_2NAxd.inline_3S9Jx:hover:not(.disabled_2i1jM):focus-visible,
  .button_2NAxd.inline_3S9Jx:hover:not(.disabled_2i1jM).focus_2xhqO {
    outline: var(--bible-study-theme-button-inline-hover-focus-outline, 2px solid #57aeff);
  }
}
.button_2NAxd.inline_3S9Jx:active:not(.disabled_2i1jM),
.button_2NAxd.inline_3S9Jx.active_-VJGg {
  color: var(--bible-study-theme-button-inline-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-inline-active-background-color, #023ac8);
  border-color: var(--bible-study-theme-button-inline-active-border-color, #023ac8);
}
.button_2NAxd.inline_3S9Jx:active:not(.disabled_2i1jM):focus-visible,
.button_2NAxd.inline_3S9Jx.active_-VJGg:focus-visible,
.button_2NAxd.inline_3S9Jx:active:not(.disabled_2i1jM).focus_2xhqO,
.button_2NAxd.inline_3S9Jx.active_-VJGg.focus_2xhqO {
  outline: var(--bible-study-theme-button-inline-active-focus-outline, 2px solid #57aeff);
}
.button_2NAxd.inline_3S9Jx:focus-visible,
.button_2NAxd.inline_3S9Jx.focus_2xhqO {
  outline: var(--bible-study-theme-button-inline-focus-outline, 2px solid #57aeff);
}
.button_2NAxd.inlineWrap_1Eeyu {
  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_2NAxd.inlineWrap_1Eeyu:hover:not(.disabled_2i1jM) {
    color: var(--bible-study-theme-button-inline-hover-color, #ffffff);
    background-color: var(--bible-study-theme-button-inline-hover-background-color, #0a55e6);
    border-color: var(--bible-study-theme-button-inline-hover-border-color, #0a55e6);
  }
  .button_2NAxd.inlineWrap_1Eeyu:hover:not(.disabled_2i1jM):focus-visible,
  .button_2NAxd.inlineWrap_1Eeyu:hover:not(.disabled_2i1jM).focus_2xhqO {
    outline: var(--bible-study-theme-button-inline-hover-focus-outline, 2px solid #57aeff);
  }
}
.button_2NAxd.inlineWrap_1Eeyu:active:not(.disabled_2i1jM),
.button_2NAxd.inlineWrap_1Eeyu.active_-VJGg {
  color: var(--bible-study-theme-button-inline-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-inline-active-background-color, #023ac8);
  border-color: var(--bible-study-theme-button-inline-active-border-color, #023ac8);
}
.button_2NAxd.inlineWrap_1Eeyu:active:not(.disabled_2i1jM):focus-visible,
.button_2NAxd.inlineWrap_1Eeyu.active_-VJGg:focus-visible,
.button_2NAxd.inlineWrap_1Eeyu:active:not(.disabled_2i1jM).focus_2xhqO,
.button_2NAxd.inlineWrap_1Eeyu.active_-VJGg.focus_2xhqO {
  outline: var(--bible-study-theme-button-inline-active-focus-outline, 2px solid #57aeff);
}
.button_2NAxd.inlineWrap_1Eeyu:focus-visible,
.button_2NAxd.inlineWrap_1Eeyu.focus_2xhqO {
  outline: var(--bible-study-theme-button-inline-focus-outline, 2px solid #57aeff);
}
.button_2NAxd.rounded_-hsJi {
  border-radius: var(--bible-study-theme-button-rounded-border-radius, 24px);
}
.button_2NAxd.textIcon_28X07 {
  padding: 0 4px;
  color: var(--bible-study-theme-button-bordered-color, #000000);
  background-color: var(--bible-study-theme-button-bordered-background-color, inherit);
}
.button_2NAxd.textIcon_28X07 svg path {
  fill: var(--bible-study-theme-button-bordered-decorator-icon-color, #c7cfdc);
}
@media (hover: hover) {
  .button_2NAxd.textIcon_28X07:hover:not(.disabled_2i1jM) {
    color: var(--bible-study-theme-button-bordered-hover-color, #000000);
    background-color: var(--bible-study-theme-button-bordered-hover-background-color, #eeeeee);
  }
  .button_2NAxd.textIcon_28X07:hover:not(.disabled_2i1jM) svg path {
    fill: var(--bible-study-theme-button-bordered-hover-decorator-icon-color, #63728c);
  }
}
.button_2NAxd.textIcon_28X07:active:not(.disabled_2i1jM),
.button_2NAxd.textIcon_28X07.active_-VJGg {
  color: var(--bible-study-theme-button-bordered-active-color, #030b60);
  background-color: var(--bible-study-theme-button-bordered-active-background-color, #e9f5ff);
}
.button_2NAxd.textIcon_28X07:active:not(.disabled_2i1jM) svg path,
.button_2NAxd.textIcon_28X07.active_-VJGg svg path {
  fill: var(--bible-study-theme-button-bordered-active-decorator-icon-color, #63728c);
}
.button_2NAxd.textIcon_28X07:focus-visible,
.button_2NAxd.textIcon_28X07.focus_2xhqO {
  outline: var(--bible-study-theme-button-bordered-focus-outline, 2px solid #57aeff);
}
.button_2NAxd.icon_g0hQN:not(.toolbarTab_3tPv5) {
  padding: 2px;
  background-color: var(--bible-study-theme-button-icon-background-color, #ffffff00);
  border-color: var(--bible-study-theme-button-icon-border-color, #ffffff00);
}
.button_2NAxd.icon_g0hQN.toolbarTab_3tPv5 {
  padding-left: 7px;
  padding-right: 7px;
}
.button_2NAxd.icon_g0hQN.unclickable_KURJ_ {
  cursor: default;
}
.button_2NAxd.icon_g0hQN.overlay_3MEYH {
  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_2NAxd.icon_g0hQN.clear_s8Hkv {
  background-color: transparent;
  border-color: transparent;
}
.button_2NAxd.icon_g0hQN.input_TPOgr {
  height: 18px;
}
.button_2NAxd.icon_g0hQN:not(.noIconColor_2kNuP) svg path {
  fill: var(--bible-study-theme-button-icon-color, #63728c);
}
.button_2NAxd.icon_g0hQN:not(.noIconColor_2kNuP).overlay_3MEYH svg path {
  fill: var(--bible-study-theme-button-overlay-icon-color, #ffffff);
}
.button_2NAxd.icon_g0hQN > .menuIcon_LVX6B,
.button_2NAxd.icon_g0hQN > .externalIcon_JCAgp {
  --bible-study-icon-color: var(--bible-study-theme-button-icon-decorator-icon-color, #919cae);
}
.button_2NAxd.icon_g0hQN.overlay_3MEYH > .menuIcon_LVX6B,
.button_2NAxd.icon_g0hQN.overlay_3MEYH > .externalIcon_JCAgp {
  --bible-study-icon-color: var(--bible-study-theme-button-overlay-icon-decorator-icon-color, #dddddd);
}
@media (hover: hover) {
  .button_2NAxd.icon_g0hQN:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM):not(.toolbarTab_3tPv5) {
    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_2NAxd.icon_g0hQN:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM).overlay_3MEYH {
    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_2NAxd.icon_g0hQN:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM).clear_s8Hkv {
    background-color: transparent;
    border-color: transparent;
  }
  .button_2NAxd.icon_g0hQN:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM):not(.noIconColor_2kNuP) svg path {
    fill: var(--bible-study-theme-button-icon-hover-color, #515d72);
  }
  .button_2NAxd.icon_g0hQN:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM):not(.noIconColor_2kNuP).overlay_3MEYH svg path {
    fill: var(--bible-study-theme-button-overlay-icon-hover-color, #ffffff);
  }
  .button_2NAxd.icon_g0hQN:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM) > .menuIcon_LVX6B,
  .button_2NAxd.icon_g0hQN:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM) > .externalIcon_JCAgp {
    --bible-study-icon-color: var(--bible-study-theme-button-icon-hover-decorator-icon-color, #63728c);
  }
  .button_2NAxd.icon_g0hQN:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM).overlay_3MEYH > .menuIcon_LVX6B,
  .button_2NAxd.icon_g0hQN:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM).overlay_3MEYH > .externalIcon_JCAgp {
    --bible-study-icon-color: var(--bible-study-theme-button-overlay-icon-hover-decorator-icon-color, #dddddd);
  }
}
.button_2NAxd.icon_g0hQN:active:not(.unclickable_KURJ_):not(.disabled_2i1jM):not(.toolbarTab_3tPv5),
.button_2NAxd.icon_g0hQN.active_-VJGg:not(.toolbarTab_3tPv5) {
  background-color: var(--bible-study-theme-button-icon-active-background-color, #e9f5ff);
  border-color: var(--bible-study-theme-button-icon-active-border-color, #e9f5ff);
}
.button_2NAxd.icon_g0hQN:active:not(.unclickable_KURJ_):not(.disabled_2i1jM).overlay_3MEYH,
.button_2NAxd.icon_g0hQN.active_-VJGg.overlay_3MEYH {
  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_2NAxd.icon_g0hQN:active:not(.unclickable_KURJ_):not(.disabled_2i1jM).clear_s8Hkv,
.button_2NAxd.icon_g0hQN.active_-VJGg.clear_s8Hkv {
  background-color: transparent;
  border-color: transparent;
}
.button_2NAxd.icon_g0hQN:active:not(.unclickable_KURJ_):not(.disabled_2i1jM):not(.noIconColor_2kNuP) svg path,
.button_2NAxd.icon_g0hQN.active_-VJGg:not(.noIconColor_2kNuP) svg path {
  fill: var(--bible-study-theme-button-icon-active-color, #023ac8);
}
.button_2NAxd.icon_g0hQN:active:not(.unclickable_KURJ_):not(.disabled_2i1jM):not(.noIconColor_2kNuP).overlay_3MEYH svg path,
.button_2NAxd.icon_g0hQN.active_-VJGg:not(.noIconColor_2kNuP).overlay_3MEYH svg path {
  fill: var(--bible-study-theme-button-overlay-icon-active-color, #ffffff);
}
.button_2NAxd.icon_g0hQN:active:not(.unclickable_KURJ_):not(.disabled_2i1jM) > .menuIcon_LVX6B,
.button_2NAxd.icon_g0hQN.active_-VJGg > .menuIcon_LVX6B,
.button_2NAxd.icon_g0hQN:active:not(.unclickable_KURJ_):not(.disabled_2i1jM) > .externalIcon_JCAgp,
.button_2NAxd.icon_g0hQN.active_-VJGg > .externalIcon_JCAgp {
  --bible-study-icon-color: var(--bible-study-theme-button-icon-active-decorator-icon-color, #63728c);
}
.button_2NAxd.icon_g0hQN:active:not(.unclickable_KURJ_):not(.disabled_2i1jM).overlay_3MEYH > .menuIcon_LVX6B,
.button_2NAxd.icon_g0hQN.active_-VJGg.overlay_3MEYH > .menuIcon_LVX6B,
.button_2NAxd.icon_g0hQN:active:not(.unclickable_KURJ_):not(.disabled_2i1jM).overlay_3MEYH > .externalIcon_JCAgp,
.button_2NAxd.icon_g0hQN.active_-VJGg.overlay_3MEYH > .externalIcon_JCAgp {
  --bible-study-icon-color: var(--bible-study-theme-button-overlay-icon-active-decorator-icon-color, #dddddd);
}
.button_2NAxd.icon_g0hQN:focus-visible,
.button_2NAxd.icon_g0hQN.focus_2xhqO {
  outline: var(--bible-study-theme-button-overlay-icon-focus-outline, 2px solid #57aeff);
}
.button_2NAxd.icon_g0hQN > .menuIcon_LVX6B,
.button_2NAxd.icon_g0hQN > .externalIcon_JCAgp {
  margin-left: 0;
}
.button_2NAxd.iconOnBrandedContent_3q0gg {
  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_2NAxd.iconOnBrandedContent_3q0gg:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM) {
    background-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-hover-background-color, #c1e4ff);
  }
}
.button_2NAxd.iconOnBrandedContent_3q0gg:active:not(.unclickable_KURJ_):not(.disabled_2i1jM),
.button_2NAxd.iconOnBrandedContent_3q0gg.active_-VJGg {
  background-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-hover-background-color, #c1e4ff);
}
.button_2NAxd.iconOnBrandedContent_3q0gg:focus-visible,
.button_2NAxd.iconOnBrandedContent_3q0gg.focus_2xhqO {
  outline: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline, 2px solid #57aeff);
  color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline-color, #57aeff);
}
.button_2NAxd.iconOnBrandedContent_3q0gg.extraLowContrast_DtcAp {
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-color, #030b60);
}
@media (hover: hover) {
  .button_2NAxd.iconOnBrandedContent_3q0gg.extraLowContrast_DtcAp:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM) {
    background-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-hover-background-color, #c1e4ff);
  }
}
.button_2NAxd.iconOnBrandedContent_3q0gg.extraLowContrast_DtcAp:active:not(.unclickable_KURJ_):not(.disabled_2i1jM),
.button_2NAxd.iconOnBrandedContent_3q0gg.extraLowContrast_DtcAp.active_-VJGg {
  background-color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-hover-background-color, #c1e4ff);
}
.button_2NAxd.iconOnBrandedContent_3q0gg.extraLowContrast_DtcAp:focus-visible,
.button_2NAxd.iconOnBrandedContent_3q0gg.extraLowContrast_DtcAp.focus_2xhqO {
  outline: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline, 2px solid #57aeff);
  color: var(--bible-study-theme-button-branded-content-extra-low-contrast-icon-focus-outline-color, #57aeff);
}
.button_2NAxd.iconOnBrandedContent_3q0gg.lowContrast_27UEq {
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-low-contrast-icon-color, #030b60);
}
@media (hover: hover) {
  .button_2NAxd.iconOnBrandedContent_3q0gg.lowContrast_27UEq:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM) {
    background-color: var(--bible-study-theme-button-branded-content-low-contrast-icon-hover-background-color, #c1e4ff);
  }
}
.button_2NAxd.iconOnBrandedContent_3q0gg.lowContrast_27UEq:active:not(.unclickable_KURJ_):not(.disabled_2i1jM),
.button_2NAxd.iconOnBrandedContent_3q0gg.lowContrast_27UEq.active_-VJGg {
  background-color: var(--bible-study-theme-button-branded-content-low-contrast-icon-hover-background-color, #c1e4ff);
}
.button_2NAxd.iconOnBrandedContent_3q0gg.lowContrast_27UEq:focus-visible,
.button_2NAxd.iconOnBrandedContent_3q0gg.lowContrast_27UEq.focus_2xhqO {
  outline: var(--bible-study-theme-button-branded-content-low-contrast-icon-focus-outline, 2px solid #57aeff);
  color: var(--bible-study-theme-button-branded-content-low-contrast-icon-focus-outline-color, #57aeff);
}
.button_2NAxd.iconOnBrandedContent_3q0gg.mediumContrast_3bJ7w {
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-medium-contrast-icon-color, #e9f5ff);
}
@media (hover: hover) {
  .button_2NAxd.iconOnBrandedContent_3q0gg.mediumContrast_3bJ7w:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM) {
    background-color: var(--bible-study-theme-button-branded-content-medium-contrast-icon-hover-background-color, #1e6afe);
  }
}
.button_2NAxd.iconOnBrandedContent_3q0gg.mediumContrast_3bJ7w:active:not(.unclickable_KURJ_):not(.disabled_2i1jM),
.button_2NAxd.iconOnBrandedContent_3q0gg.mediumContrast_3bJ7w.active_-VJGg {
  background-color: var(--bible-study-theme-button-branded-content-medium-contrast-icon-hover-background-color, #1e6afe);
}
.button_2NAxd.iconOnBrandedContent_3q0gg.mediumContrast_3bJ7w:focus-visible,
.button_2NAxd.iconOnBrandedContent_3q0gg.mediumContrast_3bJ7w.focus_2xhqO {
  outline: var(--bible-study-theme-button-branded-content-medium-contrast-icon-focus-outline, 2px solid #57aeff);
  color: var(--bible-study-theme-button-branded-content-medium-contrast-icon-focus-outline-color, #57aeff);
}
.button_2NAxd.iconOnBrandedContent_3q0gg.highContrast_BK4T2 {
  --bible-study-icon-color: var(--bible-study-theme-button-branded-content-high-contrast-icon-color, #e9f5ff);
}
@media (hover: hover) {
  .button_2NAxd.iconOnBrandedContent_3q0gg.highContrast_BK4T2:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM) {
    background-color: var(--bible-study-theme-button-branded-content-high-contrast-icon-hover-background-color, #0a55e6);
  }
}
.button_2NAxd.iconOnBrandedContent_3q0gg.highContrast_BK4T2:active:not(.unclickable_KURJ_):not(.disabled_2i1jM),
.button_2NAxd.iconOnBrandedContent_3q0gg.highContrast_BK4T2.active_-VJGg {
  background-color: var(--bible-study-theme-button-branded-content-high-contrast-icon-hover-background-color, #0a55e6);
}
.button_2NAxd.iconOnBrandedContent_3q0gg.highContrast_BK4T2:focus-visible,
.button_2NAxd.iconOnBrandedContent_3q0gg.highContrast_BK4T2.focus_2xhqO {
  outline: var(--bible-study-theme-button-branded-content-high-contrast-icon-focus-outline, 2px solid #57aeff);
  color: var(--bible-study-theme-button-branded-content-high-contrast-icon-focus-outline-color, #57aeff);
}
.button_2NAxd.toolbarTab_3tPv5 {
  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(--bsp-generic-tab-border-radius, 4px 4px 0 0);
}
.button_2NAxd.toolbarTab_3tPv5 svg path {
  fill: var(--bible-study-theme-button-bordered-decorator-icon-color, #c7cfdc);
}
@media (hover: hover) {
  .button_2NAxd.toolbarTab_3tPv5:hover:not(.disabled_2i1jM) {
    color: var(--bible-study-theme-button-bordered-hover-color, #000000);
    background-color: var(--bible-study-theme-generic-tab-hover-background-color, #f4f4f4);
  }
  .button_2NAxd.toolbarTab_3tPv5:hover:not(.disabled_2i1jM) svg path {
    fill: var(--bible-study-theme-button-bordered-hover-decorator-icon-color, #63728c);
  }
}
.button_2NAxd.toolbarTab_3tPv5:active:not(.disabled_2i1jM),
.button_2NAxd.toolbarTab_3tPv5.active_-VJGg {
  color: var(--bible-study-theme-button-bordered-active-color, #030b60);
  background-color: var(--bible-study-theme-generic-tab-active-background-color, #e9f5ff);
}
.button_2NAxd.toolbarTab_3tPv5:active:not(.disabled_2i1jM) svg path,
.button_2NAxd.toolbarTab_3tPv5.active_-VJGg svg path {
  fill: var(--bible-study-theme-button-bordered-active-decorator-icon-color, #63728c);
}
.button_2NAxd.toolbarTab_3tPv5:active:not(.disabled_2i1jM):not(.menu_2eTfG).button_2NAxd.toolbarTab_3tPv5:active:not(.disabled_2i1jM):not(.external_36eu0)::after,
.button_2NAxd.toolbarTab_3tPv5:active:not(.disabled_2i1jM):not(.menu_2eTfG).button_2NAxd.toolbarTab_3tPv5.active_-VJGg:not(.external_36eu0)::after,
.button_2NAxd.toolbarTab_3tPv5.active_-VJGg:not(.menu_2eTfG).button_2NAxd.toolbarTab_3tPv5:active:not(.disabled_2i1jM):not(.external_36eu0)::after,
.button_2NAxd.toolbarTab_3tPv5.active_-VJGg:not(.menu_2eTfG).button_2NAxd.toolbarTab_3tPv5.active_-VJGg:not(.external_36eu0)::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -1px;
  right: -1px;
  background-color: var(--bible-study-theme-generic-tab-active-border-color, #0a55e6);
  height: 4px;
  border-radius: 4px 4px 0 0;
}
.button_2NAxd.toolbarTab_3tPv5:focus-visible,
.button_2NAxd.toolbarTab_3tPv5.focus_2xhqO {
  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_9UNob {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.anchorButton_9UNob.disabled_2i1jM {
  opacity: var(--bible-study-theme-button-disabled-opacity, 0.6);
  pointer-events: none;
}
.anchorButton_9UNob.disabled_2i1jM.allowHoverFocusWhenDisabled_3152l {
  pointer-events: auto;
  cursor: default;
}
.menuIcon_LVX6B,
.externalIcon_JCAgp {
  width: 12px;
  margin-left: 4px;
  flex-shrink: 0;
}
.textContainerCommon_23mY8 {
  display: grid;
  line-height: 100% !important;
}
.textContainer_3dIY4 {
  display: grid;
  line-height: 100% !important;
}
.iconWithTextContainerCommon_3fRhI {
  display: grid;
  column-gap: 4px;
  grid-template-columns: auto auto;
  align-items: center;
  line-height: 100% !important;
}
.iconWithTextContainer_3NkE- {
  display: grid;
  column-gap: 4px;
  grid-template-columns: auto auto;
  align-items: center;
  line-height: 100% !important;
}
.sidebarMenuItem_otp_v {
  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_otp_v:disabled,
.sidebarMenuItem_otp_v.disabled_2i1jM {
  opacity: var(--bible-study-theme-button-disabled-opacity, 0.6);
  pointer-events: none;
}
.sidebarMenuItem_otp_v:disabled.allowHoverFocusWhenDisabled_3152l,
.sidebarMenuItem_otp_v.disabled_2i1jM.allowHoverFocusWhenDisabled_3152l {
  pointer-events: auto;
  cursor: default;
}
@media (hover: hover) {
  .sidebarMenuItem_otp_v:hover:not(.disabled_2i1jM) {
    background-color: var(--bible-study-theme-sidebar-menu-item-hover-background-color, #f4f4f4);
  }
  .sidebarMenuItem_otp_v:hover:not(.disabled_2i1jM):focus-visible,
  .sidebarMenuItem_otp_v:hover:not(.disabled_2i1jM).focus_2xhqO {
    outline: var(--bible-study-theme-sidebar-menu-item-hover-focus-outline, 2px solid #57aeff);
    outline-offset: var(--bible-study-theme-sidebar-menu-item-hover-focus-outline-offset, -1px);
  }
}
.sidebarMenuItem_otp_v:active:not(.disabled_2i1jM),
.sidebarMenuItem_otp_v.active_-VJGg {
  background-color: var(--bible-study-theme-sidebar-menu-item-active-background-color, #ffffff);
}
.sidebarMenuItem_otp_v:active:not(.disabled_2i1jM):focus-visible,
.sidebarMenuItem_otp_v.active_-VJGg:focus-visible,
.sidebarMenuItem_otp_v:active:not(.disabled_2i1jM).focus_2xhqO,
.sidebarMenuItem_otp_v.active_-VJGg.focus_2xhqO {
  outline: var(--bible-study-theme-sidebar-menu-item-active-focus-outline, 2px solid #57aeff);
  outline-offset: var(--bible-study-theme-sidebar-menu-item-active-focus-outline-offset, -1px);
}
.sidebarMenuItem_otp_v:focus-visible,
.sidebarMenuItem_otp_v.focus_2xhqO {
  outline: var(--bible-study-theme-sidebar-menu-item-focus-outline, 2px solid #57aeff);
  outline-offset: var(--bible-study-theme-sidebar-menu-item-focus-outline-offset, -1px);
}
.sidebarMenuItemGrid_2bSck {
  display: grid;
  height: 24px;
}
.sidebarMenuItemChildrenContainer_1E_g7 {
  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_3oZI_ {
  grid-row: 1;
  grid-column: 1;
  display: none;
}
.activeSidebarMenuItemBorder_3oZI_.active_-VJGg {
  display: flex;
  border-left: 2px solid var(--bible-study-theme-active-item-thick-border-color, #0a55e6);
}
.linkButtonCommon_39c-_ {
  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_39c-_ > .decoratorIcon_WlyN_ {
  --bible-study-icon-color: var(--bible-study-theme-link-color, #1e6afe);
}
.linkButtonCommon_39c-_ > .decoratorIcon_WlyN_ > path {
  transition: fill 0.1s ease-in-out;
}
.linkButtonCommon_39c-_.unclickable_KURJ_ {
  cursor: default;
}
@media (hover: hover) {
  .linkButtonCommon_39c-_:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM) {
    color: var(--bible-study-theme-link-hover-color, #57aeff);
  }
  .linkButtonCommon_39c-_:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM):focus-visible,
  .linkButtonCommon_39c-_:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM).focus_2xhqO {
    outline: var(--bible-study-theme-link-hover-focus-outline, 2px solid #57aeff);
  }
  .linkButtonCommon_39c-_:hover:not(.unclickable_KURJ_):not(.disabled_2i1jM) > .decoratorIcon_WlyN_ {
    --bible-study-icon-color: var(--bible-study-theme-link-hover-color, #57aeff);
  }
}
.linkButtonCommon_39c-_:disabled,
.linkButtonCommon_39c-_.disabled_2i1jM {
  color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
  pointer-events: none;
}
.linkButtonCommon_39c-_:disabled > .decoratorIcon_WlyN_,
.linkButtonCommon_39c-_.disabled_2i1jM > .decoratorIcon_WlyN_ {
  --bible-study-icon-color: var(--bible-study-theme-link-disabled-color, #1e6afe80);
}
.linkButtonCommon_39c-_:disabled.allowHoverFocusWhenDisabled_3152l,
.linkButtonCommon_39c-_.disabled_2i1jM.allowHoverFocusWhenDisabled_3152l {
  pointer-events: auto;
  cursor: default;
}
.linkButtonCommon_39c-_ .decoratorIcon_WlyN_.right_2mmN6 {
  margin-left: 4px;
  flex: none;
}
.linkButtonCommon_39c-_ .decoratorIcon_WlyN_.left_1lN2P {
  margin-right: 4px;
  flex: none;
}
.linkButtonCommon_39c-_ .decoratorIcon_WlyN_.external_36eu0 {
  margin-left: 0.5em;
  overflow: unset;
}
.linkButtonCommon_39c-_.withDecorator_3jp-e:not(.withExternalDecorator_10yow) {
  display: inline-flex;
  align-items: center;
}
.linkButtonCommon_39c-_.withExternalDecorator_10yow {
  display: inline-flex;
  align-items: baseline;
}
.linkButtonCommon_39c-_.withMenuDecorator_OBs4P:not(.unclickable_KURJ_) {
  cursor: var(--bible-study-theme-button-cursor, default);
}
.linkButtonCommon_39c-_:focus-visible,
.linkButtonCommon_39c-_.focus_2xhqO {
  outline: var(--bible-study-theme-link-focus-outline, 2px solid #57aeff);
}
.linkButtonCommon_39c-_.textWrapping_27w4u {
  display: inline-block;
  white-space: normal;
  text-align: left;
}
.linkButtonCommon_39c-_.textWrapping_27w4u.anchor_3ZNjW {
  display: inline;
}


