.title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 5px;
  margin-bottom: 10px;
}

.title .title-item:last-child {
   margin-left: auto;
}

#app {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 0 !important;
}

#content-row {
  display: flex;
  height: auto;
  flex-grow: 1;
  margin: 0 0 0 0 !important;
  min-height: calc(100vh - 142px);
  height: calc(100vh - 142px);
}

#content-area {
  padding-top: 0px;
}

#master-view {
  height: 90%;
  display: flex;
  flex-direction: row;
  max-height: 100%;
  min-height: 50px;
  width: 100%;
}

.study-column {
  /*display: inline-flex;*/
  /*flex-direction: row;*/
  height: 100%;
  max-height: 100%;
  min-width: 20px;
  position: static;
}

.column-top-bar {
  background-color: aliceblue;
}

.resizers {
  display: flex;
  flex-direction: column;
  width: 3px !important;
  height: 5px;
  flex: 0;
}

.column-resize {
  width: 100%;
  display: flex;
}

.column-resizers {
  height: 100%;
  position: relative;
}

.panel-resizer {
  cursor: row-resize !important;
}

.top-right-panel-resizer {
  width: 100% !important;
  height: 4px !important;
  background-color: #ddd !important;
  z-index: 9998 ;
}

.top-right-column-resizer {
  height: 100% !important;
  position: relative;
}

.column-drag-area {
  height: 95%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.tool-panel {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}

.tool-pane {
  flex-direction: row !important;
}

.tool-paragraph-word {

}

.study-panel {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}

.study-panel:fullscreen {
  background-color: rgba(255, 255, 255, 1);
}

.panel-search {
  padding-left: 15px;
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}

.pane-content {
  /*flex: 1;*/
  padding: 0 0 0 0;
}

.text-pane::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.text-pane {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  height: 100%;
  max-height: 50vh !important;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: scroll;
  padding: 20px;
}


.content-word {
  display: inline-block;
  width: fit-content;
  margin-right: 2px;
}

.handle-right {
  float: right;
  height: 100%;
  width: 2px;
  background-color: red;
  z-index: 1;
}

.handle-right::after {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -4px;
  background-color: transparent;
  cursor: ew-resize;
  z-index: 2;
}

.handle-left {
  float: left;
  height: 100%;
  width: 2px;
  background-color: orange;
  z-index: 1;
}

.handle-left::after {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -4px;
  background-color: transparent;
  cursor: ew-resize;
  z-index: 2;
}

.hebrew-verse {
  padding-left: 1em !important;
}

.popout-console {
  border: 2px solid blue;
}

#popout-gra1bber {
  width: 100%;
  height: 4px;
  float: top;
  border: 2px solid yellow;
}

#popout-grabber::after {
  content: "";
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -4px;
  background-color: transparent;
  cursor: ew-resize;
  z-index: 3;
}

body {
  margin: 0;
}

/** {*/
/*  box-sizing: border-box;*/
/*}*/

.resizable .resizers{
  box-sizing: border-box;
}

.resizable .resizers .resizer{
  width: 4px;
  height: 100%;
  /*border-radius: 50%; !*magic to turn square into circle*!*/
  background: white;
  position: relative;
}

.resizable .resizers .resizer.top-left {
  height: 100%;
  cursor: col-resize; /*resizer cursor*/
  align-self: flex-start;
}
.resizable .resizers .resizer.top-right {
  float: right;
  cursor: col-resize;
  align-self: flex-end;
}
.resizable .resizers .resizer.bottom-left {
  left: -5px;
  bottom: -5px;
  cursor: col-resize;
}
.resizable .resizers .resizer.bottom-right {
  right: -5px;
  bottom: -5px;
  cursor: col-resize;
}

.instant-details-resizer {
  width: 100%;
  height: 4px;
  background-color: red;
}

.study-panel-text {
  /*max-width: 85%;*/
}

.sortable-ghost {
  /*max-width: 50%;*/
}

#instant-details {
  width: 100%;
  height: auto;
  background-color: white;
  z-index: 1111;
}

#instant-details-content {
  border: 0 none;
  width: 100%;
  padding-top: 25px;
  padding-left: 25px;
  z-index: 9999;
}

.text-reference-navigation {
  padding-left: 20px;
}

.top-right-instant-details-resizer {
  top: 0px !important;
  cursor: row-resize !important;
}

