.site-header-filler {
  height: 104px;
}
#main_body {
  width: 100%;
  max-width: none;
  padding: 0;
}
.content {
  max-width: none;
}
.search_wrapper {
  width: 100%;
  min-height: 50vh;
}

.force-line-wrap {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* TOP */
.search-top {
  background: #ecf2f5;
  padding: 50px 0 0 0;
  margin: 0 auto 30px auto;
  text-align: center;
  width: 100%;
}

.smartsearch-tab .search-top {
  margin: unset !important;
}

.smartsearch-tab .search-results-wrapper {
  width: unset !important;
  max-width: unset !important;
  margin: unset !important;
}
.search_wrapper .search-box,
.search_wrapper .search-tabs,
.search_wrapper .search-results-wrapper {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.search-top h1 {
  font-size: 48px;
  margin-bottom: 10px;
}
.search-top h1 span {
  font-weight: 300;
}

/* SEARCH BOX */
.search_wrapper .search-box {
  position: relative;
}
.search_wrapper .search-box .fa {
  position: absolute;
  top: 11px;
  left: 13px;
  font-size: 24px;
  color: #3374eb !important;
}
.search_wrapper .search-box input[type="text"] {
  display: block;
  width: calc(100% - 42px);
  padding: 10px 0 10px 42px;
  border: 1px solid #dfe1e5;
  border-radius: 30px;
  margin: 0 0 20px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
#input_search_page {
  pointer-events: unset;
}
.hide {
  display: none !important;
}

.truncated-disclaimer {
  position: relative !important;
  order: 0;
  margin: -10px;
  justify-items: left;
  margin: -20px 0;
  padding: 5px 8px 20px;
}

#footer {
  padding-top: unset !important;
}

/* SmartSearch */
.chatbot-wrapper {
  padding: 15px;
  /* margin-bottom: 170px; */
  color: white;
  border-radius: 20px;
  position: relative;
  background-size: cover;
}

.chatbot-wrapper.one-result {
  margin-bottom: 50px !important;
  max-height: 625px;
}

.chatbot-wrapper.smartsearch-products, .chatbot-wrapper.smartsearch-support {
  padding: 15px;
  color: white;
  border-radius: 20px;
  position: relative;
  background-size: cover;
  margin-bottom: 0px;
}

.chatbot-wrapper.smartsearch-products.one-result,
.chatbot-wrapper.smartsearch-support.one-result {
  max-height: none;
}

.chatbot-title {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
  align-items: end;
  position: relative;
  width: 200px;
}

.chatbot-title_bottom-row {
  display: flex;
  gap: 5px;
  position: relative;
}

.chatbot-title h1 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  margin: unset !important;
}

.chatbot-title p {
  position: relative;
  bottom: -4px;
  font-size: 15px;
}

.chatbot-title #turningpoint-img {
  width: 100px;
  height: 20px;
  aspect-ratio: 250 / 47;
  position: relative;
  bottom: -7px;
}

.chatbot-title #turningpoint-img2 {
  width: 100px;
  height: 20px;
  aspect-ratio: 250 / 47;
  position: relative;
}

.chatbot-title #smartsearch-img {
  height: 30px;
  width: 200px;
}

.chatbot-container hr {
  width: 100%;
}
.chatbot-result {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
  padding-top: 35px;
  padding-right: 25px;
  padding-bottom: 0;
  padding-left: 25px;
}
.chatbot-container .disclaimer-container {
  position: absolute;
  top: 10px;
  right: 10px;
}
.chatbot-container .disclaimer-container a {
  color: #fff !important;
  text-decoration: none;
}

.chatbot-container .disclaimer-container p {
  font-size: 9px;
}

.chatbot-message {
  margin-bottom: 20px;
}
.media_player {
  width: 100%;
  aspect-ratio: 121 / 68;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 20px;
}

.player {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 95%;
  position: relative;
  align-self: center;
  margin: auto;
}

.flowplayer {
  border-radius: 20px !important;
}

.fp-qsel {
  display: none;
}

.custom-control-wrapper {
  position: absolute;
  padding: 2px 2px;
  top: 50%;
  padding: 0 10px;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 9;
  opacity: 0;
}

.custom-control-container {
  display: flex;
  gap: 15px;
}

.custom-controls {
  height: 50px;
  aspect-ratio: 100 / 100;
  color: white;
  z-index: 9;
}

.search_wrapper.other .response-selection_container {
  display: flex;
  /* position: absolute; */
  bottom: 10px;
  right: 60px;
  align-items: center;
  gap: 20px;
  color: #b5b5b5;
}

.feedback-popup {
  right: unset !important;
  bottom: unset !important;
  border-radius: 15px;
  background: transparent;
  padding: 0;
  z-index: 12;
}

.feedback-unclicked {
  /* pointer-events: none !important; */
  display: none;
}

.fa-thumbs-up:hover {
  color: #377e22;
}
.fa-thumbs-down:hover {
  color: #ea3323;
}

.thumbs {
  font-size: 15px;
  padding: 0.125em;
  cursor: pointer;
}

.play-media {
  display: flex;
  align-items: center;
  gap: 3px;
  position: absolute;
  background: #3893a7;
  border-radius: 20px;
  padding: 0px 25px;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  left: 50%;
  z-index: 10;
  justify-content: center;
  width: 150px;
}

.open-iframe_wrapper {
  display: flex;
  position: absolute;
  justify-self: center;
  bottom: -22px;
  left: 0;
  right: 0;
  background: grey;
  padding: 10px;
  width: 200px;
  border-radius: 30px;
  justify-content: center;
}

.fp-context-menu.fp-menu.fp-active {
  display: none;
}
.fp-header {
  display: flex;
  justify-content: right;
}

.video-icon-container {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 9999;
}

.video-icon-container i {
  position: unset !important;
  font-size: 18px;
  color: #FFF;
  cursor: pointer;
}

.other .fp-fullscreen {
  display: none !important;
  float: unset;
}

.fp-share {
  display: none !important;
}

.fp-visible {
  display: none !important;
}

.flowplayer .fp-context-menu {
  display: none;
}
.fp-progress-circle,
.fp-volume-circle {
  width: 10px !important;
  height: 10px !important;
  background-color: white !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.fp-progress-circle {
  left: 100% !important;
}

.fp-volume-circle {
  left: 43px;
  z-index: 3;
}

.flowplayer .fp-color {
  background-color: #ff8868 !important;
}
.fp-progress,
.fp-volumebar {
  position: relative;
}

.fp-playlist {
  display: none;
}

.fp-context-menu {
  display: none !important;
}

.initial-loader-container {
  position: relative;
  width: 100%;
  margin: 0 auto 18px;
  min-height: 160px;
  padding: 20px 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  pointer-events: none;
}

.initial-loader-container::before {
  content: "";
  width: 240px;
  height: 54px;
  background:
    url("https://d2urhn0mmik6is.cloudfront.net/site/_images/smartsearch-branding.png") center center / 200px 30px no-repeat,
    linear-gradient(135deg, rgba(18, 45, 99, 0.98), rgba(43, 86, 165, 0.92));
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(16, 28, 61, 0.2);
  flex: 0 0 auto;
}

.initial-loader-container .loader,
.initial-loader-container .loader1,
.initial-loader-container .loader2 {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  margin: 0;
  padding: 12px;
  flex: 0 0 auto;
}
.loader,
.loader1,
.loader2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  top: unset;
}
.submit-loader {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  top: 32%;
  left: 40%;
}

.loader2 {
  top: 2%;
  display: none;
  /* display: none; */
}
.loader::after,
.loader1::after,
.loader2::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid #ff8868;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

.submit-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-left: 4px solid #ff8868;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.submit-container {
  position: relative;
  display: block;
  width: 100%;
}
.submit-feedback {
  background: #3b2c95;
  opacity: unset;
  border: none;
  padding: 10px 14px;
  width: 100%;
  border-radius: 12px;
  color: #fff;
  margin-top: 14px;
  font-weight: 600;
}

.send-feedback-wrapper h1,
.ss-feedback-wrapper h1
{
  font-size: 14px;
  margin-bottom: 15px;
  color: #fff;
}

.fa-circle-xmark {
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  cursor: pointer;
}

.offensive-label {
  display: flex;
  align-items: center;
  position: relative;
  gap: 8px;
  overflow: visible;
}

.checkbox_input {
  position: absolute;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.checkbox_inner {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #626262;
  background: transparent no-repeat center;
}

.checkbox_input:checked + .checkbox_inner {
  border-color: #1f60bb;
  background-color: #1f60bb;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='10px' viewBox='0 0 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 59.1 (86144) - https://sketch.com --%3E%3Ctitle%3Echeck%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ios_modification' transform='translate(-27.000000, -191.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Group-Copy' transform='translate(0.000000, 164.000000)'%3E%3Cg id='ic-check-18px' transform='translate(25.000000, 23.000000)'%3E%3Cpolygon id='check' points='6.61 11.89 3.5 8.78 2.44 9.84 6.61 14 15.56 5.05 14.5 4'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 8px 8px;
}
p.checkbox_text {
  color: white;
}

.disabled {
  pointer-events: none;
}

.continue-link {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.continue-link span {
  margin-left: 5px;
}


.continue-tp-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-width: 0;
}

.continue-conversation-container {
  position: relative;
  background: #424a6b;
  padding: 7px 14px 7px 12px;
  border-radius: 20px;
  position: relative;
  align-items: center;
  display: flex;
  min-width: 180px;
}

.continue-conversation-container img, .watch-on-tpp-container img {
  width: 90px;
}

.continue-conversation-container a {
    color: #FFF;
    text-decoration: none;
    margin-left: 10px;
    width: 100%;
    z-index: 10;
}

.continue-conversation-container i {
    position: absolute;
    right: 10px;
    z-index: 9;
}

.media-counter {
  position: absolute;
  bottom: 30px;
  left: 60px;
  align-items: center;
}
.about-us-outer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0e1939b5;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border-radius: 20px;
}

.watch-on-tpp-container {
  bottom: 5px;
  left: 60px;
  color: #b5b5b5;
  cursor: pointer;
  min-width: 180px;
}

.feedback-resources-container {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  align-items: center;
  justify-content: center;
  column-gap: 70px;
  row-gap: 12px;
  width: 100%;
  margin: 20px auto 30px;
}

.response-selection_container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  white-space: nowrap;
}

