@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,200;1,300;1,400;1,600;1,700;1,800&display=swap");@import-normalize;/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.about-author-wrapper .author-block {
  height: 130px;
  margin: 0 -0.5em;
  display: flex;
}
.about-author-wrapper .author-block__img {
  width: 130px;
  height: 130px;
}
.about-author-wrapper .author-block__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-author-wrapper .author-block__name {
  padding-top: 5px;
  margin-left: 1em;
}
.about-author-wrapper .author-block__name h2 {
  margin: 0;
  line-height: 1.1;
}
.about-author-wrapper .author-block__name--first-name {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.25;
}
.about-author-wrapper .author-block__name--last-name {
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 10px;
}
.about-author-wrapper .author-block__name--title {
  max-width: 160px;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.symbol-search-container .symbol-search-input-box {
  position: relative;
  outline: 1px solid rgba(71, 82, 102, 0.15);
  border-radius: 4px;
  min-height: 320px;
}
.symbol-search-container .symbol-search-input-box:focus-within {
  box-shadow: 0 0 0 1px rgb(1, 51, 128);
}
.symbol-search-container .symbol-search-input-box .chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 12px 0px 12px;
  margin: 0;
}
.symbol-search-container .symbol-search-input-box .chip {
  background-color: #dfe5ed;
  display: flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 2px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
.symbol-search-container .symbol-search-input-box .chip .remove-symbol-icon {
  font-size: 10px;
  margin-left: 8px;
  margin-top: 1px;
}
.symbol-search-container .symbol-search-input-box .invalid-symbol {
  background-color: #ffc8c8;
}
.symbol-search-container .symbol-search-input-box input {
  border: none;
  outline: none;
  min-width: 150px;
  background: transparent;
}
.symbol-search-container .symbol-search-input-box .dropdown-toggle {
  background-color: transparent !important;
  color: transparent !important;
  border: none !important;
  padding: 0px 12px !important;
}
.symbol-search-container .symbol-search-input-box .dropdown {
  width: 100% !important;
}
.symbol-search-container .search-symbol-result {
  position: relative !important;
  padding: 0;
  margin-top: -20px;
  min-height: 280px;
}
.symbol-search-container .search-symbol-result_heading {
  color: white;
  padding: 6px 10px;
  border-radius: 0.25em 0.25em 0 0;
  background-color: #273040;
  font-size: 14px;
}
.symbol-search-container .search-symbol-result_each-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 0;
}
.symbol-search-container .search-symbol-result_each-item:last-child {
  border-bottom: unset;
}
.symbol-search-container .search-symbol-result_each-item:hover, .symbol-search-container .search-symbol-result_each-item:active, .symbol-search-container .search-symbol-result_each-item:focus {
  background: #dfe5ed;
  outline: unset !important;
}
.symbol-search-container .search-symbol-result_symbol-company-name {
  width: 90%;
  padding: 4px 10px;
}
.symbol-search-container .search-symbol-result_symbol {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.symbol-search-container .search-symbol-result_company-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.symbol-search-container .search-symbol-result_icon {
  width: 10%;
  text-align: center;
}
.symbol-search-container .search-symbol-result_icon .link-variant-icon {
  color: #567793;
}
.symbol-search-container .search-symbol-result_loading {
  padding: 6px 10px;
}
.symbol-search-container .search-symbol-result_not-found {
  padding: 6px 10px;
}

[data-bs-theme=dark] .symbol-search-container .symbol-search-input-box {
  background-color: rgba(0, 0, 0, 0.25);
}
[data-bs-theme=dark] .symbol-search-container .symbol-search-input-box:focus-within {
  box-shadow: 0 0 0 1px #567793;
}
[data-bs-theme=dark] .symbol-search-container .symbol-search-input-box .chip {
  background-color: #567793;
}
[data-bs-theme=dark] .symbol-search-container .search-symbol-result {
  background-color: #273040;
  outline: 1px solid var(--bs-modal-header-border-color);
}
[data-bs-theme=dark] .symbol-search-container .search-symbol-result_heading {
  border-bottom: 1px solid var(--bs-modal-header-border-color);
}
[data-bs-theme=dark] .symbol-search-container .search-symbol-result_each-item {
  border-bottom: 1px solid var(--bs-modal-header-border-color);
}
[data-bs-theme=dark] .symbol-search-container .search-symbol-result_each-item:hover, [data-bs-theme=dark] .symbol-search-container .search-symbol-result_each-item:active, [data-bs-theme=dark] .symbol-search-container .search-symbol-result_each-item:focus {
  background: #273040;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.add-ticker-button-wrapper {
  position: relative;
}
.add-ticker-button-wrapper .stock-search-create-popup {
  position: fixed !important;
  left: 6px;
}
.add-ticker-button-wrapper button {
  display: flex;
}
.add-ticker-button-wrapper .dropdown-menu {
  display: block !important;
  padding: 5px 0 5px 5px;
  box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.5);
}
.add-ticker-button-wrapper .dropdown-menu a.dropdown-item {
  height: 48px;
  align-items: center;
  display: flex;
}
.add-ticker-button-wrapper .dropdown-menu a.dropdown-item:hover {
  background-color: #567793;
  color: white;
  border-radius: 0.4em;
}
.add-ticker-button-wrapper .dropdown-menu a.dropdown-item:active {
  background-color: #567793;
  color: white;
  border-radius: 0.4em !important;
}
.add-ticker-button-wrapper .dropdown-menu a.dropdown-item:has(.dropdown-item) {
  height: 48px;
}
.add-ticker-button-wrapper .dropdown-menu a.dropdown-item .dropdown-menu {
  width: 260px;
  min-width: 260px;
  max-width: 260px;
  max-height: 300px;
  padding: 8px;
  overflow-y: scroll;
  -ms-overflow-style: block; /* IE 10+ */
}
.add-ticker-button-wrapper .dropdown-menu a.dropdown-item .dropdown-menu::-webkit-scrollbar {
  display: block !important;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.12);
}
.add-ticker-button-wrapper .dropdown-menu a.dropdown-item .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.2);
}
.add-ticker-button-wrapper .dropdown-menu a.dropdown-item .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.add-ticker-button-wrapper .dropdown-menu a.dropdown-item .dropdown-menu::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.4);
}
.add-ticker-button-wrapper .dropdown-menu a.dropdown-item .dropdown-item {
  height: 40px;
  border-radius: 0em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.add-ticker-button-wrapper .dropdown-menu a.dropdown-item .dropdown-item:hover {
  border-radius: 0.4em;
}
.add-ticker-button-wrapper .dropdown-menu a.dropdown-item.create-new__button-wrapper {
  height: 45px;
}
.add-ticker-button-wrapper .dropdown-menu a.dropdown-item.create-new__button-wrapper:hover {
  background-color: transparent;
}
.add-ticker-button-wrapper .dropdown-menu a.dropdown-item.create-new__button-wrapper:active {
  background-color: transparent;
}
.add-ticker-button-wrapper .dropdown-menu a.dropdown-item.create-new__button-wrapper .create-new__button {
  align-items: center;
}
.add-ticker-button-wrapper .dropdown-menu a.dropdown-item.create-new__button-wrapper .create-new__button:hover {
  color: white !important;
}
.add-ticker-button-wrapper .dropdown-menu a.dropdown-item.create-new__button-wrapper .create-new__button .link-variant-icon {
  margin-bottom: -0.125em;
}

[data-bs-theme=dark] .add-ticker-button-wrapper .dropdown-menu a.dropdown-item {
  filter: brightness(1);
}
[data-bs-theme=dark] .create-new__button {
  color: white !important;
}

.dropdown__portfolio_list {
  position: absolute;
  top: 36px;
  z-index: 99999;
}

.dropdown-li {
  border-radius: 3px;
  background-color: #4a5164;
  flex-grow: 1;
  margin: 3px;
  padding: 0.75em;
  cursor: default;
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 0.3em 0.25em 0.3em 0.75em;
  border-top: 1px solid rgba(74, 81, 100, 0.1490196078);
}

.dropdown-ul {
  padding: 0;
  max-height: 500px;
  min-height: auto;
  overflow-y: scroll;
  /* position: absolute; */
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(0px, 42px);
}

.dropdown-div {
  padding: 0;
  max-height: 500px;
  overflow-y: scroll;
  inset: 0px auto auto 0px;
  width: 50%;
  margin-left: auto;
}
/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.breadcrumbs-wrapper ul.breadcrumbs {
  list-style: none;
  display: flex;
  column-gap: 10px;
  font-size: 1em;
  margin: 20px 0 10px;
  padding: 0 1em 0 0;
}
.breadcrumbs-wrapper ul.breadcrumbs li {
  cursor: default;
}
.breadcrumbs-wrapper ul.breadcrumbs li a {
  color: #567793;
  text-decoration: underline;
  cursor: pointer;
}
.breadcrumbs-wrapper ul.breadcrumbs li a:hover {
  color: #0089c2;
}
.breadcrumbs-wrapper ul.breadcrumbs li:before {
  content: "»";
  margin-right: 10px;
}
.breadcrumbs-wrapper ul.breadcrumbs li:first-child:before {
  content: "";
}
.breadcrumbs-wrapper ul.breadcrumbs li:last-child a {
  text-decoration: none;
  cursor: default;
}
.breadcrumbs-wrapper ul.breadcrumbs li:last-child a:hover {
  color: #567793;
}.circular-loader {
  height: 32px;
  width: 32px;
  -webkit-animation: loader-1-1 4.8s linear infinite;
  animation: loader-1-1 4.8s linear infinite;
}

@-webkit-keyframes loader-1-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader-1-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circular-loader span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  clip: rect(0, 32px, 32px, 16px);
  -webkit-animation: loader-1-2 1.2s linear infinite;
  animation: loader-1-2 1.2s linear infinite;
}

@-webkit-keyframes loader-1-2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}
@keyframes loader-1-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(220deg);
  }
}
.circular-loader span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  clip: rect(0, 32px, 32px, 16px);
  border: 3px solid rgb(13, 252, 4);
  border-radius: 50%;
  -webkit-animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-1-3 {
  0% {
    -webkit-transform: rotate(-140deg);
  }
  50% {
    -webkit-transform: rotate(-160deg);
  }
  100% {
    -webkit-transform: rotate(140deg);
  }
}
@keyframes loader-1-3 {
  0% {
    transform: rotate(-140deg);
  }
  50% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(140deg);
  }
}
.center {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.error-message {
  color: #fd154a;
  margin: 15px 0;
  font-weight: bold;
  font-size: 1.1em;
}.loading-block {
  border-radius: 4px;
  background: #ccc;
  background-image: linear-gradient(90deg, #eee, #ccc, #eee);
  background-size: 400%;
  animation: 5s linear infinite load;
}
@keyframes load {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 400% 0;
  }
}
.loading-block .loading-text {
  display: none;
}

[data-bs-theme=dark] .loading-block {
  background-image: linear-gradient(90deg, #555, #ccc, #555);
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.page-header {
  color: white;
}
.page-header .btn-outline-secondary {
  border-color: transparent;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.panel-header {
  position: relative;
  margin-bottom: 1.75em;
}
.panel-header::after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: -3px;
  right: 0;
  left: 0;
  background: #cccccc;
}
.panel-header__icon {
  font-size: 20px;
  line-height: 1;
  margin-right: 0.5em;
}
.panel-header.publications-theme::after {
  background: #475266;
}
.panel-header.publications-theme a {
  color: #475266 !important;
}
.panel-header.publications-theme a:hover {
  text-decoration: underline;
  filter: brightness(125%);
}
.panel-header.publications-theme .panel-header__icon {
  color: #475266;
}
.panel-header.archived-theme::after {
  background: #AAAAAA;
}
.panel-header.archived-theme a {
  color: #AAAAAA !important;
}
.panel-header.archived-theme a:hover {
  text-decoration: underline;
  filter: brightness(125%);
}
.panel-header.archived-theme .panel-header__icon {
  color: #AAAAAA;
}
.panel-header.issues-theme::after {
  background: #6c96b9;
}
.panel-header.issues-theme a {
  color: #6c96b9 !important;
}
.panel-header.issues-theme a:hover {
  text-decoration: underline;
  filter: brightness(125%);
}
.panel-header.issues-theme .panel-header__icon {
  color: #6c96b9;
}
.panel-header.saved-theme::after {
  background: #6c96b9;
}
.panel-header.saved-theme a {
  color: #6c96b9 !important;
}
.panel-header.saved-theme a:hover {
  text-decoration: underline;
  filter: brightness(125%);
}
.panel-header.saved-theme .panel-header__icon {
  color: #6c96b9;
}
.panel-header.reports-theme::after {
  background: #1f7e80;
}
.panel-header.reports-theme a {
  color: #068f91 !important;
}
.panel-header.reports-theme a:hover {
  text-decoration: underline;
  filter: brightness(125%);
}
.panel-header.reports-theme .panel-header__icon {
  color: #1f7e80;
}
.panel-header.portfolio-theme::after {
  background: #aca06d;
}
.panel-header.portfolio-theme a {
  color: #aca06d !important;
}
.panel-header.portfolio-theme a:hover {
  text-decoration: underline;
  filter: brightness(125%);
}
.panel-header.portfolio-theme .panel-header__icon {
  color: #aca06d;
}
.panel-header.watchlist-theme::after {
  background: #6c96b9;
}
.panel-header.watchlist-theme a {
  color: #6c96b9 !important;
}
.panel-header.watchlist-theme a:hover {
  text-decoration: underline;
  filter: brightness(125%);
}
.panel-header.watchlist-theme .panel-header__icon {
  color: #6c96b9;
}
.panel-header.hotlist-theme::after {
  background: #6c96b9;
}
.panel-header.hotlist-theme a {
  color: #6c96b9 !important;
}
.panel-header.hotlist-theme a:hover {
  text-decoration: underline;
  filter: brightness(125%);
}
.panel-header.hotlist-theme .panel-header__icon {
  color: #6c96b9;
}
.panel-header.trust-theme::after {
  background: #e3af43;
}
.panel-header.trust-theme a {
  color: #e3af43 !important;
}
.panel-header.trust-theme a:hover {
  text-decoration: underline;
  filter: brightness(125%);
}
.panel-header.trust-theme .panel-header__icon {
  color: #e3af43;
}

[data-bs-theme=dark] .panel-header.archived-theme::after {
  background: #DDDDDD;
}
[data-bs-theme=dark] .panel-header.archived-theme a {
  color: #DDDDDD !important;
}
[data-bs-theme=dark] .panel-header.archived-theme a:hover {
  text-decoration: underline;
  filter: brightness(125%);
}
[data-bs-theme=dark] .panel-header.archived-theme .panel-header__icon {
  color: #DDDDDD;
}/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
  --react-pdf-annotation-layer: 1;
  --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  --input-focus-border-color: Highlight;
  --input-focus-outline: 1px solid Canvas;
  --input-unfocused-border-color: transparent;
  --input-disabled-border-color: transparent;
  --input-hover-border-color: black;
  --link-outline: none;
}

@media screen and (forced-colors: active) {
  :root {
    --input-focus-border-color: CanvasText;
    --input-unfocused-border-color: ActiveText;
    --input-disabled-border-color: GrayText;
    --input-hover-border-color: Highlight;
    --link-outline: 1.5px solid LinkText;
  }
  .annotationLayer .textWidgetAnnotation :is(input, textarea):required,
  .annotationLayer .choiceWidgetAnnotation select:required,
  .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
    outline: 1.5px solid selectedItem;
  }

  .annotationLayer .linkAnnotation:hover {
    backdrop-filter: invert(100%);
  }
}

.annotationLayer {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 0 0;
  z-index: 3;
}

.annotationLayer[data-main-rotation='90'] .norotate {
  transform: rotate(270deg) translateX(-100%);
}
.annotationLayer[data-main-rotation='180'] .norotate {
  transform: rotate(180deg) translate(-100%, -100%);
}
.annotationLayer[data-main-rotation='270'] .norotate {
  transform: rotate(90deg) translateY(-100%);
}

.annotationLayer canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

.annotationLayer section {
  position: absolute;
  text-align: initial;
  pointer-events: auto;
  box-sizing: border-box;
  margin: 0;
  transform-origin: 0 0;
}

.annotationLayer .linkAnnotation {
  outline: var(--link-outline);
}

.textLayer.selecting ~ .annotationLayer section {
  pointer-events: none;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a:hover {
  opacity: 0.2;
  background: rgba(255, 255, 0, 1);
  box-shadow: 0 2px 10px rgba(255, 255, 0, 1);
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea),
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--scale-factor)) sans-serif;
  height: 100%;
  margin: 0;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):required,
.annotationLayer .choiceWidgetAnnotation select:required,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
  outline: 1.5px solid red;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  resize: none;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea)[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input[disabled] {
  background: none;
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:hover {
  border: 2px solid var(--input-hover-border-color);
}
.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover {
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) :focus {
  background-image: none;
  background-color: transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox :focus {
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.radioButton :focus {
  border: 2px solid var(--input-focus-border-color);
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  background-color: CanvasText;
  content: '';
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 103%;
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  appearance: none;
}

.annotationLayer .popupTriggerArea {
  height: 100%;
  width: 100%;
}

.annotationLayer .fileAttachmentAnnotation .popupTriggerArea {
  position: absolute;
}

.annotationLayer .popupWrapper {
  position: absolute;
  font-size: calc(9px * var(--scale-factor));
  width: 100%;
  min-width: calc(180px * var(--scale-factor));
  pointer-events: none;
}

.annotationLayer .popup {
  position: absolute;
  max-width: calc(180px * var(--scale-factor));
  background-color: rgba(255, 255, 153, 1);
  box-shadow: 0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor))
    rgba(136, 136, 136, 1);
  border-radius: calc(2px * var(--scale-factor));
  padding: calc(6px * var(--scale-factor));
  margin-left: calc(5px * var(--scale-factor));
  cursor: pointer;
  font: message-box;
  white-space: normal;
  word-wrap: break-word;
  pointer-events: auto;
}

.annotationLayer .popup > * {
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .popup h1 {
  display: inline-block;
}

.annotationLayer .popupDate {
  display: inline-block;
  margin-left: calc(5px * var(--scale-factor));
}

.annotationLayer .popupContent {
  border-top: 1px solid rgba(51, 51, 51, 1);
  margin-top: calc(2px * var(--scale-factor));
  padding-top: calc(2px * var(--scale-factor));
}

.annotationLayer .richText > * {
  white-space: pre-wrap;
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .freeTextAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .caretAnnotation,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.annotationLayer section svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .annotationTextContent {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: transparent;
  user-select: none;
  pointer-events: none;
}

.annotationLayer .annotationTextContent span {
  width: 100%;
  display: inline-block;
}
/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
  --react-pdf-text-layer: 1;
  --highlight-bg-color: rgba(180, 0, 170, 1);
  --highlight-selected-bg-color: rgba(0, 100, 0, 1);
}

@media screen and (forced-colors: active) {
  :root {
    --highlight-bg-color: Highlight;
    --highlight-selected-bg-color: ButtonText;
  }
}

[data-main-rotation='90'] {
  transform: rotate(90deg) translateY(-100%);
}
[data-main-rotation='180'] {
  transform: rotate(180deg) translate(-100%, -100%);
}
[data-main-rotation='270'] {
  transform: rotate(270deg) translateX(-100%);
}

.textLayer {
  position: absolute;
  text-align: initial;
  inset: 0;
  overflow: hidden;
  line-height: 1;
  text-size-adjust: none;
  forced-color-adjust: none;
  transform-origin: 0 0;
  z-index: 2;
}

.textLayer :is(span, br) {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  margin: 0;
  transform-origin: 0 0;
}

/* Only necessary in Google Chrome, see issue 14205, and most unfortunately
 * the problem doesn't show up in "text" reference tests. */
.textLayer span.markedContent {
  top: 0;
  height: 0;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: var(--highlight-bg-color);
  border-radius: 4px;
}

.textLayer .highlight.appended {
  position: initial;
}

.textLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}

.textLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}

.textLayer .highlight.middle {
  border-radius: 0;
}

.textLayer .highlight.selected {
  background-color: var(--highlight-selected-bg-color);
}

/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
.textLayer br::selection {
  background: transparent;
}

.textLayer .endOfContent {
  display: block;
  position: absolute;
  inset: 100% 0 0;
  z-index: -1;
  cursor: default;
  user-select: none;
}

.textLayer.selecting .endOfContent {
  top: 0;
}

.hiddenCanvasElement {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: none;
}
[data-bs-theme=dark] .pdf-embed td, [data-bs-theme=dark] .pdf-embed p, [data-bs-theme=dark] .pdf-embed span, [data-bs-theme=dark] .pdf-embed h1, [data-bs-theme=dark] .pdf-embed .h1 {
  color: transparent;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.watchlist-dropdown {
  margin-top: 0.75em;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 0.25em;
  max-height: 500px;
  min-width: 235px;
  overflow-y: scroll;
  position: absolute;
  background-color: white;
  z-index: 999;
  border-radius: 0.5em;
}
.watchlist-dropdown__list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  width: 222px;
}
.watchlist-dropdown__list button {
  text-align: left;
  color: #101629 !important;
}
.watchlist-dropdown__list button.btn-primary {
  color: white !important;
  align-items: end;
}
.watchlist-dropdown__button {
  width: 100%;
  background: none;
  border: none;
  border-radius: 0em;
  padding: 0.66em 0.5em;
  text-align: left;
}
.watchlist-dropdown__button + .watchlist-dropdown__button {
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
.watchlist-dropdown__button:hover {
  background-color: rgba(71, 82, 102, 0.025);
}
.watchlist-dropdown__button .link-variant-icon {
  margin-bottom: 1px;
}
.watchlist-dropdown__button--newList {
  border-radius: 0.25em;
}
.watchlist-dropdown__button--newList:hover {
  background-color: rgba(86, 119, 147, 0.125);
}
.watchlist-dropdown__submenu.dropdown-menu {
  width: 260px;
  min-width: 260px;
  max-width: 260px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

[data-bs-theme=dark] .watchlist-dropdown {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
[data-bs-theme=dark] .watchlist-dropdown__button {
  color: white !important;
}
[data-bs-theme=dark] .watchlist-dropdown__button:hover {
  background-color: #273040;
  filter: brightness(1);
}

.popup-box {
  position: fixed;
  background: rgba(0, 0, 0, 0.3137254902);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.box {
  position: relative;
  width: 70%;
  margin: 0 auto;
  height: auto;
  max-height: 70vh;
  margin-top: calc(15vh - 20px);
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  border: 1px solid #999;
  overflow: auto;
}

.close-icon {
  content: "x";
  cursor: pointer;
  position: fixed;
  right: calc(15% - 30px);
  top: calc(15vh - 33px);
  background: #ededed;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  border: 1px solid #999;
  font-size: 20px;
}

.no-portfolio-container {
  padding: 0.8rem 0.5rem;
  white-space: pre-wrap;
}
.no-portfolio-container .create-portfolio-link {
  text-decoration: underline;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.watchlist-dropdown {
  margin-top: 0.75em;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 0.25em;
  max-height: 500px;
  min-width: 235px;
  overflow-y: scroll;
  position: absolute;
  background-color: white;
  z-index: 999;
  border-radius: 0.5em;
}
.watchlist-dropdown__list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.watchlist-dropdown__list button {
  text-align: left;
  color: #101629 !important;
}
.watchlist-dropdown__list button.btn-primary {
  color: white !important;
  align-items: end;
}
.watchlist-dropdown__button {
  width: 100%;
  background: none;
  border: none;
  border-radius: 0em;
  padding: 0.66em 0.5em;
  text-align: left;
}
.watchlist-dropdown__button + .watchlist-dropdown__button {
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
.watchlist-dropdown__button:hover {
  background-color: rgba(71, 82, 102, 0.025);
}
.watchlist-dropdown__button .link-variant-icon {
  margin-bottom: 1px;
}
.watchlist-dropdown__button--newList {
  border-radius: 0.25em;
}
.watchlist-dropdown__button--newList:hover {
  background-color: rgba(86, 119, 147, 0.125);
}

[data-bs-theme=dark] .watchlist-dropdown {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
[data-bs-theme=dark] .watchlist-dropdown__button {
  color: white !important;
}
[data-bs-theme=dark] .watchlist-dropdown__button:hover {
  background-color: #273040;
  filter: brightness(1);
}

.popup-box {
  position: fixed;
  background: rgba(0, 0, 0, 0.3137254902);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.box {
  position: relative;
  width: 70%;
  margin: 0 auto;
  height: auto;
  max-height: 70vh;
  margin-top: calc(15vh - 20px);
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  border: 1px solid #999;
  overflow: auto;
}

.close-icon {
  content: "x";
  cursor: pointer;
  position: fixed;
  right: calc(15% - 30px);
  top: calc(15vh - 33px);
  background: #ededed;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  border: 1px solid #999;
  font-size: 20px;
}

.no-portfolio-container {
  padding: 0.8rem 0.5rem;
  white-space: pre-wrap;
}
.no-portfolio-container .create-portfolio-link {
  text-decoration: underline;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.advanced-chart-container .timespan-controls-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 11;
  top: 12px;
  left: 150px;
}
.advanced-chart-container .timespan-controls-wrapper .comparison-symbol-input {
  flex: 0 0 auto;
}
.advanced-chart-container .timespan-controls-wrapper .btn-group {
  flex-grow: 1;
  max-width: 800px;
}
.advanced-chart-container .timespan-controls-wrapper .btn-group .btn-check:checked + .btn {
  background: transparent;
  color: #0089c2;
  box-shadow: inset 0px -4px 0px 0px #0089c2;
  font-weight: 600;
}
.advanced-chart-container .timespan-controls-wrapper .btn-group .btn-check + .btn:hover {
  color: #0089c2;
}
.advanced-chart-container .timespan-controls-wrapper .btn-group .btn {
  color: #101629;
  background: transparent;
  border-radius: 0px !important;
  font-size: 18px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0px;
  margin: 0 8px !important;
}
@media screen and (max-width: 576px) {
  .advanced-chart-container .timespan-controls-wrapper .btn-group .btn {
    margin: 0 2px !important;
  }
}
.advanced-chart-container .legend-container {
  padding: 24px;
  position: absolute;
  top: -12px;
  left: -14px;
  z-index: 10;
  pointer-events: none;
}
.advanced-chart-container .legend-container .legend-data-container {
  position: relative;
  padding: 10px 0px 6px 12px;
  width: 125px;
  text-align: left;
  background-color: rgba(71, 82, 102, 0.05);
  border-radius: 0.5em 1em 0.5em 0.5em !important;
  pointer-events: auto;
}
.advanced-chart-container .legend-container .legend-data-container .expand-btn {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 28px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(71, 82, 102, 0.25);
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.advanced-chart-container .legend-container .legend-data-container .expand-btn:hover {
  background-color: #0089c2;
  color: white;
}
.advanced-chart-container .legend-container .legend-data-container .expand-btn img {
  width: 15px;
  height: 15px;
}
.advanced-chart-container .legend-container .legend-data-container .legend-data {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
.advanced-chart-container .legend-container .legend-data-container .legend-data div {
  margin-bottom: 5px;
}
.advanced-chart-container .advanced-chart {
  width: 100%;
  flex: 1;
  margin-left: -10px;
  margin-top: -5px;
  padding-top: 15px;
  position: relative !important;
}
.advanced-chart-container .advanced-chart-loading-overlay {
  background-color: rgba(255, 255, 255, 0.9);
}
.advanced-chart-container .chart-details-column {
  width: 200px;
  height: calc(100vh - 202px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.advanced-chart-container .chart-details-container {
  position: relative;
}
.advanced-chart-container .chart-details-container .expand-btn {
  position: absolute;
  top: 7px;
  right: 0px;
  width: 28px;
  height: 28px;
  background: white;
  border: 1px solid rgba(71, 82, 102, 0.15);
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 3000;
}
.advanced-chart-container .chart-details-container .expand-btn:hover {
  background-color: #0089c2;
  color: white;
}
.advanced-chart-container .chart-details-container .expand-btn.expand-btn--collapsed {
  color: white;
  background-color: #0089c2;
}
.advanced-chart-container .chart-details-container .chart-details-panel {
  border-radius: 0.5em 1em 0.5em 0.5em !important;
  /* 1D / intraday: keep date + time on one row in the narrow column */
}
.advanced-chart-container .chart-details-container .chart-details-panel .chart-details-datetime-header {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
  min-width: 0;
  /* Match Open / High / Low rows: `.list-group-item { font-size: 1em }` */
  font-size: 1em;
  line-height: 1.2;
  font-weight: 600;
}
.advanced-chart-container .chart-details-container .chart-details-panel .chart-details-datetime-header__icon {
  flex-shrink: 0;
}
.advanced-chart-container .chart-details-container .chart-details-panel .chart-details-datetime-header__inline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.advanced-chart-container .chart-details-container .chart-details-panel .list-group .list-group-item {
  font-size: 1em;
  background: transparent;
}

.wt-bold {
  font-weight: bold;
}

.high-warning {
  color: red;
}

.low-warning {
  color: blue;
}

.vol-warning {
  color: green;
}

.open-warning {
  color: orange;
}

.default-warning {
  color: gray;
}

.historic-price-chart-wrapper {
  overflow-x: auto;
  flex: 1;
  width: 100%;
  max-height: fit-content;
  display: block;
  overflow: hidden;
}
.historic-price-chart-wrapper .tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.historic-price-chart-wrapper .tooltip .tooltip-text {
  visibility: hidden;
  width: 40px;
  background-color: #251f1f;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  line-height: 1.4;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.historic-price-chart-wrapper .tooltip .tooltip-text:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #871212 transparent transparent transparent;
}
.historic-price-chart-wrapper .tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.keep-open {
  display: block !important; /* Keeps the calendar open */
}

/* CALENDAR POPUP */
.calendar-popup-container {
  position: absolute;
  top: -1px;
  right: 40px;
  z-index: 1000;
}
.calendar-popup-container .date-range-calendar-popup {
  box-shadow: 0px 10px 14px 10px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(71, 82, 102, 0.15);
  border-radius: 6px;
  overflow: hidden;
}
.calendar-popup-container .date-range-calendar-popup .rdrCalendarWrapper {
  padding: 0.5em;
}
.calendar-popup-container .date-range-calendar-popup .rdrCalendarWrapper .rdrDateDisplayWrapper {
  border-radius: 6px;
  background-color: #273040;
}
.calendar-popup-container .date-range-calendar-popup .rdrCalendarWrapper .rdrDateDisplayWrapper .rdrDateDisplay {
  margin: 0.75em;
}
.calendar-popup-container .date-range-calendar-popup .rdrCalendarWrapper .rdrDateDisplayWrapper .rdrDateDisplay .rdrDateDisplayItem {
  border-width: 3px;
  border-radius: 6px;
}
.calendar-popup-container .date-range-calendar-popup .rdrCalendarWrapper .rdrDateDisplayWrapper .rdrDateDisplay .rdrDateDisplayItem input {
  font-size: 1.33rem;
  color: #101629;
  height: 2.125em;
  line-height: 2.125em;
}
.calendar-popup-container .date-range-calendar-popup .rdrCalendarWrapper .rdrDateDisplayWrapper .rdrDateDisplay .rdrDateDisplayItem.rdrDateDisplayItemActive {
  border-color: #0089c2;
}
.calendar-popup-container .date-range-calendar-popup .rdrCalendarWrapper .rdrDateDisplayWrapper .rdrDateDisplay .rdrDateDisplayItem.rdrDateDisplayItemActive input {
  color: #0089c2 !important;
  font-weight: 600;
}
.calendar-popup-container .date-range-calendar-popup .rdrMonthAndYearWrapper {
  font-size: 1.4em;
  font-weight: 600;
  padding-top: 0;
  height: 50px;
}
.calendar-popup-container .date-range-calendar-popup .rdrMonthAndYearWrapper .rdrMonthAndYearPickers select {
  font-weight: 600;
  color: #273040;
}
.calendar-popup-container .date-range-calendar-popup .rdrMonthAndYearWrapper .rdrNextPrevButton {
  background: rgba(86, 119, 147, 0.23);
  width: 28px;
  height: 28px;
  margin: 0 0.25em;
}
.calendar-popup-container .date-range-calendar-popup .rdrMonthAndYearWrapper .rdrNextPrevButton:hover {
  background: rgba(86, 119, 147, 0.5);
}
.calendar-popup-container .date-range-calendar-popup .rdrMonths .rdrMonth {
  padding: 0 0.833em 0.833em;
}
.calendar-popup-container .date-range-calendar-popup .rdrMonths .rdrMonth .rdrWeekDays .rdrWeekDay {
  color: #567793;
  font-weight: 700;
}
.calendar-popup-container .date-range-calendar-popup .rdrMonths .rdrMonth .rdrDay .rdrDayNumber {
  font-size: 18px;
  top: 0px;
}

.date-range-action-btns {
  padding-bottom: 0.6rem;
  padding-top: 0.5rem;
  text-align: center;
  background: rgba(71, 82, 102, 0.05);
  border-top: 1px solid rgba(71, 82, 102, 0.15);
}
.date-range-action-btns button {
  padding: 0.1rem 1.5rem 0.3rem;
  font-size: 1.4rem;
  border-radius: 4px;
  min-width: 90px;
}
.date-range-action-btns .apply {
  background: #567793;
  color: #ffffff;
  border: 1px solid #567793;
}
.date-range-action-btns .cancel {
  background: unset;
  border: 1px solid #567793;
}
.date-range-action-btns .m-r-15 {
  margin-right: 1rem;
}

.date-range-calendar {
  position: relative;
  display: flex;
  align-items: center;
}
.date-range-calendar .date-range-calendar-popup {
  position: absolute;
  left: 5px;
  top: 35px;
  z-index: 99;
  box-shadow: 1px 1px 5px #000;
}
.date-range-calendar .rdrDayWeekend .rdrDayNumber span {
  color: #d5dce0;
}
.date-range-calendar .rdrDayNumber {
  top: 0px;
}
.date-range-calendar .display-dates {
  white-space: nowrap;
  padding-left: 8px;
  font-size: 1.1rem;
}
.date-range-calendar .fa-calendar-days {
  padding-left: 10px;
  cursor: pointer;
}

.date-range-action-btns {
  background: #273040;
  border-top: 1px solid #475266;
}
.date-range-action-btns .cancel {
  color: #ffffff;
  border: 1px solid #4a5058;
}

.date-range-calendar .rdrCalendarWrapper,
.date-range-calendar .rdrDateDisplayWrapper {
  background: #273040;
}
.date-range-calendar .rdrDateDisplayWrapper {
  border-bottom: 1px solid #475266;
}
.date-range-calendar .rdrDateDisplayWrapper .rdrDateDisplayItem {
  border: unset;
}
.date-range-calendar .rdrDateDisplayWrapper .rdrDateDisplayItem input {
  background: #1e2430;
  border-radius: 3px;
  color: #ffffff;
}
.date-range-calendar .rdrMonthAndYearWrapper .rdrMonthAndYearPickers select {
  color: #ffffff;
}
.date-range-calendar .rdrMonthAndYearWrapper .rdrPprevButton, .date-range-calendar .rdrMonthAndYearWrapper .rdrNextButton,
.date-range-calendar .rdrMonthAndYearWrapper .rdrMonthAndYearPickers select:hover {
  background: #1e2430;
}
.date-range-calendar .rdrMonthAndYearWrapper .rdrPprevButton i {
  border-color: transparent #ffffff transparent transparent;
}
.date-range-calendar .rdrMonthAndYearWrapper .rdrNextButton i {
  border-color: transparent transparent transparent #ffffff;
}
.date-range-calendar .rdrDayPassive .rdrDayNumber span,
.date-range-calendar .rdrDayWeekend .rdrDayNumber span {
  color: #606060;
}
.date-range-calendar .date-range-action-btns {
  background: #273040;
  border-top: 1px solid #475266;
}
.date-range-calendar .date-range-action-btns .cancel {
  color: #ffffff;
  border: 1px solid #4a5058;
}

.react-datepicker__day--highlight-start {
  background-color: #4caf50; /* Green for start date */
  color: white;
}

.react-datepicker__day--highlight-end {
  background-color: #f44336; /* Red for end date */
  color: white;
}

.react-datepicker-wrapper .react-datepicker__input-container input {
  width: 125px;
  border: 1px solid rgba(71, 82, 102, 0.15); /* Border color */
  border-radius: 4px; /* Rounded corners */
  padding: 5px; /* Padding inside input */
  font-size: 16px; /* Font size */
}

.custom-datepicker-calendar {
  z-index: 999 !important; /* Ensure the calendar appears above other elements */
  position: absolute; /* Ensure proper positioning */
}

h2.react-datepicker__current-month {
  display: none;
}

.no-wrap {
  white-space: nowrap;
}

.react-datepicker-popper {
  padding-left: 3px;
  /* General calendar styling */
  /* Header styling */
  /* Month and year dropdown styling */
  /* Navigation buttons styling */
  /* Days grid styling */
  /* Highlighted dates styling */
  /* Disabled dates styling */
  /* Footer styling */
}
.react-datepicker-popper .react-datepicker {
  font-family: Arial, sans-serif;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 6px;
}
.react-datepicker-popper .react-datepicker__header {
  background-color: #273040;
  border: 1px solid rgba(71, 82, 102, 0.15) !important;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
}
.react-datepicker-popper .react-datepicker__day-names {
  margin-top: 10px;
}
.react-datepicker-popper .react-datepicker__day-name {
  font-weight: normal; /* Reduce boldness */
  font-size: 16px; /* Adjust font size if needed */
  width: 40px; /* Ensure consistent width */
  color: white; /* Set a neutral color */
}
.react-datepicker-popper .react-datepicker__month-select,
.react-datepicker-popper .react-datepicker__year-select {
  padding: 3px 6px 3px 3px;
  border-radius: 5px;
}
.react-datepicker-popper .react-datepicker__month-dropdown,
.react-datepicker-popper .react-datepicker__year-dropdown {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.react-datepicker-popper .react-datepicker__month-dropdown select,
.react-datepicker-popper .react-datepicker__year-dropdown select {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  font-size: 20px;
  color: #495057;
}
.react-datepicker-popper .react-datepicker__month-dropdown select:focus,
.react-datepicker-popper .react-datepicker__year-dropdown select:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}
.react-datepicker-popper .react-datepicker__navigation {
  top: 24px;
  width: 30px;
  height: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.react-datepicker-popper .react-datepicker__navigation-icon--next {
  left: -10px;
}
.react-datepicker-popper .react-datepicker__navigation--previous {
  margin-left: 10px;
}
.react-datepicker-popper .react-datepicker__navigation:hover {
  background-color: transparent !important;
}
.react-datepicker-popper .react-datepicker__month {
  margin: 10px 0;
}
.react-datepicker-popper .react-datepicker__day {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 2px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  color: #495057;
}
.react-datepicker-popper .react-datepicker__day:hover {
  background-color: rgba(0, 123, 255, 0.125) !important;
  border-radius: 50% !important;
}
.react-datepicker-popper .react-datepicker__day--selected {
  background-color: #007bff;
  color: #ffffff;
}
.react-datepicker-popper .react-datepicker__day--selected:hover {
  background-color: #007bff !important;
  color: #ffffff !important;
}
.react-datepicker-popper .react-datepicker__day--keyboard-selected {
  background-color: #0056b3;
  color: #ffffff;
}
.react-datepicker-popper .react-datepicker__day--today {
  border: 2px solid #007bff;
  color: #007bff;
}
.react-datepicker-popper .react-datepicker__day--disabled {
  color: #ccc;
  cursor: not-allowed;
}
.react-datepicker-popper .react-datepicker__footer {
  padding: 10px;
  text-align: center;
  background-color: #f8f9fa;
  border-top: 1px solid #ddd;
}

.chart-loading-overlay {
  background-color: rgba(255, 255, 255, 0.9);
}

[data-bs-theme=dark] .chart-loading-overlay {
  background-color: rgba(39, 48, 64, 0.9);
}
[data-bs-theme=dark] .advanced-chart-container .timespan-controls-wrapper .btn-group {
  max-width: 800px;
}
[data-bs-theme=dark] .advanced-chart-container .timespan-controls-wrapper .btn-group .btn-check:checked + .btn {
  filter: brightness(1.4);
  color: #0089c2;
  opacity: 1;
}
[data-bs-theme=dark] .advanced-chart-container .timespan-controls-wrapper .btn-group .btn-check:checked + .btn:hover {
  filter: brightness(1.4);
  color: #0089c2;
}
[data-bs-theme=dark] .advanced-chart-container .timespan-controls-wrapper .btn-group .btn-check + .btn:hover {
  color: white;
  opacity: 1;
}
[data-bs-theme=dark] .advanced-chart-container .timespan-controls-wrapper .btn-group .btn {
  opacity: 0.75;
  color: white;
}
[data-bs-theme=dark] .advanced-chart-container .chart-details-panel {
  background: rgba(0, 0, 0, 0.25) !important;
}
[data-bs-theme=dark] .advanced-chart-container .legend-container .legend-data-container {
  background: rgba(0, 0, 0, 0.25) !important;
}
[data-bs-theme=dark] .advanced-chart-container .advanced-chart-loading-overlay {
  background-color: rgba(13, 17, 23, 0.85);
}
[data-bs-theme=dark] .expand-btn {
  background: rgba(39, 48, 64, 0.5) !important;
  border-color: rgba(255, 255, 255, 0.33) !important;
}
[data-bs-theme=dark] .react-datepicker-popper {
  /* General calendar styling */
}
[data-bs-theme=dark] .react-datepicker-popper .react-datepicker {
  border: 1px solid rgba(128, 189, 255, 0.25);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .react-datepicker-popper .react-datepicker .react-datepicker__header {
  background-color: #273040;
  border: 1px solid rgba(128, 189, 255, 0.25) !important;
}
[data-bs-theme=dark] .react-datepicker-popper .react-datepicker .react-datepicker__header select {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
[data-bs-theme=dark] .react-datepicker-popper .react-datepicker .react-datepicker__day {
  color: white;
}
[data-bs-theme=dark] .react-datepicker-popper .react-datepicker .react-datepicker__day--disabled {
  color: rgba(255, 255, 255, 0.33);
}
[data-bs-theme=dark] .react-datepicker-wrapper .react-datepicker__input-container {
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
}
[data-bs-theme=dark] .react-datepicker-wrapper .react-datepicker__input-container input {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0.125)), #273040;
  border: 0px !important;
}
[data-bs-theme=dark] .react-datepicker__triangle {
  fill: #0D1117 !important;
  color: #0D1117 !important;
  stroke: rgba(128, 189, 255, 0.25) !important;
}

.discovery-icon {
  cursor: pointer;
  color: #0089c2;
  font-size: 18px;
  padding-left: 2px;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.comparison-symbol-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  height: 32px;
  border: 1px solid rgba(71, 82, 102, 0.25);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  color: #101629;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.comparison-symbol-input:hover {
  border-color: rgba(0, 137, 194, 0.45);
}
.comparison-symbol-input--editing, .comparison-symbol-input:focus-within {
  border-color: #0089c2;
  box-shadow: 0 0 0 2px rgba(0, 137, 194, 0.15);
}
.comparison-symbol-input__prefix {
  flex-shrink: 0;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  color: #475266;
  border-right: 1px solid rgba(71, 82, 102, 0.15);
  line-height: 30px;
  user-select: none;
}
.comparison-symbol-input__trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 72px;
  max-width: 120px;
  height: 100%;
  padding: 0 10px 0 8px;
  border: none;
  background: transparent;
  color: #101629;
  cursor: pointer;
  text-align: left;
}
.comparison-symbol-input__trigger:hover {
  color: #0089c2;
}
.comparison-symbol-input__symbol {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comparison-symbol-input__trigger-icon {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  color: #475266;
  opacity: 0.7;
}
.comparison-symbol-input__field {
  position: relative;
  display: flex;
  align-items: center;
  width: 120px;
  height: 100%;
  padding: 0 8px 0 28px;
  color: #101629;
}
.comparison-symbol-input__search-icon {
  position: absolute;
  left: 8px;
  width: 13px;
  height: 13px;
  color: #475266;
  opacity: 0.7;
  pointer-events: none;
}
.comparison-symbol-input__control {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #101629;
  padding: 0 18px 0 0;
}
.comparison-symbol-input__control::placeholder {
  font-weight: 500;
  color: rgba(16, 22, 41, 0.45);
}
.comparison-symbol-input__clear {
  position: absolute;
  right: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(16, 22, 41, 0.08);
  color: #475266;
  cursor: pointer;
}
.comparison-symbol-input__clear:hover {
  background: rgba(16, 22, 41, 0.14);
  color: #101629;
}
.comparison-symbol-input__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 30;
  min-width: 240px;
  max-width: 320px;
  max-height: 240px;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  overflow-y: auto;
  border: 1px solid rgba(71, 82, 102, 0.25);
  border-radius: 8px;
  background: #ffffff;
  color: #101629;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.comparison-symbol-input__dropdown-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.3;
  color: #101629;
}
.comparison-symbol-input__dropdown-item:hover, .comparison-symbol-input__dropdown-item.is-active {
  background: rgba(0, 137, 194, 0.08);
}
.comparison-symbol-input__dropdown-item--status {
  justify-content: center;
  cursor: default;
  padding: 12px;
  color: #475266;
}
.comparison-symbol-input__dropdown-item--status:hover {
  background: transparent;
}
.comparison-symbol-input__result-symbol {
  flex-shrink: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #101629;
}
.comparison-symbol-input__result-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #475266;
}

[data-bs-theme=dark] .comparison-symbol-input {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(39, 48, 64, 0.95);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
[data-bs-theme=dark] .comparison-symbol-input__prefix {
  color: rgba(255, 255, 255, 0.55);
  border-right-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .comparison-symbol-input__trigger {
  color: #fff;
}
[data-bs-theme=dark] .comparison-symbol-input__trigger:hover {
  color: #0089c2;
}
[data-bs-theme=dark] .comparison-symbol-input__trigger-icon, [data-bs-theme=dark] .comparison-symbol-input__search-icon {
  color: rgba(255, 255, 255, 0.75);
}
[data-bs-theme=dark] .comparison-symbol-input__field {
  color: #fff;
}
[data-bs-theme=dark] .comparison-symbol-input__control {
  color: #fff;
}
[data-bs-theme=dark] .comparison-symbol-input__control::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
[data-bs-theme=dark] .comparison-symbol-input__clear {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
}
[data-bs-theme=dark] .comparison-symbol-input__clear:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
[data-bs-theme=dark] .comparison-symbol-input__dropdown {
  border-color: rgba(255, 255, 255, 0.12);
  background: #273040;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
[data-bs-theme=dark] .comparison-symbol-input__dropdown-item {
  color: #fff;
}
[data-bs-theme=dark] .comparison-symbol-input__dropdown-item--status {
  color: rgba(255, 255, 255, 0.65);
}
[data-bs-theme=dark] .comparison-symbol-input__result-symbol {
  color: #fff;
}
[data-bs-theme=dark] .comparison-symbol-input__result-name {
  color: rgba(255, 255, 255, 0.6);
}.chart-type-component .chart-type-selected-label {
  display: none;
}

.print-mode .chart-type-component .chart-type-selected-label {
  display: block;
}
.print-mode .chart-type-component .chart-type-dropdown {
  display: none;
}

.disabled-div {
  pointer-events: none;
  opacity: 0.5;
}
.react-datepicker__navigation-icon::before, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
  line-height: initial;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker-popper {
  z-index: 1;
  line-height: 0;
}
.react-datepicker-popper .react-datepicker__triangle {
  stroke: #aeaeae;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  fill: #f0f0f0;
  color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  fill: #fff;
  color: #fff;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

h2.react-datepicker__current-month {
  padding: 0;
  margin: 0;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: rgb(165.75, 165.75, 165.75);
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:not([aria-disabled=true]):hover,
.react-datepicker__month-text:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text:not([aria-disabled=true]):hover,
.react-datepicker__year-text:not([aria-disabled=true]):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover {
  background-color: rgb(49.8551020408, 189.6448979592, 62.5632653061);
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .overlay,
.react-datepicker__month-text--holidays .overlay,
.react-datepicker__quarter-text--holidays .overlay,
.react-datepicker__year-text--holidays .overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:not([aria-disabled=true]):hover,
.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover {
  background-color: rgb(207, 82.9642857143, 0);
}
.react-datepicker__day--holidays:hover .overlay,
.react-datepicker__month-text--holidays:hover .overlay,
.react-datepicker__quarter-text--holidays:hover .overlay,
.react-datepicker__year-text--holidays:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:not([aria-disabled=true]):hover, .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover, .react-datepicker__day--in-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: rgb(186.25, 217.0833333333, 241.25);
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled .overlay,
.react-datepicker__month-text--disabled .overlay,
.react-datepicker__quarter-text--disabled .overlay,
.react-datepicker__year-text--disabled .overlay {
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}
/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.ticker-chart-header-bar {
  flex-wrap: wrap;
  color: white;
  min-height: 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .ticker-chart-header-bar {
    padding: 1em 0em 1em 0em !important;
  }
}
.ticker-chart-header-bar h2 {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}
.ticker-chart-header-bar h2 b {
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .ticker-chart-header-bar h2 {
    margin-right: 0em;
    margin-bottom: 0.125em;
  }
}
.ticker-chart-header-bar .advanced-chart-header-bar {
  min-height: 42px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ticker-chart-header-bar .advanced-chart-btn {
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1.5px solid #6c96b9 !important;
  align-items: center;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(6, 134, 194, 0.125);
  -moz-box-shadow: 0px 0px 3px 3px rgba(6, 134, 194, 0.125);
  box-shadow: 0px 0px 3px 3px rgba(6, 134, 194, 0.125);
  min-height: 40px !important;
}
.ticker-chart-header-bar .timespan-dropdown-form {
  font-size: 1.4em;
  border-radius: 5px;
  line-height: 1;
}
.ticker-chart-header-bar .timespan-dropdown-form .dropdown button {
  min-height: 40px;
}
.ticker-chart-header-bar .dropdown-toggle {
  font-size: 1em;
  line-height: 1;
  border-radius: 6px !important;
  min-width: 60px;
  text-align: left;
}
.ticker-chart-header-bar .dropdown-toggle:after {
  margin-left: 0.5em;
}
.ticker-chart-header-bar .dropdown-menu {
  font-size: 1em;
  min-width: max-content;
  padding-bottom: 0.33em;
  border-radius: 6px;
}
.ticker-chart-header-bar .dropdown-menu .dropdown-item {
  padding: 0.5em 0.66em !important;
}
.ticker-chart-header-bar .dropdown-menu .dropdown-item:active {
  color: white;
}
.ticker-chart-header-bar .dropdown-menu .dropdown-item .form-check-label {
  margin-right: 0.5em;
}
.ticker-chart-header-bar .dropdown-menu .dropdown-item .active {
  color: white !important;
}
.ticker-chart-header-bar .dropdown-menu .cumulative-volume-label {
  padding-right: 0.66em;
}
.ticker-chart-header-bar .btn-group {
  flex-grow: 1;
  max-width: 800px;
}
.ticker-chart-header-bar .btn-group .btn-check:checked + .btn {
  background: #0089c2;
  color: white;
  opacity: 1;
}
.ticker-chart-header-bar .btn-group .btn-check:checked + .btn:hover {
  background-color: #0089c2;
}
.ticker-chart-header-bar .btn-group .btn-check + .btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  opacity: 1;
}
.ticker-chart-header-bar .btn-group .btn {
  opacity: 0.75;
  color: white;
  background: transparent;
  border-radius: 6px !important;
  font-size: 18px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  margin: 0 2px;
  width: 40px !important;
}
@media screen and (max-width: 576px) {
  .ticker-chart-header-bar .btn-group .btn {
    padding: 2px 0px !important;
    margin: 0 !important;
  }
}
.ticker-chart-header-bar .btn-outline-secondary, .ticker-chart-header-bar .btn-outline-secondary.chart-control-button {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.25);
  min-height: 36px;
}
.ticker-chart-header-bar .btn-outline-secondary:hover, .ticker-chart-header-bar .btn-outline-secondary.chart-control-button:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.05);
}
.ticker-chart-header-bar .btn-outline-secondary .icon-button, .ticker-chart-header-bar .btn-outline-secondary.chart-control-button .icon-button {
  height: auto;
  width: auto;
  height: 22px;
  border-radius: 0;
}
.ticker-chart-header-bar .btn-check:checked + .btn {
  background: #0089c2;
  color: white;
  opacity: 1;
  border: 1px solid transparent;
  /*		border-radius: 4px !important;*/
}
.ticker-chart-header-bar .btn-check:checked + .btn:hover {
  background-color: #0089c2;
}
.ticker-chart-header-bar .radio-5 {
  margin: 0px;
}
.ticker-chart-header-bar .active-calendar {
  background: #0089c2;
  color: white;
  opacity: 1;
  border-radius: 5px;
}
.ticker-chart-header-bar .active-calendar .am5stock_control_default_icon {
  opacity: 1 !important;
  background-color: #0089c2 !important;
}

#chartcontrols {
  /* Style the date range button */
  /* Style the calendar dropdown */
  /* Style the main calendar container */
  /* Customize calendar months navigation */
  /* Style the days within the calendar */
  /* Style the selected date */
}
#chartcontrols .am5stock-control-button {
  display: inline-block;
  position: relative;
}
#chartcontrols .am5-modal-button {
  font-size: 0.8em;
  padding-bottom: 0.3em;
}
#chartcontrols .am5-modal-button.am5-modal-primary {
  background: #567793;
}
#chartcontrols .am5stock-control-dropdown.am5stock-control-button:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
#chartcontrols .am5stock-control-dropdown.am5stock-control-button:hover .am5stock-control-icon {
  opacity: 0.8;
}
#chartcontrols .am5stock-control-dropdown.am5stock-control-button.am5stock-control-button-active {
  background-color: #0089c2;
}
#chartcontrols .am5stock-control-dropdown.am5stock-control-button.am5stock-control-button-active .am5stock-control-icon {
  opacity: 1;
}
#chartcontrols .am5stock-control-dropdown.am5stock-control-button.am5stock-control-button-active .am5stock-control-icon .am5stock_control_default_icon path {
  stroke: white;
}
#chartcontrols .am5stock-control-button {
  border: 1px solid transparent; /* Light border */
  border-radius: 4px;
  padding: 0px 8px;
  font-size: 20px;
  margin: 0px;
  background-color: transparent; /* Light background */
  line-height: 1.5;
  width: 42px !important;
  height: 37px;
  cursor: pointer;
}
#chartcontrols .am5stock-control-button .am5stock-control-icon {
  opacity: 0.8;
  margin-top: 0.05em;
}
#chartcontrols .am5stock-control-button .am5stock-control-icon .am5stock_control_default_icon path {
  stroke: black;
  stroke-width: 1.25px;
}
#chartcontrols .am5stock-control-button .am5stock-control-label {
  display: none;
}
#chartcontrols .am5stock-control-button:hover .am5stock-control-icon {
  opacity: 1;
}
#chartcontrols .am5stock-control-list-container {
  border: 1px solid rgba(71, 82, 102, 0.15);
  background-color: #273040;
  margin-left: 0px !important;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25); /* Drop shadow */
}
#chartcontrols .am5stock-control-list-container .am5stock-control-list-arrow {
  border-color: rgba(71, 82, 102, 0.15);
  background: #273040;
  margin-left: 5px !important;
}
#chartcontrols .am5stock-control-list-container .am5stock-column {
  padding: 0.25em;
}
#chartcontrols .am5stock-group {
  white-space: nowrap;
  padding-bottom: 0em;
  border-bottom: 0px solid rgb(217, 217, 217);
  position: relative;
  display: flex;
  align-items: center;
}
#chartcontrols .am5stock-group .am5stock-small {
  margin-right: 0.5em;
  color: white;
}
#chartcontrols .am5stock-group .flatpickr-input {
  color: white;
  background-color: transparent;
}
#chartcontrols .flatpickr-calendar {
  border-radius: 4px;
  padding: 0px;
  background-color: #ffffff;
}
#chartcontrols .cur-year {
  font-weight: 600;
}
#chartcontrols .flatpickr-monthDropdown-months {
  font-weight: 600;
}
#chartcontrols .flatpickr-prev-month,
#chartcontrols .flatpickr-next-month {
  cursor: pointer;
  color: #4a90e2;
  font-size: 1.2em;
  line-height: 1;
}
#chartcontrols .flatpickr-prev-month:hover,
#chartcontrols .flatpickr-next-month:hover {
  color: #357abd; /* Change color on hover */
}
#chartcontrols .flatpickr-day {
  font-size: 14px;
  color: #101629; /* Dark text */
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  border-color: rgba(71, 82, 102, 0.15);
  border-bottom: 0px;
  border-right: 0px;
}
#chartcontrols .flatpickr-day:hover {
  background-color: rgba(0, 137, 194, 0.75);
  color: #fff;
}
#chartcontrols .flatpickr-day.selected {
  background-color: #0089c2; /* Dark blue for selected date */
  color: #fff;
}

[data-bs-theme=dark] .ticker-chart-wrapper .ticker-chart-header .btn-group .btn {
  color: white;
}
[data-bs-theme=dark] #chartcontrols .am5stock-control-button .am5stock-control-icon .am5stock_control_default_icon path {
  stroke: white;
}
[data-bs-theme=dark] .advanced-chart-btn {
  background-color: rgba(255, 255, 255, 0.025);
  border: 1px solid #567793 !important;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(6, 134, 194, 0.025);
  -moz-box-shadow: 0px 0px 3px 3px rgba(6, 134, 194, 0.025);
  box-shadow: 0px 0px 3px 3px rgba(6, 134, 194, 0.125);
}

.dropdown-item.active, .dropdown-item:active {
  color: white !important;
}.timespan-controls-wrapper {
  position: unset !important;
  display: block !important;
  margin-left: 140px;
  margin-bottom: -8px;
}

.legend-container {
  min-height: 60px;
  display: flex;
  align-items: center;
}

.legend-data-container {
  min-height: 60px;
  display: flex;
  align-items: center;
}

.legend-data {
  min-height: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.full-article {
  margin: 0 auto;
  cursor: text;
}
.full-article__header--masthead {
  background-color: #273040;
  color: white;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.full-article__header--masthead h3 {
  font-weight: 600;
  font-size: 1.45em;
}
.full-article__header--masthead .btn {
  color: white;
  text-decoration: none;
}
.full-article__header--masthead .btn:hover {
  opacity: 0.8;
  color: white;
  text-decoration: underline;
}
.full-article__header--featured-image {
  height: 225px;
  width: 100%;
  min-width: 200px;
  overflow: hidden;
  border-radius: 0.5em;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.full-article__header--featured-image .featured-image__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 992px) {
  .full-article__header--featured-image {
    height: 90px;
  }
}
.full-article__header--headline h1.article {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.25em 0 0;
}
.full-article__header .article-actions-panel .offcanvas-body button {
  line-height: 1;
  border-color: #567793;
  color: #567793;
  height: 40px;
  font-size: 1.5em;
}
.full-article__header .article-actions-panel .offcanvas-body button svg {
  margin-top: -4px;
}
.full-article__header .article-actions-panel .offcanvas-body button:hover {
  border-color: #0089c2;
  background-color: rgba(71, 82, 102, 0.025);
  color: #0089c2;
}
.full-article .article-meta {
  display: flex;
  align-items: center;
}
@media print {
  .full-article {
    padding: 0.125in;
  }
}

.entry-content {
  font-size: 1.125em;
  cursor: text;
}
.entry-content div h2:first-child {
  margin-top: 0.5em;
}
.entry-content h2 {
  font-size: 1.75em;
  font-weight: 600;
  margin: 2em 0 1em;
  line-height: 1.4;
  text-align: center;
  color: var(--publication-theme-color);
}
.entry-content h2 em {
  font-style: italic;
  font-weight: 600;
}
.entry-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
  color: var(--publication-theme-color);
}
.entry-content h4 {
  font-size: 16px;
  font-weight: 400;
}
.entry-content h5 {
  font-size: 12px;
  font-weight: 600;
}
.entry-content p {
  font-size: 1.125em;
  line-height: 1.5;
  margin-bottom: 1.25em;
  font-weight: 400;
}
.entry-content p em {
  font-style: italic;
}
.entry-content p.author {
  font-weight: 600;
}
.entry-content p a {
  text-decoration: underline;
}
.entry-content p a:has(img) {
  text-align: center;
  display: flex;
  justify-content: center;
}
.entry-content li a {
  text-decoration: underline;
  color: var(--publication-theme-color);
}
.entry-content pre {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: auto;
  font-size: 1em;
  padding: 1.5em;
  border-radius: 0.5em;
  white-space: pre-wrap;
  position: relative;
  background-color: var(--publication-theme-color-translucent);
}
@media (max-width: 576px) {
  .entry-content img {
    width: 100%;
    height: auto;
  }
}
.entry-content ol li, .entry-content ul li {
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 1.125em;
}
.entry-content blockquote {
  display: block;
  border-left: 4px solid rgba(86, 119, 147, 0.25);
  border-left-color: var(--publication-theme-color);
  margin: 3em;
  padding: 0.125em 3em;
  font-size: 1.33;
}
.entry-content .article-action-box {
  padding: 1.5em;
  border-radius: 0.5em;
  margin: 3em 2em;
  background: rgba(86, 119, 147, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.entry-content .article-action-box .article-action-box__title {
  font-size: 1em;
  margin-bottom: 1em;
  color: #567793;
  border-bottom: 1px solid rgba(86, 119, 147, 0.25);
  padding-bottom: 1em;
}
.entry-content .article-action-box .article-action-box__content p {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.entry-content .content-image {
  display: flex;
  width: 100% !important;
  max-width: 720px;
  margin: 1em auto 1.5em;
}
.entry-content .content-image.aligncenter {
  justify-content: center;
}
.entry-content p:has(a):has(img.aligncenter) {
  text-align: center;
}
.entry-content p:has(img.aligncenter) {
  text-align: center;
}
.entry-content p a {
  color: var(--publication-theme-color);
  text-decoration: underline;
}
.entry-content p a img {
  display: flex;
  max-width: 720px;
  margin: 1em auto 1.5em;
}
.entry-content p a img.aligncenter {
  justify-content: center;
}
.entry-content .aligncenter {
  display: flex;
  max-width: 720px;
  text-align: center;
}
.entry-content .note {
  padding: 1.5em;
  border-radius: 0.5em;
  margin: 3em 1em 3.5em;
  border: 1px solid var(--publication-theme-color);
  background-color: var(--publication-theme-color-translucent);
  cursor: text;
  user-select: text;
}
.entry-content .note h2, .entry-content .note p {
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.entry-content .note.note_type_feedback {
  background-color: #faf5cb;
}
.entry-content .article-sidebar {
  padding: 1.5em;
  border-radius: 0.5em;
  margin-bottom: 4em;
  margin-left: 3em;
  display: inline-flex;
  float: right;
  flex-direction: column;
  width: 33.33%;
  min-width: 320px;
  border: 1px solid var(--publication-theme-color);
  position: relative;
  background-color: var(--publication-theme-color-translucent);
}
.entry-content .article-sidebar h2 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-size: 1.25em;
}
.entry-content .article-sidebar ul li {
  font-weight: 400;
  font-size: 1.125em;
  margin-bottom: 1em;
}

[data-bs-theme=dark] .article-sidebar {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .note {
  background-color: rgba(0, 0, 0, 0.033);
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.article-category-link {
  color: #567793;
}
.article-category-link--issues {
  color: #6c96b9;
}
.article-category-link--report {
  color: #1f7e80;
}.date-picker-modal .modal-header {
  border-bottom: 1px solid #eff2f7;
}
.date-picker-modal .modal-footer {
  border-top: 1px solid #eff2f7;
}
.date-picker-modal.is-mobile .modal-content {
  border-radius: 0;
  border: none;
}
.date-picker-modal.is-mobile .modal-body {
  padding: 0 !important;
  display: block !important;
  overflow-x: hidden;
}
.date-picker-modal.is-mobile .rdrDateRangePickerWrapper {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}
.date-picker-modal.is-mobile .rdrDefinedRangesWrapper {
  width: 100% !important;
  max-width: 100% !important;
  border-right: none !important;
  background: transparent !important;
  display: block !important;
}
.date-picker-modal.is-mobile .rdrStaticRanges {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  padding: 16px !important;
  gap: 8px !important;
  box-sizing: border-box;
}
.date-picker-modal.is-mobile .rdrStaticRange {
  flex: 0 0 calc(50% - 4px) !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 8px;
  margin: 0 !important;
  background: #ffffff;
  transition: all 0.2s ease;
  overflow: hidden !important;
}
.date-picker-modal.is-mobile .rdrStaticRange .rdrStaticRangeLabel {
  background: transparent !important;
  justify-content: center !important;
  padding: 12px 5px !important;
  text-align: center;
  width: 100%;
  border: none !important;
}
.date-picker-modal.is-mobile .rdrStaticRange:hover, .date-picker-modal.is-mobile .rdrStaticRange.rdrStaticRangeSelected {
  border-color: #007bff !important;
  background-color: #f0f7ff !important;
}
.date-picker-modal.is-mobile .rdrStaticRange:hover .rdrStaticRangeLabel, .date-picker-modal.is-mobile .rdrStaticRange.rdrStaticRangeSelected .rdrStaticRangeLabel {
  background: transparent !important;
  color: #007bff !important;
  font-weight: 600;
}
.date-picker-modal.is-mobile .rdrInputRanges {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  padding: 0 16px 16px 16px !important;
  box-sizing: border-box;
}
.date-picker-modal.is-mobile .rdrInputRange {
  flex: 1 0 calc(50% - 5px) !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}
.date-picker-modal.is-mobile .rdrInputRange .rdrInputRangeInput {
  width: 44px !important;
  height: 36px !important;
  margin-right: 8px !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 6px !important;
  background: #fff;
}
.date-picker-modal.is-mobile .rdrInputRange span {
  font-size: 13px;
  color: #495057;
  line-height: 1.2;
}
.date-picker-modal.is-mobile .rdrCalendarWrapper {
  width: 100% !important;
  background: transparent;
}
.date-picker-modal.is-mobile .rdrMonth {
  width: 100% !important;
  padding: 0 16px 16px 16px !important;
  box-sizing: border-box;
}
.date-picker-modal.is-mobile .modal-footer {
  justify-content: flex-start !important;
  padding: 12px 16px !important;
}
.date-picker-modal.is-mobile .modal-footer button {
  padding: 8px 20px;
  min-width: 90px;
}

.rdrInputRange:first-child {
  border: none !important;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
[data-bs-theme=dark] .list-group-item {
  background: transparent !important;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.filter-tag {
  display: flex;
  padding: 0.25em 1em;
  margin: 0.25em 0.25em 0.5em;
  background-color: #567793;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
}
.filter-tag a {
  color: white;
  font-weight: 600;
  font-size: 1.25em;
}
.filter-tag:hover {
  background-color: rgba(86, 119, 147, 0.8);
  color: white;
}
.filter-tag#author-tag {
  background-color: rgba(71, 19, 87, 0.1);
}
.filter-tag#author-tag:hover {
  background-color: rgb(71, 19, 87);
}
.filter-tag#stock {
  background: #9758a8;
}
.filter-tag#stock:hover {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) #9758a8;
}
.filter-tag#etf {
  background: #cf9e7b;
}
.filter-tag#etf:hover {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) #cf9e7b;
}
.filter-tag#pub-tag {
  background-color: rgba(108, 150, 185, 0.15);
}
.filter-tag#pub-tag:hover {
  background-color: rgb(108, 150, 185);
}
.filter-tag#keyword-tag {
  background-color: rgba(133, 140, 153, 0.1);
}
.filter-tag#keyword-tag:hover {
  background-color: rgb(133, 140, 153);
}
.filter-tag#industry-tag--green {
  background-color: #DDF0DB;
}
.filter-tag#industry-tag--red {
  background-color: #F9E1E3;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.article-tags-wrapper .tags-list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -3px;
}
.article-tags-wrapper .tags-list .tag {
  display: inline-flex;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.checklist-wrapper .checklist-header .info-icon-button:hover {
  background-color: rgba(86, 119, 147, 0.125) !important;
  color: #567793 !important;
}
.checklist-wrapper .checklist-body {
  flex-direction: row;
}
.checklist-wrapper .checklist-body__panel {
  min-width: 190px;
}
.checklist-wrapper .checklist-body__panel--header {
  height: 48px;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.checklist-wrapper .checklist-body__panel--header h2 {
  color: white;
  font-weight: 300;
  margin: 0;
  line-height: 1;
  flex-shrink: 1;
  min-width: 0;
}
.checklist-wrapper .badge {
  display: flex;
  height: 38px;
  margin-right: 1px;
  justify-content: center;
  font-size: 18px;
  align-items: center;
  border-radius: 4px !important;
  line-height: 1;
}
.checklist-wrapper .badge.green-bg, .checklist-wrapper .badge .up-bg, .checklist-wrapper .badge .strong-bg {
  background: #13b64d !important;
}
.checklist-wrapper .badge.red-bg, .checklist-wrapper .badge .down-bg, .checklist-wrapper .badge .weak-bg {
  background: #fd154a !important;
}
.checklist-wrapper .checklist-disclaimer .foot-note {
  margin: 0;
  font-size: 10px;
}

.neutral-label {
  color: #ffbe00;
  font-weight: 700;
}

.checklist-wrapper .stat-label {
  flex: 1 1 auto;
  margin-right: auto;
  min-width: 0;
}

.stat-data {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

.stat-icon {
  font-size: 20px;
  line-height: 1;
}

.checklist-tally {
  color: white;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1px;
  flex-shrink: 0;
  white-space: nowrap;
}
.checklist-tally .tally-count {
  display: flex;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.checklist-label-stacked {
  display: none;
}

@media only screen and (max-width: 576px) {
  .checklist-label-inline {
    display: none;
  }
  .checklist-label-stacked {
    display: inline;
    line-height: 1.2;
  }
  .checklist-wrapper .checklist-body__panel {
    min-width: 0;
    flex: 1 1 0;
  }
  .checklist-wrapper .checklist-body > [class*=col] {
    flex: 1 1 0;
    min-width: 0;
  }
  .checklist-wrapper .list-group-item .checklist-item-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    column-gap: 0.35rem;
    align-items: center;
  }
  .checklist-wrapper .list-group-item .stat-label {
    font-size: 13px;
    line-height: 1.2;
    min-height: 2.4em;
    display: flex;
    align-items: center;
    min-width: 0;
    margin-right: 0;
  }
  .checklist-wrapper .list-group-item .stat-data {
    font-size: 13px;
    text-align: right;
    justify-self: end;
    min-width: 4.25rem;
  }
  .checklist-wrapper .list-group-item .stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.25rem;
    justify-self: end;
  }
}
[data-bs-theme=dark] .checklist-wrapper .checklist-body__panel--header {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
[data-bs-theme=dark] .checklist-wrapper .checklist-body button {
  filter: brightness(1.75);
}
[data-bs-theme=dark] .info-icon-button {
  filter: brightness(1.25);
}.chart-export-layout__header {
  height: 50px;
  font-weight: 400;
}
.chart-export-layout__header-title {
  font-weight: 400;
}
.chart-export-layout__header-title b {
  font-weight: 700;
}
.chart-export-layout__body {
  min-height: 400px;
}
.chart-export-layout__footer {
  color: #aaa;
  font-size: 0.8rem;
}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.crawl-container .crawl-wrapper .list-group .list-group-item {
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.033);
  border-radius: 0 !important;
}

.crawl-tile-wrapper .crawl-pgr-icon {
  height: 18px;
  width: auto;
  flex-shrink: 0;
  object-fit: contain;
}
.crawl-tile-wrapper .ticker {
  font-weight: 600;
  white-space: nowrap;
}
.crawl-tile-wrapper .data {
  font-weight: 600;
}
.crawl-tile-wrapper .arrow {
  font-size: 24px;
  line-height: 1;
  margin-top: -2px;
}

.crawl-link {
  color: inherit;
}
.crawl-link:hover {
  color: inherit;
}

[data-bs-theme=dark] .crawl-container .crawl-wrapper .list-group .list-group-item {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  background-color: #273040;
}
[data-bs-theme=dark] .crawl-container .crawl-wrapper .list-group .list-group-item:hover {
  background-color: rgba(0, 0, 0, 0.033);
}

.crawl-track {
  overflow: hidden;
  cursor: grab;
}
.crawl-track:active {
  cursor: grabbing;
}.view-list-link {
  display: inline-block;
  margin-top: 1rem;
  color: white;
  transition: opacity 0.2s ease-in-out;
  text-decoration: underline;
}
.view-list-link .view-list-icon {
  margin-bottom: 0.2em;
  margin-left: 0;
  transition: margin-left 0.2s ease-in-out;
}
.view-list-link:hover {
  opacity: 0.8;
}
.view-list-link:hover .view-list-icon {
  margin-left: 0.2em;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.duplicate-list-modal .copy-to-watchlist-symbols .symbol-chips-box {
  outline: 1px solid rgba(71, 82, 102, 0.15);
  border-radius: 4px;
  min-height: 200px;
  max-height: 320px;
  overflow-y: auto;
  padding: 12px 12px 12px 12px;
}
.duplicate-list-modal .copy-to-watchlist-symbols .symbol-chips-box:focus-within {
  box-shadow: 0 0 0 1px rgb(1, 51, 128);
}
.duplicate-list-modal .copy-to-watchlist-symbols .symbol-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 0;
}
.duplicate-list-modal .copy-to-watchlist-symbols .symbol-chip {
  background-color: #dfe5ed;
  display: flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 2px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
.duplicate-list-modal .copy-to-watchlist-symbols .symbol-chip .chip-name {
  font-size: 14px;
}
.duplicate-list-modal .copy-to-watchlist-symbols .symbol-chip .remove-symbol-icon {
  font-size: 10px;
  margin-left: 8px;
  margin-top: 1px;
}

[data-bs-theme=dark] .duplicate-list-modal .copy-to-watchlist-symbols .symbol-chips-box {
  background-color: rgba(0, 0, 0, 0.25);
}
[data-bs-theme=dark] .duplicate-list-modal .copy-to-watchlist-symbols .symbol-chips-box:focus-within {
  box-shadow: 0 0 0 1px #567793;
}
[data-bs-theme=dark] .duplicate-list-modal .copy-to-watchlist-symbols .symbol-chip {
  background-color: #567793;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.email-alerts-settings-popover {
  min-width: 450px;
  z-index: 1100;
  font-family: "Barlow", sans-serif;
}
.email-alerts-settings-popover .buy-sell-signal-form {
  display: flex;
  flex-wrap: wrap;
}
.email-alerts-settings-popover .buy-sell-signal-form .form-check {
  width: 200px;
  display: flex;
}
.email-alerts-settings-popover .buy-sell-signal-form .form-check label {
  line-height: 1.3;
}
@media (max-width: 576px) {
  .email-alerts-settings-popover {
    width: 100%;
  }
}

[data-bs-theme=dark] .email-alerts-settings-popover h4 {
  color: white;
}
[data-bs-theme=dark] .email-alerts-settings-popover button {
  filter: brightness(1.5);
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.elsp {
  position: relative;
  display: flex;
  height: 100%;
  background: #0f1116;
  color: #d7e0ea;
  font-family: "Inter", sans-serif;
}

/* Sidebar (icon rail) */
.elsp__rail {
  width: 52px;
  background: #0b0d12;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 4px;
  gap: 8px;
}

.elsp__rail-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: none;
  display: grid;
  place-items: center;
  background: transparent;
  color: #aab7c7;
  cursor: pointer;
  transition: 0.15s ease;
}

.elsp__rail-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.elsp__rail-btn.is-active {
  background: #22303c;
  color: #00b8ff;
}

.elsp__rail-btn--toggle {
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Slide-out panel */
.elsp__panel {
  width: 340px;
  background: #0f1116;
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

.elsp__panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 600;
}

.elsp__panel-subheader {
  padding: 8px 16px;
  color: #97a6b8;
  font-size: 13px;
}

.elsp__content {
  flex: 1;
  overflow-y: auto;
  padding: 10px 12px 14px 12px;
}

/* List group */
.elsp__group {
  background: #12161d;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  margin-bottom: 10px;
}

.elsp__group-head {
  width: 100%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  color: #e7eef7;
  cursor: pointer;
  font-size: 14px;
  border-radius: 10px;
}

.elsp__group-head:hover {
  background: rgba(255, 255, 255, 0.06);
}

.elsp__group-head.is-selected {
  background: #4c7896;
  color: #fff;
}

.elsp__submenu {
  list-style: none;
  padding: 0 10px 8px 10px;
  margin: 0;
}

.elsp__submenu-btn {
  width: 100%;
  background: #0f1218;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #cfe2f3;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
  cursor: pointer;
  font-size: 13px;
}

.elsp__submenu-btn:hover {
  background: rgba(255, 255, 255, 0.05);
}

.elsp__submenu-btn.is-selected {
  background: #4c7896;
  color: #fff;
}

.elsp__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.enhanced-lists-dropdown {
  width: 50%;
  padding: 0.5em;
}
.enhanced-lists-dropdown .btn {
  width: inherit;
}
.enhanced-lists-dropdown .dropdown-toggle {
  font-size: 16px;
  font-weight: 400;
  padding: 0.5em 0.75em;
  color: #101629;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-color: rgba(71, 82, 102, 0.15);
}
.enhanced-lists-dropdown .dropdown-toggle:hover {
  border-color: rgba(71, 82, 102, 0.5);
}
.enhanced-lists-dropdown .dropdown-toggle.show {
  color: white;
  background-color: #567793;
}
.enhanced-lists-dropdown .dropdown-menu {
  width: calc(100% - 1em);
  margin-top: -0.25em;
  padding-block: 0;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
}
.enhanced-lists-dropdown__item:active {
  color: white;
}
.enhanced-lists-dropdown__item:active .enhanced-lists-dropdown__icon {
  color: white;
}
.enhanced-lists-dropdown__accordion-btn,
.enhanced-lists-dropdown .dropdown-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.75em;
  min-height: 42px;
}
.enhanced-lists-dropdown__accordion-btn, .enhanced-lists-dropdown__item-btn {
  background: none;
  border: none;
  text-align: left;
  padding: 0;
  padding-block: 0.3em;
}
.enhanced-lists-dropdown__item-btn {
  padding: 0.5em;
  width: 100%;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  display: flex;
  align-items: center;
  border-radius: 0.25em;
}
.enhanced-lists-dropdown__item-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.enhanced-lists-dropdown__etf-btn {
  background: none;
  border: none;
  padding: 0;
  padding-inline: 0.5em;
  padding-block: 0.3em;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border-radius: 0.1em;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.enhanced-lists-dropdown__etf-btn:hover {
  background: #4c7896;
  color: white;
}
.enhanced-lists-dropdown__accordion-wrapper {
  display: block !important;
  padding-block: 0 !important;
}
.enhanced-lists-dropdown__accordion-wrapper:hover {
  background: none;
}
.enhanced-lists-dropdown__accordion-wrapper .accordion-collapse {
  list-style: none;
  padding: 0;
  margin: 0 -0.25em;
  max-height: 200px;
}
.enhanced-lists-dropdown__accordion-wrapper .accordion-collapse.show {
  overflow: scroll;
  border-top: 1px solid rgba(71, 82, 102, 0.15);
}
.enhanced-lists-dropdown .dropdown-item + .dropdown-item {
  border-top: 0.12em solid rgba(71, 82, 102, 0.15) !important;
}
.enhanced-lists-dropdown__icon {
  color: #567793;
  font-size: 1.2rem;
}
.enhanced-lists-dropdown h1 {
  color: white;
  font-size: 1.5rem;
  margin: 0;
  padding: 0.5rem;
  background-color: #1e1e1e;
}

.list-table-wrapper {
  min-height: inherit;
  overflow: hidden !important;
  position: relative;
}
.list-table-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.list-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.2);
}
.list-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.list-table-wrapper::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.4);
}

.list-table__header {
  position: sticky;
  top: 0;
  z-index: 110;
  font-size: 12px;
}
.list-table__heading {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040 !important;
}
.list-table__heading button {
  font-weight: 600;
}

[data-bs-theme=dark] .list-selector-panel {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .list-selector-panel .list-table__heading {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040 !important;
}
[data-bs-theme=dark] .list-selector-panel .list-table__body {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .list-selector-panel .enhanced-lists-dropdown .dropdown-toggle {
  background: #273040;
  color: white;
}
[data-bs-theme=dark] .list-selector-panel .enhanced-lists-dropdown .dropdown-toggle.show {
  color: white;
  background-color: #567793;
}
[data-bs-theme=dark] .list-selector-panel .accordion .accordion-item .accordion-header .accordion-button {
  background: #0089c2;
  color: white;
}
[data-bs-theme=dark] .list-selector-panel .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .list-selector-panel .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  filter: invert(0);
}
[data-bs-theme=dark] .list-selector-panel .accordion .accordion-item .accordion-body .infinite-scroll-component__outerdiv .list-table-wrapper .list-table__heading {
  background: #273040;
}
[data-bs-theme=dark] .enhanced-lists-dropdown__icon {
  filter: brightness(1.25);
}.equity-alerts {
  scroll-margin-top: 13em;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.filter-bar-wrapper .offcanvas-header .offcanvas-title {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
.filter-bar-wrapper .offcanvas-body {
  padding-top: 0 !important;
  margin-top: -10px;
  margin-bottom: 10px;
  display: none !important;
}
@media (max-width: 576px) {
  .filter-bar-wrapper .offcanvas-body {
    display: flex !important;
  }
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
@media (max-width: 576px) {
  .filter-result-main .list-group-flush .list-group-item {
    padding-left: 0;
    padding-right: 0;
  }
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.historic-price-chart-wrapper {
  position: relative;
}
@media only screen and (max-width: 576px) {
  .historic-price-chart-wrapper {
    overflow: hidden;
  }
}
.historic-price-chart-wrapper .historic-price-chart,
.historic-price-chart-wrapper .loader-container {
  overflow: auto;
  min-height: 555px;
  max-height: 700px;
  height: calc(100vh - 320px);
  margin: -10px -15px;
  touch-action: pan-y;
}
@media only screen and (max-width: 576px) {
  .historic-price-chart-wrapper .historic-price-chart,
  .historic-price-chart-wrapper .loader-container {
    width: calc(100% + 42px);
    margin: 0 -22px 0 -20px !important;
  }
}
@media only print {
  .historic-price-chart-wrapper .historic-price-chart {
    max-height: 700px;
  }
  .historic-price-chart-wrapper .historic-price-chart canvas {
    transform: scale(0.8, 1);
    transform-origin: top left;
  }
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.hotlist-panel .list-results-table .list-table-row .list-table-col {
  vertical-align: middle;
}
.hotlist-panel .list-results-table .list-table-row .list-table-col__name {
  font-size: 1.125em;
  line-height: 1.2;
}
.hotlist-panel .list-results-table .list-table-row .list-table-col__name .list-name {
  width: 100%;
  min-width: 150px;
}
.hotlist-panel .list-results-table .list-table-row .list-table-col__holdings-type {
  white-space: nowrap;
}
.hotlist-panel .list-results-table .list-table-row .list-table-col__powerbar .powerbar-wrapper {
  width: 100%;
  min-width: 100px;
}
.hotlist-panel .list-results-table .list-table-row .list-table-col__powerbar .powerbar-wrapper .powerbar-cell {
  min-width: 29px;
}
.hotlist-panel .list-results-table .list-table-row .flex-cell {
  min-width: 50px;
  max-width: 100%;
  min-height: 36px;
}
.hotlist-panel .list-results-table .list-table-row:hover {
  background-color: rgba(71, 82, 102, 0.025);
}
.hotlist-panel .list-results-table .list-table-row--action:hover {
  background-color: transparent;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.list-tile--hotlist {
  height: 240px;
  min-height: 240px;
}
.list-tile__type {
  height: 50px;
  min-height: 50px;
  align-items: flex-end;
}
.list-tile__name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-tile__name h3 {
  line-height: 1.4;
}
.list-tile__details {
  text-wrap: nowrap;
  font-size: 0.9em;
}
.list-tile__powerbar .powerbar-cell {
  min-width: 29px;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.list-alerts__header {
  justify-content: space-between;
}
@media (max-width: 576px) {
  .list-alerts__header {
    flex-direction: column;
  }
}
.list-alerts-panel .alerts-list-wrapper .alerts-list__tile {
  display: flex;
  align-items: center;
  padding: 0.75em 0;
}
.list-alerts-panel .alerts-list-wrapper .alerts-list__tile--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.66em;
  padding: 0.25em;
  line-height: 1;
  color: white;
  position: relative;
  border-radius: 0.25em;
  margin-right: 0.125em;
}
.list-alerts-panel .alerts-list-wrapper .alerts-list__tile--symbol {
  display: flex;
  flex-direction: column;
  width: 62px;
}
.list-alerts-panel .alerts-list-wrapper .alerts-list__tile--symbol .ticker {
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: 700;
}
.list-alerts-panel .alerts-list-wrapper .alerts-list__tile--symbol .date {
  font-size: 0.9em;
  font-style: italic;
}
.list-alerts-panel .alerts-list-wrapper .alerts-list__tile--alert {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  text-overflow: visible;
}
.list-alerts-panel .alerts-list-wrapper .alerts-list__tile--alert .alert-type {
  line-height: 1.5;
  font-size: 1em;
  font-weight: 400;
  white-space: nowrap;
}
.list-alerts-panel .alerts-list-wrapper .alerts-list__tile--alert .alert-data {
  font-size: 0.9em;
  line-height: 1.5;
  font-weight: 400;
}
.list-alerts-panel .form-select {
  max-width: 200px;
}
.list-alerts-panel .list-results-table-wrapper .list-results-table .list-table-row {
  font-size: 1.125em;
  display: table-row;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
.list-alerts-panel .list-results-table-wrapper .list-results-table .list-table-row--header {
  font-size: 12px;
}
.list-alerts-panel .list-results-table-wrapper .list-results-table .list-table-row--header .flex-cell {
  min-height: 32px;
}
.list-alerts-panel .list-results-table-wrapper .list-results-table .list-table-row .list-table-col {
  vertical-align: middle;
}
.list-alerts-panel .list-results-table-wrapper .list-results-table .list-table-row .symbol {
  font-size: 1.25em;
  line-height: 1;
}
.list-alerts-panel .list-results-table-wrapper .list-results-table .list-table-row .alert-type-icon {
  font-size: 1.5em;
  line-height: 1;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.ln-icon-btn.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
}
.ln-icon-btn.btn .ln-icon-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.ln-icon-btn.btn .ln-icon-btn__icon > svg {
  color: inherit;
  font-size: 1.2rem;
  width: 1em;
  height: 1em;
}
.ln-icon-btn.btn.list-expansion__btn .ln-icon-btn__icon > svg {
  font-size: 1.8rem;
}

[data-bs-theme=dark] .ln-icon-btn.btn.active, [data-bs-theme=dark] .ln-icon-btn.btn.selected {
  background-color: #567793;
  border-color: #567793;
  color: #ffffff;
  filter: none;
}
[data-bs-theme=dark] .ln-icon-btn.btn.active span, [data-bs-theme=dark] .ln-icon-btn.btn.selected span {
  color: #ffffff;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.pinned-list-panel {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}

.pinned-list-panel__back-header {
  flex-shrink: 0;
  height: 50px;
  max-height: 50px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
  padding: 0 0.75rem;
  background: #ebeef4;
  color: #1a2744;
}
.pinned-list-panel__back-header .list-navigator-back-header__inner {
  width: 100%;
  min-width: 0;
}
.pinned-list-panel__back-header .list-navigator-back-header__title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pinned-list-panel__content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.pinned-list-panel__content .infinite-scroll-component__outerdiv {
  height: 100%;
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pinned-list-panel__content .infinite-scroll-component.list-table-wrapper {
  height: 100% !important;
  flex: 1;
  min-height: 0;
  overflow-y: auto !important;
}

[data-bs-theme=dark] .pinned-list-panel {
  background-color: #273040;
}
[data-bs-theme=dark] .pinned-list-panel__back-header {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040 !important;
  color: #ffffff;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.table .ticker-row {
  cursor: pointer;
  display: table-row;
  position: relative;
  height: 61px;
}
.table .ticker-row:hover, .table .ticker-row.is-peer-hover {
  background: rgba(0, 0, 0, 0.033);
}
.table .ticker-row.ticker-row--disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.table .ticker-row.ticker-row--disabled:hover {
  background: transparent;
}
.table .ticker-row.ticker-row--lite .ticker-row__cell {
  height: auto;
}
.table .ticker-row.ticker-row--lite .ticker-row__cell--rating {
  width: 50px;
}
.table .ticker-row.ticker-row--lite .ticker-row__cell--rating img {
  width: 34px;
  height: auto;
}
.table .ticker-row.ticker-row--lite .ticker-row__cell--symbol {
  margin: 0em;
}
.table .ticker-row.ticker-row--lite .ticker-row__cell.selected {
  background-color: #273040;
  color: white;
}
.table .ticker-row.ticker-row--lite .remove-list-item-button {
  position: relative;
  margin-top: -2px;
  margin-right: -5px;
  margin-left: 6px;
  line-height: 1;
  top: 0;
}
.table .ticker-row.ticker-row--lite .remove-list-item-button:hover {
  color: red;
}
.table .ticker-row:hover, .table .ticker-row.is-peer-hover {
  background: rgba(0, 0, 0, 0.033);
}
.table .ticker-row td:last-child {
  font-weight: 600;
}
.table .ticker-row__cell {
  font-size: 1em;
  height: 60px;
  border-color: rgba(71, 82, 102, 0.15);
  vertical-align: top;
  background: transparent;
  position: relative;
}
.table .ticker-row__cell.selected {
  background-color: #273040;
  color: white;
}
.table .ticker-row__cell.selected .remove-list-item-button {
  color: white;
}
.table .ticker-row__cell.selected .remove-list-item-button:hover {
  color: white !important;
}
.table .ticker-row__cell--rating {
  vertical-align: middle;
  position: relative;
  width: 54px;
}
.table .ticker-row__cell--data {
  padding-left: 0;
  padding-right: 0;
}
.table .ticker-row__cell--symbol {
  font-weight: 800;
  font-size: 1.33em;
  line-height: 1.2;
  margin: 0 0 0.15em;
}
.table .ticker-row__cell--alerts {
  justify-content: end;
  display: flex;
  margin-right: -1px;
}
.table .ticker-row__cell--alerts .eps-text {
  font-weight: 700;
  font-size: 12px;
}
.table .ticker-row__cell--alerts .eps-text svg {
  font-size: 20px;
  line-height: 1;
  margin-top: -1px;
  margin-left: -2px;
}
.table .ticker-row__cell--alerts .signal-text {
  font-weight: 700;
  font-size: 12px;
}
.table .ticker-row__cell--alerts .signal-text svg {
  font-size: 20px;
  line-height: 1;
  margin-top: -3px;
}
.table .ticker-row__cell--company {
  margin: 0;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  width: 209px;
  z-index: 1;
}
.table .ticker-row__cell--price {
  font-weight: 400;
}
.table .ticker-row__cell--change {
  font-weight: 600;
}
.table .ticker-row__cell--active {
  width: 12px;
  padding: 0;
  position: relative;
}
.table .ticker-row .remove-list-item-button {
  position: absolute;
  top: 2px;
  right: 10px;
  background: transparent;
  font-size: 16px;
  opacity: 0.5;
}
.table .ticker-row .remove-list-item-button:hover {
  opacity: 1;
  color: red;
}
.table .ticker-row .selected-ribbon {
  position: absolute;
  padding: 0;
  width: 8px;
  right: 4px;
  top: 3px;
  bottom: 3px;
  border-radius: 0.5em;
  background-color: #0089c2;
  z-index: 10;
}

[data-bs-theme=dark] .table .ticker-row tr:hover {
  background: none !important;
}
[data-bs-theme=dark] .table .ticker-row:hover, [data-bs-theme=dark] .table .ticker-row.is-peer-hover {
  background: rgba(255, 255, 255, 0.05);
}
[data-bs-theme=dark] .table .ticker-row__cell {
  border-color: rgba(71, 82, 102, 0.5);
}
[data-bs-theme=dark] .table .ticker-row__cell.selected {
  background: #273040 !important;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.mini-powerbar {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.mini-powerbar__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0;
  font-size: 0.9em;
}
.mini-powerbar__cell--bullish {
  background-color: #24a300;
}
.mini-powerbar__cell--neutral {
  background-color: #ffbe00;
}
.mini-powerbar__cell--bearish {
  background-color: #e00000;
}
.mini-powerbar__count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 2px;
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.ln-tree__leaf.ln-tree__leaf--inline .ln-tree__leaf-powerbar,
.ln-v2-tree__leaf.ln-v2-tree__leaf--inline .ln-v2-tree__leaf-powerbar {
  width: 140px;
  min-width: 140px;
  flex-shrink: 0;
  margin-left: 8px;
}

.ln-tree__leaf-powerbar .flex-cell.powerbar-wrapper.powerbar-wrapper--distribution,
.ln-v2-tree__leaf-powerbar .flex-cell.powerbar-wrapper.powerbar-wrapper--distribution {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  flex-direction: row !important;
  justify-content: flex-start;
  align-items: stretch;
}
.ln-tree__leaf-powerbar .flex-cell.powerbar-wrapper.powerbar-wrapper--distribution.flex-cell,
.ln-v2-tree__leaf-powerbar .flex-cell.powerbar-wrapper.powerbar-wrapper--distribution.flex-cell {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: auto;
}
.ln-tree__leaf-powerbar .flex-cell.powerbar-wrapper.powerbar-wrapper--distribution .powerbar-cell,
.ln-v2-tree__leaf-powerbar .flex-cell.powerbar-wrapper.powerbar-wrapper--distribution .powerbar-cell {
  min-width: 25px;
  flex-basis: auto;
  flex-shrink: 1;
  padding: 2px 4px;
  margin: 0 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ln-tree__leaf-powerbar .flex-cell.powerbar-wrapper.powerbar-wrapper--distribution .powerbar-cell--bullish,
.ln-v2-tree__leaf-powerbar .flex-cell.powerbar-wrapper.powerbar-wrapper--distribution .powerbar-cell--bullish {
  border-radius: 1em 0 0 1em;
}
.ln-tree__leaf-powerbar .flex-cell.powerbar-wrapper.powerbar-wrapper--distribution .powerbar-cell--neutral,
.ln-v2-tree__leaf-powerbar .flex-cell.powerbar-wrapper.powerbar-wrapper--distribution .powerbar-cell--neutral {
  border-radius: 0;
}
.ln-tree__leaf-powerbar .flex-cell.powerbar-wrapper.powerbar-wrapper--distribution .powerbar-cell--bearish,
.ln-v2-tree__leaf-powerbar .flex-cell.powerbar-wrapper.powerbar-wrapper--distribution .powerbar-cell--bearish {
  border-radius: 0 1em 1em 0;
}
.ln-tree__leaf-powerbar .flex-cell.powerbar-wrapper.powerbar-wrapper--distribution .powerbar-cell .powerbar-count,
.ln-v2-tree__leaf-powerbar .flex-cell.powerbar-wrapper.powerbar-wrapper--distribution .powerbar-cell .powerbar-count {
  min-width: 25px;
  padding: 0 2px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
:root {
  --ln-list-panel-width: 280px;
  --ln-symbols-panel-width: 280px;
}

.stocks-wrapper:has(#advanced-charting-page) {
  --ln-list-panel-width: 220px;
  --ln-symbols-panel-width: 220px;
}

.list-navigator-wrapper {
  display: flex;
  height: 100%;
  transition: width 0.25s ease-in-out;
  flex-shrink: 0;
  position: fixed;
  overflow: hidden;
  border-right: 1px solid rgba(200, 200, 200, 0.23);
}
.list-navigator-wrapper.desktop-layout.ln-tree-layout {
  position: relative;
  top: auto;
  left: auto;
  height: 100% !important;
  min-height: calc(100vh - 101px);
  max-width: 100%;
  min-width: 0;
  align-self: flex-start;
  z-index: 3500;
}
#discovery-page .list-navigator-wrapper.desktop-layout, .discovery-symbol-wrapper .list-navigator-wrapper.desktop-layout {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  height: 100% !important;
  min-height: calc(100vh - 100px) !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  z-index: auto !important;
}
#advanced-charting-page .list-navigator-wrapper.desktop-layout {
  position: relative;
  top: auto;
  left: auto;
  height: 100%;
  min-height: calc(100vh - 52px);
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  z-index: 3500;
}
#discovery-page .list-navigator-wrapper:not(.desktop-layout), .discovery-symbol-wrapper .list-navigator-wrapper:not(.desktop-layout) {
  height: calc(100vh - 100px);
  top: 102px;
  left: 0;
  z-index: 100;
}
#my-chaikin .list-navigator-wrapper {
  position: relative !important;
  height: 100%;
  top: auto;
  left: auto;
  z-index: auto;
}
#my-chaikin .my-chaikin__health-check .page-side .list-navigator-wrapper.desktop-layout {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  height: 100% !important;
  min-height: calc(100vh - 168px);
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  z-index: 3500;
}
.list-navigator-wrapper .selected-etf-table {
  margin-bottom: 0;
  border-bottom: 2px solid rgba(71, 82, 102, 0.15);
}

.list-navigator-wrapper.ln-tree-layout .ln-tree-layout__search-bar .ln-tree-layout__collapse-btn.btn {
  flex: 0 0 auto;
  margin-right: 4px;
  height: 40px;
  width: 40px;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.list-navigator-wrapper.ln-tree-layout {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-shrink: 0;
  position: fixed;
  overflow: hidden;
  border-right: 1px solid rgba(200, 200, 200, 0.3);
  transition: width 0.25s ease-in-out;
}
.list-navigator-wrapper.ln-tree-layout.tree-mode-rail {
  width: 50px;
}
.list-navigator-wrapper.ln-tree-layout.tree-mode-rail.symbols-panel-visible {
  width: calc(50px + var(--ln-symbols-panel-width));
}
.list-navigator-wrapper.ln-tree-layout.tree-mode-default {
  width: 290px;
}
.list-navigator-wrapper.ln-tree-layout.tree-mode-default.symbols-panel-visible {
  width: calc(290px + var(--ln-symbols-panel-width));
}
.list-navigator-wrapper.ln-tree-layout.tree-mode-expanded {
  width: 290px;
}
.list-navigator-wrapper.ln-tree-layout.tree-mode-expanded.symbols-panel-visible {
  width: calc(290px + var(--ln-symbols-panel-width));
}
.list-navigator-wrapper.ln-tree-layout.tree-mode-expanded .ln-tree-layout__tree-column-hover-zone {
  flex: 1 1 auto;
  min-width: 0;
}
.list-navigator-wrapper.ln-tree-layout.tree-mode-expanded .ln-tree-layout__tree-column-hover-zone > .ln-tree-column.tree-mode-expanded {
  width: calc(290px + var(--ln-symbols-panel-width));
  min-width: calc(290px + var(--ln-symbols-panel-width));
  min-height: 0;
  align-self: stretch;
}
#discovery-page .list-navigator-wrapper.ln-tree-layout:not(.desktop-layout), .discovery-symbol-wrapper .list-navigator-wrapper.ln-tree-layout:not(.desktop-layout) {
  height: calc(100vh - 100px);
  top: 102px;
  left: 0;
  z-index: 100;
}
#discovery-page .list-navigator-wrapper.ln-tree-layout, .discovery-symbol-wrapper .list-navigator-wrapper.ln-tree-layout {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  height: 100% !important;
  z-index: auto !important;
}
#my-chaikin .list-navigator-wrapper.ln-tree-layout {
  position: relative !important;
  height: 100%;
  top: auto;
  left: auto;
  z-index: auto;
}
.list-navigator-wrapper.ln-tree-layout .ln-tree-layout__search-bar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
.list-navigator-wrapper.ln-tree-layout .ln-tree-layout__search-bar .widget-search {
  flex: 1 1 auto;
  min-width: 0;
}
.list-navigator-wrapper.ln-tree-layout .ln-tree-layout__search-bar > div {
  flex: 1 1 auto;
  min-width: 0;
}
.list-navigator-wrapper.ln-tree-layout .ln-tree-layout__content {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.list-navigator-wrapper.ln-tree-layout .ln-tree-layout__tree-column-hover-zone {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-width: 0;
  min-height: 0;
}
.list-navigator-wrapper.ln-tree-layout.symbols-panel-visible .ln-tree-layout__pinned-panel-wrap {
  width: var(--ln-symbols-panel-width);
  overflow: hidden;
  flex-shrink: 0;
  transition: width 0.25s ease-in-out;
}
.list-navigator-wrapper.ln-tree-layout.tree-mode-expanded .ln-tree-layout__pinned-panel-wrap {
  width: 0;
}
.list-navigator-wrapper.ln-tree-layout .portfolio-list-accordion,
.list-navigator-wrapper.ln-tree-layout .portfolio-list-accordion__container {
  flex: 1 1 auto;
  min-width: 0;
}

/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.ln-tree-layout__quick-view--portal {
  width: 700px;
  max-width: calc(100vw - 16px);
  background-color: #ffffff;
  border-right: 1px solid rgba(71, 82, 102, 0.15);
  box-shadow: inset 0 6px 6px -4px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  z-index: 999;
}

.list-navigator-wrapper.quick-view-open #list-nav-symbols-scrollable,
.list-navigator-wrapper.quick-view-open .pinned-list-panel__content,
.list-navigator-wrapper.quick-view-open .infinite-scroll-component {
  scrollbar-width: none;
}

.list-navigator-wrapper.quick-view-open #list-nav-symbols-scrollable::-webkit-scrollbar,
.list-navigator-wrapper.quick-view-open .pinned-list-panel__content::-webkit-scrollbar,
.list-navigator-wrapper.quick-view-open .infinite-scroll-component::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

[data-bs-theme=dark] .ln-tree-layout__quick-view--portal {
  background: #273040;
  border-left-color: rgba(255, 255, 255, 0.12);
  border-right-color: rgba(255, 255, 255, 0.12);
}

.qv-table-root {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.qv-table-root__actions--spacer {
  flex: 0 0 auto;
  height: var(--qv-actions-height, 57px);
  min-height: var(--qv-actions-height, 57px);
  background-color: transparent;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}

.qv-table-root__body {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
}

.qv-table-root__body .selected-etf-table {
  margin-bottom: 0;
  border-bottom: 2px solid rgba(71, 82, 102, 0.15);
}

.qv-table-root__state {
  padding: 24px 16px;
  color: #666666;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

[data-bs-theme=dark] .qv-table-root__actions--spacer {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

[data-bs-theme=dark] .qv-table-root__state {
  color: rgba(255, 255, 255, 0.75);
}

.qv-table-root__back-strip {
  flex: 0 0 auto;
  box-sizing: border-box;
  height: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 8px 0 12px;
  background-color: #ebeef4;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}

.qv-table-root__actions-group {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.qv-table-root__action {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  font-size: 11.5px;
  font-weight: 500;
  color: #567793;
  background: transparent;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}

.qv-table-root__action span {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.qv-table-root__action:hover:not(:disabled) {
  color: rgb(70.9407725322, 98.1622317597, 121.2592274678);
}

.qv-table-root__action--disabled, .qv-table-root__action:disabled {
  color: #b0b9c8;
  cursor: default;
}

.qv-table-root__action--disabled span, .qv-table-root__action:disabled span {
  text-decoration: none;
}

.qv-table-root__action--danger {
  color: #c92626;
}

.qv-table-root__action--danger:hover:not(:disabled) {
  color: rgb(166.6870292887, 31.5129707113, 31.5129707113);
}

.qv-table-root__action-sep {
  width: 1px;
  height: 16px;
  background: rgba(71, 82, 102, 0.15);
  flex-shrink: 0;
}

.qv-table-root__edit-dropdown {
  display: inline-flex;
}

.qv-table-root__edit-dropdown .dropdown-toggle::after {
  display: none;
}

.qv-table-root__edit-menu {
  z-index: 2000;
  min-width: 220px;
  font-size: 12.5px;
}

.qv-table-root__edit-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qv-table-root__edit-menu .dropdown-item svg {
  flex: 0 0 auto;
}

.qv-table-root__close {
  flex: 0 0 auto;
  color: #475266;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25em;
}

.qv-table-root__close:hover, .qv-table-root__close:focus {
  background-color: rgba(86, 119, 147, 0.08);
  color: #567793;
}

[data-bs-theme=dark] .qv-table-root__back-strip {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-bottom-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

[data-bs-theme=dark] .qv-table-root__action {
  color: rgba(255, 255, 255, 0.85);
}

[data-bs-theme=dark] .qv-table-root__action:hover:not(:disabled) {
  color: #ffffff;
}

[data-bs-theme=dark] .qv-table-root__action--disabled, [data-bs-theme=dark] .qv-table-root__action:disabled {
  color: rgba(255, 255, 255, 0.45);
}

[data-bs-theme=dark] .qv-table-root__action-sep {
  background: rgba(71, 82, 102, 0.5);
}

[data-bs-theme=dark] .qv-table-root__close {
  color: rgba(255, 255, 255, 0.8);
}

[data-bs-theme=dark] .qv-table-root__close:hover, [data-bs-theme=dark] .qv-table-root__close:focus {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.qv-table-root .list-table-head .list-table-row--header .list-table-col {
  padding: 8px !important;
}

.qv-table-root .list-table-head .list-table-row--header .list-table-col .list-table__btn {
  font-weight: 500;
  font-size: 12px;
  color: unset;
}

.qv-table-root .list-table-head .list-table-row--header .list-table-col .list-table__btn svg {
  width: 12px;
  height: 12px;
}

.qv-table-root--paired-symbols-lite .list-table-head {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040 !important;
}

.qv-table-root--paired-symbols-lite .list-table-head .list-table-row--header .list-table-col {
  box-sizing: border-box;
  height: auto;
  min-height: 0;
  line-height: 20px;
  padding: 4px 8px !important;
  vertical-align: middle;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040 !important;
}

[data-bs-theme=dark] .qv-table-root--paired-symbols-lite .list-table-head,
[data-bs-theme=dark] .qv-table-root--paired-symbols-lite .list-table-head .list-table-row--header .list-table-col {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040 !important;
}

.table.quick-view-table .quick-view-table__period-control {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.table.quick-view-table .quick-view-table__period-label {
  font-weight: 500;
  font-size: 12px;
}

.table.quick-view-table .quick-view-table__period-dropdown {
  display: inline-block;
}

.table.quick-view-table .quick-view-table__period-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 20px;
  text-align: left;
}

.table.quick-view-table .quick-view-table__period-toggle::after {
  display: none !important;
}

.table.quick-view-table .quick-view-table__period-menu {
  min-width: 56px;
  margin-left: -20px;
}

.table.quick-view-table .quick-view-table__period-menu .dropdown-item {
  padding: 4px 10px;
  text-align: center;
}

.table.quick-view-table .quick-view-table__col--check .quick-view-table__check {
  display: block;
  margin: 0 auto;
}

.table.quick-view-table {
  table-layout: fixed;
  width: 100%;
}

.table.quick-view-table .list-table-col {
  overflow: visible;
}

.table.quick-view-table .ticker-row:hover, .table.quick-view-table .ticker-row.is-peer-hover {
  background: rgba(0, 0, 0, 0.033);
}

.table.quick-view-table .ticker-row__cell {
  vertical-align: middle;
  text-align: center;
}

.table.quick-view-table .quick-view-table__col--eq,
.table.quick-view-table .quick-view-table__col--alerts,
.table.quick-view-table .quick-view-table__col--remove,
.table.quick-view-table .quick-view-table__col--check {
  text-align: center;
}

.table.quick-view-table .quick-view-table__col--mktcap .ticker-row__cell--data {
  text-align: left;
}

.table.quick-view-table .quick-view-table__move-cell {
  display: flex;
  align-items: center;
  gap: 8px;
}

.table.quick-view-table .quick-view-table__move-pct {
  width: 54px;
  font-weight: 600;
  flex-shrink: 0;
  text-align: left;
}

.table.quick-view-table .quick-view-table__move-bar-bg {
  flex: 1 1 auto;
  height: 6px;
  background: rgba(71, 82, 102, 0.08);
  border-radius: 3px;
  overflow: hidden;
  min-width: 0;
}

.table.quick-view-table .quick-view-table__move-bar {
  height: 100%;
  border-radius: 3px;
}

.table.quick-view-table .quick-view-table__move-bar--pos {
  background: #1a9456;
}

.table.quick-view-table .quick-view-table__move-bar--neg {
  background: #c92626;
}

.table.quick-view-table .quick-view-table__move-bar--flat {
  background: #9aa4b8;
}

.table.quick-view-table .quick-view-table__eq-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.table.quick-view-table .quick-view-table__eq-na {
  color: #ccd1dd;
  font-weight: 600;
}

.table.quick-view-table .quick-view-table__alert-btn,
.table.quick-view-table .quick-view-table__remove-btn,
.table.quick-view-table .quick-view-table__eq-badge,
.table.quick-view-table .quick-view-table__eq-na {
  margin-inline: auto;
}

.table.quick-view-table .quick-view-table__alert-btn {
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  border-radius: 0.25em;
  color: #bfc7d6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.table.quick-view-table .quick-view-table__alert-btn:hover, .table.quick-view-table .quick-view-table__alert-btn:focus {
  background-color: rgba(86, 119, 147, 0.08);
  color: #567793;
  outline: none;
}

.table.quick-view-table .quick-view-table__alert-btn--on {
  color: #567793;
}

.table.quick-view-table .quick-view-table__remove-btn {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(71, 82, 102, 0.2);
  border-radius: 0.25em;
  background: #ffffff;
  color: #8a94a6;
  cursor: pointer;
  padding: 0;
}

.table.quick-view-table .quick-view-table__remove-btn:hover, .table.quick-view-table .quick-view-table__remove-btn:focus {
  border-color: #c92626;
  background: #fff5f5;
  color: #c92626;
  outline: none;
}

.table.quick-view-table .quick-view-table__check {
  width: 14px;
  height: 14px;
  cursor: pointer;
  accent-color: #567793;
  margin: 0;
}

.table.quick-view-table col.quick-view-table__col--mktcap,
.table.quick-view-table .quick-view-table__col--mktcap {
  width: 100px !important;
  min-width: 100px;
  max-width: 100px;
}

.table.quick-view-table col.quick-view-table__col--move,
.table.quick-view-table .quick-view-table__col--move {
  width: auto !important;
  min-width: 0;
}

.table.quick-view-table col.quick-view-table__col--eq,
.table.quick-view-table .quick-view-table__col--eq {
  width: 56px !important;
  min-width: 56px;
  max-width: 56px;
}

.table.quick-view-table col.quick-view-table__col--alerts,
.table.quick-view-table .quick-view-table__col--alerts {
  width: 56px !important;
  min-width: 56px;
  max-width: 56px;
}

.table.quick-view-table col.quick-view-table__col--remove,
.table.quick-view-table .quick-view-table__col--remove {
  width: 68px !important;
  min-width: 68px;
  max-width: 68px;
}

.table.quick-view-table col.quick-view-table__col--check,
.table.quick-view-table .quick-view-table__col--check {
  width: 60px !important;
  min-width: 60px;
  max-width: 60px;
}

[data-bs-theme=dark] .table.quick-view-table .ticker-row:hover, [data-bs-theme=dark] .table.quick-view-table .ticker-row.is-peer-hover {
  background: rgba(255, 255, 255, 0.05);
}

[data-bs-theme=dark] .table.quick-view-table .quick-view-table__move-bar-bg {
  background: rgba(255, 255, 255, 0.2);
}

[data-bs-theme=dark] .table.quick-view-table .quick-view-table__eq-na {
  color: rgba(255, 255, 255, 0.45);
}

[data-bs-theme=dark] .table.quick-view-table .quick-view-table__alert-btn {
  color: rgba(255, 255, 255, 0.55);
}

[data-bs-theme=dark] .table.quick-view-table .quick-view-table__alert-btn:hover, [data-bs-theme=dark] .table.quick-view-table .quick-view-table__alert-btn:focus {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

[data-bs-theme=dark] .table.quick-view-table .quick-view-table__alert-btn--on {
  color: #567793;
}

[data-bs-theme=dark] .table.quick-view-table .quick-view-table__remove-btn {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.12);
  color: rgba(255, 255, 255, 0.78);
}

[data-bs-theme=dark] .table.quick-view-table .quick-view-table__remove-btn:hover, [data-bs-theme=dark] .table.quick-view-table .quick-view-table__remove-btn:focus {
  border-color: #c92626;
  background: rgba(201, 38, 38, 0.16);
}

.ln-tree-column {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  border-right: 1px solid rgba(71, 82, 102, 0.15);
  overflow: hidden;
  flex: 0 0 auto;
  transition: width 0.25s ease-in-out, min-width 0.25s ease-in-out;
}
.ln-tree-column.tree-mode-rail {
  width: 50px;
  min-width: 50px;
}
.ln-tree-column.tree-mode-default {
  width: 290px;
  min-width: 290px;
}
.ln-tree-column.tree-mode-expanded {
  width: 290px;
  min-width: 290px;
}
.ln-tree-column__header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  background-color: #ebeef4;
  color: #1a2744;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
  flex: 0 0 auto;
  height: 50px;
  min-height: 50px;
}
.ln-tree-column__title {
  font-size: 14px;
  line-height: var(--bs-body-line-height);
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  font-style: normal;
  color: #1a2744;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-tree-column__body {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
}
.ln-tree-column__body > .ln-tree__parent {
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
.ln-tree-column__body > .ln-tree__parent:last-child {
  border-bottom: none;
}

.ln-tree__sort-dropdown {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.ln-tree__sort-toggle.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 6px;
  white-space: nowrap;
}
.ln-tree__sort-toggle.btn .ln-tree__sort-toggle-icon {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.ln-tree__sort-toggle.btn svg {
  color: inherit;
  font-size: 1.2rem;
  width: 1em;
  height: 1em;
}
.ln-tree__sort-toggle.btn .ln-tree__sort-toggle-extra {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 0;
  padding-left: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-width 0.2s ease, padding-left 0.2s ease, opacity 0.2s ease;
}
.ln-tree__sort-toggle.btn.ln-tree__sort-toggle--open .ln-tree__sort-toggle-extra {
  max-width: 220px;
  padding-left: 6px;
  opacity: 1;
}
.ln-tree__sort-toggle.btn .ln-tree__sort-toggle-label {
  font-size: 14px;
  line-height: 1;
}
.ln-tree__sort-toggle.btn .ln-tree__sort-toggle-label b {
  font-weight: 600;
}

.ln-tree__sort-menu {
  font-size: 14px;
  min-width: 9rem;
}

.ln-tree__parent {
  display: flex;
  flex-direction: column;
}
.ln-tree__parent--open:has(.ln-tree__leaf--active) > .ln-tree__parent-header {
  background-image: linear-gradient(rgba(71, 82, 102, 0.05), rgba(71, 82, 102, 0.05));
}
.ln-tree__parent-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  border: none;
  text-align: left;
  padding: 0;
  color: #567793;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  min-height: 44px;
  transition: background-color 0.12s ease-in-out;
}
.ln-tree__parent-header:hover, .ln-tree__parent-header:focus {
  background-image: linear-gradient(rgba(71, 82, 102, 0.05), rgba(71, 82, 102, 0.05));
  outline: none;
}
.ln-tree__parent-icon {
  flex: 0 0 50px;
  width: 50px;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #567793;
}
.ln-tree__parent-content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-right: 12px;
}
.ln-tree__parent-label {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-tree__parent-trailing {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 0 4px;
  color: #475266;
  cursor: pointer;
}
.ln-tree__parent-trailing:hover {
  color: #567793;
}
.ln-tree__parent-children, .ln-tree__category-children {
  display: flex;
  flex-direction: column;
}
.ln-tree__category {
  display: flex;
  flex-direction: column;
}
.ln-tree__category-header {
  position: sticky;
  top: 44px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  background-color: #ffffff;
  border: none;
  text-align: left;
  padding: 6px 12px 6px 8px;
  color: #567793;
  font-weight: 500;
  font-size: 12.5px;
  cursor: pointer;
  transition: background-color 0.12s ease-in-out;
}
.ln-tree__category-header:hover, .ln-tree__category-header:focus {
  background-image: linear-gradient(rgba(71, 82, 102, 0.05), rgba(71, 82, 102, 0.05));
  outline: none;
}
.ln-tree__category-header--with-trailing {
  justify-content: space-between;
  gap: 8px;
}
.ln-tree__category:has(.ln-tree__leaf--active) > .ln-tree__category-header {
  background-image: linear-gradient(rgba(71, 82, 102, 0.05), rgba(71, 82, 102, 0.05));
}
.ln-tree__category-header-main {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
}
.ln-tree__category-load-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #475266;
  cursor: pointer;
}
.ln-tree__category-load-icon:hover {
  color: #567793;
}
.ln-tree__category-label {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-tree__leaf {
  display: flex;
  gap: 6px;
  padding: 6px 12px;
  color: #101629;
  font-size: 12.5px;
  cursor: pointer;
  border-left: 2px solid transparent;
  transition: background-color 0.12s ease-in-out;
}
.ln-tree__leaf:hover, .ln-tree__leaf:focus {
  background-color: rgba(71, 82, 102, 0.05);
  outline: none;
}
.ln-tree__leaf--active {
  background-color: #4a6580;
  border-left-color: #4a6580;
  color: #ffffff;
  font-weight: 600;
}
.ln-tree__leaf--active .ln-tree__icon-svg,
.ln-tree__leaf--active .ln-tree__chevron {
  color: #ffffff;
}
.ln-tree__leaf--active:hover, .ln-tree__leaf--active:focus {
  background-color: #4a6580;
  color: #ffffff;
}
.ln-tree__leaf--stacked {
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  padding: 8px 12px;
}
.ln-tree__leaf--inline {
  flex-direction: row;
  align-items: center;
}
.ln-tree__leaf-label {
  flex: 1 1 auto;
  overflow: hidden;
}
.ln-tree__leaf--inline .ln-tree__leaf-label {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-tree__leaf--stacked .ln-tree__leaf-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ln-tree__leaf-powerbar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.ln-tree__leaf--inline .ln-tree__leaf-powerbar {
  margin-left: 8px;
  width: auto;
  min-width: 0;
  flex-shrink: 0;
}
.ln-tree__leaf--stacked .ln-tree__leaf-powerbar {
  width: 100%;
  margin-left: 0;
}
.ln-tree__chevron {
  width: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #567793;
  flex-shrink: 0;
}
.ln-tree__icon-svg {
  width: 16px;
  height: 16px;
}
.ln-tree__loading, .ln-tree__empty {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  color: #666666;
  font-size: 12px;
  font-style: italic;
}

[data-bs-theme=dark] .list-navigator-wrapper {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-right-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .list-navigator-wrapper .ln-tree-layout__content {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .list-navigator-wrapper .ln-tree-layout__search-bar {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .ln-tree-column {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-right-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .ln-tree-column__header {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .ln-tree-column__title {
  color: #fff;
}
[data-bs-theme=dark] .ln-tree-column__body > .ln-tree__parent {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .ln-tree__parent-header {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  color: #567793;
}
[data-bs-theme=dark] .ln-tree__parent-header:hover, [data-bs-theme=dark] .ln-tree__parent-header:focus {
  background: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  outline: none;
}
[data-bs-theme=dark] .ln-tree__parent-icon {
  color: #567793;
}
[data-bs-theme=dark] .ln-tree__category-header {
  position: sticky;
  top: 44px;
  z-index: 1;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  color: #567793;
}
[data-bs-theme=dark] .ln-tree__category-header:hover, [data-bs-theme=dark] .ln-tree__category-header:focus {
  background: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  outline: none;
}
[data-bs-theme=dark] .ln-tree__leaf {
  color: #567793;
}
[data-bs-theme=dark] .ln-tree__leaf:hover, [data-bs-theme=dark] .ln-tree__leaf:focus {
  background-color: rgba(255, 255, 255, 0.08);
}
[data-bs-theme=dark] .ln-tree__leaf--active {
  background-color: #4a6580;
  border-left-color: #4a6580;
  color: #ffffff;
}
[data-bs-theme=dark] .ln-tree__leaf--active .ln-tree__icon-svg,
[data-bs-theme=dark] .ln-tree__leaf--active .ln-tree__chevron {
  color: #ffffff;
}
[data-bs-theme=dark] .ln-tree__chevron {
  color: #567793;
}
[data-bs-theme=dark] .ln-tree__loading, [data-bs-theme=dark] .ln-tree__empty {
  color: rgba(255, 255, 255, 0.7);
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.list-navigator-wrapper {
  display: flex;
  height: 100%;
  transition: width 0.25s ease-in-out;
  flex-shrink: 0;
  position: fixed;
  overflow: hidden;
  border-right: 1px solid rgba(200, 200, 200, 0.3);
}
#discovery-page .list-navigator-wrapper:not(.desktop-layout), .discovery-symbol-wrapper .list-navigator-wrapper:not(.desktop-layout) {
  height: calc(100vh - 100px);
  top: 102px;
  left: 0;
  z-index: 100;
}
#my-chaikin .list-navigator-wrapper {
  position: relative !important;
  height: 100%;
  top: auto;
  left: auto;
  z-index: auto;
}
.list-navigator-wrapper.nav-collapsed.panel-collapsed:not(.ln-tree-layout) {
  width: 50px;
}
.list-navigator-wrapper.nav-collapsed.panel-collapsed:not(.ln-tree-layout) .list-selector-panel {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.list-navigator-wrapper.nav-expanded.panel-collapsed:not(.ln-tree-layout) {
  width: 340px;
  border: 0px;
}
.list-navigator-wrapper.nav-expanded.panel-collapsed:not(.ln-tree-layout) .list-selector-panel {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.list-navigator-wrapper.nav-expanded.panel-expanded:not(.ln-tree-layout) {
  width: calc(340px + 290px);
}
.list-navigator-wrapper.nav-collapsed.panel-expanded:not(.ln-tree-layout) {
  width: calc(50px + 290px);
}
#advanced-charting-page .list-navigator-wrapper.nav-collapsed.panel-collapsed:not(.symbols-panel-visible) {
  width: 49px;
}
#advanced-charting-page .list-navigator-wrapper.nav-collapsed.panel-expanded {
  width: 271px;
}
#advanced-charting-page .list-navigator-wrapper.desktop-layout.nests-panel-visible {
  overflow: visible;
  pointer-events: auto !important;
}
#advanced-charting-page .list-navigator-wrapper.desktop-layout.nests-panel-visible .left-fixed-icon-nav {
  position: relative;
  z-index: 10 !important; /* rail above panel so Expand button always clickable */
  pointer-events: auto !important;
}
#advanced-charting-page .list-navigator-wrapper.desktop-layout.nests-panel-visible .list-selector-panel {
  position: absolute !important;
  left: 49px !important;
  top: 0 !important;
  height: 100% !important;
  z-index: 5 !important;
  pointer-events: auto !important;
  box-shadow: 4px 0 12px rgba(0, 0, 0, 0.12) !important;
}

.left-fixed-icon-nav {
  display: flex;
  flex-direction: column;
  background: linear-gradient(to right, rgb(240, 240, 240), rgb(240, 240, 240)), #273040;
  border-right: 1px solid rgba(71, 82, 102, 0.15);
  transition: width 0.25s ease-in-out;
  overflow: hidden;
  flex-shrink: 0;
}
.left-fixed-icon-nav.collapsed {
  width: 50px;
  max-width: 50px;
}
.left-fixed-icon-nav.collapsed h3, .left-fixed-icon-nav.collapsed span {
  display: none;
}
.left-fixed-icon-nav.collapsed .collapsable-container__btn,
.left-fixed-icon-nav.collapsed .list-expansion__btn {
  width: 100%;
}
.left-fixed-icon-nav.collapsed .btn-toolbar-item-icon {
  width: 100%;
  min-width: 0;
}
.left-fixed-icon-nav.expanded {
  width: 340px;
}
.left-fixed-icon-nav .nav-header {
  display: flex;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
.left-fixed-icon-nav .nav-header .collapsable-container__btn {
  flex-shrink: 0;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 55.5px;
  padding: 0 !important;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.left-fixed-icon-nav .nav-header .collapsable-container__btn .link-variant-icon {
  font-size: 1.8rem;
  color: #567793;
  margin: 0 !important;
}
.left-fixed-icon-nav .nav-header .collapsable-container__btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.left-fixed-icon-nav .nav-header .close-nav-btn {
  color: #567793;
  opacity: 0.6;
  margin-left: auto;
}
.left-fixed-icon-nav .nav-header .close-nav-btn:hover {
  opacity: 1;
}
.left-fixed-icon-nav .list-expansion-btn-wrapper {
  display: flex;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
.left-fixed-icon-nav .list-expansion-btn-wrapper .list-expansion__btn {
  flex-shrink: 0;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 50px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.left-fixed-icon-nav .list-expansion-btn-wrapper .list-expansion__btn .link-variant-icon {
  font-size: 1.8rem;
  color: #567793;
  margin: 0 !important;
}
.left-fixed-icon-nav .list-expansion-btn-wrapper .list-expansion__btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.left-fixed-icon-nav .list-expansion-btn-wrapper h3 {
  font-size: 18px;
  font-weight: 300;
  color: #101629;
  white-space: nowrap;
  padding-right: 0.75rem;
}
.left-fixed-icon-nav .nav-toolbar {
  overflow: hidden;
  padding: 0;
}
.left-fixed-icon-nav .nav-toolbar .btn-group-vertical {
  width: 100%;
}
.left-fixed-icon-nav .nav-toolbar .btn-toolbar-item {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0;
  min-width: 50px;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #567793;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.left-fixed-icon-nav .nav-toolbar .btn-toolbar-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #567793;
}
.left-fixed-icon-nav .nav-toolbar .btn-toolbar-item:focus {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.left-fixed-icon-nav .nav-toolbar .btn-toolbar-item.selected {
  background-color: #567793;
  color: #f4f4f4;
}
.left-fixed-icon-nav .nav-toolbar .btn-toolbar-item.selected .btn-toolbar-item-icon {
  color: #f4f4f4;
}
.left-fixed-icon-nav .nav-toolbar .btn-toolbar-item .btn-toolbar-item-icon {
  font-size: 20px;
  line-height: 1;
  height: 100%;
  width: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #567793;
}
.left-fixed-icon-nav .nav-toolbar .btn-toolbar-item span {
  font-size: 18px;
  padding-left: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-selection-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
  min-height: 48px;
}
.list-selection-panel-header__title {
  flex: 1;
  min-width: 0;
  font-weight: 500;
  font-size: 18px;
}
.list-selection-panel-header__close-btn {
  color: #567793;
  opacity: 0.8;
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.list-selection-panel-header__close-btn:hover {
  opacity: 1;
  color: #567793;
}

.list-selector-panel {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
  overflow: hidden;
  width: 290px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.list-navigator-wrapper.panel-collapsed .list-selector-panel {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}
.list-selector-panel .input-group-text {
  padding: 0.5rem !important;
}
.list-selector-panel .list-nav-lite,
.list-selector-panel .list-nav {
  flex-shrink: 0;
}
.list-selector-panel .list-nav-lite .input-group-text {
  padding: 0.5rem;
}
.list-selector-panel .list-nav-lite .form-control {
  padding: 0.5em !important;
}
.list-selector-panel .enhanced-lists-dropdown-wrapper {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  max-width: 100%;
}
.list-selector-panel .list-nav-scroll-wrapper {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}
.list-selector-panel .list-nav-scroll-wrapper::-webkit-scrollbar {
  width: 6px;
}
.list-selector-panel .list-nav-scroll-wrapper::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}
.list-selector-panel .list-nav-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.list-selector-panel .list-nav-scroll-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.list-selector-panel .list-nav-scroll-wrapper .breadcrumbs-wrapper {
  position: sticky;
  top: 0;
  z-index: 110;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
[data-bs-theme=dark] .list-selector-panel .list-nav-scroll-wrapper .breadcrumbs-wrapper {
  background: transparent;
}

.list-selector-panel .list-nav-scroll-wrapper .portfolio-list-accordion__container {
  flex: 1;
  min-height: 0;
  overflow: visible;
  display: flex;
  background-color: #ffffff;
}
.list-selector-panel .stock-search-create-popup {
  top: calc(168px - 12px) !important;
}
.list-selector-panel .portfolio-list-link {
  display: flex;
  padding-block: 0.65em;
  padding-inline: 0.75em;
  font-weight: 400;
  font-size: 1.125rem;
  color: #101629;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
.list-selector-panel .portfolio-list-link:hover {
  background: rgba(255, 255, 255, 0.75);
}
.list-selector-panel .portfolio-list-link:hover .trash-can-icon {
  opacity: 1;
}
.list-selector-panel .portfolio-list-link--active {
  background: #273040;
  color: white;
  font-weight: 500;
}
.list-selector-panel .portfolio-list-link--active .trash-can-icon {
  color: white;
  opacity: 1 !important;
}
.list-selector-panel .portfolio-list-link--active:hover {
  background: #273040;
}
.list-selector-panel .portfolio-list-link .trash-can-icon {
  opacity: 0;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0;
}
.list-selector-panel .portfolio-list-link:has(.portfolio-list-accordion__list-second-line) {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.5rem;
}
.list-selector-panel .portfolio-list-link:has(.portfolio-list-accordion__list-second-line) .portfolio-list-accordion__list-name-container {
  width: 100%;
}
.list-selector-panel .portfolio-list-link:has(.portfolio-list-accordion__list-second-line) .portfolio-list-accordion__list-name {
  min-width: 0;
}
.list-selector-panel .input-group .input-group-text {
  background-color: #567793;
  color: white;
}
.list-selector-panel .input-group .form-control {
  font-size: 1.125em !important;
  padding: 0.5em 0.75em;
}
.list-selector-panel .form-select {
  font-size: 1em;
}
.list-selector-panel .collapsable-container__btn {
  margin-block: 0em;
  margin-inline: 0em;
  padding: 0.5em;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
}
.list-selector-panel .collapsable-container__btn.collapse {
  display: block;
}
.list-selector-panel .collapsable-container__btn.search {
  display: none;
}
.list-selector-panel .accordion .accordion-item {
  border-radius: 0;
}
.list-selector-panel .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 0;
  color: white;
  font-weight: 600;
  font-size: 1.125rem;
  background-color: #273040;
  padding-right: 0.5em;
  padding-left: 0.75em;
  outline: 0;
  line-height: 1.3;
}
.list-selector-panel .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background: rgba(0, 0, 0, 0.025);
  font-weight: 400;
  color: #101629;
}
.list-selector-panel .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  filter: invert(1);
}
.list-selector-panel .accordion .accordion-item .accordion-header:hover {
  background: rgba(0, 0, 0, 0.05);
}
.list-selector-panel .accordion .accordion-item .accordion-collapse .accordion-body .infinite-scroll-component__outerdiv .list-table-wrapper .list-table__heading {
  background: white;
}
.list-selector-panel .enhanced-lists-dropdown {
  width: 100%;
  padding: 0.5em;
}
.list-selector-panel .enhanced-lists-dropdown .btn {
  width: inherit;
}
.list-selector-panel .enhanced-lists-dropdown .dropdown-toggle {
  font-size: 16px;
  font-weight: 400;
  padding: 0.5em 0.75em;
  color: #101629;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-color: rgba(71, 82, 102, 0.25);
}
.list-selector-panel .enhanced-lists-dropdown .dropdown-toggle:hover {
  border-color: rgba(71, 82, 102, 0.5);
}
.list-selector-panel .enhanced-lists-dropdown .dropdown-toggle.show {
  color: white;
  background-color: #567793;
}
.list-selector-panel .enhanced-lists-dropdown .dropdown-menu {
  width: calc(100% - 1em);
  margin-top: -0.25em;
  padding-block: 0;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
}
.list-selector-panel .enhanced-lists-dropdown__item:active {
  color: white;
}
.list-selector-panel .enhanced-lists-dropdown__item:active .enhanced-lists-dropdown__icon {
  color: white;
}
.list-selector-panel .enhanced-lists-dropdown__accordion-btn,
.list-selector-panel .enhanced-lists-dropdown .dropdown-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.75em;
  min-height: 42px;
}
.list-selector-panel .enhanced-lists-dropdown__accordion-btn, .list-selector-panel .enhanced-lists-dropdown__item-btn {
  background: none;
  border: none;
  text-align: left;
  padding: 0;
  padding-block: 0.3em;
}
.list-selector-panel .enhanced-lists-dropdown__item-btn {
  padding: 0.5em;
  width: 100%;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  display: flex;
  align-items: center;
  border-radius: 0.25em;
}
.list-selector-panel .enhanced-lists-dropdown__item-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.list-selector-panel .enhanced-lists-dropdown__accordion-wrapper {
  display: block !important;
  padding-block: 0 !important;
}
.list-selector-panel .enhanced-lists-dropdown__accordion-wrapper:hover {
  background: none;
}
.list-selector-panel .enhanced-lists-dropdown__accordion-wrapper .accordion-collapse {
  list-style: none;
  padding: 0;
  margin: 0 -0.25em;
  max-height: 200px;
}
.list-selector-panel .enhanced-lists-dropdown__accordion-wrapper .accordion-collapse.show {
  overflow: scroll;
  border-top: 1px solid rgba(71, 82, 102, 0.15);
}
.list-selector-panel .enhanced-lists-dropdown .dropdown-item + .dropdown-item {
  border-top: 0.12em solid rgba(71, 82, 102, 0.15) !important;
}
.list-selector-panel .enhanced-lists-dropdown__icon {
  color: #567793;
  font-size: 1.2rem;
}
.list-selector-panel .enhanced-lists-dropdown h1 {
  color: white;
  font-size: 1.5rem;
  margin: 0;
  padding: 0.5rem;
  background-color: #1e1e1e;
}
.list-selector-panel .list-table-wrapper {
  min-height: inherit;
  overflow: hidden !important;
  position: relative;
}
.list-selector-panel .list-table-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.list-selector-panel .list-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.2);
}
.list-selector-panel .list-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.list-selector-panel .list-table-wrapper::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.4);
}
.list-selector-panel .list-table-wrapper .selected-etf-table {
  margin-bottom: 0;
  border-bottom: 2px solid rgba(71, 82, 102, 0.15);
}
.list-selector-panel .list-table__header {
  position: sticky;
  top: 0;
  z-index: 110;
  font-size: 12px;
}
.list-selector-panel .list-table__heading {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040 !important;
}
.list-selector-panel .list-table__heading button {
  font-weight: 600;
}
.list-selector-panel .breadcrumbs-wrapper {
  height: 51px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.list-selector-panel .breadcrumbs-wrapper .parent-label {
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  padding-left: 0.5rem;
}
.list-selector-panel .breadcrumbs-wrapper .parent-label--return-icon {
  width: 30px;
  min-width: 30px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #567793;
  padding-left: 0;
  margin-left: -0.25rem;
}
.list-selector-panel .breadcrumbs-wrapper .category-label {
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.list-selector-panel .breadcrumbs-wrapper:not(:has(.list-label)) .category-label {
  max-width: none;
}
.list-selector-panel .breadcrumbs-wrapper .list-label {
  white-space: nowrap;
  flex-shrink: 1;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-selector-panel .breadcrumbs-wrapper span {
  white-space: nowrap;
  flex-shrink: 0;
}

[data-bs-theme=dark] .left-fixed-icon-nav {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-right-color: rgba(255, 255, 255, 0.1);
}
[data-bs-theme=dark] .left-fixed-icon-nav .nav-header .collapsable-container__btn {
  color: white;
}
[data-bs-theme=dark] .left-fixed-icon-nav .nav-header .collapsable-container__btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
[data-bs-theme=dark] .left-fixed-icon-nav .nav-header .close-nav-btn {
  color: white;
}
[data-bs-theme=dark] .left-fixed-icon-nav .list-expansion-btn-wrapper {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
[data-bs-theme=dark] .left-fixed-icon-nav .list-expansion-btn-wrapper .list-expansion__btn {
  color: white;
}
[data-bs-theme=dark] .left-fixed-icon-nav .list-expansion-btn-wrapper .list-expansion__btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
[data-bs-theme=dark] .left-fixed-icon-nav .list-expansion-btn-wrapper h3 {
  color: white;
}
[data-bs-theme=dark] .left-fixed-icon-nav .nav-toolbar .btn-toolbar-item {
  color: rgba(255, 255, 255, 0.85);
}
[data-bs-theme=dark] .left-fixed-icon-nav .nav-toolbar .btn-toolbar-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
[data-bs-theme=dark] .left-fixed-icon-nav .nav-toolbar .btn-toolbar-item:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
[data-bs-theme=dark] .left-fixed-icon-nav .nav-toolbar .btn-toolbar-item.selected {
  background-color: #567793 !important;
}
[data-bs-theme=dark] .left-fixed-icon-nav .nav-toolbar .btn-toolbar-item .btn-toolbar-item-icon {
  color: #567793;
}
[data-bs-theme=dark] .breadcrumbs-wrapper {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040 !important;
}
[data-bs-theme=dark] .list-selector-panel {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .list-selector-panel .list-table__heading {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040 !important;
}
[data-bs-theme=dark] .list-selector-panel .list-table__body {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .list-selector-panel .enhanced-lists-dropdown .dropdown-toggle {
  background: #273040;
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
[data-bs-theme=dark] .list-selector-panel .enhanced-lists-dropdown .dropdown-toggle.show {
  color: white;
  background-color: #567793;
}
[data-bs-theme=dark] .list-selector-panel .portfolio-list-link {
  color: white;
}
[data-bs-theme=dark] .list-selector-panel .portfolio-list-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
[data-bs-theme=dark] .list-selector-panel .portfolio-list-link--active {
  background: #273040;
  color: white;
}
[data-bs-theme=dark] .list-selector-panel .portfolio-list-link--active:hover {
  background: #273040;
}
[data-bs-theme=dark] .list-selector-panel .collapsable-container__btn {
  background-color: transparent;
}
[data-bs-theme=dark] .list-selector-panel .collapsable-container__btn:hover {
  background-color: #567793;
}
[data-bs-theme=dark] .list-selector-panel .accordion .accordion-item .accordion-header .accordion-button {
  background: #0089c2;
  color: white;
}
[data-bs-theme=dark] .list-selector-panel .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .list-selector-panel .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  filter: invert(0);
}
[data-bs-theme=dark] .list-selector-panel .accordion .accordion-item .accordion-body .infinite-scroll-component__outerdiv .list-table-wrapper .list-table__heading {
  background: #273040;
}
[data-bs-theme=dark] .portfolio-list-accordion__right-panel {
  background-color: #273040;
}

.powerbar-width {
  width: 58% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5em;
}
.powerbar-width .powerbar {
  width: 100%;
  height: 0.5em;
  background-color: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
  border-radius: 0.25em;
  position: relative;
}
.powerbar-width .powerbar__segment {
  height: 100%;
  border-radius: 0.25em;
  position: absolute;
}

.accordion-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 58%;
}

/* ===== List Navigator PowerBar Styles ===== */
.powerbar-wrapper--list-nav {
  flex-direction: row !important;
  justify-content: flex-start !important;
  width: 210px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
}
.powerbar-wrapper--list-nav.flex-cell {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  height: auto !important;
}
.powerbar-wrapper--list-nav.powerbar-wrapper {
  width: 180px !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
.powerbar-wrapper--list-nav .powerbar-cell {
  width: 33.33% !important;
  min-width: 33.33% !important;
  max-width: 33.33% !important;
  flex-basis: 33.33% !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  box-sizing: border-box !important;
}
.powerbar-wrapper--list-nav .powerbar-cell--bearish {
  border-radius: 0 1em 1em 0 !important;
  margin: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.powerbar-wrapper--list-nav .powerbar-cell--neutral {
  border-radius: 0 !important;
  width: 33.33% !important;
  min-width: 33.33% !important;
  max-width: 33.33% !important;
  flex-basis: 33.33% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}
.powerbar-wrapper--list-nav .powerbar-cell--neutral .powerbar-count {
  min-width: auto !important;
  width: 100% !important;
}
.powerbar-wrapper--list-nav .powerbar-cell--bullish {
  border-radius: 1em 0 0 1em !important;
  margin-left: 0 !important;
}
.powerbar-wrapper--list-nav .powerbar-cell .powerbar-count {
  min-width: auto !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 1em !important;
  font-weight: 600 !important;
  padding: 2px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* ===== Portfolio List Accordion Styles ===== */
.portfolio-list-accordion__container {
  display: flex;
  height: 100%;
  width: 100%;
  min-height: 0;
}
.portfolio-list-accordion__left-panel {
  width: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  flex-shrink: 0;
  height: 100%;
}
.portfolio-list-accordion__category-item {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid rgba(200, 200, 200, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.portfolio-list-accordion__hotlist-category-item {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid rgba(200, 200, 200, 0.3);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.portfolio-list-accordion__category-label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.portfolio-list-accordion__hotlist-category-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.portfolio-list-accordion__category-icon {
  display: inline-flex;
  cursor: pointer;
  flex-shrink: 0;
}
.portfolio-list-accordion__list-item {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: background-color 0.2s ease-in-out;
}
.portfolio-list-accordion__list-item:not(.portfolio-list-accordion__list-item--active):hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.portfolio-list-accordion__list-name-container {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  width: 100%;
}
.portfolio-list-accordion__list-name {
  margin: 0;
  padding: 0;
}
.portfolio-list-accordion__list-second-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  gap: 0;
}
.portfolio-list-accordion__list-second-line > * {
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.portfolio-list-accordion__list-second-line > .powerbar-wrapper--list-nav {
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.portfolio-list-accordion__list-single-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.portfolio-list-accordion__list-icon-container {
  cursor: pointer;
}
.portfolio-list-accordion__health-check-icon {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}
.portfolio-list-accordion__right-panel {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
  height: 85%;
  width: 100%;
  background-color: #ffffff;
}
.portfolio-list-accordion__right-panel-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
}
.portfolio-list-accordion__right-panel-content .infinite-scroll-component__outerdiv {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.portfolio-list-accordion__right-panel-content .infinite-scroll-component.list-table-wrapper {
  height: 100% !important;
  overflow: auto !important;
  flex: 1;
  min-height: 0;
}
.portfolio-list-accordion__right-panel-content .infinite-scroll-component.list-table-wrapper .list-table-row--header th {
  padding-left: 7px !important;
}

/* ===== Defensive rail + icon fixes (paste at end of your scss) ===== */
.ln-root {
  display: flex !important; /* ensure flex layout so panel removal doesn't leave gap */
  align-items: stretch;
  height: 100% !important;
  position: relative;
}

/* Rail container */
.ln__rail {
  width: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
  flex: 0 0 64px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 8px 4px !important;
  gap: 8px !important;
  background: #0b0d12 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.06) !important;
  z-index: 9999 !important; /* bring to front above overlays */
  position: relative !important;
  box-sizing: border-box !important;
  /* keep full height and pinned to left */
  height: 100vh !important;
  top: 0;
  left: 0;
}

/* rail button */
.ln__rail-btn {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: none;
  display: grid;
  place-items: center;
  background: transparent;
  color: #fff !important; /* ensure icon inherits color */
  cursor: pointer;
  transition: background 0.12s ease, transform 0.06s ease;
}

/* hover + active */
.ln__rail-btn:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  transform: translateY(-1px) !important;
}

.ln__rail-btn.is-active {
  background: linear-gradient(90deg, #0f2a33, #072028) !important;
  color: #9beaff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6) !important;
}

/* icon wrapper */
.ln__icoWrap {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
}

/* Force icons to render even if global svg rules try to hide them */
.ln__icon,
.ln__rail-btn svg,
.ln__rail-btn .ln__icon {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  color: #ffffff !important;
  fill: currentColor !important; /* SVG fill will match color */
  stroke: currentColor !important; /* cover stroke-based icons */
  opacity: 1 !important;
}

/* If global CSS is overriding svg display: none; */
.ln__rail-btn svg {
  display: inline-block !important;
}

/* Keep collapse button clickable and visible */
.ln__collapse-btn {
  margin-bottom: 8px;
}

/* Ensure panel (when mounted) doesn't push or reserve space when unmounted */
.ln__panel {
  width: 360px;
  flex-shrink: 0;
}

/* Safety: override any grid-template-columns in parent that might reserve 360px
   (only if your layout accidentally sets it elsewhere). This will not break flex layout. */
.ln-root[style*=grid-template-columns] {
  display: flex !important;
}

/* small: make sure nothing hides the rail (if you have overlays with pointer-events) */
.ln__rail, .ln__rail * {
  pointer-events: auto !important;
}

/* optional: add a faint inner shadow on rail to match theme */
.ln__rail {
  box-shadow: inset -2px 0 6px rgba(0, 0, 0, 0.4);
}
/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.list-navigator-wrapper {
  display: flex;
  height: 100%;
  transition: width 0.25s ease-in-out;
  flex-shrink: 0;
  position: fixed;
  overflow: hidden;
  border-right: 1px solid rgba(200, 200, 200, 0.3);
}
#discovery-page .list-navigator-wrapper, .discovery-symbol-wrapper .list-navigator-wrapper {
  height: calc(100vh - 100px);
  top: 102px;
  left: 0;
  z-index: 100;
}
#my-chaikin .list-navigator-wrapper {
  position: relative !important;
  height: 100%;
  top: auto;
  left: auto;
  z-index: auto;
}
.list-navigator-wrapper.nav-collapsed.panel-collapsed {
  width: 50px;
}
.list-navigator-wrapper.nav-collapsed.panel-collapsed .list-selector-panel {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.list-navigator-wrapper.nav-expanded.panel-collapsed {
  width: 360px;
}
.list-navigator-wrapper.nav-expanded.panel-collapsed .list-selector-panel {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  margin: 0 !important;
  padding: 31px !important;
  border: none !important;
}
.list-navigator-wrapper.nav-expanded.panel-expanded {
  width: calc(360px + 309px);
}
.list-navigator-wrapper.nav-collapsed.panel-expanded {
  width: calc(50px + 309px);
}
#advanced-charting-page .list-navigator-wrapper.nav-collapsed.panel-collapsed {
  width: 49px;
}
#advanced-charting-page .list-navigator-wrapper.nav-collapsed.panel-expanded {
  width: 271px;
}

.left-fixed-icon-nav {
  display: flex;
  flex-direction: column;
  background: linear-gradient(to right, rgb(240, 240, 240), rgb(240, 240, 240)), #273040;
  border-right: 1px solid rgba(71, 82, 102, 0.15);
  transition: width 0.25s ease-in-out;
  overflow: hidden;
  flex-shrink: 0;
}
.left-fixed-icon-nav.collapsed {
  width: 50px;
}
.left-fixed-icon-nav.collapsed h3, .left-fixed-icon-nav.collapsed span {
  display: none;
}
.left-fixed-icon-nav.expanded {
  width: 360px;
}
.left-fixed-icon-nav .nav-header {
  display: flex;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
.left-fixed-icon-nav .nav-header .collapsable-container__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 55.5px;
  padding: 0 !important;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.left-fixed-icon-nav .nav-header .collapsable-container__btn .link-variant-icon {
  font-size: 1.8rem;
  color: #567793;
  margin-right: 0;
}
.left-fixed-icon-nav .nav-header .collapsable-container__btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.left-fixed-icon-nav .nav-header .close-nav-btn {
  color: #101629;
  opacity: 0.6;
  margin-left: auto;
}
.left-fixed-icon-nav .nav-header .close-nav-btn:hover {
  opacity: 1;
}
.left-fixed-icon-nav .list-expansion-btn-wrapper {
  display: flex;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
.left-fixed-icon-nav .list-expansion-btn-wrapper .list-expansion__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 50px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.left-fixed-icon-nav .list-expansion-btn-wrapper .list-expansion__btn .link-variant-icon {
  font-size: 1.8rem;
  color: #567793;
  margin-right: 0 !important;
  margin-top: 1px;
}
.left-fixed-icon-nav .list-expansion-btn-wrapper .list-expansion__btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.left-fixed-icon-nav .list-expansion-btn-wrapper h3 {
  font-size: 18px;
  font-weight: 300;
  color: #101629;
  white-space: nowrap;
  padding-right: 0.75rem;
}
.left-fixed-icon-nav .nav-toolbar {
  overflow: hidden;
  padding: 0;
}
.left-fixed-icon-nav .nav-toolbar .btn-group-vertical {
  width: 100%;
}
.left-fixed-icon-nav .nav-toolbar .btn-toolbar-item {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0;
  min-width: 50px;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #567793;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.left-fixed-icon-nav .nav-toolbar .btn-toolbar-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #567793;
}
.left-fixed-icon-nav .nav-toolbar .btn-toolbar-item:focus {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.left-fixed-icon-nav .nav-toolbar .btn-toolbar-item.selected {
  background-color: #567793;
  color: #f4f4f4;
}
.left-fixed-icon-nav .nav-toolbar .btn-toolbar-item.selected .btn-toolbar-item-icon {
  color: #f4f4f4;
}
.left-fixed-icon-nav .nav-toolbar .btn-toolbar-item .btn-toolbar-item-icon {
  font-size: 20px;
  line-height: 1;
  height: 100%;
  margin-top: 1px;
  width: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #567793;
}
.left-fixed-icon-nav .nav-toolbar .btn-toolbar-item span {
  font-size: 18px;
  padding-left: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-selector-panel {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
  overflow: hidden;
  width: 309px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.list-navigator-wrapper.panel-collapsed .list-selector-panel {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}
.list-selector-panel .input-group-text {
  padding: 0.5rem !important;
}
.list-selector-panel .list-nav-lite,
.list-selector-panel .list-nav {
  flex-shrink: 0;
}
.list-selector-panel .list-nav-lite .input-group-text {
  padding: 0.5rem;
}
.list-selector-panel .list-nav-lite .form-control {
  padding: 0.5em !important;
}
.list-selector-panel .enhanced-lists-dropdown-wrapper {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  max-width: 100%;
}
.list-selector-panel .list-nav-scroll-wrapper {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}
.list-selector-panel .list-nav-scroll-wrapper::-webkit-scrollbar {
  width: 6px;
}
.list-selector-panel .list-nav-scroll-wrapper::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}
.list-selector-panel .list-nav-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.list-selector-panel .list-nav-scroll-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.list-selector-panel .list-nav-scroll-wrapper .breadcrumbs-wrapper {
  position: sticky;
  top: 0;
  z-index: 110;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
[data-bs-theme=dark] .list-selector-panel .list-nav-scroll-wrapper .breadcrumbs-wrapper {
  background: transparent;
}

.list-selector-panel .list-nav-scroll-wrapper .list-navigator-back-header {
  display: flex;
  align-items: center;
  min-height: 51px;
  padding: 0.5rem 0;
}
.list-selector-panel .list-nav-scroll-wrapper .list-navigator-back-header__inner {
  flex: 1;
  min-width: 0;
}
.list-selector-panel .list-nav-scroll-wrapper .list-navigator-back-header__back-btn {
  flex-shrink: 0;
  color: var(--bs-body-color);
  border: none;
}
.list-selector-panel .list-nav-scroll-wrapper .list-navigator-back-header__back-btn:hover {
  color: var(--bs-primary);
}
.list-selector-panel .list-nav-scroll-wrapper .list-navigator-back-header__back-icon {
  display: block;
}
.list-selector-panel .list-nav-scroll-wrapper .list-navigator-back-header__title {
  font-weight: 500;
  font-size: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-selector-panel .list-nav-scroll-wrapper .list-navigator-back-header__title--with-back {
  margin-left: 0;
}
.list-selector-panel .list-nav-scroll-wrapper .list-navigator-back-header__collapse-btn {
  flex-shrink: 0;
  color: var(--bs-body-color);
  border: none;
}
.list-selector-panel .list-nav-scroll-wrapper .list-navigator-back-header__collapse-btn:hover {
  color: var(--bs-primary);
}
.list-selector-panel .list-nav-scroll-wrapper .portfolio-list-accordion__container {
  flex: 1;
  min-height: 0;
  overflow: visible;
  display: flex;
  background-color: #ffffff;
}
.list-selector-panel .stock-search-create-popup {
  top: calc(168px - 12px) !important;
}
.list-selector-panel .portfolio-list-link {
  display: flex;
  padding-block: 0.65em;
  padding-inline: 0.75em;
  font-weight: 400;
  font-size: 1.125rem;
  color: #101629;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
.list-selector-panel .portfolio-list-link:hover {
  background: rgba(255, 255, 255, 0.75);
}
.list-selector-panel .portfolio-list-link:hover .trash-can-icon {
  opacity: 1;
}
.list-selector-panel .portfolio-list-link--active {
  background: #273040;
  color: white;
  font-weight: 500;
}
.list-selector-panel .portfolio-list-link--active .trash-can-icon {
  color: white;
  opacity: 1 !important;
}
.list-selector-panel .portfolio-list-link--active:hover {
  background: #273040;
}
.list-selector-panel .portfolio-list-link .trash-can-icon {
  opacity: 0;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0;
}
.list-selector-panel .portfolio-list-link:has(.portfolio-list-accordion__list-second-line) {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.5rem;
}
.list-selector-panel .portfolio-list-link:has(.portfolio-list-accordion__list-second-line) .portfolio-list-accordion__list-name-container {
  width: 100%;
}
.list-selector-panel .portfolio-list-link:has(.portfolio-list-accordion__list-second-line) .portfolio-list-accordion__list-name {
  min-width: 0;
}
.list-selector-panel .input-group .input-group-text {
  background-color: #567793;
  color: white;
}
.list-selector-panel .input-group .form-control {
  font-size: 1.125em !important;
  padding: 0.5em 0.75em;
}
.list-selector-panel .form-select {
  font-size: 1em;
}
.list-selector-panel .collapsable-container__btn {
  margin-block: 0em;
  margin-inline: 0em;
  padding: 0.5em;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
}
.list-selector-panel .collapsable-container__btn.collapse {
  display: block;
}
.list-selector-panel .collapsable-container__btn.search {
  display: none;
}
.list-selector-panel .accordion .accordion-item {
  border-radius: 0;
}
.list-selector-panel .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 0;
  color: white;
  font-weight: 600;
  font-size: 1.125rem;
  background-color: #273040;
  padding-right: 0.5em;
  padding-left: 0.75em;
  outline: 0;
  line-height: 1.3;
}
.list-selector-panel .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background: rgba(0, 0, 0, 0.025);
  font-weight: 400;
  color: #101629;
}
.list-selector-panel .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  filter: invert(1);
}
.list-selector-panel .accordion .accordion-item .accordion-header:hover {
  background: rgba(0, 0, 0, 0.05);
}
.list-selector-panel .accordion .accordion-item .accordion-collapse .accordion-body .infinite-scroll-component__outerdiv .list-table-wrapper .list-table__heading {
  background: white;
}
.list-selector-panel .enhanced-lists-dropdown {
  width: 100%;
  padding: 0.5em;
}
.list-selector-panel .enhanced-lists-dropdown .btn {
  width: inherit;
}
.list-selector-panel .enhanced-lists-dropdown .dropdown-toggle {
  font-size: 16px;
  font-weight: 400;
  padding: 0.5em 0.75em;
  color: #101629;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-color: rgba(71, 82, 102, 0.25);
}
.list-selector-panel .enhanced-lists-dropdown .dropdown-toggle:hover {
  border-color: rgba(71, 82, 102, 0.5);
}
.list-selector-panel .enhanced-lists-dropdown .dropdown-toggle.show {
  color: white;
  background-color: #567793;
}
.list-selector-panel .enhanced-lists-dropdown .dropdown-menu {
  width: calc(100% - 1em);
  margin-top: -0.25em;
  padding-block: 0;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
}
.list-selector-panel .enhanced-lists-dropdown__item:active {
  color: white;
}
.list-selector-panel .enhanced-lists-dropdown__item:active .enhanced-lists-dropdown__icon {
  color: white;
}
.list-selector-panel .enhanced-lists-dropdown__accordion-btn,
.list-selector-panel .enhanced-lists-dropdown .dropdown-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.75em;
  min-height: 42px;
}
.list-selector-panel .enhanced-lists-dropdown__accordion-btn, .list-selector-panel .enhanced-lists-dropdown__item-btn {
  background: none;
  border: none;
  text-align: left;
  padding: 0;
  padding-block: 0.3em;
}
.list-selector-panel .enhanced-lists-dropdown__item-btn {
  padding: 0.5em;
  width: 100%;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  display: flex;
  align-items: center;
  border-radius: 0.25em;
}
.list-selector-panel .enhanced-lists-dropdown__item-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.list-selector-panel .enhanced-lists-dropdown__accordion-wrapper {
  display: block !important;
  padding-block: 0 !important;
}
.list-selector-panel .enhanced-lists-dropdown__accordion-wrapper:hover {
  background: none;
}
.list-selector-panel .enhanced-lists-dropdown__accordion-wrapper .accordion-collapse {
  list-style: none;
  padding: 0;
  margin: 0 -0.25em;
  max-height: 200px;
}
.list-selector-panel .enhanced-lists-dropdown__accordion-wrapper .accordion-collapse.show {
  overflow: scroll;
  border-top: 1px solid rgba(71, 82, 102, 0.15);
}
.list-selector-panel .enhanced-lists-dropdown .dropdown-item + .dropdown-item {
  border-top: 0.12em solid rgba(71, 82, 102, 0.15) !important;
}
.list-selector-panel .enhanced-lists-dropdown__icon {
  color: #567793;
  font-size: 1.2rem;
}
.list-selector-panel .enhanced-lists-dropdown h1 {
  color: white;
  font-size: 1.5rem;
  margin: 0;
  padding: 0.5rem;
  background-color: #1e1e1e;
}
.list-selector-panel .list-table-wrapper {
  min-height: inherit;
  overflow: hidden !important;
  position: relative;
}
.list-selector-panel .list-table-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.list-selector-panel .list-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.2);
}
.list-selector-panel .list-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.list-selector-panel .list-table-wrapper::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.4);
}
.list-selector-panel .list-table-wrapper .selected-etf-table {
  margin-bottom: 0;
  border-bottom: 2px solid rgba(71, 82, 102, 0.15);
}
.list-selector-panel .list-table__header {
  position: sticky;
  top: 0;
  z-index: 110;
  font-size: 12px;
}
.list-selector-panel .list-table__heading {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040 !important;
}
.list-selector-panel .list-table__heading button {
  font-weight: 600;
}
.list-selector-panel .breadcrumbs-wrapper {
  height: 51px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.list-selector-panel .breadcrumbs-wrapper .parent-label {
  white-space: nowrap;
  flex-shrink: 0;
  max-width: 212px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-selector-panel .breadcrumbs-wrapper .category-label {
  white-space: nowrap;
  flex-shrink: 0;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-selector-panel .breadcrumbs-wrapper:not(:has(.list-label)) .category-label {
  max-width: none;
}
.list-selector-panel .breadcrumbs-wrapper .list-label {
  white-space: nowrap;
  flex-shrink: 0;
  max-width: none;
}
.list-selector-panel .breadcrumbs-wrapper span {
  white-space: nowrap;
  flex-shrink: 0;
}

[data-bs-theme=dark] .left-fixed-icon-nav {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-right-color: rgba(255, 255, 255, 0.2);
}
[data-bs-theme=dark] .left-fixed-icon-nav .nav-header .collapsable-container__btn {
  color: white;
}
[data-bs-theme=dark] .left-fixed-icon-nav .nav-header .collapsable-container__btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
[data-bs-theme=dark] .left-fixed-icon-nav .nav-header .close-nav-btn {
  color: white;
}
[data-bs-theme=dark] .left-fixed-icon-nav .list-expansion-btn-wrapper {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
[data-bs-theme=dark] .left-fixed-icon-nav .list-expansion-btn-wrapper .list-expansion__btn {
  color: white;
}
[data-bs-theme=dark] .left-fixed-icon-nav .list-expansion-btn-wrapper .list-expansion__btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
[data-bs-theme=dark] .left-fixed-icon-nav .list-expansion-btn-wrapper h3 {
  color: white;
}
[data-bs-theme=dark] .left-fixed-icon-nav .nav-toolbar .btn-toolbar-item {
  color: rgba(255, 255, 255, 0.85);
}
[data-bs-theme=dark] .left-fixed-icon-nav .nav-toolbar .btn-toolbar-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
[data-bs-theme=dark] .left-fixed-icon-nav .nav-toolbar .btn-toolbar-item:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
[data-bs-theme=dark] .left-fixed-icon-nav .nav-toolbar .btn-toolbar-item:active, [data-bs-theme=dark] .left-fixed-icon-nav .nav-toolbar .btn-toolbar-item.selected {
  background-color: #567793;
}
[data-bs-theme=dark] .left-fixed-icon-nav .nav-toolbar .btn-toolbar-item .btn-toolbar-item-icon {
  color: #567793;
}
[data-bs-theme=dark] .breadcrumbs-wrapper {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040 !important;
}
[data-bs-theme=dark] .list-selector-panel {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .list-selector-panel .list-table__heading {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040 !important;
}
[data-bs-theme=dark] .list-selector-panel .list-table__body {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .list-selector-panel .enhanced-lists-dropdown .dropdown-toggle {
  background: #273040;
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
[data-bs-theme=dark] .list-selector-panel .enhanced-lists-dropdown .dropdown-toggle.show {
  color: white;
  background-color: #567793;
}
[data-bs-theme=dark] .list-selector-panel .portfolio-list-link {
  color: white;
}
[data-bs-theme=dark] .list-selector-panel .portfolio-list-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
[data-bs-theme=dark] .list-selector-panel .portfolio-list-link--active {
  background: #273040;
  color: white;
}
[data-bs-theme=dark] .list-selector-panel .portfolio-list-link--active:hover {
  background: #273040;
}
[data-bs-theme=dark] .list-selector-panel .collapsable-container__btn {
  background-color: transparent;
}
[data-bs-theme=dark] .list-selector-panel .collapsable-container__btn:hover {
  background-color: #567793;
}
[data-bs-theme=dark] .list-selector-panel .accordion .accordion-item .accordion-header .accordion-button {
  background: #0089c2;
  color: white;
}
[data-bs-theme=dark] .list-selector-panel .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .list-selector-panel .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  filter: invert(0);
}
[data-bs-theme=dark] .list-selector-panel .accordion .accordion-item .accordion-body .infinite-scroll-component__outerdiv .list-table-wrapper .list-table__heading {
  background: #273040;
}
[data-bs-theme=dark] .list-selection-panel-header {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040 !important;
  border-bottom: 1px solid rgba(71, 82, 102, 0.5);
}
[data-bs-theme=dark] .portfolio-list-accordion__right-panel {
  background-color: #273040;
}
[data-bs-theme=dark] .portfolio-list-accordion__left-panel {
  border-right: 1px solid rgba(71, 82, 102, 0.25) !important;
}
[data-bs-theme=dark] .portfolio-list-accordion {
  background-color: #273040;
}
[data-bs-theme=dark] .portfolio-list-accordion__container {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
}

.powerbar-width {
  width: 58% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5em;
}
.powerbar-width .powerbar {
  width: 100%;
  height: 0.5em;
  background-color: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
  border-radius: 0.25em;
  position: relative;
}
.powerbar-width .powerbar__segment {
  height: 100%;
  border-radius: 0.25em;
  position: absolute;
}

.accordion-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 58%;
}

/* ===== List Navigator PowerBar Styles ===== */
.powerbar-wrapper--list-nav {
  flex-direction: row !important;
  justify-content: flex-start !important;
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
}
.powerbar-wrapper--list-nav.flex-cell {
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  height: auto !important;
}
.powerbar-wrapper--list-nav.powerbar-wrapper {
  width: 220px !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
.powerbar-wrapper--list-nav .powerbar-cell {
  width: 33.33% !important;
  min-width: 33.33% !important;
  max-width: 33.33% !important;
  flex-basis: 33.33% !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  box-sizing: border-box !important;
}
.powerbar-wrapper--list-nav .powerbar-cell--bearish {
  border-radius: 0 1em 1em 0 !important;
  margin: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.powerbar-wrapper--list-nav .powerbar-cell--neutral {
  border-radius: 0 !important;
  width: 33.33% !important;
  min-width: 33.33% !important;
  max-width: 33.33% !important;
  flex-basis: 33.33% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}
.powerbar-wrapper--list-nav .powerbar-cell--neutral .powerbar-count {
  min-width: auto !important;
  width: 100% !important;
}
.powerbar-wrapper--list-nav .powerbar-cell--bullish {
  border-radius: 1em 0 0 1em !important;
  margin-left: 0 !important;
}
.powerbar-wrapper--list-nav .powerbar-cell .powerbar-count {
  min-width: auto !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 1em !important;
  font-weight: 600 !important;
  padding: 2px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* ===== Portfolio List Accordion Styles ===== */
.portfolio-list-accordion__container {
  display: flex;
  height: 100%;
  width: 100%;
  min-height: 0;
}
.portfolio-list-accordion__left-panel {
  width: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  flex-shrink: 0;
  height: 100%;
}
.portfolio-list-accordion__category-item {
  padding: 12px 10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(200, 200, 200, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.portfolio-list-accordion__hotlist-category-item {
  padding: 12px 10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(200, 200, 200, 0.3);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.portfolio-list-accordion__category-label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.portfolio-list-accordion__hotlist-category-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.portfolio-list-accordion__category-icon {
  display: inline-flex;
  cursor: pointer;
  flex-shrink: 0;
}
.portfolio-list-accordion__list-item {
  padding: 8px 10px 10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(200, 200, 200, 0.3);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background-color 0.2s ease-in-out;
  /* Reliable tap on mobile: no delay, clear hit area */
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  min-height: 44px;
  user-select: none;
}
.portfolio-list-accordion__list-item:not(.portfolio-list-accordion__list-item--active):hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.portfolio-list-accordion__list-name-container {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  width: 100%;
}
.portfolio-list-accordion__list-name {
  margin: 0;
  padding: 0;
}
.portfolio-list-accordion__list-second-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  gap: 0;
}
.portfolio-list-accordion__list-second-line > * {
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.portfolio-list-accordion__list-second-line > .powerbar-wrapper--list-nav {
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.portfolio-list-accordion__list-single-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.portfolio-list-accordion__list-icon-container {
  cursor: pointer;
}
.portfolio-list-accordion__health-check-icon {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}
.portfolio-list-accordion__right-panel {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}
.portfolio-list-accordion__right-panel-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
}
.portfolio-list-accordion__right-panel-content .infinite-scroll-component__outerdiv {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.portfolio-list-accordion__right-panel-content .infinite-scroll-component.list-table-wrapper {
  height: 100% !important;
  overflow: auto !important;
  flex: 1;
  min-height: 0;
}
.portfolio-list-accordion__right-panel-content .infinite-scroll-component.list-table-wrapper .list-table-row--header th {
  padding-left: 7px !important;
}

/* ===== Defensive rail + icon fixes (paste at end of your scss) ===== */
.ln-root {
  display: flex !important; /* ensure flex layout so panel removal doesn't leave gap */
  align-items: stretch;
  height: 100% !important;
  position: relative;
}

/* Rail container */
.ln__rail {
  width: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
  flex: 0 0 64px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 8px 4px !important;
  gap: 8px !important;
  background: #0b0d12 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.06) !important;
  z-index: 9999 !important; /* bring to front above overlays */
  position: relative !important;
  box-sizing: border-box !important;
  /* keep full height and pinned to left */
  height: 100vh !important;
  top: 0;
  left: 0;
}

/* rail button */
.ln__rail-btn {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: none;
  display: grid;
  place-items: center;
  background: transparent;
  color: #fff !important; /* ensure icon inherits color */
  cursor: pointer;
  transition: background 0.12s ease, transform 0.06s ease;
}

/* hover + active */
.ln__rail-btn:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  transform: translateY(-1px) !important;
}

.ln__rail-btn.is-active {
  background: #567793 !important;
  color: #f4f4f4 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6) !important;
}

/* icon wrapper */
.ln__icoWrap {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
}

/* Force icons to render even if global svg rules try to hide them */
.ln__icon,
.ln__rail-btn svg,
.ln__rail-btn .ln__icon {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  color: #ffffff !important;
  fill: currentColor !important; /* SVG fill will match color */
  stroke: currentColor !important; /* cover stroke-based icons */
  opacity: 1 !important;
}

/* If global CSS is overriding svg display: none; */
.ln__rail-btn svg {
  display: inline-block !important;
}

/* Keep collapse button clickable and visible */
.ln__collapse-btn {
  margin-bottom: 8px;
}

/* Ensure panel (when mounted) doesn't push or reserve space when unmounted */
.ln__panel {
  width: 360px;
  flex-shrink: 0;
}

/* Safety: override any grid-template-columns in parent that might reserve 360px
   (only if your layout accidentally sets it elsewhere). This will not break flex layout. */
.ln-root[style*=grid-template-columns] {
  display: flex !important;
}

/* small: make sure nothing hides the rail (if you have overlays with pointer-events) */
.ln__rail, .ln__rail * {
  pointer-events: auto !important;
}

/* optional: add a faint inner shadow on rail to match theme */
.ln__rail {
  box-shadow: inset -2px 0 6px rgba(0, 0, 0, 0.4);
}

/* ===== Mobile: list navigator in sidebar column (same as desktop – left panel always visible) ===== */
.body-side--mobile .list-navigator-wrapper {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

.body-side--mobile .left-fixed-icon-nav {
  flex-shrink: 0 !important;
}

.body-side--mobile .list-selector-panel {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

/* List vs symbols visibility is controlled by the accordion (inline display on drill-down), not :has —
   otherwise Recents + symbols panel always hid the list column after picking the rail. */
/* ===== Mobile offcanvas: same behavior as desktop (symbol panel visible, list then symbols) ===== */
.mobile-list-nav-offcanvas .list-navigator-wrapper,
.offcanvas .list-navigator-wrapper {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  display: flex !important;
}

/* Icons panel: left rail (Recents, Watchlist, Hotlists, etc.) – keep visible on mobile */
.mobile-list-nav-offcanvas .left-fixed-icon-nav,
.offcanvas .left-fixed-icon-nav {
  flex-shrink: 0 !important;
  min-width: 50px !important;
  display: flex !important;
  visibility: visible !important;
}

/* Collapse panel icon in rail – ensure visible and tappable on mobile */
.mobile-list-nav-offcanvas .nav-header .collapsable-container__btn,
.offcanvas .nav-header .collapsable-container__btn {
  display: flex !important;
  visibility: visible !important;
  min-width: 44px !important; /* Touch target */
  min-height: 44px !important;
}

.mobile-list-nav-offcanvas .list-selector-panel,
.offcanvas .list-selector-panel {
  width: 100% !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

/* Back header: above list/symbol content – keep visible */
.mobile-list-nav-offcanvas .breadcrumbs-wrapper,
.offcanvas .breadcrumbs-wrapper {
  flex-shrink: 0 !important;
  min-height: 51px !important;
  display: flex !important;
  visibility: visible !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 10 !important;
}

.mobile-list-nav-offcanvas .portfolio-list-accordion__right-panel,
.offcanvas .portfolio-list-accordion__right-panel {
  overflow: hidden;
}

.mobile-list-nav-offcanvas .portfolio-list-accordion__right-panel-content,
.offcanvas .portfolio-list-accordion__right-panel-content {
  min-width: 0;
  overflow-x: auto;
  overflow-y: auto;
}

.list-navigator-back-header__inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 0.7rem;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.masthead {
  height: 80px;
  background-color: #003366;
  background-size: cover;
}
.masthead .masthead-logo {
  background-size: cover;
}
.masthead button {
  color: white;
}
.masthead#cpgi-theme {
  background-color: #003366;
  background-image: url(/assets/Masthead_BG--CPGI-C8wwUkw8.png);
}
.masthead#cpgi-theme .masthead-logo {
  height: 56px;
  width: 238px;
  background-image: url(/assets/logo__PGI-noCA--white--h6pAFpX.svg);
}
.masthead#cpgr-theme {
  background-color: #075038;
  background-image: url(/assets/Masthead_BG--CPGR-C2acNqHm.png);
}
.masthead#cpgr-theme .masthead-logo {
  height: 58px;
  width: 244px;
  background-image: url(/assets/logo__PGR-noCA--white-BV8Nmfaf.svg);
}
.masthead#cpf-theme {
  background-color: #bbbbbb;
  background-image: url(/assets/Masthead_BG--CPF-DHlSNzkd.png);
}
.masthead#cpf-theme .masthead-logo {
  height: 32px;
  width: 300px;
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20559.57%2060.48'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23fff;}.cls-2{fill:%23c3cace;}.cls-3{fill:%2346566b;}.cls-4{fill:%23838e9c;}%3c/style%3e%3c/defs%3e%3cg%20id='Layer_1-2'%3e%3cg%3e%3cg%3e%3cpath%20class='cls-1'%20d='m135.17,3.31c14.61,0,23.01,7.27,23.01,20.1,0,13.48-8.4,21.24-23.01,21.24h-8.88v15.26h-16.79V3.31h25.68Zm-8.88,28.42h8.07c5.01,0,7.91-2.75,7.91-7.83s-2.91-7.67-7.91-7.67h-8.07v15.5Z'/%3e%3cpath%20class='cls-1'%20d='m210.25,37.95c0,13.56-9.61,22.53-24.38,22.53s-24.46-8.96-24.46-22.53,9.69-22.53,24.46-22.53,24.38,8.88,24.38,22.53Zm-32.38.16c0,5.89,3.15,9.77,7.99,9.77s7.91-3.88,7.91-9.77-3.15-9.77-7.91-9.77-7.99,3.96-7.99,9.77Z'/%3e%3cpath%20class='cls-1'%20d='m256.6,59.91l-7.27-25.19-7.43,25.19h-16.07l-15.99-43.92h16.55l7.91,28.02,7.59-28.02h15.34l7.83,28.02,7.75-28.02h15.83l-15.99,43.92h-16.07Z'/%3e%3cpath%20class='cls-1'%20d='m334.19,41.91h-29.55c1.29,4.2,4.36,6.54,8.56,6.54,3.47,0,6.78-1.53,9.69-4.2l8.48,8.32c-4.6,5.09-11.22,7.91-19.54,7.91-14.7,0-23.66-8.88-23.66-22.37s9.29-22.69,23.17-22.69c15.42,0,23.82,10.33,22.85,26.48Zm-16.07-7.99c.08-4.36-2.67-7.43-6.62-7.43s-6.38,2.99-7.19,7.43h13.81Z'/%3e%3cpath%20class='cls-1'%20d='m357.04,22.93c3.07-4.84,7.83-7.59,13.81-7.59v14.7c-8.4-1.05-13.81,2.5-13.81,8.88v20.99h-16.31V15.99h16.31v6.94Z'/%3e%3cpath%20class='cls-2'%20d='m387.43,9.61v19.86h26.4v6.22h-26.4v24.22h-6.46V3.39h35.93v6.22h-29.47Z'/%3e%3cpath%20class='cls-2'%20d='m462.19,41.1h-34.72c1.13,8.32,7.19,13.56,15.42,13.56,5.25,0,9.85-1.86,13.16-5.33l3.47,3.71c-4.04,4.52-10.01,7.11-17.12,7.11-12.52,0-21.15-8.8-21.15-21.48s8.72-21.48,21.07-21.48c13.73-.08,20.51,9.45,19.86,23.9Zm-5.65-5.17c-.4-8.15-5.89-13.32-14.21-13.32s-13.89,5.25-14.86,13.32h29.07Z'/%3e%3cpath%20class='cls-2'%20d='m509.67,41.1h-34.72c1.13,8.32,7.19,13.56,15.42,13.56,5.25,0,9.85-1.86,13.16-5.33l3.47,3.71c-4.04,4.52-10.01,7.11-17.12,7.11-12.52,0-21.15-8.8-21.15-21.48s8.72-21.48,21.07-21.48c13.73-.08,20.51,9.45,19.86,23.9Zm-5.65-5.17c-.4-8.15-5.89-13.32-14.21-13.32s-13.89,5.25-14.86,13.32h29.07Z'/%3e%3cpath%20class='cls-2'%20d='m559.57,59.91h-6.3v-9.12c-3.15,5.97-8.96,9.45-16.55,9.45-12.11,0-20.51-8.96-20.51-21.64s8.4-21.56,20.43-21.56c7.59,0,13.48,3.47,16.63,9.53V0h6.3v59.91Zm-6.3-21.15c0-9.29-6.38-15.99-15.34-15.99s-15.42,6.7-15.42,15.99,6.38,15.83,15.42,15.83,15.34-6.62,15.34-15.83Z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='cls-4'%20d='m34.6,38.72c11.49,0,20.83,9.68,20.83,21.58h10.06c0-17.44-13.86-31.63-30.89-31.63-8.84,0-16.82,3.83-22.46,9.95l5.13,9.73c3.74-5.8,10.11-9.63,17.33-9.63Z'/%3e%3cpath%20class='cls-2'%20d='m34.6,15.23c24.06,0,43.63,20.22,43.63,45.06h12.07c0-31.5-24.99-57.13-55.7-57.13C21.53,3.17,9.51,7.82,0,15.57l5.76,10.94c7.69-7.01,17.79-11.28,28.83-11.28Z'/%3e%3cpath%20class='cls-3'%20d='m24.19,60.3h20.82c0-5.75-4.66-10.41-10.41-10.41s-10.41,4.66-10.41,10.41Z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.masthead-mini {
  color: white;
  background-size: cover;
  margin-bottom: 1.5em;
}
.masthead-mini h3 {
  font-size: 1.5em;
}
.masthead-mini#cpgi-theme {
  background-color: #003366;
  background-image: url(/assets/Masthead_BG--CPGI-C8wwUkw8.png);
}
.masthead-mini#cpgr-theme {
  background-color: #075038;
  background-image: url(/assets/Masthead_BG--CPGR-C2acNqHm.png);
}
.masthead-mini#cpf-theme {
  background-color: #bbbbbb;
  background-image: url(/assets/Masthead_BG--CPF-DHlSNzkd.png);
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.masthead-tile {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 125px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
* {
  font-family: Barlow, sans-serif;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.tree-select {
  display: flex;
  flex-grow: 1;
  max-width: 405px;
  min-width: 280px;
  position: relative;
}
.tree-select__btn {
  text-align: left;
  width: 100%;
  min-width: 280px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(71, 82, 102, 0.15) !important;
}
.tree-select__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  box-shadow: 0px 8px 10px 5px rgba(0, 0, 0, 0.25);
}
.tree-select__list::-webkit-scrollbar {
  display: block;
  width: 6px;
  height: 6px;
}
.tree-select__list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.2);
}
.tree-select__list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.tree-select__list::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.4);
}
.tree-select__item:hover {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
}
.tree-select__item-btn {
  text-align: left !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
  color: #101629 !important;
}
.tree-select__item-btn--active {
  background-color: #567793 !important;
  color: white !important;
}
.tree-select__item-btn--active .tree-select__item-icon {
  color: white;
}
.tree-select__item-arrow {
  display: inline-block;
  margin-right: 0.8em;
  transition: all 0.3s ease;
}
.tree-select__item-icon {
  display: inline-block;
  margin-right: 0.75em;
  color: #567793;
}
.tree-select__item-label {
  vertical-align: baseline;
}
.tree-select__children {
  transition: display 0.3s ease;
}

.tree-select__item .list-group .tree-select__item {
  padding: 0.25em 0em 0.25em 0.75em;
}

[data-bs-theme=dark] .tree-select__list {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .tree-select__item-arrow {
  color: white;
}
[data-bs-theme=dark] .tree-select__item-btn:hover {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040 !important;
}
[data-bs-theme=dark] .tree-select__btn {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths *//*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths *//*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.product-offering-tile {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 0.25em;
  padding: 0.5em 0.25em;
}
.product-offering-tile h4 {
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}
.product-offering-tile .icon {
  height: 32px;
  width: 32px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.issues-theme .product-offering-tile .icon {
  background-image: url("https://assets-cms.chaikinanalytics.com/images/icons/offering-icon-pub.svg");
}
.issues-theme .product-offering-tile a {
  color: #728DA4;
}

.reports-theme .product-offering-tile .icon {
  background-image: url("https://assets-cms.chaikinanalytics.com/images/icons/offering-icon-report.svg");
}
.reports-theme .product-offering-tile a {
  color: #2D6768;
}

.portfolio-theme .product-offering-tile .icon {
  background-image: url("https://assets-cms.chaikinanalytics.com/images/icons/offering-icon-portfolio.svg");
}
.portfolio-theme .product-offering-tile a {
  color: #ACA06D;
}

.tools-theme .product-offering-tile .icon {
  background-image: url("https://assets-cms.chaikinanalytics.com/images/icons/offering-icon-software.svg");
}
.tools-theme .product-offering-tile a {
  color: #471357;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths *//*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.recent-table {
  margin-bottom: 0;
}
.recent-table__heading {
  font-size: 12px;
  font-weight: 600;
}
.recent-table__loading {
  margin-top: 0.3rem;
}

.recent-row {
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
.recent-row:hover {
  background: rgba(71, 82, 102, 0.025);
}
.recent-row__cell {
  font-size: 1em;
  height: 60px;
}
.recent-row__cell--rating {
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
.recent-row__cell--symbol {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1;
  margin: 0em 0em 0.25em;
}
.recent-row__cell--company {
  margin: 0;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  max-width: 290px;
  width: 100%;
}
.recent-row__cell--price {
  font-weight: 400;
  vertical-align: top;
}
.recent-row__cell--change {
  font-weight: 600;
  vertical-align: top;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.create-list-modal .zone {
  align-items: center;
  border: 2px dashed #ccc;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 40px 20px;
  cursor: pointer;
}
.create-list-modal .zone.zoneHover {
  border-color: #686868;
}
.create-list-modal .zone.default {
  border-color: #ccc;
}
.create-list-modal .file {
  background: linear-gradient(to bottom, #ddd, #ccc);
  border-radius: 10px;
  display: flex;
  height: 120px;
  width: 160px;
  position: relative;
  z-index: 10;
  flex-direction: column;
  justify-content: center;
}
.create-list-modal .file .remove {
  height: 23px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 23px;
}
.create-list-modal .info {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
}
.create-list-modal .size {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  justify-content: center;
  display: flex;
  font-size: 1.125em;
  padding: 0.25em;
}
.create-list-modal .name {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  font-size: 1.25em;
  padding: 0.25em 0.5em;
  margin-bottom: 0.25em;
}
.create-list-modal .progressBar {
  bottom: 14px;
  position: absolute;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.create-list-modal .form-list-name {
  border: none;
  border-radius: 0;
  border-bottom: var(--bs-border-width) solid var(--bs-modal-header-border-color);
  box-shadow: none;
  width: 16em;
}
.create-list-modal .form-list-name-group {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
}

[data-bs-theme=dark] .create-list-modal .file {
  background: rgba(255, 255, 255, 0.75) !important;
}
[data-bs-theme=dark] .create-list-modal .size,
[data-bs-theme=dark] .create-list-modal .name {
  background-color: #273040;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.offcanvas.offcanvas-top {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}
.offcanvas.offcanvas-top .offcanvas-header {
  color: white;
  background-color: #273040;
  box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.25);
}
.offcanvas.offcanvas-top .offcanvas-header .btn-close {
  background-color: white;
  margin-right: 6px;
  border-radius: 15px;
}
.offcanvas.offcanvas-top .offcanvas-header .input-group {
  min-width: 200px;
  height: 50px;
  font-size: 18px;
}
.offcanvas.offcanvas-top .offcanvas-header .input-group .form-control {
  color: white;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.85);
  line-height: 1;
}
.offcanvas.offcanvas-top .offcanvas-header .input-group .form-control:focus {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
}
.offcanvas.offcanvas-top .offcanvas-header .input-group .input-group-text {
  color: #101629;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 0.85);
  font-size: 1.125em;
  line-height: 1;
}
.offcanvas.offcanvas-top .offcanvas-header input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
}
.offcanvas.offcanvas-top .offcanvas-header .border-panel {
  display: flex;
  height: 50px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 5px !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.offcanvas.offcanvas-top .offcanvas-header .border-panel .btn-group .btn {
  margin: 0 3px;
  border-radius: 6px !important;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.offcanvas.offcanvas-top .offcanvas-header .border-panel .btn-group .btn-check:checked + .btn {
  border: 1px solid transparent;
  background-color: #567793;
}

@media (max-width: 576px) {
  .offcanvas.offcanvas-top .offcanvas-header {
    padding: 1em 0 0;
    height: auto;
    align-items: flex-start;
  }
  .offcanvas.offcanvas-top .offcanvas-header .btn-close {
    margin-top: 10px;
  }
  .offcanvas .offcanvas-body {
    padding: 0;
  }
}

.offcanvas-backdrop.show {
  opacity: 0.75 !important;
}

.offcanvas-body {
  background: white;
  overflow: auto;
  padding: 0;
  min-height: calc(100vh - 90px);
}

.recent-search-canvas-body {
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  min-height: 300px;
  margin: 0 auto;
  margin-top: 0.5em;
  border-radius: 0.25em;
  padding: 0.5em !important;
}
@media (max-width: 576px) {
  .recent-search-canvas-body {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-top: 0;
    border-radius: 0;
    min-height: 100vh;
  }
}

.recent-search-title {
  font-size: 1em;
  font-weight: 600;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
  padding: 1em;
  margin: 0;
  margin-bottom: 2px;
  background-color: #273040;
  color: white;
  border-radius: 0.25em;
}

.recent-search-text {
  font-size: 1.3rem;
  background: none;
  border: none;
  color: #101629 !important;
  padding: 0.5em 1em;
  margin: 0;
  cursor: pointer;
  text-align: left;
  border-radius: 0.25em;
  transition: background-color 0.2s ease-in-out;
}
.recent-search-text:hover {
  background-color: rgba(71, 82, 102, 0.05);
}
.recent-search-text + .recent-search-text {
  border-top: 1px solid rgba(71, 82, 102, 0.15);
}

[data-bs-theme=dark] .recent-search-text,
[data-bs-theme=dark] .recent-search-title {
  color: white !important;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths *//*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.widget.rating-widget-wrapper .pop-panel {
  min-width: 300px;
}
.widget.rating-widget-wrapper .factor-label {
  width: 85px;
  font-size: 17px;
}
.widget.rating-widget-wrapper button:hover a {
  transition: 0.5;
  color: white;
}

.widget.stock-widget-wrapper button a {
  color: inherit;
}
.widget.stock-widget-wrapper button:hover a {
  color: white;
}
.widget.etf-widget-wrapper .widget__summary p {
  font-size: 1.1em;
}
.widget__search-panel {
  padding-bottom: 0.5em;
}
.widget__header--ticker {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  margin: 0;
}
.widget__header--price {
  font-size: 15px;
}
.widget__header--change {
  padding: 2px 9px;
  border-radius: 3px;
  color: white;
  font-weight: 600;
}
.widget__header--name {
  font-weight: 400;
  font-size: 19px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.widget__rating-block {
  display: flex;
  flex-direction: column;
  background: #273040;
}
.widget__rating-block h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 3px;
  white-space: nowrap;
}
.widget__rating-block h5 {
  color: white;
  font-size: 14px;
  margin: 0 0px 6px;
  font-weight: 300;
}
.widget__rating-block h5 b {
  font-weight: 700;
}
.widget__rating-block--icon {
  width: 58px;
  height: auto;
}
.widget__rating-block .info-icon-button {
  margin-top: -3px;
  margin-right: -2px;
  color: white;
}
.widget__rating-block .info-icon-button:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.widget__rating-block .info-icon-button:hover a {
  color: white;
}
.widget__search-results {
  z-index: 999;
  background-color: #ffffff;
  border: 1px solid rgba(71, 82, 102, 0.15);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 75%;
  width: 100%;
  min-height: 163.5px;
  max-height: 400px;
  overflow: hidden;
}
.widget__search-results .list-group .list-group-item .rating .rating-icon {
  margin-top: -4px;
}
.widget__search-results .list-group .list-group-item .symbol {
  font-weight: 700;
  width: 50px;
  min-width: 50px;
  font-size: 1.0875em;
}
.widget__search-results .list-group .list-group-item .name {
  margin-bottom: 0;
  font-size: 1em;
}
.widget__search-results .widget-search__loading {
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  padding-block: 0.2em;
}
.widget__search-results .widget-search__loading-item + .widget__search-results .widget-search__loading-item {
  margin-top: 0.3rem;
}
.widget__summary p {
  font-size: 1em;
  line-height: 1.4;
}
.widget__etf-group h2 {
  font-size: 1.5em;
}
.widget .widget-search__loading-item + .widget .widget-search__loading-item {
  margin-top: 0.3rem;
}

[data-bs-theme=dark] .widget.rating-widget-wrapper .accordion-button {
  background-color: transparent;
}
[data-bs-theme=dark] .widget.rating-widget-wrapper .accordion-button:not(.collapsed) {
  background: transparent !important;
}
[data-bs-theme=dark] .widget .accordion {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040 !important;
  border-radius: 8px;
}
[data-bs-theme=dark] .widget .accordion .accordion-item {
  background-color: transparent !important;
}
[data-bs-theme=dark] .widget .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent !important;
}
[data-bs-theme=dark] .widget .widget__rating-block {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .widget__search-results {
  z-index: 999;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.tile.discovery-stock-tile {
  color: inherit;
}
.tile.discovery-stock-tile:hover {
  background-color: white !important;
}

.stock-tile__header {
  display: flex;
  flex-direction: row;
}
.stock-tile__header--symbol {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.stock-tile__header--img {
  margin-top: 0.18em;
  margin-right: 0.65em;
}
.stock-tile__company {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.stock-tile__company:hover {
  text-decoration: underline;
}
.stock-tile__industry {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.stock-tile__industry, .stock-tile__weight {
  font-size: 0.8em;
  font-weight: 300;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.stock-tile__match-percentage h2 {
  font-size: 18px;
  margin-bottom: 0;
}
.stock-tile__match-percentage h2 span {
  font-weight: 700;
}
.stock-tile__match-percentage h2 span.etf {
  color: #cf9e7b;
}
.stock-tile__match-percentage h2 span.stock {
  color: #9758a8;
}
.stock-tile__match--match-bar {
  width: 100%;
  font-size: 1.1rem;
}
.stock-tile__match--match-bar .outer-bar {
  display: flex;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  padding: 4px 6px;
  background-color: transparent;
  width: calc(100% - 4px);
}
.stock-tile__match--match-bar .inner-bar {
  height: 100%;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.stock-tile__match--match-bar .inner-bar.etf {
  background-image: linear-gradient(270deg, #E8CDB9 0%, #ffffff 100%);
  color: #000000;
}
.stock-tile__match--match-bar .inner-bar.etf .score {
  color: #cf9e7b;
  filter: brightness(50%);
  font-weight: bold;
}
.stock-tile__match--match-bar .inner-bar.stock {
  background-image: linear-gradient(270deg, #e1c6e8 0%, #ffffff 100%);
  color: #000000;
}
.stock-tile__match--match-bar .inner-bar.stock .score {
  color: #9758a8;
  filter: brightness(66%);
  font-weight: bold;
}
.stock-tile__match--match-bar .inner-bar.ssc.up-bg {
  background-image: linear-gradient(270deg, #85d2a1 5%, #ffffff 100%) !important;
  color: #000000;
  white-space: nowrap;
}
.stock-tile__match--match-bar .inner-bar.ssc.up-bg .score {
  font-weight: bold;
  color: #24a300;
  filter: brightness(66%);
}
.stock-tile__match--match-bar .inner-bar.ssc.down-bg {
  background-image: linear-gradient(270deg, #ffc2d0 5%, #ffffff 100%) !important;
  color: #000000;
  white-space: nowrap;
}
.stock-tile__match--match-bar .inner-bar.ssc.down-bg .score {
  font-weight: bold;
  color: #e00000;
  filter: brightness(66%);
}

.view-match-card-container .view-match-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 16px;
  color: #567793;
  border: 1px solid currentColor;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 2px;
}
.view-match-card-container .view-match-card-button:hover {
  color: #0089c2;
}

[data-bs-theme=dark] .stock-tile__match-bar .outer-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
[data-bs-theme=dark] .tile.discovery-stock-tile {
  color: inherit;
}
[data-bs-theme=dark] .tile.discovery-stock-tile:hover {
  background-color: rgba(0, 0, 0, 0.033) !important;
}@keyframes price-change-animation-positive {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(151, 252, 151, 0.4);
  }
  100% {
    background-color: transparent;
  }
}
@keyframes price-change-animation-negative {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(240, 128, 128, 0.4);
  }
  100% {
    background-color: transparent;
  }
}
.list-table-row {
  page-break-inside: avoid;
  display: table-row;
  height: auto;
}
.list-table-row td, .list-table-row td.list-table-col {
  background: transparent;
}
.list-table-row.price-increase {
  animation: price-change-animation-positive 3s ease;
}
.list-table-row.price-decrease {
  animation: price-change-animation-negative 3s ease;
}

.table-row {
  display: table-row;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.list-performance-statement {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: white;
  border-radius: 0.5em;
  background-color: #273040;
}
.list-performance-statement h2 {
  font-size: 1.5em;
  line-height: 1.4;
  margin: 0;
}
.list-performance-statement h2 a {
  margin-right: 0.5em;
  font-size: 1.25rem;
  color: white;
  vertical-align: text-bottom;
}
.list-performance-statement h2 span {
  display: inline-block;
}
.list-performance-statement .statement-dropdown {
  display: inline-flex;
  align-items: center;
  margin-left: 0.125em;
  margin-right: 0.25em;
}
.list-performance-statement .statement-dropdown .form-select {
  font-size: 0.9em;
  padding: 0.1em 1.75em 0.1em 0.5em;
  border-radius: 0.33em;
  min-height: 36px;
}
.list-performance-statement .view-health-check-button {
  color: white;
}

.list-results-panel .list-results-table-wrapper {
  margin: auto 0;
  overflow: scroll;
  min-height: 150px;
}
.list-results-panel .list-results-table-wrapper::-webkit-scrollbar {
  display: block;
  width: 6px;
  height: 6px;
}
.list-results-panel .list-results-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.2);
}
.list-results-panel .list-results-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.list-results-panel .list-results-table-wrapper::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.4);
}
.list-results-panel .list-results-table .list-table-row {
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
.list-results-panel .list-results-table .list-table-row .list-table-col {
  vertical-align: middle;
  white-space: nowrap;
}
.list-results-panel .list-results-table .list-table-row .list-table-col__rating {
  width: 40px;
  min-width: 40px;
}
.list-results-panel .list-results-table .list-table-row .list-table-col__symbol {
  max-width: 275px;
}
.list-results-panel .list-results-table .list-table-row .list-table-col__symbol .ticker {
  font-weight: 700;
  font-size: 1.25em;
}
.list-results-panel .list-results-table .list-table-row .list-table-col__symbol .name {
  min-width: 125px;
  width: fit-content;
  display: table-cell;
  white-space: wrap;
  line-height: 1.33;
}
.list-results-panel .list-results-table .list-table-row .list-table-col__performance {
  min-width: 120px;
  justify-content: center;
}
.list-results-panel .list-results-table .list-table-row .list-table-col__performance .percent-change {
  min-width: 58px;
}
.list-results-panel .list-results-table .list-table-row .list-table-col__performance .change-bar-wrapper {
  width: 100%;
  min-width: 50px;
}
.list-results-panel .list-results-table .list-table-row .list-table-col__performance .change-bar-wrapper .change-bar {
  display: flex;
  height: 10px;
  border-radius: 5px;
}
.list-results-panel .list-results-table .list-table-row .list-table-col__remove, .list-results-panel .list-results-table .list-table-row .list-table-col__alerts {
  min-width: 60px;
  width: 60px;
}
.list-results-panel .list-results-table .list-table-row .list-table-col__remove .flex-cell, .list-results-panel .list-results-table .list-table-row .list-table-col__alerts .flex-cell {
  justify-content: center;
}
.list-results-panel .list-results-table .list-table-row .list-table-col__remove .flex-cell .delete-btn, .list-results-panel .list-results-table .list-table-row .list-table-col__alerts .flex-cell .delete-btn {
  font-size: 16px;
  line-height: 1.3;
  color: #0089c2;
}
.list-results-panel .list-results-table .list-table-row .list-table-col__remove .flex-cell .delete-btn:hover, .list-results-panel .list-results-table .list-table-row .list-table-col__alerts .flex-cell .delete-btn:hover {
  color: white;
}
.list-results-panel .list-results-table .list-table-row .list-table-col__alerts .icon-bell svg {
  color: #567793;
}
.list-results-panel .list-results-table .list-table-row .list-table-col__type {
  width: 50px;
}
.list-results-panel .list-results-table .list-table-row .list-table-col__type .flex-cell {
  justify-content: center;
}

.modal.show .modal-dialog {
  min-width: fit-content;
}

.date-range-calendar {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.6em;
  white-space: nowrap;
  margin-left: 10px;
  z-index: 16;
}
.date-range-calendar .date-range-calendar-popup {
  position: absolute;
  left: 5px;
  top: 35px;
  z-index: 99;
  box-shadow: 1px 1px 5px #000;
}
.date-range-calendar .date-range-calendar-popup .date-range-action-btns {
  padding-bottom: 0.6rem;
  padding-top: 0.2rem;
  text-align: center;
  border-top: 1px solid #e4e5e8;
  background: #ffffff;
}
.date-range-calendar .date-range-calendar-popup .date-range-action-btns button {
  padding: 0.1rem 1.5rem 0.3rem;
  font-size: 1.1rem;
  border-radius: 4px;
  width: 90px;
}
.date-range-calendar .date-range-calendar-popup .date-range-action-btns .apply {
  background: #567793;
  color: #ffffff;
  border: 1px solid #567793;
}
.date-range-calendar .date-range-calendar-popup .date-range-action-btns .cancel {
  background: unset;
  color: #000000;
  border: 1px solid #000000;
}
.date-range-calendar .date-range-calendar-popup .date-range-action-btns .m-r-15 {
  margin-right: 1rem;
}
.date-range-calendar .rdrDayWeekend .rdrDayNumber span {
  color: #d5dce0;
}
.date-range-calendar .rdrDayNumber {
  top: 0px;
}
.date-range-calendar .display-dates {
  white-space: nowrap;
  padding-left: 8px;
  font-size: 1.1rem;
}
.date-range-calendar .fa-calendar-days {
  padding-left: 10px;
  cursor: pointer;
}

[data-bs-theme=dark] .list-results-panel button {
  color: white;
}
[data-bs-theme=dark] .list-results-panel button:active {
  color: #0089c2;
  filter: brightness(1.5);
}
[data-bs-theme=dark] .list-results-panel .delete-btn {
  color: rgba(255, 255, 255, 0.7) !important;
}
[data-bs-theme=dark] .list-results-panel .delete-btn:hover {
  color: white;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.ln-v2-panel-manager {
  --ln-panel-col-w: var(--ln-pinned-panel-width, 280px);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  flex-shrink: 0;
  width: calc(var(--ln-tree-col-w) + var(--ln-symbols-slot-w));
  background-color: #ffffff;
  transition: width 0.25s ease-in-out;
}
.ln-v2-panel-manager[data-tree=rail] {
  --ln-tree-col-w: 50px;
}
.ln-v2-panel-manager[data-tree=normal] {
  --ln-tree-col-w: 290px;
}
.ln-v2-panel-manager[data-tree=fill] {
  --ln-tree-col-w: calc(290px + var(--ln-panel-col-w));
}
.ln-v2-panel-manager[data-symbols=hidden] {
  --ln-symbols-slot-w: 0px;
  --ln-symbols-w: var(--ln-panel-col-w);
}
.ln-v2-panel-manager[data-symbols=compact] {
  --ln-symbols-slot-w: var(--ln-panel-col-w);
  --ln-symbols-w: var(--ln-panel-col-w);
}
.ln-v2-panel-manager[data-symbols=expanded] {
  --ln-symbols-slot-w: var(--ln-panel-col-w);
  --ln-symbols-w: calc(var(--ln-panel-col-w) + 695px);
}
.ln-v2-panel-manager__search-bar {
  flex: 0 0 auto;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
.ln-v2-panel-manager__search-bar::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  left: calc(100% - 1px);
  width: 0;
  background-color: inherit;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
  border-right: 1px solid rgba(71, 82, 102, 0.15);
  z-index: 999;
  transition: width 0.25s ease-in-out;
}
.ln-v2-panel-manager[data-symbols=expanded] .ln-v2-panel-manager__search-bar::after {
  width: calc(var(--ln-symbols-w) - var(--ln-panel-col-w) + 1px);
}
.ln-v2-panel-manager[data-tree=rail][data-symbols=hidden] .ln-v2-panel-manager__search-bar > * {
  visibility: hidden;
}
.ln-v2-panel-manager__content {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
}
.ln-v2-panel-manager__tree-column {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: var(--ln-tree-col-w);
  min-width: var(--ln-tree-col-w);
  min-height: 0;
  height: 100%;
  background-color: #ffffff;
  border-right: 1px solid rgba(71, 82, 102, 0.15);
  overflow: hidden;
  transition: width 0.25s ease-in-out, min-width 0.25s ease-in-out;
}
.ln-v2-panel-manager__tree-column-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  background-color: #ebeef4;
  color: #1a2744;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
  flex: 0 0 auto;
  height: 50px;
  min-height: 50px;
}
.ln-v2-panel-manager__tree-column-title {
  font-size: 14px;
  line-height: var(--bs-body-line-height);
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  font-style: normal;
  color: #1a2744;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-v2-panel-manager__tree-column-body {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
}
.ln-v2-panel-manager__icon-svg {
  width: 16px;
  height: 16px;
}
.ln-v2-panel-manager__sort-dropdown {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.ln-v2-panel-manager__sort-toggle.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 6px;
  white-space: nowrap;
}
.ln-v2-panel-manager__sort-toggle.btn .ln-v2-panel-manager__sort-toggle-icon {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.ln-v2-panel-manager__sort-toggle.btn svg {
  color: inherit;
  font-size: 1.2rem;
  width: 1em;
  height: 1em;
}
.ln-v2-panel-manager__sort-toggle.btn .ln-v2-panel-manager__sort-toggle-extra {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 0;
  padding-left: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-width 0.2s ease, padding-left 0.2s ease, opacity 0.2s ease;
}
.ln-v2-panel-manager__sort-toggle.btn.ln-v2-panel-manager__sort-toggle--open .ln-v2-panel-manager__sort-toggle-extra {
  max-width: 220px;
  padding-left: 6px;
  opacity: 1;
}
.ln-v2-panel-manager__sort-toggle.btn .ln-v2-panel-manager__sort-toggle-label {
  font-size: 14px;
  line-height: 1;
}
.ln-v2-panel-manager__sort-toggle.btn .ln-v2-panel-manager__sort-toggle-label b {
  font-weight: 600;
}
.ln-v2-panel-manager__sort-menu.dropdown-menu {
  font-size: 14px;
  min-width: 9rem;
}
.ln-v2-panel-manager__symbols-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--ln-tree-col-w);
  width: var(--ln-symbols-w);
  max-width: calc(100vw - 16px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  background-color: #ffffff;
  border-right: 1px solid rgba(71, 82, 102, 0.15);
  transition: left 0.25s ease-in-out, width 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.ln-v2-panel-manager[data-symbols=hidden] .ln-v2-panel-manager__symbols-panel {
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: left 0.25s ease-in-out, width 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0s linear 0.25s;
}
.ln-v2-panel-manager[data-symbols=expanded] .ln-v2-panel-manager__symbols-panel {
  z-index: 999;
  box-shadow: inset 0 6px 6px -4px rgba(0, 0, 0, 0.15);
}

[data-bs-theme=dark] .ln-v2-panel-manager {
  background-color: #273040;
}
[data-bs-theme=dark] .ln-v2-panel-manager__search-bar {
  background-color: #273040;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .ln-v2-panel-manager__search-bar::after {
  border-bottom-color: rgba(255, 255, 255, 0.12);
  border-right-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .ln-v2-panel-manager__tree-column {
  background-color: #273040;
  border-right-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .ln-v2-panel-manager__tree-column-header {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .ln-v2-panel-manager__tree-column-title {
  color: #ffffff;
}
[data-bs-theme=dark] .ln-v2-panel-manager__symbols-panel {
  background-color: #273040;
  border-right-color: rgba(255, 255, 255, 0.12);
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.ln-v2-mobile-panel-manager {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.ln-v2-mobile-panel-manager__tree-layer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.ln-v2-mobile-panel-manager__search-bar {
  flex: 0 0 auto;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
.ln-v2-mobile-panel-manager__tree-body {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
}
.ln-v2-mobile-panel-manager__symbols-layer {
  --ln-panel-col-w: 100%;
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 0;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: transform 0.25s ease-in-out;
  box-shadow: -6px 0 12px -6px rgba(0, 0, 0, 0.25);
}
.ln-v2-mobile-panel-manager[data-layer=symbols] .ln-v2-mobile-panel-manager__symbols-layer {
  transform: translateX(0);
}

[data-bs-theme=dark] .ln-v2-mobile-panel-manager {
  background-color: #273040;
}
[data-bs-theme=dark] .ln-v2-mobile-panel-manager__search-bar {
  background-color: #273040;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .ln-v2-mobile-panel-manager__symbols-layer {
  background-color: #273040;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.ln-v2-search {
  position: relative;
  width: 100%;
}
.ln-v2-search .input-group {
  flex-wrap: nowrap;
}
.ln-v2-search__results {
  position: absolute;
  z-index: 99999;
  background-color: white;
  width: 20em;
  margin-top: 0.25em;
  box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.3);
  padding-block: 0.2em;
  padding-inline: 0.2em;
  border-radius: 0.3em;
  left: 50%;
  transform: translateX(-50%);
}
.ln-v2-search__results-heading {
  color: white;
  padding: 0.75em;
  border-radius: 0.25em 0.25em 0 0;
  background-color: #273040;
  margin-bottom: 0;
  font-size: 13px;
}
.ln-v2-search__message {
  padding: 0.75em 1em;
  margin: 0;
  font-size: 0.875rem;
}
.ln-v2-search__results ul {
  list-style: none;
  padding: 0;
  margin-block: 0;
}
.ln-v2-search__result-item {
  padding: 0.5em 1em 0.75em;
  transition: opacity 0.2s ease-in-out;
  border-top: 1px solid rgba(71, 82, 102, 0.15);
  font-size: 1.125em;
  line-height: 1.3;
  display: flex;
  align-items: flex-start;
}
.ln-v2-search__result-item img {
  width: 36px;
  height: 18px;
  margin-right: 0.5em;
}
.ln-v2-search__result-item .link-variant-icon {
  margin-left: 8px;
  cursor: pointer;
  padding: 0;
}
.ln-v2-search__result-item:hover, .ln-v2-search__result-item.keyboard-active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
}
.ln-v2-search__result-button {
  width: 100%;
  max-width: calc(100% - 30px);
  border: none;
  background: transparent;
  text-align: left;
  color: #101629;
  padding: 0;
  cursor: pointer;
}
.ln-v2-search__ticker {
  font-weight: 800;
  font-size: 1.5em;
  line-height: 1.5;
  margin: 0;
}
.ln-v2-search__company-name {
  display: block;
}

[data-bs-theme=dark] .ln-v2-search__results {
  background-color: #273040;
}
[data-bs-theme=dark] .ln-v2-search__result-item {
  border-top: 1px solid rgba(255, 255, 255, 0.125);
}
[data-bs-theme=dark] .ln-v2-search__result-item:hover, [data-bs-theme=dark] .ln-v2-search__result-item.keyboard-active {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
}
[data-bs-theme=dark] .ln-v2-search__result-button {
  color: white;
}
[data-bs-theme=dark] .ln-v2-search__ticker {
  color: white;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
@keyframes price-change-animation-positive {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(151, 252, 151, 0.4);
  }
  100% {
    background-color: transparent;
  }
}
@keyframes price-change-animation-negative {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(240, 128, 128, 0.4);
  }
  100% {
    background-color: transparent;
  }
}
.ln-v2-symbols-panel {
  --ln-sym-panel-w: var(--ln-panel-col-w, var(--ln-pinned-panel-width, 280px));
  --ln-sym-scrollbar-gutter: 0px;
  --ln-sym-table-w: calc(
    var(--ln-sym-panel-w) - var(--ln-sym-scrollbar-gutter)
  );
  --ln-sym-col-rating: 56px;
  --ln-sym-col-price: 60px;
  --ln-sym-col-chg: 52px;
  --ln-sym-col-remove: 0px;
  --ln-sym-col-mktcap: 100px;
  --ln-sym-col-eq: 52px;
  --ln-sym-col-alerts: 52px;
  --ln-sym-col-check: 60px;
  --ln-sym-col-symbol: calc(
    var(--ln-sym-table-w) - var(--ln-sym-col-rating) - var(--ln-sym-col-price) -
      var(--ln-sym-col-chg) - var(--ln-sym-col-remove)
  );
  --ln-row-height: 52px;
  --ln-sym-action-caret-gap: 2px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  width: 100%;
  min-width: var(--ln-sym-panel-w);
}
.ln-v2-symbols-panel[data-can-delete=true] {
  --ln-sym-col-remove: 30px;
}
.ln-v2-symbols-panel[data-has-scroll=true] {
  --ln-sym-scrollbar-gutter: 8px;
}
.ln-v2-symbols-panel__header {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  height: 50px;
  min-height: 50px;
  box-sizing: border-box;
  padding: 0 0.75rem;
  background-color: #ebeef4;
  color: #1a2744;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
.ln-v2-symbols-panel__title {
  flex: 0 1 auto;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: var(--bs-body-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-v2-symbols-panel__header-icon {
  width: 16px;
  height: 16px;
}
.ln-v2-symbols-panel__actions-group {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.ln-v2-symbols-panel__action {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  font-size: 11.5px;
  font-weight: 500;
  color: #567793;
  background: transparent;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.ln-v2-symbols-panel__action span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ln-v2-symbols-panel__action:hover:not(:disabled) {
  color: rgb(70.9407725322, 98.1622317597, 121.2592274678);
}
.ln-v2-symbols-panel__action--disabled, .ln-v2-symbols-panel__action:disabled {
  color: #b0b9c8;
  cursor: default;
}
.ln-v2-symbols-panel__action--disabled span, .ln-v2-symbols-panel__action:disabled span {
  text-decoration: none;
}
.ln-v2-symbols-panel__action--danger {
  color: #c92626;
}
.ln-v2-symbols-panel__action-sep {
  width: 1px;
  height: 16px;
  background: rgba(71, 82, 102, 0.15);
  flex-shrink: 0;
}
.ln-v2-symbols-panel__action-caret {
  margin-inline-start: var(--ln-sym-action-caret-gap);
}
.ln-v2-symbols-panel__edit-dropdown {
  display: inline-flex;
}
.ln-v2-symbols-panel__edit-dropdown .dropdown-toggle::after {
  display: none;
}
.ln-v2-symbols-panel__edit-menu {
  --ln-sym-edit-menu-z: 2000;
  --ln-sym-edit-menu-min-w: 220px;
  --ln-sym-edit-menu-font: 12.5px;
  --ln-sym-edit-menu-item-gap: 8px;
  z-index: var(--ln-sym-edit-menu-z);
  min-width: var(--ln-sym-edit-menu-min-w);
  font-size: var(--ln-sym-edit-menu-font);
}
.ln-v2-symbols-panel__edit-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: var(--ln-sym-edit-menu-item-gap);
}
.ln-v2-symbols-panel__edit-menu .dropdown-item svg {
  flex: 0 0 auto;
}
.ln-v2-symbols-panel__body {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
}
.ln-v2-symbols-panel__scroll-content {
  box-sizing: border-box;
  width: 100%;
}
.ln-v2-symbols-panel[data-density=compact][data-has-scroll=true] .ln-v2-symbols-panel__scroll-content {
  padding-inline-end: var(--ln-sym-scrollbar-gutter);
}
.ln-v2-symbols-panel__table {
  table-layout: fixed;
  width: 100%;
}
.ln-v2-symbols-panel__row {
  height: var(--ln-row-height);
}
.ln-v2-symbols-panel__row.price-increase > td, .ln-v2-symbols-panel__row.price-decrease > td {
  --bs-table-bg: transparent;
  box-shadow: none !important;
}
.ln-v2-symbols-panel__row.price-increase > td {
  animation: price-change-animation-positive 3s ease;
}
.ln-v2-symbols-panel__row.price-decrease > td {
  animation: price-change-animation-negative 3s ease;
}
.ln-v2-symbols-panel__row.price-increase > td.selected, .ln-v2-symbols-panel__row.price-decrease > td.selected {
  animation: none;
}
.ln-v2-symbols-panel .ticker-row:hover {
  background: rgba(0, 0, 0, 0.033);
}
.ln-v2-symbols-panel col.ln-v2-symbols-panel__col--rating,
.ln-v2-symbols-panel .ln-v2-symbols-panel__col--rating {
  width: var(--ln-sym-col-rating);
}
.ln-v2-symbols-panel col.ln-v2-symbols-panel__col--symbol,
.ln-v2-symbols-panel .ln-v2-symbols-panel__col--symbol {
  width: var(--ln-sym-col-symbol);
}
.ln-v2-symbols-panel col.ln-v2-symbols-panel__col--price,
.ln-v2-symbols-panel .ln-v2-symbols-panel__col--price {
  width: var(--ln-sym-col-price);
}
.ln-v2-symbols-panel col.ln-v2-symbols-panel__col--chg,
.ln-v2-symbols-panel .ln-v2-symbols-panel__col--chg {
  width: var(--ln-sym-col-chg);
}
.ln-v2-symbols-panel col.ln-v2-symbols-panel__col--remove,
.ln-v2-symbols-panel .ln-v2-symbols-panel__col--remove {
  width: var(--ln-sym-col-remove);
}
.ln-v2-symbols-panel col.ln-v2-symbols-panel__col--mktcap,
.ln-v2-symbols-panel .ln-v2-symbols-panel__col--mktcap {
  width: var(--ln-sym-col-mktcap);
}
.ln-v2-symbols-panel col.ln-v2-symbols-panel__col--eq,
.ln-v2-symbols-panel .ln-v2-symbols-panel__col--eq {
  width: var(--ln-sym-col-eq);
}
.ln-v2-symbols-panel col.ln-v2-symbols-panel__col--alerts,
.ln-v2-symbols-panel .ln-v2-symbols-panel__col--alerts {
  width: var(--ln-sym-col-alerts);
}
.ln-v2-symbols-panel col.ln-v2-symbols-panel__col--check,
.ln-v2-symbols-panel .ln-v2-symbols-panel__col--check {
  width: var(--ln-sym-col-check);
}
.ln-v2-symbols-panel th.ln-v2-symbols-panel__col--rating,
.ln-v2-symbols-panel td.ln-v2-symbols-panel__col--rating {
  text-align: center;
  vertical-align: middle;
}
.ln-v2-symbols-panel th.ln-v2-symbols-panel__col--rating .list-table__btn {
  justify-content: center;
  width: 100%;
}
.ln-v2-symbols-panel th.ln-v2-symbols-panel__col--eq,
.ln-v2-symbols-panel td.ln-v2-symbols-panel__col--eq {
  text-align: center;
  vertical-align: middle;
}
.ln-v2-symbols-panel th.ln-v2-symbols-panel__col--eq .list-table__btn {
  justify-content: center;
  width: 100%;
}
.ln-v2-symbols-panel th.ln-v2-symbols-panel__col--alerts,
.ln-v2-symbols-panel td.ln-v2-symbols-panel__col--alerts {
  text-align: center;
  vertical-align: middle;
}
.ln-v2-symbols-panel th.ln-v2-symbols-panel__col--alerts .list-table__btn {
  justify-content: center;
  width: 100%;
}
.ln-v2-symbols-panel th.ln-v2-symbols-panel__col--remove,
.ln-v2-symbols-panel td.ln-v2-symbols-panel__col--remove {
  text-align: center;
  vertical-align: middle;
}
.ln-v2-symbols-panel th.ln-v2-symbols-panel__col--remove .list-table__btn {
  justify-content: center;
  width: 100%;
}
.ln-v2-symbols-panel th.ln-v2-symbols-panel__col--check,
.ln-v2-symbols-panel td.ln-v2-symbols-panel__col--check {
  text-align: center;
  vertical-align: middle;
}
.ln-v2-symbols-panel th.ln-v2-symbols-panel__col--check .list-table__btn {
  justify-content: center;
  width: 100%;
}
.ln-v2-symbols-panel[data-density=compact] td.ln-v2-symbols-panel__col--remove {
  vertical-align: top;
}
.ln-v2-symbols-panel[data-density=compact] .ln-v2-symbols-panel__remove-btn {
  margin-left: -4px;
}
.ln-v2-symbols-panel__period-control {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  justify-content: flex-start;
  white-space: nowrap;
}
.ln-v2-symbols-panel__period-control .ln-v2-symbols-panel__period-label {
  font-weight: 500;
  font-size: 12px;
}
.ln-v2-symbols-panel__period-control .ln-v2-symbols-panel__period-dropdown {
  display: inline-block;
}
.ln-v2-symbols-panel__period-control .ln-v2-symbols-panel__period-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 20px;
  text-align: left;
}
.ln-v2-symbols-panel__period-control .ln-v2-symbols-panel__period-toggle svg {
  width: 12px;
  height: 12px;
}
.ln-v2-symbols-panel__period-control .ln-v2-symbols-panel__period-toggle::after {
  display: none;
}
.ln-v2-symbols-panel__period-control .ln-v2-symbols-panel__period-menu {
  --bs-dropdown-min-width: 56px;
  min-width: 56px;
  padding: 4px 0;
  margin-left: -22px;
}
.ln-v2-symbols-panel__period-control .ln-v2-symbols-panel__period-menu .dropdown-item {
  padding: 4px 10px;
  text-align: center;
}
.ln-v2-symbols-panel__move-cell {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ln-v2-symbols-panel__move-pct {
  width: 54px;
  font-weight: 600;
  flex-shrink: 0;
  text-align: left;
}
.ln-v2-symbols-panel__move-bar-bg {
  flex: 1 1 auto;
  height: 6px;
  background: rgba(71, 82, 102, 0.08);
  border-radius: 3px;
  overflow: hidden;
  min-width: 0;
}
.ln-v2-symbols-panel__move-bar {
  height: 100%;
  border-radius: 3px;
}
.ln-v2-symbols-panel__move-bar--pos {
  background: #1a9456;
}
.ln-v2-symbols-panel__move-bar--neg {
  background: #c92626;
}
.ln-v2-symbols-panel__move-bar--flat {
  background: #9aa4b8;
}
.ln-v2-symbols-panel__eq-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-inline: auto;
}
.ln-v2-symbols-panel__eq-na {
  display: block;
  color: #ccd1dd;
  font-weight: 600;
  text-align: center;
}
.ln-v2-symbols-panel__alert-btn {
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-inline: auto;
  padding: 0;
}
.ln-v2-symbols-panel__remove-btn {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 0.25em;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-inline: auto;
  padding: 0;
  opacity: 0.5;
  transition: opacity 120ms ease, border-color 120ms ease, background-color 120ms ease, color 120ms ease;
}
.ln-v2-symbols-panel__remove-btn:hover, .ln-v2-symbols-panel__remove-btn:focus {
  opacity: 1;
  border-color: #c92626;
  background: #fff5f5;
  color: #c92626;
  outline: none;
}
.ln-v2-symbols-panel__check {
  width: 14px;
  height: 14px;
  cursor: pointer;
  accent-color: #567793;
  margin: 0 auto;
  display: block;
}
.ln-v2-symbols-panel .selected-etf-table {
  margin-bottom: 0;
}

[data-bs-theme=dark] .ln-v2-symbols-panel[data-has-scroll=true] {
  --ln-sym-scrollbar-gutter: 6px;
}
[data-bs-theme=dark] .ln-v2-symbols-panel__header {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .ln-v2-symbols-panel__action {
  color: rgba(255, 255, 255, 0.85);
}
[data-bs-theme=dark] .ln-v2-symbols-panel__action--disabled, [data-bs-theme=dark] .ln-v2-symbols-panel__action:disabled {
  color: rgba(255, 255, 255, 0.45);
}
[data-bs-theme=dark] .ln-v2-symbols-panel__check {
  color-scheme: dark;
}
[data-bs-theme=dark] .ln-v2-symbols-panel .ticker-row:hover {
  background: rgba(255, 255, 255, 0.05);
}
[data-bs-theme=dark] .ln-v2-symbols-panel__remove-btn:hover, [data-bs-theme=dark] .ln-v2-symbols-panel__remove-btn:focus {
  border-color: #c92626;
  background: rgba(201, 38, 38, 0.16);
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.ln-v2-tree {
  display: flex;
  flex-direction: column;
}
.ln-v2-tree__parent {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
.ln-v2-tree__parent:last-child {
  border-bottom: none;
}
.ln-v2-tree__parent--focused > .ln-v2-tree__parent-header {
  background-color: #4a6580;
  background-image: none;
  color: #ffffff;
}
.ln-v2-tree__parent--focused > .ln-v2-tree__parent-header .ln-v2-tree__parent-icon,
.ln-v2-tree__parent--focused > .ln-v2-tree__parent-header .ln-v2-tree__chevron {
  color: #ffffff;
}
.ln-v2-tree__parent--focused > .ln-v2-tree__parent-header:hover, .ln-v2-tree__parent--focused > .ln-v2-tree__parent-header:focus {
  background-color: #4a6580;
  background-image: none;
  color: #ffffff;
}
.ln-v2-tree__parent--open:has(.ln-v2-tree__leaf--active):not(.ln-v2-tree__parent--focused) > .ln-v2-tree__parent-header {
  background-image: linear-gradient(rgba(71, 82, 102, 0.05), rgba(71, 82, 102, 0.05));
}
.ln-v2-tree__parent-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  border: none;
  text-align: left;
  padding: 0;
  color: #567793;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  min-height: 44px;
  transition: background-color 0.12s ease-in-out;
}
.ln-v2-tree__parent-header:hover, .ln-v2-tree__parent-header:focus {
  background-image: linear-gradient(rgba(71, 82, 102, 0.05), rgba(71, 82, 102, 0.05));
  outline: none;
}
.ln-v2-tree__parent-icon {
  flex: 0 0 50px;
  width: 50px;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #567793;
}
.ln-v2-tree__parent-content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-right: 12px;
}
.ln-v2-tree__parent-label {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-v2-tree__parent-trailing {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 0 4px;
  color: #475266;
  cursor: pointer;
}
.ln-v2-tree__parent-trailing:hover {
  color: #567793;
}
.ln-v2-tree__parent-children {
  display: flex;
  flex-direction: column;
}
.ln-v2-tree__category {
  display: flex;
  flex-direction: column;
}
.ln-v2-tree__category-children {
  display: flex;
  flex-direction: column;
}
.ln-v2-tree__category:has(.ln-v2-tree__leaf--active) > .ln-v2-tree__category-header {
  background-image: linear-gradient(rgba(71, 82, 102, 0.05), rgba(71, 82, 102, 0.05));
}
.ln-v2-tree__category-header {
  position: sticky;
  top: 44px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  background-color: #ffffff;
  border: none;
  text-align: left;
  padding: 6px 12px 6px 8px;
  color: #567793;
  font-weight: 500;
  font-size: 12.5px;
  cursor: pointer;
  transition: background-color 0.12s ease-in-out;
}
.ln-v2-tree__category-header:hover, .ln-v2-tree__category-header:focus {
  background-image: linear-gradient(rgba(71, 82, 102, 0.05), rgba(71, 82, 102, 0.05));
  outline: none;
}
.ln-v2-tree__category-label {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-v2-tree__category-trailing {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #475266;
  cursor: pointer;
}
.ln-v2-tree__category-trailing:hover {
  color: #567793;
}
.ln-v2-tree__leaf {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  color: #101629;
  font-size: 12.5px;
  cursor: pointer;
  border-left: 2px solid transparent;
  transition: background-color 0.12s ease-in-out;
}
.ln-v2-tree__leaf:hover, .ln-v2-tree__leaf:focus {
  background-color: rgba(71, 82, 102, 0.05);
  outline: none;
}
.ln-v2-tree__leaf--active {
  background-color: #4a6580;
  border-left-color: #4a6580;
  color: #ffffff;
  font-weight: 600;
}
.ln-v2-tree__leaf--active:hover, .ln-v2-tree__leaf--active:focus {
  background-color: #4a6580;
  color: #ffffff;
}
.ln-v2-tree__leaf--inline {
  flex-direction: row;
  align-items: center;
}
.ln-v2-tree__leaf-label {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-v2-tree__leaf-powerbar-wrapper {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.ln-v2-tree__leaf-delete {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  margin-left: 6px;
  border: 0;
  background: transparent;
  color: #567793;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out;
}
.ln-v2-tree__leaf-delete:hover, .ln-v2-tree__leaf-delete:focus-visible {
  color: #fd154a;
}
.ln-v2-tree__leaf:hover .ln-v2-tree__leaf-delete, .ln-v2-tree__leaf:focus-within .ln-v2-tree__leaf-delete {
  opacity: 1;
}
.ln-v2-tree__leaf--active .ln-v2-tree__leaf-delete {
  color: #ffffff;
}
.ln-v2-tree__leaf--active .ln-v2-tree__leaf-delete:hover, .ln-v2-tree__leaf--active .ln-v2-tree__leaf-delete:focus-visible {
  color: #fd154a;
}
.ln-v2-tree__leaf-powerbar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.ln-v2-tree__leaf--inline .ln-v2-tree__leaf-powerbar {
  margin-left: 8px;
  width: auto;
  min-width: 0;
  flex-shrink: 0;
}
.ln-v2-tree__chevron {
  width: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #567793;
  flex-shrink: 0;
  transition: transform 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ln-v2-tree__chevron {
    transition: none;
  }
}
.ln-v2-tree__parent--open > .ln-v2-tree__parent-header .ln-v2-tree__chevron, .ln-v2-tree__category--open > .ln-v2-tree__category-header .ln-v2-tree__chevron {
  transform: rotate(90deg);
}
.ln-v2-tree__loading, .ln-v2-tree__empty {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  color: #666666;
  font-size: 12px;
  font-style: italic;
}

[data-bs-theme=dark] .ln-v2-tree__parent {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
[data-bs-theme=dark] .ln-v2-tree__parent-header {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  color: #567793;
}
[data-bs-theme=dark] .ln-v2-tree__parent-header:hover, [data-bs-theme=dark] .ln-v2-tree__parent-header:focus {
  background: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  outline: none;
}
[data-bs-theme=dark] .ln-v2-tree__parent--focused > .ln-v2-tree__parent-header {
  background-color: #4a6580;
  background-image: none;
  color: #ffffff;
}
[data-bs-theme=dark] .ln-v2-tree__parent--focused > .ln-v2-tree__parent-header .ln-v2-tree__parent-icon,
[data-bs-theme=dark] .ln-v2-tree__parent--focused > .ln-v2-tree__parent-header .ln-v2-tree__chevron {
  color: #ffffff;
}
[data-bs-theme=dark] .ln-v2-tree__parent--focused > .ln-v2-tree__parent-header:hover, [data-bs-theme=dark] .ln-v2-tree__parent--focused > .ln-v2-tree__parent-header:focus {
  background-color: #4a6580;
  background-image: none;
  color: #ffffff;
}
[data-bs-theme=dark] .ln-v2-tree__parent--open:has(.ln-v2-tree__leaf--active):not(.ln-v2-tree__parent--focused) > .ln-v2-tree__parent-header {
  background: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .ln-v2-tree__category:has(.ln-v2-tree__leaf--active) > .ln-v2-tree__category-header {
  background: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .ln-v2-tree__parent-icon {
  color: #567793;
}
[data-bs-theme=dark] .ln-v2-tree__category-header {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  color: #567793;
}
[data-bs-theme=dark] .ln-v2-tree__category-header:hover, [data-bs-theme=dark] .ln-v2-tree__category-header:focus {
  background: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  outline: none;
}
[data-bs-theme=dark] .ln-v2-tree__leaf {
  color: #567793;
}
[data-bs-theme=dark] .ln-v2-tree__leaf:hover, [data-bs-theme=dark] .ln-v2-tree__leaf:focus {
  background-color: rgba(255, 255, 255, 0.08);
}
[data-bs-theme=dark] .ln-v2-tree__leaf--active {
  background-color: #4a6580;
  border-left-color: #4a6580;
  color: #ffffff;
}
[data-bs-theme=dark] .ln-v2-tree__leaf--active:hover, [data-bs-theme=dark] .ln-v2-tree__leaf--active:focus {
  background-color: #4a6580;
  color: #ffffff;
}
[data-bs-theme=dark] .ln-v2-tree__chevron {
  color: #567793;
}
[data-bs-theme=dark] .ln-v2-tree__loading, [data-bs-theme=dark] .ln-v2-tree__empty {
  color: rgba(255, 255, 255, 0.7);
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
/*.ticker-chart-wrapper {
	.ticker-chart-container {
		.chart-details-panel {
			display: flex;
			flex-grow:1;
			height: calc(100% - 40px);
			.list-group {
				.list-group-item {
					font-size: 1em;
					background: transparent;
				}
			}
		}
	}
}*/
.dropdown-item:active {
  color: white !important;
}

[data-bs-theme=dark] .ticker-chart-wrapper .ticker-chart-header .btn-group .btn {
  color: white;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.ticker-chart-wrapper.legacy .ticker-chart-header {
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .ticker-chart-wrapper.legacy .ticker-chart-header {
    padding: 1em 0em 1em 0em !important;
  }
}
.ticker-chart-wrapper.legacy .ticker-chart-header h2 {
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 0;
}
.ticker-chart-wrapper.legacy .ticker-chart-header h2 span {
  font-weight: 600;
}
.ticker-chart-wrapper.legacy .ticker-chart-header h2 b {
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .ticker-chart-wrapper.legacy .ticker-chart-header h2 {
    margin-right: 0em;
    margin-bottom: 0.125em;
  }
}
.ticker-chart-wrapper.legacy .ticker-chart-header .btn-group {
  flex-grow: 1;
}
.ticker-chart-wrapper.legacy .ticker-chart-header .btn-group .btn-check:checked + .btn {
  background: #0089c2;
  color: white;
  opacity: 1;
}
.ticker-chart-wrapper.legacy .ticker-chart-header .btn-group .btn-check:checked + .btn:hover {
  background-color: #0089c2;
}
.ticker-chart-wrapper.legacy .ticker-chart-header .btn-group .btn-check + .btn:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.ticker-chart-wrapper.legacy .ticker-chart-header .btn-group .btn {
  color: #101629;
  background: transparent;
  border-radius: 0.25em !important;
  font-size: 18px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 15px;
  margin: 0 5px;
}
@media screen and (max-width: 576px) {
  .ticker-chart-wrapper.legacy .ticker-chart-header .btn-group .btn {
    padding: 2px 0px !important;
    margin: 0 !important;
  }
}
@media print {
  .ticker-chart-wrapper.legacy .ticker-chart-header {
    margin-bottom: 1em !important;
    justify-content: flex-start !important;
  }
  .ticker-chart-wrapper.legacy .ticker-chart-header h2 {
    font-size: 2em;
    font-weight: 400;
    margin-right: 0;
  }
  .ticker-chart-wrapper.legacy .ticker-chart-header .btn-group {
    flex-grow: 0;
  }
  .ticker-chart-wrapper.legacy .ticker-chart-header .btn-group .btn-check:checked + .btn {
    background: transparent;
    color: #101629;
    font-weight: bold;
    display: flex;
    font-size: 2em;
  }
  .ticker-chart-wrapper.legacy .ticker-chart-header .btn-group .btn-check:checked + .btn:hover {
    background-color: transparent;
  }
  .ticker-chart-wrapper.legacy .ticker-chart-header .btn-group .btn-check + .btn {
    display: none;
  }
}

[data-bs-theme=dark] .ticker-chart-wrapper .ticker-chart-header .btn-group .btn {
  color: white;
}.ticker-mentions {
  scroll-margin-top: 13em;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.ticker-news-story__headline h2 {
  margin: 0;
  max-width: 700px;
  line-height: 1.5;
}
.ticker-news-story__headline h2 a {
  color: inherit;
}
.ticker-news-story__headline h2 a:hover {
  color: #567793;
}
.ticker-news-story__source {
  font-style: italic;
}
.ticker-news-story__date {
  white-space: nowrap;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.ticker-news__footnote {
  font-size: 0.9rem;
  font-weight: 400;
  opacity: 0.9;
  text-align: right;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths *//*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.tile-wrapper {
  align-items: flex-start;
  width: auto;
}

.tile-list__description {
  font-size: 1.125em;
  font-weight: 300;
}
.tile-list__scrollWrapper {
  overflow: scroll;
  -ms-overflow-style: block; /* IE 10+ */
}
.tile-list__scrollWrapper::-webkit-scrollbar {
  display: block;
  width: 6px;
  height: 6px;
}
.tile-list__scrollWrapper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.2);
}
.tile-list__scrollWrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.tile-list__scrollWrapper::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.4);
}
.tile-list__empty-list {
  text-align: center;
  font-size: 1.2em;
  color: #567793;
  padding: 20px 0px 30px;
}

.additional-tiles-link-wrapper {
  height: 150px;
  align-items: center;
  margin-left: 15px;
  justify-content: center;
  display: flex;
}
.additional-tiles-link-wrapper .additional-tile-link {
  font-size: 24px;
  text-decoration: none;
  font-weight: 500;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.tile.list-tile--watchlist {
  height: 280px;
  min-height: 280px;
}

.watchlist-tile {
  display: flex;
  font-size: 1.125em;
  line-height: 1.2;
  padding: 0.36em 0.6em;
  border-radius: 0.5em;
  border: 1px solid rgba(71, 82, 102, 0.15);
  cursor: pointer;
  width: 200px;
  min-width: 200px;
  height: 280px;
  min-height: 280px;
}
.watchlist-tile__header {
  display: flex;
  align-items: center;
  padding: 0.5em 0.33em 0.5em 0.6em;
  position: relative;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  border-radius: 0.25em;
  overflow: hidden;
  background-color: #58355e;
}
.watchlist-tile__heading {
  font-size: 1em;
  font-weight: 400;
}
.watchlist-tile__heading a {
  color: white;
}
.watchlist-tile__delete-btn {
  border: 0 !important;
  font-size: 20px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  height: 30px !important;
  width: 30px !important;
  line-height: 0.5 !important;
  color: white !important;
}
.watchlist-tile__delete-btn:hover a {
  color: #101629;
}
.watchlist-tile__name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.watchlist-tile__price-details {
  border: 1px solid #273040;
  border-radius: 0.33em;
  background-color: rgba(39, 48, 64, 0.05);
}
.watchlist-tile__price-details--up {
  border: 1px solid #13b64d;
  background-color: rgba(19, 182, 77, 0.075);
}
.watchlist-tile__price-details--up .price {
  color: #13b64d;
}
.watchlist-tile__price-details--down {
  border: 1px solid #fd154a;
  background-color: rgba(253, 21, 74, 0.075);
}
.watchlist-tile__price-details--down .price {
  color: #fd154a;
}
.watchlist-tile__details {
  display: block;
}
.watchlist-tile__powerbar {
  display: block;
}
.watchlist-tile:hover {
  background-color: rgba(71, 82, 102, 0.025);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.widget-search-overlay {
  z-index: 99999;
}

.stock-search-result {
  background-color: white;
  width: 100%;
  box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.3);
  padding-block: 0.2em;
  padding-inline: 0.2em;
  border-radius: 0.3em;
}
.stock-search-result__heading {
  color: white;
  padding: 0.75em;
  border-radius: 0.25em 0.25em 0 0;
  background-color: #273040;
  margin-bottom: 0;
  font-size: 13px;
}
.stock-search-result ul {
  list-style: none;
  padding-inline: 0;
  margin-block: 0;
  padding: 0;
}
.stock-search-result ul li.stock-search-result-item {
  padding: 0.5em 1em 0.75em;
  transition: opacity 0.2s ease-in-out;
  border-top: 1px solid rgba(71, 82, 102, 0.15);
  font-size: 1.125em;
  line-height: 1.3;
  display: flex;
}
.stock-search-result ul li.stock-search-result-item a {
  width: 100%;
  color: #101629;
}
.stock-search-result ul li.stock-search-result-item img {
  width: 36px;
  height: 18px;
  margin-right: 0.5em;
}
.stock-search-result ul li.stock-search-result-item h3 {
  font-weight: 800;
  font-size: 1.5em;
  line-height: 1.5;
  margin: 0;
}
.stock-search-result ul li.stock-search-result-item .link-variant-icon {
  margin-left: 8px;
  cursor: pointer;
  padding: 0;
}
.stock-search-result ul li.stock-search-result-item:hover, .stock-search-result ul li.stock-search-result-item.keyboard-active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
}

.stock-search-link {
  max-width: calc(100% - 30px);
}

.stock-search-create-popup {
  top: 30%;
  left: 0;
}

[data-bs-theme=dark] .stock-search-result {
  background-color: #273040;
}
[data-bs-theme=dark] .stock-search-result ul li.stock-search-result-item {
  border-top: 1px solid rgba(255, 255, 255, 0.125);
}
[data-bs-theme=dark] .stock-search-result ul li.stock-search-result-item a {
  color: white;
}
[data-bs-theme=dark] .stock-search-result ul li.stock-search-result-item h3 {
  color: white;
}
[data-bs-theme=dark] .stock-search-result ul li.stock-search-result-item:hover, [data-bs-theme=dark] .stock-search-result ul li.stock-search-result-item.keyboard-active {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
}
/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.ai-chatbot-container .modal {
  z-index: calc(100000001 + 1000) !important;
}
.ai-chatbot-container .modal-backdrop {
  z-index: calc(100000001 + 999) !important;
}

#confirmation-prompt,
#clear-all-confirmation-prompt,
#question-confirmation-prompt {
  z-index: calc(100000001 + 1000) !important;
}
#confirmation-prompt .modal-backdrop,
#clear-all-confirmation-prompt .modal-backdrop,
#question-confirmation-prompt .modal-backdrop {
  z-index: calc(100000001 + 999) !important;
}

.ai-chatbot-resize-border-top,
.ai-chatbot-resize-border-right,
.ai-chatbot-resize-border-bottom,
.ai-chatbot-resize-border-left {
  position: absolute;
  z-index: 10;
  user-select: none;
  touch-action: none;
  transition: all 0.2s ease;
  background: transparent;
}
.ai-chatbot-resize-border-top:hover,
.ai-chatbot-resize-border-right:hover,
.ai-chatbot-resize-border-bottom:hover,
.ai-chatbot-resize-border-left:hover {
  background: rgba(0, 137, 194, 0.5);
}
.ai-chatbot-resize-border-top:active,
.ai-chatbot-resize-border-right:active,
.ai-chatbot-resize-border-bottom:active,
.ai-chatbot-resize-border-left:active {
  background: rgba(0, 137, 194, 0.8);
}

.ai-chatbot-resize-border-top {
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  cursor: ns-resize;
}

.ai-chatbot-resize-border-right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  cursor: ew-resize;
}

.ai-chatbot-resize-border-bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  cursor: ns-resize;
}

.ai-chatbot-resize-border-left {
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  cursor: ew-resize;
}

.ai-chatbot-pinned-container {
  --suggestion-bg: #ffffff;
  --suggestion-text: #101629;
  --suggestion-border: rgba(71, 82, 102, 0.5);
  --suggestion-hover-bg: rgba(86, 119, 147, 0.02);
  --suggestion-hover-text: #567793;
  --suggestion-hover-border: #567793;
  --suggestion-focus-border: #567793;
  position: fixed;
  top: 101px;
  right: 0;
  width: 20vw;
  min-width: 450px;
  max-width: 1000px;
  height: calc(100vh - 100px);
  background: #ffffff;
  border-left: 1px solid rgba(71, 82, 102, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Barlow", sans-serif;
  z-index: 100000001;
  padding: 0.25em 0.25em 0.25em 0.5em;
  box-shadow: -4px 0 16px rgba(0, 0, 0, 0.1);
}
.ai-chatbot-pinned-container .ai-chatbot-input {
  border-radius: 0px;
}
.ai-chatbot-pinned-container.expanded {
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.2);
  border-left-color: #567793;
}
.ai-chatbot-pinned-container.dragging {
  transition: none;
  user-select: none;
  pointer-events: auto;
}
.ai-chatbot-pinned-container.dragging .ai-chatbot-resize-border-top,
.ai-chatbot-pinned-container.dragging .ai-chatbot-resize-border-right,
.ai-chatbot-pinned-container.dragging .ai-chatbot-resize-border-bottom,
.ai-chatbot-pinned-container.dragging .ai-chatbot-resize-border-left {
  background: rgba(86, 119, 147, 0.2);
}
.ai-chatbot-pinned-container.dragging::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(86, 119, 147, 0.05);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .ai-chatbot-pinned-container {
    width: 25vw;
    min-width: 450px;
  }
}
@media (max-width: 768px) {
  .ai-chatbot-pinned-container {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
  }
}

.ai-chatbot-container {
  --suggestion-bg: #ffffff;
  --suggestion-text: #101629;
  --suggestion-border: rgba(71, 82, 102, 0.5);
  --suggestion-hover-bg: rgba(86, 119, 147, 0.02);
  --suggestion-hover-text: #567793;
  --suggestion-hover-border: #567793;
  --suggestion-focus-border: #567793;
  position: fixed;
  z-index: 100000001;
  width: 400px;
  height: 600px;
  min-width: 450px;
  min-height: 500px;
  border-radius: 8px;
  box-shadow: 0 0px 25px rgba(86, 119, 147, 0.8);
  display: flex;
  flex-direction: column;
  overflow: visible;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Barlow", sans-serif;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #40C7FF, #AB3DDA) border-box;
  border: 4px solid transparent;
  padding: 0.5em;
}
.ai-chatbot-container.expanded {
  box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.7);
  border-color: rgba(71, 82, 102, 0.15);
  height: calc(100vh - 127px) !important;
  width: 90vw !important;
}
.ai-chatbot-container.dragging {
  transition: none;
  user-select: none;
  pointer-events: auto;
}
.ai-chatbot-container.dragging .ai-chatbot-resize-border-top,
.ai-chatbot-container.dragging .ai-chatbot-resize-border-right,
.ai-chatbot-container.dragging .ai-chatbot-resize-border-bottom,
.ai-chatbot-container.dragging .ai-chatbot-resize-border-left {
  background: rgba(86, 119, 147, 0.2);
}
.ai-chatbot-container.dragging::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(86, 119, 147, 0.05);
  pointer-events: none;
  z-index: 1;
}
.ai-chatbot-container.bottom-right {
  bottom: 10px;
  right: 25px;
}
.ai-chatbot-container.bottom-left {
  bottom: 20px;
  left: 20px;
}
.ai-chatbot-container.top-right {
  top: 20px;
  right: 20px;
}
.ai-chatbot-container.top-left {
  top: 20px;
  left: 20px;
}
@media (max-width: 768px) {
  .ai-chatbot-container {
    width: calc(100vw - 40px);
    height: calc(100vh - 120px);
    max-width: none;
    max-height: none;
  }
  .ai-chatbot-container.bottom-right, .ai-chatbot-container.bottom-left {
    bottom: 10px;
  }
  .ai-chatbot-container.top-right, .ai-chatbot-container.top-left {
    top: 10px;
  }
}

.ai-chatbot-toggle {
  position: fixed;
  z-index: 100000001;
  bottom: 20px;
  right: 20px;
}
.ai-chatbot-toggle.bottom-right {
  bottom: 20px;
  right: -5px;
}
.ai-chatbot-toggle.bottom-left {
  bottom: 20px;
  left: 20px;
}
.ai-chatbot-toggle.top-right {
  top: 20px;
  right: 20px;
}
.ai-chatbot-toggle.top-left {
  top: 20px;
  left: 20px;
}
@media (max-width: 768px) {
  .ai-chatbot-toggle.bottom-right, .ai-chatbot-toggle.bottom-left {
    bottom: 10px;
  }
  .ai-chatbot-toggle.top-right, .ai-chatbot-toggle.top-left {
    top: 10px;
  }
}

.ai-chatbot-toggle-btn {
  width: 72px;
  min-width: 62px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 25px rgba(86, 119, 147, 0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(180deg, #2DD8FF 7%, #9E51F6 61%, #FF41FF 125%);
  outline: 5px solid #273040;
  border: none !important;
}
.ai-chatbot-toggle-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0px 25px rgba(86, 119, 147, 0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 80px;
}
.ai-chatbot-toggle--peek {
  width: 82px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ai-chatbot-toggle--peek .ai-chatbot-toggle-peek-tab {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #2DD8FF 0%, #9E51F6 60%, #FF41FF 120%);
  color: #fff;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 2px 12px rgba(86, 119, 147, 0.35);
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ai-chatbot-toggle--peek .ai-chatbot-toggle-peek-tab svg {
  transition: transform 0.2s ease;
}
.ai-chatbot-toggle--peek .ai-chatbot-toggle-btn {
  transform: translateX(110%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}
.ai-chatbot-toggle--peek:hover .ai-chatbot-toggle-peek-tab, .ai-chatbot-toggle--peek:focus-within .ai-chatbot-toggle-peek-tab {
  opacity: 0;
  transform: translateY(-50%) translateX(40px);
  pointer-events: none;
}
.ai-chatbot-toggle--peek:hover .ai-chatbot-toggle-btn, .ai-chatbot-toggle--peek:focus-within .ai-chatbot-toggle-btn {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.ai-chatbot-toggle--peek.bottom-left, .ai-chatbot-toggle--peek.top-left {
  justify-content: flex-start;
}
.ai-chatbot-toggle--peek.bottom-left .ai-chatbot-toggle-peek-tab, .ai-chatbot-toggle--peek.top-left .ai-chatbot-toggle-peek-tab {
  right: auto;
  left: 0;
  border-radius: 0 8px 8px 0;
}
.ai-chatbot-toggle--peek.bottom-left .ai-chatbot-toggle-peek-tab svg, .ai-chatbot-toggle--peek.top-left .ai-chatbot-toggle-peek-tab svg {
  transform: rotate(180deg);
}
.ai-chatbot-toggle--peek.bottom-left .ai-chatbot-toggle-btn, .ai-chatbot-toggle--peek.top-left .ai-chatbot-toggle-btn {
  transform: translateX(-110%);
}
.ai-chatbot-toggle--peek.bottom-left:hover .ai-chatbot-toggle-peek-tab, .ai-chatbot-toggle--peek.bottom-left:focus-within .ai-chatbot-toggle-peek-tab, .ai-chatbot-toggle--peek.top-left:hover .ai-chatbot-toggle-peek-tab, .ai-chatbot-toggle--peek.top-left:focus-within .ai-chatbot-toggle-peek-tab {
  transform: translateY(-50%) translateX(-40px);
}
.ai-chatbot-toggle--peek.bottom-left:hover .ai-chatbot-toggle-btn, .ai-chatbot-toggle--peek.bottom-left:focus-within .ai-chatbot-toggle-btn, .ai-chatbot-toggle--peek.top-left:hover .ai-chatbot-toggle-btn, .ai-chatbot-toggle--peek.top-left:focus-within .ai-chatbot-toggle-btn {
  transform: translateX(0);
}

.dark-mode-logo {
  display: none;
}

.light-mode-logo {
  display: block;
}

.ai-chatbot-header {
  background: #273040;
  color: #ffffff;
  padding: 0.5em 0.5em 0.5em 1em;
  border-radius: 6px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.ai-chatbot-header .ai-chatbot-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ai-chatbot-header .ai-chatbot-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
  flex: 1;
  white-space: nowrap;
}
.ai-chatbot-header .ai-chatbot-action-btn {
  color: rgba(255, 255, 255, 0.8) !important;
}
.ai-chatbot-header .ai-chatbot-action-btn:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1);
}
.ai-chatbot-pinned-container .ai-chatbot-header {
  border-radius: 0;
}

.ai-chatbot-connection-status {
  margin-left: 8px;
  display: flex;
  align-items: center;
}

.ai-chatbot-connection-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
}
.ai-chatbot-connection-icon.connected {
  color: #0089c2;
}
.ai-chatbot-connection-icon.disconnected {
  color: #666666;
}
.ai-chatbot-connection-icon.reconnecting {
  color: #aca06d;
}

.ai-chatbot-actions {
  display: flex;
  gap: 8px;
}

.ai-chatbot-action-btn {
  color: #ffffff !important;
  padding: 4px 8px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
.ai-chatbot-action-btn:hover {
  background-color: rgba(255, 255, 255, 0.31) !important;
}
.ai-chatbot-action-btn:focus {
  box-shadow: none;
}

.ai-chatbot-options {
  display: flex;
  width: 100%;
  padding: 12px 16px 12px 0px;
  border-bottom: 1px solid rgba(71, 82, 102, 0.3);
}
.ai-chatbot-options .ai-chatbot-option-btn {
  color: #567793;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: none;
  display: flex;
  align-items: center;
}
.ai-chatbot-options .ai-chatbot-option-btn:hover {
  background: rgba(86, 119, 147, 0.1);
  color: #567793;
  text-decoration: none;
}
.ai-chatbot-options .ai-chatbot-option-btn:focus {
  outline: none;
  text-decoration: none;
}
.ai-chatbot-options .ai-chatbot-option-btn:active {
  text-decoration: none;
}
.ai-chatbot-options .ai-chatbot-zoom-controls {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
}
.ai-chatbot-options .ai-chatbot-zoom-btn {
  background: transparent;
  border: 1px solid rgba(71, 82, 102, 0.15);
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #567793;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-chatbot-options .ai-chatbot-zoom-btn:hover {
  background: #567793;
  color: white;
  border-color: #567793;
}
.ai-chatbot-options .ai-chatbot-zoom-btn:active {
  background: rgb(67.1759656652, 92.9527896996, 114.8240343348);
  color: white;
}
.ai-chatbot-options .ai-chatbot-zoom-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: transparent;
  color: #ffffff;
  border-color: rgba(71, 82, 102, 0.15);
}
[data-bs-theme=dark] .ai-chatbot-options .ai-chatbot-zoom-btn {
  color: #ffffff;
  border-color: rgba(71, 82, 102, 0.15);
}
[data-bs-theme=dark] .ai-chatbot-options .ai-chatbot-zoom-btn:hover {
  background: #567793;
  color: white;
  border-color: #567793;
}
[data-bs-theme=dark] .ai-chatbot-options .ai-chatbot-zoom-btn:active {
  background: rgb(67.1759656652, 92.9527896996, 114.8240343348);
  color: white;
}
[data-bs-theme=dark] .ai-chatbot-options .ai-chatbot-zoom-btn:disabled {
  color: #ffffff;
  border-color: rgba(71, 82, 102, 0.15);
}

.ai-chatbot-options .ai-chatbot-zoom-separator {
  width: 1px;
  height: 16px;
  background: rgba(71, 82, 102, 0.15);
  margin: 0 2px;
}
[data-bs-theme=dark] .ai-chatbot-options .ai-chatbot-zoom-separator {
  background: rgba(71, 82, 102, 0.15);
}

.ai-chatbot-messages {
  flex: 1;
  overflow-y: auto;
  padding: 0.5em 0.25em;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #101629;
}
.ai-chatbot-messages:has(.ai-chatbot-history) {
  padding: 0.5em 0em 0.5em;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  margin-top: -0.5em;
}
.ai-chatbot-messages:has(.ai-chatbot-welcome) {
  padding: 0em 1em;
  overflow: hidden;
  align-items: center;
}
.ai-chatbot-messages .ai-chatbot-history {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-conversation-item-row {
  display: flex;
  align-items: center;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-conversation-item-row .ai-chatbot-conversation-item {
  width: 100%;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-conversation-item-row .ai-chatbot-conversation-more-action {
  margin-right: 10px;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-conversation-item-row .ai-chatbot-conversation-more-action .ai-chatbot-conversation-more-action-icon {
  cursor: pointer;
  background: unset;
  border: unset;
  color: unset;
  padding: 0;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-conversation-item-row .ai-chatbot-conversation-more-action .ai-chatbot-conversation-more-action-icon::after {
  display: none;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-conversation-item-row .ai-chatbot-conversation-more-action .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-conversation-item-row .ai-chatbot-conversation-more-action .dropdown-menu .dropdown-item .x-circle {
  color: #567793;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-history-list {
  border: 1px solid rgba(71, 82, 102, 0.15);
  border-radius: 6px;
  overflow: scroll;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-history-list .ai-chatbot-history-item {
  padding: 0.75em 1.5em;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
  cursor: pointer;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-history-list .ai-chatbot-history-item:hover {
  background-color: hsl(207.5409836066, 26.1802575107%, 115.6862745098%);
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-conversation-item {
  margin: 8px 12px;
  background-color: white;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-conversation-item .ai-chatbot-history-item-content {
  position: relative;
  z-index: 1;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-conversation-item .ai-chatbot-history-item-content .ai-chatbot-history-item-title {
  font-size: 1.125em;
  cursor: pointer;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-conversation-item .ai-chatbot-history-item-content .ai-chatbot-history-item-meta {
  font-size: 14px;
  color: #567793;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-conversation-indicator {
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: all 0.2s ease;
  z-index: 2;
  border: 1px solid rgba(71, 82, 102, 0.8);
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-conversation-indicator:hover {
  background: rgba(86, 119, 147, 0.8);
  color: #ffffff;
  opacity: 1;
  border-color: #567793;
}
.ai-chatbot-messages .ai-chatbot-history .saved-question-delete-icon {
  top: 24px;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-history-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-history-empty .ai-chatbot-history-icon {
  color: #0089c2;
  margin: 24px 0 16px;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-history-empty h2 {
  font-weight: 400;
  margin-bottom: 8px;
  color: #273040;
}
.ai-chatbot-messages .ai-chatbot-history .ai-chatbot-history-empty p {
  margin-bottom: 30px;
  font-size: 14px !important;
  line-height: 1.4;
  color: #273040;
}
.ai-chatbot-messages .ai-chatbot-message {
  display: flex;
  margin-bottom: 4px;
  align-items: center;
}
.ai-chatbot-messages .ai-chatbot-message.user {
  justify-content: flex-end;
}
.ai-chatbot-messages .ai-chatbot-message.user .ai-chatbot-message-content {
  background: #567793;
  color: #ffffff;
  border-radius: 16px 16px 4px 16px !important;
  max-width: 85%;
}
.ai-chatbot-messages .ai-chatbot-message.user .ai-chatbot-message-time {
  margin-right: 10px;
  white-space: nowrap;
  cursor: pointer;
}
.ai-chatbot-messages .ai-chatbot-message.assistant {
  justify-content: flex-end !important;
  flex-direction: row-reverse;
}
.ai-chatbot-messages .ai-chatbot-message.assistant .ai-chatbot-message-content {
  background: #ffffff;
  color: #273040;
  border: 1.5px solid #0089c2;
  border-radius: 16px 16px 16px 4px !important;
  max-width: 85%;
}
.ai-chatbot-messages .ai-chatbot-message.assistant .ai-chatbot-message-time {
  margin-left: 10px;
}
.ai-chatbot-messages .ai-chatbot-message.assistant.error .ai-chatbot-message-content {
  background: #fd154a;
  color: #ffffff;
  border-color: #fd154a;
}
.ai-chatbot-messages .ai-chatbot-message.system {
  justify-content: center;
}
.ai-chatbot-messages .ai-chatbot-message.system .ai-chatbot-message-content {
  background: rgba(71, 82, 102, 0.05);
  color: #567793;
  border: 1px solid rgba(71, 82, 102, 0.15);
  border-radius: 12px !important;
  max-width: 90%;
  font-style: italic;
  font-size: 14px;
  padding: 8px 12px;
}
.ai-chatbot-messages .ai-chatbot-message.system .ai-chatbot-message-time {
  display: none;
}
.ai-chatbot-messages .ai-chatbot-message.error .ai-chatbot-message-content {
  background: #fd154a;
  color: #ffffff;
  border-color: #fd154a;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-message-content {
  padding: 12px 16px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.4;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-message-text {
  margin-bottom: 4px;
  font-size: 16px !important;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown {
  line-height: 1.6;
  color: inherit;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown * {
  white-space: normal;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown p, .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown div, .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown span, .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown li, .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown td, .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown th {
  white-space: normal;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown p:empty,
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown div:empty {
  display: none;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown h1, .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown h2, .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown h3, .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown h4, .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown h5, .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown h6 {
  margin: 12px 0 6px 0;
  font-weight: 600;
  line-height: 1.3;
  color: inherit;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown h1 {
  font-size: 1.5em;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown h2 {
  font-size: 1.3em;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown h3 {
  font-size: 1.2em;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown h4 {
  font-size: 1.1em;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown h5 {
  font-size: 1em;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown h6 {
  font-size: 0.9em;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown p {
  margin: 4px 0;
  line-height: 1.6;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown ul, .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown ol {
  margin: 6px 0;
  padding-left: 20px;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown li {
  margin: 4px 0;
  line-height: 1.5;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown pre {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 12px;
  margin: 8px 0;
  overflow-x: auto;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.9em;
  line-height: 1.4;
  white-space: pre;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown code {
  background: rgba(0, 0, 0, 0.05);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.9em;
  white-space: nowrap;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown p code {
  background: rgba(0, 0, 0, 0.05);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.9em;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown blockquote {
  border-left: 4px solid #007bff;
  margin: 8px 0;
  padding: 8px 16px;
  background: rgba(0, 123, 255, 0.05);
  border-radius: 0 6px 6px 0;
  font-style: italic;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown table {
  border-collapse: collapse;
  width: 100%;
  margin: 8px 0;
  font-size: 0.9em;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown th, .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  text-align: left;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown th {
  background: rgba(0, 0, 0, 0.05);
  font-weight: 600;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown a {
  color: #007bff;
  text-decoration: none;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown a:hover {
  text-decoration: underline;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown strong {
  font-weight: 600;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown em {
  font-style: italic;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 12px 0;
}
@media (prefers-color-scheme: dark) {
  .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown pre, .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown code {
    background: rgba(255, 255, 255, 0.1);
  }
  .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown blockquote {
    background: rgba(255, 255, 255, 0.05);
    border-left-color: #007bff;
  }
  .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown table th, .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown table td {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown table th {
    background: rgba(255, 255, 255, 0.1);
  }
  .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-markdown hr {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-message-feedback {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  justify-content: flex-start;
  padding: 10px;
  border: 1px solid rgba(71, 82, 102, 0.15);
  position: relative;
  animation: fadeInFeedback 0.3s ease-in-out;
  border-radius: 8px;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-message-feedback .ai-chatbot-more-options-btn {
  background: unset;
  color: #567793;
  border-radius: 6px;
  border: 1px solid rgba(71, 82, 102, 0.6);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  height: 100%;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-message-feedback .ai-chatbot-more-options-btn:hover {
  transform: translateY(-1px);
}
@keyframes fadeInFeedback {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn {
  color: #567793;
  padding: 20px 8px;
  border-radius: 6px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.9;
  border: 1px solid rgba(71, 82, 102, 0.6);
  background: #ffffff;
  font-weight: 500;
  min-width: 40px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  color: #13b64d;
  border-color: rgba(19, 182, 77, 0.5);
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn.feedback-like-btn {
  color: #13b64d;
  border-color: rgba(19, 182, 77, 0.5);
  margin-left: auto;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn.feedback-like-btn:hover {
  background: rgba(19, 182, 77, 0.1) !important;
  color: #13b64d;
  border-color: rgba(19, 182, 77, 0.5);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(19, 182, 77, 0.2);
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn.feedback-like-btn.active {
  opacity: 1;
  color: #ffffff;
  background: #13b64d !important;
  border-color: #13b64d;
  box-shadow: 0 2px 8px rgba(19, 182, 77, 0.4);
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn.feedback-dislike-btn {
  color: #fd154a;
  border-color: rgba(253, 21, 74, 0.5);
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn.feedback-dislike-btn:hover {
  background: rgba(253, 21, 74, 0.1) !important;
  color: #fd154a;
  border-color: rgba(253, 21, 74, 0.5);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(19, 182, 77, 0.2);
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn.feedback-dislike-btn.active {
  color: #ffffff;
  background: #fd154a !important;
  border-color: #fd154a;
  box-shadow: 0 2px 8px rgba(253, 21, 74, 0.4);
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn:hover, .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn:focus, .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn:active, .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn:visited {
  text-decoration: none;
  text-transform: none;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn svg {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
@media (max-width: 480px) {
  .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn {
    min-width: 40px;
    padding: 8px 12px;
    gap: 0;
  }
  .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn::after {
    display: none;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn {
    padding: 8px 14px;
    min-width: 44px;
    gap: 4px;
  }
  .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn::after {
    font-size: 11px;
    margin-left: 4px;
  }
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(19, 182, 77, 0.4);
  border-color: #13b64d;
}
@media (prefers-color-scheme: dark) {
  .ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn:focus {
    box-shadow: 0 0 0 3px rgba(19, 182, 77, 0.6);
  }
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-feedback-btn:active {
  transform: translateY(0);
  transition: transform 0.1s ease;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-message-time {
  font-size: 12px;
  opacity: 0.5;
  font-weight: 400;
  text-align: right;
}
.ai-chatbot-messages .ai-chatbot-message .ai-chatbot-streaming-indicator {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}
.ai-chatbot-messages .ai-chatbot-message-timestamp {
  margin-top: -10px;
  margin-bottom: 0;
}
.ai-chatbot-messages .ai-chatbot-message-timestamp.assistant {
  flex-direction: initial;
  max-width: 85%;
}
.ai-chatbot-messages .ai-chatbot-welcome {
  text-align: center;
  padding: 20px 25px 0px;
  color: #567793;
  position: relative;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ai-chatbot-messages .ai-chatbot-welcome .ai-chatbot-welcome-icon {
  color: #0089c2;
  margin: 8px 0 16px;
  transition: all 0.3s ease;
}
.ai-chatbot-messages .ai-chatbot-welcome .ai-chatbot-welcome-icon:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.ai-chatbot-messages .ai-chatbot-welcome .logo {
  margin: 0px 0 20px;
  width: 290px;
}
.ai-chatbot-messages .ai-chatbot-welcome h2 {
  font-weight: 400;
  margin-bottom: 8px;
  color: #273040;
  font-size: 1.5rem;
  line-height: 1.2;
}
.ai-chatbot-messages .ai-chatbot-welcome p {
  font-size: 15px !important;
  line-height: 1.4;
  color: #273040;
  opacity: 0.8;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.ai-chatbot-messages .ai-chatbot-welcome .ai-chatbot-welcome-disclaimer {
  color: #273040;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-chatbot-messages .ai-chatbot-welcome .ai-chatbot-welcome-disclaimer .disclaimer-link {
  padding-left: 4px;
}
.ai-chatbot-messages .ai-chatbot-suggestions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 10px 0;
}
.ai-chatbot-messages .ai-chatbot-suggestions .suggestion-btn {
  border: 1px solid rgba(71, 82, 102, 0.5);
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3;
  text-align: left;
  transition: all 0.2s ease;
  background: var(--suggestion-bg, #ffffff);
  color: var(--suggestion-text, #101629);
  border-color: var(--suggestion-border, rgba(71, 82, 102, 0.5));
  font-weight: 500;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.ai-chatbot-messages .ai-chatbot-suggestions .suggestion-btn:hover {
  border-color: var(--suggestion-hover-border, #567793);
  background: #567793;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(86, 119, 147, 0.1);
}
.ai-chatbot-messages .ai-chatbot-suggestions .suggestion-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(86, 119, 147, 0.15);
}
.ai-chatbot-messages .ai-chatbot-suggestions .suggestion-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(86, 119, 147, 0.2);
  border-color: var(--suggestion-focus-border, #567793);
}
.ai-chatbot-messages .ai-chatbot-suggestions .suggestion-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.ai-chatbot-messages .ai-chatbot-suggestions .suggestion-btn:hover::before {
  opacity: 1;
}
.ai-chatbot-messages .ai-chatbot-suggestions .suggestion-btn:last-child {
  margin-bottom: 8px;
}
.ai-chatbot-messages .ai-chatbot-history-list {
  padding: 8px 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(71, 82, 102, 0.5) transparent;
}
.ai-chatbot-messages .ai-chatbot-history-list::-webkit-scrollbar {
  width: 6px;
}
.ai-chatbot-messages .ai-chatbot-history-list::-webkit-scrollbar-track {
  background: transparent;
}
.ai-chatbot-messages .ai-chatbot-history-list::-webkit-scrollbar-thumb {
  background: rgba(71, 82, 102, 0.5);
  border-radius: 3px;
}
.ai-chatbot-messages .ai-chatbot-history-list::-webkit-scrollbar-thumb:hover {
  background: rgba(71, 82, 102, 0.7);
}
.ai-chatbot-messages .ai-chatbot-history-list .ai-chatbot-conversation-item {
  animation: slideInConversation 0.3s ease-out;
  animation-fill-mode: both;
}
.ai-chatbot-messages .ai-chatbot-history-list .ai-chatbot-conversation-item:nth-child(1) {
  animation-delay: 0.05s;
}
.ai-chatbot-messages .ai-chatbot-history-list .ai-chatbot-conversation-item:nth-child(2) {
  animation-delay: 0.1s;
}
.ai-chatbot-messages .ai-chatbot-history-list .ai-chatbot-conversation-item:nth-child(3) {
  animation-delay: 0.15s;
}
.ai-chatbot-messages .ai-chatbot-history-list .ai-chatbot-conversation-item:nth-child(4) {
  animation-delay: 0.2s;
}
.ai-chatbot-messages .ai-chatbot-history-list .ai-chatbot-conversation-item:nth-child(5) {
  animation-delay: 0.25s;
}
.ai-chatbot-messages .ai-chatbot-history-list .ai-chatbot-conversation-item:nth-child(6) {
  animation-delay: 0.3s;
}
.ai-chatbot-messages .ai-chatbot-history-list .ai-chatbot-conversation-item:nth-child(7) {
  animation-delay: 0.35s;
}
.ai-chatbot-messages .ai-chatbot-history-list .ai-chatbot-conversation-item:nth-child(8) {
  animation-delay: 0.4s;
}
.ai-chatbot-messages .ai-chatbot-history-list .ai-chatbot-conversation-item:nth-child(9) {
  animation-delay: 0.45s;
}
.ai-chatbot-messages .ai-chatbot-history-list .ai-chatbot-conversation-item:nth-child(10) {
  animation-delay: 0.5s;
}
.ai-chatbot-messages .ai-chatbot-history-list .show-more-btn-row {
  text-align: center;
  margin: 12px 0 4px;
}
.ai-chatbot-messages .ai-chatbot-history-list .show-more-btn-row .show-more-btn {
  color: #567793;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
  text-align: center;
  cursor: pointer;
}
.ai-chatbot-messages .ai-chatbot-history-list .show-more-btn-row .show-more-btn:hover {
  background: rgba(86, 119, 147, 0.1);
  color: #567793;
  text-decoration: none;
}
.ai-chatbot-messages .ai-chatbot-history-item-content {
  position: relative;
  z-index: 1;
}
.ai-chatbot-messages .ai-chatbot-history-item-meta {
  font-size: 12px;
  color: #567793;
  opacity: 0.8;
}
.ai-chatbot-messages .ai-chatbot-history-item-meta .me-auto {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ai-chatbot-messages .ai-chatbot-history-item-meta .me-auto::before {
  content: "💬";
  font-size: 10px;
  opacity: 0.7;
}
.ai-chatbot-messages .ai-chatbot-history-item-meta span:last-child {
  font-weight: 500;
  color: #567793;
}
.ai-chatbot-messages .ai-chatbot-history-empty {
  text-align: center;
  padding: 40px 20px;
  color: #567793;
}
.ai-chatbot-messages .ai-chatbot-history-empty .ai-chatbot-history-icon {
  color: rgba(71, 82, 102, 0.15);
  margin-bottom: 16px;
  opacity: 0.6;
}
.ai-chatbot-messages .ai-chatbot-history-empty h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #567793;
}
.ai-chatbot-messages .ai-chatbot-history-empty p {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.8;
}
.ai-chatbot-messages .ai-chatbot-conversation-item {
  margin: 4px 8px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(71, 82, 102, 0.3);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.ai-chatbot-messages .ai-chatbot-conversation-item:hover {
  background: rgba(86, 119, 147, 0.02);
  border-color: rgba(86, 119, 147, 0.2);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(86, 119, 147, 0.08);
}
.ai-chatbot-messages .ai-chatbot-conversation-item.active {
  background: rgba(86, 119, 147, 0.08);
  border-color: #567793;
  box-shadow: 0 4px 16px rgba(86, 119, 147, 0.15);
}
.ai-chatbot-messages .ai-chatbot-conversation-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #567793;
  border-radius: 0 2px 2px 0;
}
.ai-chatbot-messages .ai-chatbot-conversation-item:active {
  transform: translateY(0);
  transition: transform 0.1s ease;
}
.ai-chatbot-messages .ai-chatbot-conversation-indicator {
  position: absolute;
  top: 8px;
  right: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: all 0.2s ease;
  z-index: 2;
  border: 1px solid rgba(71, 82, 102, 0.8);
}
.ai-chatbot-messages .ai-chatbot-conversation-indicator:hover {
  background: rgba(71, 82, 102, 0.8);
  color: #ffffff;
  opacity: 1;
}
@keyframes slideInConversation {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.ai-chatbot-messages::-webkit-scrollbar {
  width: 6px;
}
.ai-chatbot-messages::-webkit-scrollbar-track {
  background: transparent;
}
.ai-chatbot-messages::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.ai-chatbot-messages::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

.ai-chatbot-typing {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #567793;
}
.ai-chatbot-typing .spinner-border {
  width: 16px;
  height: 16px;
}

.ai-chatbot-input {
  padding: 14px;
  background: #273040;
  border-radius: 8px;
  flex-shrink: 0;
  color: #ffffff;
}
.ai-chatbot-input .input-group {
  padding: 2px;
  background: white;
  border-radius: 8px;
}
.ai-chatbot-input .input-group .ai-chatbot-input-field {
  border-radius: 8px 0 0 8px;
  border: 0px solid rgba(71, 82, 102, 0.15);
  padding: 0.25em;
  font-size: 16px;
}
.ai-chatbot-input .input-group .ai-chatbot-input-field::placeholder {
  font-size: 16px;
}
.ai-chatbot-input .input-group .ai-chatbot-input-field:focus {
  border-color: #0089c2;
  outline: none;
}
.ai-chatbot-input .input-group .ai-chatbot-ai-btn {
  border: 0;
  padding: 0 0 0 0.5em;
  color: #1199ff;
  background: transparent;
}
.ai-chatbot-input .input-group .ai-chatbot-ai-btn:disabled {
  background: #475266;
  border-color: #475266;
  opacity: 1;
}
.ai-chatbot-input .input-group .ai-chatbot-send-btn {
  border-radius: 0 8px 8px 0;
  border: 0px solid #567793;
  background: linear-gradient(173deg, #86D9FF 0%, #40C7FF 41%, #5800DC 140%);
  padding: 0.75em;
  transition: all 0.2s ease;
}
.ai-chatbot-input .input-group .ai-chatbot-send-btn svg {
  width: 24px;
  height: 24px;
}
.ai-chatbot-input .input-group .ai-chatbot-send-btn:hover {
  background: rgb(0, 100.9845360825, 143);
}
.ai-chatbot-input .input-group .ai-chatbot-send-btn:disabled {
  background: rgba(71, 82, 102, 0.2);
  border-color: #475266;
  opacity: 0.6;
}

.ai-chatbot-footer {
  display: none;
  padding: 0.5em 1em 0.25em;
  text-align: center;
  flex-shrink: 0;
  color: #101629;
}
.ai-chatbot-footer .ai-chatbot-clear-btn {
  color: #567793 !important;
  font-size: 12px !important;
  text-decoration: none !important;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.ai-chatbot-footer .ai-chatbot-clear-btn:hover {
  background: rgba(86, 119, 147, 0.1);
}

@media screen and (max-height: 767px) {
  .ai-chatbot-container.bottom-right {
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
  }
}
.ai-chatbot-container {
  animation: slideIn 0.3s ease-out;
}

.ai-chatbot-pinned-container {
  animation: slideInRight 0.3s ease-out;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.ai-chatbot-toggle-btn {
  animation: bounceIn 0.5s ease-out;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.ai-chatbot-container[aria-hidden=true],
.ai-chatbot-pinned-container[aria-hidden=true] {
  display: none;
}

@media (prefers-contrast: high) {
  .ai-chatbot-container,
  .ai-chatbot-pinned-container {
    border: 2px solid #273040;
  }
  .ai-chatbot-message.assistant .ai-chatbot-message-content {
    border: 2px solid #273040;
  }
  .ai-chatbot-input-field {
    border: 2px solid #273040;
  }
  .ai-chatbot-resize-border-top,
  .ai-chatbot-resize-border-right,
  .ai-chatbot-resize-border-bottom,
  .ai-chatbot-resize-border-left {
    border: 1px solid #273040;
  }
  .ai-chatbot-feedback-btn {
    border: 1px solid #273040;
  }
  .ai-chatbot-feedback-btn:hover {
    border-color: #567793;
    background: rgba(86, 119, 147, 0.2);
  }
  .ai-chatbot-feedback-btn.active {
    border-color: #567793;
    background: rgba(86, 119, 147, 0.3);
  }
  .ai-chatbot-feedback-btn.active[title*=Dislike] {
    border-color: #fd154a;
    background: rgba(253, 21, 74, 0.3);
  }
}
.ai-chatbot-access-denied {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100000001;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0px 25px rgba(86, 119, 147, 0.8);
  border: 1px solid rgba(71, 82, 102, 0.15);
  padding: 16px;
  max-width: 300px;
  font-family: "Barlow", sans-serif;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ai-chatbot-access-denied:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.ai-chatbot-access-denied .ai-chatbot-access-denied-content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.ai-chatbot-access-denied .ai-chatbot-access-denied-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #567793 0%, rgb(67.1759656652, 92.9527896996, 114.8240343348) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.ai-chatbot-access-denied .ai-chatbot-access-denied-text {
  flex: 1;
  min-width: 0;
}
.ai-chatbot-access-denied .ai-chatbot-access-denied-text h6 {
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: 600;
  color: #273040;
  line-height: 1.2;
}
.ai-chatbot-access-denied .ai-chatbot-access-denied-text p {
  margin: 0 0 8px 0;
  font-size: 13px;
  color: #567793;
  line-height: 1.4;
}
.ai-chatbot-access-denied .ai-chatbot-access-denied-text small {
  font-size: 11px;
  color: #666666;
  line-height: 1.3;
}
[data-bs-theme=dark] .ai-chatbot-access-denied {
  background: #273040;
  border-color: rgba(71, 82, 102, 0.15);
  color: rgba(71, 82, 102, 0.05);
}
[data-bs-theme=dark] .ai-chatbot-access-denied .ai-chatbot-access-denied-text h6 {
  color: #ffffff;
}
[data-bs-theme=dark] .ai-chatbot-access-denied .ai-chatbot-access-denied-text p {
  color: #cccccc;
}
[data-bs-theme=dark] .ai-chatbot-access-denied .ai-chatbot-access-denied-text small {
  color: #666666;
}

.ai-chatbot-text-zoom * {
  transition: font-size 0.2s ease;
}
.ai-chatbot-text-zoom--smaller {
  font-size: 0.75rem;
}
.ai-chatbot-text-zoom--smaller .ai-chatbot-message-text {
  font-size: 0.65625rem;
}
.ai-chatbot-text-zoom--smaller .ai-chatbot-input-field {
  font-size: 0.65625rem;
}
.ai-chatbot-text-zoom--smaller .ai-chatbot-input-field::placeholder {
  font-size: 0.65625rem;
}
.ai-chatbot-text-zoom--smaller .ai-chatbot-suggestion-btn {
  font-size: 0.5625rem;
}
.ai-chatbot-text-zoom--smaller .ai-chatbot-history-item {
  font-size: 0.65625rem;
}
.ai-chatbot-text-zoom--smaller .ai-chatbot-header-title {
  font-size: 0.75rem;
}
.ai-chatbot-text-zoom--smaller .ai-chatbot-welcome h6 {
  font-size: 0.84375rem;
}
.ai-chatbot-text-zoom--smaller .ai-chatbot-welcome p {
  font-size: 0.65625rem;
}
.ai-chatbot-text-zoom--smaller .ai-chatbot-history-header h6 {
  font-size: 0.75rem;
}
.ai-chatbot-text-zoom--smaller .ai-chatbot-history-item-title {
  font-size: 0.65625rem;
}
.ai-chatbot-text-zoom--smaller .ai-chatbot-history-item-meta {
  font-size: 0.5625rem;
}
.ai-chatbot-text-zoom--smaller .ai-chatbot-message-time {
  font-size: 0.5625rem;
}
.ai-chatbot-text-zoom--smaller .ai-chatbot-clear-btn {
  font-size: 0.5625rem;
}
.ai-chatbot-text-zoom--smaller .ai-chatbot-typing {
  font-size: 0.65625rem;
}
.ai-chatbot-text-zoom--small {
  font-size: 0.875rem;
}
.ai-chatbot-text-zoom--small .ai-chatbot-message-text {
  font-size: 0.765625rem;
}
.ai-chatbot-text-zoom--small .ai-chatbot-input-field {
  font-size: 0.765625rem;
}
.ai-chatbot-text-zoom--small .ai-chatbot-input-field::placeholder {
  font-size: 0.765625rem;
}
.ai-chatbot-text-zoom--small .ai-chatbot-suggestion-btn {
  font-size: 0.65625rem;
}
.ai-chatbot-text-zoom--small .ai-chatbot-history-item {
  font-size: 0.765625rem;
}
.ai-chatbot-text-zoom--small .ai-chatbot-header-title {
  font-size: 0.875rem;
}
.ai-chatbot-text-zoom--small .ai-chatbot-welcome h6 {
  font-size: 0.984375rem;
}
.ai-chatbot-text-zoom--small .ai-chatbot-welcome p {
  font-size: 0.765625rem;
}
.ai-chatbot-text-zoom--small .ai-chatbot-history-header h6 {
  font-size: 0.875rem;
}
.ai-chatbot-text-zoom--small .ai-chatbot-history-item-title {
  font-size: 0.765625rem;
}
.ai-chatbot-text-zoom--small .ai-chatbot-history-item-meta {
  font-size: 0.65625rem;
}
.ai-chatbot-text-zoom--small .ai-chatbot-message-time {
  font-size: 0.65625rem;
}
.ai-chatbot-text-zoom--small .ai-chatbot-clear-btn {
  font-size: 0.65625rem;
}
.ai-chatbot-text-zoom--small .ai-chatbot-typing {
  font-size: 0.765625rem;
}
.ai-chatbot-text-zoom--normal {
  font-size: 1rem;
}
.ai-chatbot-text-zoom--normal .ai-chatbot-message-text {
  font-size: 0.875rem;
}
.ai-chatbot-text-zoom--normal .ai-chatbot-input-field {
  font-size: 0.875rem;
}
.ai-chatbot-text-zoom--normal .ai-chatbot-input-field::placeholder {
  font-size: 0.875rem;
}
.ai-chatbot-text-zoom--normal .ai-chatbot-suggestion-btn {
  font-size: 0.75rem;
}
.ai-chatbot-text-zoom--normal .ai-chatbot-history-item {
  font-size: 0.875rem;
}
.ai-chatbot-text-zoom--normal .ai-chatbot-header-title {
  font-size: 1rem;
}
.ai-chatbot-text-zoom--normal .ai-chatbot-welcome h6 {
  font-size: 1.125rem;
}
.ai-chatbot-text-zoom--normal .ai-chatbot-welcome p {
  font-size: 0.875rem;
}
.ai-chatbot-text-zoom--normal .ai-chatbot-history-header h6 {
  font-size: 1rem;
}
.ai-chatbot-text-zoom--normal .ai-chatbot-history-item-title {
  font-size: 0.875rem;
}
.ai-chatbot-text-zoom--normal .ai-chatbot-history-item-meta {
  font-size: 0.75rem;
}
.ai-chatbot-text-zoom--normal .ai-chatbot-message-time {
  font-size: 0.75rem;
}
.ai-chatbot-text-zoom--normal .ai-chatbot-clear-btn {
  font-size: 0.75rem;
}
.ai-chatbot-text-zoom--normal .ai-chatbot-typing {
  font-size: 0.875rem;
}
.ai-chatbot-text-zoom--large {
  font-size: 1.125rem;
}
.ai-chatbot-text-zoom--large .ai-chatbot-message-text {
  font-size: 0.984375rem;
}
.ai-chatbot-text-zoom--large .ai-chatbot-input-field {
  font-size: 0.984375rem;
}
.ai-chatbot-text-zoom--large .ai-chatbot-input-field::placeholder {
  font-size: 0.984375rem;
}
.ai-chatbot-text-zoom--large .ai-chatbot-suggestion-btn {
  font-size: 0.84375rem;
}
.ai-chatbot-text-zoom--large .ai-chatbot-history-item {
  font-size: 0.984375rem;
}
.ai-chatbot-text-zoom--large .ai-chatbot-header-title {
  font-size: 1.125rem;
}
.ai-chatbot-text-zoom--large .ai-chatbot-welcome h6 {
  font-size: 1.265625rem;
}
.ai-chatbot-text-zoom--large .ai-chatbot-welcome p {
  font-size: 0.984375rem;
}
.ai-chatbot-text-zoom--large .ai-chatbot-history-header h6 {
  font-size: 1.125rem;
}
.ai-chatbot-text-zoom--large .ai-chatbot-history-item-title {
  font-size: 0.984375rem;
}
.ai-chatbot-text-zoom--large .ai-chatbot-history-item-meta {
  font-size: 0.84375rem;
}
.ai-chatbot-text-zoom--large .ai-chatbot-message-time {
  font-size: 0.84375rem;
}
.ai-chatbot-text-zoom--large .ai-chatbot-clear-btn {
  font-size: 0.84375rem;
}
.ai-chatbot-text-zoom--large .ai-chatbot-typing {
  font-size: 0.984375rem;
}
.ai-chatbot-text-zoom--larger {
  font-size: 1.25rem;
}
.ai-chatbot-text-zoom--larger .ai-chatbot-message-text {
  font-size: 1.09375rem;
}
.ai-chatbot-text-zoom--larger .ai-chatbot-input-field {
  font-size: 1.09375rem;
}
.ai-chatbot-text-zoom--larger .ai-chatbot-input-field::placeholder {
  font-size: 1.09375rem;
}
.ai-chatbot-text-zoom--larger .ai-chatbot-suggestion-btn {
  font-size: 0.9375rem;
}
.ai-chatbot-text-zoom--larger .ai-chatbot-history-item {
  font-size: 1.09375rem;
}
.ai-chatbot-text-zoom--larger .ai-chatbot-header-title {
  font-size: 1.25rem;
}
.ai-chatbot-text-zoom--larger .ai-chatbot-welcome h6 {
  font-size: 1.40625rem;
}
.ai-chatbot-text-zoom--larger .ai-chatbot-welcome p {
  font-size: 1.09375rem;
}
.ai-chatbot-text-zoom--larger .ai-chatbot-history-header h6 {
  font-size: 1.25rem;
}
.ai-chatbot-text-zoom--larger .ai-chatbot-history-item-title {
  font-size: 1.09375rem;
}
.ai-chatbot-text-zoom--larger .ai-chatbot-history-item-meta {
  font-size: 0.9375rem;
}
.ai-chatbot-text-zoom--larger .ai-chatbot-message-time {
  font-size: 0.9375rem;
}
.ai-chatbot-text-zoom--larger .ai-chatbot-clear-btn {
  font-size: 0.9375rem;
}
.ai-chatbot-text-zoom--larger .ai-chatbot-typing {
  font-size: 1.09375rem;
}

.ai-chatbot-message-text {
  line-height: 1.5;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.ai-chatbot-input-field::placeholder {
  transition: font-size 0.2s ease;
}

.ai-chatbot-suggestion-btn {
  transition: font-size 0.2s ease;
}

.ai-chatbot-history-item {
  transition: font-size 0.2s ease;
}

.ai-chatbot-header-title {
  transition: font-size 0.2s ease;
}

.ai-chatbot-typing-cursor {
  color: #567793;
  font-weight: bold;
  animation: blink 1s infinite;
  margin-left: 2px;
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
.ai-chatbot-markdown .typing-word {
  opacity: 0;
  animation: fadeInWord 0.1s ease-in forwards;
}

@keyframes fadeInWord {
  from {
    opacity: 0;
    transform: translateY(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ai-chatbot-typing {
  display: flex;
  align-items: center;
  color: #567793;
  font-style: italic;
  margin-top: 8px;
}
.ai-chatbot-typing .spinner-border-sm {
  width: 1rem;
  height: 1rem;
}

[data-theme=dark] .ai-chatbot-typing {
  color: rgba(255, 255, 255, 0.7);
}

[data-theme=dark] .ai-chatbot-typing-cursor {
  color: #567793;
}

[data-bs-theme=dark] .ai-chatbot-container,
[data-bs-theme=dark] .ai-chatbot-pinned-container {
  color: #fff;
  background: linear-gradient(#131820, #131820) padding-box, linear-gradient(to right, #40C7FF, #AB3DDA) border-box;
  border: 3px solid transparent;
  padding: 0.5em;
  --suggestion-bg: rgba(0, 0, 0, 0.3);
  --suggestion-text: rgba(255, 255, 255, 0.9);
  --suggestion-border: rgba(255, 255, 255, 0.15);
  --suggestion-hover-bg: rgba(86, 119, 147, 0.4);
  --suggestion-hover-text: white;
  --suggestion-hover-border: rgba(255, 255, 255, 0.25);
  --suggestion-focus-border: rgba(255, 255, 255, 0.4);
}
[data-bs-theme=dark] .ai-chatbot-container h4,
[data-bs-theme=dark] .ai-chatbot-pinned-container h4 {
  color: white;
}
[data-bs-theme=dark] .dark-mode-logo {
  display: block;
}
[data-bs-theme=dark] .light-mode-logo {
  display: none;
}
[data-bs-theme=dark] .ai-chatbot-toggle-btn {
  outline: 6px solid rgba(39, 48, 64, 0.8);
}
[data-bs-theme=dark] .ai-chatbot-toggle-btn:hover {
  outline: 6px solid #273040 !important;
}
[data-bs-theme=dark] .ai-chatbot-messages {
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
[data-bs-theme=dark] .ai-chatbot-messages .ai-chatbot-history-list {
  border-color: rgba(255, 255, 255, 0.15);
}
[data-bs-theme=dark] .ai-chatbot-messages .ai-chatbot-history-list .ai-chatbot-history-item {
  border-color: rgba(255, 255, 255, 0.2);
}
[data-bs-theme=dark] .ai-chatbot-messages .ai-chatbot-message-time {
  color: rgba(255, 255, 255, 0.8) !important;
}
[data-bs-theme=dark] .ai-chatbot-message.assistant .ai-chatbot-message-content {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
  color: #fff;
  border-color: #1199ff;
}
[data-bs-theme=dark] .ai-chatbot-message-feedback {
  border: 1px solid rgba(71, 82, 102, 0.6) !important;
}
[data-bs-theme=dark] .ai-chatbot-feedback-btn {
  background: #1e2430 !important;
}
[data-bs-theme=dark] .ai-chatbot-suggestions .suggestion-btn {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
[data-bs-theme=dark] .ai-chatbot-suggestions .suggestion-btn:hover {
  background: rgba(86, 119, 147, 0.4);
  border-color: rgba(255, 255, 255, 0.25);
  color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  transform: translateY(-1px);
}
[data-bs-theme=dark] .ai-chatbot-suggestions .suggestion-btn:active {
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
[data-bs-theme=dark] .ai-chatbot-suggestions .suggestion-btn:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
  outline: none;
  border-color: rgba(255, 255, 255, 0.4);
}
[data-bs-theme=dark] .ai-chatbot-suggestions .suggestion-btn::before {
  background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.05) 50%, transparent 100%);
}
[data-bs-theme=dark] .ai-chatbot-suggestions .suggestion-btn:hover::before {
  opacity: 1;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.08) 50%, transparent 100%);
}
[data-bs-theme=dark] .ai-chatbot-input {
  padding: 14px;
  background: #273040;
  border-radius: 8px;
  flex-shrink: 0;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
[data-bs-theme=dark] .ai-chatbot-input .input-group {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
[data-bs-theme=dark] .ai-chatbot-input .input-group .ai-chatbot-input-field {
  border: 0px solid rgba(71, 82, 102, 0.15);
}
[data-bs-theme=dark] .ai-chatbot-input .input-group .ai-chatbot-input-field:focus {
  border-color: #0089c2;
}
[data-bs-theme=dark] .ai-chatbot-input .input-group .ai-chatbot-ai-btn {
  color: #1199ff;
  background: none;
}
[data-bs-theme=dark] .ai-chatbot-input .input-group .ai-chatbot-ai-btn:disabled {
  border-color: #475266;
  opacity: 1;
  background: none;
}
[data-bs-theme=dark] .ai-chatbot-input .input-group .ai-chatbot-send-btn {
  border: 0px solid #567793;
  background: #0089c2;
  background: linear-gradient(173deg, #86D9FF 0%, #40C7FF 41%, #5800DC 140%);
}
[data-bs-theme=dark] .ai-chatbot-input .input-group .ai-chatbot-send-btn:hover {
  background: rgb(0, 173.0154639175, 245);
}
[data-bs-theme=dark] .ai-chatbot-input .input-group .ai-chatbot-send-btn:disabled {
  background: rgba(86, 119, 147, 0.05);
  border-color: #475266;
  opacity: 0.6;
}
[data-bs-theme=dark] .ai-chatbot-footer {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-top-color: rgba(255, 255, 255, 0.125);
  color: #fff;
}
[data-bs-theme=dark] .ai-chatbot-welcome {
  color: rgba(255, 255, 255, 0.9);
}
[data-bs-theme=dark] .ai-chatbot-welcome h2 {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
[data-bs-theme=dark] .ai-chatbot-welcome p {
  color: rgb(255, 255, 255);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
[data-bs-theme=dark] .ai-chatbot-welcome .ai-chatbot-welcome-icon {
  color: #567793;
  filter: brightness(1.5);
}
[data-bs-theme=dark] .ai-chatbot-welcome .suggestion-btn {
  filter: brightness(1.5);
}
[data-bs-theme=dark] .ai-chatbot-welcome .ai-chatbot-welcome-disclaimer {
  color: rgba(255, 255, 255, 0.9);
}
[data-bs-theme=dark] .ai-chatbot-message-time {
  color: rgba(255, 255, 255, 0.5);
}
[data-bs-theme=dark] .ai-chatbot-history .ai-chatbot-history-header {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
[data-bs-theme=dark] .ai-chatbot-history .ai-chatbot-history-header .ai-chatbot-back-btn {
  color: rgba(255, 255, 255, 0.7);
}
[data-bs-theme=dark] .ai-chatbot-history .ai-chatbot-history-header .ai-chatbot-back-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
[data-bs-theme=dark] .ai-chatbot-history .ai-chatbot-history-list {
  background: rgba(0, 0, 0, 0.25) !important;
}
[data-bs-theme=dark] .ai-chatbot-history .ai-chatbot-history-empty {
  color: white;
}
[data-bs-theme=dark] .ai-chatbot-history .ai-chatbot-history-empty h2 {
  color: white;
}
[data-bs-theme=dark] .ai-chatbot-history .ai-chatbot-history-empty p {
  color: rgba(255, 255, 255, 0.85);
}
[data-bs-theme=dark] .ai-chatbot-history .ai-chatbot-history-empty .ai-chatbot-history-icon {
  filter: brightness(1.25);
  opacity: 1;
}
[data-bs-theme=dark] .ai-chatbot-history .ai-chatbot-conversation-item {
  border: 1px solid rgba(71, 82, 102, 0.73);
  background: #273040;
}
[data-bs-theme=dark] .ai-chatbot-history .ai-chatbot-history-item {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
  border-color: rgba(255, 255, 255, 0.25);
}
[data-bs-theme=dark] .ai-chatbot-history .ai-chatbot-history-item:hover {
  background-color: rgb(29.5278969957, 40.8583690987, 50.4721030043) !important;
}
[data-bs-theme=dark] .ai-chatbot-history .ai-chatbot-history-item .ai-chatbot-history-item-content .ai-chatbot-history-item-title {
  color: #fff;
}
[data-bs-theme=dark] .ai-chatbot-history .ai-chatbot-history-item .ai-chatbot-history-item-content .ai-chatbot-history-item-meta span:last-child {
  color: white !important;
}
[data-bs-theme=dark] .ai-chatbot-resize-handle {
  background: rgba(255, 255, 255, 0.2);
}
[data-bs-theme=dark] .ai-chatbot-resize-handle:hover {
  background: rgba(255, 255, 255, 0.3);
}
[data-bs-theme=dark] .ai-chatbot-resize-handle:active {
  background: #567793;
}
[data-bs-theme=dark] .ai-chatbot-zoom-btn {
  filter: brightness(1.5);
}.content-width {
  min-width: 500px;
  width: 500px;
}

.company-description {
  width: 50%;
}.truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.symbol-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
@media (max-width: 576px) {
  .symbol-details-wrapper {
    flex-direction: column;
  }
}
.symbol-details-wrapper h3 {
  font-size: 1em;
  margin: 0;
  line-height: 1.2;
  white-space: wrap;
}
.symbol-details-wrapper .symbol-details__industry {
  border: 1px solid rgba(71, 82, 102, 0.15);
  border-radius: 6px;
  padding: 3px;
  max-width: 300px;
  overflow: hidden;
}
.symbol-details-wrapper .symbol-details__industry h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.symbol-details-wrapper .symbol-details__earnings {
  border: 1px solid rgba(71, 82, 102, 0.15);
  border-radius: 6px;
}
.symbol-details-wrapper .symbol-details__icon-block {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #567793;
  border-radius: 4px;
  min-height: 32px;
  min-width: 32px;
}

div[class*=col-] .symbol-details__industry {
  flex-grow: 1;
}
div[class*=col-] .symbol-details__earnings {
  flex-grow: 1;
}

.etf-details-wrapper h3 {
  font-size: 1em;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
}
.etf-details-wrapper .ETF-details__ETF {
  border: 1px solid rgba(71, 82, 102, 0.15);
  border-radius: 6px;
  min-height: 40px;
}

.etf-details-wrapper-condensed h3 {
  font-size: 1em;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}
.etf-details-wrapper-condensed .ETF-details__ETF {
  /*      border:1px solid $border-color;
        border-radius:6px;
        height: 40px;*/
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.eq-anchor {
  position: relative;
  width: 0px;
  height: 0px;
  z-index: 100;
}

.eq-anchor > .eq-infobox {
  position: absolute;
  z-index: 100;
  display: inline-block;
  top: 25px;
  background-color: white;
  right: -60px;
  min-height: 100px;
  min-width: 265px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid lightgray;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  gap: 5px;
}
.eq-anchor > .eq-infobox .eq-horizontal-divider {
  height: 1px;
  margin: 2px;
  width: 90%;
  background-color: lightgray;
}
.eq-anchor > .eq-infobox .eq-row {
  display: flex;
  flex-direction: row;
  justify-items: start;
  justify-content: space-between;
  margin: 0px 0px 0px;
}
.eq-anchor > .eq-infobox .eq-row p {
  margin: 2px 15px 2px 0px;
  padding: 0;
  line-height: 1;
}
.eq-anchor > .eq-infobox .eq-row .eq-column {
  margin: 0px;
  width: 110px;
}
.eq-anchor > .eq-infobox .infoboxTipOne::before {
  background-color: white;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: -6%;
  left: 45%;
  border-top: 1px solid lightgray;
  border-left: 1px solid lightgray;
  transform: rotate(45deg);
}
.eq-anchor > .eq-infobox .infoboxTipTwo::before {
  background-color: white;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: -5%;
  left: 45%;
  border-top: 1px solid lightgray;
  border-left: 1px solid lightgray;
  transform: rotate(45deg);
}

[data-bs-theme=dark] .eq-anchor > .eq-infobox {
  position: absolute;
  z-index: 100;
  display: inline-block;
  top: 25px;
  background-color: #273040;
  color: white;
  right: -60px;
  min-height: 100px;
  min-width: 265px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid lightgray;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  gap: 5px;
}
[data-bs-theme=dark] .eq-anchor > .eq-infobox .eq-horizontal-divider {
  height: 1px;
  margin: 2px;
  width: 90%;
  background-color: lightgray;
}
[data-bs-theme=dark] .eq-anchor > .eq-infobox .eq-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0px 0px 0px;
}
[data-bs-theme=dark] .eq-anchor > .eq-infobox .eq-row p {
  margin: 2px 15px 2px 0px;
  padding: 0;
  line-height: 1;
}
[data-bs-theme=dark] .eq-anchor > .eq-infobox .eq-row .eq-column {
  margin: 0px;
  width: 110px;
}
[data-bs-theme=dark] .eq-anchor > .eq-infobox .infoboxTipOne::before {
  background-color: #273040;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: -6%;
  left: 45%;
  border-top: 1px solid lightgray;
  border-left: 1px solid lightgray;
  transform: rotate(45deg);
}
[data-bs-theme=dark] .eq-anchor > .eq-infobox .infoboxTipTwo::before {
  background-color: #273040;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: -5%;
  left: 45%;
  border-top: 1px solid lightgray;
  border-left: 1px solid lightgray;
  transform: rotate(45deg);
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.no-notifications {
  display: none;
}

#popover-earnings-quality-definition {
  min-width: max-content;
  z-index: 1000;
  padding: 0;
}
#popover-earnings-quality-definition .popover-arrow {
  display: none;
}
#popover-earnings-quality-definition .popover-body {
  padding: 0em;
}
#popover-earnings-quality-definition .popover-body .symbol-details__earnings {
  border: 0px solid rgba(71, 82, 102, 0.15);
}
#popover-earnings-quality-definition .popover-body .symbol-details__earnings h3 {
  font-size: 1.125em;
}
#popover-earnings-quality-definition .popover-body .symbol-details__icon-block {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #567793;
  border-radius: 4px;
  min-height: 32px;
  min-width: 32px;
}

.eq-anchor {
  position: relative;
  width: 0px;
  height: 0px;
  z-index: 100;
}

.eq-definition-anchor > .eq-definition-infobox {
  position: absolute;
  z-index: 100;
  display: inline-block;
  top: 0px;
  background-color: white;
  right: -200px;
  height: min-height;
  min-width: 305px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid lightgray;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 5px;
}
.eq-definition-anchor > .eq-definition-infobox .eq-definition-horizontal-divider {
  height: 1px;
  margin: 2px;
  width: 100%;
  background-color: lightgray;
}
.eq-definition-anchor > .eq-definition-infobox .eq-definition-row {
  display: flex;
  flex-direction: row;
  justify-items: start;
  justify-content: space-between;
  margin: 0px 0px 0px;
}
.eq-definition-anchor > .eq-definition-infobox .eq-definition-row p {
  margin: 2px 0px 2px 5px;
  padding: 0;
  line-height: 1.5;
}
.eq-definition-anchor > .eq-definition-infobox .eq-definition-row .eq-definition-column {
  margin: 0px;
  width: 110px;
}
.eq-definition-anchor > .eq-definition-infobox .infoboxDefinitionTipOne::before {
  background-color: white;
  z-index: 100;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: -5%;
  left: 45%;
  border-top: 1px solid lightgray;
  border-left: 1px solid lightgray;
  transform: rotate(45deg);
}

[data-bs-theme=dark] .eq-definition-anchor > .eq-definition-infobox {
  background-color: #273040;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid lightgray;
}
[data-bs-theme=dark] .eq-definition-anchor > .eq-definition-infobox .eq-definition-horizontal-divider {
  background-color: rgb(96, 96, 96);
}
[data-bs-theme=dark] .eq-definition-anchor > .eq-definition-infobox .infoboxDefinitionTipOne::before {
  background-color: #273040;
  content: "";
  border-top: 1px solid lightgray;
  border-left: 1px solid lightgray;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.no-notifications {
  display: none;
}

.modal-backdrop {
  z-index: 1000 !important;
}

.tooltip {
  z-index: 100000000 !important;
  padding: 0;
}
.tooltip .tooltip-inner {
  padding: 0.5em 1em;
  font-size: 1em;
}
.tooltip .tooltip-inner .symbol-details__earnings .signal-item {
  font-size: 16px !important;
}
.tooltip .tooltip-inner .symbol-details__earnings .signal-item .signal-text {
  font-size: 20px !important;
  line-height: 1;
}

.discovery-card-popover,
.rating-card-popover {
  min-width: 520px;
  padding: 5px !important;
  box-shadow: 0px 3px 16px rgb(0, 0, 0);
}
.discovery-card-popover .popover-header,
.rating-card-popover .popover-header {
  background-color: #570f6a !important;
  padding: 10px !important;
  border-radius: 4px !important;
  color: #fff;
}
.discovery-card-popover .popover-body,
.rating-card-popover .popover-body {
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.9;
}
.discovery-card-popover .bi-x,
.rating-card-popover .bi-x {
  float: right;
  cursor: pointer;
}

.discovery-card-popover__header {
  padding-bottom: 6px;
}
.discovery-card-popover__symbol {
  font-size: 22px;
  margin-left: 5px;
}
.discovery-card-popover__score {
  font-size: 20px;
  margin-left: 30px;
  color: #570f6a;
  font-weight: 600;
}
.discovery-card-popover__sector {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.discovery-card-popover__sector .value {
  color: #570f6a;
  font-weight: 600;
}
.discovery-card-popover__industry {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.discovery-card-popover__industry .value {
  color: #570f6a;
  font-weight: 600;
}
.discovery-card-popover__checklist__header {
  font-size: 14px;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 8px;
  border-top: 1px solid rgba(71, 82, 102, 0.15);
}
.discovery-card-popover__checklist__header .positive-color {
  color: #13b64d;
  font-weight: 600;
}
.discovery-card-popover__checklist__header .negative-color {
  color: #fd154a;
  font-weight: 600;
}
.discovery-card-popover__checklist__header .neutral-color {
  color: #f3ca22;
  font-weight: 600;
}
.discovery-card-popover__checklist__body__left {
  width: 50%;
  border-right: 1px solid rgba(71, 82, 102, 0.15);
  padding-right: 20px;
  margin-right: 20px;
}
.discovery-card-popover__checklist__body__right {
  width: 50%;
}
.discovery-card-popover__checklist__body .label {
  width: 66%;
}
.discovery-card-popover__checklist__body .value {
  font-weight: 600;
}
.discovery-card-popover__top-factors__header {
  font-size: 14px;
  padding-top: 10px;
  margin-bottom: 5px;
  border-top: 1px solid rgba(71, 82, 102, 0.15);
}
.discovery-card-popover__top-factors__body__factor__name {
  width: 42%;
  color: #570f6a;
}
.discovery-card-popover__top-factors__body__factor__rating {
  width: 20%;
  font-weight: 600;
}
.discovery-card-popover__top-factors__body__factor__type {
  width: 25%;
  white-space: nowrap;
}
.discovery-card-popover__other-top-factors {
  padding-bottom: 5px;
}
.discovery-card-popover__other-top-factors__header {
  font-size: 14px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(71, 82, 102, 0.15);
}
.discovery-card-popover__other-top-factors__body__each-factor {
  border-radius: 8px;
  padding: 4px 10px;
  margin-right: 10px;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
}
.discovery-card-popover__other-top-factors__body__each-factor.positive {
  border: 1px solid #13b64d;
  color: #13b64d;
}
.discovery-card-popover__other-top-factors__body__each-factor.negative {
  border: 1px solid #fd154a;
  color: #fd154a;
}
.discovery-card-popover__recent-signals__header {
  font-size: 14px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(71, 82, 102, 0.15);
}
.discovery-card-popover__recent-signals__body__signal {
  border-radius: 8px;
  padding: 4px 10px;
  margin-right: 10px;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
}
.discovery-card-popover__recent-signals__body__signal.positive-color {
  border: 1px solid #13b64d;
  color: #13b64d;
}
.discovery-card-popover__recent-signals__body__signal.negative-color {
  border: 1px solid #fd154a;
  color: #fd154a;
}
.discovery-card-popover__recent-signals__body__signal__positive-icon {
  margin-top: -4px;
}
.discovery-card-popover__recent-signals__body__signal__negative-icon {
  margin-top: -1px;
}
.discovery-card-popover .bi-x {
  float: right;
  cursor: pointer;
}

.discovery-more-options-popover {
  width: 200px;
}
.discovery-more-options-popover .popover-body {
  padding: 0px !important;
}
.discovery-more-options-popover .popover-body button {
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
  padding: 10px !important;
  border-radius: unset;
  width: 100%;
  text-align: left;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.discovery-more-options-popover .popover-body button span {
  text-decoration: underline;
}

#popover-company-info {
  width: 300px;
}
#popover-company-info .popover-arrow {
  display: none;
}
#popover-company-info .popover-body {
  padding-top: 0.5em;
}
#popover-company-info .popover-body .no-notifications {
  display: block;
}
#popover-company-info .popover-alert-badges h4 {
  margin-bottom: 18px;
}
#popover-company-info .popover-alert-badges .badge-tile {
  margin-right: 1em;
}

#full-company-name-tooltip {
  z-index: 10000000;
  padding: 0;
}
#full-company-name-tooltip .tooltip-inner {
  padding: 0.5em 1em;
  font-size: 1.125em;
}

div:has(#popover-company-info) {
  z-index: 9999;
}

div:has(#popover-company-info.discovery-company-info-popover) {
  z-index: 100000;
}

#popover-earnings {
  min-width: max-content;
  padding: 0;
}
#popover-earnings .popover-arrow {
  display: none;
}
#popover-earnings .popover-body {
  padding: 0em;
}
#popover-earnings .popover-body .symbol-details__earnings {
  border: 0px solid rgba(71, 82, 102, 0.15);
}
#popover-earnings .popover-body .symbol-details__earnings h3 {
  font-size: 1.125em;
}
#popover-earnings .popover-body .symbol-details__icon-block {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #567793;
  border-radius: 4px;
  min-height: 32px;
  min-width: 32px;
}

div:has(#popover-earnings) {
  z-index: 10000;
}

#popover-checklist {
  min-width: min-content;
  padding: 0;
}
#popover-checklist .popover-arrow {
  display: none;
}
#popover-checklist .popover-body {
  padding: 1em 0.125em;
}
#popover-checklist .popover-body .no-notifications {
  display: block !important;
}

div:has(#popover-checklist) {
  z-index: 100000;
}

#popover-stock-rating:not(.rating-card-popover) .popover-arrow,
#popover-etf-rating:not(.rating-card-popover) .popover-arrow {
  display: none;
}
#popover-stock-rating.rating-card-popover .popover-arrow,
#popover-etf-rating.rating-card-popover .popover-arrow {
  display: block;
}

#popover-stock-rating {
  overflow-x: hidden;
  overflow: -moz-scrollbars-none !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
#popover-stock-rating:not(.rating-card-popover) {
  min-width: 340px;
  overflow-y: scroll;
  max-height: calc(100vh - 120px);
}
#popover-stock-rating:not(.rating-card-popover) .popover-body {
  padding: 0.25em 0.125em;
}
#popover-stock-rating.rating-card-popover .popover-body {
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}

div:has(#popover-stock-rating) {
  z-index: 10000;
}

#popover-etf-rating:not(.rating-card-popover) {
  min-width: 340px;
  overflow-y: scroll;
  max-height: calc(100vh - 300px);
}
#popover-etf-rating:not(.rating-card-popover) .popover-body {
  padding: 0.25em 0.125em;
}
#popover-etf-rating.rating-card-popover .popover-body {
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}

div:has(#popover-etf-rating) {
  z-index: 10000;
}

[data-bs-theme=dark] #popover-checklist,
[data-bs-theme=dark] #popover-stock-rating,
[data-bs-theme=dark] #popover-company-info {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] #popover-checklist .popover-body,
[data-bs-theme=dark] #popover-stock-rating .popover-body,
[data-bs-theme=dark] #popover-company-info .popover-body {
  border-radius: 6px;
}
[data-bs-theme=dark] #popover-checklist .popover-body h4,
[data-bs-theme=dark] #popover-stock-rating .popover-body h4,
[data-bs-theme=dark] #popover-company-info .popover-body h4 {
  color: #ffffff !important;
}
[data-bs-theme=dark] #popover-checklist .popover-body button,
[data-bs-theme=dark] #popover-stock-rating .popover-body button,
[data-bs-theme=dark] #popover-company-info .popover-body button {
  filter: brightness(1.5);
}
[data-bs-theme=dark] #popover-checklist {
  margin-top: 5px;
}
[data-bs-theme=dark] #popover-stock-rating .popover-body .widget__rating-block {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
[data-bs-theme=dark] #popover-stock-rating #rating-report-button {
  filter: brightness(1.5);
}
[data-bs-theme=dark] #popover-stock-rating .accordion-button {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .popover {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.15);
}
[data-bs-theme=dark] .discovery-card-popover__top-factors__body__factor__name, [data-bs-theme=dark] .discovery-card-popover__score {
  filter: brightness(200%);
  color: "#ffffff" !important;
}
[data-bs-theme=dark] .modal-body h3 .fa-discovery-icon {
  filter: brightness(1.5);
}
[data-bs-theme=dark] .welcome-tour-each-step {
  filter: brightness(1.5);
}
[data-bs-theme=dark] .welcome-tour-each-step .welcome-tour-each-step-content {
  color: #ffffff !important;
}

.discovery-recent-activity-popover {
  padding: 12px !important;
}
.discovery-recent-activity-popover h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
.discovery-recent-activity-popover .recent-activity-item {
  padding: 4px 10px;
  border-radius: 8px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
}
.discovery-recent-activity-popover .recent-activity-item.positive-color {
  border: 1px solid #13b64d;
  color: #13b64d;
}
.discovery-recent-activity-popover .recent-activity-item.negative-color {
  border: 1px solid #fd154a;
  color: #fd154a;
}

@media (max-width: 575.98px), ((orientation: portrait) and (max-width: 991.98px)), ((orientation: landscape) and (max-height: 31.25rem)) {
  div:has(> #popover-discovery-card.discovery-card-popover),
  div:has(> .discovery-card-popover.popover),
  #popover-discovery-card.discovery-card-popover,
  .discovery-card-popover.popover {
    box-sizing: border-box;
    max-height: var(--discovery-card-popover-max-height, calc(100dvh - 24px)) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
  }
  div:has(> #popover-discovery-card.discovery-card-popover) .popover-header,
  div:has(> .discovery-card-popover.popover) .popover-header,
  #popover-discovery-card.discovery-card-popover .popover-header,
  .discovery-card-popover.popover .popover-header {
    flex-shrink: 0;
  }
  div:has(> #popover-discovery-card.discovery-card-popover) .popover-body,
  div:has(> .discovery-card-popover.popover) .popover-body,
  #popover-discovery-card.discovery-card-popover .popover-body,
  .discovery-card-popover.popover .popover-body {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }
  #popover-discovery-card.discovery-card-popover,
  .discovery-card-popover {
    min-width: 350px;
    max-width: calc(100vw - 24px);
    width: min(350px, 100vw - 24px);
  }
}
@media (max-width: 575.98px) and (max-width: 575.98px) and (orientation: portrait), ((orientation: portrait) and (max-width: 991.98px)) and (max-width: 575.98px) and (orientation: portrait), ((orientation: landscape) and (max-height: 31.25rem)) and (max-width: 575.98px) and (orientation: portrait) {
  #popover-discovery-card.discovery-card-popover,
  .discovery-card-popover.popover {
    max-height: var(--discovery-card-popover-max-height) !important;
  }
}
@media (max-width: 575.98px) {
  #popover-stock-rating.rating-card-popover,
  #popover-etf-rating.rating-card-popover,
  div:has(> #popover-stock-rating.rating-card-popover),
  div:has(> #popover-etf-rating.rating-card-popover) {
    left: 12px !important;
    right: 20px !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: var(--rating-popover-max-height, calc(100vh - 120px)) !important;
    box-sizing: border-box;
  }
  .rating-card-popover {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: var(--rating-popover-max-height, calc(100vh - 120px)) !important;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    margin-top: 0.5rem;
  }
  .rating-card-popover.bs-popover-bottom > .popover-arrow {
    display: block !important;
    top: 0;
    left: var(--rating-popover-arrow-left, 50%) !important;
    transform: translate(-50%, -100%) !important;
  }
  .rating-card-popover .popover-header {
    flex-shrink: 0;
    border-radius: 4px 4px 0 0;
  }
  .rating-card-popover .popover-body {
    flex: 0 0 auto;
    height: auto !important;
    max-height: none !important;
    overflow: visible;
  }
  .rating-card-popover .widget.rating-widget-wrapper .pop-panel {
    min-width: 0;
    width: 100%;
  }
  .rating-card-popover .widget__rating-block h1,
  .rating-card-popover .widget__rating-block h5 {
    white-space: normal;
  }
  .discovery-card-popover__checklist__body {
    flex-wrap: wrap;
  }
  .discovery-card-popover__checklist__body__left {
    width: 100% !important;
    border-right: unset;
  }
  .discovery-card-popover__checklist__body__left .label {
    width: 65%;
  }
  .discovery-card-popover__checklist__body__right {
    width: 100% !important;
  }
  .discovery-card-popover__checklist__body__right .label {
    width: 56%;
  }
}
#welcome-tour-modal {
  min-width: unset !important;
}
#welcome-tour-modal .modal-header {
  background: #273040;
  color: #fff;
  margin: 1px;
}
#welcome-tour-modal .modal-header .btn-close {
  display: none;
}
#welcome-tour-modal .modal-header .modal-title {
  font-size: 16px;
  font-weight: 400 !important;
}
#welcome-tour-modal .modal-header .dismiss-tour-btn {
  cursor: pointer;
  font-size: 16px;
}
#welcome-tour-modal .modal-header .dismiss-tour-btn:hover {
  color: #0089c2;
}
#welcome-tour-modal .modal-body {
  padding: 10px 30px;
}
#welcome-tour-modal .modal-body h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#welcome-tour-modal .modal-body h3 .fa-discovery-icon {
  font-size: 28px;
  color: #79018d;
}
#welcome-tour-modal .modal-body p {
  padding: 0 12px !important;
  font-size: 16px !important;
}
#welcome-tour-modal .modal-footer {
  justify-content: start;
}
#welcome-tour-modal .modal-footer .discovery-walkthrough-trigger {
  background: #79018d;
  color: #fff !important;
  border-radius: 6px;
  padding: 8px 14px !important;
  font-weight: 400 !important;
}
#welcome-tour-modal .welcome-tour-each-step {
  border: 1px solid rgba(71, 82, 102, 0.15);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
#welcome-tour-modal .welcome-tour-each-step .welcome-tour-each-step-content {
  font-size: 15px;
  color: #101629;
}
#welcome-tour-modal .welcome-tour-each-step h3 {
  text-align: left;
  color: #79018d;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.etf-stats-data-col {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
/* Top-bar lives in <Header> outside #advanced-charting-page,
   so overrides must be scoped to the page-wrapper ancestor. */
#stocks-page:has(#advanced-charting-page) .top-bar {
  padding-top: 0em;
  height: 50px;
}
@media (min-width: 967px) {
  #stocks-page:has(#advanced-charting-page) .top-bar .logo-wrapper .crop-wrapper {
    overflow: hidden;
    width: auto;
  }
}
#stocks-page:has(#advanced-charting-page) .top-bar .search-wrapper {
  display: none !important;
}
#stocks-page:has(#advanced-charting-page) .top-bar .exit-advanced-chart-button {
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  height: 42px;
  line-height: 1;
  padding: 0 15px 0 10px;
}

/* body-main/body-side from PgrInstrumentLayout: fix height for 52px header (navbar hidden). */
.stocks-wrapper:has(#advanced-charting-page) > .container-fluid > .stocks-body > .body-main {
  height: calc(100vh - 52px) !important;
  overflow: hidden !important;
  padding-right: 0 !important;
}
.stocks-wrapper:has(#advanced-charting-page) > .container-fluid > .stocks-body > .body-side {
  height: calc(100vh - 52px) !important;
  top: 52px !important;
}

#advanced-charting-page {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #273040;
  /* Mobile: View List Nav button */
  /*  Stock Details*/
  /*  Advanced Chart*/
}
#advanced-charting-page .list-nav-offcanvas-btn {
  position: fixed;
  color: white !important;
  top: 59px;
  left: 88px;
  z-index: 1020;
}
@media screen and (max-width: 767px) {
  #advanced-charting-page .list-nav-offcanvas-btn {
    top: 99px;
  }
}
#advanced-charting-page .advanced-chart-stock-details-component {
  max-height: 78px;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  /* Nav Toggle Overwrite */
}
#advanced-charting-page .advanced-chart-stock-details-component .label {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0;
}
#advanced-charting-page .advanced-chart-stock-details-component .block {
  min-height: 100%;
  max-width: min-content;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__ticker {
  min-width: 180px;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__ticker--symbol h2 {
  font-size: 1.8625em;
  font-weight: 800;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__ticker--symbol .add-ticker-button-wrapper span {
  display: none !important;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__ticker--symbol .add-ticker-button-wrapper button {
  margin-right: 3px;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__ticker--symbol .alert-button {
  color: #0089c2;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__ticker--company-name {
  font-size: 1.125em;
  max-width: 125px;
  cursor: default;
}
@media (min-width: 1099px) and (max-width: 1200px) {
  #advanced-charting-page .advanced-chart-stock-details-component .block__ticker--company-name {
    max-width: 160px;
  }
}
@media (min-width: 1201px) and (max-width: 1439px) {
  #advanced-charting-page .advanced-chart-stock-details-component .block__ticker--company-name {
    max-width: 220px;
  }
}
@media (min-width: 1440px) {
  #advanced-charting-page .advanced-chart-stock-details-component .block__ticker--company-name {
    max-width: 600px;
  }
}
#advanced-charting-page .advanced-chart-stock-details-component .block__ticker--company-name .company-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__rating h5 {
  white-space: nowrap;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__rating--icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__rating--factors {
  display: flex;
  flex-wrap: wrap;
  width: 180px;
  font-weight: 400;
  margin-top: -5px;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__rating--factors .factor {
  width: 88px;
  line-height: 1.33;
  margin: 0.3em 0;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__rating--factors .factor .factor-color-dot {
  margin-top: -2px;
  font-size: 12px;
}
@media (max-width: 1280px) {
  #advanced-charting-page .advanced-chart-stock-details-component .block__rating--factors {
    display: none !important;
  }
}
#advanced-charting-page .advanced-chart-stock-details-component .block__rating--factors-condensed {
  display: none;
  width: 116px;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__rating--factors-condensed .factor {
  width: 58px;
}
@media (min-width: 1160px) and (max-width: 1280px) {
  #advanced-charting-page .advanced-chart-stock-details-component .block__rating--factors-condensed {
    display: flex !important;
  }
}
#advanced-charting-page .advanced-chart-stock-details-component .block__rating--powerbar {
  padding-right: 10px;
  margin-left: -6px;
  justify-content: center;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__rating--powerbar .powerbar-wrapper {
  height: 30px;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__rating--powerbar .label {
  white-space: nowrap;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__rating--powerbar .main-powerbar {
  cursor: pointer;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__checklist {
  line-height: 1.4;
  max-width: min-content;
  min-width: 120px;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__checklist--data {
  display: flex;
  cursor: pointer;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__checklist--data p {
  font-weight: 400;
  margin-bottom: 0;
  white-space: nowrap;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__checklist--data .label {
  font-weight: 400;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__checklist--button {
  display: none;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__checklist--button .checklist-icon-button {
  height: 45px;
  line-height: 1;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__checklist--button .checklist-icon-button .bi {
  font-size: 20px;
  margin: 0;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__company-info {
  line-height: 1.4;
  max-width: min-content;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__company-info p {
  margin-bottom: 0;
  white-space: nowrap;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__company-info--industry {
  font-weight: 400;
  display: inline-flex;
  max-width: 236px;
  overflow: hidden;
  align-items: center;
}
@media screen and (min-width: 1400px) {
  #advanced-charting-page .advanced-chart-stock-details-component .block__company-info--industry {
    width: max-content;
  }
}
#advanced-charting-page .advanced-chart-stock-details-component .block__company-info--industry .industry-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__company-info--industry .industry-icon {
  min-width: 24px;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__company-info--earnings {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  margin-top: 0.125em;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__company-info--earnings b {
  font-weight: 600;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__company-info--earnings i {
  min-width: 20px;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__company-info--earnings img {
  margin-right: 2px;
  background-color: transparent !important;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__company-info .etf-details-wrapper {
  flex-direction: column;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__company-info .etf-details-wrapper h3 {
  margin: 0.125em 0;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__company-info .etf-details-wrapper .vr {
  display: none;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__price {
  display: flex;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__price .price-change-panel {
  font-size: 20px;
  width: 115px;
  align-items: flex-end;
}
@media (min-width: 1400px) {
  #advanced-charting-page .advanced-chart-stock-details-component .block__price .price-change-panel {
    width: max-content;
  }
}
#advanced-charting-page .advanced-chart-stock-details-component .block__price .price-change-panel .stock-price {
  line-height: 1.4;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__price .price-change-panel .percent,
#advanced-charting-page .advanced-chart-stock-details-component .block__price .price-change-panel .change {
  font-size: 16px;
  line-height: 1.4;
}
#advanced-charting-page .advanced-chart-stock-details-component .block__price .price-change-panel .time-stamp {
  line-height: 1.5;
}
@media (max-width: 1100px) {
  #advanced-charting-page .advanced-chart-stock-details-component.side-nav-closed .block__rating--factors {
    display: none !important;
  }
}
@media (min-width: 1000px) and (max-width: 1100px) {
  #advanced-charting-page .advanced-chart-stock-details-component.side-nav-closed .block__rating--factors-condensed {
    display: flex !important;
  }
}
#advanced-charting-page .advanced-chart-stock-details-component.side-nav-closed .block__price .price-change-panel {
  width: 200px;
}
@media (max-width: 1080px) {
  #advanced-charting-page .advanced-chart-stock-details-component.side-nav-closed .block__price .price-change-panel {
    width: 115px;
  }
}
#advanced-charting-page .advanced-chart-stock-details-component .dropdown__portfolio_list {
  top: 100px;
}
#advanced-charting-page .advanced-chart-component-wrapper {
  display: flex;
  height: 100%;
  flex-grow: 1;
  min-width: 0; /* Allow flex child to shrink so chart is not cut off */
}
#advanced-charting-page .advanced-chart-component-wrapper .advanced-chart-panel {
  padding: 0.5em 0em 0em;
  flex-grow: 1;
  background: white;
  height: 100%;
  overflow: hidden;
}
#advanced-charting-page .advanced-chart-component-wrapper .advanced-chart-panel .ticker-chart-wrapper {
  border-color: transparent !important;
  border-width: 0 !important;
  padding-top: 3px !important;
}
#advanced-charting-page .advanced-chart-component-wrapper .advanced-chart-panel .ticker-chart-header-bar .dropdown-header {
  color: #eee;
}
#advanced-charting-page .advanced-chart-component-wrapper .advanced-chart-panel .advanced-chart-container {
  overflow: visible;
}
#advanced-charting-page .advanced-chart-component-wrapper .advanced-chart-panel .advanced-chart-container .advanced-chart {
  height: calc(100vh - 230px);
  min-height: auto;
}
#advanced-charting-page .advanced-chart-component-wrapper .advanced-chart-panel .advanced-chart-container .chart-details-column {
  height: calc(100vh - 153px);
}
#advanced-charting-page .advanced-chart-component-wrapper .advanced-chart-header-bar .custom-datepicker-calendar .date-range {
  cursor: pointer;
}

/*  For Short Heights 767px and below  */
@media screen and (max-height: 767px) {
  #advanced-charting-page .advanced-chart-component-wrapper .advanced-chart-panel .advanced-chart-container .advanced-chart {
    padding: 2px;
  }
  #advanced-charting-page .advanced-chart-component-wrapper .advanced-chart-panel .advanced-chart-container .chart-details-column {
    height: calc(100vh - 138px);
    padding-bottom: 93px !important;
  }
  #advanced-charting-page .advanced-chart-component-wrapper .advanced-chart-panel .ticker-chart-wrapper {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
#confirmation-prompt {
  z-index: 100000;
  justify-content: center;
}
#confirmation-prompt .modal-content {
  max-width: 400px;
}
#confirmation-prompt .modal-content .modal-body h3 {
  line-height: 1.5;
}
#confirmation-prompt .modal-content .btn-success {
  border: 1px solid #198754;
}
#confirmation-prompt .modal-content .btn-secondary-outline:hover {
  border: 1px solid #eee;
  background: rgba(0, 0, 0, 0.05);
}

[data-bs-theme=dark] #advanced-charting-page .advanced-chart-panel {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040 !important;
  border: 1px solid rgba(255, 255, 255, 0);
  border-right: 0px solid rgba(255, 255, 255, 0);
}
[data-bs-theme=dark] #advanced-charting-page .checklist-icon-button {
  filter: brightness(1.5);
}
[data-bs-theme=dark] .tooltip .tooltip-inner .symbol-details__earnings span {
  color: black;
  font-weight: 600;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
/********** HEADER **********/
.sticky-header {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}

.header-container {
  background-color: #ffffff;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.navbar {
  background-color: #273040;
}
.navbar h1 {
  color: white;
}
@media (max-width: 576px) {
  .navbar .navbar-nav {
    font-size: 1.5em;
    margin-top: 0.5em;
  }
  .navbar .navbar-nav .nav-link {
    width: 100%;
    font-weight: 300;
    border-top: 1px solid rgba(71, 82, 102, 0.15);
    padding-left: 1em;
  }
  .navbar .navbar-nav .nav-link.active {
    padding-left: 1em;
    border-left: 3px solid #1199ff;
  }
}
.navbar .navbar-nav .nav-link {
  position: relative;
  color: white;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}
.navbar .navbar-nav .nav-link:hover {
  filter: brightness(0.75);
}
.navbar .navbar-nav .nav-link.active {
  font-weight: 600;
  color: #1199ff;
  filter: brightness(1.25);
}
.navbar .navbar-nav .nav-link.active:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #1199ff;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -0.5em;
}
@media (max-width: 576px) {
  .navbar .navbar-nav .nav-link.active:after {
    height: 0;
  }
}
.navbar .navbar-nav .nav-link.active:hover {
  filter: brightness(1);
}
.navbar .navbar-nav .nav-link.nav-link__redirect {
  color: inherit;
  font-weight: 400;
}

@media (max-width: 991px) and (orientation: landscape) {
  .portrait-only {
    display: none !important;
  }
}

@media (max-width: 991px) and (orientation: portrait) {
  .landscape-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .landscape-only {
    display: none !important;
  }
}

.mobile-list-nav-landscape-btn {
  position: absolute !important;
  top: 8px !important;
  left: 75px !important;
  z-index: 1030 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 4px 10px !important;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  transition: all 0.2s ease !important;
  display: none !important;
}
.mobile-list-nav-landscape-btn:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.mobile-list-nav-landscape-btn:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3) !important;
  outline: none !important;
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .mobile-list-nav-landscape-btn {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

.mobile-list-nav-inline-btn {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 4px 10px !important;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  transition: all 0.2s ease !important;
  display: inline-block !important;
}
.mobile-list-nav-inline-btn:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.mobile-list-nav-inline-btn:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3) !important;
  outline: none !important;
}
@media (max-width: 991px) and (orientation: landscape) {
  .mobile-list-nav-inline-btn {
    font-size: 12px !important;
    padding: 3px 8px !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: nowrap !important;
  }
}
@media (max-width: 767px) {
  .mobile-list-nav-inline-btn {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media (max-width: 991px) {
  .mobile-list-nav-inline-btn {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media (min-width: 768px) {
  .mobile-list-nav-inline-btn {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .mobile-show {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .mobile-show {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media (max-width: 991px) {
  .mobile-show.visually-hidden {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .mobile-show.visually-hidden {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.footer-container {
  background-color: #273040;
  color: #ffffff;
}
.footer-container .footer-top {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
  color: #567793;
}
.footer-container .footer-top .footer-links-wrapper a {
  font-size: 12px;
  color: inherit;
}
.footer-container .footer-top .footer-links-wrapper a:hover {
  text-decoration: underline;
  color: #0089c2;
}
.footer-container .footer-bottom {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  background-color: #273040;
  color: white;
}

[data-bs-theme=dark] .footer-container .footer-top {
  border-top: 1px solid rgba(255, 255, 255, 0.125);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  color: white;
}
[data-bs-theme=dark] .footer-container .footer-top .footer-links-wrapper a {
  font-size: 12px;
  color: #cccccc;
}
[data-bs-theme=dark] .footer-container .footer-top .footer-links-wrapper a:hover {
  text-decoration: underline;
  color: white;
}
[data-bs-theme=dark] .footer-container .footer-bottom {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  background-color: #273040;
  color: #F7F7F7;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.page-wrapper {
  background-color: #ffffff;
}
.page-wrapper .scroll-to-top {
  display: none;
  height: 60px;
  width: 50px;
  padding-top: 0.5em;
  background: #567793;
  box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.4);
  color: white;
  justify-content: center;
  opacity: 0.9;
  z-index: 999;
  bottom: 80px;
  right: -5px;
}
.page-wrapper .scroll-to-top:after {
  content: "TOP";
  font-weight: 600;
  position: absolute;
  bottom: 3px;
  right: 0;
  left: 0;
  color: white;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.access-page-wrapper {
  display: flex;
  height: 100vh;
  width: 100vw;
  justify-content: center;
  align-items: center;
  position: relative;
}
.access-page-wrapper::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  background-image: url(/assets/bg__main-login1-bvjxsMGb.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  z-index: 0;
}
.access-page-wrapper .access-page__body {
  background: rgba(255, 255, 255, 0.98);
  z-index: 2;
}
.access-page-wrapper .access-page__body .login-container {
  display: flex;
  color: #333;
  max-width: 700px;
  position: relative;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.access-page-wrapper .access-page__body .login-container h1 {
  color: #000;
  font-weight: 400;
  font-size: 2rem;
}
.access-page-wrapper .access-page__body .login-container h3 {
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-size: 1.3rem;
}
.access-page-wrapper .access-page__body .login-container .highlight-text {
  text-decoration: underline;
  color: #000;
  font-weight: 500;
}
.access-page-wrapper .access-page__body .login-container .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.access-page-wrapper .access-page__body .login-container .logo-wrapper .logo {
  max-width: 350px;
  margin-bottom: 0;
}
.access-page-wrapper .access-page__body .login-container .logo-wrapper .logo--dark-mode {
  display: none;
}
.access-page-wrapper .access-page__body .login-container .logo-wrapper .logo--light-mode {
  display: block;
}
.access-page-wrapper .access-page__body .login-container .form-wrapper {
  max-width: 380px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.access-page-wrapper .access-page__body .login-container .form-wrapper .input-group-text {
  background-color: #f8f9fa;
  border-color: #ced4da;
  color: #495057;
  font-size: 1.1rem;
}
.access-page-wrapper .access-page__body .login-container .form-wrapper input {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #ced4da;
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
  font-size: 1.1rem;
}
.access-page-wrapper .access-page__body .login-container .form-wrapper input::placeholder {
  color: #6c757d;
}
.access-page-wrapper .access-page__body .login-container .form-wrapper input:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.access-page-wrapper .access-page__body .login-container .form-wrapper button {
  width: 100%;
  background-color: #5b7a9a;
  border-color: #5b7a9a;
  font-weight: 500;
  font-size: 1.1rem;
}
.access-page-wrapper .access-page__body .login-container .form-wrapper button:hover {
  background-color: #4a6480;
  border-color: #4a6480;
}
.access-page-wrapper .access-page__body .disclaimer {
  color: #101629;
}
.access-page-wrapper .access-page__body .disclaimer p {
  margin-bottom: 0;
}
.access-page-wrapper .access-page__body .magic-link-success-screen,
.access-page-wrapper .access-page__body .magic-link-with-email-screen {
  max-width: 350px;
}
.access-page-wrapper .access-page__body .magic-link-success-screen h1,
.access-page-wrapper .access-page__body .magic-link-with-email-screen h1 {
  text-align: center;
  margin-bottom: 32px;
  margin-top: 16px;
}
.access-page-wrapper .access-page__body .magic-link-success-screen .magic-link-success-box,
.access-page-wrapper .access-page__body .magic-link-with-email-screen .magic-link-success-box {
  border: 1px solid #13b64d;
  border-left: 10px solid #13b64d;
  border-radius: 6px;
  padding: 14px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.access-page-wrapper .access-page__body .magic-link-success-screen .magic-link-success-box .link-variant-icon,
.access-page-wrapper .access-page__body .magic-link-with-email-screen .magic-link-success-box .link-variant-icon {
  color: #13b64d;
  font-size: 22px;
  margin-right: 14px;
}
.access-page-wrapper .access-page__body .magic-link-success-screen .magic-link-description,
.access-page-wrapper .access-page__body .magic-link-with-email-screen .magic-link-description {
  margin-bottom: 32px;
  font-size: 16px;
  text-align: center;
}
.access-page-wrapper .access-page__body .magic-link-success-screen .resend-link,
.access-page-wrapper .access-page__body .magic-link-success-screen .go-back,
.access-page-wrapper .access-page__body .magic-link-with-email-screen .resend-link,
.access-page-wrapper .access-page__body .magic-link-with-email-screen .go-back {
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #567793;
}
.access-page-wrapper .access-page__body .magic-link-success-screen .resend-link:hover,
.access-page-wrapper .access-page__body .magic-link-success-screen .go-back:hover,
.access-page-wrapper .access-page__body .magic-link-with-email-screen .resend-link:hover,
.access-page-wrapper .access-page__body .magic-link-with-email-screen .go-back:hover {
  color: #0089c2;
}
.access-page-wrapper .access-page__body .magic-link-success-screen .go-back,
.access-page-wrapper .access-page__body .magic-link-with-email-screen .go-back {
  margin-top: 32px;
}
.access-page-wrapper .access-page__body .magic-link-success-screen .magic-link-email,
.access-page-wrapper .access-page__body .magic-link-with-email-screen .magic-link-email {
  margin-bottom: 32px;
}
.access-page-wrapper .disclaimer {
  z-index: 2;
  font-size: 0.95em;
  line-height: 1.75;
  text-align: center;
  max-width: 450px;
  color: #101629;
}
.access-page-wrapper .disclaimer a {
  text-decoration: underline;
  color: #567793;
}
.access-page-wrapper .disclaimer a:hover {
  color: #0089c2;
}
.access-page-wrapper .disclaimer-panel {
  font-size: 0.8em;
}
.access-page-wrapper .disclaimer-panel .footer-sub-bottom.marketwise-bp-lockup {
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  min-height: 30px;
  background-color: #000000;
  border-top: 3px solid limegreen;
  color: white;
  font-size: 14px;
}
.access-page-wrapper .disclaimer-panel .footer-sub-bottom.marketwise-bp-lockup .logo-type {
  height: 14px;
  margin-top: -3px;
}
.access-page-wrapper .disclaimer-panel .footer-sub-bottom.marketwise-bp-lockup .logo-icon {
  height: 20px;
  margin-right: 8px;
}
.access-page-wrapper .loading-message {
  text-align: center;
  font-size: 30px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

[data-bs-theme=dark] .login-page-wrapper .login-page__side {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
[data-bs-theme=dark] .login-page-wrapper .login-page__side .login-container .logo-wrapper .logo--dark-mode {
  display: block;
}
[data-bs-theme=dark] .login-page-wrapper .login-page__side .login-container .logo-wrapper .logo--light-mode {
  display: none;
}
[data-bs-theme=dark] .login-page-wrapper .login-page__side .magic-link-info-box {
  background: #273040;
  color: white;
}
[data-bs-theme=dark] .login-page-wrapper .login-page__side .social-login-container .social-login-header {
  background: #131820;
  color: white;
}
[data-bs-theme=dark] .login-page-wrapper .login-page__side .magic-link-description,
[data-bs-theme=dark] .login-page-wrapper .login-page__side .associate-email-info,
[data-bs-theme=dark] .login-page-wrapper .login-page__side .magic-link-success-screen,
[data-bs-theme=dark] .login-page-wrapper .login-page__side .associate-email-container h2 {
  color: white !important;
}
[data-bs-theme=dark] .login-page-wrapper .login-page__side .associate-email-container .go-back {
  color: #567793;
}
[data-bs-theme=dark] .login-page-wrapper .login-page__side .associate-email-container .go-back:hover {
  color: #0089c2;
}
[data-bs-theme=dark] .login-page-wrapper .disclaimer a {
  text-decoration: underline;
  color: white;
}
[data-bs-theme=dark] .login-page-wrapper .disclaimer a:hover {
  color: #0089c2;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.membership-author-tile {
  min-width: 290px;
}
.membership-author-tile a {
  text-decoration: none;
  color: #567793;
}
.membership-author-tile a:hover {
  color: #0089c2;
  filter: brightness(120%);
}
.membership-author-tile .publication-tile.grey-out {
  filter: grayscale(1) brightness(110%);
}
.membership-author-tile .publication-tile.grey-out a {
  color: white;
  font-style: italic;
}

.publications-block {
  overflow: hidden;
}
.publications-block .publication-tile {
  cursor: pointer;
  background-color: #003366;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  filter: brightness(120%);
  box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.25);
}
.publications-block .publication-tile:hover {
  filter: brightness(160%);
}
.publications-block .publication-tile.can-subscribe {
  filter: saturate(75%) opacity(50%);
}
.publications-block .publication-tile.can-subscribe:hover {
  filter: brightness(80%);
}
.publications-block .publication-tile.grey-out {
  filter: saturate(0%) opacity(50%);
  cursor: default;
}
.publications-block .publication-tile h3 {
  font-size: 22px;
  font-weight: 600;
  color: white;
}
.publications-block .publication-tile#trust {
  background-image: url(../../assets/imgs/Trust-gold-tile-bg.png);
}
.publications-block .corner-ribbon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: -2px;
}
.publications-block .corner-ribbon-wrapper .corner-ribbon {
  display: flex;
  justify-content: center;
  width: 143px;
  font-weight: 800;
  font-size: 16px;
  background-color: white;
  color: #FF8833;
  transform: rotate(45deg);
  margin-top: -20px;
  margin-right: -20px;
}

.author-block {
  display: flex;
  flex-flow: row nowrap;
  height: 130px;
  margin-bottom: 0.5em;
  border-radius: 4px;
  overflow: hidden;
  background-position: bottom left;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  background-image: linear-gradient(7deg, rgba(214, 214, 214, 0.47) 9%, rgba(255, 255, 255, 0) 74%);
}
.author-block__img {
  width: 130px;
  height: 130px;
}
.author-block__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: visible;
}
.author-block__name {
  padding-top: 1.1em;
  margin-left: 0em;
}
.author-block__name h2 {
  margin: 0;
  line-height: 1.1;
}
.author-block__name--first-name {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
}
.author-block__name--last-name {
  font-size: 2.1em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0.3625em;
}

.publications-header {
  display: none;
}

[data-bs-theme=dark] .author-block {
  background-image: linear-gradient(7deg, rgba(0, 0, 0, 0.47) 9%, rgba(0, 0, 0, 0) 74%);
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.authors-wrapper .author-block-wrapper {
  margin-top: 0.75em;
}
.authors-wrapper .author-block-wrapper .author-block {
  width: 370px;
  display: flex;
  flex-flow: row nowrap;
  height: 185px;
  margin-bottom: 0.5em;
  padding-top: 10px;
  border-radius: 4px;
  overflow: hidden;
  background-position: bottom left;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  background-image: linear-gradient(7deg, rgba(214, 214, 214, 0.47) 9%, rgba(255, 255, 255, 0) 74%);
}
.authors-wrapper .author-block-wrapper .author-block__img {
  width: 175px;
  height: 175px;
}
.authors-wrapper .author-block-wrapper .author-block__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: visible;
}
.authors-wrapper .author-block-wrapper .author-block__name {
  padding-top: 30px;
  margin-left: 0em;
}
.authors-wrapper .author-block-wrapper .author-block__name h2 {
  line-height: 1;
}
.authors-wrapper .author-block-wrapper .author-block__name--first-name {
  font-size: 3.3em;
  font-weight: 700;
}
.authors-wrapper .author-block-wrapper .author-block__name--last-name {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0.325em;
}
.authors-wrapper .author-block-wrapper .author-block__name--title {
  font-size: 1.15em;
}
.authors-wrapper .author-bio h2 {
  font-weight: 400;
}
.authors-wrapper .author-bio p {
  font-size: 1.15em;
  line-height: 1.5;
}
.authors-wrapper .analyst-block-wrapper {
  width: 100%;
}
.authors-wrapper .publications-header {
  display: block;
}
.authors-wrapper .author-block__about {
  display: none;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.create-list-modal .zone {
  align-items: center;
  border: 2px dashed #ccc;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 40px 20px;
  cursor: pointer;
}
.create-list-modal .zone.zoneHover {
  border-color: #686868;
}
.create-list-modal .zone.default {
  border-color: #ccc;
}
.create-list-modal .file {
  background: linear-gradient(to bottom, #ddd, #ccc);
  border-radius: 10px;
  display: flex;
  height: 120px;
  width: 160px;
  position: relative;
  z-index: 10;
  flex-direction: column;
  justify-content: center;
}
.create-list-modal .file .remove {
  height: 23px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 23px;
}
.create-list-modal .info {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
}
.create-list-modal .size {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  justify-content: center;
  display: flex;
  font-size: 1.125em;
  padding: 0.25em;
}
.create-list-modal .name {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  font-size: 1.25em;
  padding: 0.25em 0.5em;
  margin-bottom: 0.25em;
}
.create-list-modal .progressBar {
  bottom: 14px;
  position: absolute;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.create-list-modal .form-list-name {
  border: none;
  border-radius: 0;
  border-bottom: var(--bs-border-width) solid var(--bs-modal-header-border-color);
  box-shadow: none;
  width: 16em;
}
.create-list-modal .form-list-name-group {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
}

[data-bs-theme=dark] .create-list-modal .file {
  background: rgba(255, 255, 255, 0.75) !important;
}
[data-bs-theme=dark] .create-list-modal .size,
[data-bs-theme=dark] .create-list-modal .name {
  background-color: #273040;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
#stocks-page .footer-container {
  display: none;
}
#stocks-page .collapsable-container {
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
#stocks-page .collapsable-container__btn.search {
  display: none;
}

#stock-holdings-modal {
  justify-content: center;
}
#stock-holdings-modal .modal-content {
  width: 440px;
}
#stock-holdings-modal .table .ticker-row__cell--company {
  width: 360px;
}

.modal-open:has(.expanded-list-nav-offcanvas) .offcanvas-backdrop {
  top: 100px;
}

.expanded-list-nav-offcanvas {
  margin-top: 100px;
}
.expanded-list-nav-offcanvas .offcanvas-body {
  padding: 0;
  min-height: calc(100vh - 101px);
}
.expanded-list-nav-offcanvas .offcanvas-body .list-nav-scroll-wrapper {
  height: calc(100vh - 115px);
}
.list-nav-offcanvas {
  width: 280px !important;
}
.list-nav-offcanvas .offcanvas-body {
  padding: 0;
  width: 280px;
}
.list-nav-offcanvas .offcanvas-body .list-nav-scroll-wrapper {
  height: calc(100vh - 115px);
}
.list-nav-offcanvas .offcanvas-body .collapsable-container__btn {
  display: none !important;
}

.mobile-list-nav-offcanvas {
  width: min(360px, 92vw) !important;
  max-width: 100vw;
}
.mobile-list-nav-offcanvas .offcanvas-body {
  padding: 0;
  width: 100%;
  min-height: calc(100vh - 75px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-list-nav-offcanvas .offcanvas-body .list-nav-scroll-wrapper {
  height: calc(100vh - 115px);
}

.list-nav-offcanvas-btn {
  position: fixed;
  color: white !important;
  top: 59px;
  left: 88px;
  z-index: 1020;
}
@media screen and (max-width: 767px) {
  .list-nav-offcanvas-btn {
    top: 99px;
  }
}

.stocks-wrapper {
  /* When overlay active: body-side above body-main so rail & overlay receive clicks */
}
.stocks-wrapper .body-main {
  overflow-y: auto !important;
  height: calc(100vh - 101px);
  padding-right: 2.25%;
}
@media only screen and (max-width: 576px) {
  .stocks-wrapper .body-main {
    padding-right: 0%;
    padding-left: 0% !important;
    height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .stocks-wrapper .body-main {
    padding-left: 0% !important;
  }
}
.stocks-wrapper .body-main__right-side {
  max-width: 300px;
}
@media only screen and (max-width: 992px) {
  .stocks-wrapper .body-main__right-side {
    width: 100%;
    max-width: 100%;
  }
}
.stocks-wrapper .body-main__left-side .stock-details {
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  .stocks-wrapper .body-main__left-side .price-change-panel {
    flex-direction: row;
    align-items: center;
  }
  .stocks-wrapper .body-main__left-side .price-change-panel .time-stamp {
    margin-left: 10px;
    margin-bottom: 0 !important;
  }
}
.stocks-wrapper .body-main__left-side .price-change-panel .stock-price {
  font-size: 20px;
  line-height: 1.1;
}
.stocks-wrapper .body-main__left-side .price-change-panel .percent,
.stocks-wrapper .body-main__left-side .price-change-panel .change {
  font-size: 15px;
}
.stocks-wrapper .body-main__left-side .price-change-panel .time-stamp {
  min-width: 70px;
  line-height: 1.4;
  margin-bottom: -3px;
}
.stocks-wrapper .body-side {
  position: sticky;
  top: 0;
  height: calc(100vh - 101px);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
  padding: 0;
  overflow: hidden !important;
  top: 101px;
  align-self: flex-start;
  z-index: 200;
}
.stocks-wrapper .body-side.list-nav-overlay-active {
  overflow: visible !important;
  z-index: 500;
  pointer-events: auto !important;
}
@media only screen and (max-width: 992px) {
  .stocks-wrapper .body-side .list-selector-panel {
    position: absolute;
    z-index: 200;
    box-shadow: 3px 0px 13px rgba(0, 0, 0, 0.4);
  }
}
.stocks-wrapper .body-side .list-navigator {
  transition: display 0.5s ease-in-out;
}
.stocks-wrapper .body-side .navigator-collapse {
  padding-inline: 0.5em;
  padding-block: 0.5em;
  align-self: flex-start;
}
.stocks-wrapper .body-side .navigator-collapse__title {
  font-size: 1.2rem;
}
.stocks-wrapper .body-side .navigator-collapse__button {
  font-size: 1.1rem;
  display: block;
}
.stocks-wrapper .body-side .list-nav-scroll-wrapper .accordion {
  margin-top: -1px;
}
.stocks-wrapper .stocks-body:has(.body-side.list-nav-overlay-active) .body-main {
  position: relative;
  z-index: 1;
}
.stocks-wrapper .stocks-body:has(.body-side.list-nav-overlay-active) .body-side {
  z-index: 500;
}
.stocks-wrapper .body-header__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  .stocks-wrapper .body-header__actions {
    flex-wrap: nowrap;
    column-gap: 0.75rem !important;
  }
}
.stocks-wrapper .border-panel .symbol-details-wrapper h3 {
  white-space: wrap;
}

.print-mode#stocks-page {
  cursor: default !important;
  pointer-events: none !important;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.print-mode#stocks-page .body-side,
.print-mode#stocks-page .body-header,
.print-mode#stocks-page .badge-tile,
.print-mode#stocks-page .chart-details-column {
  display: none !important;
}
.print-mode#stocks-page .stocks-wrapper {
  padding-bottom: 560px;
}
.print-mode#stocks-page .stocks-wrapper .body-main {
  overflow-y: visible !important;
  overflow: visible;
  height: 100%;
  padding: 0 !important;
}
.print-mode#stocks-page .stocks-wrapper .body-main__left-side {
  width: 71%;
  overflow: hidden;
}
.print-mode#stocks-page .stocks-wrapper .body-main__right-side {
  width: 29%;
  padding-left: 15px !important;
}
.print-mode#stocks-page .stocks-wrapper .body-main .pop-panel {
  box-shadow: 0 0 0 0 white !important;
}
.print-mode#stocks-page .stocks-wrapper .body-main .stock-details {
  flex-direction: row;
  /*        margin-top: 15px;*/
}
.print-mode#stocks-page .stocks-wrapper .body-main .stock-details h1 {
  font-size: 1.8em;
  margin-right: 1em;
  margin-bottom: 10px;
}
.print-mode#stocks-page .stocks-wrapper .body-main .company-details-wrapper {
  margin-bottom: 10px;
}
.print-mode#stocks-page .stocks-wrapper .body-main .stock-stats-wrapper .col {
  width: 33%;
}
.print-mode#stocks-page .stocks-wrapper .body-main .tile-list .tile-wrapper {
  flex-wrap: wrap !important;
}
.print-mode#stocks-page .stocks-wrapper .body-main .associated-hotlists {
  max-height: 555px;
  overflow: hidden;
}
.print-mode#stocks-page .stocks-wrapper .body-main .associated-hotlists .tile-wrapper {
  flex-wrap: wrap !important;
}
.print-mode#stocks-page .stocks-wrapper .ticker-chart-header {
  margin-bottom: 1em !important;
  justify-content: flex-start !important;
}
.print-mode#stocks-page .stocks-wrapper .ticker-chart-header h2 {
  font-size: 2em;
  font-weight: 400;
  margin-right: 0;
}
.print-mode#stocks-page .stocks-wrapper .ticker-chart-header .btn-group {
  flex-grow: 0;
}
.print-mode#stocks-page .stocks-wrapper .ticker-chart-header .btn-group .btn-check:checked + .btn {
  background: transparent;
  color: #101629 !important;
  font-weight: bold;
  display: flex !important;
  font-size: 2em;
}
.print-mode#stocks-page .stocks-wrapper .ticker-chart-header .btn-group .btn-check:checked + .btn:hover {
  background-color: transparent;
}
.print-mode#stocks-page .stocks-wrapper .ticker-chart-header .btn-group .btn-check + .btn {
  display: none;
}
.print-mode#stocks-page .stocks-wrapper .ticker-chart-header-bar {
  background-color: white !important;
  color: black;
}
.print-mode#stocks-page .stocks-wrapper .ticker-chart-header-bar .timespan-dropdown-form {
  min-width: 35px;
}
.print-mode#stocks-page .stocks-wrapper .ticker-chart-header-bar .btn {
  color: black;
  border-color: white;
}
.print-mode#stocks-page .stocks-wrapper .ticker-chart-header-bar .dropdown-toggle:after {
  display: none;
}
.print-mode#stocks-page .stocks-wrapper .ticker-chart-header-bar .dropdown-toggle .active {
  color: #1199ff !important;
  filter: brightness(1);
}
.print-mode#stocks-page .stocks-wrapper .ticker-chart-header-bar .timespan-dropdown-form {
  border-color: white;
  background: none;
  border: none;
  padding-right: 0;
  padding-left: 0;
}
.print-mode#stocks-page .stocks-wrapper .checklist-body__panel .checklist-body__panel--header {
  background: #f5f5f5 !important;
  border: 1px solid #ddd;
}
.print-mode#stocks-page .stocks-wrapper .checklist-body__panel .checklist-body__panel--header h2 {
  color: black !important;
}
.print-mode#stocks-page .stocks-wrapper .widget__rating-block {
  background-color: #f5f5f5 !important;
  border: 1px solid #ddd;
}
.print-mode#stocks-page .stocks-wrapper .widget__rating-block h5 {
  color: black !important;
}
.print-mode#stocks-page .stocks-wrapper .list-tile__type {
  background-color: #f5f5f5 !important;
  border: 1px solid #ddd;
}
.print-mode#stocks-page .stocks-wrapper .list-tile__type h4 {
  color: black !important;
}
.print-mode#stocks-page .print-display,
.print-mode#stocks-page .print-only {
  display: block;
}
.print-mode#stocks-page .print-footer.print-display {
  display: none;
}
.print-mode#stocks-page .print-hide {
  display: none !important;
}
.print-mode#stocks-page .print-flex {
  display: flex !important;
}
.print-mode#stocks-page .page-break {
  margin-top: 20px;
  padding-top: 40px;
  display: inline-block;
  border-top: 5px solid rgba(71, 82, 102, 0.15);
}
.print-mode#stocks-page .no-print-display {
  display: none !important;
}
.print-mode#stocks-page ._hj_feedback_container {
  display: none !important;
}
.print-mode#stocks-page #widget-478487 {
  display: none !important;
}

@media print {
  .stocks-wrapper .btn {
    border-width: 0px !important;
  }
  .stocks-wrapper .body-side,
  .stocks-wrapper .body-header {
    display: none !important;
  }
  .stocks-wrapper .body-main {
    overflow-y: visible !important;
    overflow: visible;
    height: 100%;
    padding: 0 !important;
  }
  .stocks-wrapper .body-main__left-side {
    width: 71%;
    overflow: hidden;
  }
  .stocks-wrapper .body-main__right-side {
    width: 29%;
    padding-left: 15px !important;
  }
  .stocks-wrapper .body-main .tile-list .tile-wrapper {
    flex-wrap: wrap !important;
  }
  .stocks-wrapper .body-main .associated-hotlists {
    max-height: 555px;
    overflow: hidden;
  }
  .stocks-wrapper .body-main .associated-hotlists .tile-wrapper {
    flex-wrap: wrap !important;
  }
  .stocks-wrapper .page-break {
    margin-top: 0px !important;
    padding-top: 0px !important;
    border-top: 0px solid rgba(71, 82, 102, 0.15) !important;
  }
  .stocks-wrapper .row-cols-1 .col {
    width: 50% !important;
  }
  .print-mode#stocks-page .stocks-wrapper {
    padding-bottom: 0px !important;
  }
  .print-mode#stocks-page .stock-stats-wrapper .col {
    width: 33% !important;
  }
  .print-mode#stocks-page .advanced-chart-open .col, .print-mode#stocks-page .advanced-chart-open .col-lg-6, .print-mode#stocks-page .advanced-chart-open .col-lg-12 {
    width: 33% !important;
  }
  .print-mode#stocks-page .col-lg-12.col-md-4 {
    width: 100% !important;
  }
}
[data-bs-theme=dark] .stocks-wrapper .body-side {
  background: #273040;
}
[data-bs-theme=dark] .stocks-wrapper .list-selector-panel {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .list-table__heading {
  background: rgba(0, 0, 0, 0.2) !important;
}
[data-bs-theme=dark] .ticker-mentions .list-group-item {
  background: none;
}

.discovery-link {
  text-decoration: unset !important;
}
.discovery-link .discovery-link-text {
  text-decoration: underline !important;
}

@media only screen and (max-width: 576px) {
  .stocks-wrapper .body-header__actions .add-ticker-button-wrapper button > span,
  .stocks-wrapper .body-header__actions .discovery-link-text {
    display: none !important;
  }
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.issues-list-item-wrapper .article-thumbnail-wrapper {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.issues-list-item-wrapper .article-thumbnail-wrapper .article-thumbnail__meta {
  height: 120px;
}
.issues-list-item-wrapper .article-thumbnail-wrapper .article-thumbnail {
  display: flex;
  position: relative;
  height: 180px;
  width: 180px;
  border-radius: 0.5em;
  overflow: hidden;
  padding: 1em;
  color: white;
}
.issues-list-item-wrapper .article-thumbnail-wrapper .article-thumbnail__content {
  display: flex;
  flex-grow: 1;
  z-index: 2;
  align-items: flex-start;
}
.issues-list-item-wrapper .article-thumbnail-wrapper .article-thumbnail__content h4 {
  color: white;
  margin: 0;
}
.issues-list-item-wrapper .article-thumbnail-wrapper .article-thumbnail__content h3 {
  font-size: 18px;
  font-weight: 300;
}
.issues-list-item-wrapper .article-thumbnail-wrapper .article-thumbnail__content button {
  color: white;
  text-align: left;
  padding-left: 0;
  padding-bottom: 0;
}
.issues-list-item-wrapper .article-thumbnail-wrapper .article-thumbnail__content button .save-icon {
  font-size: 18px;
}
.issues-list-item-wrapper .article-thumbnail-wrapper .article-thumbnail__content button:hover .save-text {
  filter: brightness(150%);
}
.issues-list-item-wrapper .article-thumbnail-wrapper .article-thumbnail__content button.saved {
  text-decoration: none;
}
.issues-list-item-wrapper .article-thumbnail-wrapper .article-thumbnail__background {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.issues-list-item-wrapper .article-thumbnail-wrapper .article-thumbnail__background:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.85) 100%);
  content: "";
}
@media (max-width: 576px) {
  .issues-list-item-wrapper .article-thumbnail-wrapper {
    margin: auto -0.5em;
  }
  .issues-list-item-wrapper .article-thumbnail-wrapper .article-thumbnail__meta {
    height: auto;
    min-height: 50px;
  }
  .issues-list-item-wrapper .article-thumbnail-wrapper .article-thumbnail {
    margin-bottom: 1em;
    height: auto;
    width: 100%;
  }
  .issues-list-item-wrapper .article-thumbnail-wrapper .article-thumbnail__content .vstack {
    flex-direction: row !important;
    align-items: center !important;
  }
  .issues-list-item-wrapper .article-thumbnail-wrapper .article-thumbnail__content button {
    padding-top: 0px;
    margin-left: auto;
  }
  .issues-list-item-wrapper .article-thumbnail-wrapper .article-thumbnail__background {
    background-position: left center;
    background-size: cover;
  }
  .issues-list-item-wrapper .article-thumbnail-wrapper .article-thumbnail__background:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.7) 100%);
    content: "";
  }
}
.issues-list-item-wrapper .category--issues:not(:first-child)::before {
  content: ", ";
}
.issues-list-item-wrapper.special-reports .article-thumbnail-wrapper .article-thumbnail .article-thumbnail__background:before {
  background-image: linear-gradient(230deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.85) 100%);
}
.issues-list-item-wrapper.special-reports h4.pub-content a.category--issues {
  color: #1f7e80;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
@media print {
  #issues-updates .issues-updates-wrapper .body-main-column-wrapper {
    width: 100% !important;
  }
  #issues-updates .issues-updates-wrapper .issues-list-item,
  #issues-updates .issues-updates-wrapper .issues-list-item-wrapper {
    page-break-inside: avoid;
    display: block;
  }
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.login-page-wrapper {
  display: flex;
  height: 100vh;
  width: 100vw;
  justify-content: center;
  align-items: center;
  position: relative;
}
.login-page-wrapper::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.66;
  background-image: url(/assets/bg__main-login1-bvjxsMGb.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  z-index: 0;
}
.login-page-wrapper .login-page__side {
  background: white;
  z-index: 2;
}
.login-page-wrapper .login-page__side .login-container {
  color: #101629;
  width: 350px;
  position: relative;
}
.login-page-wrapper .login-page__side .login-container .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-page-wrapper .login-page__side .login-container .logo-wrapper .logo {
  margin-bottom: 1em;
}
.login-page-wrapper .login-page__side .login-container .logo-wrapper .logo--dark-mode {
  display: none;
}
.login-page-wrapper .login-page__side .login-container .logo-wrapper .logo--light-mode {
  display: block;
}
.login-page-wrapper .login-page__side .login-container .magic-link-info-box {
  border-radius: 6px;
  background: #f1f1f1;
  padding: 8px 12px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.login-page-wrapper .login-page__side .login-container .magic-link-info-box .link-icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.login-page-wrapper .login-page__side .login-container .magic-link-info-box span {
  text-decoration: underline;
  color: #567793;
  cursor: pointer;
}
.login-page-wrapper .login-page__side .login-container .magic-link-info-box .spinner {
  font-size: 8px;
  height: 19px;
  margin: 0px 14px 0px 4px;
}
.login-page-wrapper .login-page__side .social-login-section {
  max-width: 615px;
  padding: 26px 0;
  width: 100%;
  position: relative;
}
.login-page-wrapper .login-page__side .social-login-section .social-login-container .social-login-header {
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 40px;
  background: white;
  position: absolute;
}
.login-page-wrapper .login-page__side .disclaimer {
  color: #101629;
}
.login-page-wrapper .login-page__side .disclaimer p {
  margin-bottom: 0;
}
.login-page-wrapper .login-page__side .magic-link-success-screen,
.login-page-wrapper .login-page__side .magic-link-with-email-screen {
  max-width: 350px;
}
.login-page-wrapper .login-page__side .magic-link-success-screen h1,
.login-page-wrapper .login-page__side .magic-link-with-email-screen h1 {
  text-align: center;
  margin-bottom: 32px;
  margin-top: 16px;
}
.login-page-wrapper .login-page__side .magic-link-success-screen .magic-link-success-box,
.login-page-wrapper .login-page__side .magic-link-with-email-screen .magic-link-success-box {
  border: 1px solid #13b64d;
  border-left: 10px solid #13b64d;
  border-radius: 6px;
  padding: 14px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.login-page-wrapper .login-page__side .magic-link-success-screen .magic-link-success-box .link-variant-icon,
.login-page-wrapper .login-page__side .magic-link-with-email-screen .magic-link-success-box .link-variant-icon {
  color: #13b64d;
  font-size: 22px;
  margin-right: 14px;
}
.login-page-wrapper .login-page__side .magic-link-success-screen .magic-link-description,
.login-page-wrapper .login-page__side .magic-link-with-email-screen .magic-link-description {
  margin-bottom: 32px;
  font-size: 16px;
  text-align: center;
}
.login-page-wrapper .login-page__side .magic-link-success-screen .resend-link,
.login-page-wrapper .login-page__side .magic-link-success-screen .go-back,
.login-page-wrapper .login-page__side .magic-link-with-email-screen .resend-link,
.login-page-wrapper .login-page__side .magic-link-with-email-screen .go-back {
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #567793;
}
.login-page-wrapper .login-page__side .magic-link-success-screen .resend-link:hover,
.login-page-wrapper .login-page__side .magic-link-success-screen .go-back:hover,
.login-page-wrapper .login-page__side .magic-link-with-email-screen .resend-link:hover,
.login-page-wrapper .login-page__side .magic-link-with-email-screen .go-back:hover {
  color: #0089c2;
}
.login-page-wrapper .login-page__side .magic-link-success-screen .go-back,
.login-page-wrapper .login-page__side .magic-link-with-email-screen .go-back {
  margin-top: 32px;
}
.login-page-wrapper .login-page__side .magic-link-success-screen .magic-link-email,
.login-page-wrapper .login-page__side .magic-link-with-email-screen .magic-link-email {
  margin-bottom: 32px;
}
.login-page-wrapper .login-page__side .associate-email-container {
  max-width: 380px;
  position: relative;
  margin-top: 10px;
  line-height: 1.4;
}
.login-page-wrapper .login-page__side .associate-email-container h2 {
  text-align: center;
}
.login-page-wrapper .login-page__side .associate-email-container .associate-email-info {
  border: 1px solid #ffa500;
  border-left: 10px solid #ffa500;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.login-page-wrapper .login-page__side .associate-email-container .associate-email-info .info-icon {
  width: 55px;
  height: 55px;
  margin-right: 14px;
  color: #ffa500;
}
.login-page-wrapper .login-page__side .associate-email-container .associate-email-info .associate-email-info-text .m-b-10 {
  margin-bottom: 10px;
}
.login-page-wrapper .login-page__side .associate-email-container .go-back {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  cursor: pointer;
}
.login-page-wrapper .login-page__body {
  z-index: 2;
}
.login-page-wrapper .login-page__body h1 {
  color: white;
  opacity: 1;
  text-align: center;
  margin-bottom: 0.75em;
  line-height: 1.25;
}
@media (max-width: 576px) {
  .login-page-wrapper .login-page__body h1 {
    margin-top: 1em;
  }
}
.login-page-wrapper .login-page__body iframe {
  border-radius: 15px;
  overflow: hidden;
}
.login-page-wrapper .login-page__body .disclaimer {
  color: white;
}
.login-page-wrapper .disclaimer {
  z-index: 2;
  font-size: 0.95em;
  line-height: 1.75;
  text-align: center;
  max-width: 450px;
  color: #101629;
}
.login-page-wrapper .disclaimer a {
  text-decoration: underline;
  color: #567793;
}
.login-page-wrapper .disclaimer a:hover {
  color: #0089c2;
}
.login-page-wrapper .disclaimer-panel {
  font-size: 0.8em;
}
.login-page-wrapper .disclaimer-panel .footer-sub-bottom.marketwise-bp-lockup {
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  min-height: 30px;
  background-color: #000000;
  border-top: 3px solid limegreen;
  color: white;
  font-size: 14px;
}
.login-page-wrapper .disclaimer-panel .footer-sub-bottom.marketwise-bp-lockup .logo-type {
  height: 14px;
  margin-top: -3px;
}
.login-page-wrapper .disclaimer-panel .footer-sub-bottom.marketwise-bp-lockup .logo-icon {
  height: 20px;
  margin-right: 8px;
}
.login-page-wrapper .loading-message {
  text-align: center;
  font-size: 30px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.modal-dialog:has(.password-reset-form) {
  display: flex;
  height: calc(100vh - 50px);
  width: 360px;
  justify-content: center;
  align-items: center;
  position: relative;
}

[data-bs-theme=dark] .login-page-wrapper .login-page__side {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
[data-bs-theme=dark] .login-page-wrapper .login-page__side .login-container .logo-wrapper .logo--dark-mode {
  display: block;
}
[data-bs-theme=dark] .login-page-wrapper .login-page__side .login-container .logo-wrapper .logo--light-mode {
  display: none;
}
[data-bs-theme=dark] .login-page-wrapper .login-page__side .magic-link-info-box {
  background: #273040;
  color: white;
}
[data-bs-theme=dark] .login-page-wrapper .login-page__side .social-login-container .social-login-header {
  background: #131820;
  color: white;
}
[data-bs-theme=dark] .login-page-wrapper .login-page__side .magic-link-description,
[data-bs-theme=dark] .login-page-wrapper .login-page__side .associate-email-info,
[data-bs-theme=dark] .login-page-wrapper .login-page__side .magic-link-success-screen,
[data-bs-theme=dark] .login-page-wrapper .login-page__side .associate-email-container h2 {
  color: white !important;
}
[data-bs-theme=dark] .login-page-wrapper .login-page__side .associate-email-container .go-back {
  color: #567793;
}
[data-bs-theme=dark] .login-page-wrapper .login-page__side .associate-email-container .go-back:hover {
  color: #0089c2;
}
[data-bs-theme=dark] .login-page-wrapper .disclaimer a {
  text-decoration: underline;
  color: white;
}
[data-bs-theme=dark] .login-page-wrapper .disclaimer a:hover {
  color: #0089c2;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.social-login-btn-container {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.social-login-btn-container .social-login-button {
  display: flex;
  align-items: center;
  font-size: 1.15em;
  white-space: nowrap;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #747775;
  color: #1F1F1F;
}
.social-login-btn-container .social-login-button img {
  margin-right: 10px;
}
.social-login-btn-container .social-login-button .magic-link-icon {
  font-size: 1.6em;
  margin-right: 10px;
}
.social-login-btn-container .social-login-button:hover {
  color: unset;
  background-color: unset;
}

[data-bs-theme=dark] .social-login-btn-container .social-login-button {
  background-color: #131314;
  border: 1px solid #8E918F;
  color: #E3E3E3;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.main-issue .article-thumbnail img {
  height: auto;
  width: 175px;
  margin-left: -10px;
  margin-right: 10px;
}
.main-issue .article-meta {
  display: flex;
  align-items: center;
}
.main-issue .article-meta a {
  white-space: nowrap;
}
.main-issue .article-meta .bookmark-button {
  white-space: nowrap;
  margin-left: -0.75em;
}
.main-issue.issues-updates .article-preview-wrapper a:has(> .article-thumbnail) {
  display: none;
}
.main-issue.special-reports .article-thumbnail img {
  height: auto;
  width: 175px;
  margin-top: 5px;
  margin-left: -10px;
  margin-right: 10px;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .main-issue.special-reports .article-preview-wrapper {
    flex-direction: column;
    align-items: center !important;
  }
}

.saved-articles-panel .main-issue.special-reports .article-preview-wrapper a:has(> .article-thumbnail) {
  display: none;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.previous-issue .article-meta {
  display: flex;
  align-items: center;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.main-portfolio-wrapper table th {
  text-align: center;
}
.main-portfolio-wrapper table th:first-of-type {
  text-align: left;
}
.main-portfolio-wrapper table tr td {
  text-align: center;
}
.main-portfolio-wrapper table tr td:first-of-type {
  text-align: left;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths *//*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.pub-section-tile {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 0.25em;
  padding: 0.5em 0.25em;
}
.pub-section-tile h3 {
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}
.pub-section-tile .icon {
  height: 32px;
  width: 32px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.pub-section-tile a:hover {
  text-decoration: underline;
  filter: brightness(125%);
}
.pub-section-tile#issues-theme .icon {
  background-image: url("https://assets-cms.chaikinanalytics.com/images/icons/offering-icon-pub.svg");
}
.pub-section-tile#issues-theme a {
  color: #6c96b9;
}
.pub-section-tile#reports-theme .icon {
  background-image: url("https://assets-cms.chaikinanalytics.com/images/icons/offering-icon-report.svg");
}
.pub-section-tile#reports-theme a {
  color: #1f7e80;
}
.pub-section-tile#portfolio-theme .icon {
  background-image: url("https://assets-cms.chaikinanalytics.com/images/icons/offering-icon-portfolio.svg");
}
.pub-section-tile#portfolio-theme a {
  color: #aca06d;
}
.pub-section-tile#software-theme .icon {
  background-image: url("https://assets-cms.chaikinanalytics.com/images/icons/offering-icon-software.svg");
}
.pub-section-tile#software-theme a {
  color: #003366;
}
.pub-section-tile#guru-theme .icon {
  background-image: url("https://assets-cms.chaikinanalytics.com/images/icons/offering-icon-guru.svg");
}
.pub-section-tile#guru-theme a {
  color: #567793;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.publication-calendar-popover {
  max-width: none;
}
.publication-calendar-popover .popover-body {
  padding: 0.75rem;
}

.publication-calendar {
  width: 18rem;
}
.publication-calendar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.publication-calendar__title {
  font-weight: 600;
  font-size: 1rem;
}
.publication-calendar__nav {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}
.publication-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.15rem;
  text-align: center;
}
.publication-calendar__weekdays {
  margin-bottom: 0.25rem;
}
.publication-calendar__weekday {
  font-size: 0.75rem;
  opacity: 0.6;
}
.publication-calendar__day {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
.publication-calendar__day--muted {
  opacity: 0.35;
}
.publication-calendar__day-btn {
  background: none;
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.publication-calendar__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  border: 2px solid transparent;
  font-size: 0.85rem;
}
.publication-calendar__day--today .publication-calendar__num {
  background-color: #0089c2;
  border-color: #0089c2;
  color: #fff;
  font-weight: 600;
}
.publication-calendar__tooltip-date {
  font-style: italic;
  font-size: 0.8rem;
  opacity: 0.85;
}
.publication-calendar__tooltip-pub {
  font-weight: 700;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.publication-schedule-wrapper .publication-schedule-header h4 {
  font-size: 1rem;
}
.publication-schedule-wrapper .publication-schedule-calendar-link {
  font-size: 0.85rem;
  text-decoration: none;
  white-space: nowrap;
}
.publication-schedule-wrapper .publication-schedule-group {
  background-color: var(--bs-tertiary-bg, rgba(71, 82, 102, 0.05));
  border: 1px solid var(--bs-border-color, rgba(71, 82, 102, 0.15));
  border-radius: 0.5em;
  padding: 0.75rem;
}
.publication-schedule-wrapper .publication-schedule-date {
  font-size: 0.95rem;
  font-style: italic;
  opacity: 0.9;
}
.publication-schedule-wrapper .publication-schedule-empty {
  font-size: 0.95rem;
  padding-top: 0.25rem;
}
.publication-schedule-wrapper .publication-schedule-publication {
  line-height: 1.15;
  gap: 0.5rem;
}
.publication-schedule-wrapper .publication-schedule-bullet {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--bs-secondary-color, #567793);
  flex: 0 0 auto;
}
.publication-schedule-wrapper .publication-schedule-toggle {
  font-size: 0.85rem;
  text-decoration: underline;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
@media print {
  #membership-page .crawl-container {
    display: none;
  }
}

.membership-body-wrapper .page-color-banner {
  background-color: #003366;
}
.membership-body-wrapper .page-color-banner#ca-theme {
  background-image: url(/assets/Masthead_BG--CHAP-O-Y7e1Ye.png);
}
.membership-body-wrapper .page-color-banner#marc-theme {
  background-image: url(/assets/Masthead_BG--MARC-B19XDy4g.png);
}
.membership-body-wrapper .body-header {
  color: white;
}
.membership-body-wrapper .body-header__actions button, .membership-body-wrapper .body-header__actions a {
  color: white;
}
@media (max-width: 576px) {
  .membership-body-wrapper .body-header__actions button, .membership-body-wrapper .body-header__actions a {
    color: #567793;
  }
}
.membership-body-wrapper .page-side {
  min-width: 280px;
  max-width: 320px;
  margin: inherit auto;
}
.membership-body-wrapper .page-side--trust .about-trust p div p:nth-of-type(2) {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0.75em;
  margin-bottom: 0.25em;
}
.membership-body-wrapper .page-side--trust .about-trust p div p:last-of-type {
  font-size: 24px;
}
@media (max-width: 576px) {
  .membership-body-wrapper .page-side {
    font-size: 1.125em;
    max-width: 100%;
  }
}
.membership-body-wrapper .publications-block .publication-tile {
  background-color: #7B6E44;
}
.membership-body-wrapper .publications-block .publication-tile#trust {
  background-image: url(/assets/Pub-Include-Tile--MARC-BeXuhhk1.png);
}
.membership-body-wrapper .publications-block .publication-tile#trust h3 {
  font-size: 20px;
  font-weight: 400;
}
.membership-body-wrapper .mobile-only .body-header__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.membership-body-wrapper .mobile-only .body-header__actions button {
  color: #567793;
}
@media print {
  .membership-body-wrapper .body-header {
    color: #101629 !important;
  }
  .membership-body-wrapper .body-header__actions {
    display: none !important;
  }
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
#my-chaikin .footer-container {
  display: none;
}
#my-chaikin .page-color-banner {
  height: 68px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
  position: sticky;
  top: 100px;
  z-index: 100;
}
#my-chaikin .disclaimer-panel {
  font-size: 0.8em;
}
#my-chaikin.print-mode {
  /*    .page-side,
      .collapsable-container,
      .list-view__side,
      .list__pagination {
        display: none !important;
      }*/
}
#my-chaikin.print-mode .page-body {
  min-height: 1450px;
}
#my-chaikin.print-mode .list-view__main {
  margin-top: 15px;
  padding-left: 20px;
}
#my-chaikin.print-mode .list-view__main.col-lg-8 {
  width: 100%;
}
#my-chaikin.print-mode .list-alerts-panel, #my-chaikin.print-mode .industry-exposure-panel {
  width: 100%;
}
#my-chaikin.print-mode .body-header,
#my-chaikin.print-mode .panel-header,
#my-chaikin.print-mode .list__pagination,
#my-chaikin.print-mode .list-view__side,
#my-chaikin.print-mode .page-side,
#my-chaikin.print-mode .collapsable-container {
  display: none !important;
}
#my-chaikin.print-mode .statement-dropdown .form-select {
  border: 0;
  background-image: none;
  font-weight: 600;
  padding-left: 0.125em;
  font-size: 1em;
}
#my-chaikin.print-mode .list-performance-statement {
  color: black;
  background-color: transparent;
  margin-bottom: 0px;
  margin-top: -10px;
  border: 0 !important;
  padding-left: 0px !important;
}
#my-chaikin.print-mode .list-performance-statement h2 a {
  display: none;
}
#my-chaikin.print-mode .list-performance-statement .statement-dropdown .form-select {
  border: none !important;
  background: none;
}

.my-chaikin-wrapper .body-header {
  position: inherit;
  height: 68px !important;
  justify-content: space-between;
  width: 100%;
}
.my-chaikin-wrapper .body-header .nav-tabs .nav-item .nav-link {
  font-size: 1.25em;
  border-radius: 0.25em 0.25em 0 0;
  padding: 0.5rem 2rem 0.75rem;
  margin: 0 1px -1px;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
}
.my-chaikin-wrapper .body-header .nav-tabs .nav-item .nav-link.active {
  color: #0089c2;
  font-weight: 600;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 576px) {
  .my-chaikin-wrapper .body-header .nav-tabs {
    flex-wrap: nowrap;
    align-items: stretch;
    font-size: 1em;
  }
  .my-chaikin-wrapper .body-header .nav-tabs .nav-item {
    display: flex;
  }
  .my-chaikin-wrapper .body-header .nav-tabs .nav-item .nav-link {
    padding: 0.5rem 1rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
  }
}
@media (max-width: 400px) {
  .my-chaikin-wrapper .body-header .nav-tabs {
    font-size: 0.9em;
  }
  .my-chaikin-wrapper .body-header .nav-tabs .nav-item .nav-link {
    padding: 0.5rem 1rem 0.75rem;
  }
}
.my-chaikin-wrapper .body-header__actions button {
  border-color: transparent;
  padding-left: 5px;
}
.my-chaikin-wrapper .body-header__actions button span {
  text-decoration: underline;
  white-space: nowrap;
}
@media (min-width: 767px) and (max-width: 900px) {
  .my-chaikin-wrapper .body-header__actions button .mobile-hide {
    display: none;
  }
}
@media screen and (max-width: 649px) {
  .my-chaikin-wrapper .body-header__actions button .mobile-hide {
    display: none;
  }
}
@media (max-width: 576px) {
  .my-chaikin-wrapper .body-header__actions button .mobile-hide.create-a-list {
    display: inline-flex !important;
  }
}
.my-chaikin-wrapper .body-header__actions button:hover {
  background-color: transparent;
}
.my-chaikin-wrapper .my-chaikin__dashboard {
  max-width: 1600px;
  position: relative;
  padding-right: 3%;
  overflow-y: scroll !important;
}
@media only screen and (max-width: 576px) {
  .my-chaikin-wrapper .my-chaikin__dashboard {
    height: calc(100vh - 205px) !important;
  }
}
@media (max-width: 991.98px) {
  .my-chaikin-wrapper .my-chaikin__dashboard {
    --bs-gutter-x: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard > .dashboard-body {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard > .dashboard-body > .dashboard-body__main {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .my-chaikin-wrapper .my-chaikin__dashboard .symbol-table-selection-panel .list-selection-dropdowns {
    flex-direction: column;
    align-items: flex-start;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard .symbol-table-selection-panel .list-selection-dropdowns .tree-select {
    max-width: 100%;
    width: 100%;
  }
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__main .welcome-message-container__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  outline: none;
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__main .welcome-message-container__header h2 {
  flex: 1 1 auto;
  min-width: 0;
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__main .welcome-message-container__toggle {
  display: none;
  padding: 0.25rem 0.5rem;
  color: inherit;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1;
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__main .welcome-message-container__toggle:hover, .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__main .welcome-message-container__toggle:focus {
  color: inherit;
  text-decoration: none;
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__main .welcome-message-container__toggle svg {
  vertical-align: middle;
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__main .welcome-message-container__content {
  overflow: hidden;
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__main .welcome-message-container li {
  font-size: 1.125em;
  margin-bottom: 0.8em;
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__main .welcome-message-container li a {
  text-decoration: underline;
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__main .welcome-message-container p a {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__main .welcome-message-container__header {
    cursor: pointer;
    user-select: none;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__main .welcome-message-container__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__main .welcome-message-container__content {
    transition: max-height 0.3s ease, opacity 0.2s ease;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__main .welcome-message-container__content.is-collapsed {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__main .welcome-message-container__content.is-expanded {
    max-height: 1000px;
    opacity: 1;
  }
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__side {
  width: auto;
}
@media (min-width: 1133px) {
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__side {
    width: 100%;
    max-width: 365px;
  }
}
@media (max-width: 967px) {
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body__side {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1132px) {
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body {
    flex-wrap: wrap;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body > .dashboard-body__main {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body > .dashboard-body__side {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 1rem;
    padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body > .dashboard-body__side > .row {
    --bs-gutter-x: 1rem;
    flex-wrap: wrap;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body > .dashboard-body__side > .row > .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body > .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
    margin-top: 1rem;
    padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
  }
}
@media (min-width: 992px) and (max-width: 1132px) {
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body > .dashboard-body__side > .row > .col {
    flex: 0 0 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body #dashboard-tab-wrapper.dashboard-tabs {
  border-bottom: 3px solid #6c96b9;
  margin-top: 2em;
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body #dashboard-tab-wrapper.dashboard-tabs .nav-tabs {
  width: fit-content;
  max-width: 100%;
  flex-wrap: nowrap;
  border-bottom: 0;
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body #dashboard-tab-wrapper.dashboard-tabs .nav-item {
  flex: 0 1 auto;
  margin-bottom: -3px;
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body #dashboard-tab-wrapper.dashboard-tabs .nav-item .nav-link {
  background: rgba(108, 150, 185, 0.15);
  color: #6c96b9;
  font-size: 1.25em;
  height: 46px;
  min-width: 200px;
  width: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 0;
  border: 0;
  border-radius: 0.25rem 0.25rem 0 0;
  white-space: nowrap;
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body #dashboard-tab-wrapper.dashboard-tabs .nav-item .nav-link.active {
  background: #6c96b9;
  color: #ffffff;
  font-weight: 500;
  border-bottom: 0;
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body #dashboard-tab-wrapper.dashboard-tabs .nav-item .nav-link.active:hover {
  background: #6c96b9;
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body #dashboard-tab-wrapper.dashboard-tabs .nav-item .nav-link:hover {
  background: rgba(108, 150, 185, 0.25);
}
.my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body #dashboard-tab-wrapper.dashboard-tabs .nav-item:last-child .nav-link {
  min-width: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (max-width: 991.98px) {
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body #dashboard-tab-wrapper.dashboard-tabs {
    width: 100%;
    max-width: 100%;
    margin: 1em 0 0 0 !important;
    padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body #dashboard-tab-wrapper.dashboard-tabs .nav-tabs {
    width: fit-content;
    max-width: 100%;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body #dashboard-tab-wrapper.dashboard-tabs .nav-item {
    flex: 0 1 auto;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body #dashboard-tab-wrapper.dashboard-tabs .nav-item .nav-link {
    font-size: 0.95em;
    height: 46px;
    min-height: 46px;
    min-width: 200px;
    width: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    white-space: nowrap;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body #dashboard-tab-wrapper.dashboard-tabs .nav-item:last-child .nav-link {
    min-width: 0;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body #dashboard-tab-wrapper.dashboard-tabs .tab-content {
    width: 100%;
    max-width: 100%;
  }
  .my-chaikin-wrapper .my-chaikin__dashboard .dashboard-body #dashboard-tab-wrapper.dashboard-tabs .tab-content .main-panel {
    width: 100%;
    max-width: 100%;
    padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
  }
}
.my-chaikin-wrapper .my-chaikin__list-view {
  max-width: 1600px;
  position: relative;
  padding-right: 3%;
  overflow-y: scroll !important;
}
@media only screen and (max-width: 576px) {
  .my-chaikin-wrapper .my-chaikin__list-view {
    height: calc(100vh - 205px) !important;
  }
}
.my-chaikin-wrapper .my-chaikin__list-view .list-results-table-wrapper {
  margin: auto -1em;
}
.my-chaikin-wrapper .my-chaikin__list-view .list-actions-component {
  align-items: center;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
.my-chaikin-wrapper .my-chaikin__list-view .list-actions-component .form-select {
  font-size: 1.125em;
  width: auto;
}
@media (max-width: 576px) {
  .my-chaikin-wrapper .my-chaikin__list-view .list-actions-component {
    flex-direction: column;
    align-items: flex-start;
  }
  .my-chaikin-wrapper .my-chaikin__list-view .list-actions-component h2 {
    margin-bottom: 0.25em;
  }
  .my-chaikin-wrapper .my-chaikin__list-view .list-actions-component .form-select {
    font-size: 1.125em;
    width: 100%;
  }
}

[data-bs-theme=dark] .my-chaikin-wrapper .body-header .nav-tabs .nav-item .nav-link.active {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040 !important;
}
[data-bs-theme=dark] .my-chaikin-wrapper #dashboard-tab-wrapper.dashboard-tabs .nav-item .nav-link {
  background: rgba(108, 150, 185, 0.15);
  color: white;
}
[data-bs-theme=dark] .my-chaikin-wrapper #dashboard-tab-wrapper.dashboard-tabs .nav-item .nav-link.active {
  filter: brightness(1);
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths *//*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.portfolio-wrapper:first-of-type {
  margin-top: 0;
}
.portfolio-wrapper .portfolio-table-container .portfolio-iframe-wrapper iframe {
  width: 100%;
  border-radius: 0.5em;
}

.portfolio-tracker-widget .portfolio-tracker-widget {
  overflow: visible;
}
@media (max-width: 800px) {
  .portfolio-tracker-widget {
    overflow: visible !important;
  }
}

[data-bs-theme=dark] .portfolio-wrapper .portfolio-table-container .portfolio-iframe-wrapper {
  filter: invert(1);
}
[data-bs-theme=dark] .portfolio-wrapper .portfolio-table-container .portfolio-iframe-wrapper iframe {
  filter: hue-rotate(3.142rad);
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.portfolio-header-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
}
.portfolio-header-actions .portfolio-stop-alerts-toggle.form-check.form-switch {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  column-gap: 0.5rem;
  min-height: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.portfolio-header-actions .portfolio-stop-alerts-toggle .form-check-input {
  float: none;
  margin: 0;
  position: static;
  flex-shrink: 0;
  transform: none;
}
.portfolio-header-actions .portfolio-stop-alerts-toggle .form-check-label {
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.25;
  white-space: nowrap;
}

[data-bs-theme=dark] .portfolio-header-actions .portfolio-stop-alerts-toggle .form-check-label {
  color: #ffffff;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths *//*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.portfolios-wrapper .page-header {
  height: 68px !important;
}

.portfolio-wrapper .portfolio-table-container .portfolio-iframe-wrapper body {
  font-size: 16px !important;
  overflow: hidden !important;
}

.portfolio-select-dropdown .dropdown-menu {
  padding: 0.25em;
  min-width: 250px;
}
.portfolio-select-dropdown .dropdown-menu .dropdown-header {
  font-size: 1em;
  font-weight: 600;
  color: #ffffff;
  cursor: default;
  border-radius: 0.25em;
  background: #273040;
  margin-top: 1em;
  margin-bottom: 0.33em;
}
.portfolio-select-dropdown .dropdown-menu .dropdown-header:first-of-type {
  margin-top: 0;
}
.portfolio-select-dropdown .dropdown-menu .dropdown-item {
  font-size: 1.125em;
  padding-top: 0.33em;
  padding-bottom: 0.33em;
}
.portfolio-select-dropdown .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  border-radius: 0.25em;
}
.portfolio-select-dropdown .dropdown-menu .dropdown-item:active {
  color: #ffffff;
}

@media print {
  .portfolios-wrapper .portfolio-wrapper {
    page-break-after: always;
  }
  .portfolios-wrapper .portfolio-wrapper .panel-object {
    page-break-avoid: always;
  }
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
@media only screen and (max-width: 992px) {
  .collapsable-container {
    display: none;
  }
}
.collapsable-container__btn {
  margin-block: 0.5em;
  margin-inline: 0.25em;
  padding: 0.5em;
  height: 40px;
  padding-right: 5px !important;
}.list-holdings-table tbody {
  background: var(--bs-table-bg);
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.list-selector-panel {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
  overflow: auto !important;
  width: 280px;
  margin-right: -1px;
}
.list-selector-panel .input-group-text {
  padding: 0.5rem !important;
}
.list-selector-panel .list-nav-lite .input-group-text {
  padding: 0.5rem;
}
.list-selector-panel .list-nav-lite .form-control {
  padding: 0.5em !important;
}
.list-selector-panel .stock-search-create-popup {
  top: 156px !important;
}
.list-selector-panel .portfolio-list-link {
  display: flex;
  padding-block: 0.65em;
  padding-inline: 0.75em;
  font-weight: 400;
  font-size: 1.125rem;
  color: #101629;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
.list-selector-panel .portfolio-list-link:hover {
  background: rgba(255, 255, 255, 0.75);
}
.list-selector-panel .portfolio-list-link:hover .trash-can-icon {
  opacity: 1;
}
.list-selector-panel .portfolio-list-link--active {
  background: #273040;
  color: white;
  font-weight: 500;
}
.list-selector-panel .portfolio-list-link--active .trash-can-icon {
  color: white;
  opacity: 1 !important;
}
.list-selector-panel .portfolio-list-link--active:hover {
  background: #273040;
}
.list-selector-panel .portfolio-list-link .trash-can-icon {
  opacity: 0;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0;
}
.list-selector-panel .input-group .input-group-text {
  background-color: #567793;
  color: white;
}
.list-selector-panel .input-group .form-control {
  font-size: 1.125em !important;
  padding: 0.5em 0.75em;
}
.list-selector-panel .form-select {
  font-size: 1em;
}
.list-selector-panel .collapsable-container__btn {
  margin-block: 0em;
  margin-inline: 0em;
  padding: 0.5em;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
}
.list-selector-panel .collapsable-container__btn.collapse {
  display: block;
}
.list-selector-panel .collapsable-container__btn.search {
  display: none;
}
.list-selector-panel .accordion .accordion-item {
  border-radius: 0;
}
.list-selector-panel .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 0;
  color: white;
  font-weight: 600;
  font-size: 1.125rem;
  background-color: #273040;
  padding-right: 0.5em;
  padding-left: 0.75em;
  outline: 0;
  line-height: 1.3;
}
.list-selector-panel .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background: rgba(0, 0, 0, 0.025);
  font-weight: 400;
  color: #101629;
}
.list-selector-panel .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  filter: invert(1);
}
.list-selector-panel .accordion .accordion-item .accordion-header:hover {
  background: rgba(0, 0, 0, 0.05);
}
.list-selector-panel .accordion .accordion-item .accordion-collapse .accordion-body .infinite-scroll-component__outerdiv .list-table-wrapper .list-table__heading {
  background: white;
}
.list-selector-panel .enhanced-lists-dropdown {
  width: 100%;
  padding: 0.5em;
}
.list-selector-panel .enhanced-lists-dropdown .btn {
  width: inherit;
}
.list-selector-panel .enhanced-lists-dropdown .dropdown-toggle {
  font-size: 16px;
  font-weight: 400;
  padding: 0.5em 0.75em;
  color: #101629;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-color: rgba(71, 82, 102, 0.25);
}
.list-selector-panel .enhanced-lists-dropdown .dropdown-toggle:hover {
  border-color: rgba(71, 82, 102, 0.5);
}
.list-selector-panel .enhanced-lists-dropdown .dropdown-toggle.show {
  color: white;
  background-color: #567793;
}
.list-selector-panel .enhanced-lists-dropdown .dropdown-menu {
  width: calc(100% - 1em);
  margin-top: -0.25em;
  padding-block: 0;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
}
.list-selector-panel .enhanced-lists-dropdown__item:active {
  color: white;
}
.list-selector-panel .enhanced-lists-dropdown__item:active .enhanced-lists-dropdown__icon {
  color: white;
}
.list-selector-panel .enhanced-lists-dropdown__accordion-btn,
.list-selector-panel .enhanced-lists-dropdown .dropdown-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.75em;
  min-height: 42px;
}
.list-selector-panel .enhanced-lists-dropdown__accordion-btn, .list-selector-panel .enhanced-lists-dropdown__item-btn {
  background: none;
  border: none;
  text-align: left;
  padding: 0;
  padding-block: 0.3em;
}
.list-selector-panel .enhanced-lists-dropdown__item-btn {
  padding: 0.5em;
  width: 100%;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  display: flex;
  align-items: center;
  border-radius: 0.25em;
}
.list-selector-panel .enhanced-lists-dropdown__item-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.list-selector-panel .enhanced-lists-dropdown__accordion-wrapper {
  display: block !important;
  padding-block: 0 !important;
}
.list-selector-panel .enhanced-lists-dropdown__accordion-wrapper:hover {
  background: none;
}
.list-selector-panel .enhanced-lists-dropdown__accordion-wrapper .accordion-collapse {
  list-style: none;
  padding: 0;
  margin: 0 -0.25em;
  max-height: 200px;
}
.list-selector-panel .enhanced-lists-dropdown__accordion-wrapper .accordion-collapse.show {
  overflow: scroll;
  border-top: 1px solid rgba(71, 82, 102, 0.15);
}
.list-selector-panel .enhanced-lists-dropdown .dropdown-item + .dropdown-item {
  border-top: 0.12em solid rgba(71, 82, 102, 0.15) !important;
}
.list-selector-panel .enhanced-lists-dropdown__icon {
  color: #567793;
  font-size: 1.2rem;
}
.list-selector-panel .enhanced-lists-dropdown h1 {
  color: white;
  font-size: 1.5rem;
  margin: 0;
  padding: 0.5rem;
  background-color: #1e1e1e;
}
.list-selector-panel .list-table-wrapper {
  min-height: inherit;
  overflow: hidden !important;
  position: relative;
}
.list-selector-panel .list-table-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.list-selector-panel .list-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.2);
}
.list-selector-panel .list-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.list-selector-panel .list-table-wrapper::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.4);
}
.list-selector-panel .list-table-wrapper .selected-etf-table {
  margin-bottom: 0;
  border-bottom: 2px solid rgba(71, 82, 102, 0.15);
}
.list-selector-panel .list-table__header {
  position: sticky;
  top: 0;
  z-index: 10;
  font-size: 12px;
}
.list-selector-panel .list-table__heading {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040 !important;
}
.list-selector-panel .list-table__heading button {
  font-weight: 600;
}
.list-selector-panel .old-list-nav-list-holdings-table .ticker-row--lite > .ticker-row__cell {
  padding-left: 1.5em;
}
.list-selector-panel .old-list-nav-list-holdings-table .ticker-row--lite > .ticker-row__cell--rating {
  width: 64px;
}
.list-selector-panel .old-list-nav-list-holdings-table .ticker-row--lite > .ticker-row__cell--rating img {
  width: 42px;
  height: 42px;
}

[data-bs-theme=dark] .list-selector-panel {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .list-selector-panel .list-table__heading {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040 !important;
}
[data-bs-theme=dark] .list-selector-panel .list-table__body {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .list-selector-panel .enhanced-lists-dropdown .dropdown-toggle {
  background: #273040;
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
[data-bs-theme=dark] .list-selector-panel .enhanced-lists-dropdown .dropdown-toggle.show {
  color: white;
  background-color: #567793;
}
[data-bs-theme=dark] .list-selector-panel .portfolio-list-link {
  color: white;
}
[data-bs-theme=dark] .list-selector-panel .portfolio-list-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
[data-bs-theme=dark] .list-selector-panel .portfolio-list-link--active {
  background: #273040;
  color: white;
}
[data-bs-theme=dark] .list-selector-panel .portfolio-list-link--active:hover {
  background: #273040;
}
[data-bs-theme=dark] .list-selector-panel .collapsable-container__btn {
  background-color: transparent;
}
[data-bs-theme=dark] .list-selector-panel .collapsable-container__btn:hover {
  background-color: #567793;
}
[data-bs-theme=dark] .list-selector-panel .accordion .accordion-item .accordion-header .accordion-button {
  background: #0089c2;
  color: white;
}
[data-bs-theme=dark] .list-selector-panel .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .list-selector-panel .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  filter: invert(0);
}
[data-bs-theme=dark] .list-selector-panel .accordion .accordion-item .accordion-body .infinite-scroll-component__outerdiv .list-table-wrapper .list-table__heading {
  background: #273040;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.publication-body-wrapper .body-header {
  color: white;
}
.publication-body-wrapper .body-header__actions button, .publication-body-wrapper .body-header__actions a {
  color: white;
}
@media (max-width: 576px) {
  .publication-body-wrapper .body-header__actions button, .publication-body-wrapper .body-header__actions a {
    color: #101629;
  }
}
.publication-body-wrapper .page-side {
  min-width: 300px;
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .publication-body-wrapper .page-side {
    max-width: 100%;
  }
}
.publication-body-wrapper .page-side .pub-details-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.publication-body-wrapper .page-side .pub-details-wrapper .pub-details-table td {
  width: 50%;
  padding: 0.25em 0.5em;
  background: transparent;
}
.publication-body-wrapper .mobile-only .body-header__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.publication-body-wrapper .mobile-only .body-header__actions button {
  color: #567793;
}

.special-reports .panel-header.issues-theme::after {
  background: #1f7e80 !important;
}
.special-reports .panel-header.issues-theme .panel-header__icon {
  color: #1f7e80;
}
.special-reports .panel-header.issues-theme a {
  color: #068f91;
}
.special-reports .panel-header.issues-theme a:hover {
  text-decoration: underline;
  filter: brightness(125%);
}
.special-reports h4.pub-content .article-category-link {
  color: #1f7e80;
}
.special-reports .btn-outline-primary {
  color: #1f7e80;
  border-color: #1f7e80;
}
.special-reports .btn-outline-primary:hover {
  background-color: #1f7e80;
}

.daily-issues .main-issue .article-thumbnail {
  display: none;
}

@media (max-width: 576px) {
  [data-bs-theme=dark] .publication-body-wrapper .body-header__actions button, [data-bs-theme=dark] .publication-body-wrapper .body-header__actions a {
    color: white;
  }
  [data-bs-theme=dark] .publication-body-wrapper .body-header__actions button svg, [data-bs-theme=dark] .publication-body-wrapper .body-header__actions a svg {
    color: white;
  }
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
#search-results-page .top-bar .search-wrapper {
  visibility: hidden;
}

.search-results-wrapper .page-header {
  position: relative;
  color: #101629;
}
.search-results-wrapper .body-header--search-bar {
  color: white;
  background-color: #273040;
}
.search-results-wrapper .body-header--search-bar .input-group {
  min-width: 200px;
  height: 50px;
  font-size: 16px;
}
.search-results-wrapper .body-header--search-bar .input-group .form-control {
  color: white;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0);
  font-size: 1.125em;
  line-height: 1;
}
.search-results-wrapper .body-header--search-bar .input-group .form-control:focus {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.search-results-wrapper .body-header--search-bar .input-group .input-group-text {
  color: white;
  background-color: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0);
  font-size: 1.125em;
  line-height: 1;
}
.search-results-wrapper .body-header--search-bar input::placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}
.search-results-wrapper .body-header--search-bar .border-panel {
  display: flex;
  height: 50px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 5px !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.search-results-wrapper .body-header--search-bar .border-panel .btn-group .btn {
  margin: 0 3px;
  border-radius: 6px !important;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.search-results-wrapper .body-header--search-bar .border-panel .btn-group .btn-check:checked + .btn {
  border: 1px solid transparent;
  background-color: #567793;
}
.search-results-wrapper .article-results .list-group-item {
  padding: 0.5em 0em;
}
.search-results-wrapper .results-wrapper .list-group-item {
  font-size: 1.25em;
  padding: 0.3em 0.75em;
}
.search-results-wrapper .results-wrapper .list-group-item .symbol {
  font-weight: 700;
  width: 100px;
}
.search-results-wrapper .results-wrapper .list-group-item .rating-icon {
  margin-right: 1em;
}
.search-results-wrapper .results-wrapper .list-group-item .author {
  font-weight: 400;
  width: 150px;
  font-size: 1.25em;
}
.search-results-wrapper .results-wrapper .list-group-item .title {
  font-weight: 300;
  font-size: 1em;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .search-results-wrapper .results-wrapper .list-group-item {
    font-size: 1em;
    padding: 0.5em 0.25em;
  }
  .search-results-wrapper .results-wrapper .list-group-item .symbol {
    font-weight: 700;
    font-size: 1.25em;
    width: 55px;
    min-width: 55px;
  }
  .search-results-wrapper .results-wrapper .list-group-item .rating-icon {
    margin-right: 0em;
  }
  .search-results-wrapper .results-wrapper .list-group-item .author {
    font-weight: 400;
    width: 150px;
    font-size: 1.25em;
  }
  .search-results-wrapper .results-wrapper .list-group-item .title {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .search-results-wrapper .page-header {
    padding-left: 0 !important;
    padding-top: 0.75em !important;
  }
  .search-results-wrapper .body-header--search-bar {
    height: auto !important;
  }
}

.recent-search-dropdown {
  position: sticky;
  z-index: 1000;
  top: 25%;
  left: 50%;
  width: 80%;
  transform: translateX(-25%);
  background-color: white !important;
  color: black;
  padding-inline: 1em;
  padding-block: 1em;
  border-radius: 0.5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

[data-bs-theme=dark] .recent-search-dropdown {
  background-color: black !important;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
body:has(#discovery-page) {
  overflow-x: hidden;
}
body:has(#discovery-page) .discovery-card-popover.popover.show,
body:has(#discovery-page) div:has(> .discovery-card-popover.popover.show) {
  touch-action: pan-y;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
body:has(#discovery-page) .discovery-card-popover .popover-header {
  display: flex;
  align-items: center;
}

#discovery-page .discovery-symbol-body > .body-side.discovery-list-nav-inline {
  display: none !important;
}
@media (min-width: 1024px) {
  #discovery-page .discovery-symbol-body > .body-side.discovery-list-nav-inline {
    display: flex !important;
  }
  #discovery-page .mobile-list-nav-inline-btn,
  #discovery-page .mobile-list-nav-landscape-btn,
  #discovery-page .list-nav-offcanvas-btn {
    display: none !important;
  }
}
@media (min-width: 992px) and (orientation: landscape) and (min-height: 600px) {
  #discovery-page .discovery-symbol-body > .body-side.discovery-list-nav-inline {
    display: flex !important;
  }
  #discovery-page .mobile-list-nav-inline-btn,
  #discovery-page .mobile-list-nav-landscape-btn,
  #discovery-page .list-nav-offcanvas-btn {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) and (orientation: portrait) {
  #discovery-page .mobile-show {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
  }
  #discovery-page .mobile-list-nav-inline-btn.portrait-only {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: nowrap !important;
  }
}
#discovery-page .discovery-symbol-wrapper.discovery-list-nav-full-menu-visible .discovery-symbol-body > .body-side.discovery-list-nav-inline {
  display: flex !important;
}
#discovery-page:has(.discovery-list-nav-full-menu-visible) .mobile-list-nav-inline-btn.portrait-only,
#discovery-page:has(.discovery-list-nav-full-menu-visible) .mobile-list-nav-landscape-btn.landscape-only {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1023.98px) and (orientation: landscape) {
  #discovery-page .mobile-list-nav-landscape-btn.landscape-only {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media (max-width: 1023.98px) {
  #discovery-page .list-nav-offcanvas-btn {
    display: none !important;
  }
}
@media (min-width: 992px) and (orientation: landscape) and (min-height: 600px) {
  #discovery-page .list-nav-offcanvas-btn {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  #discovery-page .list-nav-offcanvas-btn {
    display: block !important;
  }
}
#discovery-page .footer-container {
  display: none;
}
#discovery-page .collapsable-container {
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
#discovery-page .page-color-banner {
  height: 58px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
  position: sticky;
  z-index: 100;
}
#discovery-page .list-selector-panel .list-table__header {
  z-index: 110;
}
#discovery-page .discovery-symbol-main {
  scrollbar-width: none;
}
@media (max-width: 1199.98px) and (orientation: portrait) {
  #discovery-page .discover__discovery-symbol {
    height: auto;
    min-height: 0;
  }
  #discovery-page .discovery-symbol-main {
    scroll-padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }
}
#discovery-page .discovery-wrapper {
  min-height: calc(100dvh - 101px);
}
@media (min-width: 1024px) {
  #discovery-page .discovery-symbol-main.body-main {
    padding-left: 0 !important;
    flex: 1 1 0% !important;
    min-width: 0 !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 992px) and (orientation: landscape) and (min-height: 600px) {
  #discovery-page .discovery-symbol-main.body-main {
    padding-left: 0 !important;
    flex: 1 1 0% !important;
    min-width: 0 !important;
    overflow-y: auto !important;
  }
}

.discovery-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
}
.discovery-wrapper .discovery-symbol-wrapper {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
.discovery-wrapper .discover__discovery-symbol {
  height: auto;
  min-height: 0;
  margin: auto;
}
.discovery-wrapper .discover-tile-list .discovery-total-count {
  font-size: 22px;
  padding: 0px;
}
.discovery-wrapper .discover-tile-list .fa-calendar {
  line-height: 1.35;
  color: white;
}
.discovery-wrapper .discover-tile-list .discovery-calendar {
  padding-left: 38px;
  height: 40px;
  background: unset;
  border: 1px solid rgba(255, 255, 255, 0.4549019608);
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
}
.discovery-wrapper .discover-tile-list .discovery-calendar:hover {
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.0745098039);
}
.discovery-wrapper .discover-tile-list .react-datepicker__input-container .react-datepicker__calendar-icon {
  font-size: 20px;
  color: white;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  left: 10px;
}
.discovery-wrapper .discover-tile-list .react-datepicker-wrapper .react-datepicker__input-container input {
  width: 134px;
}
.discovery-wrapper .discover-tile-list .date-filter-container {
  font-size: 16px;
}
.discovery-wrapper .tile-wrapper {
  flex-wrap: wrap;
}
.discovery-wrapper .tile-wrapper a {
  color: #101629;
}
.discovery-wrapper .industry-icon-row {
  display: flex;
  align-items: center;
  margin-top: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.discovery-wrapper .industry-icon-row .industry-icon-bg {
  padding: 2px 0px;
  margin-right: 6px;
  margin-left: -3px;
}
.discovery-wrapper .industry-icon-row .industry-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.discovery-stock-tile.tile {
  width: 18%;
  min-width: 190px !important;
  max-width: 200px;
  min-height: 144px;
  padding: 8px 10px 4px;
  background: #ffffff;
  border: 1px solid rgba(71, 82, 102, 0.25);
  cursor: default !important;
}
.discovery-stock-tile.tile .fa-discovery-icon {
  font-size: 24px;
}
.discovery-stock-tile.tile .stock-tile__header {
  display: flex;
  align-items: center;
}
.discovery-stock-tile.tile .stock-tile__header--symbol {
  padding-left: 4px;
}
.discovery-stock-tile.tile .stock-tile__header .icon-button {
  margin-right: -4px;
}
.discovery-stock-tile.tile .stock-tile__header--symbol-container {
  cursor: pointer;
}
.discovery-stock-tile.tile .stock-tile__price {
  padding: 3px 0px 0px;
}
.discovery-stock-tile.tile .stock-tile__price--change {
  padding-left: 20px;
}
.discovery-stock-tile.tile .stock-tile__company {
  cursor: default;
}
.discovery-stock-tile.tile .stock-tile__company:hover {
  text-decoration: none;
}
.discovery-stock-tile.tile .stock-tile__company span {
  cursor: pointer;
}
.discovery-stock-tile.tile .stock-tile__company span:hover {
  text-decoration: underline;
}
.discovery-stock-tile.tile .discovery-stock-tile__industry--name {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.discovery-power-bar {
  min-width: 230px;
}

.discovery-tile-wrapper {
  width: 100%;
  overflow: auto;
  background-color: rgba(86, 119, 147, 0.12);
  border-radius: 8px;
  padding: 0.75rem;
  gap: 0.75rem;
  border: 1px solid rgba(71, 82, 102, 0.15);
  margin-top: 6px;
}

.stocks-like-filter-section {
  border: 0;
  padding: 0;
}
.stocks-like-filter-section .stocks-like-filter-header {
  background: #273040;
  border-radius: 6px;
  padding: 6px;
  color: #ffffff;
  display: flex;
  align-items: center;
  min-height: 52px;
}
.stocks-like-filter-section .stocks-like-filter-header .stocks-like-each-filter {
  display: flex;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
  margin-right: 12px;
}
.stocks-like-filter-section .stocks-like-filter-header .stocks-like-match-by-filter {
  display: flex;
  align-items: center;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4549019608);
  border-radius: 6px;
}
.stocks-like-filter-section .stocks-like-filter-header .stocks-like-match-by-filter .each-option {
  padding: 10px;
  height: 40px;
  align-items: center;
  font-size: 14px;
  display: flex;
  cursor: pointer;
}
.stocks-like-filter-section .stocks-like-filter-header .stocks-like-match-by-filter .each-option .info-icon-button {
  color: white;
  opacity: 0.5;
  margin-right: -6px;
  width: 25px;
  height: 25px;
  font-size: 18px;
}
.stocks-like-filter-section .stocks-like-filter-header .stocks-like-match-by-filter .each-option .info-icon-button:hover {
  opacity: 1;
}
.stocks-like-filter-section .stocks-like-filter-header .stocks-like-match-by-filter .left-border {
  border-left: 1px solid rgba(255, 255, 255, 0.4549019608);
}
.stocks-like-filter-section .stocks-like-filter-header .stocks-like-match-by-filter .stocks-like-match-by-active {
  background: #fff;
  color: #0089c2;
  font-weight: bold;
}
.stocks-like-filter-section .stocks-like-filter-header .stocks-like-match-by-filter .stocks-like-match-by-active .info-icon-button {
  color: #0089c2 !important;
}
.stocks-like-filter-section .stocks-like-filter-header .stocks-like-match-by-filter .stocks-like-match-by-active.each-option:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.stocks-like-filter-section .stocks-like-filter-header .stocks-like-match-by-filter .stocks-like-match-by-active.each-option:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.stocks-like-filter-section .stocks-like-filter-dropdown .dropdown-menu {
  padding: 10px 15px;
  white-space: nowrap;
  min-width: 290px;
  width: max-content;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.5);
}
.stocks-like-filter-section .stocks-like-filter-dropdown .dropdown-toggle {
  margin-top: 6px;
  height: 40px;
}
.stocks-like-filter-section .stocks-like-filter-dropdown .date-field-on {
  background: #ffffff;
  border: 1px solid #1199ff;
  color: #1199ff;
  font-weight: 600;
}
.stocks-like-filter-section .stocks-like-filter-dropdown .date-field-on:hover {
  background: #567793;
  border: 1px solid rgba(71, 82, 102, 0.15);
  color: white;
}
.stocks-like-filter-section .stocks-like-filter-dropdown .date-field-on:active {
  background-color: #1199ff;
  border: 1px solid #1198ff;
  color: white;
}
.stocks-like-filter-section .stocks-like-filter-dropdown .date-field-on.show {
  background: #1199ff;
  border: 1px solid #1198ff;
  color: white;
}
.stocks-like-filter-section .stocks-like-filter-dropdown .date-field-on.show:hover {
  background: #1199ff;
  border: 1px solid #1198ff;
  color: white;
}
.stocks-like-filter-section .stocks-like-sortby-dropdown .dropdown-toggle {
  font-size: 15px;
  height: 40px;
  background: unset;
  border: 1px solid rgba(255, 255, 255, 0.4549019608);
}
.stocks-like-filter-section .stocks-like-sortby-dropdown .dropdown-toggle:hover {
  background: unset;
  border: 1px solid #ffffff;
}
.stocks-like-filter-section .stocks-like-sortby-dropdown .fa-arrow-down-wide-short {
  font-size: 18px;
}
.stocks-like-filter-section .filter-by-action-btn {
  border-top: 1px solid rgba(71, 82, 102, 0.15);
  padding-top: 15px;
  margin-top: 15px;
}
.stocks-like-filter-section .filter-by-action-btn .update-btn {
  padding: 4px 15px;
}
.stocks-like-filter-section .stocks-like-filter-body {
  display: flex;
  align-items: center;
}
.stocks-like-filter-section .stocks-like-filter-body .filter-reset-btns {
  text-align: right;
}
.stocks-like-filter-section .stocks-like-filter-body .filter-reset-btns button {
  padding: 0 !important;
}
.stocks-like-filter-section .active-filters-sections {
  display: flex;
  align-items: center;
  padding-top: 5px;
  overflow: auto;
  white-space: nowrap;
}
.stocks-like-filter-section .active-filters-sections .each-active-filter {
  border-radius: 15.5px;
  border: 1px solid rgba(86, 119, 147, 0.33);
  background: rgba(86, 119, 147, 0.08);
  color: #567793;
  padding: 4px 12px;
  margin-right: 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}
.stocks-like-filter-section .active-filters-sections .each-active-filter .filter-close-icon {
  margin-left: 10px;
  cursor: pointer;
}
.stocks-like-filter-section .active-filters-sections .each-active-filter.etf {
  background: #e5eef4;
  color: #567793;
  border: 1px solid #567793;
}

.time-machine-indicator {
  margin-left: 15px;
  border-left: 1px solid rgba(71, 82, 102, 0.15);
  padding-left: 15px;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.time-machine-indicator .time-machine-off {
  color: #567793;
  font-weight: bold;
}
.time-machine-indicator .time-machine-icon {
  margin-right: 6px;
  margin-top: -6px;
  font-size: 24px;
  line-height: 1;
  color: #79018d;
  cursor: pointer;
}
.time-machine-indicator .time-machine-on-text {
  color: #79018d;
  cursor: pointer;
}
.time-machine-indicator .time-machine-off-text {
  cursor: pointer;
}

#discovery-datepicker-portal {
  position: relative;
  z-index: 1020;
}

.discovery-datepicker-popper {
  z-index: 1020 !important;
}
.discovery-datepicker-popper .react-datepicker__children-container {
  width: 100%;
  border-top: 1px solid rgba(71, 82, 102, 0.15);
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
.discovery-datepicker-popper .react-datepicker__month-container {
  display: contents;
}
.discovery-datepicker-popper .date-picker-action-btns {
  text-align: center;
  margin-bottom: 5px;
}
.discovery-datepicker-popper .date-picker-action-btns button {
  padding: 4px;
  min-width: 80px;
}

.date-active-gradient-bg {
  background: linear-gradient(93.82deg, #4F1B76 13%, #A011B0 50%, #79018d 100%) !important;
}
.date-active-gradient-bg .react-datepicker__input-container input {
  background: white !important;
  color: #79018d !important;
  font-weight: 600 !important;
}
.date-active-gradient-bg .react-datepicker__input-container .react-datepicker__calendar-icon {
  color: #79018d !important;
}
.date-active-gradient-bg .reset-calendar {
  color: white !important;
}
.date-active-gradient-bg .discovery-stock-tile.tile {
  border: 1px solid rgba(121, 1, 141, 0.5019607843) !important;
}

.discovery-tile-wrapper-for-date-select {
  padding: 0.75rem;
  gap: 0.75rem;
  border: 1px solid rgba(71, 82, 102, 0.15);
  border-radius: 6px;
  margin-top: 6px;
}
.discovery-tile-wrapper-for-date-select.date-active-gradient-bg {
  background: linear-gradient(93.82deg, rgba(79, 27, 118, 0.3) 13%, rgba(160, 17, 176, 0.3) 50%, rgba(113, 40, 133, 0.3) 100%) !important;
}

.fa-spinner {
  font-size: 18px;
}

.form-check-label {
  opacity: 1 !important;
}

.discovery-stock-madal-spinner {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#discovery-stock-madal .modal-header {
  padding: 12px 10px;
  background-color: rgb(22, 27, 36);
  color: rgb(255, 255, 255);
  margin: 4px;
}
#discovery-stock-madal .modal-header .btn-close {
  filter: invert(1);
}
#discovery-stock-madal .modal-header .modal-title {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
#discovery-stock-madal .modal-body h2 {
  display: flex;
  align-items: center;
}
#discovery-stock-madal .modal-body .discovery-stock-madal-default-sort {
  font-size: 14px;
}
#discovery-stock-madal .modal-body .discovery-stock-madal-default-sort .form-check {
  display: flex;
  align-items: center;
}
#discovery-stock-madal .modal-body .discovery-stock-madal-default-sort .form-check .form-check-label {
  padding-top: 2px;
  margin-left: -5px;
}

.stocks-like-matchby-dropdown {
  display: none;
}
.stocks-like-matchby-dropdown .dropdown-toggle {
  background: unset;
  border: 1px solid rgba(255, 255, 255, 0.4549019608);
}

@media (max-width: 991.98px), ((max-width: 1199.98px) and (orientation: portrait)) {
  .discovery-wrapper .discovery-tile-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .discovery-wrapper .date-filter-container {
    margin-left: 12px;
  }
  .discovery-wrapper .stocks-like-filter-section .stocks-like-filter-body .stocks-like-filter-dropdown .dropdown-menu {
    max-width: calc(100vw - 32px);
    white-space: normal;
  }
  .discovery-wrapper .stocks-like-filter-section .stocks-like-filter-body .active-filters-sections.ms-2 {
    margin-top: 2px;
    width: 100%;
    flex-wrap: wrap;
    overflow: visible;
    white-space: normal;
    row-gap: 6px;
  }
  .discovery-wrapper .stocks-like-filter-section .stocks-like-filter-body .active-filters-sections.ms-2 .each-active-filter {
    margin-right: 6px;
  }
  .discovery-stock-tile.tile {
    flex: 0 0 auto;
  }
  #discovery-stock-madal .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
  }
  #discovery-stock-madal .modal-content {
    height: 100%;
    border-radius: 0;
  }
  #discovery-stock-madal .modal-body {
    overflow-x: auto;
  }
  #discovery-stock-madal .modal-body .list-table {
    min-width: 640px;
  }
}
@media (max-width: 1180px) {
  .stocks-like-matchby-dropdown {
    display: block;
  }
  .stocks-like-matchby-pills {
    display: none !important;
  }
  .date-filter-container {
    margin-left: 12px;
  }
}
@media (max-width: 575px) {
  .discovery-wrapper .stocks-like-filter-section .stocks-like-filter-header {
    padding: 8px;
  }
  .discovery-wrapper .stocks-like-filter-section .stocks-like-filter-header .stocks-like-each-filter {
    font-size: 13px;
  }
  .discovery-wrapper .stocks-like-filter-section .stocks-like-filter-header .stocks-like-each-filter .stocks-like-match-by-filter .each-option {
    padding: 6px 4px;
    font-size: 12px;
  }
  .discovery-wrapper .stocks-like-filter-section .stocks-like-filter-header .stocks-like-each-filter .stocks-like-match-by-filter .each-option .info-icon-button {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .discovery-wrapper .stocks-like-filter-section .stocks-like-filter-header .discovery-calendar {
    padding-left: 30px;
    font-size: 13px;
  }
  .discovery-wrapper .discover-tile-list .discovery-total-count {
    font-size: 18px;
  }
  .stocks-like-sortby-dropdown.ms-auto {
    margin-left: 0 !important;
    width: 100%;
  }
  .stocks-like-sortby-dropdown.ms-auto .dropdown-toggle {
    width: 100%;
    text-align: left;
  }
  .stocks-like-filter-section .stocks-like-filter-header {
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 8px;
    column-gap: 8px;
  }
  .stocks-like-filter-section .stocks-like-filter-header .stocks-like-each-filter {
    flex-wrap: wrap;
    white-space: normal;
    width: 100%;
    margin-right: 0;
  }
  .stocks-like-filter-section .stocks-like-filter-header .stocks-like-each-filter .stocks-like-match-by-filter {
    flex: 1 1 100%;
    min-width: 0;
    max-width: 100%;
  }
  .stocks-like-filter-section .stocks-like-filter-header .stocks-like-each-filter .stocks-like-match-by-filter .each-option {
    flex: 1 1 0;
    justify-content: center;
    padding: 8px 6px;
    font-size: 13px;
    text-align: center;
  }
  .stocks-like-filter-section .stocks-like-filter-header .date-filter-container {
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .stocks-like-filter-section .stocks-like-filter-header .stocks-like-sortby-dropdown.ms-auto {
    margin-left: 0 !important;
  }
  .stocks-like-filter-section .stocks-like-filter-body {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
[data-bs-theme=dark] .discovery-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
[data-bs-theme=dark] .discovery-wrapper .discovery-symbol-wrapper {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
[data-bs-theme=dark] .discovery-wrapper .time-machine-indicator .time-machine-off {
  filter: brightness(150%);
}
[data-bs-theme=dark] .discovery-wrapper .stocks-like-filter-header {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .discovery-wrapper .stocks-like-filter-header .stocks-like-sortby-dropdown .dropdown-toggle {
  border: 1px solid rgba(255, 255, 255, 0.25);
}
[data-bs-theme=dark] .discovery-wrapper .active-filters-sections .each-active-filter {
  background: #567793;
  border: 1px solid rgba(71, 82, 102, 0.5);
  color: white;
}
[data-bs-theme=dark] .discovery-wrapper .body-header .nav-tabs .nav-item .nav-link {
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
}
[data-bs-theme=dark] .discovery-wrapper .body-header .nav-tabs .nav-item .nav-link.active {
  color: #0089c2;
  background-color: rgb(255, 255, 255);
}
[data-bs-theme=dark] .discovery-wrapper .discover-tile-list .fa-calendar {
  color: white;
}
[data-bs-theme=dark] .discovery-wrapper .discover-tile-list .date-filter-container .label {
  color: white;
  opacity: 1;
}
[data-bs-theme=dark] .discovery-wrapper .tile-wrapper a {
  color: white;
}
[data-bs-theme=dark] .discovery-wrapper .discovery-tile-wrapper-for-date-select.date-active-gradient-bg {
  background: linear-gradient(93.82deg, rgba(79, 27, 118, 0.4) 13%, rgba(160, 17, 176, 0.4) 50%, rgba(113, 40, 133, 0.4) 100%) !important;
}
[data-bs-theme=dark] .discovery-wrapper .discovery-tile-wrapper-for-date-select .discovery-stock-tile .stock-tile__match--match-bar .inner-bar.stock {
  background-image: linear-gradient(270deg, rgba(230, 130, 255, 0.5) 0%, rgba(22, 27, 36, 0.062745098) 100%) !important;
}
[data-bs-theme=dark] .discovery-wrapper .border-top, [data-bs-theme=dark] .discovery-wrapper .border {
  border-top: 1px solid rgba(71, 82, 102, 0.5) !important;
}
[data-bs-theme=dark] .discovery-wrapper .react-datepicker-wrapper .react-datepicker__input-container {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
}
[data-bs-theme=dark] .discovery-wrapper .react-datepicker-wrapper .fa-light-calendar-rotate {
  font-size: 20px;
  color: white;
  line-height: 1;
}
[data-bs-theme=dark] .discovery-stock-tile {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(71, 82, 102, 0.7);
}
[data-bs-theme=dark] .discovery-stock-tile .stock-tile .view-match-card-button {
  filter: brightness(150%);
}
[data-bs-theme=dark] .discovery-stock-tile .stock-tile__match-percentage h2 span.etf {
  color: #cf9e7b;
  filter: brightness(150%);
}
[data-bs-theme=dark] .discovery-stock-tile .stock-tile__match-percentage h2 span.stock {
  color: #9758a8;
}
[data-bs-theme=dark] .discovery-stock-tile .stock-tile__match--match-bar .outer-bar {
  background-color: transparent;
  border: 1px solid rgba(71, 82, 102, 0.5) !important;
}
[data-bs-theme=dark] .discovery-stock-tile .stock-tile__match--match-bar .inner-bar.etf {
  background-image: linear-gradient(270deg, rgba(225, 181, 119, 0.5) 0%, rgba(22, 27, 36, 0.062745098) 100%);
  color: white;
}
[data-bs-theme=dark] .discovery-stock-tile .stock-tile__match--match-bar .inner-bar.etf .score {
  color: white;
  filter: brightness(100%);
}
[data-bs-theme=dark] .discovery-stock-tile .stock-tile__match--match-bar .inner-bar.stock {
  background-image: linear-gradient(270deg, rgba(230, 130, 255, 0.5) 0%, rgba(22, 27, 36, 0.062745098) 100%);
  color: white;
}
[data-bs-theme=dark] .discovery-stock-tile .stock-tile__match--match-bar .inner-bar.stock .score {
  color: white;
  filter: brightness(100%);
}
[data-bs-theme=dark] .discovery-stock-tile .stock-tile__match--match-bar .inner-bar.ssc.up-bg {
  background-image: linear-gradient(270deg, rgba(51, 221, 113, 0.5) 5%, #161B24 100%) !important;
  color: white;
}
[data-bs-theme=dark] .discovery-stock-tile .stock-tile__match--match-bar .inner-bar.ssc.up-bg .score {
  color: white;
  filter: brightness(100%);
}
[data-bs-theme=dark] .discovery-stock-tile .stock-tile__match--match-bar .inner-bar.ssc.down-bg {
  background-image: linear-gradient(270deg, rgba(240, 116, 145, 0.5) 5%, #161B24 100%) !important;
  color: white;
}
[data-bs-theme=dark] .discovery-stock-tile .stock-tile__match--match-bar .inner-bar.ssc.down-bg .score {
  color: white;
  filter: brightness(100%);
}
[data-bs-theme=dark] .discovery-stock-tile .stock-tile__match .view-match-card-container .view-match-card-button {
  filter: brightness(150%);
}
[data-bs-theme=dark] .discovery-tile-wrapper {
  border: 1px solid rgb(71, 82, 102) !important;
}
[data-bs-theme=dark] .collapsable-container {
  background: #131820;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.earnings-factor-tabs.nav-tabs {
  font-size: 1.25em;
  border-bottom: 3px solid #6c96b9;
  display: flex;
}
@media only screen and (max-width: 576px) {
  .earnings-factor-tabs.nav-tabs {
    font-size: 1em;
  }
}
.earnings-factor-tabs.nav-tabs .nav-item {
  margin: 0 1px;
  display: flex;
}
.earnings-factor-tabs.nav-tabs .nav-item .nav-link {
  min-height: 48px;
  display: flex;
  line-height: 1;
  padding: 1em;
  background: rgba(108, 150, 185, 0.15);
  cursor: pointer;
}
.earnings-factor-tabs.nav-tabs .nav-item .nav-link.active {
  background: #6c96b9;
  color: #ffffff;
  font-weight: 500;
  border-bottom: 0;
}
.earnings-factor-tabs.nav-tabs .nav-item .nav-link.active:hover {
  background: #6c96b9;
}
.earnings-factor-tabs.nav-tabs .nav-item .nav-link:hover {
  background: rgba(108, 150, 185, 0.25);
}

.eps-tab-diluted {
  width: 140px;
  height: 50px;
  position: relative;
  top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
  border-top: 2px solid lightblue;
  border-left: 2px solid lightblue;
  border-right: 2px solid lightblue;
  border-bottom: 1px solid linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
}

.eps-tab-actual {
  width: 140px;
  height: 50px;
  position: relative;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
  border-top: 1px solid darkgray;
  border-left: 1px solid darkgray;
  border-right: 1px solid darkgray;
}

.earnings-header-short {
  display: none;
}

@media only screen and (max-width: 576px) {
  .earnings-header-full {
    display: none;
  }
  .earnings-header-short {
    display: inline;
  }
  .twenty-factors-panel--earnings.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .twenty-factors-panel--earnings .earnings-data-tables {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: max(0.75rem, env(safe-area-inset-left));
    padding-right: max(2.75rem, 0.75rem + env(safe-area-inset-right));
    width: 100%;
  }
  .twenty-factors-panel--earnings .earnings-data-tables > [class*=col] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .twenty-factors-panel--earnings .earnings-data-tables .table {
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 0.8125rem;
  }
  .twenty-factors-panel--earnings .earnings-data-tables .table th,
  .twenty-factors-panel--earnings .earnings-data-tables .table td {
    padding: 0.35rem 0.2rem;
    vertical-align: middle;
  }
  .twenty-factors-panel--earnings .earnings-data-tables .table th span,
  .twenty-factors-panel--earnings .earnings-data-tables .table td span {
    font-size: inherit;
    line-height: 1.25;
  }
  .twenty-factors-panel--earnings .earnings-data-tables .table tbody td.statData {
    font-weight: 600;
  }
  .twenty-factors-panel--earnings .earnings-data-tables .table h4 {
    font-size: 1rem;
    font-weight: 600;
  }
  .twenty-factors-panel--earnings .earnings-growth-table,
  .twenty-factors-panel--earnings .earnings-surprise-table {
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
  }
  .twenty-factors-panel--earnings .earnings-growth-table th:nth-child(1),
  .twenty-factors-panel--earnings .earnings-growth-table td:nth-child(1) {
    width: 19%;
  }
  .twenty-factors-panel--earnings .earnings-growth-table th:nth-child(2),
  .twenty-factors-panel--earnings .earnings-growth-table td:nth-child(2) {
    width: 21%;
  }
  .twenty-factors-panel--earnings .earnings-growth-table th:nth-child(3),
  .twenty-factors-panel--earnings .earnings-growth-table td:nth-child(3),
  .twenty-factors-panel--earnings .earnings-growth-table th:nth-child(5),
  .twenty-factors-panel--earnings .earnings-growth-table td:nth-child(5) {
    width: 16%;
  }
  .twenty-factors-panel--earnings .earnings-growth-table th:nth-child(4),
  .twenty-factors-panel--earnings .earnings-growth-table td:nth-child(4) {
    width: 28%;
  }
  .twenty-factors-panel--earnings .earnings-surprise-table th:nth-child(1),
  .twenty-factors-panel--earnings .earnings-surprise-table td:nth-child(1) {
    width: 30%;
  }
  .twenty-factors-panel--earnings .earnings-surprise-table th:nth-child(2),
  .twenty-factors-panel--earnings .earnings-surprise-table td:nth-child(2),
  .twenty-factors-panel--earnings .earnings-surprise-table th:nth-child(3),
  .twenty-factors-panel--earnings .earnings-surprise-table td:nth-child(3),
  .twenty-factors-panel--earnings .earnings-surprise-table th:nth-child(4),
  .twenty-factors-panel--earnings .earnings-surprise-table td:nth-child(4),
  .twenty-factors-panel--earnings .earnings-surprise-table th:nth-child(5),
  .twenty-factors-panel--earnings .earnings-surprise-table td:nth-child(5) {
    width: 17.5%;
  }
}
@media only screen and (min-width: 577px) {
  .twenty-factors-panel--earnings .earnings-data-tables {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
[data-bs-theme=dark] .eps-tab-diluted {
  background: #273040;
  border-top: 2px solid lightblue;
  border-left: 2px solid lightblue;
  border-right: 2px solid lightblue;
  border-bottom: 1px solid #273040;
}
[data-bs-theme=dark] .eps-tab-actual {
  background: #273040;
  border-top: 1px solid darkgray;
  border-left: 1px solid darkgray;
  border-right: 1px solid darkgray;
}
[data-bs-theme=dark] .earnings-factor-tabs.nav-tabs .nav-item .nav-link {
  color: white !important;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
/* ListNavigator layout - fixed on left, full viewport height, internal scroll */
#twenty-factors-page .body-side {
  position: fixed;
  top: 101px;
  left: 0;
  height: calc(100vh - 41px);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
  padding: 0;
  overflow: hidden;
  z-index: 200;
  display: flex;
  flex-direction: column;
}
#twenty-factors-page .body-side.list-nav-overlay-active {
  z-index: 500;
  pointer-events: auto !important;
}
#twenty-factors-page .body-side .collapsable-container {
  height: calc(100vh - 101px);
  min-height: 0;
  flex-direction: column;
}
#twenty-factors-page .body-side .list-navigator-wrapper {
  height: 90%;
  min-height: 0;
  overflow: hidden;
}
#twenty-factors-page .body-side .list-nav-scroll-wrapper,
#twenty-factors-page .body-side .pinned-list-panel__content {
  overflow-y: auto !important;
  min-height: 0;
}
#twenty-factors-page .page-body .body-wrapper .body-header {
  color: #101629;
  padding: 0 6px;
  height: 56px !important;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
#twenty-factors-page .page-body .body-wrapper .body-header button {
  color: #567793;
}
#twenty-factors-page .page-body .body-wrapper .body-header .breadcrumbs a {
  color: #567793;
}
#twenty-factors-page .page-body .body-wrapper .body-header .breadcrumbs h1 {
  font-size: 22px;
}
#twenty-factors-page .stocks-body:has(.body-side.list-nav-overlay-active) .body-main {
  position: relative;
  z-index: 1;
}
#twenty-factors-page .stocks-body:has(.body-side.list-nav-overlay-active) .body-side {
  z-index: 500;
}

.modal-open:has(.expanded-list-nav-offcanvas) .offcanvas-backdrop {
  top: 100px;
}

.expanded-list-nav-offcanvas {
  margin-top: 100px;
}
.expanded-list-nav-offcanvas .offcanvas-body {
  padding: 0;
  min-height: calc(100vh - 101px);
}
.expanded-list-nav-offcanvas .offcanvas-body .list-nav-scroll-wrapper {
  height: calc(100vh - 115px);
}

.mobile-list-nav-offcanvas {
  width: min(360px, 92vw) !important;
  max-width: 100vw;
}
.mobile-list-nav-offcanvas .offcanvas-body {
  padding: 0;
  width: 100%;
  min-height: calc(100vh - 75px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-list-nav-offcanvas .offcanvas-body .list-nav-scroll-wrapper {
  height: calc(100vh - 115px);
}
.mobile-list-nav-offcanvas .offcanvas-body .collapsable-container__btn {
  display: none !important;
}

.list-nav-offcanvas-btn {
  position: fixed;
  color: white !important;
  top: 59px;
  left: 88px;
  z-index: 1020;
}
@media screen and (max-width: 767px) {
  .list-nav-offcanvas-btn {
    top: 99px;
  }
}

#twenty-factors-page .ticker-chart-header {
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-top: 0px !important;
}
#twenty-factors-page .ticker-chart-header h2 {
  margin-left: 0.5em;
}
@media screen and (max-width: 576px) {
  #twenty-factors-page .ticker-chart-header h2 {
    margin-top: 0.5em;
    margin-bottom: 0.75em;
  }
}
#twenty-factors-page .pop-panel {
  margin-top: 8px !important;
}
#twenty-factors-page .widget .view-report-button {
  display: none;
}
#twenty-factors-page .widget__header {
  display: none;
}
#twenty-factors-page .stock-changes-wrapper .price-change-panel .stock-price {
  font-size: 20px;
  line-height: 1.1;
}
#twenty-factors-page .stock-changes-wrapper .price-change-panel .percent,
#twenty-factors-page .stock-changes-wrapper .price-change-panel .change {
  font-size: 15px;
}
#twenty-factors-page .stock-changes-wrapper .price-change-panel .time-stamp {
  text-align: right;
}

#twenty-factors-page .twenty-factors-wrapper .body-header {
  color: #101629;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) {
  #twenty-factors-page .twenty-factors-wrapper .body-header {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #twenty-factors-page .twenty-factors-wrapper .body-header {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #twenty-factors-page .twenty-factors-wrapper .body-header {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #twenty-factors-page .twenty-factors-wrapper .body-header {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  #twenty-factors-page .twenty-factors-wrapper .body-header {
    max-width: 1320px;
  }
}
#twenty-factors-page .twenty-factors-wrapper .body-header a,
#twenty-factors-page .twenty-factors-wrapper .body-header button {
  color: #101629;
}
#twenty-factors-page .twenty-factors-wrapper .body-header h1 {
  color: #101629;
}
#twenty-factors-page .twenty-factors-wrapper .body-header .breadcrumbs {
  color: #101629;
}
#twenty-factors-page .twenty-factors-wrapper .body-header .breadcrumbs a {
  color: #101629;
}

.twenty-factors-wrapper {
  margin-top: 1px;
}
.twenty-factors-wrapper .disclaimer-panel {
  margin-top: 4em;
}
.twenty-factors-wrapper .disclaimer-panel p {
  font-size: 0.75em;
}
.twenty-factors-wrapper .print-show {
  display: none;
}

.twenty-factors-panel h2 {
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 0;
}
.twenty-factors-panel.twenty-factors-panel--overall {
  margin-bottom: -28px;
}
.twenty-factors-panel.twenty-factors-panel--overall h2 {
  font-weight: 300;
  margin-bottom: 0.75em;
}
@media (max-width: 576px) {
  .twenty-factors-panel.twenty-factors-panel--overall h2 {
    margin-bottom: 0.5em;
    margin-left: 0;
  }
  .twenty-factors-panel.twenty-factors-panel--overall .twenty-factors-panel--overall__header {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
  }
  .twenty-factors-panel.twenty-factors-panel--overall .stock-changes-wrapper {
    align-self: stretch;
    width: 100%;
  }
  .twenty-factors-panel.twenty-factors-panel--overall .stock-changes-wrapper .price-change-panel {
    width: 100%;
    justify-content: flex-end;
  }
}
.twenty-factors-panel__header {
  background-color: #273040;
}
.twenty-factors-panel__header h2 {
  color: white;
}
@media (max-width: 576px) {
  .twenty-factors-panel__header .toggle-wrapper .form-check {
    flex-direction: column;
    display: flex;
    width: 130px;
    align-items: center;
  }
  .twenty-factors-panel__header .toggle-wrapper .form-check .form-check-input {
    margin: 0;
    margin-bottom: 0.5em;
  }
}
.twenty-factors-panel__subheader {
  background: rgba(0, 0, 0, 0.033);
}
.twenty-factors-panel__subheader h3 {
  color: #101629;
}
.twenty-factors-panel--chart .pgr-widget-wrapper {
  width: 320px;
}
@media (max-width: 576px) {
  .twenty-factors-panel--chart .pgr-widget-wrapper {
    width: 100%;
  }
}
.twenty-factors-panel .rating__analysis {
  padding-top: 0.25em;
}
.twenty-factors-panel .rating__analysis p:last-of-type {
  margin: 0;
}
.twenty-factors-panel .rating__arc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.twenty-factors-panel .rating__arc-wrapper img {
  margin-top: 0.25em;
}
.twenty-factors-panel .rating__sliders .sub-factor-label {
  width: 180px;
  font-size: 1.125em;
}
.twenty-factors-panel .rating__sliders--header .factor-label {
  font-size: 1.25em;
  width: 100px;
  text-transform: capitalize;
}
.twenty-factors-panel .rating__sliders--header .sliderProgress {
  height: 18px;
}
.twenty-factors-panel .rating__sliders--header .slider-disc {
  height: 18px;
  width: 18px;
  border-radius: 18px;
}
.twenty-factors-panel .rating__sliders--header .slider-veryBearish {
  margin-left: -1px;
}
.twenty-factors-panel .rating__sliders--header .slider-bearish {
  margin-left: -6px;
}
.twenty-factors-panel .rating__sliders--header .slider-neutral {
  margin-left: -6px;
}
.twenty-factors-panel .rating__sliders--header .slider-bullish {
  margin-left: -12px;
}
.twenty-factors-panel .rating__sliders--header .slider-veryBullish {
  margin-left: -18px;
}
.twenty-factors-panel .mini-chart-wrapper {
  min-width: 300px;
}
.twenty-factors-panel .toggle-wrapper .form-check label {
  color: white;
}

.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #567793 !important;
  box-shadow: 0 0 0 0.2rem rgba(79, 255, 84, 0.25) !important;
  background-image: none !important;
}

.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%6AA84F%27/%3e%3c/svg%3e") !important;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%6AA84F%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e") !important;
}

.form-check-input:checked {
  background-color: #0089c2 !important;
  border-color: #0089c2;
}

#twenty-factors-page.print-mode .body-side {
  display: none !important;
}
#twenty-factors-page.print-mode .stocks-body .body-main {
  margin-left: 0 !important;
}
#twenty-factors-page.print-mode .main-panel {
  break-inside: avoid;
  page-break-inside: avoid;
}
#twenty-factors-page.print-mode .body-header {
  display: none !important;
}
#twenty-factors-page.print-mode .power-gauge-print-header {
  display: flex;
}
#twenty-factors-page.print-mode .twenty-factors-panel__header {
  background: white !important;
}
#twenty-factors-page.print-mode .twenty-factors-panel__header h2 {
  color: black;
}
#twenty-factors-page.print-mode .twenty-factors-panel {
  width: 290mm;
  margin: 0;
}
#twenty-factors-page.print-mode .twenty-factors-panel .row {
  width: 290mm;
}
#twenty-factors-page.print-mode .twenty-factors-panel--chart .container {
  margin: 0;
}
#twenty-factors-page.print-mode .twenty-factors-panel--overall .col-md-6 {
  width: 30%;
}
#twenty-factors-page.print-mode .border-panel--fill {
  background-color: rgba(0, 0, 0, 0.0125);
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
#twenty-factors-page.print-mode .ticker-chart-wrapper {
  width: 290mm;
  margin-top: -25px;
}
#twenty-factors-page.print-mode .historic-price-chart-wrapper {
  width: 120% !important;
}
#twenty-factors-page.print-mode #chartdiv {
  transform: scale(1.2, 1);
  transform-origin: top left;
}
#twenty-factors-page.print-mode .ticker-chart-header {
  padding-left: 0 !important;
  justify-content: flex-start !important;
}
#twenty-factors-page.print-mode .ticker-chart-header h2 {
  margin-left: 6px;
  font-size: 24px;
}
#twenty-factors-page.print-mode .ticker-chart-header label:not(.disabled) {
  display: none !important;
}
#twenty-factors-page.print-mode .ticker-chart-header .btn-group {
  flex-grow: 0;
}
#twenty-factors-page.print-mode .ticker-chart-header .btn-group .btn {
  background-color: white;
  color: black;
  font-size: 24px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  font-weight: 600;
}
#twenty-factors-page.print-mode .ticker-chart-header .btn-check {
  display: none;
}
#twenty-factors-page.print-mode .earnings-factor-tabs.nav-tabs {
  border-bottom: 0px;
}
#twenty-factors-page.print-mode .earnings-factor-tabs .nav-item .nav-link {
  display: none;
}
#twenty-factors-page.print-mode .earnings-factor-tabs .nav-item .nav-link.active {
  background: white !important;
  color: black;
  display: flex !important;
  padding-left: 0px !important;
  padding-bottom: 0.5em;
  border: 0px solid white;
  font-size: 18px;
}
#twenty-factors-page.print-mode .print-show {
  display: flex !important;
  width: 100%;
  flex-grow: 1;
}

[data-bs-theme=dark] #twenty-factors-page .twenty-factors-wrapper .body-header {
  color: #fff;
}
[data-bs-theme=dark] #twenty-factors-page .twenty-factors-wrapper .body-header a,
[data-bs-theme=dark] #twenty-factors-page .twenty-factors-wrapper .body-header button {
  color: #fff;
}
[data-bs-theme=dark] #twenty-factors-page .twenty-factors-wrapper .body-header h1 {
  color: #fff;
}
[data-bs-theme=dark] #twenty-factors-page .twenty-factors-wrapper .body-header .breadcrumbs {
  color: #fff;
}
[data-bs-theme=dark] #twenty-factors-page .twenty-factors-wrapper .body-header .breadcrumbs a {
  color: #fff;
}
[data-bs-theme=dark] .twenty-factors-wrapper .twenty-factors-panel h2 {
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 0;
}
[data-bs-theme=dark] .twenty-factors-wrapper .twenty-factors-panel.twenty-factors-panel--overall h2 {
  font-weight: 300;
  margin-bottom: 0.75em;
}
[data-bs-theme=dark] .twenty-factors-wrapper .twenty-factors-panel__header {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .twenty-factors-wrapper .twenty-factors-panel__header h2 {
  color: white;
}
[data-bs-theme=dark] .twenty-factors-wrapper .twenty-factors-panel__subheader {
  background: #273040;
}
[data-bs-theme=dark] .twenty-factors-wrapper .twenty-factors-panel__subheader h3 {
  color: white;
}
[data-bs-theme=dark] #twenty-factors-page.print-mode {
  color: black;
}
[data-bs-theme=dark] #twenty-factors-page.print-mode .border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
[data-bs-theme=dark] #twenty-factors-page.print-mode .page-body {
  background: white;
}
[data-bs-theme=dark] #twenty-factors-page.print-mode .page-body h1,
[data-bs-theme=dark] #twenty-factors-page.print-mode .page-body h2,
[data-bs-theme=dark] #twenty-factors-page.print-mode .page-body h3,
[data-bs-theme=dark] #twenty-factors-page.print-mode .page-body h4,
[data-bs-theme=dark] #twenty-factors-page.print-mode .page-body p,
[data-bs-theme=dark] #twenty-factors-page.print-mode .page-body a,
[data-bs-theme=dark] #twenty-factors-page.print-mode .page-body ul,
[data-bs-theme=dark] #twenty-factors-page.print-mode .page-body li,
[data-bs-theme=dark] #twenty-factors-page.print-mode .page-body td,
[data-bs-theme=dark] #twenty-factors-page.print-mode .page-body th {
  color: black !important;
}
[data-bs-theme=dark] #twenty-factors-page.print-mode .page-body th span,
[data-bs-theme=dark] #twenty-factors-page.print-mode .page-body td span {
  color: black;
}
[data-bs-theme=dark] #twenty-factors-page.print-mode .body-header {
  color: black !important;
}
[data-bs-theme=dark] #twenty-factors-page.print-mode .twenty-factors-wrapper .twenty-factors-panel__header {
  background: white !important;
}
[data-bs-theme=dark] #twenty-factors-page.print-mode .btn-group {
  flex-grow: 0;
}
[data-bs-theme=dark] #twenty-factors-page.print-mode .btn-group .btn.btn-primary {
  background-color: white;
}
[data-bs-theme=dark] #twenty-factors-page.print-mode .btn-group .btn.btn-primary span {
  color: black !important;
}
[data-bs-theme=dark] #twenty-factors-page.print-mode .border-panel--fill {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
[data-bs-theme=dark] #twenty-factors-page.print-mode .factor-label {
  color: black !important;
}
[data-bs-theme=dark] #twenty-factors-page.print-mode .sub-factor-label {
  color: black !important;
}

@media print {
  #twenty-factors-page {
    /* Same avoid-mid-section-split guard as the on-screen .print-mode block;
       duplicated under @media print so the actual printer output behaves the
       same way as the Print Preview iframe. */
  }
  #twenty-factors-page .body-side {
    display: none !important;
  }
  #twenty-factors-page .stocks-body .body-main {
    margin-left: 0 !important;
  }
  #twenty-factors-page .main-panel {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  #twenty-factors-page .twenty-factors-panel {
    width: 290mm;
    margin: 0;
  }
  #twenty-factors-page .twenty-factors-panel .row {
    width: 290mm;
  }
  #twenty-factors-page .twenty-factors-panel--chart {
    width: 320mm;
  }
  #twenty-factors-page .twenty-factors-panel--chart .container {
    margin: 0;
  }
  #twenty-factors-page .twenty-factors-panel--overall .col-md-4.col-lg-6 {
    width: 32%;
  }
  #twenty-factors-page .twenty-factors-panel .col-md-3 {
    width: 25%;
  }
  #twenty-factors-page .twenty-factors-panel .col-md-4 {
    width: 32%;
  }
  #twenty-factors-page .twenty-factors-panel .col-md-6,
  #twenty-factors-page .twenty-factors-panel .col-lg-6 {
    width: 50%;
  }
  #twenty-factors-page .twenty-factors-panel .col-md-6.col-xl-3 {
    width: 25%;
  }
  #twenty-factors-page .twenty-factors-panel .col-md-6.col-lg-3 {
    width: 25%;
  }
  #twenty-factors-page .twenty-factors-panel .col-lg-5 {
    width: 40%;
  }
  #twenty-factors-page .twenty-factors-panel .col-lg-7 {
    width: 60%;
  }
  #twenty-factors-page .ticker-chart-wrapper {
    width: 330mm;
    margin-top: -25px;
  }
  #twenty-factors-page .historic-price-chart-wrapper {
    width: 120% !important;
  }
  #twenty-factors-page #chartdiv {
    transform: scale(1.2, 1);
    transform-origin: top left;
  }
  #twenty-factors-page .print-show {
    display: flex !important;
    width: 100%;
  }
  #twenty-factors-page .earnings-footnote {
    margin-top: -35px !important;
  }
  #twenty-factors-page .twenty-factors-panel--earnings {
    margin-top: -60px !important;
  }
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.top-bar {
  background-color: #273040;
  color: #ffffff;
  padding-top: 0.25em;
  align-items: flex-start;
}
.top-bar button, .top-bar a {
  display: flex;
  background-color: transparent;
  border: none;
  min-height: 42px !important;
  align-items: center;
  line-height: 1;
}
.top-bar button:hover, .top-bar a:hover {
  background: rgba(255, 255, 255, 0.15);
}
.top-bar .logo-wrapper {
  display: flex;
}
.top-bar .logo-wrapper .crop-wrapper:hover {
  background: transparent;
}
@media (max-width: 1100px) {
  .top-bar .logo-wrapper .crop-wrapper {
    overflow: hidden;
    width: 50px;
  }
}
@media (max-width: 576px) {
  .top-bar .logo-wrapper {
    margin-right: auto;
  }
}
.top-bar .exit-advanced-chart-button {
  display: none;
}
.top-bar .exit-advanced-chart-button .bs-icon-fix {
  margin-top: 0 !important;
}
.top-bar .snaid-text {
  font-size: 0.9rem;
}
.top-bar .search-wrapper {
  display: flex;
  flex-grow: 1;
  margin-top: 6px;
}
.top-bar .search-wrapper .search-button {
  font-size: 1.25em;
  font-weight: 300;
  background: transparent !important;
  box-shadow: none !important;
}
.top-bar .search-wrapper .search-button .link-variant-icon {
  font-size: 1.25em;
}
.top-bar .search-wrapper .search-icon-mobile {
  font-size: 18px;
  line-height: 1;
}
.top-bar .search-wrapper .search-dropdown-button {
  display: flex;
  flex-grow: 1;
  max-width: 776px;
  height: 42px;
  background: white;
  font-size: 1.125em;
  padding: 0 1.125em 0 0;
  align-items: center;
  color: #101629;
  overflow: hidden;
  justify-content: flex-start;
  font-weight: 400;
  white-space: nowrap;
}
.top-bar .search-wrapper .search-dropdown-button .search-icon {
  display: inline-flex;
  align-items: center;
  font-size: 1.325em;
  line-height: 1;
  justify-content: center;
  height: 100%;
  width: 48px;
  margin-right: 0.5em;
  background: #0089c2;
  color: white;
  border: 2px solid white;
  border-radius: 8px 0 0 8px;
}
.top-bar .search-wrapper--mobile {
  margin: 0;
}
.top-bar .search-wrapper--mobile .search-dropdown-button {
  padding: 0;
  font-size: 1.1em;
  white-space: nowrap;
}
.top-bar .dropdown-menu {
  min-width: 250px;
  padding: 0.25em;
}
.top-bar .dropdown-menu .dropdown-item {
  padding: 0.75em 1em;
  border-radius: 0.25em;
}
.top-bar .dropdown-menu .dropdown-item:active {
  color: white;
}
@media (max-width: 576px) {
  .top-bar .dropdown-menu {
    width: 100vw;
    margin-right: -75px;
  }
  .top-bar .dropdown-menu.show {
    padding: 1em;
  }
}

#dropdown-topbar-theme-button {
  display: flex;
  align-items: center;
}
#dropdown-topbar-theme-button:before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  margin-right: 8px;
  margin-top: 2px;
}

.system-theme #dropdown-topbar-theme-button:before {
  background-image: url(https://assets-cms.chaikinanalytics.com/images/icons/circle-half-white.svg);
}
.system-theme #dropdown-topbar-theme-button:active:before {
  background-image: url(https://assets-cms.chaikinanalytics.com/images/icons/circle-half.svg);
}
.system-theme #dropdown-topbar-theme-button:hover:before {
  background-image: url(https://assets-cms.chaikinanalytics.com/images/icons/circle-half-white.svg);
}

.light-theme #dropdown-topbar-theme-button:before {
  background-image: url(https://assets-cms.chaikinanalytics.com/images/icons/brightness-high-fill.svg);
}
.light-theme #dropdown-topbar-theme-button:active:before {
  background-image: url(https://assets-cms.chaikinanalytics.com/images/icons/brightness-high-fill-black.svg);
}
.light-theme #dropdown-topbar-theme-button:hover:before {
  background-image: url(https://assets-cms.chaikinanalytics.com/images/icons/brightness-high-fill.svg);
}

.dark-theme #dropdown-topbar-theme-button:before {
  margin-top: 0px;
  width: 20px;
  height: 22px;
  background-image: url(https://assets-cms.chaikinanalytics.com/images/icons/moon-fill-white.svg);
}
.dark-theme #dropdown-topbar-theme-button:active:before {
  background-image: url(https://assets-cms.chaikinanalytics.com/images/icons/moon-fill.svg);
}
.dark-theme #dropdown-topbar-theme-button:hover:before {
  background-image: url(https://assets-cms.chaikinanalytics.com/images/icons/moon-fill-white.svg);
}

.mih-100 {
  min-height: 100%;
}

[data-bs-theme=dark] .top-bar a {
  filter: brightness(1);
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.screener-filters__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 0.5rem;
}
.screener-filters__header-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}
.screener-filters__reset-link {
  font-size: 0.875rem;
  color: #567793;
  text-decoration: none;
}
.screener-filters__reset-link:hover {
  text-decoration: underline;
  color: rgb(67.1759656652, 92.9527896996, 114.8240343348);
}
.screener-filters__screen-for {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 0.5rem;
}
.screener-filters__screen-for-label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333;
}
.screener-filters__screen-for-options {
  display: flex;
  gap: 0.5rem;
}
.screener-filters__screen-for-options .form-check {
  margin-bottom: 0;
}
.screener-filters__screen-for-options .form-check .form-check-input {
  cursor: pointer;
}
.screener-filters__screen-for-options .form-check .form-check-label {
  font-size: 0.875rem;
  color: #333;
  cursor: pointer;
}
.screener-filters__within-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 0.5rem;
}
.screener-filters__within-index-label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333;
}
.screener-filters__within-index-dropdown {
  width: auto;
  max-width: 180px;
  font-size: 0.8125rem;
  padding: 0.25rem 0.375rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
}
.screener-filters__within-index-dropdown:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}
.screener-filters__custom-symbols {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
.screener-filters__custom-symbols-label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333;
  flex-shrink: 0;
}
.screener-filters__custom-symbols-input {
  flex: 1;
  max-width: 180px;
  font-size: 0.8125rem;
  padding: 0.25rem 0.375rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
}
.screener-filters__custom-symbols-input::placeholder {
  color: #999;
  font-size: 0.75rem;
}
.screener-filters__custom-symbols-input:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}
.screener-filters__industry-selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  margin-top: -0.25rem;
}
.screener-filters__industry-label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333;
}
.screener-filters__industry-dropdown {
  width: auto;
  max-width: 180px;
  font-size: 0.8125rem;
  padding: 0.25rem 0.375rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
}
.screener-filters__industry-dropdown:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}
.screener-filters__sector-selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  margin-top: -0.25rem;
}
.screener-filters__sector-label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333;
}
.screener-filters__sector-dropdown {
  width: auto;
  min-width: 180px;
  max-width: 180px;
}
.screener-filters__sector-dropdown-toggle {
  width: auto;
  max-width: 180px;
  font-size: 0.8125rem;
  padding: 0.25rem 0.375rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
  cursor: pointer;
}
.screener-filters__sector-dropdown-toggle:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}
.screener-filters__sector-dropdown-toggle:after {
  display: none !important; /* Hides the triangle */
}
.screener-filters__sector-dropdown-menu {
  padding: 0.25rem 0;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  z-index: 1050;
}
.screener-filters__sector-dropdown-item {
  padding: 0.375rem 0.75rem;
  cursor: pointer;
}
.screener-filters__sector-dropdown-item:hover {
  background-color: #f0f0f0;
}
.screener-filters__sector-dropdown-item:active {
  background-color: #e0e0e0;
  color: #333;
}
.screener-filters__sector-dropdown-item .form-check {
  margin-bottom: 0;
  pointer-events: none;
}
.screener-filters__sector-checkbox .form-check-input {
  cursor: pointer;
}
.screener-filters__sector-checkbox .form-check-label {
  font-size: 0.8125rem;
  color: #333;
  cursor: pointer;
}
.screener-filters__subsector-selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  margin-top: -0.25rem;
}
.screener-filters__subsector-label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333;
}
.screener-filters__subsector-dropdown {
  width: auto;
  min-width: 180px;
  max-width: 180px;
}
.screener-filters__subsector-dropdown-toggle {
  width: auto;
  max-width: 180px;
  font-size: 0.8125rem;
  padding: 0.25rem 0.375rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
  cursor: pointer;
}
.screener-filters__subsector-dropdown-toggle:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}
.screener-filters__subsector-dropdown-toggle:after {
  display: none !important; /* Hides the triangle */
}
.screener-filters__subsector-dropdown-menu {
  padding: 0.25rem 0;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  z-index: 1050;
}
.screener-filters__subsector-dropdown-item {
  padding: 0.375rem 0.75rem;
  cursor: pointer;
}
.screener-filters__subsector-dropdown-item:hover {
  background-color: #f0f0f0;
}
.screener-filters__subsector-dropdown-item:active {
  background-color: #e0e0e0;
  color: #333;
}
.screener-filters__subsector-dropdown-item .form-check {
  margin-bottom: 0;
  pointer-events: none;
}
.screener-filters__subsector-checkbox .form-check-input {
  cursor: pointer;
}
.screener-filters__subsector-checkbox .form-check-label {
  font-size: 0.8125rem;
  color: #333;
  cursor: pointer;
}
.screener-filters__userlist-selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  margin-top: -0.25rem;
}
.screener-filters__userlist-label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333;
}
.screener-filters__userlist-dropdown {
  width: auto;
  max-width: 180px;
  font-size: 0.8125rem;
  padding: 0.25rem 0.375rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
}
.screener-filters__userlist-dropdown:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}
.screener-filters__divider {
  border: none;
  border-top: 2px solid #666;
  margin: 0.5rem 0;
}
.screener-filters__section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 0.5rem;
}
.screener-filters__section-title-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.screener-filters__section-title-wrapper:hover .screener-filters__section-caret {
  color: #567793;
}
.screener-filters__section-caret {
  color: #666;
  transition: transform 0.2s ease-in-out, color 0.15s ease-in-out;
}
.screener-filters__section-caret.collapsed {
  transform: rotate(-90deg);
}
.screener-filters__section-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}
.screener-filters__section-content {
  overflow: visible;
  transition: max-height 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
.screener-filters__section-content.collapsed {
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.screener-filters__section-content.expanded {
  max-height: none;
  opacity: 1;
  overflow: visible;
}
.screener-filters__clear-link {
  font-size: 0.875rem;
  color: #567793;
  text-decoration: none;
}
.screener-filters__clear-link:hover {
  text-decoration: underline;
  color: rgb(67.1759656652, 92.9527896996, 114.8240343348);
}
.screener-filters__field-label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333;
  display: block;
  margin-bottom: 0.5rem;
}
.screener-filters__stock-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.screener-filters__stock-rating-label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333;
  flex-shrink: 0;
}
.screener-filters__rating-dropdown {
  width: auto;
  min-width: 160px;
}
.screener-filters__rating-dropdown-toggle {
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
  cursor: pointer;
}
.screener-filters__rating-dropdown-toggle:hover, .screener-filters__rating-dropdown-toggle:focus {
  border-color: #999;
}
.screener-filters__rating-dropdown-toggle:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}
.screener-filters__rating-dropdown-toggle:after {
  display: none !important; /* Hides the triangle */
}
.screener-filters__rating-dropdown-menu {
  padding: 0.25rem 0;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  min-width: 160px;
  z-index: 1050;
}
.screener-filters__rating-dropdown-item {
  padding: 0.375rem 0.75rem;
  cursor: pointer;
}
.screener-filters__rating-dropdown-item:hover {
  background-color: #f0f0f0;
}
.screener-filters__rating-dropdown-item:active {
  background-color: #e0e0e0;
  color: #333;
}
.screener-filters__rating-dropdown-item .form-check {
  margin-bottom: 0;
  pointer-events: none;
}
.screener-filters__rating-checkbox .form-check-input {
  cursor: pointer;
}
.screener-filters__rating-checkbox .form-check-label {
  font-size: 0.875rem;
  color: #333;
  cursor: pointer;
}
.screener-filters__factors {
  margin-bottom: 0.75rem;
}
.screener-filters__factor-rows {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.screener-filters__factor-row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.screener-filters__factor-rating-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  position: relative;
}
.screener-filters__factor-rating-row:last-of-type {
  margin-bottom: 0;
}
.screener-filters__price-return-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  position: relative;
}
.screener-filters__price-return-row:last-of-type {
  margin-bottom: 0;
}
.screener-filters__price-return-row .screener-filters__remove-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: #999;
  line-height: 1;
}
.screener-filters__price-return-row .screener-filters__remove-btn:hover {
  color: #dc3545;
}
.screener-filters__factor-type-dropdown, .screener-filters__factor-grade-dropdown {
  flex: 1;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
}
.screener-filters__factor-type-dropdown:focus, .screener-filters__factor-grade-dropdown:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}
.screener-filters__factor-remove-btn {
  color: #999;
  line-height: 1;
}
.screener-filters__factor-remove-btn:hover {
  color: #dc3545;
}
.screener-filters__checklist-custom {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
}
.screener-filters__performance-columns {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .screener-filters__performance-columns {
    flex-direction: column;
  }
}
.screener-filters__performance-separator {
  width: 1px;
  background-color: #e0e0e0;
  align-self: stretch;
  margin: 0 0.5rem;
}
[data-bs-theme=dark] .screener-filters__performance-separator {
  background-color: rgba(255, 255, 255, 0.1);
}

.screener-filters__add-factor-btn {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  color: #567793;
  text-decoration: none;
}
.screener-filters__add-factor-btn:hover {
  text-decoration: underline;
  color: rgb(67.1759656652, 92.9527896996, 114.8240343348);
}
.screener-filters__earnings-quality {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.screener-filters__earnings-quality .screener-filters__field-label {
  flex-shrink: 0;
  margin-bottom: 0;
}
.screener-filters__earnings-quality-dropdown {
  flex: 0 0 auto;
  width: auto;
  max-width: 140px;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
}
.screener-filters__earnings-quality-dropdown:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}
.screener-filters__profile-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.screener-filters__profile-row .screener-filters__field-label {
  flex-shrink: 0;
  margin-bottom: 0;
}
.screener-filters__profile-dropdown {
  flex: 1;
  max-width: 160px;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
}
.screener-filters__profile-dropdown:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}
.screener-filters__profile-multiselect {
  flex: 1;
  max-width: 160px;
}
.screener-filters__profile-dropdown-toggle {
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
  cursor: pointer;
}
.screener-filters__profile-dropdown-toggle:hover, .screener-filters__profile-dropdown-toggle:focus {
  border-color: #999;
}
.screener-filters__profile-dropdown-toggle:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}
.screener-filters__profile-dropdown-toggle:after {
  display: none !important; /* Hides the triangle */
}
.screener-filters__profile-dropdown-menu {
  padding: 0.25rem 0;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1050;
}
.screener-filters__profile-dropdown-item {
  padding: 0.375rem 0.75rem;
  cursor: pointer;
}
.screener-filters__profile-dropdown-item:hover {
  background-color: #f0f0f0;
}
.screener-filters__profile-dropdown-item:active {
  background-color: #e0e0e0;
  color: #333;
}
.screener-filters__profile-dropdown-item .form-check {
  margin-bottom: 0;
  pointer-events: none;
}
.screener-filters__profile-checkbox .form-check-input {
  cursor: pointer;
}
.screener-filters__profile-checkbox .form-check-label {
  font-size: 0.8125rem;
  color: #333;
  cursor: pointer;
}
.screener-filters__performance-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.screener-filters__performance-row .screener-filters__field-label {
  flex-shrink: 0;
  min-width: 90px;
  margin-bottom: 0;
}
.screener-filters__performance-dropdowns {
  display: flex;
  flex: 1;
  gap: 0.5rem;
}
.screener-filters__performance-dropdown {
  flex: 1;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
}
.screener-filters__performance-dropdown:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}
.screener-filters__fundamental-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.screener-filters__fundamental-row .screener-filters__field-label {
  flex-shrink: 0;
  min-width: 90px;
  margin-bottom: 0;
}
.screener-filters__fundamental-dropdown {
  flex: 1;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
}
.screener-filters__fundamental-dropdown:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}
.screener-filters__etf-factor-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.screener-filters__etf-factor-row .screener-filters__field-label {
  flex-shrink: 0;
  margin-bottom: 0;
}
.screener-filters__etf-factor-dropdown {
  flex: 0 0 auto;
  max-width: 160px;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
}
.screener-filters__etf-factor-dropdown:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}

.screener-filter-box {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
}
.screener-filter-box__header {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.screener-filter-box__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}
.screener-filter-box__body {
  padding: 0.75rem;
}
.screener-filter-box__dropdown {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.875rem;
}
.screener-filter-box__dropdown:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #567793;
  box-shadow: 0 0 0 0.2rem rgba(86, 119, 147, 0.25);
  color: #fff;
}
.screener-filter-box__dropdown option {
  background-color: #2a2a3e;
  color: #fff;
}
.screener-filter-box__input {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.875rem;
}
.screener-filter-box__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.screener-filter-box__input:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #567793;
  box-shadow: 0 0 0 0.2rem rgba(86, 119, 147, 0.25);
  color: #fff;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.screener-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}
.screener-actions__button-group {
  display: flex;
  align-items: center;
  gap: 12px;
}
.screener-actions__run-btn {
  font-weight: 600;
  height: 48px;
  padding: 0 2rem;
  min-width: 200px;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.screener-actions__save-btn {
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #d0d0d0;
  color: #555;
}
.screener-actions__save-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #999;
  color: #333;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.screener-title-bar {
  padding: 0rem 0rem 0 0.5rem;
}
.screener-title-bar__left {
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
}
.screener-title-bar__icon {
  color: #567793;
  flex-shrink: 0;
}
.screener-title-bar__title-container {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
}
.screener-title-bar__title {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  color: #101629;
  cursor: pointer;
  padding: 0.25rem 0.125rem;
  border: 2px solid transparent;
  border-radius: 0.25rem;
  max-width: 25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.screener-title-bar__title:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
[data-bs-theme=dark] .screener-title-bar__title:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.screener-title-bar__status-badge {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: none;
}
.screener-title-bar__status-badge.badge {
  padding: 0.5rem 0.5rem !important;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
}
.screener-title-bar__edit-container {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.35rem;
  max-width: 100%;
  min-width: 0;
}
.screener-title-bar__input {
  flex: 1 1 auto;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  padding: 0.25rem 0.125rem !important;
  line-height: 1.2 !important;
  height: auto !important;
  min-width: 25rem;
  max-width: 25rem;
  width: 25rem;
  border: 2px solid #567793;
  border-radius: 0.25rem;
}
.screener-title-bar__input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.25);
}
[data-bs-theme=dark] .screener-title-bar__input {
  background-color: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  color: #fff;
  border-color: #567793;
}

.screener-title-bar__edit-actions {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0;
}
.screener-title-bar__edit-btn {
  padding: 0.25rem;
  color: #101629;
}
.screener-title-bar__edit-btn:hover {
  color: #567793;
}
.screener-title-bar__btn {
  color: #101629;
  text-decoration: none;
  padding: 0.375rem 0.5rem;
  font-size: 0.875rem;
}
.screener-title-bar__btn:hover {
  color: #567793;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
}
.screener-title-bar__run-btn {
  font-weight: 600;
  padding: 0.5rem 1rem;
}

@media (max-width: 767.98px) {
  .screener-title-bar {
    padding: 0;
  }
  .screener-title-bar__left {
    min-width: 0;
    overflow: hidden;
  }
  .screener-title-bar__icon {
    width: 22px;
    height: 22px;
  }
  .screener-title-bar__title-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    max-width: 100%;
    flex: 1 1 auto;
  }
  .screener-title-bar__title {
    font-size: 1.125rem;
    line-height: 1.3;
    padding: 0.125rem 0.25rem;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .screener-title-bar__status-badge.badge {
    flex-shrink: 0;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.7rem;
    white-space: nowrap;
  }
  .screener-title-bar__edit-container {
    flex-wrap: wrap;
    row-gap: 0.25rem;
  }
  .screener-title-bar__input {
    font-size: 1.125rem;
    min-width: 0;
    width: 100%;
  }
  .screener-title-bar__actions {
    flex-shrink: 0;
  }
  .screener-title-bar__btn {
    padding: 0.375rem 0.4rem;
  }
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
/* Stable layout: 3-column grid (tabs never shift), one vertical rhythm via align-items: center. */
.screener-table-nav-bar {
  background-color: #273040;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  border-radius: 0.5rem;
}
.screener-table-nav-bar__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 1rem;
}
.screener-table-nav-bar__results-count {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  justify-self: start;
}
.screener-table-nav-bar__tabs-wrap {
  justify-self: center;
  display: flex;
  align-items: center;
  align-self: end;
}
.screener-table-nav-bar__count-number {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
}
.screener-table-nav-bar__count-label {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
  color: #fff;
}
.screener-table-nav-bar__tabs {
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.screener-table-nav-bar__tabs.nav {
  flex-wrap: nowrap !important;
  border: 0;
  margin-bottom: -6px;
}
.screener-table-nav-bar__tabs .nav-item {
  display: flex;
  align-items: center;
}
.screener-table-nav-bar__tab {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 1.15rem !important;
  font-weight: 500;
  min-height: 44px;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  line-height: 1.25;
  padding: 0 1.625rem !important;
  border: none !important;
  border-radius: 5px 5px 0 0 !important;
  transition: all 0.2s ease;
  background-color: rgba(86, 119, 147, 0.15) !important;
  cursor: pointer;
  position: relative;
  bottom: -1px;
}
.screener-table-nav-bar__tab:hover {
  color: #fff !important;
  background-color: rgba(86, 119, 147, 0.5) !important;
  border-radius: 5px 5px 0 0 !important;
}
.screener-table-nav-bar__tab.active {
  color: #567793 !important;
  background-color: #ffffff !important;
  font-weight: 600;
  border-radius: 5px 5px 0 0 !important;
}
.screener-table-nav-bar__tab.active:hover {
  background-color: #f8f9fa !important;
}
[data-bs-theme=dark] .screener-table-nav-bar {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
[data-bs-theme=dark] .screener-table-nav-bar__tab {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85) !important;
  filter: none !important;
}
[data-bs-theme=dark] .screener-table-nav-bar__tab:hover {
  background-color: rgba(86, 119, 147, 0.25) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  filter: none !important;
}
[data-bs-theme=dark] .screener-table-nav-bar__tab.active {
  color: rgba(255, 255, 255, 0.85) !important;
  background-color: #0089c2 !important;
  font-weight: 400;
  border-bottom: 0 !important;
  filter: none !important;
}
[data-bs-theme=dark] .screener-table-nav-bar__tab.active:hover {
  background-color: #567793 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  filter: none !important;
}
[data-bs-theme=dark] .screener-table-nav-bar__tab.active .screener-table-nav-bar__tab-star:not(.screener-table-nav-bar__tab-star--active) {
  color: rgba(255, 255, 255, 0.5);
}
[data-bs-theme=dark] .screener-table-nav-bar__tab.active .screener-table-nav-bar__tab-star:not(.screener-table-nav-bar__tab-star--active):hover {
  color: rgba(255, 255, 255, 0.9);
}

.screener-table-nav-bar__tab-item {
  margin: 0 1px;
  display: flex;
  align-items: center;
}
.screener-table-nav-bar__tab-label {
  display: inline;
}
.screener-table-nav-bar__tab-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.35rem;
  opacity: 0.35;
  transition: opacity 0.15s ease, color 0.15s ease;
  color: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer;
}
.screener-table-nav-bar__tab-star:hover {
  opacity: 0.8;
}
.screener-table-nav-bar__tab-star--active {
  opacity: 1 !important;
  color: #ffc107 !important;
}
.screener-table-nav-bar__tab.active .screener-table-nav-bar__tab-star:not(.screener-table-nav-bar__tab-star--active) {
  color: rgba(86, 119, 147, 0.5);
}
.screener-table-nav-bar__tab.active .screener-table-nav-bar__tab-star:not(.screener-table-nav-bar__tab-star--active):hover {
  color: #567793;
  opacity: 0.8;
}
.screener-table-nav-bar__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  min-width: 0;
  justify-self: end;
  flex-wrap: wrap;
}
.screener-table-nav-bar__select-all .form-check {
  margin-bottom: 0;
  padding: 0 !important;
  display: flex;
  align-items: center;
  min-height: 0;
}
.screener-table-nav-bar__select-all .form-check-input {
  float: none !important;
  margin: 0 0.5em 0 0 !important;
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.85) !important;
  cursor: pointer;
}
.screener-table-nav-bar__select-all .form-check-input:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: #fff !important;
}
.screener-table-nav-bar__select-all .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 119, 147, 0.35);
}
.screener-table-nav-bar__select-all .form-check-input:checked {
  background-color: #567793;
  border-color: #567793 !important;
}
.screener-table-nav-bar__select-all .form-check-input:disabled {
  opacity: 0.55;
}
.screener-table-nav-bar__select-all .form-check-label {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  user-select: none;
  cursor: pointer;
}
.screener-table-nav-bar__sort .dropdown-toggle {
  white-space: nowrap;
  height: 40px;
  min-width: fit-content;
}
.screener-table-nav-bar__sort .dropdown-menu {
  background-color: #1e1e2f;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  z-index: 1050;
}
.screener-table-nav-bar__sort .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.85);
}
.screener-table-nav-bar__sort .dropdown-menu .dropdown-item:hover, .screener-table-nav-bar__sort .dropdown-menu .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.screener-table-nav-bar__sort .dropdown-menu .dropdown-item.active, .screener-table-nav-bar__sort .dropdown-menu .dropdown-item:active {
  background-color: #567793;
  color: #fff;
}
.screener-table-nav-bar__sort-btn {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.875rem;
  min-width: 11rem;
  font-size: 1.15rem !important;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  padding: 0.35rem 0.75rem;
  white-space: nowrap;
}
.screener-table-nav-bar__sort-btn:hover {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.screener-table-nav-bar__sort-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 22px;
  width: 22px;
}
.screener-table-nav-bar__sort-text {
  display: inline;
  font-size: 1.15rem !important;
  white-space: nowrap;
  margin-left: 0.35rem;
}
.screener-table-nav-bar__sort-label {
  font-size: 1.15rem !important;
  font-weight: 700;
}
.screener-table-nav-bar__heatmap .dropdown-toggle {
  white-space: nowrap;
}
.screener-table-nav-bar__heatmap .dropdown-menu {
  background-color: #1e1e2f;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  z-index: 1050;
  min-width: 160px;
  padding: 0.25rem 0;
}
.screener-table-nav-bar__heatmap .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.85);
  padding: 0.375rem 1rem;
  font-size: 0.9375rem;
}
.screener-table-nav-bar__heatmap .dropdown-menu .dropdown-item:hover, .screener-table-nav-bar__heatmap .dropdown-menu .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.screener-table-nav-bar__heatmap .dropdown-menu .dropdown-item.active, .screener-table-nav-bar__heatmap .dropdown-menu .dropdown-item:active {
  background-color: #567793;
  color: #fff;
}
.screener-table-nav-bar__heatmap .dropdown-menu .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.1);
}
.screener-table-nav-bar__heatmap-btn {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.15rem !important;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95) !important;
}
.screener-table-nav-bar__heatmap-btn:hover, .screener-table-nav-bar__heatmap-btn:focus {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.screener-table-nav-bar__live-sort-btn {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-size: 1.15rem !important;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95) !important;
  margin-right: 0.5rem;
  position: relative;
  min-width: 15rem;
}
.screener-table-nav-bar__live-sort-btn:hover, .screener-table-nav-bar__live-sort-btn:focus {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.screener-table-nav-bar__live-sort-btn--on {
  background-color: rgba(40, 167, 69, 0.18) !important;
  border-color: rgba(40, 167, 69, 0.55) !important;
}
.screener-table-nav-bar__live-sort-btn--inactive {
  opacity: 0.6;
  color: rgba(255, 255, 255, 0.75) !important;
  background-color: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  font-style: italic;
}
.screener-table-nav-bar__live-sort-btn--inactive.screener-table-nav-bar__live-sort-btn--on {
  background-color: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.screener-table-nav-bar__live-sort-btn--inactive:hover, .screener-table-nav-bar__live-sort-btn--inactive:focus {
  opacity: 0.85;
}
.screener-table-nav-bar__live-sort-label {
  flex: 1 1 auto;
  text-align: left;
  white-space: nowrap;
}
.screener-table-nav-bar__live-sort-pulse {
  display: inline-block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-left: 0.25rem;
  border-radius: 50%;
  background-color: transparent;
}
.screener-table-nav-bar__live-sort-pulse--active {
  background-color: #28a745;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.55);
  animation: screener-live-sort-pulse 1.6s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes screener-live-sort-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.55);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(40, 167, 69, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .screener-table-nav-bar__live-sort-pulse--active {
    animation: none;
  }
}
@media (max-width: 991.98px) {
  .screener-table-nav-bar {
    padding: 0.5rem;
  }
  .screener-table-nav-bar__grid {
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
    column-gap: 0;
  }
  .screener-table-nav-bar__results-count {
    justify-self: stretch;
  }
  .screener-table-nav-bar__count-number, .screener-table-nav-bar__count-label {
    font-size: 1rem;
  }
  .screener-table-nav-bar__tabs-wrap {
    justify-self: stretch;
    align-self: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .screener-table-nav-bar__tabs-wrap::-webkit-scrollbar {
    display: none;
  }
  .screener-table-nav-bar__tabs.nav {
    margin-bottom: 0;
  }
  .screener-table-nav-bar__tab {
    padding: 0 1rem !important;
    min-height: 44px;
    font-size: 1rem !important;
    bottom: 0;
  }
  .screener-table-nav-bar__tab-item {
    flex-shrink: 0;
  }
  .screener-table-nav-bar__right {
    justify-self: stretch;
    justify-content: flex-start;
    gap: 0.75rem 1rem;
    flex-wrap: wrap;
  }
  .screener-table-nav-bar__sort-btn {
    min-width: 0;
    font-size: 0.95rem !important;
    padding: 0.25rem 0.625rem;
  }
  .screener-table-nav-bar__sort-text, .screener-table-nav-bar__sort-label {
    font-size: 0.95rem !important;
  }
  .screener-table-nav-bar__heatmap-btn {
    font-size: 0.95rem !important;
  }
  .screener-table-nav-bar__live-sort-btn {
    min-width: 0;
    flex: 1 1 auto;
  }
}
@media (max-width: 767.98px) {
  .screener-table-nav-bar__results-count {
    flex-wrap: wrap;
    row-gap: 0.25rem;
  }
  .screener-table-nav-bar__results-count .screener-results-table__results-count,
  .screener-table-nav-bar__results-count .screener-results-table__page-size-select,
  .screener-table-nav-bar__results-count .screener-results-table__results-text {
    display: none !important;
  }
  .screener-table-nav-bar__tabs-wrap {
    width: 100%;
    margin-top: 0.125rem;
  }
  .screener-table-nav-bar__tabs {
    width: max-content;
    min-width: 100%;
  }
  .screener-table-nav-bar__right {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    padding-bottom: 0.125rem;
    scrollbar-width: none;
  }
  .screener-table-nav-bar__right::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .screener-table-nav-bar__tab {
    padding: 0 0.875rem !important;
    font-size: 0.9375rem !important;
  }
  .screener-table-nav-bar__count-number, .screener-table-nav-bar__count-label {
    font-size: 0.9375rem;
  }
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.screener-filter-toolbar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  min-width: 0;
  padding-left: 0rem;
  padding-right: 0rem;
}
.screener-filter-toolbar__open-btn {
  flex-shrink: 0;
  margin-left: 9px;
}
.screener-filter-toolbar__badge-scroll-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: 0.25rem;
  border-left: 1px solid rgba(71, 82, 102, 0.15);
}
.screener-filter-toolbar__scroll-btn {
  flex-shrink: 0;
  padding: 0.125rem 0.35rem;
  line-height: 1;
  border: 0px solid rgba(0, 0, 0, 0.15);
  background: var(--bs-body-bg);
  border-radius: 0.25rem;
}
[data-bs-theme=dark] .screener-filter-toolbar__scroll-btn {
  border-color: rgba(255, 255, 255, 0.15);
}

.screener-filter-toolbar__scroll-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.screener-filter-toolbar__badge-strip {
  flex: 1;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
}
.screener-filter-toolbar__badge-strip::-webkit-scrollbar {
  display: none;
}
.screener-filter-toolbar__badges-inner {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.35rem;
}
.screener-filter-toolbar__filter-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  flex-shrink: 0;
  height: 2.375rem;
  max-width: 320px;
  white-space: nowrap;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  padding: 0 0.625rem 0 0.875rem !important;
  line-height: 1 !important;
  border-radius: 50rem !important;
  cursor: pointer;
  transition: background-color 0.15s ease, opacity 0.15s ease;
}
.screener-filter-toolbar__filter-badge:hover {
  opacity: 0.85;
}
.screener-filter-toolbar__filter-badge--no-remove {
  padding-right: 0.875rem !important;
}
.screener-filter-toolbar__filter-badge--incomplete {
  color: #212529 !important;
}
.screener-filter-toolbar__badge-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.screener-filter-toolbar__badge-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  color: inherit;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.screener-filter-toolbar__badge-remove:hover {
  background: rgba(255, 255, 255, 0.45);
}
.screener-filter-toolbar__empty {
  font-size: 0.875rem;
  color: var(--bs-secondary-color);
}

@media (max-width: 767.98px) {
  .screener-filter-toolbar {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .screener-filter-toolbar__open-btn {
    margin-left: 0;
    width: 100%;
  }
  .screener-filter-toolbar__open-btn > * {
    width: 100%;
    justify-content: center;
  }
  .screener-filter-toolbar__badge-scroll-wrap {
    width: 100%;
    border-left: 0;
    padding-left: 0;
  }
  .screener-filter-toolbar__filter-badge {
    height: 2rem;
    font-size: 0.8125rem !important;
    max-width: 220px;
  }
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.screener-filter-panel-page {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .screener-filter-panel-page {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.screener-filter-panel-page h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333;
}
[data-bs-theme=dark] .screener-filter-panel-page h6 {
  color: rgba(255, 255, 255, 0.9);
}

.screener-filter-panel-page__section {
  flex: 1;
  min-width: 280px;
  max-width: 400px;
  margin-bottom: 0;
  padding: 1rem;
  padding-bottom: 1rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
[data-bs-theme=dark] .screener-filter-panel-page__section {
  border-right-color: rgba(255, 255, 255, 0.1);
}

.screener-filter-panel-page__section:last-child {
  border-right: none;
}
@media (max-width: 1200px) {
  .screener-filter-panel-page__section {
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
  }
  [data-bs-theme=dark] .screener-filter-panel-page__section {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .screener-filter-panel-page__section:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.screener-filter-panel-page__section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.screener-filter-panel-page__reset-all-btn {
  background-color: #fff;
  border: none;
  color: #567793;
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  margin-left: auto;
  cursor: pointer;
}
.screener-filter-panel-page__reset-all-btn:hover {
  background-color: #f8f9fa;
  color: rgb(67.1759656652, 92.9527896996, 114.8240343348);
}
.screener-filter-panel-page__reset-all-btn:focus {
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}
.screener-filter-panel-page__reset-all-btn span {
  text-decoration: underline;
}
[data-bs-theme=dark] .screener-filter-panel-page__reset-all-btn {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  color: #567793;
}
[data-bs-theme=dark] .screener-filter-panel-page__reset-all-btn:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.screener-filter-panel-page__section-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.75rem;
}
[data-bs-theme=dark] .screener-filter-panel-page__section-title {
  color: rgba(255, 255, 255, 0.9);
}

.screener-filter-panel-page__clear-btn {
  color: #6c757d;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.screener-filter-panel-page__clear-btn:hover {
  color: #567793;
}
[data-bs-theme=dark] .screener-filter-panel-page__clear-btn {
  color: rgba(255, 255, 255, 0.7);
}
[data-bs-theme=dark] .screener-filter-panel-page__clear-btn:hover {
  color: #567793;
}

.screener-filter-panel-page__field {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.screener-filter-panel-page__field:last-child {
  margin-bottom: 0;
}
.screener-filter-panel-page__field--fundamentals {
  gap: 0.25rem;
}
.screener-filter-panel-page__field--full-width {
  gap: 0;
}
.screener-filter-panel-page__field--full-width .screener-filter-panel-page__dropdown,
.screener-filter-panel-page__field--full-width .react-datepicker-wrapper {
  width: 100%;
  flex: 1;
}
.screener-filter-panel-page__field--full-width .screener-filter-panel-page__multiselect,
.screener-filter-panel-page__field--full-width .screener-filter-panel-page__multiselect.dropdown {
  width: 100%;
  flex: 1;
}
.screener-filter-panel-page__field--full-width .screener-filter-panel-page__dropdown-toggle.form-select {
  width: 100%;
  max-width: none;
}
.screener-filter-panel-page__field--universe-secondary {
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
}
.screener-filter-panel-page__field--half-width {
  gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.screener-filter-panel-page__field--half-width .react-datepicker-wrapper {
  flex: 0 0 calc(50% - 0.25rem);
  min-width: 0;
}
.screener-filter-panel-page__current-price-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: 100%;
  align-items: start;
}
.screener-filter-panel-page__current-price-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.screener-filter-panel-page__current-price-custom {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  color: #555;
}
[data-bs-theme=dark] .screener-filter-panel-page__current-price-custom {
  color: rgba(255, 255, 255, 0.75);
}

.screener-filter-panel-page__current-price-custom .form-control {
  max-width: 6.5rem;
  font-size: 0.875rem;
}
.screener-filter-panel-page__current-price-error {
  font-size: 0.75rem;
  color: #dc3545;
  margin-top: -0.25rem;
}
.screener-filter-panel-page__universe-validation-error {
  font-size: 0.75rem;
  color: #dc3545;
  margin-top: 0.35rem;
  width: 100%;
}
.screener-filter-panel-page__checklist-custom {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
.screener-filter-panel-page__checklist-custom > .screener-filter-panel-page__field {
  display: grid;
  grid-template-columns: 15.5rem minmax(0, 1fr);
  align-items: center;
  column-gap: 0.5rem;
  margin-bottom: 0;
  width: 100%;
}
.screener-filter-panel-page__checklist-custom > .screener-filter-panel-page__field .screener-filter-panel-page__field-label {
  flex-shrink: unset;
  min-width: 0;
  max-width: 100%;
}
.screener-filter-panel-page__checklist-custom > .screener-filter-panel-page__field .screener-filter-panel-page__multiselect {
  flex: unset;
  width: 100%;
  min-width: 0;
}
.screener-filter-panel-page__earnings-quality-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
}
.screener-filter-panel-page__earnings-quality-label {
  min-width: 0;
}
.screener-filter-panel-page__earnings-quality-checks {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: 100%;
}
.screener-filter-panel-page__earnings-quality-check {
  margin-bottom: 0;
}
.screener-filter-panel-page__cmf-strength-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
}
.screener-filter-panel-page__cmf-strength-checks {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: 100%;
}
.screener-filter-panel-page__cmf-strength-checks .screener-filter-panel-page__cmf-strength-check {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  margin-bottom: 0;
  min-width: 0;
  padding-left: 0;
}
.screener-filter-panel-page__cmf-strength-checks .screener-filter-panel-page__cmf-strength-check .form-check-input {
  float: none;
  flex-shrink: 0;
  margin-top: 0.2rem;
  margin-left: 0;
}
.screener-filter-panel-page__cmf-strength-checks .screener-filter-panel-page__cmf-strength-check .form-check-label {
  flex: 1;
  min-width: 0;
  line-height: 1.25;
  word-break: break-word;
}
.screener-filter-panel-page__cmf-strength-check {
  margin-bottom: 0;
}
.screener-filter-panel-page__rating-type-row {
  width: 100%;
  margin-bottom: 1.5rem;
}
.screener-filter-panel-page__rating-checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0.75rem;
  row-gap: 0.35rem;
  width: 100%;
}
.screener-filter-panel-page__rating-checkbox-grid--column-flow {
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
}
.screener-filter-panel-page__rating-checkbox-grid--column-flow-3 {
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
}
.screener-filter-panel-page__rating-checkbox-grid .screener-filter-panel-page__rating-checkbox-item {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}
.screener-filter-panel-page__rating-checkbox-item {
  margin-bottom: 0;
  min-width: 0;
}
.screener-filter-panel-page__rating-checkbox-item .form-check-input {
  float: none;
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.screener-filter-panel-page__rating-checkbox-item .form-check-label {
  font-size: 0.8125rem;
  line-height: 1.25;
  word-break: break-word;
}
[data-bs-theme=dark] .screener-filter-panel-page__rating-checkbox-item .form-check-label {
  color: rgba(255, 255, 255, 0.9);
}

.screener-filter-panel-page__rating-type-buttons {
  display: inline-flex;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
}
[data-bs-theme=dark] .screener-filter-panel-page__rating-type-buttons {
  border-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}

.screener-filter-panel-page__rating-type-btn {
  flex: 1;
  border: none;
  background-color: #fff;
  color: #333;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.375rem 0.5rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  border-right: 1px solid #ccc;
}
.screener-filter-panel-page__rating-type-btn:last-child {
  border-right: none;
}
.screener-filter-panel-page__rating-type-btn:hover {
  background-color: #f8f9fa;
  color: #333;
}
.screener-filter-panel-page__rating-type-btn.active {
  background-color: #567793;
  color: #fff;
  border-color: #567793;
}
.screener-filter-panel-page__rating-type-btn.active:hover {
  background-color: rgb(76.5879828326, 105.9763948498, 130.9120171674);
  color: #fff;
}
[data-bs-theme=dark] .screener-filter-panel-page__rating-type-btn {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  color: rgba(255, 255, 255, 0.9);
  border-right-color: rgba(255, 255, 255, 0.2);
}
[data-bs-theme=dark] .screener-filter-panel-page__rating-type-btn:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
}
[data-bs-theme=dark] .screener-filter-panel-page__rating-type-btn.active {
  background-color: #567793;
  color: #fff;
  border-color: #567793;
}
[data-bs-theme=dark] .screener-filter-panel-page__rating-type-btn.active:hover {
  background-color: rgb(76.5879828326, 105.9763948498, 130.9120171674);
  color: #fff;
}

.screener-filter-panel-page__field-label {
  flex-shrink: 0;
  min-width: 120px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
}
[data-bs-theme=dark] .screener-filter-panel-page__field-label {
  color: rgba(255, 255, 255, 0.8);
}

.screener-filter-panel-page__field--fundamentals .screener-filter-panel-page__field-label {
  min-width: auto;
  width: auto;
}
.screener-filter-panel-page__field--wrap-label .screener-filter-panel-page__field-label {
  width: 120px;
  max-width: 120px;
  white-space: normal;
  line-height: 1.2;
}
.screener-filter-panel-page__dropdown {
  flex: 1;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
}
.screener-filter-panel-page__dropdown:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}
[data-bs-theme=dark] .screener-filter-panel-page__dropdown {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}
[data-bs-theme=dark] .screener-filter-panel-page__dropdown option {
  background-color: #273040;
  color: #fff;
}
[data-bs-theme=dark] .screener-filter-panel-page__dropdown:focus {
  border-color: #567793;
}

.screener-filter-panel-page .react-datepicker-wrapper {
  flex: 1;
}
.screener-filter-panel-page .react-datepicker-wrapper .react-datepicker__input-container {
  width: 100%;
}
.screener-filter-panel-page .react-datepicker-wrapper .react-datepicker__input-container input {
  width: 100%;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
  height: auto;
  line-height: 1.5;
  font-weight: normal;
}
.screener-filter-panel-page .react-datepicker-wrapper .react-datepicker__input-container input:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
  outline: none;
}
.screener-filter-panel-page .react-datepicker-wrapper .react-datepicker__input-container input::placeholder {
  color: #6c757d;
  opacity: 1;
}
[data-bs-theme=dark] .screener-filter-panel-page .react-datepicker-wrapper .react-datepicker__input-container input {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}
[data-bs-theme=dark] .screener-filter-panel-page .react-datepicker-wrapper .react-datepicker__input-container input:focus {
  border-color: #567793;
}
[data-bs-theme=dark] .screener-filter-panel-page .react-datepicker-wrapper .react-datepicker__input-container input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.screener-filter-panel-page__input {
  min-width: 70px;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
}
.screener-filter-panel-page__input:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}
[data-bs-theme=dark] .screener-filter-panel-page__input {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}
[data-bs-theme=dark] .screener-filter-panel-page__input:focus {
  border-color: #567793;
}

.screener-filter-panel-page__price-range-inputs {
  display: flex;
  flex: 1;
  gap: 0.75rem;
  min-width: 0;
}
.screener-filter-panel-page__price-range-group {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  flex: 1;
  min-width: 0;
}
.screener-filter-panel-page__price-range-label {
  flex-shrink: 0;
  font-size: 0.875rem;
  color: #333;
}
[data-bs-theme=dark] .screener-filter-panel-page__price-range-label {
  color: rgba(255, 255, 255, 0.8);
}

.screener-filter-panel-page__dual-range-wrapper {
  position: relative;
  height: 20px;
  display: flex;
  align-items: center;
}
.screener-filter-panel-page__dual-range-wrapper .screener-filter-panel-page__range-input {
  position: absolute;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.screener-filter-panel-page__dual-range-wrapper .screener-filter-panel-page__range-input--min {
  z-index: 2;
}
.screener-filter-panel-page__dual-range-wrapper .screener-filter-panel-page__range-input--max {
  z-index: 1;
}
.screener-filter-panel-page__dual-range-wrapper .screener-filter-panel-page__range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #567793;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-top: -6px;
  pointer-events: auto;
}
.screener-filter-panel-page__dual-range-wrapper .screener-filter-panel-page__range-input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #567793;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
}
.screener-filter-panel-page__dual-range-wrapper .screener-filter-panel-page__range-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border-radius: 3px;
}
.screener-filter-panel-page__dual-range-wrapper .screener-filter-panel-page__range-input::-moz-range-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border-radius: 3px;
}
.screener-filter-panel-page__dual-range-wrapper .screener-filter-panel-page__range-input:focus {
  outline: none;
}
.screener-filter-panel-page__dual-range-wrapper .screener-filter-panel-page__range-input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(86, 119, 147, 0.25);
}
.screener-filter-panel-page__dual-range-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  background: #dee2e6;
  border-radius: 3px;
  transform: translateY(-50%);
  z-index: 0;
}
[data-bs-theme=dark] .screener-filter-panel-page__dual-range-wrapper::before {
  background: rgba(255, 255, 255, 0.2);
}

.screener-filter-panel-page__multiselect {
  flex: 1;
}
.screener-filter-panel-page__dropdown-toggle {
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #333;
  cursor: pointer;
}
.screener-filter-panel-page__dropdown-toggle:hover, .screener-filter-panel-page__dropdown-toggle:focus {
  border-color: #999;
}
.screener-filter-panel-page__dropdown-toggle:focus {
  border-color: #567793;
  box-shadow: 0 0 0 2px rgba(86, 119, 147, 0.15);
}
.screener-filter-panel-page__dropdown-toggle:after {
  display: none !important; /* Hides the triangle */
}
[data-bs-theme=dark] .screener-filter-panel-page__dropdown-toggle {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}
[data-bs-theme=dark] .screener-filter-panel-page__dropdown-toggle:focus {
  border-color: #567793;
}

.screener-filter-panel-page__dropdown-menu {
  padding: 0.25rem 0;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1050;
}
.screener-filter-panel-page__dropdown-item {
  padding: 0.375rem 0.75rem;
  cursor: pointer;
}
.screener-filter-panel-page__dropdown-item.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.screener-filter-panel-page__dropdown-item:hover:not(.disabled) {
  background-color: #f0f0f0;
}
.screener-filter-panel-page__dropdown-item:active:not(.disabled) {
  background-color: #e0e0e0;
  color: #333;
}
.screener-filter-panel-page__dropdown-item .form-check {
  margin-bottom: 0;
  pointer-events: none;
}
.screener-filter-panel-page__checkbox .form-check-input {
  cursor: pointer;
}
.screener-filter-panel-page__checkbox .form-check-label {
  font-size: 1.25rem;
  color: #333;
  cursor: pointer;
}
.screener-filter-panel-page__checkbox .form-check-input {
  cursor: pointer;
}
.screener-filter-panel-page__checkbox .form-check-label {
  font-size: 1.25rem;
  color: #333;
  cursor: pointer;
}
[data-bs-theme=dark] .screener-filter-panel-page__checkbox .form-check-label {
  color: rgba(255, 255, 255, 0.9);
}

.screener-filter-panel-page__performance-dropdowns {
  display: flex;
  flex: 1;
  gap: 0.5rem;
}
.screener-filter-panel-page__factor-rows {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.screener-filter-panel-page__factor-row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.screener-filter-panel-page__factor-row .screener-filter-panel-page__dropdown {
  flex: 1;
}
.screener-filter-panel-page__price-level-heading {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.screener-filter-panel-page__price-level-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
.screener-filter-panel-page__price-level-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 2.25rem;
  gap: 0.75rem;
  align-items: center;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dee2e6;
}
[data-bs-theme=dark] .screener-filter-panel-page__price-level-row {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.screener-filter-panel-page__price-level-row:not(:first-child) {
  padding-top: 0.75rem;
}
.screener-filter-panel-page__price-level-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.screener-filter-panel-page__price-level-cell {
  min-width: 0;
}
.screener-filter-panel-page__price-level-cell .form-check {
  margin-bottom: 0;
}
.screener-filter-panel-page__price-level-cell .form-check-label {
  font-size: 0.8125rem;
}
.screener-filter-panel-page__price-level-cell--clear {
  display: flex;
  justify-content: center;
}
.screener-filter-panel-page__price-level-clear {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  background: #e9ecef;
  color: #6c757d;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.screener-filter-panel-page__price-level-clear svg {
  width: 0.875rem;
  height: 0.875rem;
}
.screener-filter-panel-page__price-level-clear:hover {
  background: #dee2e6;
  border-color: #ced4da;
  color: #dc3545;
}
[data-bs-theme=dark] .screener-filter-panel-page__price-level-clear {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.65);
}
[data-bs-theme=dark] .screener-filter-panel-page__price-level-clear:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ff6b6b;
}

.screener-filter-panel-page__price-level-clear--dormant {
  visibility: hidden;
  pointer-events: none;
}
.screener-filter-panel-page__add-btn {
  color: #567793;
  font-size: 0.875rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: opacity 0.15s ease-in-out;
}
.screener-filter-panel-page__add-btn:hover {
  opacity: 0.8;
}
.screener-filter-panel-page__remove-btn {
  color: #dc3545;
  display: flex;
  align-items: center;
  transition: opacity 0.15s ease-in-out;
}
.screener-filter-panel-page__remove-btn:hover {
  opacity: 0.8;
}

.screener-filter-panel-dropdown__col3-body .screener-filter-panel-page {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}
.screener-filter-panel-dropdown__col3-body .screener-filter-panel-page__section {
  padding: 0;
}
.screener-filter-panel-dropdown__col3-body .screener-filter-panel-page__section-header {
  display: none;
}
.screener-filter-panel-dropdown__col3-body .screener-filter-panel-page__performance-columns {
  flex-direction: column !important;
}

/* Keep signals datepicker above panel bounds and outside clipping containers. */
#screener-signals-datepicker-portal {
  position: relative;
  z-index: 3000;
}

.screener-signals-datepicker-popper {
  z-index: 3000 !important;
}

/* Portal target for multiselect dropdown menus that need to escape overflow clipping. */
#screener-multiselect-portal {
  position: relative;
  z-index: 2000;
}

.multiselect-portal-menu {
  padding: 0.25rem 0;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  border-radius: 0.25rem;
}
[data-bs-theme=dark] .multiselect-portal-menu {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.multiselect-portal-menu .multiselect-portal-menu__item {
  padding: 0.375rem 0.75rem;
  cursor: pointer;
}
.multiselect-portal-menu .multiselect-portal-menu__item:hover {
  background-color: #f0f0f0;
}
.multiselect-portal-menu .multiselect-portal-menu__item:active {
  background-color: #e0e0e0;
  color: #333;
}
[data-bs-theme=dark] .multiselect-portal-menu .multiselect-portal-menu__item:hover {
  background-color: rgba(255, 255, 255, 0.06);
}
[data-bs-theme=dark] .multiselect-portal-menu .multiselect-portal-menu__item:active {
  background-color: rgba(255, 255, 255, 0.1);
}

.multiselect-portal-menu .multiselect-portal-menu__item .form-check {
  margin-bottom: 0;
  pointer-events: none;
}
.multiselect-portal-menu .multiselect-portal-menu__item .form-check-label {
  font-size: 0.875rem;
  color: #333;
  cursor: pointer;
}
[data-bs-theme=dark] .multiselect-portal-menu .multiselect-portal-menu__item .form-check-label {
  color: rgba(255, 255, 255, 0.9);
}

.multiselect-portal-menu .multiselect-portal-menu__item .form-check-input {
  cursor: pointer;
}
.multiselect-portal-menu .multiselect-portal-menu__bulk-actions {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  gap: 0.75rem;
  padding: 0.25rem 0.75rem;
  margin-bottom: 0.25rem;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}
[data-bs-theme=dark] .multiselect-portal-menu .multiselect-portal-menu__bulk-actions {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.multiselect-portal-menu .multiselect-portal-menu__bulk-actions .multiselect-portal-menu__bulk-btn {
  flex: 0 0 auto;
  padding: 0.25rem 0;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #567793;
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.multiselect-portal-menu .multiselect-portal-menu__bulk-actions .multiselect-portal-menu__bulk-btn:hover {
  opacity: 0.7;
}
.multiselect-portal-menu .multiselect-portal-menu__bulk-actions .multiselect-portal-menu__bulk-btn:active {
  opacity: 0.85;
}

.screener-filter-panel-page__incomplete-row .form-select,
.screener-filter-panel-page__incomplete-row .form-control {
  background-color: rgba(255, 193, 7, 0.18) !important;
  border-color: rgba(255, 193, 7, 0.7) !important;
}
.screener-filter-panel-page__incomplete-row .form-select:focus,
.screener-filter-panel-page__incomplete-row .form-control:focus {
  border-color: #ffc107 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25) !important;
}
.screener-filter-panel-page__incomplete-row .form-check-input {
  border-color: rgba(255, 193, 7, 0.7);
}

.screener-ticker-suggestions.list-group {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
}
.screener-ticker-suggestions.list-group .list-group-item.list-group-item {
  background: #fff !important;
  border-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.screener-ticker-suggestions.list-group .list-group-item.list-group-item:hover, .screener-ticker-suggestions.list-group .list-group-item.list-group-item:focus {
  background: #f0f0f0 !important;
}
[data-bs-theme=dark] .screener-ticker-suggestions.list-group {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-color: rgba(255, 255, 255, 0.2);
}
[data-bs-theme=dark] .screener-ticker-suggestions.list-group .list-group-item.list-group-item {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040 !important;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
}
[data-bs-theme=dark] .screener-ticker-suggestions.list-group .list-group-item.list-group-item:hover, [data-bs-theme=dark] .screener-ticker-suggestions.list-group .list-group-item.list-group-item:focus {
  background: rgba(255, 255, 255, 0.08) !important;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.screener-filter-panel-dropdown {
  position: relative;
  width: 100%;
}
.screener-filter-panel-dropdown__toggle {
  min-width: 13.5rem;
  justify-content: center;
  position: relative;
  z-index: 1041;
  height: 40px;
}
.screener-filter-panel-dropdown__toggle svg {
  width: 22px;
  height: 22px;
  margin-right: 4px;
  margin-left: -2px;
}
.screener-filter-panel-dropdown.show .screener-filter-panel-dropdown__toggle {
  background-color: rgb(17, 153, 255) !important;
  border-color: rgb(17, 153, 255) !important;
}
.screener-filter-panel-dropdown #screener-filter-panel-dropdown-toggle::after {
  display: none;
}
.screener-filter-panel-dropdown__menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  width: min(980px, 100vw - 2rem);
  z-index: 1040 !important;
  padding: 0;
  margin-top: -45px !important;
  margin-left: 0px !important;
  overflow: hidden;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
[data-bs-theme=dark] .screener-filter-panel-dropdown__menu {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.45);
}

.screener-filter-panel-dropdown__menu.show {
  display: flex !important;
  flex-direction: column;
  height: min(58.5vh, 540px);
  max-height: min(58.5vh, 540px);
}
.screener-filter-panel-dropdown__menu-inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.screener-filter-panel-dropdown__menu-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
  padding: 1px 1rem 0.625rem;
  border-bottom: none;
  flex-shrink: 0;
  min-height: 2.625rem;
}
.screener-filter-panel-dropdown__status-text {
  font-size: 14px;
}
.screener-filter-panel-dropdown__close-x {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--bs-secondary-color) !important;
  text-decoration: none !important;
  opacity: 0.7;
  transition: opacity 0.15s ease;
}
.screener-filter-panel-dropdown__close-x:hover {
  opacity: 1;
}
.screener-filter-panel-dropdown__cols {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) minmax(160px, 1.1fr) minmax(220px, 2fr);
  gap: 0.5rem;
  flex: 1 1 auto;
  min-height: 0;
  padding: 0 0.5rem 0.5rem;
  align-items: stretch;
}
.screener-filter-panel-dropdown__col {
  display: flex;
  flex-direction: column;
  min-height: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  padding: 0.5rem;
}
[data-bs-theme=dark] .screener-filter-panel-dropdown__col {
  border-color: rgba(255, 255, 255, 0.15);
}

.screener-filter-panel-dropdown__col-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.75rem;
  height: 2.25rem;
  box-sizing: border-box;
  flex-shrink: 0;
  overflow: hidden;
}
.screener-filter-panel-dropdown__reset-link {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0.75rem;
  line-height: 1;
  text-decoration: underline !important;
  color: var(--bs-primary) !important;
  white-space: nowrap;
}
.screener-filter-panel-dropdown__col-scroll {
  overflow-y: auto;
  flex: 1;
  padding: 0;
}
.screener-filter-panel-dropdown__col-title {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--bs-secondary-color);
  padding: 0.5rem 0.75rem 0.35rem;
  margin: 0;
}
.screener-filter-panel-dropdown__col-title--emphasis {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  color: var(--bs-body-color);
  padding: 0;
}
.screener-filter-panel-dropdown__nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 0.5rem 0.75rem;
  min-height: 2.25rem;
  box-sizing: border-box;
  margin: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: transparent;
  color: var(--bs-body-color);
  font-size: 1.25rem;
  line-height: 1.25;
  transition: background-color 0.12s ease, color 0.12s ease;
}
[data-bs-theme=dark] .screener-filter-panel-dropdown__nav-row {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.screener-filter-panel-dropdown__nav-row:last-child {
  border-bottom: none;
}
.screener-filter-panel-dropdown__nav-row:hover {
  background: rgba(var(--bs-primary-rgb), 0.06);
}
.screener-filter-panel-dropdown__nav-row--active {
  background: transparent;
  color: rgb(17, 153, 255) !important;
  font-weight: 600;
}
.screener-filter-panel-dropdown__nav-row--active .screener-filter-panel-dropdown__nav-caret {
  color: inherit;
}
.screener-filter-panel-dropdown__nav-row--active .screener-filter-panel-dropdown__nav-row-label {
  color: rgb(17, 153, 255) !important;
}
.screener-filter-panel-dropdown__nav-row--active .screener-filter-panel-dropdown__nav-row-count {
  color: rgb(17, 153, 255) !important;
}
.screener-filter-panel-dropdown__nav-row-label {
  flex: 1;
  min-width: 0;
}
.screener-filter-panel-dropdown__nav-row-count {
  font-weight: 600;
  font-size: 0.85em;
  opacity: 1;
  padding-left: 6px;
}
.screener-filter-panel-dropdown__section-count {
  font-weight: 500;
  font-size: 0.82em;
  opacity: 1;
  margin-left: 6px;
}
.screener-filter-panel-dropdown__nav-caret {
  flex-shrink: 0;
  opacity: 0.9;
}
.screener-filter-panel-dropdown__col3-body {
  padding: 0.5rem 0.75rem 1rem;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
}
.screener-filter-panel-dropdown__col3-body .form-control {
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .screener-filter-panel-dropdown__menu {
    width: calc(100vw - 1rem) !important;
  }
  .screener-filter-panel-dropdown__cols {
    grid-template-columns: minmax(110px, 1fr) minmax(120px, 1fr) minmax(180px, 2fr);
    gap: 0.35rem;
  }
  .screener-filter-panel-dropdown__nav-row {
    font-size: 1rem;
    padding: 0.45rem 0.6rem;
  }
}
.screener-filter-panel-dropdown__backdrop {
  display: none;
}

@media (max-width: 767.98px) {
  .screener-filter-panel-dropdown-shell--open .screener-filter-toolbar {
    visibility: hidden;
    pointer-events: none;
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
}

@media (max-width: 767.98px) {
  .screener-filter-panel-dropdown__backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1200;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
  }
  .screener-filter-panel-dropdown__mobile-sheet {
    position: fixed;
    inset: 0;
    z-index: 1210;
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: var(--bs-body-bg, #fff);
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .screener-filter-panel-dropdown__menu-inner {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .screener-filter-panel-dropdown__mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 0.625rem 0.75rem;
    padding-top: max(0.625rem, env(safe-area-inset-top));
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--bs-body-bg, #fff);
  }
  [data-bs-theme=dark] .screener-filter-panel-dropdown__mobile-header {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }
  .screener-filter-panel-dropdown__mobile-header-spacer {
    width: 3.5rem;
    flex-shrink: 0;
  }
  .screener-filter-panel-dropdown__mobile-back, .screener-filter-panel-dropdown__mobile-close {
    flex-shrink: 0;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
  }
  .screener-filter-panel-dropdown__mobile-title {
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .screener-filter-panel-dropdown__mobile-breadcrumb-parent {
    font-weight: 500;
    opacity: 0.75;
  }
  .screener-filter-panel-dropdown__mobile-breadcrumb-sep {
    opacity: 0.5;
  }
  .screener-filter-panel-dropdown__cols--mobile-drill {
    display: block;
    flex: 1 1 auto;
    min-height: 0;
    padding: 0.5rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .screener-filter-panel-dropdown__col--mobile-hidden {
    display: none !important;
  }
  .screener-filter-panel-dropdown__col--mobile-active {
    display: flex !important;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    max-height: none !important;
    height: auto;
    border: 0;
    padding: 0;
    border-radius: 0;
  }
  .screener-filter-panel-dropdown__col--mobile-active .screener-filter-panel-dropdown__col-title-row {
    display: none;
  }
  .screener-filter-panel-dropdown__col--mobile-active .screener-filter-panel-dropdown__col-scroll {
    flex: 0 1 auto;
    min-height: 0;
    max-height: none;
  }
  .screener-filter-panel-dropdown__col--mobile-active .screener-filter-panel-dropdown__col3-body {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .screener-filter-panel-dropdown__nav-row {
    font-size: 1rem;
    padding: 0.625rem 0.75rem;
    min-height: 44px;
  }
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.screener-filters-modal .modal-content {
  border-radius: 0.5rem;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.screener-filters-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: #1a3a5c;
  border-bottom: none;
  border-radius: 0.5rem 0.5rem 0 0;
}
.screener-filters-modal__title {
  color: #fff !important;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0;
}
.screener-filters-modal__close-btn {
  background: transparent;
  border: none;
  color: #fff;
  opacity: 0.8;
  padding: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  transition: opacity 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.screener-filters-modal__close-btn:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
}
.screener-filters-modal__body {
  padding: 1.5rem;
  max-height: 60vh;
  overflow-y: auto;
}
.screener-filters-modal__section {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e0e0e0;
}
.screener-filters-modal__section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
[data-bs-theme=dark] .screener-filters-modal__section {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.screener-filters-modal__section-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a3a5c;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
[data-bs-theme=dark] .screener-filters-modal__section-title {
  color: #7fb8e8;
}

.screener-filters-modal__section-content {
  padding-left: 0.75rem;
}
.screener-filters-modal__filter-row {
  display: flex;
  gap: 0.75rem;
  padding: 0.5rem 0;
  font-size: 1.0625rem;
}
.screener-filters-modal__filter-key {
  font-weight: 500;
  color: #555;
  min-width: 140px;
}
[data-bs-theme=dark] .screener-filters-modal__filter-key {
  color: rgba(255, 255, 255, 0.7);
}

.screener-filters-modal__filter-value {
  color: #333;
}
[data-bs-theme=dark] .screener-filters-modal__filter-value {
  color: #fff;
}

.screener-filters-modal__empty {
  text-align: center;
  padding: 2rem;
  font-size: 1.0625rem;
}
[data-bs-theme=dark] .screener-filters-modal__empty {
  color: rgba(255, 255, 255, 0.6);
}@keyframes price-change-animation-positive {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(151, 252, 151, 0.4);
  }
  100% {
    background-color: transparent;
  }
}
@keyframes price-change-animation-negative {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(240, 128, 128, 0.4);
  }
  100% {
    background-color: transparent;
  }
}
.tile.discovery-stock-tile.price-increase {
  animation: price-change-animation-positive 3s ease;
}
.tile.discovery-stock-tile.price-decrease {
  animation: price-change-animation-negative 3s ease;
}

.screener-tile-pin-icon {
  background: none;
  border: none;
  padding: 2px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  z-index: 2;
}
.screener-tile-pin-icon--active {
  color: #0d6efd;
}
.screener-tile-pin-icon--active:hover {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
}

.screener-tile-signal-badges {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  pointer-events: auto;
  border-radius: 0.25em 0 0.5em 0;
  overflow: hidden;
}

.screener-tile-signal-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35em 0.5em;
}
.screener-tile-signal-badge--buy {
  background-color: #198754;
  border-radius: 0.25em 0 0 0;
}
.screener-tile-signal-badge--sell {
  background-color: #dc3545;
}
.screener-tile-signal-badges > .screener-tile-signal-badge:only-child {
  border-radius: 0.25em 0 0.5em 0;
}
.screener-tile-signal-badges > .screener-tile-signal-badge:last-child {
  border-radius: 0 0 0.5em 0;
}
.screener-tile-signal-badge__arrow {
  color: #fff;
  font-size: 0.65em;
  line-height: 1;
}
/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
@keyframes price-change-animation-positive {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(151, 252, 151, 0.4);
  }
  100% {
    background-color: transparent;
  }
}
@keyframes price-change-animation-negative {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(240, 128, 128, 0.4);
  }
  100% {
    background-color: transparent;
  }
}
.screener-results-table tbody tr.price-increase > td, .screener-results-table tbody tr.price-decrease > td {
  --bs-table-bg: transparent;
  box-shadow: none !important;
}
.screener-results-table tbody tr.price-increase > td {
  animation: price-change-animation-positive 3s ease;
}
.screener-results-table tbody tr.price-decrease > td {
  animation: price-change-animation-negative 3s ease;
}

@keyframes screener-row-move-up {
  0% {
    background-color: rgba(40, 167, 69, 0.3);
  }
  100% {
    background-color: transparent;
  }
}
@keyframes screener-row-move-down {
  0% {
    background-color: rgba(220, 53, 69, 0.3);
  }
  100% {
    background-color: transparent;
  }
}
.screener-results-table tbody tr.screener-results-table__row--moved-up > td, .screener-results-table tbody tr.screener-results-table__row--moved-down > td {
  --bs-table-bg: transparent;
  box-shadow: none !important;
}
.screener-results-table tbody tr.screener-results-table__row--moved-up > td {
  animation: screener-row-move-up 0.7s ease-out;
}
.screener-results-table tbody tr.screener-results-table__row--moved-down > td {
  animation: screener-row-move-down 0.7s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .screener-results-table tbody tr.screener-results-table__row--moved-up > td, .screener-results-table tbody tr.screener-results-table__row--moved-down > td {
    animation: none;
  }
}
.screener-results-table__body tbody {
  opacity: 1;
}
.screener-results-table__body .screener-results-table__tile-wrapper:not(.screener-results-table__tile-wrapper--reference),
.screener-results-table__body tbody tr:not(.screener-results-table__pin-divider-row) {
  opacity: 1;
  transition: opacity 0.18s ease-in-out;
  transition-delay: var(--wave-delay, 0ms);
  will-change: opacity;
}
.screener-results-table__body--dimmed tbody {
  opacity: 0;
  transition: opacity 0.35s ease-out;
}
.screener-results-table__body--dimmed .screener-results-table__tile-wrapper:not(.screener-results-table__tile-wrapper--reference) {
  opacity: 0;
  transition: opacity 0.35s ease-out;
}
.screener-results-table__body--dimmed tbody tr:not(.screener-results-table__pin-divider-row) {
  opacity: 0;
  transition-delay: 0.35s;
  transition-duration: 0.01s;
}

.screener-results-table {
  --bs-warning: #F5A623;
  --bs-warning-rgb: 245, 166, 35;
}
.screener-results-table__filter-toolbar {
  position: relative;
  z-index: 915;
  padding: 0.75rem 0rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: visible;
}
[data-bs-theme=dark] .screener-results-table__filter-toolbar {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.screener-results-table__header {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0.75rem;
}
.screener-results-table__title {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.screener-results-table__count {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.screener-results-table__filters {
  padding: 0.75rem 1rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
}
[data-bs-theme=dark] .screener-results-table__filters {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.screener-results-table__filter-btn {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.625rem;
  border-color: #ccc;
  color: #555;
}
.screener-results-table__filter-btn:hover {
  background-color: #e9ecef;
  border-color: #999;
  color: #333;
}
[data-bs-theme=dark] .screener-results-table__filter-btn {
  background-color: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.85);
}
[data-bs-theme=dark] .screener-results-table__filter-btn:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.screener-results-table__filters-label {
  font-size: 1.125rem;
  font-weight: 500;
  color: #666;
}
[data-bs-theme=dark] .screener-results-table__filters-label {
  color: rgba(255, 255, 255, 0.7);
}

.screener-results-table__filter-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem !important;
  padding: 0.375rem 0.5rem;
  background-color: #567793 !important;
}
.screener-results-table__filter-badge .cursor-pointer {
  cursor: pointer;
  opacity: 0.7;
}
.screener-results-table__filter-badge .cursor-pointer:hover {
  opacity: 1;
}
.screener-results-table__spacer {
  height: 8px;
  background-color: #e9ecef;
  border-bottom: 1px solid #d0d0d0;
}
[data-bs-theme=dark] .screener-results-table__spacer {
  background-color: rgba(255, 255, 255, 0.04);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.screener-results-table__body {
  position: relative;
  min-height: 300px;
}
.screener-results-table__incomplete-card {
  max-width: 520px;
  width: 100%;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 193, 7, 0.5);
  background: var(--bs-body-bg);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  text-align: left;
}
.screener-results-table__incomplete-card-title {
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}
.screener-results-table__incomplete-card-subtitle {
  font-size: 0.875rem;
  color: var(--bs-secondary-color);
  margin-bottom: 0.75rem;
}
.screener-results-table__incomplete-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}
.screener-results-table__incomplete-card-list li {
  padding: 0.3rem 0 0.3rem 1.25rem;
  position: relative;
}
.screener-results-table__incomplete-card-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #ffc107;
  font-weight: 600;
}
.screener-results-table__incomplete-card-link {
  background: none;
  border: none;
  padding: 0;
  color: var(--bs-body-color);
  font-size: inherit;
  cursor: pointer;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: rgba(255, 193, 7, 0.6);
  text-underline-offset: 2px;
}
.screener-results-table__incomplete-card-link:hover {
  color: #ffc107;
}
.screener-results-table__incomplete-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 3rem;
  z-index: 1;
  pointer-events: none;
}
.screener-results-table__incomplete-overlay .screener-results-table__incomplete-card {
  pointer-events: auto;
}
.screener-results-table__tile-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1rem;
}
.screener-results-table__tile-grid .tile,
.screener-results-table__tile-grid .tile.discovery-stock-tile {
  flex: 0 0 180px;
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px;
  min-height: 142px;
  position: relative;
  padding: 0.5em;
}
.screener-results-table__table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.screener-results-table__table {
  color: #101629;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  min-width: 1200px;
  border-collapse: separate;
  border-spacing: 0;
}
.screener-results-table__table th, .screener-results-table__table td {
  border: none !important;
}
[data-bs-theme=dark] .screener-results-table__table {
  color: rgba(255, 255, 255, 0.9);
}

.screener-results-table__table thead {
  /* `min-height` on `th` is ignored for table layout; inner block reserves two label lines (matches wrapped checklist headers). */
}
.screener-results-table__table thead th {
  background: #fff !important;
  box-shadow: inset 0 -2px 0 #d0d0d0 !important;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.4rem 0.3rem;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: keep-all;
  hyphens: none;
  line-height: 1.25;
  color: #555;
  vertical-align: middle;
  text-align: center;
  z-index: 3;
}
[data-bs-theme=dark] .screener-results-table__table thead th {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040 !important;
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.15) !important;
  color: rgba(255, 255, 255, 0.75);
}

.screener-results-table__table thead th.col-symbol, .screener-results-table__table thead th.col-name, .screener-results-table__table thead th.col-industry, .screener-results-table__table thead th.col-data-text {
  text-align: left;
}
.screener-results-table__table thead th.col-data {
  text-align: right;
}
.screener-results-table__table thead th.col-data + .col-data-text {
  padding-left: 0.75rem;
}
.screener-results-table__table thead th .sort-indicator {
  flex-shrink: 0;
  width: 0.75em;
  margin-left: 0.15rem;
  font-weight: 700;
  text-align: center;
}
.screener-results-table__table thead th.col-selector {
  text-align: center;
}
.screener-results-table__table thead th .screener-results-table__th-label {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 1.875rem;
  line-height: 1.25;
}
.screener-results-table__table thead th .screener-results-table__th-text {
  overflow-wrap: break-word;
  word-break: keep-all;
  hyphens: none;
}
.screener-results-table__table thead th.col-symbol .screener-results-table__th-label,
.screener-results-table__table thead th.col-name .screener-results-table__th-label,
.screener-results-table__table thead th.col-industry .screener-results-table__th-label,
.screener-results-table__table thead th.col-data-text .screener-results-table__th-label {
  justify-content: flex-start;
}
.screener-results-table__table thead th.col-data .screener-results-table__th-label {
  justify-content: flex-end;
}
.screener-results-table__table thead th.col-selector .screener-results-table__th-label {
  justify-content: center;
  font-size: 1rem;
}
.screener-results-table__table--header-fixed thead {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.screener-results-table__table--header-fixed thead th, .screener-results-table__table--header-fixed thead td {
  background: #fff !important;
}
[data-bs-theme=dark] .screener-results-table__table--header-fixed thead th, .screener-results-table__table--header-fixed thead td {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040 !important;
}

.screener-results-table__table--header-fixed thead tr.screener-results-table__reference-row td {
  background: #fff !important;
}
[data-bs-theme=dark] .screener-results-table__table--header-fixed thead tr.screener-results-table__reference-row td {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040 !important;
}

[data-bs-theme=dark] .screener-results-table__table--header-fixed thead {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.screener-results-table__table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
[data-bs-theme=dark] .screener-results-table__table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.04);
}

.screener-results-table__table tbody td.screener-results-table__heatmap-cell,
.screener-results-table__table thead tr.screener-results-table__reference-row td.screener-results-table__heatmap-cell {
  background-color: var(--screener-heatmap-cell-bg) !important;
  color: var(--screener-heatmap-cell-fg) !important;
  box-shadow: none !important;
  --bs-table-bg: transparent;
  --bs-table-bg-state: transparent;
  --bs-table-bg-type: transparent;
  --bs-table-accent-bg: transparent;
}
.screener-results-table__table.table-hover tbody tr:hover td.screener-results-table__heatmap-cell {
  --bs-table-bg-state: transparent !important;
}
.screener-results-table__table thead th.col-selector,
.screener-results-table__table tbody td.col-selector,
.screener-results-table__table thead tr.screener-results-table__reference-row td.col-selector {
  position: sticky;
  left: 0;
}
.screener-results-table__table thead th.col-rating,
.screener-results-table__table tbody td.col-rating,
.screener-results-table__table thead tr.screener-results-table__reference-row td.col-rating {
  position: sticky;
  left: var(--frozen-col-rating-left, 33px);
}
.screener-results-table__table thead th.col-symbol,
.screener-results-table__table tbody td.col-symbol,
.screener-results-table__table thead tr.screener-results-table__reference-row td.col-symbol {
  position: sticky;
  left: var(--frozen-col-symbol-left, 84px);
}
.screener-results-table__table thead th.col-selector,
.screener-results-table__table thead th.col-rating,
.screener-results-table__table thead th.col-symbol {
  z-index: 4;
}
.screener-results-table__table tbody td.col-selector,
.screener-results-table__table tbody td.col-rating,
.screener-results-table__table tbody td.col-symbol {
  z-index: 1;
}
.screener-results-table__table tbody td {
  padding: 0.45rem 0.3rem;
  box-shadow: inset 0 -1px 0 #e0e0e0 !important;
  font-size: 1rem;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff !important;
}
[data-bs-theme=dark] .screener-results-table__table tbody td {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.85);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040 !important;
}

.screener-results-table__table tbody td:not(.col-selector):not(.col-rating) {
  max-width: 0;
}
.screener-results-table__table tbody td.col-selector {
  text-align: center;
  overflow: visible;
}
.screener-results-table__table tbody td.col-rating {
  text-align: center;
  overflow: visible;
}
.screener-results-table__table tbody td.col-rating .screener-pgr-icon {
  display: inline-block;
  cursor: pointer;
  width: 28px;
}
.screener-results-table__table tbody td.col-symbol, .screener-results-table__table tbody td.col-name, .screener-results-table__table tbody td.col-industry, .screener-results-table__table tbody td.col-data-text {
  text-align: left;
}
.screener-results-table__table tbody td.col-data {
  text-align: right;
}
.screener-results-table__table tbody td.col-data + .col-data-text {
  padding-left: 0.75rem;
}
.screener-results-table__table thead tr.screener-results-table__reference-row td {
  padding: 0.45rem 0.3rem;
  box-shadow: inset 0 -1px 0 #e0e0e0 !important;
  font-size: 1rem;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 3;
  background: #fff !important;
}
[data-bs-theme=dark] .screener-results-table__table thead tr.screener-results-table__reference-row td {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.85);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040 !important;
}

.screener-results-table__table thead tr.screener-results-table__reference-row td:not(.col-selector):not(.col-rating) {
  max-width: 0;
}
.screener-results-table__table thead tr.screener-results-table__reference-row td.col-selector {
  text-align: center;
  overflow: visible;
}
.screener-results-table__table thead tr.screener-results-table__reference-row td.col-rating {
  text-align: center;
  overflow: visible;
}
.screener-results-table__table thead tr.screener-results-table__reference-row td.col-rating .screener-pgr-icon {
  display: inline-block;
  cursor: pointer;
  width: 28px;
}
.screener-results-table__table thead tr.screener-results-table__reference-row td.col-symbol, .screener-results-table__table thead tr.screener-results-table__reference-row td.col-name, .screener-results-table__table thead tr.screener-results-table__reference-row td.col-industry, .screener-results-table__table thead tr.screener-results-table__reference-row td.col-data-text {
  text-align: left;
}
.screener-results-table__table thead tr.screener-results-table__reference-row td.col-data {
  text-align: right;
}
.screener-results-table__table thead tr.screener-results-table__reference-row td.col-data + .col-data-text {
  padding-left: 0.75rem;
}
.screener-results-table__reference-row td {
  background: rgba(13, 110, 253, 0.07) !important;
  box-shadow: inset 0 -2px 0 rgba(13, 110, 253, 0.2) !important;
}
.screener-results-table__reference-row:hover td {
  background: rgba(13, 110, 253, 0.11) !important;
}
.screener-results-table__reference-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-right: 14px;
  cursor: pointer;
  color: #6c757d;
}
[data-bs-theme=dark] .screener-results-table__reference-clear {
  color: rgba(255, 255, 255, 0.55);
}

.screener-results-table__reference-clear:hover {
  color: var(--bs-danger, #dc3545);
}
.screener-results-table__empty, .screener-results-table__placeholder, .screener-results-table__loading {
  color: #666;
  text-align: center;
}
[data-bs-theme=dark] .screener-results-table__empty, .screener-results-table__placeholder, .screener-results-table__loading {
  color: rgba(255, 255, 255, 0.65);
}

.screener-results-table__empty p, .screener-results-table__placeholder p, .screener-results-table__loading p {
  margin: 0;
}
[data-bs-theme=dark] .screener-results-table__empty .text-muted, .screener-results-table__placeholder .text-muted, .screener-results-table__loading .text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

.screener-results-table__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
.screener-results-table__search {
  position: relative;
  z-index: 910;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  padding: 0.5rem;
}
[data-bs-theme=dark] .screener-results-table__search {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.screener-results-table__search .add-ticker-button-wrapper button {
  display: flex;
}
.screener-results-table__search-actions {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}
.screener-results-table__search-actions .add-ticker-button-wrapper button.btn-link {
  text-decoration: none;
}
.screener-results-table__search-actions .add-ticker-button-wrapper button.btn-link > span {
  text-decoration: underline;
}
.screener-results-table__view-as-list-spinner {
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
}
.screener-results-table__search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 380px;
  min-width: 11rem;
  max-width: 380px;
}
.screener-results-table__search-icon {
  position: absolute;
  left: 0.75rem;
  color: #999;
  pointer-events: none;
  z-index: 1;
}
[data-bs-theme=dark] .screener-results-table__search-icon {
  color: rgba(255, 255, 255, 0.5);
}

.screener-results-table__search-input {
  padding: 0.4rem 2rem 0.4rem 2.25rem !important;
  font-size: 1.15rem !important;
  min-height: 2.25rem;
}
.screener-results-table__search-input:focus {
  border-color: #0099ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 255, 0.35);
  outline: 0;
}
[data-bs-theme=dark] .screener-results-table__search-input {
  background-color: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}
[data-bs-theme=dark] .screener-results-table__search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
[data-bs-theme=dark] .screener-results-table__search-input:focus {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: #567793;
}

.screener-results-table__search-clear {
  position: absolute;
  right: 0.5rem;
  background: none;
  border: none;
  padding: 0;
  color: #999;
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 1;
}
.screener-results-table__search-clear:hover {
  color: #555;
}
[data-bs-theme=dark] .screener-results-table__search-clear {
  color: rgba(255, 255, 255, 0.5);
}
[data-bs-theme=dark] .screener-results-table__search-clear:hover {
  color: rgba(255, 255, 255, 0.85);
}

.screener-results-table__search-count {
  font-size: 1rem;
  color: #666;
  white-space: nowrap;
}
[data-bs-theme=dark] .screener-results-table__search-count {
  color: rgba(255, 255, 255, 0.65);
}

.screener-results-table__autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1030;
  background: #fff;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 0.375rem 0.375rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-height: 360px;
  overflow-y: auto;
}
[data-bs-theme=dark] .screener-results-table__autocomplete-dropdown {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}

.screener-results-table__autocomplete-loading, .screener-results-table__autocomplete-empty {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #666;
}
[data-bs-theme=dark] .screener-results-table__autocomplete-loading, .screener-results-table__autocomplete-empty {
  color: rgba(255, 255, 255, 0.6);
}

.screener-results-table__autocomplete-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: none;
  background: none;
  text-align: left;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.1s;
}
.screener-results-table__autocomplete-item:hover:not(:disabled) {
  background-color: #f0f6ff;
}
.screener-results-table__autocomplete-item:disabled {
  cursor: default;
  opacity: 0.55;
}
.screener-results-table__autocomplete-item--pinned {
  background-color: #f8f9fa;
}
.screener-results-table__autocomplete-item--reference {
  background-color: #e8f2ff;
}
[data-bs-theme=dark] .screener-results-table__autocomplete-item {
  color: rgba(255, 255, 255, 0.85);
}
[data-bs-theme=dark] .screener-results-table__autocomplete-item:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.06);
}
[data-bs-theme=dark] .screener-results-table__autocomplete-item--pinned {
  background-color: rgba(255, 255, 255, 0.04);
}
[data-bs-theme=dark] .screener-results-table__autocomplete-item--reference {
  background-color: rgba(86, 119, 147, 0.18);
}

.screener-results-table__autocomplete-ref-badge {
  flex-shrink: 0;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0d6efd;
  margin-left: 0.125rem;
}
.screener-results-table__autocomplete-rating {
  flex-shrink: 0;
}
.screener-results-table__autocomplete-symbol {
  font-weight: 600;
  flex-shrink: 0;
  min-width: 4rem;
}
.screener-results-table__autocomplete-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555;
}
[data-bs-theme=dark] .screener-results-table__autocomplete-name {
  color: rgba(255, 255, 255, 0.7);
}

.screener-results-table__autocomplete-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.6875rem;
  font-weight: 700;
  border-radius: 3px;
  background-color: #9758a8;
  color: #fff;
}
.screener-results-table__autocomplete-badge--etf {
  background-color: #cf9e7b;
}
.screener-results-table__autocomplete-pin-icon {
  flex-shrink: 0;
  color: #0d6efd;
  margin-left: 0.25rem;
}
.screener-results-table__pagination-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 1rem;
  border-top: 1px solid #e0e0e0;
  flex-wrap: wrap;
  gap: 0.75rem;
}
[data-bs-theme=dark] .screener-results-table__pagination-footer {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border-top-color: rgba(255, 255, 255, 0.1);
}

.screener-results-table__page-size {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.screener-results-table__page-size-label {
  font-size: 1rem;
  color: #666;
  white-space: nowrap;
  margin-left: 16px;
}
[data-bs-theme=dark] .screener-results-table__page-size-label {
  color: rgba(255, 255, 255, 0.65);
}

.screener-results-table__results-count {
  font-size: 1rem;
  color: #fff;
  white-space: nowrap;
  margin-left: 16px;
}
[data-bs-theme=dark] .screener-results-table__results-count {
  color: rgba(255, 255, 255, 0.65);
}

.screener-results-table__results-text {
  font-size: 1rem;
  color: #fff;
  white-space: nowrap;
}
[data-bs-theme=dark] .screener-results-table__results-text {
  color: rgba(255, 255, 255, 0.65);
}

.screener-results-table__page-size-select {
  width: auto !important;
  min-width: 64px;
  font-size: 1rem !important;
  padding: 0.25rem 1.75rem 0.25rem 0.5rem !important;
}
[data-bs-theme=dark] .screener-results-table__page-size-select {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}

.screener-results-table__page-info {
  font-size: 1rem;
  color: #666;
  white-space: nowrap;
  text-align: center;
}
[data-bs-theme=dark] .screener-results-table__page-info {
  color: rgba(255, 255, 255, 0.65);
}

.screener-results-table__pagination {
  flex-shrink: 0;
}
.screener-results-table__pagination .page-link {
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  color: #555;
  border-color: #dee2e6;
}
.screener-results-table__pagination .page-link:hover {
  color: #567793;
  background-color: #e9ecef;
}
.screener-results-table__pagination .page-item.active .page-link {
  background-color: #567793;
  border-color: #567793;
  color: #fff;
}
.screener-results-table__pagination .page-item.disabled .page-link {
  color: #ccc;
}
[data-bs-theme=dark] .screener-results-table__pagination .page-link {
  background-color: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.75);
}
[data-bs-theme=dark] .screener-results-table__pagination .page-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
[data-bs-theme=dark] .screener-results-table__pagination .page-item.active .page-link {
  background-color: #567793;
  border-color: #567793;
  color: #fff;
}
[data-bs-theme=dark] .screener-results-table__pagination .page-item.disabled .page-link {
  background-color: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
}

.screener-results-table__pin-btn {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
}
[data-bs-theme=dark] .screener-results-table__pin-btn:not(:disabled) {
  background-color: #567793 !important;
  border-color: #567793 !important;
  color: #fff !important;
}
[data-bs-theme=dark] .screener-results-table__pin-btn:not(:disabled):hover, [data-bs-theme=dark] .screener-results-table__pin-btn:not(:disabled):focus, [data-bs-theme=dark] .screener-results-table__pin-btn:not(:disabled):active {
  background-color: rgb(70.9407725322, 98.1622317597, 121.2592274678) !important;
  border-color: rgb(70.9407725322, 98.1622317597, 121.2592274678) !important;
  color: #fff !important;
}

.screener-results-table__pin-icon {
  background: none;
  border: none;
  padding: 2px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.screener-results-table__pin-icon--active {
  color: #567793;
}
.screener-results-table__pin-icon--active:hover {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
}
.screener-results-table__pin-divider-row td {
  padding: 0 !important;
  border-bottom: none !important;
  box-shadow: inset 0 -1px 0 #e0e0e0 !important;
}
[data-bs-theme=dark] .screener-results-table__pin-divider-row td {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1) !important;
}

.screener-results-table__pin-divider-line {
  height: 2px;
  background-color: #567793;
  margin: 0.5rem 0;
}
.screener-results-table__tile-wrapper {
  position: relative;
  min-width: 0;
}
.screener-results-table__tile-wrapper--last-pinned::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  right: -0.4375rem;
  width: 2px;
  background-color: #567793;
  border-radius: 1px;
}

.screener-results-table__filter-btn .badge {
  background-color: #567793 !important;
}

@media (max-width: 991.98px) {
  .screener-results-table__filter-toolbar {
    padding: 0.5rem 0;
  }
  .screener-results-table__table-scroll {
    overscroll-behavior-x: contain;
  }
  .screener-results-table__table {
    min-width: 720px;
    table-layout: auto;
  }
  .screener-results-table__table thead th,
  .screener-results-table__table thead tr.screener-results-table__reference-row td,
  .screener-results-table__table tbody td {
    position: static;
  }
  .screener-results-table__table tbody td {
    max-width: none !important;
  }
  .screener-results-table__table tbody td.screener-results-table__heatmap-cell.col-symbol, .screener-results-table__table tbody td.screener-results-table__heatmap-cell.col-name {
    background-color: var(--screener-heatmap-cell-bg) !important;
    color: var(--screener-heatmap-cell-fg) !important;
  }
  .screener-results-table__search {
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem;
  }
  .screener-results-table__search-input-wrapper {
    flex: 1 1 100%;
    min-width: 0;
    max-width: none;
  }
  .screener-results-table__search-input {
    font-size: 1rem !important;
  }
  .screener-results-table__pin-btn {
    font-size: 0.9375rem;
    padding: 0.375rem 0.75rem;
  }
  .screener-results-table__search-actions {
    margin-left: 0;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 1rem;
    width: 100%;
    justify-content: flex-start;
  }
  .screener-results-table__tile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    padding: 0.5rem;
  }
  .screener-results-table__tile-grid .tile,
  .screener-results-table__tile-grid .tile.discovery-stock-tile {
    flex: initial;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100%;
  }
  .screener-results-table__tile-wrapper--last-pinned::after {
    display: none;
  }
  .screener-results-table__pagination-footer {
    justify-content: center;
    padding: 0.5rem 0.5rem 0.625rem;
    row-gap: 0.5rem;
  }
  .screener-results-table__page-size-label, .screener-results-table__page-info, .screener-results-table__page-size-select {
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 575.98px) {
  .screener-results-table__tile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.375rem;
    padding: 0.375rem;
  }
  .screener-results-table__table thead th {
    font-size: 0.75rem;
    padding: 0.3rem 0.25rem;
  }
  .screener-results-table__table tbody td {
    font-size: 0.8125rem;
    padding: 0.35rem 0.25rem;
  }
  .screener-results-table__pagination .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
  .screener-results-table__pagination-footer {
    flex-direction: column;
    align-items: center;
  }
  .screener-results-table__autocomplete-name {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}
@media (max-width: 767.98px) {
  .screener-results-table {
    min-width: 0;
  }
  .screener-results-table__body {
    min-width: 0;
    overflow: visible;
  }
  .screener-results-table__table {
    min-width: 1200px;
  }
  .screener-results-table__table thead th {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
  }
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.screener-column-filter-modal .modal-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.screener-column-filter-modal .modal-body p {
  font-size: 1.0625rem;
}
.screener-column-filter-modal .modal-body .accordion-button {
  font-size: 1.125rem;
  font-weight: 500;
}
.screener-column-filter-modal .modal-body .accordion-body {
  font-size: 1rem;
}
.screener-column-filter-modal .modal-body .accordion-body .btn {
  font-size: 0.9375rem;
}
.screener-column-filter-modal .modal-body .accordion-body .form-check-label {
  font-size: 1rem;
}
.screener-column-filter-modal .modal-body .badge {
  font-size: 0.875rem;
}
.screener-column-filter-modal .modal-footer {
  font-size: 1rem;
}
.screener-column-filter-modal .modal-footer .btn {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}.screener-card {
  width: 180px;
  aspect-ratio: 5/7;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.screener-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.15);
}
.screener-card__body {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}
.screener-card__type-badge {
  width: 100%;
  text-align: center;
  border-radius: 0.25rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.screener-card__header {
  margin-bottom: 0.5rem;
}
.screener-card__title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 0.875rem;
}
.screener-card__description {
  flex-grow: 1;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.4;
}
.screener-card__filter-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
  padding: 0.4rem;
}
.screener-card__footer {
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.screener-card__dates {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.65rem;
}.screener-card-saved {
  width: 240px;
  height: 300px;
  max-width: 240px;
  max-height: 300px;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.screener-card-saved:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.15);
}
.screener-card-saved__body {
  display: flex;
  flex-direction: column;
  padding: 0.375rem;
  height: 100%;
}
.screener-card-saved__top-section {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.screener-card-saved__type-badge {
  width: 100% !important;
  text-align: left !important;
  border-radius: 0.25rem !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.25rem !important;
  padding: 0.75rem 0.5rem !important;
  min-height: 3.5rem !important;
  margin-bottom: 0 !important;
  background: #198754 !important;
  background-color: #198754 !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
  color: #fff !important;
}
.screener-card-saved__type-badge-icon {
  font-size: 1.2rem !important;
  line-height: 1 !important;
  color: #fff !important;
}
.screener-card-saved__header {
  margin-bottom: 0.5rem;
  margin-top: 0;
  padding-left: 0.75rem;
}
.screener-card-saved__title {
  font-weight: 500 !important;
  font-size: 1.5rem !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}
.screener-card-saved__description-box {
  flex: 1 1 60%;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: flex-start;
  min-height: 0;
}
.screener-card-saved__description {
  margin: 0 !important;
  font-size: 0.8rem !important;
  line-height: 1.4 !important;
  color: inherit !important;
}.screener-card-preset {
  width: 240px;
  height: 300px;
  max-width: 240px;
  max-height: 300px;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.screener-card-preset:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.15);
}
.screener-card-preset__body {
  display: flex;
  flex-direction: column;
  padding: 0.375rem;
  height: 100%;
}
.screener-card-preset__top-section {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.screener-card-preset__type-badge {
  width: 100% !important;
  text-align: left !important;
  border-radius: 0.25rem !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.25rem !important;
  padding: 0.75rem 0.5rem !important;
  min-height: 3.5rem !important;
  margin-bottom: 0 !important;
  background: #6f42c1 !important;
  background-color: #6f42c1 !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
  color: #fff !important;
  --bs-bg-opacity: 1 !important;
}
.screener-card-preset__type-badge.bg-primary, .screener-card-preset__type-badge.bg-info, .screener-card-preset__type-badge.bg-dark {
  background: #6f42c1 !important;
  background-color: #6f42c1 !important;
  background-image: none !important;
  box-shadow: none !important;
}
.screener-card-preset__type-badge-icon {
  font-size: 1.2rem !important;
  line-height: 1 !important;
  color: #fff !important;
}
.screener-card-preset__header {
  margin-bottom: 0.5rem;
  margin-top: 0;
  padding-left: 0.75rem;
}
.screener-card-preset__title {
  font-weight: 500 !important;
  font-size: 1.5rem !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}
.screener-card-preset__description-box {
  flex: 1 1 60%;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: flex-start;
  min-height: 0;
}
.screener-card-preset__description {
  margin: 0 !important;
  font-size: 0.8rem !important;
  line-height: 1.4 !important;
  color: inherit !important;
}.screener-card-new {
  width: 240px;
  height: 300px;
  max-width: 240px;
  max-height: 300px;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.screener-card-new:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.15);
}
.screener-card-new__body {
  display: flex;
  flex-direction: column;
  padding: 0.375rem;
  height: 100%;
}
.screener-card-new__top-section {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.screener-card-new__type-badge {
  width: 100% !important;
  text-align: left !important;
  border-radius: 0.25rem !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.25rem !important;
  padding: 0.75rem 0.5rem !important;
  min-height: 3.5rem !important;
  margin-bottom: 0 !important;
}
.screener-card-new__type-badge-icon {
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.screener-card-new__header {
  margin-bottom: 0.5rem;
  margin-top: 0;
  padding-left: 0.75rem;
}
.screener-card-new__title {
  font-weight: 500 !important;
  font-size: 1.5rem !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}
.screener-card-new__description-box {
  flex: 1 1 60%;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: flex-start;
  min-height: 0;
}
.screener-card-new__description {
  margin: 0 !important;
  font-size: 0.8rem !important;
  line-height: 1.4 !important;
  color: inherit !important;
}.screener-card-carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-left: -44px;
}
.screener-card-carousel__nav-btn {
  flex: 0 0 auto;
  z-index: 10;
  background: transparent;
  border: none;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease;
  color: #495057;
  font-size: 1.5rem;
}
.screener-card-carousel__nav-btn:hover:not(:disabled) {
  color: #6c757d;
}
.screener-card-carousel__nav-btn:disabled {
  color: #adb5bd;
  opacity: 0.6;
  cursor: default;
}
.screener-card-carousel__track-container {
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
}
.screener-card-carousel__track {
  display: flex;
  gap: 1rem;
  padding: 12px 0 20px 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.screener-card-carousel__track::-webkit-scrollbar {
  display: none;
}
.screener-card-carousel__item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
.screener-wrapper {
  min-height: calc(100vh - 100px);
  overflow-x: clip;
}
.screener-wrapper .screener__main-column {
  width: 100%;
  padding: 0;
  min-width: 0;
}
.screener-wrapper .screener__layout {
  --bs-gutter-x: 0;
}
.screener-wrapper .screener__filter-panel {
  overflow: visible;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  position: relative;
  z-index: 920;
}

.screener__content {
  height: 100%;
  max-width: none !important;
  width: 100% !important;
  padding-left: max(0.25rem, (100vw - 1320px) / 4) !important;
  padding-right: max(0.25rem, (100vw - 1320px) / 4) !important;
  padding-top: 0rem !important;
  padding-bottom: 0.25rem !important;
}
.screener__content .list-nav-offcanvas-btn {
  margin-bottom: 0.5rem;
}

.screener__layout {
  min-height: calc(100vh - 100px - 100px);
}

.screener__left-column .screener__filters-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.screener__left-column .screener__filters-content {
  overflow-y: auto;
  max-height: calc((100vh - 100px - 200px) * 0.75);
}

@media (max-width: 991px) {
  .screener__right-column {
    margin-top: 1rem;
  }
}

.screener-filter-panel {
  padding: 1rem;
  background-color: #fff;
  overflow: visible;
  padding: 0;
}
[data-bs-theme=dark] .screener-filter-panel {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.screener-filter-panel__header {
  padding-left: 0.5rem;
  overflow: visible;
}
.screener-filter-panel__header-toolbar {
  overflow: visible;
}
.screener-filter-panel__toggle-btn {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  background-color: #567793 !important;
  border-color: #567793 !important;
  color: #fff !important;
  transition: all 0.15s ease-in-out;
}
.screener-filter-panel__toggle-btn:hover {
  background-color: rgb(67.1759656652, 92.9527896996, 114.8240343348) !important;
  border-color: rgb(67.1759656652, 92.9527896996, 114.8240343348) !important;
  color: #fff !important;
}
.screener-filter-panel__toggle-btn:focus {
  background-color: #567793 !important;
  border-color: #567793 !important;
  color: #fff !important;
  box-shadow: 0 0 0 0.25rem rgba(86, 119, 147, 0.25);
}
.screener-filter-panel__screen-for {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.screener-filter-panel__screen-for-label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}
[data-bs-theme=dark] .screener-filter-panel__screen-for-label {
  color: rgba(255, 255, 255, 0.9);
}

.screener-filter-panel__screen-for-buttons {
  display: inline-flex;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  overflow: hidden;
  background-color: #fff;
}
[data-bs-theme=dark] .screener-filter-panel__screen-for-buttons {
  border-color: #567793;
  background-color: transparent;
}

.screener-filter-panel__screen-for-btn {
  border: none;
  background-color: #fff;
  color: #6c757d;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  border-right: 1px solid #dee2e6;
}
.screener-filter-panel__screen-for-btn:last-child {
  border-right: none;
}
.screener-filter-panel__screen-for-btn:hover {
  background-color: #f8f9fa;
  color: #495057;
}
.screener-filter-panel__screen-for-btn.active {
  background-color: #567793;
  color: #fff;
  border-color: #567793;
}
.screener-filter-panel__screen-for-btn.active:hover {
  background-color: rgb(76.5879828326, 105.9763948498, 130.9120171674);
  color: #fff;
}
[data-bs-theme=dark] .screener-filter-panel__screen-for-btn {
  background-color: transparent;
  color: white;
  border-right-color: rgba(86, 119, 147, 0.4);
}
[data-bs-theme=dark] .screener-filter-panel__screen-for-btn:hover {
  background-color: rgba(86, 119, 147, 0.15);
  color: #fff;
}
[data-bs-theme=dark] .screener-filter-panel__screen-for-btn.active {
  background-color: #567793;
  color: #fff;
  border-color: #567793;
}
[data-bs-theme=dark] .screener-filter-panel__screen-for-btn.active:hover {
  background-color: rgb(70.9407725322, 98.1622317597, 121.2592274678);
  border-color: rgb(70.9407725322, 98.1622317597, 121.2592274678);
  color: #fff;
}

.screener-filter-panel__screen-select {
  overflow: visible;
}
.screener-filter-panel__screen-select .dropdown {
  position: relative;
  z-index: 0;
}
.screener-filter-panel__screen-select .dropdown.show {
  z-index: 1050;
}
.screener-filter-panel__screen-select-label {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}
[data-bs-theme=dark] .screener-filter-panel__screen-select-label {
  color: rgba(255, 255, 255, 0.9);
}

.screener-filter-panel__screen-select-dropdown-toggle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 0.875rem;
  font-weight: 500;
  min-height: 2.5rem;
  padding: 0.625rem 0.875rem;
  border-radius: 0.375rem;
}
.screener-filter-panel__screen-select-dropdown-toggle::after {
  display: none !important;
}
.screener-filter-panel__screen-select-dropdown-toggle.dropdown-toggle {
  font-size: 16px;
  min-height: 37px;
  border-radius: 6px;
}
.screener-filter-panel__screen-select-dropdown-toggle .screener-filter-panel__screen-select-dropdown-toggle__label {
  line-height: 1;
}
.screener-filter-panel__screen-select-dropdown-toggle .screener-filter-panel__screen-select-dropdown-toggle__chevron {
  flex-shrink: 0;
}
.screener-filter-panel__screen-select-dropdown-toggle.screen-select-new-btn {
  min-height: 37px;
  border-radius: 6px;
}
.screener-filter-panel__screen-select-dropdown-toggle--open {
  color: #567793 !important;
  border-color: #567793 !important;
  background-color: rgba(86, 119, 147, 0.08) !important;
}
.screener-filter-panel__screen-select-dropdown-toggle--open .screener-filter-panel__screen-select-dropdown-toggle__chevron,
.screener-filter-panel__screen-select-dropdown-toggle--open .screener-filter-panel__screen-select-dropdown-toggle__label {
  color: #567793;
}
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle {
  color: #fff !important;
  filter: none !important;
}
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle span,
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle .screener-filter-panel__screen-select-dropdown-toggle__chevron,
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle .screener-filter-panel__screen-select-dropdown-toggle__label {
  color: #fff !important;
}
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle:hover, [data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle:focus, [data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle:active, [data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle--open, [data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle--open:hover, [data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle--open:focus, [data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle--open:active {
  background-color: rgb(67.1759656652, 92.9527896996, 114.8240343348) !important;
  border-color: rgb(67.1759656652, 92.9527896996, 114.8240343348) !important;
  color: #fff !important;
  box-shadow: none !important;
  filter: none !important;
}
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle:hover span,
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle:hover .screener-filter-panel__screen-select-dropdown-toggle__chevron,
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle:hover .screener-filter-panel__screen-select-dropdown-toggle__label, [data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle:focus span,
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle:focus .screener-filter-panel__screen-select-dropdown-toggle__chevron,
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle:focus .screener-filter-panel__screen-select-dropdown-toggle__label, [data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle:active span,
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle:active .screener-filter-panel__screen-select-dropdown-toggle__chevron,
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle:active .screener-filter-panel__screen-select-dropdown-toggle__label, [data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle--open span,
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle--open .screener-filter-panel__screen-select-dropdown-toggle__chevron,
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle--open .screener-filter-panel__screen-select-dropdown-toggle__label, [data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle--open:hover span,
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle--open:hover .screener-filter-panel__screen-select-dropdown-toggle__chevron,
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle--open:hover .screener-filter-panel__screen-select-dropdown-toggle__label, [data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle--open:focus span,
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle--open:focus .screener-filter-panel__screen-select-dropdown-toggle__chevron,
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle--open:focus .screener-filter-panel__screen-select-dropdown-toggle__label, [data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle--open:active span,
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle--open:active .screener-filter-panel__screen-select-dropdown-toggle__chevron,
[data-bs-theme=dark] .screener-filter-panel__screen-select-dropdown-toggle--open:active .screener-filter-panel__screen-select-dropdown-toggle__label {
  color: #fff !important;
}

.screener-filter-panel__screen-select-menu {
  width: 350px;
  max-width: min(350px, 92vw);
  max-height: min(70vh, 700px + 3.5rem);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.35rem 0;
  z-index: 1050 !important;
  background-color: var(--bs-dropdown-bg, #fff) !important;
  background-clip: padding-box;
  box-shadow: var(--bs-dropdown-box-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
}
.screener-filter-panel__screen-select-menu--saved {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.screener-filter-panel__screen-select-menu--saved .screener-filter-panel__screen-select-menu-list {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1 1 auto;
  min-height: 0;
  max-height: min(70vh - 3.5rem, 700px);
}
[data-bs-theme=dark] .screener-filter-panel__screen-select-menu {
  background-color: var(--bs-dropdown-bg, #273040) !important;
}

.screener-filter-panel__screen-select-menu.dropdown-menu {
  width: 350px !important;
  min-width: 350px !important;
  padding: 0 1rem 0 0 !important;
  background: white;
}
.screener-filter-panel__screen-select-menu-search {
  flex-shrink: 0;
  padding: 0.5rem 0.75rem 0.35rem;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
  background-color: var(--bs-dropdown-bg, #fff);
}
[data-bs-theme=dark] .screener-filter-panel__screen-select-menu-search {
  background-color: var(--bs-dropdown-bg, #273040);
}

.screener-filter-panel__screen-select-menu-search-input .input-group-text {
  background-color: transparent;
}
.screener-filter-panel__screen-select-menu-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
}
.screener-filter-panel__screen-select-item.dropdown-item, .screener-filter-panel__screen-select-item {
  white-space: normal !important;
  padding: 0.875rem 1rem;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15);
}
.screener-filter-panel__screen-select-item.dropdown-item:active, .screener-filter-panel__screen-select-item:active {
  background-color: rgba(86, 119, 147, 0.12);
}
.screener-filter-panel__screen-select-item__row1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}
.screener-filter-panel__screen-select-item__left {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
  flex: 1;
}
.screener-filter-panel__screen-select-item__icon {
  flex-shrink: 0;
  opacity: 0.75;
  color: #567793;
}
.screener-filter-panel__screen-select-item__title {
  font-weight: 600;
  font-size: 1.125rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.screener-filter-panel__screen-select-item__desc {
  margin-top: 0.35rem;
  font-size: 1rem;
  color: #6c757d;
  text-align: left;
  line-height: 1.4;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
[data-bs-theme=dark] .screener-filter-panel__screen-select-item__desc {
  color: rgba(255, 255, 255, 0.55);
}

.screener-filter-panel__screen-select-item__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  flex-shrink: 0;
}
.screener-filter-panel__screen-select-item__delete-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0.2rem;
  border-radius: 0.25rem;
  color: #6c757d;
  cursor: pointer;
  line-height: 1;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.screener-filter-panel__screen-select-item__delete-btn:hover, .screener-filter-panel__screen-select-item__delete-btn:focus-visible {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
  outline: none;
}
[data-bs-theme=dark] .screener-filter-panel__screen-select-item__delete-btn {
  color: rgba(255, 255, 255, 0.45);
}
[data-bs-theme=dark] .screener-filter-panel__screen-select-item__delete-btn:hover, [data-bs-theme=dark] .screener-filter-panel__screen-select-item__delete-btn:focus-visible {
  color: #f87171;
  background-color: rgba(248, 113, 113, 0.15);
}

.screener-filter-panel__screen-select-badge {
  flex-shrink: 0;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.25em 0.5em;
}
.screener-filter-panel__screen-select-badge--preset {
  background-color: #6f42c1 !important;
  color: #fff !important;
}
.screener-filter-panel__screen-select-badge--saved {
  background-color: #198754 !important;
  color: #fff !important;
}
.screener-filter-panel__screen-select-badge--recent {
  background-color: #0dcaf0 !important;
  color: #000 !important;
}
.screener-filter-panel__filters-row {
  flex-wrap: wrap;
  align-items: center;
}
.screener-filter-panel__badges-row {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
[data-bs-theme=dark] .screener-filter-panel__badges-row {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.screener-filter-panel__eye-btn {
  color: #6c757d;
  transition: color 0.15s ease-in-out;
  text-decoration: none;
  font-size: 0.9375rem;
}
.screener-filter-panel__eye-btn:hover {
  color: #567793;
  text-decoration: none;
}
.screener-filter-panel__eye-btn:focus {
  box-shadow: none;
}
[data-bs-theme=dark] .screener-filter-panel__eye-btn {
  color: rgba(255, 255, 255, 0.7);
}
[data-bs-theme=dark] .screener-filter-panel__eye-btn:hover {
  color: #567793;
}

.screener-filter-panel__filter-badge {
  font-size: 0.8125rem;
  padding: 0.375rem 0.75rem;
  font-weight: 500;
  white-space: nowrap;
}
.screener-filter-panel__filter-badge.cursor-pointer {
  cursor: pointer;
  transition: opacity 0.15s ease-in-out;
}
.screener-filter-panel__filter-badge.cursor-pointer:hover {
  opacity: 0.8;
}
.screener-filter-panel__content {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.75rem;
}
[data-bs-theme=dark] .screener-filter-panel__content {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.screener-filter-panel__page-selectors {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
[data-bs-theme=dark] .screener-filter-panel__page-selectors {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.screener-filter-panel__page-selectors-left {
  display: flex;
  gap: 1.5rem;
  flex: 1;
}
.screener-filter-panel__page-selector {
  background: none;
  border: none;
  padding: 0.5rem 0;
  font-size: 1.15rem;
  color: #6c757d;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  font-weight: normal;
}
.screener-filter-panel__page-selector:hover {
  color: #567793;
}
.screener-filter-panel__page-selector.active {
  color: #567793;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
[data-bs-theme=dark] .screener-filter-panel__page-selector {
  color: rgba(255, 255, 255, 0.7);
}
[data-bs-theme=dark] .screener-filter-panel__page-selector:hover {
  color: #567793;
}
[data-bs-theme=dark] .screener-filter-panel__page-selector.active {
  color: #567793;
}

.screener-filter-panel__page-content {
  min-height: 210px;
}

@media (max-width: 991.98px) {
  .screener__content {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
@media (max-width: 767.98px) {
  #screener-page .page-body {
    padding-top: 0.25rem;
  }
  #screener-page .header-container.sticky-top {
    z-index: 1030;
  }
  #screener-page .main-nav .navbar {
    min-height: 44px;
  }
  #screener-page .main-nav .mobile-show h1 {
    font-size: 1.125rem;
    margin: 0;
    line-height: 1.2 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 42vw;
  }
  #screener-page .main-nav .navbar-toggler {
    flex-shrink: 0;
    min-width: 44px;
    min-height: 44px;
  }
  #screener-page .top-bar .search-wrapper--mobile {
    min-width: 0;
    flex: 1 1 auto;
  }
  #screener-page .top-bar .search-dropdown-button {
    min-height: 44px;
  }
  .screener-wrapper {
    min-height: auto;
  }
  .screener__content {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .screener__layout {
    min-height: auto;
  }
  .screener__results-panel,
  .screener__filter-panel,
  .screener__title-panel {
    min-width: 0;
    overflow: visible;
  }
  .screener__results-panel.main-panel {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .screener-filter-panel__header {
    padding-left: 0;
  }
  .screener-filter-panel__header-toolbar {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.5rem !important;
    min-width: 0;
  }
  .screener-filter-panel__screen-for {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    gap: 0.5rem;
  }
  .screener-filter-panel__screen-for-label {
    flex-shrink: 0;
    font-size: 0.95rem;
  }
  .screener-filter-panel__screen-for-buttons {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
  }
  .screener-filter-panel__screen-for-btn {
    flex: 1 1 0;
    min-width: 0;
    font-size: 0.95rem;
    padding: 0.45rem 0.5rem;
  }
  .screener-filter-panel__screen-select {
    width: 100%;
    min-width: 0;
    row-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .screener-filter-panel__screen-select-label {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    font-size: 0.95rem;
  }
  .screener-filter-panel__screen-select-dropdown-toggle {
    flex: 1 1 calc(50% - 0.25rem);
    min-width: calc(50% - 0.25rem);
    justify-content: center;
  }
  .screener-filter-panel__screen-select-dropdown-toggle.dropdown-toggle {
    font-size: 0.9375rem;
    min-height: 38px;
  }
  .screener-filter-panel__screen-select-dropdown-toggle.screen-select-new-btn {
    min-height: 38px;
  }
  .screener-filter-panel__screen-select-menu {
    max-width: calc(100vw - 1rem);
  }
  .screener-filter-panel__screen-select-item__title {
    font-size: 1rem;
  }
  .screener-filter-panel__screen-select-item__desc {
    font-size: 0.875rem;
  }
}.rdrCalendarWrapper {
  box-sizing: border-box;
  background: #ffffff;
  display: inline-flex;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rdrDateDisplay{
  display: flex;
  justify-content: space-between;
}

.rdrDateDisplayItem{
  flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit;
}

.rdrDateDisplayItem + .rdrDateDisplayItem{
    margin-left: 0.833em;
  }

.rdrDateDisplayItem input{
    text-align: inherit
  }

.rdrDateDisplayItem input:disabled{
      cursor: default;
    }

.rdrDateDisplayItemActive{}

.rdrMonthAndYearWrapper {
  box-sizing: inherit;
  display: flex;
  justify-content: space-between;
}

.rdrMonthAndYearPickers{
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdrMonthPicker{}

.rdrYearPicker{}

.rdrNextPrevButton {
  box-sizing: inherit;
  cursor: pointer;
  outline: none;
}

.rdrPprevButton {}

.rdrNextButton {}

.rdrMonths{
  display: flex;
}

.rdrMonthsVertical{
  flex-direction: column;
}

.rdrMonthsHorizontal > div > div > div{
  display: flex;
  flex-direction: row;
}

.rdrMonth{
  width: 27.667em;
}

.rdrWeekDays{
  display: flex;
}

.rdrWeekDay {
  flex-basis: calc(100% / 7);
  box-sizing: inherit;
  text-align: center;
}

.rdrDays{
  display: flex;
  flex-wrap: wrap;
}

.rdrDateDisplayWrapper{}

.rdrMonthName{}

.rdrInfiniteMonths{
  overflow: auto;
}

.rdrDateRangeWrapper{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rdrDateInput {
  position: relative;
}

.rdrDateInput input {
    outline: none;
  }

.rdrDateInput .rdrWarning {
    position: absolute;
    font-size: 1.6em;
    line-height: 1.6em;
    top: 0;
    right: .25em;
    color: #FF0000;
  }

.rdrDay {
  box-sizing: inherit;
  width: calc(100% / 7);
  position: relative;
  font: inherit;
  cursor: pointer;
}

.rdrDayNumber {
  display: block;
  position: relative;
}

.rdrDayNumber span{
    color: #1d2429;
  }

.rdrDayDisabled {
  cursor: not-allowed;
}

@supports (-ms-ime-align: auto) {
  .rdrDay {
    flex-basis: 14.285% !important;
  }
}

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  pointer-events: none;
}

.rdrInRange{}

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  pointer-events: none;
}

.rdrDayHovered{}

.rdrDayActive{}

.rdrDateRangePickerWrapper{
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rdrDefinedRangesWrapper{}

.rdrStaticRanges{
  display: flex;
  flex-direction: column;
}

.rdrStaticRange{
  font-size: inherit;
}

.rdrStaticRangeLabel{}

.rdrInputRanges{}

.rdrInputRange{
  display: flex;
}

.rdrInputRangeInput{}
.rdrCalendarWrapper{
  color: #000000;
  font-size: 12px;
}

.rdrDateDisplayWrapper{
  background-color: rgb(239, 242, 247);
}

.rdrDateDisplay{
  margin: 0.833em;
}

.rdrDateDisplayItem{
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  border: 1px solid transparent;
}

.rdrDateDisplayItem input{
    cursor: pointer;
    height: 2.5em;
    line-height: 2.5em;
    border: 0px;
    background: transparent;
    width: 100%;
    color: #849095;
  }

.rdrDateDisplayItemActive{
  border-color: currentColor;
}

.rdrDateDisplayItemActive input{
    color: #7d888d
  }

.rdrMonthAndYearWrapper {
  align-items: center;
  height: 60px;
  padding-top: 10px;
}

.rdrMonthAndYearPickers{
  font-weight: 600;
}

.rdrMonthAndYearPickers select{
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    outline: 0;
    color: #3e484f;
    background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
    background-position: right 8px center;
    cursor: pointer;
    text-align: center
  }

.rdrMonthAndYearPickers select:hover{
      background-color: rgba(0,0,0,0.07);
    }

.rdrMonthPicker, .rdrYearPicker{
  margin: 0 5px
}

.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0.833em;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #EFF2F7
}

.rdrNextPrevButton:hover{
    background: #E1E7F0;
  }

.rdrNextPrevButton i {
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    margin: auto;
    transform: translate(-3px, 0px);
  }

.rdrPprevButton i {
    border-width: 4px 6px 4px 4px;
    border-color: transparent rgb(52, 73, 94) transparent transparent;
    transform: translate(-3px, 0px);
  }

.rdrNextButton i {
    margin: 0 0 0 7px;
    border-width: 4px 4px 4px 6px;
    border-color: transparent transparent transparent rgb(52, 73, 94);
    transform: translate(3px, 0px);
  }

.rdrWeekDays {
  padding: 0 0.833em;
}

.rdrMonth{
  padding: 0 0.833em 1.666em 0.833em;
}

.rdrMonth .rdrWeekDays {
    padding: 0;
  }

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{
  display: none;
}

.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: rgb(132, 144, 149);
}

.rdrDay {
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 0;
  padding: 0;
  line-height: 3.000em;
  height: 3.000em;
  text-align: center;
  color: #1d2429
}

.rdrDay:focus {
    outline: 0;
  }

.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rdrDayToday .rdrDayNumber span{
  font-weight: 500
}

.rdrDayToday .rdrDayNumber span:after{
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #3d91ff;
  }

.rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after{
      background: #fff;
    }

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span{
          color: rgba(255, 255, 255, 0.85);
        }

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
}

.rdrSelected{
  left: 2px;
  right: 2px;
}

.rdrInRange{}

.rdrStartEdge{
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px;
}

.rdrEndEdge{
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px;
}

.rdrSelected{
  border-radius: 1.042em;
}

.rdrDayStartOfMonth .rdrInRange, .rdrDayStartOfMonth .rdrEndEdge, .rdrDayStartOfWeek .rdrInRange, .rdrDayStartOfWeek .rdrEndEdge{
    border-top-left-radius: 1.042em;
    border-bottom-left-radius: 1.042em;
    left: 2px;
  }

.rdrDayEndOfMonth .rdrInRange,  .rdrDayEndOfMonth .rdrStartEdge,  .rdrDayEndOfWeek .rdrInRange,  .rdrDayEndOfWeek .rdrStartEdge{
    border-top-right-radius: 1.042em;
    border-bottom-right-radius: 1.042em;
    right: 2px;
  }

.rdrDayStartOfMonth .rdrDayInPreview, .rdrDayStartOfMonth .rdrDayEndPreview, .rdrDayStartOfWeek .rdrDayInPreview, .rdrDayStartOfWeek .rdrDayEndPreview{
    border-top-left-radius: 1.333em;
    border-bottom-left-radius: 1.333em;
    border-left-width: 1px;
    left: 0px;
  }

.rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview{
   border-top-right-radius: 1.333em;
   border-bottom-right-radius: 1.333em;
   border-right-width: 1px;
   right: 0px;
 }

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  bottom: 3px;
  pointer-events: none;
  border: 0px solid currentColor;
  z-index: 1;
}

.rdrDayStartPreview{
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  left: 0px;
}

.rdrDayInPreview{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.rdrDayEndPreview{
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  right: 2px;
  right: 0px;
}

.rdrDefinedRangesWrapper{
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff;
}

.rdrDefinedRangesWrapper .rdrStaticRangeSelected{
    color: currentColor;
    font-weight: 600;
  }

.rdrStaticRange{
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff
}

.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{
      background: #eff2f7;
    }

.rdrStaticRangeLabel{
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left;
}

.rdrInputRanges{
  padding: 10px 0;
}

.rdrInputRange{
  align-items: center;
  padding: 5px 20px;
}

.rdrInputRangeInput{
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px rgb(222, 231, 235);
  margin-right: 10px;
  color: rgb(108, 118, 122)
}

.rdrInputRangeInput:focus, .rdrInputRangeInput:hover{
    border-color: rgb(180, 191, 196);
    outline: 0;
    color: #333;
  }

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{
  content: '';
  border: 1px solid currentColor;
  border-radius: 1.333em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: transparent;
}

.rdrDayPassive{
  pointer-events: none;
}

.rdrDayPassive .rdrDayNumber span{
    color: #d5dce0;
  }

.rdrDayPassive .rdrInRange, .rdrDayPassive .rdrStartEdge, .rdrDayPassive .rdrEndEdge, .rdrDayPassive .rdrSelected, .rdrDayPassive .rdrDayStartPreview, .rdrDayPassive .rdrDayInPreview, .rdrDayPassive .rdrDayEndPreview{
    display: none;
  }

.rdrDayDisabled {
  background-color: rgb(248, 248, 248);
}

.rdrDayDisabled .rdrDayNumber span{
    color: #aeb9bf;
  }

.rdrDayDisabled .rdrInRange, .rdrDayDisabled .rdrStartEdge, .rdrDayDisabled .rdrEndEdge, .rdrDayDisabled .rdrSelected, .rdrDayDisabled .rdrDayStartPreview, .rdrDayDisabled .rdrDayInPreview, .rdrDayDisabled .rdrDayEndPreview{
    filter: grayscale(100%) opacity(60%);
  }

.rdrMonthName{
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: 0.833em;
}
@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(
    --custom-highlight-background,
    linear-gradient(
      90deg,
      var(--base-color) 0%,
      var(--highlight-color) 50%,
      var(--base-color) 100%
    )
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */


/*** SASS MODULES - MUST BE FIRST ***/
/*** EXTERNAL IMPORTS ***/
/*****  BASIC  ****/
/*****  THEMES *****/
/*  Portfolios  */
/*****  DATA  *****/
/*  UI DATA  */
/*  IP DATA  */
/* AWS asset paths */
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #567793;
  --bs-secondary: #567793;
  --bs-tertiary: #475266;
  --bs-active: #0089c2;
  --bs-light: rgba(71, 82, 102, 0.05);
  --bs-dark: #273040;
  --bs-portfolio: #aca06d;
  --bs-report: #1f7e80;
  --bs-publication: #6c96b9;
  --bs-stocks: #62386e;
  --bs-trust: #e3af43;
  --bs-primary-rgb: 86, 119, 147;
  --bs-secondary-rgb: 86, 119, 147;
  --bs-tertiary-rgb: 71, 82, 102;
  --bs-active-rgb: 0, 137, 194;
  --bs-light-rgb: 71, 82, 102;
  --bs-dark-rgb: 39, 48, 64;
  --bs-portfolio-rgb: 172, 160, 109;
  --bs-report-rgb: 31, 126, 128;
  --bs-publication-rgb: 108, 150, 185;
  --bs-stocks-rgb: 98, 56, 110;
  --bs-trust-rgb: 227, 175, 67;
  --bs-primary-text-emphasis: rgb(34.4, 47.6, 58.8);
  --bs-secondary-text-emphasis: rgb(34.4, 47.6, 58.8);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(221.2, 227.8, 233.4);
  --bs-secondary-bg-subtle: rgb(221.2, 227.8, 233.4);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(187.4, 200.6, 211.8);
  --bs-secondary-border-subtle: rgb(187.4, 200.6, 211.8);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #101629;
  --bs-body-color-rgb: 16, 22, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #475266;
  --bs-emphasis-color-rgb: 71, 82, 102;
  --bs-secondary-color: rgba(16, 22, 41, 0.75);
  --bs-secondary-color-rgb: 16, 22, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(16, 22, 41, 0.5);
  --bs-tertiary-color-rgb: 16, 22, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #567793;
  --bs-link-color-rgb: 86, 119, 147;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(68.8, 95.2, 117.6);
  --bs-link-hover-color-rgb: 69, 95, 118;
  --bs-code-color: #d63384;
  --bs-highlight-color: #101629;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: rgba(71, 82, 102, 0.15);
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.5em;
  --bs-border-radius-sm: 0.25em;
  --bs-border-radius-lg: 0.75em;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(86, 119, 147, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(153.6, 173.4, 190.2);
  --bs-secondary-text-emphasis: rgb(153.6, 173.4, 190.2);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(17.2, 23.8, 29.4);
  --bs-secondary-bg-subtle: rgb(17.2, 23.8, 29.4);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(51.6, 71.4, 88.2);
  --bs-secondary-border-subtle: rgb(51.6, 71.4, 88.2);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(153.6, 173.4, 190.2);
  --bs-link-hover-color: rgb(173.88, 189.72, 203.16);
  --bs-link-color-rgb: 154, 173, 190;
  --bs-link-hover-color-rgb: 174, 190, 203;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25em;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(221.2, 227.8, 233.4);
  --bs-table-border-color: rgb(176.96, 182.24, 186.72);
  --bs-table-striped-bg: rgb(210.14, 216.41, 221.73);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(199.08, 205.02, 210.06);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(204.61, 210.715, 215.895);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(221.2, 227.8, 233.4);
  --bs-table-border-color: rgb(176.96, 182.24, 186.72);
  --bs-table-striped-bg: rgb(210.14, 216.41, 221.73);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(199.08, 205.02, 210.06);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(204.61, 210.715, 215.895);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: rgba(71, 82, 102, 0.05);
  --bs-table-border-color: rgba(6.6046511628, 7.6279069767, 9.488372093, 0.24);
  --bs-table-striped-bg: rgba(23.2586206897, 26.8620689655, 33.4137931034, 0.0975);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgba(13.3125, 15.375, 19.125, 0.145);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgba(17.0584415584, 19.7012987013, 24.5064935065, 0.12125);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #273040;
  --bs-table-border-color: rgb(82.2, 89.4, 102.2);
  --bs-table-striped-bg: rgb(49.8, 58.35, 73.55);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(60.6, 68.7, 83.1);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(55.2, 63.525, 78.325);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #567793;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(86, 119, 147, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #567793;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(86, 119, 147, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(86, 119, 147, 0.5);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #567793;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(86, 119, 147, 0.25);
}
.form-check-input:checked {
  background-color: #567793;
  border-color: #567793;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230089c2' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%230089c2'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0089c2;
  border-color: #0089c2;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230089c2' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23567793'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230089c2'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(86, 119, 147, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(86, 119, 147, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0089c2;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 219.6, 236.7);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0089c2;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 219.6, 236.7);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #567793;
  --bs-btn-border-color: #567793;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(73.1, 101.15, 124.95);
  --bs-btn-hover-border-color: rgb(68.8, 95.2, 117.6);
  --bs-btn-focus-shadow-rgb: 111, 139, 163;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(68.8, 95.2, 117.6);
  --bs-btn-active-border-color: rgb(64.5, 89.25, 110.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #567793;
  --bs-btn-disabled-border-color: #567793;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #567793;
  --bs-btn-border-color: #567793;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(73.1, 101.15, 124.95);
  --bs-btn-hover-border-color: rgb(68.8, 95.2, 117.6);
  --bs-btn-focus-shadow-rgb: 111, 139, 163;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(68.8, 95.2, 117.6);
  --bs-btn-active-border-color: rgb(64.5, 89.25, 110.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #567793;
  --bs-btn-disabled-border-color: #567793;
}
.btn-tertiary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #475266;
  --bs-btn-border-color: #475266;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(60.35, 69.7, 86.7);
  --bs-btn-hover-border-color: rgb(56.8, 65.6, 81.6);
  --bs-btn-focus-shadow-rgb: 99, 108, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(56.8, 65.6, 81.6);
  --bs-btn-active-border-color: rgb(53.25, 61.5, 76.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #475266;
  --bs-btn-disabled-border-color: #475266;
}
.btn-active {
  --bs-btn-color: #000;
  --bs-btn-bg: #0089c2;
  --bs-btn-border-color: #0089c2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(38.25, 154.7, 203.15);
  --bs-btn-hover-border-color: rgb(25.5, 148.8, 200.1);
  --bs-btn-focus-shadow-rgb: 0, 116, 165;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(51, 160.6, 206.2);
  --bs-btn-active-border-color: rgb(25.5, 148.8, 200.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0089c2;
  --bs-btn-disabled-border-color: #0089c2;
}
.btn-light {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(71, 82, 102, 0.05);
  --bs-btn-border-color: rgba(71, 82, 102, 0.05);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(9.0074626866, 10.4029850746, 12.9402985075, 0.1925);
  --bs-btn-hover-border-color: rgba(6.6046511628, 7.6279069767, 9.488372093, 0.24);
  --bs-btn-focus-shadow-rgb: 232, 233, 236;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(6.6046511628, 7.6279069767, 9.488372093, 0.24);
  --bs-btn-active-border-color: rgba(5.0714285714, 5.8571428571, 7.2857142857, 0.2875);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(71, 82, 102, 0.05);
  --bs-btn-disabled-border-color: rgba(71, 82, 102, 0.05);
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #273040;
  --bs-btn-border-color: #273040;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(71.4, 79.05, 92.65);
  --bs-btn-hover-border-color: rgb(60.6, 68.7, 83.1);
  --bs-btn-focus-shadow-rgb: 71, 79, 93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(82.2, 89.4, 102.2);
  --bs-btn-active-border-color: rgb(60.6, 68.7, 83.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #273040;
  --bs-btn-disabled-border-color: #273040;
}
.btn-portfolio {
  --bs-btn-color: #000;
  --bs-btn-bg: #aca06d;
  --bs-btn-border-color: #aca06d;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(184.45, 174.25, 130.9);
  --bs-btn-hover-border-color: rgb(180.3, 169.5, 123.6);
  --bs-btn-focus-shadow-rgb: 146, 136, 93;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(188.6, 179, 138.2);
  --bs-btn-active-border-color: rgb(180.3, 169.5, 123.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #aca06d;
  --bs-btn-disabled-border-color: #aca06d;
}
.btn-report {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1f7e80;
  --bs-btn-border-color: #1f7e80;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(26.35, 107.1, 108.8);
  --bs-btn-hover-border-color: rgb(24.8, 100.8, 102.4);
  --bs-btn-focus-shadow-rgb: 65, 145, 147;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(24.8, 100.8, 102.4);
  --bs-btn-active-border-color: rgb(23.25, 94.5, 96);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1f7e80;
  --bs-btn-disabled-border-color: #1f7e80;
}
.btn-publication {
  --bs-btn-color: #000;
  --bs-btn-bg: #6c96b9;
  --bs-btn-border-color: #6c96b9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(130.05, 165.75, 195.5);
  --bs-btn-hover-border-color: rgb(122.7, 160.5, 192);
  --bs-btn-focus-shadow-rgb: 92, 128, 157;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(137.4, 171, 199);
  --bs-btn-active-border-color: rgb(122.7, 160.5, 192);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #6c96b9;
  --bs-btn-disabled-border-color: #6c96b9;
}
.btn-stocks {
  --bs-btn-color: #fff;
  --bs-btn-bg: #62386e;
  --bs-btn-border-color: #62386e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(83.3, 47.6, 93.5);
  --bs-btn-hover-border-color: rgb(78.4, 44.8, 88);
  --bs-btn-focus-shadow-rgb: 122, 86, 132;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(78.4, 44.8, 88);
  --bs-btn-active-border-color: rgb(73.5, 42, 82.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #62386e;
  --bs-btn-disabled-border-color: #62386e;
}
.btn-trust {
  --bs-btn-color: #000;
  --bs-btn-bg: #e3af43;
  --bs-btn-border-color: #e3af43;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(231.2, 187, 95.2);
  --bs-btn-hover-border-color: rgb(229.8, 183, 85.8);
  --bs-btn-focus-shadow-rgb: 193, 149, 57;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(232.6, 191, 104.6);
  --bs-btn-active-border-color: rgb(229.8, 183, 85.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e3af43;
  --bs-btn-disabled-border-color: #e3af43;
}
.btn-outline-primary {
  --bs-btn-color: #567793;
  --bs-btn-border-color: #567793;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #567793;
  --bs-btn-hover-border-color: #567793;
  --bs-btn-focus-shadow-rgb: 86, 119, 147;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #567793;
  --bs-btn-active-border-color: #567793;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #567793;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #567793;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #567793;
  --bs-btn-border-color: #567793;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #567793;
  --bs-btn-hover-border-color: #567793;
  --bs-btn-focus-shadow-rgb: 86, 119, 147;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #567793;
  --bs-btn-active-border-color: #567793;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #567793;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #567793;
  --bs-gradient: none;
}
.btn-outline-tertiary {
  --bs-btn-color: #475266;
  --bs-btn-border-color: #475266;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #475266;
  --bs-btn-hover-border-color: #475266;
  --bs-btn-focus-shadow-rgb: 71, 82, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #475266;
  --bs-btn-active-border-color: #475266;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #475266;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #475266;
  --bs-gradient: none;
}
.btn-outline-active {
  --bs-btn-color: #0089c2;
  --bs-btn-border-color: #0089c2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0089c2;
  --bs-btn-hover-border-color: #0089c2;
  --bs-btn-focus-shadow-rgb: 0, 137, 194;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0089c2;
  --bs-btn-active-border-color: #0089c2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0089c2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0089c2;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: rgba(71, 82, 102, 0.05);
  --bs-btn-border-color: rgba(71, 82, 102, 0.05);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(71, 82, 102, 0.05);
  --bs-btn-hover-border-color: rgba(71, 82, 102, 0.05);
  --bs-btn-focus-shadow-rgb: 71, 82, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(71, 82, 102, 0.05);
  --bs-btn-active-border-color: rgba(71, 82, 102, 0.05);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(71, 82, 102, 0.05);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(71, 82, 102, 0.05);
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #273040;
  --bs-btn-border-color: #273040;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #273040;
  --bs-btn-hover-border-color: #273040;
  --bs-btn-focus-shadow-rgb: 39, 48, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #273040;
  --bs-btn-active-border-color: #273040;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #273040;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #273040;
  --bs-gradient: none;
}
.btn-outline-portfolio {
  --bs-btn-color: #aca06d;
  --bs-btn-border-color: #aca06d;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #aca06d;
  --bs-btn-hover-border-color: #aca06d;
  --bs-btn-focus-shadow-rgb: 172, 160, 109;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #aca06d;
  --bs-btn-active-border-color: #aca06d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #aca06d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #aca06d;
  --bs-gradient: none;
}
.btn-outline-report {
  --bs-btn-color: #1f7e80;
  --bs-btn-border-color: #1f7e80;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1f7e80;
  --bs-btn-hover-border-color: #1f7e80;
  --bs-btn-focus-shadow-rgb: 31, 126, 128;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1f7e80;
  --bs-btn-active-border-color: #1f7e80;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1f7e80;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1f7e80;
  --bs-gradient: none;
}
.btn-outline-publication {
  --bs-btn-color: #6c96b9;
  --bs-btn-border-color: #6c96b9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #6c96b9;
  --bs-btn-hover-border-color: #6c96b9;
  --bs-btn-focus-shadow-rgb: 108, 150, 185;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #6c96b9;
  --bs-btn-active-border-color: #6c96b9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c96b9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c96b9;
  --bs-gradient: none;
}
.btn-outline-stocks {
  --bs-btn-color: #62386e;
  --bs-btn-border-color: #62386e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #62386e;
  --bs-btn-hover-border-color: #62386e;
  --bs-btn-focus-shadow-rgb: 98, 56, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #62386e;
  --bs-btn-active-border-color: #62386e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #62386e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #62386e;
  --bs-gradient: none;
}
.btn-outline-trust {
  --bs-btn-color: #e3af43;
  --bs-btn-border-color: #e3af43;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e3af43;
  --bs-btn-hover-border-color: #e3af43;
  --bs-btn-focus-shadow-rgb: 227, 175, 67;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e3af43;
  --bs-btn-active-border-color: #e3af43;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e3af43;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e3af43;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 111, 139, 163;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #0089c2;
  --bs-dropdown-link-active-bg: #0089c2;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #0089c2;
  --bs-dropdown-link-active-bg: #0089c2;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(86, 119, 147, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #0089c2;
  --bs-nav-pills-link-active-bg: #0089c2;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2816, 22, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23101629' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%2834.4, 47.6, 58.8%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(86, 119, 147, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28153.6, 173.4, 190.2%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28153.6, 173.4, 190.2%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(86, 119, 147, 0.25);
  --bs-pagination-active-color: #0089c2;
  --bs-pagination-active-bg: #0089c2;
  --bs-pagination-active-border-color: #0089c2;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-tertiary {
  --bs-alert-color: var(--bs-tertiary-text-emphasis);
  --bs-alert-bg: var(--bs-tertiary-bg-subtle);
  --bs-alert-border-color: var(--bs-tertiary-border-subtle);
  --bs-alert-link-color: var(--bs-tertiary-text-emphasis);
}
.alert-active {
  --bs-alert-color: var(--bs-active-text-emphasis);
  --bs-alert-bg: var(--bs-active-bg-subtle);
  --bs-alert-border-color: var(--bs-active-border-subtle);
  --bs-alert-link-color: var(--bs-active-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
.alert-portfolio {
  --bs-alert-color: var(--bs-portfolio-text-emphasis);
  --bs-alert-bg: var(--bs-portfolio-bg-subtle);
  --bs-alert-border-color: var(--bs-portfolio-border-subtle);
  --bs-alert-link-color: var(--bs-portfolio-text-emphasis);
}
.alert-report {
  --bs-alert-color: var(--bs-report-text-emphasis);
  --bs-alert-bg: var(--bs-report-bg-subtle);
  --bs-alert-border-color: var(--bs-report-border-subtle);
  --bs-alert-link-color: var(--bs-report-text-emphasis);
}
.alert-publication {
  --bs-alert-color: var(--bs-publication-text-emphasis);
  --bs-alert-bg: var(--bs-publication-bg-subtle);
  --bs-alert-border-color: var(--bs-publication-border-subtle);
  --bs-alert-link-color: var(--bs-publication-text-emphasis);
}
.alert-stocks {
  --bs-alert-color: var(--bs-stocks-text-emphasis);
  --bs-alert-bg: var(--bs-stocks-bg-subtle);
  --bs-alert-border-color: var(--bs-stocks-border-subtle);
  --bs-alert-link-color: var(--bs-stocks-text-emphasis);
}
.alert-trust {
  --bs-alert-color: var(--bs-trust-text-emphasis);
  --bs-alert-bg: var(--bs-trust-bg-subtle);
  --bs-alert-border-color: var(--bs-trust-border-subtle);
  --bs-alert-link-color: var(--bs-trust-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #567793;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #0089c2;
  --bs-list-group-active-bg: #0089c2;
  --bs-list-group-active-border-color: #0089c2;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-tertiary {
  --bs-list-group-color: var(--bs-tertiary-text-emphasis);
  --bs-list-group-bg: var(--bs-tertiary-bg-subtle);
  --bs-list-group-border-color: var(--bs-tertiary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-tertiary-border-subtle);
  --bs-list-group-active-color: var(--bs-tertiary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-tertiary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-tertiary-text-emphasis);
}
.list-group-item-active {
  --bs-list-group-color: var(--bs-active-text-emphasis);
  --bs-list-group-bg: var(--bs-active-bg-subtle);
  --bs-list-group-border-color: var(--bs-active-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-active-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-active-border-subtle);
  --bs-list-group-active-color: var(--bs-active-bg-subtle);
  --bs-list-group-active-bg: var(--bs-active-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-active-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.list-group-item-portfolio {
  --bs-list-group-color: var(--bs-portfolio-text-emphasis);
  --bs-list-group-bg: var(--bs-portfolio-bg-subtle);
  --bs-list-group-border-color: var(--bs-portfolio-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-portfolio-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-portfolio-border-subtle);
  --bs-list-group-active-color: var(--bs-portfolio-bg-subtle);
  --bs-list-group-active-bg: var(--bs-portfolio-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-portfolio-text-emphasis);
}
.list-group-item-report {
  --bs-list-group-color: var(--bs-report-text-emphasis);
  --bs-list-group-bg: var(--bs-report-bg-subtle);
  --bs-list-group-border-color: var(--bs-report-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-report-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-report-border-subtle);
  --bs-list-group-active-color: var(--bs-report-bg-subtle);
  --bs-list-group-active-bg: var(--bs-report-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-report-text-emphasis);
}
.list-group-item-publication {
  --bs-list-group-color: var(--bs-publication-text-emphasis);
  --bs-list-group-bg: var(--bs-publication-bg-subtle);
  --bs-list-group-border-color: var(--bs-publication-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-publication-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-publication-border-subtle);
  --bs-list-group-active-color: var(--bs-publication-bg-subtle);
  --bs-list-group-active-bg: var(--bs-publication-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-publication-text-emphasis);
}
.list-group-item-stocks {
  --bs-list-group-color: var(--bs-stocks-text-emphasis);
  --bs-list-group-bg: var(--bs-stocks-bg-subtle);
  --bs-list-group-border-color: var(--bs-stocks-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-stocks-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-stocks-border-subtle);
  --bs-list-group-active-color: var(--bs-stocks-bg-subtle);
  --bs-list-group-active-bg: var(--bs-stocks-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-stocks-text-emphasis);
}
.list-group-item-trust {
  --bs-list-group-color: var(--bs-trust-text-emphasis);
  --bs-list-group-bg: var(--bs-trust-bg-subtle);
  --bs-list-group-border-color: var(--bs-trust-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-trust-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-trust-border-subtle);
  --bs-list-group-active-color: var(--bs-trust-bg-subtle);
  --bs-list-group-active-bg: var(--bs-trust-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-trust-text-emphasis);
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(86, 119, 147, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.5em;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}
[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}
.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}
:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}
[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}
.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-tertiary {
  color: #fff !important;
  background-color: RGBA(var(--bs-tertiary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-active {
  color: #000 !important;
  background-color: RGBA(var(--bs-active-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #fff !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-portfolio {
  color: #000 !important;
  background-color: RGBA(var(--bs-portfolio-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-report {
  color: #fff !important;
  background-color: RGBA(var(--bs-report-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-publication {
  color: #000 !important;
  background-color: RGBA(var(--bs-publication-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-stocks {
  color: #fff !important;
  background-color: RGBA(var(--bs-stocks-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-trust {
  color: #000 !important;
  background-color: RGBA(var(--bs-trust-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(69, 95, 118, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(69, 95, 118, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(69, 95, 118, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(69, 95, 118, var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary {
  color: RGBA(var(--bs-tertiary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-tertiary:hover, .link-tertiary:focus {
  color: RGBA(57, 66, 82, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(57, 66, 82, var(--bs-link-underline-opacity, 1)) !important;
}
.link-active {
  color: RGBA(var(--bs-active-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-active-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-active:hover, .link-active:focus {
  color: RGBA(51, 161, 206, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 161, 206, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(7, 8, 9, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(7, 8, 9, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(31, 38, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(31, 38, 51, var(--bs-link-underline-opacity, 1)) !important;
}
.link-portfolio {
  color: RGBA(var(--bs-portfolio-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-portfolio-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-portfolio:hover, .link-portfolio:focus {
  color: RGBA(189, 179, 138, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(189, 179, 138, var(--bs-link-underline-opacity, 1)) !important;
}
.link-report {
  color: RGBA(var(--bs-report-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-report-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-report:hover, .link-report:focus {
  color: RGBA(25, 101, 102, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(25, 101, 102, var(--bs-link-underline-opacity, 1)) !important;
}
.link-publication {
  color: RGBA(var(--bs-publication-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-publication-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-publication:hover, .link-publication:focus {
  color: RGBA(137, 171, 199, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(137, 171, 199, var(--bs-link-underline-opacity, 1)) !important;
}
.link-stocks {
  color: RGBA(var(--bs-stocks-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-stocks-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-stocks:hover, .link-stocks:focus {
  color: RGBA(78, 45, 88, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(78, 45, 88, var(--bs-link-underline-opacity, 1)) !important;
}
.link-trust {
  color: RGBA(var(--bs-trust-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-trust-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-trust:hover, .link-trust:focus {
  color: RGBA(233, 191, 105, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(233, 191, 105, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-tertiary {
  --bs-focus-ring-color: rgba(var(--bs-tertiary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-active {
  --bs-focus-ring-color: rgba(var(--bs-active-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-portfolio {
  --bs-focus-ring-color: rgba(var(--bs-portfolio-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-report {
  --bs-focus-ring-color: rgba(var(--bs-report-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-publication {
  --bs-focus-ring-color: rgba(var(--bs-publication-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-stocks {
  --bs-focus-ring-color: rgba(var(--bs-stocks-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-trust {
  --bs-focus-ring-color: rgba(var(--bs-trust-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-tertiary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-tertiary-rgb), var(--bs-border-opacity)) !important;
}
.border-active {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-active-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-portfolio {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-portfolio-rgb), var(--bs-border-opacity)) !important;
}
.border-report {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-report-rgb), var(--bs-border-opacity)) !important;
}
.border-publication {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-publication-rgb), var(--bs-border-opacity)) !important;
}
.border-stocks {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-stocks-rgb), var(--bs-border-opacity)) !important;
}
.border-trust {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-trust-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-tertiary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
}
.text-active {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-active-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-portfolio {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-portfolio-rgb), var(--bs-text-opacity)) !important;
}
.text-report {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-report-rgb), var(--bs-text-opacity)) !important;
}
.text-publication {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-publication-rgb), var(--bs-text-opacity)) !important;
}
.text-stocks {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-stocks-rgb), var(--bs-text-opacity)) !important;
}
.text-trust {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-trust-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-tertiary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-active {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-active-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-portfolio {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-portfolio-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-report {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-report-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-publication {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-publication-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-stocks {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-stocks-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-trust {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-trust-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-active {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-active-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-portfolio {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-portfolio-rgb), var(--bs-bg-opacity)) !important;
}
.bg-report {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-report-rgb), var(--bs-bg-opacity)) !important;
}
.bg-publication {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-publication-rgb), var(--bs-bg-opacity)) !important;
}
.bg-stocks {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-stocks-rgb), var(--bs-bg-opacity)) !important;
}
.bg-trust {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-trust-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.green,
.up,
.strong,
.positive {
  color: #13b64d !important;
}
.green-bg,
.up-bg,
.strong-bg {
  background: #13b64d !important;
}
.red,
.down,
.weak,
.negative {
  color: #fd154a !important;
}
.red-bg,
.down-bg,
.weak-bg {
  background: #fd154a !important;
}
.yellow {
  color: #f3ca22 !important;
}
.yellow-bg {
  background: #f3ca22 !important;
}
.inactive {
  color: #273040 !important;
}
.inactive-bg {
  background: #273040 !important;
}
.industry-icon-green {
  filter: invert(53%) sepia(13%) saturate(5710%) hue-rotate(103deg) brightness(95%) contrast(85%) !important;
}
.industry-icon-red {
  filter: brightness(0) saturate(100%) invert(31%) sepia(94%) saturate(5873%) hue-rotate(335deg) brightness(96%) contrast(106%) !important;
}
.industry-icon-yellow {
  filter: brightness(0) saturate(100%) invert(70%) sepia(55%) saturate(1327%) hue-rotate(358deg) brightness(104%) contrast(104%) !important;
}
.industry-bg-green {
  background-color: #13b64d !important;
}
.industry-bg-red {
  background-color: #fd154a !important;
}
.industry-label-green {
  color: #13b64d !important;
}
.industry-label-green span {
  color: #13b64d !important;
}
.industry-label-red {
  color: #fd154a !important;
}
.industry-label-red span {
  color: #fd154a !important;
}
.etf-label-color {
  color: #cf9e7b !important;
}
.etf-bg-color, .etf-bg {
  background-color: #cf9e7b !important;
}
.stock-label-color, .stock-label {
  color: #9758a8 !important;
}
.stock-bg-color, .stock-bg {
  background-color: #9758a8 !important;
}
.background-secondary {
  background-color: #567793;
}
.ip-color-verybullish,
.veryBullish-label,
.eq-label-veryhigh {
  color: #24a300;
}
.ip-bg-verybullish, .eq-bg-veryhigh {
  background: #24a300 !important;
}
.ip-color-bullish,
.bullish-label,
.eq-label-high {
  color: #7ed321;
}
.ip-bg-bullish, .eq-bg-high {
  background: #7ed321 !important;
}
.ip-color-neutral,
.neutral-label,
.eq-label-average {
  color: #ffbe00;
}
.ip-bg-neutral, .eq-bg-average {
  background: #ffbe00 !important;
}
.ip-color-bearish,
.bearish-label,
.eq-label-low {
  color: #fe510f;
}
.ip-bg-bearish, .eq-bg-low {
  background: #fe510f !important;
}
.ip-color-verybearish,
.veryBearish-label,
.eq-label-verylow {
  color: #e00000;
}
.ip-bg-verybearish, .eq-bg-verylow {
  background: #e00000 !important;
}
.ip-color-none,
.none-label {
  color: #bbbbbb;
}
.ip-bg-none,
.eq-bg-none {
  background: #bbbbbb;
}
.author-theme {
  color: #567793;
}
.author-theme-dark {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #567793;
}
.author-theme-light {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), #567793;
}
.author-theme-lightest {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #567793;
}
#cpgi-bg {
  background-color: #0064c8;
  background-image: url(/assets/Masthead_BG--CPGI-C8wwUkw8.png);
}
#cmki-bg {
  background-color: #003366;
  background-image: url(/assets/Masthead_BG--CHAP-O-Y7e1Ye.png);
}
#cpgr-bg {
  background-color: #019c4f;
  background-image: url(/assets/Masthead_BG--CPGR-C2acNqHm.png);
}
#cpt-bg {
  background-color: #4bab02;
  background-image: url(/assets/Masthead_BG--CPT-CuZ0UwEI.png);
}
#cptr-bg {
  background-color: #075038;
  background-image: url(/assets/Masthead_BG--CPTR-Cpu4LgOo.png);
}
#cpf-bg {
  background-color: #bbbbbb;
  background-image: url(/assets/Masthead_BG--CPF-DHlSNzkd.png);
}
#marc-bg {
  background-color: #bbbbbb;
  background-image: url(/assets/Masthead_BG--MARC-B19XDy4g.png);
}
[data-bs-theme=dark] .react-loading-skeleton {
  --base-color: black;
  --highlight-color: black;
}
[data-bs-theme=dark] body {
  scrollbar-color: #567793 linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
}
[data-bs-theme=dark] .background-primary {
  background: rgba(0, 0, 0, 0.25);
}
[data-bs-theme=dark] .background-light {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
}
[data-bs-theme=dark] .background-dark {
  background: rgba(255, 255, 255, 0.15);
}
[data-bs-theme=dark] .list-group .list-group-item {
  background: transparent !important;
}
[data-bs-theme=dark] .page-wrapper {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
  color: #fff;
}
[data-bs-theme=dark] .page-wrapper .breadcrumbs a, [data-bs-theme=dark] .page-wrapper .breadcrumbs button {
  color: white;
  text-decoration: underline;
}
[data-bs-theme=dark] .page-wrapper .breadcrumbs .no-link {
  text-decoration: none;
  cursor: default;
}
[data-bs-theme=dark] .page-body {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
  color: #fff;
}
[data-bs-theme=dark] .page-body h4 {
  color: white;
}
[data-bs-theme=dark] .page-body h1 {
  color: white;
}
[data-bs-theme=dark] .page-body h5 {
  color: white;
}
[data-bs-theme=dark] .page-header h1 {
  color: white;
}
[data-bs-theme=dark] .pop-panel {
  background: #273040;
}
[data-bs-theme=dark] .border {
  border-top: 1px solid rgb(71, 82, 102) !important;
  border-bottom: 1px solid rgb(71, 82, 102) !important;
  border-left: 1px solid rgb(71, 82, 102) !important;
  border-right: 1px solid rgb(71, 82, 102) !important;
}
[data-bs-theme=dark] .border-top {
  border-top: 1px solid rgb(71, 82, 102) !important;
}
[data-bs-theme=dark] .border-bottom {
  border-bottom: 1px solid rgb(71, 82, 102) !important;
}
[data-bs-theme=dark] .border-right {
  border-right: 1px solid rgb(71, 82, 102) !important;
}
[data-bs-theme=dark] .border-left {
  border-left: 1px solid rgb(71, 82, 102) !important;
}
[data-bs-theme=dark] .border-panel {
  border-top: 1px solid rgb(71, 82, 102) !important;
  border-bottom: 1px solid rgb(71, 82, 102) !important;
  border-left: 1px solid rgb(71, 82, 102) !important;
  border-right: 1px solid rgb(71, 82, 102) !important;
  background: #273040;
}
[data-bs-theme=dark] .border-panel--fill {
  background: rgba(0, 0, 0, 0.3);
}
[data-bs-theme=dark] div::-webkit-scrollbar-corner {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
}
[data-bs-theme=dark] .scrollbar-on {
  -ms-overflow-style: block; /* IE 10+ */
}
[data-bs-theme=dark] .scrollbar-on::-webkit-scrollbar {
  display: block;
  width: 6px;
  height: 6px;
}
[data-bs-theme=dark] .scrollbar-on::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.3);
}
[data-bs-theme=dark] .scrollbar-on::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4);
}
[data-bs-theme=dark] .scrollbar-on::-webkit-scrollbar-thumb:active {
  background: rgba(255, 255, 255, 0.6);
}
[data-bs-theme=dark] td, [data-bs-theme=dark] p, [data-bs-theme=dark] span, [data-bs-theme=dark] h1 {
  color: #fff;
}
[data-bs-theme=dark] tr:hover {
  background: rgba(255, 255, 255, 0.05);
}
[data-bs-theme=dark] tr:has(th):hover {
  background: none;
}
[data-bs-theme=dark] td, [data-bs-theme=dark] th {
  background: transparent !important;
}
[data-bs-theme=dark] .text-color {
  color: #ffffff;
}
[data-bs-theme=dark] h4.pub-content a:hover {
  text-decoration: underline;
}
[data-bs-theme=dark] h4.pub-content a.author {
  color: #6c96b9;
}
[data-bs-theme=dark] h4.pub-content a.report-type {
  color: #068f91;
}
[data-bs-theme=dark] h4.pub-content a.publication {
  color: #6c96b9;
}
[data-bs-theme=dark] .btn-outline-secondary {
  filter: brightness(1.5);
}
[data-bs-theme=dark] .btn-outline-secondary span {
  color: #567793;
}
[data-bs-theme=dark] .btn-outline-secondary:hover {
  filter: brightness(1) !important;
}
[data-bs-theme=dark] .btn-outline-secondary:hover span {
  color: white;
}
[data-bs-theme=dark] a {
  filter: brightness(1.5);
}
[data-bs-theme=dark] a:has(img) {
  filter: brightness(1);
}
[data-bs-theme=dark] p a:hover {
  color: #0089c2;
}
[data-bs-theme=dark] .btn-link {
  filter: brightness(1.5);
}
[data-bs-theme=dark] .dropdown-menu {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .dropdown-menu .dropdown-header {
  color: white;
}
[data-bs-theme=dark] .dropdown-menu .dropdown-item {
  border-top: 1px solid rgba(71, 82, 102, 0.15);
}
[data-bs-theme=dark] .form-select, [data-bs-theme=dark] .form-control {
  color: white !important;
  background-color: rgba(0, 0, 0, 0.25);
}
[data-bs-theme=dark] .form-check-input {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
[data-bs-theme=dark] .input-group-text {
  background-color: rgba(255, 255, 255, 0.25);
}
[data-bs-theme=dark] .switch.btn.btn-light {
  border-color: rgba(255, 255, 255, 0.25);
  color: white;
}
[data-bs-theme=dark] .switch .switch-group .switch-off {
  color: white;
}
[data-bs-theme=dark] .pagination .page-item .page-link {
  color: white;
  background-color: rgba(0, 0, 0, 0.25);
}
[data-bs-theme=dark] .pagination .page-item.active .page-link {
  color: white;
  background-color: #567793;
  border-color: rgba(255, 255, 255, 0.25);
}
[data-bs-theme=dark] .list__pagination-link {
  color: white;
}
[data-bs-theme=dark] .list__pagination-link:hover {
  color: #567793;
}
[data-bs-theme=dark] .list__pagination-link--active {
  color: #0089c2;
}
[data-bs-theme=dark] .list__btn-icon {
  color: white;
}
[data-bs-theme=dark] .list-table-head {
  outline: inset 1px rgba(71, 82, 102, 0.15);
  color: white;
  background: #273040 !important;
}
[data-bs-theme=dark] .list-table-head button {
  font-weight: 600;
  color: white;
}
[data-bs-theme=dark] .list-table-head button:has(.list-table__arrow--up, .list-table__arrow--down) {
  color: #0089c2;
  font-weight: 700;
  filter: brightness(1.25);
}
[data-bs-theme=dark] .list-table-head button:has(.list-table__arrow--inactive) {
  color: white !important;
  font-weight: 500;
}
[data-bs-theme=dark] .list-table-head button:active {
  color: #0089c2 !important;
  font-weight: 700;
  filter: brightness(1.25);
}
[data-bs-theme=dark] .modal .modal-dialog {
  cursor: default;
}
[data-bs-theme=dark] .modal .modal-dialog .modal-content {
  background-color: #273040 !important;
  color: white;
}
[data-bs-theme=dark] .modal .modal-dialog .modal-content .modal-header h2,
[data-bs-theme=dark] .modal .modal-dialog .modal-content .modal-header h4 {
  margin: 0;
  color: white;
}
[data-bs-theme=dark] .form-floating:not(.form-control:disabled)::before {
  background-color: transparent;
}
[data-bs-theme=dark] .page-not-found {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
}
[data-bs-theme=dark] .osano-cm-info {
  box-shadow: 0 0 2px 2px #000;
}
[data-bs-theme=dark] .osano-cm-info, [data-bs-theme=dark] .osano-cm-header, [data-bs-theme=dark] .osano-cm-info-dialog-header {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
}
[data-bs-theme=dark] .osano-cm-info-dialog-header__close {
  color: #fff;
  stroke: #fff;
}
[data-bs-theme=dark] .rdrDateRangePickerWrapper .rdrCalendarWrapper {
  background-color: transparent;
}
[data-bs-theme=dark] .rdrDateRangePickerWrapper .rdrMonthAndYearPickers select {
  color: white;
}
[data-bs-theme=dark] .rdrDateRangePickerWrapper .rdrMonthAndYearPickers select:hover {
  background: rgba(0, 0, 0, 0.25);
}
[data-bs-theme=dark] .rdrDateRangePickerWrapper .rdrDefinedRangesWrapper {
  background: transparent;
}
[data-bs-theme=dark] .rdrDateRangePickerWrapper .rdrStaticRanges .rdrStaticRange {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
}
[data-bs-theme=dark] .rdrDateRangePickerWrapper .rdrStaticRanges .rdrStaticRange:hover span {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .rdrDateRangePickerWrapper .rdrDateDisplayWrapper {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
[data-bs-theme=dark] .rdrDateRangePickerWrapper .rdrMonthName {
  color: white;
}
[data-bs-theme=dark] .rdrDateRangePickerWrapper .rdrInputRangeInput {
  color: white;
}
[data-bs-theme=dark] .overflow-scroll__fade {
  width: 40px;
}
[data-bs-theme=dark] .overflow-scroll__fade--right {
  background: linear-gradient(to right, rgba(30, 36, 48, 0), #1e2430);
}
[data-bs-theme=dark] .overflow-scroll__fade--left {
  background: linear-gradient(to left, #1e2430, rgba(30, 36, 48, 0));
}
[data-bs-theme=dark] .stock-tile, [data-bs-theme=dark] .watchlist-tile {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border: 1px solid rgba(255, 255, 255, 0.125);
}
[data-bs-theme=dark] .list-group .list-group-item {
  background: transparent !important;
}
[data-bs-theme=dark] .list-group .article-thumbnail {
  border: 1px solid rgba(255, 255, 255, 0.25);
}
[data-bs-theme=dark] .list-tile {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
  border: 1px solid rgba(255, 255, 255, 0.125);
}
[data-bs-theme=dark] .list-tile__type {
  border: 1px solid rgba(255, 255, 255, 0.125);
}
[data-bs-theme=dark] .list-tile__type--industry {
  background-color: #475266;
}
[data-bs-theme=dark] .list-tile__type--equity {
  background-color: #475266;
}
[data-bs-theme=dark] .list-tile__type--hotlist {
  background-color: #58355e;
}
[data-bs-theme=dark] .list-tile__type--index {
  background-color: #cf9e7b;
}
[data-bs-theme=dark] .list-tile__type--watchlist {
  background-color: #58355e;
}
[data-bs-theme=dark] .badge-tile {
  filter: brightness(1) !important;
}
[data-bs-theme=dark] .badge-tile__count {
  border: 1.5px solid #273040 !important;
}
[data-bs-theme=dark] .offcanvas-body {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #273040;
}
[data-bs-theme=dark] .green, [data-bs-theme=dark] .up, [data-bs-theme=dark] .strong, [data-bs-theme=dark] .positive {
  color: #13b64d !important;
}
[data-bs-theme=dark] .red, [data-bs-theme=dark] .down, [data-bs-theme=dark] .weak, [data-bs-theme=dark] .negative {
  color: #fd154a !important;
}
[data-bs-theme=dark] .yellow {
  color: #f3ca22 !important;
}
[data-bs-theme=dark] .inactive {
  color: #273040 !important;
}
[data-bs-theme=dark] .industry-icon-green {
  filter: invert(53%) sepia(13%) saturate(5710%) hue-rotate(103deg) brightness(95%) contrast(85%);
}
[data-bs-theme=dark] .industry-icon-red {
  filter: brightness(0) saturate(100%) invert(31%) sepia(94%) saturate(5873%) hue-rotate(335deg) brightness(96%) contrast(106%);
}
[data-bs-theme=dark] .ip-color-verybullish,
[data-bs-theme=dark] .veryBullish-label {
  color: #24a300;
}
[data-bs-theme=dark] .ip-color-bullish,
[data-bs-theme=dark] .bullish-label {
  color: #7ed321;
}
[data-bs-theme=dark] .ip-color-neutral,
[data-bs-theme=dark] .neutral-label {
  color: #ffbe00;
}
[data-bs-theme=dark] .ip-color-bearish,
[data-bs-theme=dark] .bearish-label {
  color: #fe510f;
}
[data-bs-theme=dark] .ip-color-verybearish,
[data-bs-theme=dark] .veryBearish-label {
  color: #e00000;
}
[data-bs-theme=dark] .ip-color-none,
[data-bs-theme=dark] .none-label {
  color: #bbbbbb;
}
[data-bs-theme=dark] .etf-label-color {
  color: #cf9e7b;
}
[data-bs-theme=dark] .stock-label-color {
  color: #be7bd1;
}
[data-bs-theme=dark] .date-range-calendar .rdrCalendarWrapper,
[data-bs-theme=dark] .date-range-calendar .rdrDateDisplayWrapper {
  background: #273040;
}
[data-bs-theme=dark] .date-range-calendar .rdrDateDisplayWrapper {
  border-bottom: 1px solid #475266;
}
[data-bs-theme=dark] .date-range-calendar .rdrDateDisplayWrapper .rdrDateDisplayItem {
  border: unset;
}
[data-bs-theme=dark] .date-range-calendar .rdrDateDisplayWrapper .rdrDateDisplayItem input {
  background: #1e2430;
  border-radius: 3px;
  color: #ffffff;
}
[data-bs-theme=dark] .date-range-calendar .rdrMonthAndYearWrapper .rdrMonthAndYearPickers select {
  color: #ffffff;
}
[data-bs-theme=dark] .date-range-calendar .rdrMonthAndYearWrapper .rdrPprevButton, [data-bs-theme=dark] .date-range-calendar .rdrMonthAndYearWrapper .rdrNextButton,
[data-bs-theme=dark] .date-range-calendar .rdrMonthAndYearWrapper .rdrMonthAndYearPickers select:hover {
  background: #1e2430;
}
[data-bs-theme=dark] .date-range-calendar .rdrMonthAndYearWrapper .rdrPprevButton i {
  border-color: transparent #ffffff transparent transparent;
}
[data-bs-theme=dark] .date-range-calendar .rdrMonthAndYearWrapper .rdrNextButton i {
  border-color: transparent transparent transparent #ffffff;
}
[data-bs-theme=dark] .date-range-calendar .rdrDayPassive .rdrDayNumber span,
[data-bs-theme=dark] .date-range-calendar .rdrDayWeekend .rdrDayNumber span {
  color: #606060;
}
[data-bs-theme=dark] .date-range-calendar .date-range-action-btns {
  background: #273040;
  border-top: 1px solid #475266;
}
[data-bs-theme=dark] .date-range-calendar .date-range-action-btns .cancel {
  color: #ffffff;
  border: 1px solid #4a5058;
}
[data-bs-theme=dark] #product-description-tooltip .tooltip-inner {
  background-color: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040 !important;
  color: #fff !important;
}
/* POWERBAR */
.powerbar-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse !important;
}
.powerbar-wrapper .powerbar-cell {
  display: flex;
  padding: 2px;
  justify-content: center;
  align-items: center;
  margin: 2px 1px;
}
.powerbar-wrapper .powerbar-cell--bullish {
  background-color: #24a300;
  border-radius: 1em 0 0 1em;
}
.powerbar-wrapper .powerbar-cell--neutral {
  background-color: #ffbe00;
  width: auto !important;
}
.powerbar-wrapper .powerbar-cell--neutral .powerbar-count {
  min-width: 25px !important;
}
.powerbar-wrapper .powerbar-cell--bearish {
  background-color: #e00000;
  border-radius: 0 1em 1em 0;
}
.powerbar-wrapper .powerbar-cell--none {
  background-color: #bbbbbb;
}
.powerbar-wrapper .powerbar-cell .powerbar-count {
  display: flex;
  min-width: 28px;
  line-height: 1.2;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
}
.powerbar-wrapper .powerbar-cell .powerbar-label {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin-left: 4px;
}
.powerbar-wrapper .powerbar-cell.powerbar-cell--large {
  padding: 3px;
  margin: 0px;
}
.powerbar-wrapper .powerbar-cell.powerbar-cell--large .powerbar-count {
  height: 36px;
  min-width: 36px;
  color: white;
  font-size: 20px;
  font-weight: 600;
}
.powerbar-wrapper .powerbar-cell.powerbar-cell--large .powerbar-label {
  font-size: 18px;
  margin-left: 6px;
  font-weight: 400;
}
.powerbar-wrapper.powerbar--no-numbers .powerbar-cell {
  min-height: 10px;
}
.powerbar-wrapper.powerbar--no-numbers .powerbar-cell .powerbar-count {
  display: none;
}
.powerbar-wrapper.powerbar--no-numbers .powerbar-cell .powerbar-label {
  display: none;
}
/*FACTOR LABELS*/
.factor-label {
  width: 70px;
}
.sub-factor-label {
  width: 100px;
  font-size: 0.825em;
}
/*FACTOR SLIDER BARS*/
.sliderProgress {
  display: inline-flex;
  position: relative;
  padding: 0;
  height: 14px;
  overflow: hidden;
  border-radius: 20px;
  background: #ccc;
  border: 1px solid white;
  flex-grow: 1;
}
.slider-disc {
  height: 14px;
  width: 14px;
  border-radius: 15px;
  border: 1px solid white;
  margin-top: -1px;
  position: absolute;
}
.slider-veryBearish {
  background-color: #e00000;
  left: 0%;
  margin-left: -2px;
}
.slider-bearish {
  background-color: #fe510f;
  left: 25%;
  margin-left: -6px;
}
.slider-neutral {
  background-color: #ffbe00;
  left: 50%;
  margin-left: -10px;
}
.slider-bullish {
  background-color: #7ed321;
  left: 75%;
  margin-left: -12px;
}
.slider-veryBullish {
  background-color: #24a300;
  left: 100%;
  margin-left: -12px;
}
.slider-none {
  background-color: #bbbbbb;
  left: 0%;
  margin-left: -2px;
}
.sliderBar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-align: center;
}
.sliderbar-veryBearish {
  background: #e00000;
  background: -moz-linear-gradient(left, #e00000 0%, #fe510f 100%);
  background: -webkit-linear-gradient(left, #e00000 0%, #fe510f 100%);
  background: linear-gradient(to right, #e00000 0%, #fe510f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e00000", endColorstr="#FE510F", GradientType=1);
  width: 0%;
}
.sliderbar-bearish {
  background: #fe510f;
  background: -moz-linear-gradient(left, #e00000 0%, #fe510f 100%);
  background: -webkit-linear-gradient(left, #e00000 0%, #fe510f 100%);
  background: linear-gradient(to right, #e00000 0%, #fe510f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e00000", endColorstr="#FE510F", GradientType=1);
  width: 25%;
}
.sliderbar-neutral {
  background: #ffbe00;
  background: -moz-linear-gradient(left, #fe510f 0%, #ffbe00 66%);
  background: -webkit-linear-gradient(left, #fe510f 0%, #ffbe00 66%);
  background: linear-gradient(to right, #fe510f 0%, #ffbe00 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe510f", endColorstr="#ffbe00", GradientType=1);
  width: 50%;
}
.sliderbar-bullish {
  background: #7ed321;
  background: -moz-linear-gradient(left, #ffbe00 0%, #7ed321 66%);
  background: -webkit-linear-gradient(left, #ffbe00 0%, #7ed321 66%);
  background: linear-gradient(to right, #ffbe00 0%, #7ed321 66%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbe00", endColorstr="#7ED321", GradientType=1);
  width: 75%;
}
.sliderbar-veryBullish {
  background: green;
  background: -moz-linear-gradient(left, #7ed321 0%, #219700 100%);
  background: -webkit-linear-gradient(left, #7ed321 0%, #219700 100%);
  background: linear-gradient(to right, #7ed321 0%, #219700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7ed321", endColorstr="#219700", GradientType=1);
  width: 100%;
}
.sliderbar-none {
  background: #ccc;
  background: -moz-linear-gradient(left, #ccc 0%, #ccc 100%);
  background: -webkit-linear-gradient(left, #ccc 0%, #ccc 100%);
  background: linear-gradient(to right, #ccc 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccc", endColorstr="#ccc", GradientType=1);
  width: 0%;
}
@page {
  margin: 0mm 9.52mm 4mm;
  size: letter;
}
[data-bs-theme=dark] input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}
.print-display, .print-flex, .print-only {
  display: none;
}
.print-visible {
  visibility: hidden;
}
.print-footer-wrapper {
  position: fixed;
  bottom: 0.5mm;
  left: 0;
  right: 0;
  width: 290mm;
}
.print-mode .print-display, .print-mode .print-flex, .print-mode .print-only {
  display: inherit;
}
.print-mode .page-break {
  display: inline-block;
}
.print-mode .print-hide {
  display: none;
}
@media print {
  html, body {
    width: 100%;
    background-color: white !important;
  }
  html::-webkit-scrollbar, body::-webkit-scrollbar {
    visibility: hidden;
    display: none;
  }
  .no-print-display {
    display: none !important;
  }
  ._hj_feedback_container {
    display: none !important;
  }
  body {
    padding: 0px !important;
    width: 290mm;
    -webkit-print-color-adjust: exact;
  }
  body::-webkit-scrollbar {
    visibility: hidden;
    display: none;
  }
  .print-hide {
    display: none !important;
  }
  .print-display, .print-only {
    display: block !important;
  }
  .print-flex {
    display: flex !important;
  }
  .print-visible {
    visibility: visible;
  }
  .page-break {
    page-break-before: always !important;
  }
  .page-break-avoid {
    break-inside: avoid;
  }
  .print-only {
    display: none;
  }
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}

html,
body {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  background-color: #273040;
  color: #101629;
  -ms-overflow-style: default; /* for Internet Explorer, Edge */
  scrollbar-width: default; /* for Firefox */
  scrollbar-color: #567793 rgba(255, 255, 255, 0.75);
}
div,
span,
iframe {
  scrollbar-width: default; /* Firefox */
  -ms-overflow-style: default; /* IE 10+ */
}
div::-webkit-scrollbar,
span::-webkit-scrollbar,
iframe::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
nav {
  font-size: 1em;
}
a {
  text-decoration: none;
  color: #567793;
}
a.text-link {
  text-decoration: underline;
}
.btn-link {
  color: #567793;
}
.btn-link:hover {
  color: #0089c2;
}
.text-color {
  color: #101629;
}
p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}
h1 {
  font-size: 2em;
  font-weight: 300;
  margin: 0;
  line-height: 1.4;
}
h2 {
  font-size: 1.66em;
  font-weight: 300;
  margin-bottom: 1rem;
}
h2 a {
  color: inherit;
}
h3 {
  font-size: 1.25em;
  font-weight: 400;
  margin: 0;
}
h4 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0.75em;
  color: #475266;
}
h5 {
  font-size: 0.85em;
  font-weight: 600;
  margin-top: 1em;
}
h6 {
  font-size: 0.75em;
  font-weight: 400;
}
h1.pub-content {
  font-size: 1.75em;
  font-weight: 600;
  margin: 0.25em 0;
  line-height: 1.25;
  cursor: pointer;
}
h1.pub-content:hover {
  color: #567793;
}
h1.pub-content a {
  color: inherit;
}
h2.pub-content {
  font-size: 1.362em;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
h2.pub-content:hover {
  color: #567793;
}
h2.pub-content a {
  color: inherit;
}
h3.pub-content {
  font-size: 16px;
  font-weight: 400;
}
h4.pub-content {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0;
  opacity: 1;
}
h4.pub-content a {
  font-weight: 600;
}
h4.pub-content a:hover {
  text-decoration: underline;
  filter: brightness(120%);
}
h4.pub-content a.author {
  color: rgba(16, 22, 41, 0.85);
}
h4.pub-content a.report-type {
  color: #1f7e80;
}
h4.pub-content a.category {
  font-weight: 600;
  color: #567793;
}
h4.pub-content a.category--issues {
  color: #6c96b9;
}
h4.pub-content a.category--report {
  color: #1f7e80;
}
h4.pub-content a.publication {
  color: #6c96b9;
}
h4.pub-content .date {
  opacity: 0.85;
}
p.article-synopsis {
  font-size: 1.15em;
}
.btn.btn-outline:hover {
  color: white;
}
.btn-link:focus-visible {
  box-shadow: none;
}
.link-variant-icon {
  font-size: 1.25em;
  line-height: 1;
  margin-right: 0.25em;
  margin-top: -0.125em;
}
.bs-icon-fix {
  margin-top: -0.125em;
}
.statLabel {
  width: 60%;
}
.statData {
  font-weight: 600;
}
.statData.statData--right {
  text-align: right;
}
.statData.statData--center {
  text-align: center;
}
.table-footnote {
  font-size: 0.825em;
  opacity: 0.825;
}
.badge-tile {
  display: flex;
  position: relative;
  border-radius: 6px;
  padding: 3px;
  background-color: transparent;
}
.badge-tile__icon {
  display: flex;
  background-color: #0089c2;
  border-radius: 4px;
  color: white;
  font-size: 20px;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
}
.badge-tile__icon--alerts {
  background-color: #567793;
}
.badge-tile__icon--rec {
  background-color: #aca06d;
}
.badge-tile__icon--publication {
  background-color: #6c96b9;
}
.badge-tile:hover {
  background-color: rgba(0, 137, 194, 0.1);
  border: 1px solid rgba(71, 82, 102, 0.15);
}
.badge-tile__count {
  position: absolute;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  min-width: 20px;
  line-height: 1;
  padding: 0 2px;
  border-radius: 11px;
  top: -8px;
  right: -8px;
  background-color: red;
  color: white;
  align-items: center;
  justify-content: center;
  border: 1.5px solid white;
}
.symbol-type-badge {
  display: flex;
  padding: 0.25em 0.5em;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
  color: white;
  cursor: default;
}
.symbol-type-badge--stock {
  background: #9758a8;
}
.symbol-type-badge--etf {
  background: #cf9e7b;
}
.panel-legend__block {
  display: flex;
  padding: 0.4em 0.6em;
  font-size: 0.9em;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
  color: white;
  margin-left: 0.75em;
}
.panel-legend__block--stock {
  background: #9758a8;
}
.panel-legend__block--etf {
  background: #cf9e7b;
}
.panel-legend__block--list {
  background: #68b7dd;
}
.panel-legend__block--index {
  background: #6694dd;
}
.scroll-wrapper {
  width: 100%;
  overflow-x: scroll;
}
.scrollbar-on {
  -ms-overflow-style: block; /* IE 10+ */
}
.scrollbar-on::-webkit-scrollbar {
  display: block;
  width: 8px;
  height: 6px;
}
.scrollbar-on::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.2);
}
.scrollbar-on::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.scrollbar-on::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.4);
}
.scrollbar-off {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.scrollbar-off::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.footnote-indent {
  text-indent: -1em;
  margin-left: 1em;
}
.time-stamp {
  opacity: 0.8;
  font-weight: 300;
  font-size: 0.8125rem;
}
.anchor-spacer {
  margin-top: -90px;
  height: 90px;
}
.hidden {
  display: none;
}
.popover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
  padding: 0.5em;
}
.popover .popover-header {
  padding: 1em;
  background-color: #273040;
  color: white;
}
.popover .popover-body {
  font-size: 1.125em;
  padding: 0.825em 0.825em 1em;
}
.fade.show.popover {
  z-index: 100000 !important;
}
.info-icon-button {
  border: 0;
  font-size: 20px;
  border-radius: 25px;
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 0.5;
}
.info-icon-button:hover a {
  color: #101629;
}
.delete-icon-button {
  border: 0;
  background-color: transparent;
  font-size: 20px;
  border-radius: 25px;
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 0.5;
}
.delete-icon-button:hover a {
  color: #101629;
}
.icon-button {
  border: 0;
  font-size: 20px;
  border-radius: 8px;
  padding: 0;
  height: 32px;
  width: 32px;
  line-height: 0.5;
}
.switch .switch-group .switch-on {
  font-weight: 600;
}
.switch .switch-group .switch-handle {
  background: white;
}
.switch .switch-group .switch-off {
  color: rgba(16, 22, 41, 0.5);
}
.switch .switch-group .switch-off:hover {
  color: white;
}
.white-space--nowrap {
  white-space: nowrap;
}
.Toastify__toast-container {
  max-height: 400px;
  overflow-y: scroll;
}
.results-wrapper .list-group-item {
  font-size: 1.25em;
  padding: 0.5em 0.75em;
}
.results-wrapper .list-group-item .symbol {
  font-weight: 700;
  width: 80px;
}
.results-wrapper .list-group-item .rating-icon {
  margin-right: 1em;
}
.results-wrapper .list-group-item .author {
  font-weight: 400;
  width: 150px;
  font-size: 1.25em;
}
.results-wrapper .list-group-item .title {
  font-weight: 300;
  font-size: 1em;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .results-wrapper .list-group-item {
    font-size: 1em;
    padding: 0.5em 0.25em;
  }
  .results-wrapper .list-group-item .symbol {
    font-weight: 700;
    font-size: 1.25em;
    width: 55px;
    min-width: 55px;
  }
  .results-wrapper .list-group-item .rating-icon {
    margin-right: 0em;
  }
  .results-wrapper .list-group-item .author {
    font-weight: 400;
    width: 150px;
    font-size: 1.25em;
  }
  .results-wrapper .list-group-item .title {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.3;
  }
}
.background-primary {
  background-color: #273040;
}
.background-primary--light {
  background-color: rgba(39, 48, 64, 0.125);
}
.background-light {
  background-color: rgba(0, 0, 0, 0.033);
}
.background-dark {
  background-color: rgba(255, 255, 255, 0.15);
}
.link-color {
  color: #567793;
}
.button-color {
  color: #0089c2;
}
.boldest {
  font-weight: 700;
}
.wt-boldest {
  font-weight: 700;
}
.wt-bold {
  font-weight: 600;
}
.wt-normal {
  font-weight: 400 !important;
}
.select-label {
  font-weight: 300;
}
.pointer {
  cursor: pointer;
}
.flex-cell {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.flex-cell--header {
  font-size: 12px;
  font-weight: 600;
}
.form-select:focus,
.form-control:focus {
  box-shadow: none;
}
.form-check {
  margin-bottom: 0.75em;
  margin-left: 0.15em;
}
.form-check:last-child {
  margin-bottom: 0.125em;
}
.form-check-input {
  width: 1.125em;
  height: 1.125em;
  margin-top: 0.15em;
  margin-right: 1em;
}
.form-check-input:focus {
  box-shadow: none;
  outline: 0;
}
.form-check label {
  font-size: 1.125em;
  line-height: 1;
}
@page {
  size: letter;
}
* {
  -webkit-print-color-adjust: exact !important; /* Chrome, Safari, Edge */
  print-color-adjust: exact !important; /*Firefox*/
}
.page-wrapper .page-header {
  height: 80px;
}
.page-wrapper .page-header button {
  font-size: 1em;
}
.page-wrapper .page-header button.dropdown-toggle {
  font-size: 1.25em;
}
.page-wrapper .page-header button.dropdown-toggle:after {
  margin-left: 0.5em;
  vertical-align: middle;
}
.page-wrapper .page-header__actions .btn-outline-secondary {
  border-color: transparent;
  color: white;
}
.page-wrapper .page-header .breadcrumbs a,
.page-wrapper .page-header .breadcrumbs button {
  color: white;
  text-decoration: underline;
}
.page-wrapper .page-header .breadcrumbs .no-link {
  text-decoration: none;
  cursor: default;
}
.page-wrapper .page-body {
  min-width: 320px;
}
.page-wrapper .page-body .page-color-banner {
  background-color: #273040;
  background-size: cover;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.page-wrapper .page-body .body-wrapper .container {
  z-index: 5;
}
.page-wrapper .page-body .body-wrapper .body-header {
  height: 80px;
  display: flex;
  color: white;
}
.page-wrapper .page-body .body-wrapper .body-header button {
  text-decoration: unset;
  color: white;
}
.page-wrapper .page-body .body-wrapper .body-header .breadcrumbs a,
.page-wrapper .page-body .body-wrapper .body-header .breadcrumbs button {
  color: white;
  text-decoration: underline;
}
.page-wrapper .page-body .body-wrapper .body-header .breadcrumbs .no-link {
  text-decoration: none;
  cursor: default;
}
.page-wrapper .page-side {
  margin-bottom: 30px;
}
.page-wrapper .disclaimer-panel {
  font-size: 0.8em;
}
.page-wrapper .footer-sub-bottom.marketwise-bp-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  min-height: 30px;
  background-color: #000000;
  border-top: 3px solid limegreen;
  color: white;
  font-size: 14px;
}
.page-wrapper .footer-sub-bottom.marketwise-bp-lockup .logo-type {
  height: 14px;
  margin-top: -3px;
}
.page-wrapper .footer-sub-bottom.marketwise-bp-lockup .logo-icon {
  height: 20px;
  margin-right: 8px;
}
.pop-panel {
  background-color: #fff;
}
.pop-panel .border-panel {
  margin: 0 !important;
}
.border-panel--inset {
  margin: auto -0.5em;
}
.border-panel--fill {
  background: rgba(0, 0, 0, 0.033);
}
@media (max-width: 576px) {
  .mobile-hide {
    display: none !important;
  }
}
@media (max-width: 389px) {
  .mobile-xxs-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none !important;
}
@media (max-width: 991.98px) {
  .mobile-show {
    display: flex !important;
  }
}
hr {
  width: 100%;
  opacity: 0.125;
}
.tile {
  display: flex;
  width: 180px;
  min-width: 180px;
  min-height: 150px;
  font-size: 1.125em;
  line-height: 1.2;
  padding: 0.36em;
  border-radius: 0.5em;
  border: 1px solid rgba(71, 82, 102, 0.15);
  cursor: pointer;
}
.tile:hover {
  background-color: rgba(71, 82, 102, 0.025);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.tile.list-tile {
  width: 200px;
  min-width: 200px;
}
.tile.stock-tile {
  padding: 0.75em;
}
.list-tile__type {
  display: flex;
  align-items: center;
  padding: 0.5em 0.33em 0.5em 0.6em;
  position: relative;
  border-radius: 0.25em;
  overflow: hidden;
  background-color: #58355e;
}
.list-tile__type h4 {
  color: white;
  font-weight: 400;
  line-height: 1;
}
.list-tile__type:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  mix-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: 110px center;
  background-size: 70px;
}
.list-tile__type--industry {
  background-color: #475266;
}
.list-tile__type--equity {
  background-color: #475266;
}
.list-tile__type--hotlist {
  background-color: #58355e;
}
.list-tile__type--index {
  background-color: #cf9e7b;
}
.list-tile__type--watchlist {
  background-color: #58355e;
}
.list-tile__type#list-type__undefined--default:after {
  background-image: var(--img);
}
.list-tile__type#list-type__industry--default:after {
  background-image: var(--img);
}
.list-tile__type#list-type__hotlist--default:after {
  background-image: var(--img);
}
.list-tile__type#list-type__index--default:after {
  background-image: var(--img);
}
.list-tile__type#list-type__equity--default:after {
  background-image: var(--img);
}
.list-tile__price-details {
  border: 1px solid #273040;
  border-radius: 0.33em;
  background-color: rgba(39, 48, 64, 0.05);
}
.list-tile__price-details--up {
  border: 1px solid #13b64d;
  background-color: rgba(19, 182, 77, 0.075);
}
.list-tile__price-details--up .price {
  color: #13b64d;
}
.list-tile__price-details--down {
  border: 1px solid #fd154a;
  background-color: rgba(253, 21, 74, 0.075);
}
.list-tile__price-details--down .price {
  color: #fd154a;
}
.list-tile__add-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: #58355e;
  opacity: 0.5;
}
.overflow-scroll__fade {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0px;
  width: 44px;
  height: 296px;
}
.overflow-scroll__fade--right {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.overflow-scroll__fade--left {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.list-table-head {
  font-size: 12px;
  position: sticky;
  outline: inset 1px rgba(71, 82, 102, 0.15);
  top: 0;
  cursor: default;
  z-index: 15;
  color: #101629;
}
.list-table-head .list-table-row--header .list-table-col {
  box-sizing: border-box;
  height: 37px;
  line-height: 21px;
  padding: 8px 0 8px 8px !important;
  vertical-align: middle;
}
.list-table-head th {
  font-size: 12px;
  font-weight: 500;
  padding: 8px 0;
}
.list-table-head button {
  font-weight: 600;
  font-size: 12px;
  color: #567793;
}
.list-table-head button:has(.list-table__arrow--up, .list-table__arrow--down) {
  color: #0089c2;
  font-weight: 700;
}
.list-table-head button:has(.list-table__arrow--inactive) {
  color: #567793 !important;
  font-weight: 600;
}
.list-table-head button svg {
  width: 20px;
  height: 20px;
}
.list-table-head button:active {
  color: #0089c2 !important;
  font-weight: 700;
}
.list-table__btn {
  background: none;
  border: none;
  padding: 0em;
  display: flex;
  font-size: 12px;
  width: 100%;
  font-weight: 600;
  align-items: center;
  color: #567793;
}
.list-table__btn:has(.list-table__arrow--up, .list-table__arrow--down) {
  color: #0089c2;
  font-weight: 700;
}
.list-table__btn:has(.list-table__arrow--inactive) {
  color: #567793 !important;
  font-weight: 600;
}
.list-table__btn svg {
  width: 20px;
  height: 20px;
}
.list-table__arrow {
  height: 20px;
  font-size: 1.5rem;
  line-height: 0.5em;
  margin-right: -0.25em;
  margin-left: -0.125em;
  transition: rotate 0.5s ease-in-out;
}
.list-table__arrow--up {
  rotate: 180deg;
}
.list-table__arrow--down {
  rotate: 0deg;
}
.list-table__arrow--active {
  display: block;
}
.list-table__arrow--inactive {
  display: none;
}
.pagination .page-item .page-link {
  color: #567793;
}
.pagination .page-item.active .page-link {
  color: white;
}
.list__pagination {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  background-color: transparent;
  margin: 0 auto;
  align-items: center;
  max-width: 350px;
}
.list__pagination-link {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
  color: #101629;
  padding: 0.3em;
}
.list__pagination-link:hover {
  color: #0089c2;
}
.list__pagination-link--active {
  color: #0089c2;
  font-weight: 600;
}
.list__next, .list__prev {
  display: grid;
  place-items: center;
}
.list__next-link, .list__prev-link {
  position: relative;
  display: inline-block;
}
.list__btn-icon {
  position: absolute;
  opacity: 0.5;
  translate: -50% -50%;
  color: #101629;
  font-size: 1rem;
  font-weight: 900;
}
.list__btn-icon:hover {
  opacity: 1;
}
.list__btn-icon--prev {
  top: 50%;
  left: 42%;
}
.list__btn-icon--next {
  top: 50%;
  left: 55%;
}
.indice-list-panel .indice-list-item {
  font-size: 1.125em;
}
.list-navigator {
  transition: display 0.5s ease-in-out;
}
.navigator-collapse {
  padding-inline: 0.5em;
  padding-block: 0.5em;
  align-self: flex-start;
}
.navigator-collapse__title {
  font-size: 1.2rem;
}
.navigator-collapse__button {
  font-size: 1.1rem;
  display: block;
}
.list-nav-scroll-wrapper {
  height: calc(100vh - 227px);
  overflow: hidden !important;
  overflow-y: scroll !important;
}
.list-nav-scroll-wrapper .accordion {
  margin-top: -1px;
}
.input-text-area-wrapper {
  margin: 0.5em -0.5em -0.5em;
  width: calc(100% + 1em);
}
.list-name-dropdown-wrapper .list-select-dropdown {
  position: initial !important;
}
.list-name-dropdown-wrapper .list-select-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  font-size: 1.7em;
  line-height: 1;
  color: white;
  padding: 0.5em 0.5em 0.5em 0.325em;
  border-radius: 0.25em;
  border: 0;
  font-weight: 300;
  white-space: break-spaces;
  text-align: left;
  line-height: 1.25;
  min-width: 150px;
  max-height: 80px;
  overflow: hidden;
}
.list-name-dropdown-wrapper .list-select-dropdown .dropdown-toggle:after {
  vertical-align: middle;
  margin-left: 0.5em;
}
.list-name-dropdown-wrapper .list-select-dropdown .dropdown-menu {
  padding: 0.5em;
  max-height: 267px;
  height: 267px;
  overflow: auto;
}
.list-name-dropdown-wrapper .list-select-dropdown .dropdown-menu .dropdown-header {
  font-weight: 600;
  padding: 0.5em 0.75em 0.75em;
}
.list-name-dropdown-wrapper .list-select-dropdown .dropdown-menu .dropdown-item {
  text-decoration: none;
  font-size: 1.125em;
  padding: 0.5em 0.75em;
  border-top: 1px solid rgba(71, 82, 102, 0.15);
}
.rdrDateRangePickerWrapper .rdrMonthAndYearPickers select {
  font-size: 1.25em;
}
.rdrDateRangePickerWrapper .rdrMonthName {
  font-size: 1.5em;
  line-height: 1;
}
.rdrDateRangePickerWrapper .rdrWeekDays {
  border-top: 1px solid rgba(71, 82, 102, 0.25);
  border-bottom: 1px solid rgba(71, 82, 102, 0.25);
}
.modal {
  z-index: 1000000;
}
.modal .modal-dialog {
  cursor: default;
}
.modal .modal-dialog .modal-content {
  min-width: 360px;
}
.modal .modal-dialog .modal-content .modal-header h2,
.modal .modal-dialog .modal-content .modal-header h4 {
  margin: 0;
}
.discovery-modal.modal .modal-dialog .modal-content {
  max-width: 707px;
  max-height: 80%;
  min-height: 600px;
}
.hotlists-modal.modal .modal-dialog .modal-content {
  max-width: 707px;
  max-height: 80%;
  min-height: 500px;
}
.simple-dialog-modal.modal,
.add-symbol-to-wl-modal.modal {
  z-index: 100000;
}
.simple-dialog-modal.modal .modal-dialog .modal-content,
.add-symbol-to-wl-modal.modal .modal-dialog .modal-content {
  max-width: 400px;
  margin: auto;
}
.news-modal {
  z-index: 100000;
}
.news-modal.modal .modal-dialog {
  justify-content: center;
}
.news-modal.modal .modal-dialog .modal-content {
  max-width: 600px;
}
.news-modal.modal .modal-dialog .modal-content .modal-body {
  padding: 1.25em 1.5em 0.5em;
}
@media (max-width: 576px) {
  .news-modal.modal .modal-dialog .modal-content .modal-body {
    padding: 1.25em 1em 0.5em;
  }
}
.news-modal__heading--updates {
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 0.8;
}
.date-picker-modal.modal .modal-content {
  max-width: 610px;
  margin: 0 auto;
}
.print-preview-modal .modal-content {
  box-shadow: 0px 0px 15px 15px rgba(0, 0, 0, 0.25);
}
.print-preview-modal .modal-content .modal-header {
  background: #273040;
  margin: 4px;
  padding: 12px 16px;
}
.print-preview-modal .modal-content .modal-header h4 {
  color: #ffffff;
}
.print-preview-modal .modal-content .modal-header .btn-close {
  filter: invert(1);
}
.print-preview-modal .modal-content .modal-body {
  padding: 0.5em 1.5em 1.25em;
}
.print-preview-modal .modal-content .modal-body ._hj_feedback_container {
  display: none !important;
}
.print-preview-modal .modal-content .modal-body #widget-478487 {
  display: none !important;
}
.modal-dialog-scrollable .modal-body {
  -ms-overflow-style: block; /* IE 10+ */
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  display: block;
  width: 12px;
  height: 6px;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.2);
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.4);
}
.create-list-modal {
  z-index: 1100000;
}
.create-list-modal.modal .modal-dialog {
  justify-content: center;
  margin: 1.75rem auto;
  width: calc(100% - 2rem);
}
.create-list-modal.modal .modal-dialog .modal-content {
  max-width: min(600px, 100%);
  width: 100%;
}
.create-list-modal.modal .modal-dialog .modal-content .modal-body .form-label {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.create-list-modal.modal .modal-dialog .modal-content .modal-body .create-list-type-question {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.create-list-modal.modal .modal-dialog .modal-content .modal-body .create-list-option-hint {
  font-size: 0.875rem;
  font-weight: 400;
  color: #6c757d;
  margin-top: 0.25rem;
}
.create-list-modal.modal .modal-dialog .modal-content .modal-body .create-list-type-options {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.create-list-modal.modal .modal-dialog .modal-content .modal-body .create-list-type-options .form-check {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
  min-height: 0;
  width: 100%;
  margin: 0 !important;
  font-size: 1.25rem;
  padding: 1rem 1.25rem !important;
  border-radius: 0.5em;
  border: 1px solid rgba(71, 82, 102, 0.15);
}
.create-list-modal.modal .modal-dialog .modal-content .modal-body .create-list-type-options .form-check .form-check-input {
  flex-shrink: 0;
  float: none !important;
  margin: 0 !important;
}
.create-list-modal.modal .modal-dialog .modal-content .modal-body .create-list-type-options .form-check .form-check-label {
  margin: 0 !important;
  padding: 0;
  font-size: inherit;
  line-height: 1.4;
  flex: 0 1 auto;
}
.create-list-modal.modal .modal-dialog .modal-content .modal-body .create-list-type-options .form-check .form-check-label > div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.create-list-modal.modal .modal-dialog .modal-content .modal-body .create-list-type-options .form-check .create-list-option-hint {
  margin-top: 0;
}
.create-list-modal.modal .modal-dialog .modal-content .modal-body .import-header-row-check .form-check {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #273040;
  min-height: 0;
  width: 100%;
  margin: 0 !important;
  font-size: 1rem;
  padding: 1rem 1.25rem !important;
  border-radius: 0.5em;
  border: 1px solid rgba(71, 82, 102, 0.15);
}
.create-list-modal.modal .modal-dialog .modal-content .modal-body .import-header-row-check .form-check .form-check-input {
  flex-shrink: 0;
  float: none !important;
  margin: 0 !important;
}
.create-list-modal.modal .modal-dialog .modal-content .modal-body .import-header-row-check .form-check .form-check-label {
  margin: 0 !important;
  padding: 0;
  line-height: 1.4;
  flex: 0 1 auto;
  font-size: inherit;
}
.create-list-modal.modal.create-list-modal--import-preview .modal-dialog {
  margin: 1.75rem auto;
  max-height: calc(100vh - 3.5rem);
}
.create-list-modal.modal.create-list-modal--import-preview .modal-dialog .modal-content {
  max-width: min(960px, 100%);
  max-height: calc(100vh - 3.5rem);
  display: flex;
  flex-direction: column;
}
.create-list-modal.modal.create-list-modal--import-preview .modal-body {
  overflow-x: auto;
}
.create-list-modal.modal.create-list-modal--import-preview .modal-body h4 {
  font-size: 1rem;
  font-weight: 600;
}
.create-list-modal.modal.create-list-modal--import-preview .modal-body table {
  font-size: 0.875rem;
}
.create-list-modal.modal.create-list-modal--import-preview .modal-body table th,
.create-list-modal.modal.create-list-modal--import-preview .modal-body table td {
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  vertical-align: middle;
}
.create-list-modal.modal.create-portfolio-modal .modal-dialog .modal-content .formTickerColumn .form-select {
  margin-bottom: 1.25em;
}
.create-list-modal.modal.create-portfolio-modal .modal-dialog .modal-content .formTickerColumn .form-label {
  margin-bottom: 0;
}
.create-list-modal.modal.create-portfolio-modal .modal-dialog .modal-content table tr td:first-of-type {
  font-weight: 700;
}
.create-list-modal.modal.create-portfolio-modal.create-list-modal--import-preview .modal-dialog .modal-content {
  max-width: min(960px, 100%);
}
.create-list-modal .zone {
  align-items: center;
  border: 2px dashed #ccc;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 40px 20px;
  cursor: pointer;
}
.create-list-modal .zone.zoneHover {
  border-color: #686868;
}
.create-list-modal .zone.default {
  border-color: #ccc;
}
.create-list-modal .file {
  background: linear-gradient(to bottom, #ddd, #ccc);
  border-radius: 10px;
  display: flex;
  height: 120px;
  width: 160px;
  position: relative;
  z-index: 10;
  flex-direction: column;
  justify-content: center;
}
.create-list-modal .file .remove {
  height: 23px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 23px;
}
.create-list-modal .info {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
}
.create-list-modal .size {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  justify-content: center;
  display: flex;
  font-size: 1.125em;
  padding: 0.25em;
}
.create-list-modal .name {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  font-size: 1.25em;
  padding: 0.25em 0.5em;
  margin-bottom: 0.25em;
}
.create-list-modal .progressBar {
  bottom: 14px;
  position: absolute;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.create-list-modal .form-list-name {
  border: none;
  border-radius: 0;
  border-bottom: var(--bs-border-width) solid var(--bs-modal-header-border-color);
  box-shadow: none;
  width: 16em;
}
.create-list-modal .form-list-name-group {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
}
[data-bs-theme=dark] .create-list-modal.modal .file {
  background: rgba(255, 255, 255, 0.75) !important;
}
[data-bs-theme=dark] .create-list-modal.modal .size {
  background-color: #273040;
}
[data-bs-theme=dark] .create-list-modal.modal .name {
  background-color: #273040;
}
[data-bs-theme=dark] .create-list-modal.modal.modal .modal-dialog .modal-content .modal-body .form-check {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #273040;
}
.page-not-found {
  min-height: 100vh;
  display: grid;
  place-items: center;
  place-content: center;
  background-color: white;
}
.page-not-found__image {
  display: block;
  max-width: 350px;
  width: 100%;
}
.page-not-found__heading {
  font-size: 3.5rem;
}
.page-not-found__description {
  font-size: 1.5rem;
  max-width: 500px;
  margin-bottom: 1.5em;
  text-align: center;
}
.page-not-found__description--incoming-msg {
  width: fit-content;
}
.border-top {
  border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
}
.border-right {
  border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
}
.border-bottom {
  border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
}
.border-left {
  border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-x {
  border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
  border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
}
.border-y {
  border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
}
.border {
  border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
  border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
  border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
  border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
}
.border-0 {
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-sm-right {
    border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-sm-left {
    border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .border-sm-x {
    border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-sm-y {
    border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-sm {
    border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-md-right {
    border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-md-left {
    border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .border-md-x {
    border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-md-y {
    border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-md {
    border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-lg-right {
    border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-lg-left {
    border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg-x {
    border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-lg-y {
    border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-lg {
    border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-xl-right {
    border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-xl-left {
    border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl-x {
    border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-xl-y {
    border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-xl {
    border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .border-xxl-top {
    border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-xxl-right {
    border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-xxl-bottom {
    border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-xxl-left {
    border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-xxl-top-0 {
    border-top: 0 !important;
  }
  .border-xxl-right-0 {
    border-right: 0 !important;
  }
  .border-xxl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xxl-left-0 {
    border-left: 0 !important;
  }
  .border-xxl-x {
    border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-xxl-y {
    border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-xxl {
    border-top: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-bottom: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-left: 1px solid rgba(71, 82, 102, 0.15) !important;
    border-right: 1px solid rgba(71, 82, 102, 0.15) !important;
  }
  .border-xxl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
.disable-mouse-interactions {
  cursor: default !important;
  pointer-events: none !important;
  -webkit-user-select: none;
  user-select: none;
  -ms-user-select: none;
}
/**
* This is the fix for overlaping floating
* placeholder in bootstrap form fields
*/
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  height: auto;
  padding: 0px;
  padding: 0px 0px 0px 10px;
  width: 100%;
  transform: scale(0.982) translateY(0.045rem) translateX(0.1rem);
  border-radius: 5px 0 0 0;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  height: auto;
  padding: 0px 0px 0px 10px;
  width: 100%;
  transform: scale(0.982) translateY(0.045rem) translateX(0.1rem);
  border-radius: 5px 0 0 0;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  height: auto;
  padding: 0px;
  padding: 0px 0px 0px 10px;
  width: 100%;
  transform: scale(0.982) translateY(0.045rem) translateX(0.1rem);
  border-radius: 5px 0 0 0;
}
#product-description-tooltip.tooltip .tooltip-inner {
  background-color: #333333 !important;
  color: white;
  text-align: left;
  padding: 15px 15px 5px;
  font-size: 13px;
  width: 300px !important;
}
#product-description-tooltip.tooltip .p-rich_text_section {
  margin-bottom: 10px;
}
/**
* End of placeholder fix
*/
/* Bootstrap's .tooltip and .popover default to position:absolute, which can extend the document
 * before Popper.js runs its first positioning update (signaled by [data-popper-placement]).
 * Forcing position:fixed here means the unpositioned overlay is viewport-relative and
 * cannot cause a document scroll overflow flash.
 * Once Popper sets data-popper-placement + applies inline styles, this rule no longer matches. */
.tooltip:not([data-popper-placement]),
.popover:not([data-popper-placement]),
.ln-v2-symbols-panel__tip:not([data-popper-placement]) {
  position: fixed !important;
}
.popover:not([data-popper-placement]).discovery-company-info-popover {
  position: relative !important;
}