#text-info-header {
  padding-left: 20px;
  padding-right: 5px;
}

#text-info-body {
  padding: 20px;
}

.panel-header {

}

.panel-header-third-row {
  display: flex;
  flex-direction: row;
}

.reference-menu {
  height: 26px;
  width: fit-content;
  align-self: center;
}

.pane-settings {
  display: flex;
  flex-direction: row;
}

.panel-text-display-options {
  display: flex;
  flex-direction: column;
  position: relative;
  width: fit-content;
  height: fit-content;
}

.reference-menu-content {
  background-color: white;
  position: relative;
  height: 30vh;
  width: fit-content;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.sub-menu-heading {
  width: 100%;
  padding: 9px;
  align-content: center;
  justify-items: center;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}

.sub-menu {
  background: #FFF;
}

.sub-menu-heading {
  background: #cfd9ff;
}

.sub-menu:hover {
  background-color: #cfd9ff;
}

.menu-option-container {
  margin-right: 1em;
}

.panel-sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: inherit;
  background-color: #f6f0e8;
  right: inherit;
  height: fit-content;
  width: fit-content;
  padding: 1em;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.pane-settings > span:first-child {
  margin-left: 1em;
  margin-right: 1em;
}

.pane-settings > span {
  margin-right: 1em;
}

.sub-menu {
  list-style: none;
  width: 50px;
  margin: 9px;
  padding-right: 8px;
  padding: 5px;
}

.word-background {
  /*//te*/
  background-color: transparent;
  flex-direction: row;
  height: fit-content;
  /*style="*/
  /*flex-direction: row;*/
  /*height: fit-content;*/
  /*padding-top: 1em;" */

}

.hover-highlight {
  background-color: yellow;
}

.verse-highlight {
  background-color: yellow;
}

.selected {
  background-color: yellow;
}

/*.un-selected {*/
/*  background-color: #f4f5fa;*/
/*}*/

.off-hover {
  background-color: orange;
}

.standard-word {
  width: fit-content;
  margin-top: 0px;
  color: black;
}

.text-break {
  width: 100%;
  margin-top: 34px !important;
}

.single-word::selection {
  color: red;
  background: #f4f5fa;
}

#context-menu {
  background-color: whitesmoke;
  padding: 8px;
  border: 1px solid #fff8e1;
  /*border-left: 2px solid saddlebrown;*/
  /*border-right: 2px solid saddlebrown;*/
  /*border-bottom: 2px solid saddlebrown;*/
  box-shadow: 1px 1px 1px black;
}

.context-menu-option:hover {
  background-color: lightskyblue;
}

.context-menu-option {
  padding-left: 4px;
  border-bottom: 1px solid #fff8e1;
}

.options-list {
  list-style-type: none;
  padding-inline-start: 20px;
}


.lds-spinner {
  color: whitesmoke;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}

.loading-overlay {
  z-index: 9999;
  height: 50vh;
  width: 100vw;
  background-color: #cfd9ff;
  color: #000;
  /*opacity: .2;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

/*loading spinner*/
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v114/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.ck-editor {
  height: 100% !important;
}

.ck-editor__main {
  height: 100%;
}

.ck-editor__editable {
  height: 100%;
}

.ckeditor {
  height: 100% !important;
}

.cke {
  height: 100% !important;
}

.cke_inner {
  height: 100% !important;
}

.cke_contents {
  height: 100% !important;
}


.dropdown-menu .sub-menu {
   left: 100%;
   position: absolute;
   top: 0;
   visibility: hidden;
   margin-top: -1px;
 }

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu
{
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

/*.text-pane {*/
/*  -webkit-touch-callout: none; !* iOS Safari *!*/
/*  -webkit-user-select: none; !* Safari *!*/
/*  -khtml-user-select: none; !* Konqueror HTML *!*/
/*  -moz-user-select: none; !* Firefox *!*/
/*  -ms-user-select: none; !* Internet Explorer/Edge *!*/
/*  user-select: none; !* Non-prefixed version, currently*/
/*                       supported by Chrome and Opera *!*/
/*}*/

.workspace:hover {
  background-color: lightgrey;
}

.menu-icon {
  cursor: pointer;
}

.panel-header-second-row {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
  flex-wrap: wrap;
}

.pane-search-box {
  padding: 0 0 0 0;
  margin-right: 25px;
  flex-basis: 3;
  max-height: 30px;
}

.header-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 15px;
  align-items: center;
  min-height: 46px;
}

.horizontal-menu .navbar-horizontal .nav-item a span {
  font-size: 1rem;
}

.dropdown .dropdown-menu {
  border: none;
  box-shadow: 0px 4px 24px rgb(0 0 0 / 10%);
  top: 55px;
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px 5px;
  width: 100%;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
  color: #1e2122!important;
  background-color: #f1f2f4!important;
}

.horizontal-menu #main-menu-navigation ul li a span:hover, .horizontal-menu #main-menu-navigation ul li a span .hover {
  transform: translateX(0px)!important;
}