.smartsearch-tab .response-selection_container {
  display: inline-flex !important;
  position: static !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  top: auto !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

.response-selection_text {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.thumb-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (min-width: 851px) {
  .feedback-resources-container {
    grid-template-columns: max-content max-content max-content;
  }
}
.about-us-overlay {
  display: flex;
  flex-direction: column;
  width: 90%;
  min-height: 200px;
  align-items: center;
  position: relative;
}

.about-us-overlay h1 {
  color: white;
  font-size: 17px !important;
  text-align: -webkit-center;
  margin-bottom: 10px;
}

.about-us-overlay p {
  text-align: center;
  margin-bottom: 10px;
}

.trial-donate-container {
  display: flex;
  position: absolute;
  bottom: 0;
  border: 1pt solid white;
  border-radius: 20px;
  width: 150px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* .about-us-overlay .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: white;
  cursor: pointer;
} */

.watch-more {
  background: none;
  border: 1pt solid white;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  width: 150px;
  cursor: pointer;
  width: 100%;
}
.about-us-donate,
.free-trial-btn {
  background: none;
  border: unset;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

.donate-background {
  background-color: #e90101;
}
.sign-in-outer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000b5;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border-radius: 20px;
}

.sign-in-overlay {
  display: flex;
  flex-direction: column;
  width: 90%;
  min-height: 200px;
  justify-content: center;
  align-items: center;
}

.sign-in-overlay h1 {
  color: white;
  font-size: 17px !important;
  text-align: -webkit-center;
}

.sign-in-overlay .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: white;
  cursor: pointer;
}

.authenticate-btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 164px;
  padding: 20px 0 0 0;
}

.sign-up-btn {
  border: 1px solid #ff8868;
  border-radius: 30px;
  padding: 10px 50px;
  cursor: pointer;
}

.play-media-watch-now {
  gap: "unset !important";
  padding: "5px 25px; !important";
  text-align: -webkit-center;
}

.tpplus-watch-now {
  font-size: 11px;
}

.section-support-content, 
.section-products-content,
.section-theological-content {
  margin-top: 20px;
}

.section-theological-content {
  position: relative;
}

.feedback-modal-overlay {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(6, 10, 24, 0.52);
  border-radius: 20px;
}

.feedback-modal-panel {
  position: relative;
  width: min(420px, calc(100vw - 32px));
  padding: 28px 24px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2a1e6f 0%, #5d8ab5 100%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.feedback-modal-panel h1 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #fff;
}

.feedback-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff;
  cursor: pointer;
}

.feedback-modal-close .fa-circle-xmark {
  position: static;
}

.feedback-modal-panel .send-feedback-container {
  width: 100%;
}

.feedback-inline-status p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
/* SmartSearch product ads */

.related-products-wrapper {
  padding: 5px 0;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background: linear-gradient(135deg, #2f2f2f, #1a1a1a); */
  background: linear-gradient(
		to top,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 1) 40%,
		rgba(0, 0, 0, 0.7) 65%,
		rgba(0, 0, 0, 0.4) 85%,
		rgba(0, 0, 0, 0.15) 95%,
		rgba(0, 0, 0, 0) 100%
	);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  opacity: 0.95;
  z-index: 1000;
}

.related-products-wrapper h3 {
  color: #ffffff;
}
.series-container {
  position: absolute;
  left: 5px;
  top: -25px;
  z-index: 1;
}

.series-container img {
  height: 100px;
  width: 100px;
}

.related-products-content a {
  white-space: nowrap;
}

.related-products-content {
  display: flex;
  align-items: center;
  overflow-x: auto;
  position: relative;
  /* height: 70px; */
  justify-content: center;
  gap: 40px;
}

.product-list-container {
  overflow-x: auto;
  max-width: 150px;
}

.related-products-title {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  min-width: 250px;
  margin-left: 120px;
  text-align: left;
}

.related-products-list img {
  width: 50px;
  height: 50px;
}

.product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.3s;
}

.product-item:hover,
.browse-resources:hover {
  transform: translateY(-2px);
}

.product-item img {
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  border: 1px solid #444;
}

.product-item span {
  font-size: 0.7rem;
  text-align: center;
  color: #fff;
}

.swiper-button {
  transform: scale(0.4);
  color: #fff !important;
  width: calc(var(--swiper-navigation-size) / 44 * 20) !important;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.related-products-chevron-down {
  position: absolute;
  right: 5px;
  top: -4px;
  font-size: 0.9rem;
  cursor: pointer;
  color: #aaa;
  transition: color 0.3s;
}

.related-products-chevron-down:hover {
  color: #fff;
}

.related-products-info {
  cursor: pointer;
  color: #fff;
  transition: color 0.3s;
  float: right;
  font-size: 18px;
  margin-bottom: 10px;
}
.browse-resources {
  padding: 5px 14px;
  border: none;
  cursor: pointer;
  border-radius: 15px;
  font-size: 14px;
  transition: transform 0.2s ease, color 0.3s;
  width: 100%;
}

.series-container-mobile {
  display: flex;
  align-items: center;
  position: absolute;
  top: 13px;
  right: 15px;
  gap: 27px;
  background: linear-gradient(135deg, #2f2f2f, #1a1a1a);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  padding: 5px;
  border-radius: 5px;
  text-align-last: center;
}

.series-title-mobile {
  color: #fff;
  font-size: 11px;
  max-width: 100px;
  white-space: nowrap;
}
.product-item-mobile img {
  height: 60px;
  width: 60px;
}
.series-mobile-close-btn {
  position: absolute;
  right: -9px;
  top: -15px;
}

/* biblestrong-ai chat iframe */
.bs-ai-iframe-opener {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 45px;
  cursor: pointer;
  color: rgb(35, 47, 62);
  z-index: 999;
}
.bs-ai-iframe-opener .fa-message {
    position: relative;
}

.iframe-opener-title-container {
  padding: 10px;
  border-radius: 20px;
  background: linear-gradient(135deg, #37298c, #243d7a);
  display: flex;
  gap: 5px;
  align-items: center;
}
.iframe-opener-title-container img {
  width: 100px;
}

.iframe-opener-title-container span {
  color: white; 
  font-size: 12px;
  position: relative;
  top: 1px;
}

.bs-ai-iframe-opener .fa-message::after {
    content: var(--badge-content-bsai, '1');
    position: absolute;
    top: -6px;
    right: -6px;
    width: 17px;
    height: 17px;
    background: red;
    border-radius: 50%;
    color: white;
    font-size: 9px;
    text-align: center;
    line-height: 16px;
}
.bs-ai-iframe-opener.jump {
  animation: jump 1s ease-in-out infinite;
}
@keyframes jump {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.iframe-container {
  position: fixed;
  top: 160px;
  left: 20px;
  border: none;
  border-radius: 25px;
  z-index: 1000;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 1);
}

.drag-handle {
  background-color: rgb(35, 47, 62);
  color: white;
  padding: 5px 15px;
  cursor: move;
  border-radius: 10px 10px 0 0;
  height: 30px;
  font-size: 16px;
  gap: 43px;
  display: flex;
  text-align: center;
  cursor: move;
  position: relative;
}

.drag-handle .drag-handle-btns {
  position: absolute;
  right: 5px;
}

.drag-handle i {
  font-size: 22px;
  padding: 5px 2px 0px 8px;
}
.iframe-exit {
  position: relative;
  cursor: pointer;
  color: #458ad0;
}
.resize-handle {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 1000;
}

.resize-handle i {
  transform: rotate(90deg);
  color: #fff;
  margin-left: -15px;
  margin-top: -15px;
}
.resize-se { 
  bottom: 0px;
  right: 0px;
  cursor: nwse-resize;
}

#bs-ai-iframe {
  border: none;
  border-radius: 0 0 25px 25px;
  width: 100%;
  height: 80vh;
}

.iframe-title-container{
  display: flex;
  align-items: center;
  gap: 10px;
}
.iframe-title-container p {
  font-size: 13px;
  border-left: 2px solid #fff;
  padding: 0px 0px 0px 8px;
  margin-top: 2px;
}
.iframe-title-container img {
  width: 55%;
}
@media (max-width: 850px) {
  #bs-ai-iframe {
        width: 100vw !important;
  }
  .iframe-container {
    position: fixed;
    left: 0px;
    border: none;
    border-radius: 25px;
    z-index: 100;
  }

  .ss-caret {
    opacity: 1;
  }
}

@media(min-width: 851px) {
  .ss-caret {
    opacity: 0 !important;
  }

  .secondary .continue-tp-container {
    display: none;
  }

  .secondary .section-products-content {
    height: 90%;
  }

  .secondary .related-products-wrapper {
    display: none;
  }

  .secondary .chatbot-message {
    margin-bottom: unset;
  }

  .secondary .player * {
    transform: unset !important;
  }

  .secondary .player {
    width: 95% !important;
  }

  .secondary .fp-progress-circle {
    display: none;
  }
}

@media (max-height: 800px) {
  #bs-ai-iframe {
    height: 75vh !important;
  }
  .bible-strong {
    margin-top: 20px;
  }
}


/* biblestrong-ai chat iframe */

/* TABS */
.search-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 20px 0;
}
.search-tabs a {
  display: block;
  padding: 10px 30px;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #5c5c5c !important;
  transition: all 0.25s ease;
  position: relative;
}
.search-tabs a:hover:not(.selected) {
  color: #333 !important;
  transition: all 0.25s ease;
}
.search-tabs a.selected {
  color: #3374eb !important;
  border-bottom: 3px solid #3374eb;
  transition: all 0.25s ease;
}
.search-info {
  font-size: 13px;
  color: #666;
  margin-bottom: 40px;
}
.search-info a {
  font-size: 13px;
}

/* RESULTS */
.search-result {
  margin: 0 0 20px 0;
}
.search-result a,
.search-result a:link {
  color: #2012ae;
}
.search-result a:visited {
  color: #63039b;
}
.search-result .title {
  font-size: 16px;
}
.search-result .link {
  color: #008000;
  font-size: 13px;
}

/* PAGINATION */
.search-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.search-pagination a {
  display: block;
  text-align: center;
  padding: 5px;
  margin: 0 5px;
  text-decoration: none;
  color: #3374eb !important;
  transition: all 0.25s ease;
}
.search-pagination a .fa {
  font-size: 1.4em;
}
.search-pagination a.current {
  background: #3374eb;
  color: #fff !important;
  text-decoration: none;
  border-radius: 30px;
  padding: 5px 10px 5px 10px;
}
.search-pagination a:hover:not(.current) {
  text-decoration: underline;
  transition: all 0.25s ease;
}
.search-pagination .pagination-dots {
  white-space: nowrap;
  padding: 0 10px;
}

/* PRODUCTS */
.products-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.products-wrapper .filters {
  display: flex;
  flex-direction: column;
  width: 200px;
  margin-right: 20px;
}
.products-wrapper .products {
  width: calc(100% - 220px);
}
.products-wrapper .filters .col {
  margin: 0 0 20px 0;
}
.products-wrapper .filters label,
.products-wrapper .filters a {
  position: relative;
  display: block;
  margin: 0 0 5px 0;
}
.products-wrapper .filters label {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #3374eb;
}
.products-wrapper .filters label .uncheck-all {
  position: absolute;
  right: 0;
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
}
.products-wrapper .filters a {
  text-decoration: none;
  color: #333 !important;
  font-size: 13px;
  line-height: 1.2em;
}
.products-wrapper .filters a.exclude {
  color: #555 !important;
}
.products-wrapper .filters h2 {
  margin: 0 0 10px 0;
  padding: 8px 0 3px 0;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}
.btn-filters-mobile,
.products-wrapper .filters .btn-filters-close {
  display: none;
}

.support-title, .product-title {
  font-size: 20px;
  font-weight: 600;
  /* border-top: 2px solid; */
  /* padding-top: 15px; */
}
.support-response {
  background: #fff;
  color: black;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
}
.support-response.collapsed {
  max-height: 48px !important;
  overflow: hidden !important;
}
.support-header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.support-question {
  color: #3773b0;
  display: block;
  font-size: 16px;
  flex: 1 1 auto;
  text-align: left;
  text-decoration: underline;
}
.support-question:hover {
  color: #2c5e90;
}
.support-toggle {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 0;
}
.support-toggle i {
  font-size: 25px;
  pointer-events: none;
}
.support-answer {
  margin-top: 10px;
}
.support-container {
  margin-top: -15px;
}

.section-products .products {
      width: 100%;
    max-width: 23%;
    justify-content: center;
    margin: 1%;
    align-items: center;
    padding: 40px 20px;
    background: #fff;
}
.section-title {
  width: 400px;
  max-width: 400px;
  transition: all 0.2s ease;
}

.products {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 5px;
    border-radius: 10px;
}
.section-products .product .inner {
  max-width: 225px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* background: #fff; */
  /* min-height: 480px; */
  border-radius: 15px;
}
.product .image {
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 200px;
  margin: 0 auto;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}

.product:not(.exempt) .details .social>div {
    display: flex;
}

.product:not(.exempt) .details .social .small a {
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2.5px;
  border-radius: 30px;
}

.product:not(.exempt) .details .social .small .fa-facebook {
  font-size: 25px;
  color: #3773b0 !important;
  background: #FFF !important;
}

.product:not(.exempt) .details .social {
  width: 50%;
  justify-content: flex-end;
}

.product.medium:not(.exempt) .details .social .link {
  background: #717171;
  color: #fafafa;
}

.product:not(.exempt) .details .social .small a {
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2.5px;
  border-radius: 30px;
  position: relative;
}

.product:not(.exempt) .details .row {
  display: flex;
  padding: 5px;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.product .detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  flex: auto;
}
.product .details .row:first-child {
  flex: auto;
  align-items: flex-start;
}
/* .product .details .row {
  display: flex;
  padding: 5px;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  max-width: 100%;
} */
.product .image a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .details .row>div {
  display: flex;
  color: black;
}
.product .details .title {
  width: 100%;
    justify-content: flex-start;
}
.product a {
  text-decoration: none;
  color: #3773b0;
}
.product .image .digital_download_image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.product .image .digital_download_image img {
  width: 100%;
  height: auto;
}
.product .details .row:nth-child(5) {
  width: 100%;
  justify-content: center;
  padding: 0;
  margin-top: 10px;
  flex-wrap: wrap;
}
.product .details .row:nth-child(5)>div {
  padding: 5px 10px;
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1 50%;
  margin: 0 5px;
  margin-bottom: 5px;
  cursor: pointer;
  max-width: 150px;
}
.product .grid_view .product .details .row:nth-child(5) > div {
  max-width: none;
}

.product:not(.exempt) .checkout_btn i {
  margin-right: 5px;
}

.product .checkout_btn.premium_product {
  background-color: #009900;
}

.product .checkout_btn {
  cursor: pointer;
  width: 100%;
  max-width: 150px;
  background-color: #e27401;
  color: #fff !important;
  border-radius: 30px;
  padding: 7.5px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
}

.product:not(.exempt) {
  display: flex;
  position: relative;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  transition: all .25s ease-out;
  padding: 40px 20px;
  background: #fff;
  border-radius: 20px;
  align-items: center;
}