.dropdown-item {
  font-weight: 500;
}

a.nav-link.acc-hover-dark {
  line-height: 1.5;
}

.acc-hover-dark i, .acc-hover-dark span {
  transition: all 200ms ease-in-out;
}

.acc-hover-dark:hover i, .acc-hover-dark:hover span {
  color: #bccafc;
}

.menu-bar-item-button {
  border: 0 !important;
}

.text-reference-nav-button {
  border: 0 !important;
  position: relative;
  background: transparent;
  top: 2px;
}

.text-reference-nav-button:hover {
  color: rgb(232, 217, 197);
}

/* study panel menu */
.spm-dropdown {
  background-color: #ecedf3;
  position: absolute;
  max-width: 500px;
  white-space: pre-line;
  z-index: 100;
}

.menu-bar-item.drop-right .spm-dropdown {
  right: 0;
}

.spm-dropdown-content {
  padding-left: 2px;
  cursor: pointer;
}

.spm-dropdown-content:hover {
  background-color: #cfd9ff;
}

.acc-dropdown {
  box-shadow: 5px 5px 10px #ddd !important;;
}

.spm-selected-dropdown {
  background-color: #5571d9;
  color: #FFF;
}

.acc-accent-btn {
  background: #5571d9;
  color: white;
  border: whitesmoke solid 1px;
}

.acc-accent-btn:hover {
  background: white;
  color: #5571d9;
  border: #5571d9 solid 1px;
}

.study-panel-menu-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px;
}

.icon-label {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.menu-bar-item {
  align-self: center;
}

/*.input-group {*/
/*  max-width: 300px;*/
/*}*/

.library-icons {
  font-size: 18px;
}

.study-tool-centered-paragraph {
  width: 100%;
  justify-content: center;
}

.toc {
  /*text-align: center;*/
  padding: 5px 0 5px 0;
}

.toc:hover {
  background-color: lightgray;
}

.toc-pane {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  height: 100%;
  max-height: 50vh !important;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: scroll;
  padding: 5px 0px 20px 20px;
}

.tool-image {
  display: block;
  /* float: right; */
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
/*tr > td:first-child {*/
/*  border: solid 2px lightgrey;*/
/*}*/
/*tr > td:not(:first-child) {*/
/*  border: solid 2px lightgrey;*/
/*  border-top: none;*/
/*}*/

table, th, td {
  border: 2px solid lightgrey;
  border-collapse: collapse;
}

/*table > tbody > tr:nth-child(n+1) > td {*/
/*  border-top: none;*/
/*}*/
table, th, td {
  border: 2px solid lightgrey;
  border-collapse: collapse;
}
/*//SINGLE WORD STYLING CLASSES*/

/*
Single word styles
*/
.small-caps {
  font-variant: small-caps;
}

.super-script {
  vertical-align: super;
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.reference {
  font-weight: bold !important;
  color: #006699;
  font-size: .8em;
  padding-top: 0.15em;
  padding-left: .5em;
}

.space-character {
  padding-right: .5em;
}

#login-modal {
  z-index: 9990;
  position: static;
  width: 40%;
}

.overlay {
  z-index: 9991;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128,128,128, 0.5)
}

.super-header-image {
  width: 100%;
  background-color: #5571d9;
  display: flex;
  justify-content: center;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#login-modal-header {
  position: relative;
  position: relative;
  left: 50%;
  transform: translateX(-50%);;
}

.input-min-width {
  min-width: 300px;
}

.line-height-short {
  line-height: 75%;
}

.line-height-medium {
  line-height: 150%;
}

.line-height-tall {
  line-height: 250%;
}

#login-failure-alert {
  z-index: 9998;
}