/* Only the main response uses the shortened image panel treatment. */
.response-section.main .product:not(.exempt) {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.response-section.main .product:not(.exempt)::before {
  content: "";
  position: absolute;
  inset: 60px 0 0;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  z-index: 0;
}

.product:not(.exempt) .details .row:first-child {
  flex: auto;
  align-items: flex-start;
}

.product:not(.exempt) .details .row>div {
  display: flex;
}

.product:not(.exempt) .details .stamp {
  border-bottom: 1px solid #adadad;
  border-top: 1px solid #adadad;
  width: 100%;
}


.product:not(.exempt) .inner {
  width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}

.product:not(.exempt) .details {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  flex: auto;
}

.product:not(.exempt) .details .price {
  width: 50%;
  justify-content: flex-start;
  color: #819c01 !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 16px;
}


.product:not(.exempt) .details .title {
  width: 100%;
  justify-content: flex-start;
}

.product:not(.exempt) .details .title h2 {
  color: #3773b0;
  font-size: 17px;
  text-transform: none;
  font-weight: 600;
  line-height: 1.25em;
}

.product:not(.exempt) .details .stamp h3 {
  font-size: 13px;
  font-weight: 400;
}

.product:not(.exempt) .details .stamp a {
  color: #adadad;
  display: block;
  padding: 10px 0;
  width: 100%;
}

.product .img img {
  min-height: 100%;
  max-height: 200px;
  max-width: 110%;
  height: auto;
}

.product-image {
  max-height: 175px;
}

/* Float transparent PNG artwork upward while standard product art sits lower. */
.response-section.main .product-image {
  transform: translateY(30px);
}

.response-section.main .product-image-transparent {
  transform: translateY(-20px);
}

/* Secondary cards should never offset product art. */
.response-section.secondary .product-image,
.response-section.secondary .product-image-transparent {
  transform: none !important;
}

.product:not(.exempt).medium .details .title h2 .digital_product_label {
  display: block;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #333333;
}

.chatbot-result .value {
  color: #819c01 !important;
  font-size: 16px;
  display: block !important;
}

.chatbot-result .copy_message {
	color: #000;
}

.section-products, .section-support {
  min-height: 50px;
}
.section-loader {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  top: unset;
}

.section-theological .section-loader {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 25;
  pointer-events: none;
}
.section-products-content {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.response-section.first-position .section-loader {
  right: -140px;
  border-top: 4px solid black;
}
.response-section.last-position .section-loader {
  left: -140px;
  border-top: 4px solid black;
}
.response-section {
  min-width: 690px;
  background: url(https://d2urhn0mmik6is.cloudfront.net/site/biblestrong-ai/background1-min.jpg) center center;
  padding: 40px;
  border-radius: 20px;
  background-size: cover;
}
.searchall-shell .section-title {
  cursor: default;
  pointer-events: none;
}

.searchall-shell {
  display: flex;
  flex-direction: column;
  position: relative;
}

.searchall-shell-content {
  position: absolute;
  inset: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.searchall-shell-title {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
  width: fit-content;
}

.chatbot-title-shell {
  width: auto;
  padding-bottom: 0;
}

.searchall-shell-status,
.searchall-shell-empty {
  margin: 0;
  color: #fff;
}

.searchall-shell-status {
  max-width: 520px;
  font-size: 18px;
  line-height: 1.2;
}

.searchall-shell-empty {
  max-width: 640px;
  font-size: 24px;
  line-height: 1.5;
}

.searchall-shell-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(100%, 640px);
}

.searchall-shell-empty-state .searchall-shell-empty {
  margin: 0;
  padding: 0;
  text-align: center;
}

.searchall-shell .searchall-shell-loader {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  margin: 0;
  padding: 12px;
  flex: 0 0 auto;
  display: block;
}

.response-section.main {
  width: 800px;
  position: absolute;
  top: -20px;
  min-height: 600px !important;
  z-index: 100;
  height: auto;
  box-shadow: 0 5px 16px 4px rgba(0, 0, 0, 0.7)
}

.response-section.main.guardrail-main {
  min-height: 600px !important;
  height: auto !important;
  position: relative;
}

.response-section.section-theological.guardrail-pending .chatbot-message,
.response-section.section-theological.guardrail-pending .player,
.response-section.section-theological.guardrail-pending .continue-tp-container,
.response-section.section-theological.guardrail-pending .response-selection_container {
  visibility: hidden !important;
}

.response-section.main.guardrail-main .player,
.response-section.main.guardrail-main .tpplus-embed-player-api,
.response-section.main.guardrail-main .media_player,
.response-section.main.guardrail-main .play-media,
.response-section.main.guardrail-main .video-icon-container,
.response-section.main.guardrail-main .custom-control-wrapper {
  display: none !important;
}

.response-section.main.guardrail-main .section-theological-content,
.response-section.main.guardrail-main .chatbot-message,
.response-section.main.guardrail-main .player,
.response-section.main.guardrail-main .tpplus-embed-player-api,
.response-section.main.guardrail-main .media_player {
  min-height: 0 !important;
  max-height: none !important;
  height: auto !important;
}

.response-section.main.guardrail-main .section-theological-content {
  display: flex;
  flex-direction: column;
  min-height: 100% !important;
  justify-content: center;
}

.response-section.main.guardrail-main .section-title {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
  width: fit-content;
}

.response-section.main.guardrail-main .chatbot-message {
  flex: 1 1 auto;
}

.response-section.main.guardrail-main .chatbot-message.chatbot-empty-message {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 640px;
}

.chatbot-empty-message-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(100%, 640px);
  font-size: 24px;
}

.chatbot-empty-message-inner p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
}

.guardrail-retry-btn {
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 999px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.guardrail-retry-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.ss-no-results .main {
    min-height: auto !important;
    height: auto !important;
}

.ss-no-results .chatbot-result {
    min-height: 0 !important;
}

.response-section.low-confidence,
.response-section.low-confidence * {
  opacity: 0 !important;
  pointer-events: none !important;
}

.response-section.low-confidence {
  display: none !important;
}
.response-section.secondary {
  margin-top: 12px;
  height: 500px;
  width: 700px;
  overflow: hidden;
  opacity: 0.5;
  cursor: grab;
  transition: all 0.2s ease;
}
.response-section.secondary:hover {
  scale: 1.1;
  opacity: 0.8;
  transition: all 0.2s ease;
}
.response-section.secondary * {
  pointer-events: none;
  transform: scale(0.95);
}

.response-section.secondary .section-theological-content {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: calc(100% - 90px);
}

.response-section.secondary .section-support-content,
.response-section.secondary .section-support-content *,
.response-section.secondary .support-response,
.response-section.secondary .support-header,
.response-section.secondary .support-question,
.response-section.secondary .support-answer,
.response-section.secondary .support-toggle,
.response-section.secondary .support-toggle i {
  transform: none !important;
}

.response-section.secondary .chatbot-message {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.response-section.secondary .player {
  flex: 0 0 auto;
  width: 88% !important;
  max-width: 88% !important;
  margin-top: auto;
}

.response-section.secondary .tpplus-embed-player-api,
.response-section.secondary .flowplayer,
.response-section.secondary .media_player {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.response-section.secondary .player,
.response-section.secondary .player *,
.response-section.secondary .tpplus-embed-player-api,
.response-section.secondary .tpplus-embed-player-api *,
.response-section.secondary .flowplayer,
.response-section.secondary .flowplayer * {
  transform: none !important;
}

.response-section.secondary .play-media {
  width: 130px;
  padding: 0 14px;
}

.response-section.secondary .section-support-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.response-section.secondary .support-response,
.response-section.secondary .support-header,
.response-section.secondary .support-question,
.response-section.secondary .support-answer {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.response-section.secondary .support-response {
  align-self: stretch;
}

/* .response-section.secondary .product.medium {
    padding: 5px;
} */
.response-section.last-position .section-title {
  margin-left: 430px;
  transition: all 0.2s ease;
}
.response-section.last-position .section-title:has(.chatbot-title_bottom-row img) {
  margin-left: 355px;
  transition: all 0.2s ease;
}

.chatbot-wrapper.two-visible:not(.smartsearch-products):not(.smartsearch-support) .response-section.last-position.secondary {
  margin-left: 550px;
}

.chatbot-wrapper.smartsearch-products .chatbot-result,
.chatbot-wrapper.smartsearch-support .chatbot-result {
  min-height: 0 !important;
  padding-bottom: 15px;
  width: min(880px, 100%);
  margin: 0 auto;
}

.chatbot-wrapper.smartsearch-products .response-section,
.chatbot-wrapper.smartsearch-support .response-section {
  min-width: 0;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.chatbot-wrapper.smartsearch-products .section-products-content,
.chatbot-wrapper.smartsearch-support .section-support-content {
  width: 100%;
  max-width: 100%;
}

.chatbot-wrapper.smartsearch-products .response-section.main, .chatbot-wrapper.smartsearch-support .response-section.main {
  position: relative;
  top: -20px;
  width: 100%;
  max-width: 880px;
  min-height: auto !important;
}

.searchall-shell.main,
.chatbot-wrapper.smartsearch-products .searchall-shell.main,
.chatbot-wrapper.smartsearch-support .searchall-shell.main {
  min-height: 600px !important;
}

.chatbot-wrapper.smartsearch-products .searchall-shell.main.no-results-shell,
.chatbot-wrapper.smartsearch-support .searchall-shell.main.no-results-shell,
.chatbot-wrapper .response-section.main.guardrail-main {
  min-height: 600px !important;
}

@media (max-width: 850px) {
  .section-products-content {
    flex-direction: column;
    align-items: anchor-center;
  }
}

@media (max-width: 800px) {
  .products-wrapper {
    flex-direction: column;
  }
  .products-wrapper .filters,
  .products-wrapper .products {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .products-wrapper .filters {
    display: none;
  }
  .products-wrapper .filters.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
  }
  .products-wrapper .filters.mobile .filters-inner {
    width: calc(100% - 40px);
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px 20px 20px 20px;
  }
  .products-wrapper .filters.mobile .cols {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .products-wrapper .filters.mobile .col {
    width: calc(25% - 20px);
  }
  .products-wrapper .filters.mobile label {
    margin-bottom: 24px;
  }
  .products-wrapper .filters.mobile label .uncheck-all {
    top: 18px;
    left: 0;
  }
  .btn-filters-mobile {
    display: block;
    background: #3374eb;
    color: #fff !important;
    width: calc(100% - 20px);
    text-align: center;
    text-decoration: none;
    padding: 10px;
    margin: -10px 0 20px 0;
    border-radius: 0;
  }
  .products-wrapper .filters .btn-filters-close {
    display: block;
    position: absolute !important;
    top: 12px;
    right: 21px;
    font-size: 24px !important;
    color: #333 !important;
  }
  .products-wrapper .filters .btn-filters-apply {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.02em;
    background: #3374eb;
    color: #fff !important;
    margin-bottom: 40px;
  }
  .related-products-wrapper {
    display: none;
  }
}
@media (max-width: 550px) {
  .products-wrapper .filters.mobile .cols {
    display: block;
    columns: 3;
    column-gap: 20px;
  }
  .products-wrapper .filters.mobile .cols .col {
    width: calc(100% - 20px);
    break-inside: avoid;
  }
  .product.medium {
    max-width: 100% !important;
  }
}
@media (max-width: 475px) {
  .products-wrapper .filters.mobile .cols {
    columns: 2;
  }
  .products-wrapper .filters.mobile .cols .col {
    width: calc(100% - 20px);
  }
  
  .response-selection_text {
    font-size: 11px;
  }
  .custom-controls {
    height: 40px;
  }
}
@media (max-width: 580px) {
  .search-desktop-only {
    display: none;
  }
  .search-top h1 {
    font-size: 35px;
  }

  .response-selection_container {
    gap: 10px;
    align-items: center;
  }
  .response-selection_text {
    font-size: 10px;
  }
  .thumbs {
    font-size: 12px;
  }

  .chatbot-result {
    padding: 0 0 25px;
  }

  .chatbot-message {
    min-height: 50px !important;
  }

  .player {
    width: 100%;
  }

  .media_player {
    padding: unset;
  }

  .send-feedback-wrapper {
    display: flex;
    flex-direction: column;
    align-self: center;
  }

  .related-products-title {
    margin-left: 130px;
  }
}

@media (max-width: 465px) {
  .chatbot-title {
    display: block;
    padding: 10px 10px 10px;
  }
  .chatbot-title h1 {
    font-size: 23px;
  }
  .chatbot-title_bottom-row {
    margin: 7px 0;
  }
  .feedback-resources-container {
    gap: 12px;
  }
  .response-selection_text {
    color: #fff;
  }
}

@media (max-width: 660px) {
  .series-container img {
    height: 85px;
    width: 85px;
  }

  .related-products-content {
    gap: 0;
  }

  .related-products-title {
    min-width: 200px;
    margin-left: 80px;
  }

  .related-products-title p {
    font-size: 12px;
  }

  .smartsearch-tab .feedback-resources-container {
    grid-template-columns: 1fr;
    gap: 10px;
    justify-items: center;
  }
  .smartsearch-tab .response-selection_container {
    flex-direction: row !important;
  }
}

/* Mobile: Convert carousel to vertical column */
@media (max-width: 850px) {
  .smartsearch-tab,
  .smartsearch-tab .chatbot-wrapper,
  .smartsearch-tab .chatbot-result {
    overflow-x: hidden;
    max-width: 100%;
  }

  .chatbot-wrapper,
  .chatbot-wrapper.smartsearch-products,
  .chatbot-wrapper.smartsearch-support {
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 50px;
  }

  .chatbot-wrapper.one-result {
    max-height: none;
  }

  .chatbot-result {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    min-height: 0 !important;
    width: 100%;
    padding: 0 0 25px;
  }

  .response-section.low-confidence {
    display: none;
  }

  .response-section {
    min-width: unset;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    position: relative !important;
    top: unset !important;
    min-height: auto !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    opacity: 1 !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    cursor: default !important;
  }

  .response-section.main {
    z-index: 1;
    min-height: auto !important;
  }

  .response-section.main.guardrail-main .section-title {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .searchall-shell.main,
  .response-section.main.guardrail-main,
  .chatbot-wrapper.smartsearch-products .searchall-shell.main.no-results-shell,
  .chatbot-wrapper.smartsearch-support .searchall-shell.main.no-results-shell {
    min-height: 260px !important;
  }

  .searchall-shell-content {
    position: relative;
    inset: auto;
    min-height: 260px;
    padding: 20px 0 0;
  }

  .searchall-shell-empty,
  .response-section.main.guardrail-main .chatbot-message.chatbot-empty-message {
    font-size: 24px;
    line-height: 1.5;
  }

  .guardrail-retry-btn {
    font-size: 15px;
    padding: 11px 22px;
  }

  .searchall-shell-title {
    position: relative;
    top: auto;
    left: auto;
  }

  .response-section.secondary {
    cursor: default;
  }

  .response-section.secondary:hover {
    scale: 1;
    opacity: 1;
  }

  .response-section.secondary * {
    pointer-events: auto;
    transform: none !important;
  }

  .response-section.first-position .section-loader,
  .response-section.last-position .section-loader {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }

  .response-section.last-position .section-title {
    margin-left: 0;
  }

  .response-section.last-position .section-title:has(.chatbot-title_bottom-row img) {
    margin-left: 0;
  }

  .chatbot-wrapper.two-visible .response-section.last-position.secondary {
    margin-left: 0 !important;
  }

  .section-title {
    width: 100%;
    max-width: 100%;
  }

  .section-products-content {
    overflow-x: visible;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
  }

  .section-products .product,
  .section-products .product .inner {
    min-width: 0;
    width: 100%;
    flex-shrink: 0;
    display: inline;
  }

  .chatbot-wrapper.smartsearch-products .section-products-content {
    overflow-x: visible;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
  }

  .chatbot-wrapper.smartsearch-products .response-section,
  .chatbot-wrapper.smartsearch-support .response-section {
    max-width: 100% !important;
    width: 100% !important;
  }

  .smartsearch-tab .feedback-resources-container {
    display: inline-flex !important;
    flex-direction: column;
    gap: 20px;
    width: auto;
    max-width: 100%;
    justify-items: unset;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: -60px;
  }

  .smartsearch-tab .continue-tp-container,
  .smartsearch-tab .watch-on-tpp-container,
  .smartsearch-tab .response-selection_container {
    width: auto;
    min-width: 0;
    justify-content: center !important;
  }

  .smartsearch-tab .watch-more,
  .smartsearch-tab .continue-conversation-container {
    width: auto;
    max-width: 100%;
  }

  .support-response.collapsed {
    max-height: 84px !important;
  }

  .response-section.mobile-collapsed > *:not(.section-title) {
    display: none;
  }

  .response-section.secondary {
    cursor: pointer;
  }

  .section-title {
    position: relative;
    cursor: pointer;
    pointer-events: auto;
  }

  .mobile-caret {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    transition: transform 0.3s ease;
    pointer-events: auto;
  }

  .response-section:not(.mobile-collapsed) .mobile-caret {
    transform: translateY(-50%) rotate(180deg);
  }

  .response-section.guardrail-main .mobile-caret {
    display: none !important;
  }

  .response-section.guardrail-main .section-title {
    cursor: default;
    pointer-events: none;
  }
}


/* SmartSearch tab  */
/* body {
  font-family: "Open Sans", Arial, Verdana;
  background: url(https://d2urhn0mmik6is.cloudfront.net/site/biblestrong-ai/background1-min.jpg)
    center center;
  background-size: cover;
}

html,
body {
  height: 100dvh;
  margin: 0;
  overflow: hidden;
} */

/* #tp_content {
  height: 100%;
} */

.smartsearch-noti-container {
  position: absolute;
  top: 0;
  right: 20px;
  background-color: red;
  color: #FFF;
  padding: 3px;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hiding SmartSearch "chat" tab for product & support launch 4/27/2026 */
.tab-smartsearch {
  display: none !important;
}

#smartsearch-tab-img {
  filter: brightness(0.3);
  width: 100px;
}

.remove-height {
  height: 0px !important;
}

.relative {
  position: relative !important;
}

#ss_tp_content {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

/* #main-body {
  width: 100%;
} */

.smartsearch-tab .smartsearch-background {
  display: none; 
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
  position: absolute;
  z-index: 0;
}

.smartsearch-tab .search-results-wrapper {
  margin: unset !important;
  display: flex !important;
  height: 100% !important;
  width: 100% !important;
  justify-self: anchor-center !important;
  position: relative !important;
  max-width: unset !important;
  justify-content: center !important;
}

.smartsearch-tab .search-results {
  width: 100%;
}

.tp_overlay_bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 15, 40);
  opacity: 0.9;
  z-index: 2;
}

/* .user-welcome {
  position: relative;
  color: #fff;
  font-size: 13px;
  line-height: 1.2em;
  overflow: hidden;
} */
.iframe .signup-login-wrapper {
  display: none;
}

.iframe .policy-container {
  display: none;
}


/* .signup-login-wrapper {
  display: flex;
  gap: 0.5rem;
  position: absolute;
  top: 10px;
  right: 30px;
}

.signup-login-wrapper a {
  padding: 0.3rem 1.2rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  transition: background 0.3s ease;
} */

/* .btn-login {
  border: 2px solid #3773b0;
  background-color: #3773b0;
}

.btn-sign-up {
  background-color: transparent;
  border: 2px solid #3773b0;
  color: #3773b0;
} */

/* .btn-sign-up:hover,
.btn-login:hover {
  background-color: #3773b0;
  color: white;
}
.btn-login:hover {
  opacity: 0.9;
}

.user-welcome-wrapper {
  flex-direction: column;
  position: relative;
  top: 10px;
}

.user-logged-in {
  position: absolute;
  right: 30px;
  display: flex;
  justify-content: flex-end;
}

.user-avatar {
  margin-left: 10px;
  cursor: pointer;
} */

/* .letter-circle {
  display: block;
  background: linear-gradient(135deg, #2f5f93, #3773b0, #4b8ccd);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  width: 37px;
  height: 37px;
  line-height: 35px;
  border-radius: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
} */

/* Sidebar Container */

.sidepanel-toggle__icon {
  position: relative;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  user-select: none;
  top: 10px;
  z-index: 20;
} 

 .sidepanel-toggle__icon i {
  font-size: 1.4rem;
  cursor: pointer;
  color: #3773b0;
  transition: color 0.2s ease;
}

.sidepanel-toggle__icon i:hover {
  color: #3773b0;
}

.layout-wrapper {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  height: 100%;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

#chat-sidebar {
  display: none;
  width: 200px;
  /* height: 100dvh;  */
  background-color: #282828;
  padding: 1rem;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  overflow-y: auto;
  transition: transform 0.3s ease;
  overflow: hidden;
}

/* .layout-wrapper.sidebar-open .main-container {
  margin-left: 250px;
  transition: margin-left 0.3s ease;
} */

.main-container.sidebar-open {
  margin-left: 250px;
  transition: margin-left 0.3s ease;
}

#sidebar-wrapper {
  height: 100%;
  display: flex;
  /* overflow: hidden; */
  flex-direction: column;
}

#sidebar-container {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  height: 94%;
  overflow: hidden;
}

/* New Chat Container */
#new-chat,
#new-chat-message {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #444;
  color: white;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 1rem;
  transition: background 0.2s ease;
}

#new-chat:hover {
  background-color: #3773b0;
}

#chat-sidebar.open {
  transform: translateX(0);
  display: block !important;
}

#chat-search {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #666;
  border-radius: 5px;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  background: #1e1e1e;
  color: #eee;
  box-sizing: border-box;
  outline-offset: 2px;
  transition: border-color 0.2s ease;
}

#chat-search:focus {
  border-color: #888;
  outline: none;
}

#threads-section {
  display: flex;
  flex-direction: column;
  padding: 5px;
  height: 90%;
  overflow-y: scroll;
  overflow-x: hidden;
}

#threads-section h3 {
  color: #ccc;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

#sidebar-container h2 {
  font-size: 15px;
  color: #fff;
}
#sidebar-container i {
  color: #fff;
}
#sidebar-container hr {
  width: 100%;
}

/* .pinned-threads-container {
  min-height: 30px;
  max-height: 300px;
  height: 100%;
} */

.ss-threads-container {
  max-height: 300px;
  height: 25%;
}

.ss-threads-title {
  height: 20px;
  width: 150px;
}

/* .threads-container {
  max-height: 700px;
  height: 75%;
} */

.threads-container,
.ss-threads-container,
.pinned-threads-container {
  list-style: none;
  padding: 0;
  /* margin: 0; */
  /* flex-grow: 1; */
  /* overflow-y: scroll; */
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
}

.threads-container::-webkit-scrollbar,
.ss-threads-container::-webkit-scrollbar {
  width: 12px;
}

.threads-container::-webkit-scrollbar-thumb,
.ss-threads-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}

.threads-container::-webkit-scrollbar-thumb:hover,
.ss-threads-container::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.threads-container::-webkit-scrollbar-track,
.ss-threads-container::-webkit-scrollbar-track {
  background: transparent;
}

.threads-container::-webkit-scrollbar,
.ss-threads-container::-webkit-scrollbar {
  width: 10px;
}

.ss-title-container,
.pinned-title-container {
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}

.thread-container {
  padding: 0.1rem 1rem;
  margin-bottom: 0.5rem;
  background-color: #444;
  border-radius: 6px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  user-select: none;
  /* opacity: 0.4; */
  color: #fff;
}

.thread-container:hover {
  background-color: #3a3a3a;
}

.selected-thread {
  font-weight: bold;
  color: #fff;
  opacity: unset !important;
  background-color: #3773b0;
}

.thread-content {
  display: flex;
  position: relative;
  padding: 0.4px;
  width: 100%;
}

.conversation-title {
  display: inline-block;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.threads-container .thread-container:hover .thread-ellipsis,
.pinned-threads-container .thread-container:hover .thread-ellipsis {
  display: block;
}

.threads-container .thread-container:hover .thread-time-ago,
.pinned-threads-container .thread-container:hover .thread-time-ago {
  display: none;
}

.thread-time-ago.new {
  right: -6px;
  background-color: deepskyblue;
}

.thread-time-ago {
  position: absolute;
  right: -5px;
  font-size: 11px;
  align-self: center;
  color: black;
  background-color: #f1f3f5;
  padding: 0px 4px;
  border-radius: 12px;
}

.thread-ellipsis {
  display: none;
  position: absolute;
  right: 0;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease;
}

.thread-options-list {
  position: absolute;
  right: 10px;
  background: #141414;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  min-width: 100px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 4px 0;
  align-items: center;
  top: 0px;
}

.thread-option {
  background: none;
  border: none;
  padding: 10px 10px;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  width: 90%;
  color: #fff;
  transition: background 0.2s ease, color 0.2s ease;
  border-radius: 10px;
}

.thread-option:hover {
  background-color: #3a3a3a;
}

.thread-option.delete-thread {
  color: #d9534f;
  font-weight: bold;
}

.thread-option.delete-thread:hover {
  background-color: #fbecec;
  color: #b52b27;
}

.pinned-thread-icon {
  margin: 0px 0px 0px 7px;
  color: goldenrod;
  transform: rotate(45deg);
}

.confirm-deletion-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* dimmed background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.confirm-deletion-container {
  position: relative;
  background-color: #282828;
  border-radius: 16px;
  padding: 1.5rem;
  width: 100%;
  max-width: 300px;
  text-align: center;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
}

.close-delete-wrapper {
  top: 10px !important;
  right: 10px !important;
  transition: color 0.2s ease;
}

.close-delete-wrapper:hover {
  color: #fff;
}

.confirm-deletion-container h1 {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0.75rem;
}

.confirm-deletion-container p {
  font-size: 1rem;
  color: #ddd;
  margin: 0;
}

.delete-chat-title {
  font-weight: 700;
}

.delete-thread-btn {
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background-color: #e53935;
  color: #fff;
  transition: background 0.2s ease;
  width: 100%;
}

.delete-thread-btn:hover {
  background-color: #c62828;
}

@media (max-width: 480px) {
  .confirm-deletion-container {
    border-radius: 12px;
    max-width: 250px;
  }

  .confirm-deletion-container h1 {
    font-size: 1.2rem;
  }

  .delete-thread-btn {
    padding: 0.65rem;
    font-size: 0.95rem;
  }
}


.close-sidebar {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #3773b0;
  font-size: 1.3rem;
  user-select: none;
  transition: color 0.2s ease;
  z-index: 9999;
}

.close-sidebar:hover {
  color: #3773b0;
}

.player {
  z-index: 3;
  width: 100%;
}

.tpplus-embed-player-api {
  position: relative;
  z-index: 3;
}
.tpplus-embed-player-api .close-btn {
  float: right;
  font-size: 25px;
  color: white;
  top: 1px;
  right: 3px;
  position: relative;
  z-index: 99999;
}

.fp-context-menu.fp-menu.fp-active {
  display: none;
}

.upgrade-container {
  display: flex;
  position: absolute;
  bottom: 35px;
  right: 20px;
  gap: 20px;
}

#djo-upgrade {
  text-decoration: none;
  color: #FFF;
  background: grey;
  padding: .5rem;
  border-radius: 10px;
}