.user-note-header {
  background-color: #5571d9 !important;
}

.notes-editor-resizer {
  background-color: #5571d9 !important;
  border-color: #9eaee9 transparent transparent #9eaee9 !important;
  cursor: nwse-resize !important;
}

.close {
  text-shadow: unset;
}

/* New Accordance Study Styles */
.instant-details-toolbar {
  border-right: 1px solid #ddd;
  padding-right: 10px;
  width: 40px;
}

.flat-study-panel-btn {
  background: #0000;
  border: none;
  color: #6b6f83;
}

.flat-study-panel-btn:active,
.flat-study-panel-btn:focus,
.study-container-panel-btn:active,
.study-container-panel-btn:focus {
  outline: none;
}

.flat-study-panel-btn span {
  font-size: 16px;
}

.study-container-panel-header {
  background: #cfd9ff;
  padding: 10px;
}

.study-container-panel-header .drag-handle {
  color: #5571d9;
  cursor: grab;
  line-height: 1;
  margin: 0 10px 0 6px;
}

.study-container-panel-btn {
  background: transparent;
  border: none;
  color: #5571d9;
  display: flex;
  line-height: 1;
}

.study-container-panel-btn:hover {
  color: #131d40;
}

button.study-container-panel-btn span {
  font-size: 20px;
}

.study-container-panel-header h4 {
  color: #000;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: bold;
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(black, .1);
}

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}

.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s;
}

.v-dropdown-menu__container {
  border: none!important;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.acc-dropdown-item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 6px 12px;
}

.acc-dropdown-item span {
  font-size: 20px;
}

.acc-dropdown-item:hover {
  background: #f0f4fe;
}

.cursor-default {
  cursor: default!important;
}

/* Panel CSS Customizations */

/* Height */
.panel-short-height {
  line-height: 1.6;
}

.panel-medium-height {
  line-height: 2.4;
}

.panel-tall-height {
  line-height: 3.2;
}