#skipBtn {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 10px;
  cursor: not-allowed;
  transition: background-color 0.3s, cursor 0.3s;
  /* position: absolute;
  bottom: 35px;
  right: 20px; */
  z-index: 9999;
}

#skipBtn:not(:disabled) {
  background-color: #ff5e5e;
  cursor: pointer;
}

#skipBtn:not(:disabled):hover {
  background-color: #e04e4e;
}

.pip-icon {
  position: absolute;
  color: #fff;
  z-index: 100;
  right: 15px;
  top: 15px;
  font-size: 18px;
  cursor: pointer;
}

/* .fp-fullscreen {
  right: 35px;
  position: absolute;
  top: 5px;
} */

.fp-share {
  display: none;
}

.fp-visible {
  display: none !important;
}

.flowplayer {
  border-radius: 20px;
}
.flowplayer .fp-context-menu {
  display: none;
}
.fp-progress-circle,
.fp-volume-circle {
  width: 10px !important;
  height: 10px !important;
  background-color: white !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.fp-progress-circle {
  left: 100% !important;
}

.fp-volume-circle {
  left: 43px;
  z-index: 3;
}

.flowplayer .fp-color {
  background-color: #3773b0 !important;
}
.fp-progress,
.fp-volumebar {
  position: relative;
}

.fp-playlist {
  display: none;
}
/* .fp-fullscreen {
  display: none;
} */
 /* .fp-fullscreen::after {
  display: block; 
} */

.flex {
  display: flex;
  justify-content: center;
}

.smartsearch-tab {
  background: url("https://d2urhn0mmik6is.cloudfront.net/site/biblestrong-ai/background1-min.jpg")
    center center;
  width: 100%;
  background-size: cover;
}
.smartsearch-tab .chatbot-wrapper {
  display: none;
}
/* #main_body {
  display: flex;
  flex-direction: column;
  height: 100dvh;
} */
#container {
  background-color: unset !important;
}

.margin-bottom {
  margin-bottom: -20px;
}

.grid {
  max-width: unset !important;
}

/* a {
  color: white;
} */

.content {
  margin: unset !important;
  max-width: unset !important;
}

.title-img_container {
  justify-self: center;
}

.other #title-img {
  width: 100px;
}

.title-img_container,
.bible-strong p,
#bible-img {
  opacity: 0;
}
/* .header-container {
  display: flex;
  align-items: center;
  position: relative;
  background: unset !important;
  border-bottom: unset !important;
  width: 100%;
  z-index: 99;
} */

/* .user-wrapper {
  color: #fff;
  font-size: 13px;
  line-height: 1.2em;
  overflow: hidden;
}

.user-wrapper .user-avatar.unread:after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  position: absolute;
  border-radius: 10px;
}

.user-wrapper .user-avatar.unread:after {
  top: -3px;
  right: 0;
} */

/* .user-dropdown {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  background-color: #282828;
  border-radius: 15px;
  width: 220px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px;
}

.user-dropdown.show {
  display: block;
}

.mobile-user-dropdown.show {
  display: block;
}

.user-dropdown .user-dropdown-item {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  cursor: pointer;
} */

/* .user-dropdown .user-dropdown-item:hover {
  background-color: #3a3a3a;
}

.user-dropdown i {
  font-size: 1rem;
}

.user-dropdown-email {
  color: #888;
  cursor: default;
  pointer-events: none;
}
.user-dropdown-email i {
  color: #888;
} */

/* .mobile-user-wrapper {
  display: none;
} */

.mobile-bg {
  display: none;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  width: 100%;
}


.dj-img_radius {
  border: 1px solid grey;
  border-radius: 50%;
  height: 60px;
  display: flex;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 15px;
  bottom: 35px;
}

#dj-img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
}
#bible-img {
  transform-origin: center center;
}

.welcome-header {
  display: none;
  position: absolute;
  top: 37px;
}

.welcome-header h1 {
  color: #3773b0;
  font-size: 30px;
}
.main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 90%;
  transition: margin-right 0.3s ease;
  position: relative;
  z-index: 9;
  width: 100%;
}

.bible-strong p {
  color: #3773b0;
  text-transform: uppercase;
  max-width: 400px;
}

.content-center {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  max-width: 750px;
  color: white;
  align-self: center;
}
.content-center .space {
  width: 5px;
}

.question-header {
  width: 90%;
  align-self: center;
}
.content-center .bottom-row {
  padding-bottom: 30px;
  max-width: 600px;
  place-self: center;
  text-wrap: wrap;
}

.tooltip-container {
  display: none;
  top: -6px;
  width: 170px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: relative;
}

.tooltip-container::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.chat-outline {
  position: relative;
  display: flex;
  border: 1px solid #3773b0;
  border-radius: 30px;
  padding: 7px;
  width: 1%;
  opacity: 0;
  height: auto;
  background-color: #2c2c2c;
}

.chat-outline::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  padding: 3px;
  background: conic-gradient(
    from var(--angle),
    rgba(255, 255, 255, 1) 0deg,
    rgba(255, 255, 255, 0.25) 25deg,
    rgba(255, 255, 255, 0) 50deg,
    rgba(255, 255, 255, 0) 310deg,
    rgba(255, 255, 255, 0.25) 335deg,
    rgba(255, 255, 255, 1) 360deg
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: spin 2s linear infinite;
  /* opacity: 0;  */
  display: none;
  transition: opacity 0.3s ease;
}

@keyframes spin {
  to {
    --angle: 360deg;
  }
}

.chat-outline.active::after {
  display: block;
}
.chat-container {
  text-align: -webkit-center;
  max-width: 600px;
  align-items: center;
}
.chat-history {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  gap: 10px;
}

.wrapper-height {
  height: 100%;
  margin-top: 60px;
}

.response-wrapper {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  width: 90%;
}

/* .response-container {
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 5%,
    black 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 5%,
    black 90%,
    transparent 100%
  );

  display: none;
  height: 70%;
  padding-top: 10%;
  flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  gap: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.4) transparent;
} */

.response-container {
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 5%,
    black 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black calc(80% + 20px), transparent 100%);
  display: none;
  max-height: 550px;
  height: 80%;
  /* padding-top: 10%; */
  flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  gap: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.4) transparent;
}

.response-container::-webkit-scrollbar {
  width: 12px;
}

.response-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}

.response-container::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.response-container::-webkit-scrollbar-track {
  background: transparent;
}

.response-container > *:first-child {
  margin-top: auto;
}
.response-container p {
  color: white;
  padding: 5px;
  text-align: left;
  font-size: 17px;
  line-height: 1.6;
  margin: unset;
}

.bot-question {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: opacity, transform;
}

.bot-question.visible {
  opacity: 1;
  transform: none;
}

.fade-in {
  opacity: 1;
}

p.prefixMessage {
  font-size: 8px;
  padding-top: 20px;
}

.chat-question,
.chat-response {
  display: flex;
  max-width: 100%;
  padding: 10px 10px;
  width: auto;
  border: none;
  border-radius: 30px;
  margin-bottom: 25px;
}

.prompt-follow-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: opacity, transform;
}

.prompt-follow-up.visible {
  opacity: 1;
  transform: none;
}

.smartsearch-tab .response-selection_container {
  display: flex;
}

.submit-container {
  position: relative;
  display: inline-block;
}

.confirm-deletion-container .fa-circle-xmark {
  position: absolute;
  right: 25px;
  top: 20px;
}

.fa-circle-xmark {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.fa-copy:hover,
.fa-arrow-up-from-bracket:hover {
  opacity: 0.3 !important;
}

.resources-wrapper {
  background: linear-gradient(
    125deg,
    #3773b0 0%,
    #5c6fa8 33%,
    #4d567e 67%,
    #2e3b44 100%
  );
  padding: 1px 5px;
  display: flex;
  border-radius: 20px;
  width: 100%;
  cursor: pointer;
}

.resources-wrapper .resources-container {
  display: flex;
  padding: 1px 5px;
  gap: 10px;
  align-items: center;
  position: relative;
  width: 100%;
}

.mySwiper {
  position: absolute;
  left: 40%;
  display: block;
  width: 150px;
}

.resources-container .related-products-text p {
  padding: unset !important;
  font-size: 12px !important;
}

.resources-container .related-products-container {
  display: flex;
}

.product-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.product-container .stamp-container {
  text-overflow: ellipsis;
  width: 80px;
  background: grey;
  border-radius: 20px;
  display: flex;
  justify-content: center;
}

.stamp-container p {
  white-space: nowrap;
  font-size: 12px !important;
  padding: unset !important;
  overflow: hidden;
  max-width: 80px;
  text-overflow: ellipsis;
}

.product-stamp-container p,
.resources-see-more p {
  font-size: 12px !important;
  padding: unset !important;
}
.resources-see-more i {
  color: #FFF;
  font-size: 16px;
}
.product-stamp-container p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.resources-see-more {
  display: flex;
  position: absolute;
  right: 1px;
  gap: 10px;
  cursor: pointer;
  align-items: center;
}
/* .feedback-unclicked {

  display: none;
} */
/* .send-feedback-wrapper {
  padding: 10px;
  position: relative;
  font-size: 13px;
  background-color: #8888884d;
  color: #fff;
  border-radius: 45px;
  padding: 12px 16px 16px 16px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
  position: relative;
  margin: 8px 0;
  margin-top: 25px;
} */

.ss-feedback-wrapper {
  position: relative;
}

.ss-feedback-wrapper .close-feedback {
  position: absolute;
  right: 0;
}

.smartsearch-tab .feedback-selections {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
  justify-content: center;
}

.feedback-button {
  background: white;
  color: black;
  border: 2px solid #3773b0;
  border-radius: 25px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.feedback-button:hover {
  background-color: #3773b0;
  color: white;
}

.feedback-button.selected-feedback {
  background-color: #3773b0;
  color: white;
}

.submit-container {
  margin-top: 1rem;
}

.submit-feedback:hover {
  background-color: #3773b0;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.fa-thumbs-up:hover {
  color: #377e22;
}
.fa-thumbs-down:hover {
  color: #ea3323;
}

.thumbs,
.copy-message,
.share-message {
  font-size: 20px;
  padding: 0.125em;
  color: white;
  margin-right: 10px;
  cursor: pointer;
}

.copy-success {
  color: green;
}

.copy-fail {
  color: red;
}

.clear-chat {
  position: absolute;
  display: flex;
  right: 20px;
}

.clear-chat p {
  color: white;
  padding-right: 10px;
  font-size: 18px;
}

.fa-trash-can {
  font-size: 24px;
  color: red;
}

.media_player {
  width: 100%;
  aspect-ratio: 121 / 68;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 25px;
}

.smartsearch-tab .play-media {
  position: absolute;
  /* background: gray; */
  border-radius: 20px;
  padding: 2px 2px;
  top: 50%;
  padding: 0 10px;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 9999;
  display: inline;
  width: max-content;
}

/* .custom-control-wrapper {
  opacity: 0;
  display: flex;
  position: absolute;
  padding: 2px 2px;
  top: 40%;
  padding: 0 10px;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 9;
}

.custom-control-container {
  display: flex;
  gap: 15px;
} */

/* .custom-controls {
  height: 50px;
  aspect-ratio: 100 / 100;
  color: white;
  z-index: 9;
}

.custom-controls:hover {
  color: #3773b0;
} */

.chat-question {
  align-self: flex-end;
  background-color: #3773b0;
  opacity: 0.8;
}

.chat-response {
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: flex-start;
}
.chat-container button {
  background: none;
  border: none;
  font-size: 24px;
  color: #3773b0;
}

.fa-microphone {
  display: none;
  opacity: 0;
  position: relative;
  left: 0;
  padding-right: 10px;
}

#chevron {
  opacity: 0;
  right: 2px;
  position: absolute;
  top: calc(50% - 13px);
  cursor: pointer;
}
.tap-hold {
  color: blue;
}
#type-chat {
  position: relative;
  border: none;
  background: none;
  color: white;
  width: 100%;
  resize: none;
  outline: none;
  text-align-last: left;
  padding: 8px 0 0 0;
  /* height: 23px; */
  max-height: 100px;
}

/* #type-chat:focus {
	padding: 10px 0 0 0;
  } */

textarea::placeholder {
  font-size: 17px;
  color: white;
  opacity: 0.6;
  width: 90%;
}

.blue {
  font-size: 30px;
  color: blue;
}
.over-limit,
.under-limit {
  color: red;
  position: absolute;
  left: 24px;
}

.visible {
  display: flex !important;
}

.over-limit,
.under-limit,
.counter {
  display: none;
}
.counter {
  color: #cdc9c9;
  position: absolute;
  right: 13px;
  top: 2px;
}

.over-limit {
  color: red;
}
.character-counter_container {
  color: #e1dcdb;
  font-size: 12px;
  width: 90%;
  justify-content: center;
  position: relative;
}
.prompt-defaults {
  padding-top: 50px;
}

.prompt button {
  background-color: rgb(194 191 191 / 40%);
  border: none;
  border-radius: 30px;
  color: white;
  padding: 4px 10px;
  cursor: pointer;
}
.prompt-defaults {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  max-width: 750px;
}
.button-list {
  flex-wrap: wrap;
  max-width: 600px;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}

.prompt-defaults .button-list,
.prompt-defaults .bottom-row {
  display: flex;
  max-width: 800px;
  gap: 10px;
  justify-content: center;
  padding: 10px;
}
.prompt {
  opacity: 0;
}

.copyright-policy-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  padding-bottom: 2px;
}

.footer-container p {
  /* padding-top: 20px; */
  color: white;
  font-size: 9px;
}
.footer-container a {
  font-size: 9px;
}
.vertical-line {
  border-left: 1px solid white;
  height: 30px;
}

.no-select {
  user-select: none; /* Non-prefixed version, supported by Chrome, Edge, Opera, Firefox, and Safari */
  -webkit-user-select: none; /* Safari */
  -webkit-touch-callout: none; /* iOS Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

.no-select.flex {
  position: relative;
  width: 100%;
}

#chatContainer,
#chatInput {
  transition: height 0.2s ease;
}

.disclaimer {
  display: flex;
  justify-content: center;
  padding: 20px 3px;
  max-width: 600px;
  color: #d3d3d3;
  opacity: 0;
}

.disclaimer p {
  font-size: 10px;
  width: 80%;
}

.chat-outline.focus {
  border: 3px solid #3773b0 !important;
  box-shadow: rgba(55, 115, 176, 1) 0 0 10px 1px;
}

.bible-strong_transition {
  position: fixed;
  top: 124px;
  left: 362px;
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(-339px, -100%) scale(0.5, 0.5);
}
.learn-more,
.read-less {
  color: #3773b0;
  cursor: pointer;
}

.eos-icons--three-dots-loading {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='18' cy='12' r='0' fill='%23000'%3E%3Canimate attributeName='r' begin='.67' calcMode='spline' dur='1.5s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='0' fill='%23000'%3E%3Canimate attributeName='r' begin='.33' calcMode='spline' dur='1.5s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='6' cy='12' r='0' fill='%23000'%3E%3Canimate attributeName='r' begin='0' calcMode='spline' dur='1.5s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.authenticate-btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 164px;
  padding: 20px 0 0 0;
}

.arrow {
  padding: 5px;
}

.arrow::before {
  content: "\25BA";
  font-family: Arial, sans-serif;
  font-size: 13px;
  display: inline-block;
  transform: scaleX(1);
  line-height: 1;
  padding-right: 7px;
}

.response-header {
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
  padding: 10px;
}

.media-counter {
  position: absolute;
  left: 20px;
}

.media-counter p {
  color: white;
  font-size: 18px;
}

/* a,
a:visited {
  text-decoration: none !important;
  color: white !important;
} */
 .ss-disclaimer {
  left: 50%;
  transform: translateX(-50%);
  justify-self: center;
  bottom: 0px;
  position: absolute;
  color: #FFF;
  /* width: 200px; */
}

.disclaimer-popup {
  background-color: rgba(0, 0, 0, 1);
  bottom: 28px !important;
  border-radius: 30px;
  max-width: 400px;
  padding: 20px 14px;
  display: flex;
  justify-content: center;
  z-index: 9;
  transform: translateX(-50%);
}

/* login/signup */

.sign-in-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: anchor-center;
  width: 80%;
  margin: 0 auto;
  height: 100svh;
}

.sign-in_overlay {
  /* background-color: rgb(194 191 191 / 40%); */
  background-color: #3a3a3a;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  max-width: 400px;
  width: 90%;
  position: relative;
  text-align: center;
}
.sign-in_overlay img {
  margin-left: -10px;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  color: #3773b0;
  cursor: pointer;
}

.sign-in_overlay h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  color: #fff;
}

.auth-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.auth-input {
  padding: 12px;
  margin: 10px 0;
  border: none;
  border-radius: 6px;
  background-color: #fff;
  color: black;
  font-size: 14px;
  width: 100%;
}

.auth-input::placeholder {
  color: black;
}

.login-reset-btn {
  background-color: #3773b0;
  color: #fff;
  padding: 12px 20px;
  margin-top: 15px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 16px;
  width: 85%;
}

.sign-btn:hover {
  background-color: #2c5e90;
}

.or-separator {
  text-align: center;
  margin: 20px 0;
  color: #aaa;
  position: relative;
  display: none;
}

.or-separator::before,
.or-separator::after {
  content: "";
  height: 1px;
  width: 40%;
  background: #666;
  position: absolute;
  top: 50%;
}

.or-separator::before {
  left: 0;
}

.or-separator::after {
  right: 0;
}

.social-btn {
  padding: 12px;
  margin: 5px 0;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.google-btn {
  background-color: #db4437;
  color: white;
  display: none;
}

.social-btn i {
  margin-right: 8px;
}

.login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  height: 100dvh;
}

.login-wrapper-inner {
  background-color: #3a3a3a;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  max-width: 600px;
  width: 100%;
}

.login-ui h1 {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.login-ui p {
  color: #ccc;
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}

.login-ui > img {
  text-align: center;
  margin: auto;
}

.login-ui {
  display: grid;
}

.login-ui a {
  color: #3773b0;
  text-decoration: underline;
}

.m_rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.two-fields {
  display: flex;
  gap: 20px;
}

.field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.field label {
  font-size: 13px;
  margin-bottom: 5px;
  color: #ccc;
}

.field input {
  padding: 10px;
  border: none;
  border-radius: 6px;
  background-color: #fff;
  color: black;
  font-size: 14px;
}

.field-password {
  position: relative;
  /* width: 80%; */
}

.field-password .check {
  display: none;
  position: absolute;
  right: 10px;
  top: 38px;
  color: #28a745;
}

.btn-create-account {
  display: block;
  /* width: 100%; */
  text-align: center;
  background-color: #3773b0;
  padding: 14px;
  border-radius: 6px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  margin-top: 30px;
  position: relative;
  transition: background 0.3s;
}

.btn-create-account:hover {
  background-color: #2c5e90;
}

.btn-create-account .spinner {
  display: none;
  margin-left: 10px;
}

.or {
  text-align: center;
  margin: 30px 0;
  position: relative;
  color: #aaa;
  display: none;
}

.or span {
  background: #333;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}

.or::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #666;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}

.social-login-wrapper {
  text-align: center;
}

.social-login-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.login-with-google {
  display: flex;
  align-items: center;
  background: #db4437;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  display: none;
}

.login-with-google .icon {
  margin-right: 8px;
}

.fb-login-button iframe {
  border-radius: 6px !important;
}

.m_row .field input.error-field {
  background: #ffe0e0;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 184, 184, 1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(255, 184, 184, 1);
  box-shadow: 0px 0px 0px 1px rgba(255, 184, 184, 1);
  transition: all 0.25s ease;
}

.error-modal {
  text-align: center;
}

.home-login-error {
  float: left;
  padding-top: 10px;
  margin: unset !important;
}

.error-msg {
  display: none;
  color: #c00;
  font-size: 16px;
  background: lightgray;
  border-radius: 10px;
  padding: 5px;
  margin: 25px;
}
.login-ui.create-account .error-msg {
  margin: 20px 0 15px 0;
}

.password_helper {
  position: fixed;
  top: -1000px;
  left: -1000px;
  background: #fff;
  padding: 10px;
  font-size: 13px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 999;

  background: #333;
  color: #fff;
}
.password_helper strong {
  font-size: 14px;
}
.password_helper:before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: -4px;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  background: #333;
}
.password_helper.visible {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.password_helper.vertical:before {
  top: -4px;
  left: 13px;
}
.password_helper table {
  border: none;
  outline: none;
}
.password_helper .fa {
  color: #efefef;
  color: #505050;
}
.password_helper .fa.ok {
  color: #008816;
  color: #78e150;
}

#open-reset-modal {
  margin-top: 20px;
  display: block;
  padding: 12px 20px;
  background-color: darkgray;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  align-content: center;
  width: 85%;
}

#open-reset-modal:hover {
  background-color: #3773b0;
}