/* Font Family */
.panel-default-font {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

.panel-didot-font {
  font-family: 'Times New Roman', Times, serif;;
}

.panel-broadsheet-font {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.panel-libre-font {
  font-family: Arial, Helvetica, sans-serif;
}

.panel-typewriter-font {
  font-family: 'Courier New', Courier, monospace;
}

.header-navbar.navbar-static-top {
  z-index: 983;
}

.horizontal-layout .navbar-fixed {
  z-index: 869!important;
}

.bible-selection-dropdown .v-dropdown-menu__container {
  min-width: 520px;
}

.bible-selection-header {
  background: #cfd9ff;
  color: #3A4573;
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
}

.bible-selection-body-container {
  padding: 8px 12px;
}

.bible-selection-body {
  color: #777;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  max-height: 200px;
  overflow-y: auto;
}

.bible-selection-body div {
  border-radius: 4px;
  cursor: pointer;
  padding: 4px;
  text-align: center;
}

.bible-selection-body div:hover {
  background: #f2f2f2;
}

.bible-selection-nav {
  gap: 4px;
}

.bible-selection-nav div {
  cursor: pointer;
  font-weight: bold;
}

.bible-selection-arrow {
  font-size: 16px;
}

.bible-info-dropdown-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
}

.bible-info-dropdown .v-dropdown-menu__container {
  min-width: 600px;
}

.panel-search-btn {
  cursor: pointer;
}

.verse-name {
  color: #069;
  font-weight: bold;
  margin-right: 4px;
}

.verse-in-paragraph {
  font-size: 10px;
  margin-left: 8px;
  margin-right: 0;
  position: relative;
  bottom: 6px;
}

.verse-reference {
  cursor: pointer;
  color: #729fc0!important;
  font-style: italic;
  margin: 0 1px;
}

u {
  text-decoration: none!important;
}

.accordance-bible-container, .accordance-tool-container {
  font-size: 15px;
  max-height: 100%;
  overflow-y: auto;
  width: 100%
}

.accordance-panel-header-btn {
  background: #ecedf3;
  border: none;
  border-radius: 4px;
  color: #111;
  height: 40px;
  width: 44px;
}

.accordance-panel-header-btn:active, .accordance-panel-header-btn:focus {
  outline: none;
}

.bible-selection-search-container {
  padding: 8px 0;
}

.bible-selection-search-container input {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 4px;
  width: 100%;
}

.bible-selection-search-container input:focus {
  border: 1px solid #5571d9;
  outline: none!important;
}

.bible-select-step span {
  font-size: 20px;
}

.book-name {
  color: #000;
  font-size: 28px;
  text-align: center;
}

.accordance-tool-container {
  color: #000;
  display: flex;
  height: calc(100vh - 514px);
  padding: 10px;
}

.accordance-tool-container table, .accordance-tool-container td {
  border: none;
}

.accordance-tool-container tr {
  line-height: 24px!important;
}

.table-of-contents-container {
  border: 1px solid;
  border-color: #0000 #ccc #0000 #0000;
  user-select: none;
}

.toc-header-search {
  background: #ebebeb;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.toc-header-search input {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  font-size: 12px;
  padding: 8px 12px;
  width: 100%;
}

.toc-header-search input:focus, .toc-header-search input:active {
  border: 1px solid #989898;
  outline: none;
}

.toc-header-container {
  border-bottom: 1px solid #ccc;
  cursor: default;
  font-size: 12px;
  padding: 8px;
}

.toc-header-button {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toc-header-button span {
  font-size: 13px;
  margin-right: 6px;
}

.toast-offset {
  margin-bottom: 32px;
}

.settings-tab {
  background: none;
  border: none;
  border-radius: 4px;
  color: #1b1b1b;
  font-weight: 600;
  padding: 10px;
  text-align: left;
}

.settings-tab:hover, .settings-tab:focus {
  background-color: #F0F2F4;
  outline: none;
}

.settings-tab.active-tab {
  background-color: #94abff61;
  color: #2e3d74;
}

.settings-select {
  border: 1px solid #dfe0e2;
  border-radius: 4px;
  display: block;
  font-size: 12px;
  padding: 8px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  appearance: none;
}

.settings-modal-container {
  color: #000;
  display: grid;
  grid-template-columns: 253px 1fr;
  grid-template-rows: auto 1fr;
  gap: 8px 20px;
  height: 100%;
  padding: 48px 24px 24px;
}

.settings-modal-tabs {
  border-bottom: 1px solid #F0F2F4;
  grid-row-start: 1;
  grid-column-start: 2;
  padding-bottom: 12px;
}

.settings-modal-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#first-panel .content {
  overflow: hidden;
  height: calc(100vh - 360px);
}

.info-pane-container {
  background: #efeff1;
  height: calc(100vh - 523px);
  overflow-y: scroll;
  padding: 16px;
  position: relative;
}

.info-panel-close {
  background: none;
  border: none;
  color: #9d9daa;
  cursor: default!important;
  position: absolute;
  right: 0px;
  top: 16px;
}

.info-panel-close:hover, .info-panel-close:focus, .info-panel-close:active {
  color: #51515d;
  outline: none;
}

.info-panel-close span {
  font-size: 20px;
}

.bible-info-pane > div:not(:last-child) {
  border-bottom: 1px solid #d8d8df;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.info-pane-header-button {
  background: none;
  border: none;
  cursor: default!important;
  display: flex;
  align-items: center;
}

.info-pane-header-button:focus, .info-pane-header-button:active {
  outline: none;
}

.bible-info-pane-body {
  padding-top: 8px;
  padding-left: 31px;
}

.bible-info-pane-topics {
  padding-left: 21px;
}

.bible-info-pane-cross-refs, .bible-info-pane-topics {
  font-size: 16px;
}

.bible-info-pane-cross-refs a, .bible-info-pane-topics a {
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}

[lang="he"] {
  font-family: 'Noto Serif Hebrew', serif;
}

[lang="el"] {
  font-family: 'Noto Serif', serif;
}

[lang="zh"] {
  font-family: 'Noto Sans SC', sans-serif;
}

[lang="ja"] {
  font-family: 'Noto Sans JP', sans-serif;
}

[lang="tl"] {
  font-family: 'Noto Sans Tagalog', sans-serif;
}

[lang="cop"] {
  font-family: 'Noto Sans Coptic', sans-serif;
}

[lang="am"], [lang="gez"] {
  font-family: 'Noto Sans Ethiopic', sans-serif;
}

@font-face {
  font-family: Accordance;
  src: url(fonts/Accordance/Accordance.ttf);
}