/* reset password ui */
.password-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  align-content: center;
}

/* Modal Content Box */
.password-modal .modal-content {
  display: flex;
  flex-direction: column;
  justify-self: anchor-center;
  background: white;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 50%;
  max-width: 400px;
  position: relative;
  animation: fadeIn 0.3s ease;
  align-items: center;
}

/* Close Button */
.password-modal .close-btn {
  position: absolute;
  right: 16px;
  top: 12px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
}

.password-modal .close-btn:hover {
  color: #000;
}

.password-modal .modal-content h2 {
  margin-bottom: 20px;
  color: #333;
}

.password-modal .error-msg-reset {
  display: none;
  background-color: #ffdddd;
  color: #d8000c;
  padding: 10px;
  margin-bottom: 15px;
  border-left: 5px solid #d8000c;
  border-radius: 4px;
}

#reset-password-form input {
  display: block;
  width: 100%;
  padding: 10px 0px 12px 0px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  background: #fff;
  background: #3a3a3a;
}
#reset-password-form input::placeholder {
  color: #fff;
  margin-right: 10px;
}
#reset-password-form {
  width: 100%;
}

#reset-password-form button {
  width: 100%;
  padding: 12px;
  background-color: #3773b0;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

/* #reset-password-form button:hover {
  background-color: #0056b3;
} */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* confirm account  */
.confirm-account h2 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 1rem;
}

.confirm-account p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.confirm-account .field {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.confirm-account input[type="text"] {
  flex: 1;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
}

.confirm-account .resend-verify {
  font-size: 0.9rem;
  color: #3773b0;
  text-decoration: none;
  white-space: nowrap;
}

.confirm-account .resend-verify:hover {
  text-decoration: underline;
}

.confirm-account .btn-verify-account {
  display: inline-block;
  background-color: #3773b0;
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease;
  margin-bottom: 1rem;
}

.confirm-account .btn-verify-account:hover {
  background-color: #3773b0;
}

.confirm-account .error-msg {
  color: #e74c3c;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.confirm-account .dismiss-verify {
  display: inline-block;
  font-size: 0.9rem;
  color: #555;
  text-decoration: none;
}

.confirm-account .dismiss-verify:hover {
  text-decoration: underline;
}

.scripture-ref {
  color: #6fb7ff;
  text-decoration: underline;
  cursor: pointer;
}

.home-login-prompt {
  font-size: 13px;
  background-color: rgb(194 191 191 / 40%);
  color: #222;
  border-radius: 12px;
  padding: 12px 16px 16px 16px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
  position: relative;
  margin: 25px 0;
}

.home-login-prompt p {
  margin: 6px 0;
  line-height: 1.3;
}

.home-login-prompt strong {
  font-weight: 600;
  font-size: 14px;
}

.home-login-prompt .home-login-close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.home-login-actions {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.home-create-link,
.home-continue-btn {
  background-color: grey;
}
.home-login-btn {
  background-color: #3773b0;
}
.home-login-actions button,
.home-create-link {
  padding: 6px 12px;
  font-size: 13px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  user-select: none;
  color: #fff;
}
.home-login-fields {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-login-input {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 13px;
  max-width: 300px;
}

.home-submit-login-btn {
  background: #3773b0;
  color: white;
  border: none;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
  max-width: 100px;
}

.home-submit-login-btn:hover {
  background-color: #e86f52;
}

.network-message-container {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: rgb(238 96 96);
  border-radius: 0px 0px 50px 50px;
  top: 10px;
  padding: 12px;
  border-radius: 15px;
  display: flex;
  gap: 10px;
}

.network-message-container h1,
.network-message-container p {
  margin: unset;
  font-size: 12px;
  margin-bottom: 10px;
}

.global-alert-wrapper {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 99;
}

.alert-container {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  width: max-content;
  max-width: 320px;
  /* background: linear-gradient(135deg, #ff4d4f, #d9363e); */
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.25s ease-out;
}

.alert-header--positive {
  background-color: #10b981
}

.alert-header--negative {
  background-color: #ef4444;
}

.alert-container .fa-triangle-exclamation {
  font-size: 18px;
  color: #fff;
  opacity: 0.9;
}

.alert-container h1 {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}

.alert-container button {
  border: 1pt solid #fff;
  background: none;
  border-radius: 20px;
  color: #fff;
  padding: 4px;
}

@media (max-width: 487px) {
  .fa-microphone {
    padding-right: unset;
  }
  #chevron {
    top: calc(50% - 14px);
  }

  .related-products-text {
    display: none;
  }

  .response-container p {
    font-size: 12px;
  }

  .product-stamp-container p {
    max-width: 80px;
  }
}

@media (max-width: 430px) {
  .footer-container a {
    font-size: 7px;
  }
  .footer-container p {
    font-size: 7px;
  }
}

@media (max-width: 360px) {
  .prompt button {
    font-size: 12px;
  }
}

@media (max-width: 800px) {
  .dj-img_radius {
    width: 70px;
    height: 70px;
  }
  /* .header-container {
    padding: 6px 10px;
  } */
  /* #title-img {
    height: 50px;
  } */

  #bible-img {
    height: 45px;
  }

  p {
    font-size: 12px;
  }
}

@media (max-height: 830px) {
  .prompt-defaults {
    padding-top: 25px;
  }
}
@media (max-width: 855px) {
  /* .wrapper-height {
    margin-top: 150px;
  }
  .prompt button {
    font-size: 12px;
  }
  .response-container p {
    font-size: 12px;
  }

  .play-media {
    width: 115px;
  } */

  .network-message-container {
    width: 80%;
    justify-content: center;
  }

  .feedback-resources-container {
    bottom: -60px;
    flex-direction: column;
    gap: 20px;
    display: inline-flex;
  }
}

@media (max-width: 561) {
  .prompt button {
    font-size: 10px;
  }
}

@media (max-width: 1000px) {
  .bible-strong_transition {
    left: 333px;
    transform: translate(-339px, -100%) scale(0.4, 0.4);
  }
}
@media (max-width: 950px) {
  .bible-strong_transition {
    display: none;
  }

  .main-container.sidebar-open {
    margin-left: unset;
  }
  /* .user-wrapper:not(.no-sessions) {
    display: none;
  }
  .mobile-user-welcome-wrapper {
    display: flex;
    flex-direction: column;
  } */
  /* .mobile-user-wrapper {
    display: flex;
    color: #fff;
    font-size: 13px;
    line-height: 1.2em;
    overflow: hidden;
    top: 10px;
    left: 10px;
    margin-top: 10px;
    padding: 0.3rem;
  }

  .mobile-user-welcome:first-child {
    font-weight: 600;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  span.mobile-user-welcome {
    font-size: 0.9rem;
    line-height: 1.2;
    color: #ffffffc4;
  } */

  /* .mobile-logged-in {
    position: absolute;
    left: 10px;
    display: flex;
    justify-content: flex-end;
  } */

  /* .mobile-user-logged-in {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
  }


  .mobile-user-avatar {
    margin-left: unset;
    cursor: pointer;
  }

  .mobile-user-dropdown {
    display: none;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #444;
    border-radius: 15px;
    width: 187px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px;
  }

  .mobile-user-dropdown .mobile-user-dropdown-item {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
  }

  .mobile-user-dropdown .mobile-user-dropdown-item:hover {
    background-color: #3a3a3a;
  } */
   
  .mobile-bg.mobile-sidebar-open {
    display: block;
  }

  .layout-wrapper.sidebar-open .main-container {
    margin-left: unset;
    transition: unset;
  }
}

@media (max-width: 500px) {
  .welcome-header h1 {
    font-size: 20px;
  }
  .media_img {
    max-width: 160px;
  }
}

@media (max-width: 400px) {
  .welcome-header h1 {
    font-size: 17px;
  }
}

@media (max-height: 700px) {
  .response-container {
    max-height: 400px;
  }
}
/* 
@media (prefers-color-scheme: dark) {
  body {
    background-color: #000;
    color: white;
  }

  input,
  textarea {
    background-color: #111;
    color: white;
    caret-color: white;
  }
} */

@media (min-width: 1450px) {
  .main-container.sidebar-open {
    margin-left: unset;
  }
}

@media (max-height: 700px) {
  .footer-container {
    display: none;
  }

  .prompt3,
  .prompt4,
  .prompt5 {
    opacity: 0 !important;
  }
}

.loader {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  top: unset;
  padding: 10px;
  margin-bottom: 10px;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid #3773b0;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.55) transparent;
}

/* Chromium (Windows, macOS, Linux) */
::-webkit-scrollbar {
  width: 8px; /* thinner than default = non-Windows look */
}

::-webkit-scrollbar-track {
  background: transparent; /* key: removes Windows track */
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 999px; /* pill shape = modern */
  border: 2px solid transparent; /* removes boxy Windows edge */
  background-clip: content-box;
  transition: background-color 0.15s ease;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.65);
}

::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.8);
}
