ul#taxotree,
#taxotree ul {
  margin: 0;
  padding-left: 1.5em;
  line-height: 2em;
  list-style: none;
}

ul#taxotree li,
#taxotree ul li {
  position: relative;
  white-space: nowrap;
}

ul li:before {
  /* border-bottom: 1px dotted transparent; */
  /* border-left: 1px dotted transparent; */
}

/* hide the vertical line on the first item */
ul#taxotree > li:first-child:before {
  border-left: none;
}

/* hide the lines on the last item */
ul#taxotree li:last-child:after,
#taxotree ul li:last-child:after {
  display: none;
}

/* inserted via JS  */
.js-toggle-icon {
  position: absolute;
  z-index: 1;
  display: inline-block;
  margin-right: 2px;
  left: -1.5em;
  top: 0.5em;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  color: #666;
}
.js-toggle-icon.bi-caret-down-fill {
  color: #ef8251;
}

.tree li > span.ns:hover {
  background: #eee;
  background: #fde68a;
  background: rgb(254.15, 244.45, 248);
}

.tree li > span.ns:hover ~ ul li span.ns {
  background: rgba(0, 0, 0, 0.04);
}

.tree li span.ns {
  transition: background 0.2s ease-in-out, border 0.3s ease-in-out;
  padding: 0 4px;
  display: inline-block;
}

.tree * {
  box-sizing: border-box;
}

.tree li span {
  cursor: pointer;
}

.search-highlight {
  background: #FFFFED;
}

ul#taxotree ul,
#taxotree ul ul {
  margin: 0.3rem 0 0.4rem 0rem;
  font-size: 93.5%;
}

li {
  margin-bottom: 1rem;
  margin-bottom: 0.45rem;
}

/* Separators around the always-visible Shorts policy note in sidebar */
#left-shorts-policy-note {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.75rem 0;
  margin: 1rem 0;
}

/* Sidebar shorts policy note text style */
.shorts-policy-note {
  font-size: 0.85rem;
  color: #666;
  font-style: italic;
}

#growth-radios .form-check-input:checked {
  background-color: #ef5c8d;
  border-color: #ef5c8d;
}

#show_top_growing_div,
.show_top_growing_div {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.6rem;
  align-items: center;
  margin: 1rem 0;
  background: linear-gradient(to right, rgb(242.28, 242.28, 242.28), transparent);
  border: 1px solid rgb(223.2, 223.2, 223.2);
  padding: 1rem 0.6rem;
  border-radius: 4px;
}

.show-growing-btn {
  transform-origin: left center;
  will-change: transform, filter;
}

.search-cont-div {
  position: relative;
  max-width: 30rem;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  row-gap: 0.4rem;
}

.search-cont-div input {
  text-indent: 1.4rem;
  background: rgb(251.82, 251.82, 251.82);
  width: 70%;
  min-width: 200px;
  margin-right: 0.6rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d6d4d4;
  border-radius: 0;
}

.search-cont-div input:focus {
  box-shadow: none;
  border-bottom: 1px solid #606060;
  background-color: transparent;
}

.search-cont-div .search-icon {
  position: absolute;
  top: 0.5rem;
  left: 0.6rem;
  font-size: 1.3rem;
}

.search-cont-div button {
  min-width: 70px;
  font-size: 1em;
  padding: 0.3em 1.45em;
  border-radius: 4px;
  background-color: rgb(239.1, 239.1, 239.1);
  color: #606060;
  border-color: rgb(223.2, 223.2, 223.2);
}
.search-cont-div button:hover {
  background-color: rgb(223.2, 223.2, 223.2);
  border-color: rgb(207.3, 207.3, 207.3);
  color: #606060;
}
.search-cont-div button:focus {
  box-shadow: none;
  background-color: rgb(207.3, 207.3, 207.3);
  border-color: #606060;
}
.search-cont-div button:active {
  background-color: rgb(175.5, 175.5, 175.5);
  border-color: #606060;
}

.search-cont-div input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  background: url(close_icn.png) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  color: red;
}

#show_top_growing_div button {
  background-color: rgb(223.2, 223.2, 223.2);
  color: #606060;
  border-color: rgb(207.3, 207.3, 207.3);
  font-size: 0.9rem;
  margin-right: 1rem;
  margin-bottom: 0.4rem;
}
#show_top_growing_div button:hover {
  background-color: rgb(207.3, 207.3, 207.3);
  border-color: rgb(191.4, 191.4, 191.4);
  color: #606060;
}
#show_top_growing_div button:focus {
  box-shadow: none;
  background-color: rgb(191.4, 191.4, 191.4);
  border-color: #606060;
}
#show_top_growing_div button:active {
  background-color: rgb(159.6, 159.6, 159.6);
  border-color: #606060;
  color: white;
}

.search-cont-div input[type=search]:focus::-webkit-search-cancel-button {
  opacity: 0.7;
  pointer-events: all;
}

.search-msg {
  margin-top: 0.15em;
  display: none;
  color: #B52212;
  font-size: 0.85rem;
}

#taxotree-wrapper-wrapper {
  padding: 0.5em 0 0.5em 0em;
  margin: 1em 1em 1em 0;
}

#taxotree-wrapper {
  max-height: calc(100vh - 12.25rem);
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.1s ease-out;
  -webkit-background-clip: text;
  --scroll-border-radius: 2.5rem;
}
#taxotree-wrapper::-webkit-scrollbar {
  width: 20px;
  border-radius: var(--scroll-border-radius);
}
#taxotree-wrapper::-webkit-scrollbar-track {
  border-radius: var(--scroll-border-radius);
  background-color: inherit;
  background-clip: content-box;
  border: transparent solid 4px;
}
#taxotree-wrapper::-webkit-scrollbar-thumb {
  border-radius: var(--scroll-border-radius);
  background-color: inherit;
  background-clip: content-box;
  border: transparent solid 4px;
}

#taxotree-wrapper:hover,
#taxotree-wrapper:active,
#taxotree-wrapper:focus {
  background-color: #F5F5F5;
}
#taxotree-wrapper:hover::-webkit-scrollbar-track,
#taxotree-wrapper:active::-webkit-scrollbar-track,
#taxotree-wrapper:focus::-webkit-scrollbar-track {
  background-color: #F5F5F5;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#taxotree-wrapper:hover::-webkit-scrollbar-thumb,
#taxotree-wrapper:active::-webkit-scrollbar-thumb,
#taxotree-wrapper:focus::-webkit-scrollbar-thumb {
  background-color: rgba(187, 187, 187, 0.6274509804);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#taxotree-wrapper:hover::-webkit-scrollbar-thumb:hover,
#taxotree-wrapper:active::-webkit-scrollbar-thumb:hover,
#taxotree-wrapper:focus::-webkit-scrollbar-thumb:hover {
  background-color: rgba(153, 153, 153, 0.6274509804);
}

#taxotree-wrapper #taxotree {
  direction: ltr;
}

.tag-more-info {
  color: #525252;
  font-size: 0.88em;
  vertical-align: baseline;
}

.high_growth_badge,
.high_abs_growth_badge {
  white-space: nowrap;
  vertical-align: middle;
  background: rgb(247.1, 250.85, 246.6);
  padding: 0.1em 0.5em 0 0.5em;
  margin: 0.2em;
  border: rgb(48.5, 86, 43.5) solid 1px;
  border-radius: 14px;
  color: #61AC57;
}
.high_growth_badge span:nth-child(1),
.high_abs_growth_badge span:nth-child(1) {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  font-size: 0.9em;
}
.high_growth_badge span:nth-child(2),
.high_abs_growth_badge span:nth-child(2) {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  font-size: 0.8em;
  opacity: 0.9;
}
.high_growth_badge.showing-actual-growth,
.high_abs_growth_badge.showing-actual-growth {
  font-size: 0.8rem;
  padding: 0.3em 0.5em;
  font-weight: 700;
  font-weight: 600;
  border: none;
  background: #61AC57;
  color: white;
}

.severe_decline_badge,
.severe_abs_decline_badge {
  white-space: nowrap;
  vertical-align: middle;
  background: rgb(251.3, 243.95, 243.15);
  padding: 0.1em 0.5em 0 0.5em;
  margin: 0.2em;
  border: rgb(90.5, 17, 9) solid 1px;
  border-radius: 14px;
  color: #B52212;
}
.severe_decline_badge span:nth-child(1),
.severe_abs_decline_badge span:nth-child(1) {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  font-size: 0.9em;
}
.severe_decline_badge span:nth-child(2),
.severe_abs_decline_badge span:nth-child(2) {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 0.8em;
  opacity: 0.9;
}
.severe_decline_badge.showing-actual-growth,
.severe_abs_decline_badge.showing-actual-growth {
  font-size: 0.8rem;
  padding: 0.2em 0.5em;
  font-weight: 700;
  font-weight: 600;
  border: none;
  background: #B52212;
  color: white;
}

.added_tag__p1 {
  font-weight: bold;
  color: rgb(240.04, 69.32, 131.8);
  position: relative;
  transform-style: preserve-3d;
}
.added_tag__p1::after {
  content: "";
  position: absolute;
  width: 92%;
  height: 12%;
  background: linear-gradient(to right, #ddd, #eee);
  background: linear-gradient(to bottom right, #240046, #3c096c);
  background: #ffcf70;
  background: rgb(251, 240.2, 216.4);
  bottom: 13%;
  left: 4%;
  transform: translateZ(-1px);
  z-index: -1;
}

#taxotree .disabled-li {
  opacity: 0.5;
  cursor: not-allowed;
}
#taxotree .disabled-li * {
  cursor: not-allowed;
}
#taxotree .disabled-li .ns:hover {
  background: none;
}
#taxotree .disabled-li .added_tag__p1 {
  color: inherit;
  font-weight: normal;
}
#taxotree .disabled-li .added_tag__p1::after {
  background: none;
}

#all-child-switch-con {
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 7px;
  border-radius: 4px;
  /* box-shadow: -8px -8px 15px rgba(255,255,255,.7), 10px 10px 10px rgba(0,0,0, .3); */
  justify-content: space-around;
  /* border: 1px solid #bbb; */
  background: linear-gradient(to right, rgb(242.28, 242.28, 242.28), transparent);
  border: 1px solid rgb(223.2, 223.2, 223.2);
}
#all-child-switch-con > span {
  margin-right: 0.5rem;
}
#all-child-switch-con .material-symbols-outlined {
  font-size: 1rem;
  vertical-align: bottom;
}
#all-child-switch-con input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
#all-child-switch-con label {
  cursor: pointer;
  text-indent: -9999px;
  width: 30px;
  height: 15px;
  background: grey;
  display: block;
  border-radius: 15px;
  position: relative;
}
#all-child-switch-con label:after {
  content: "";
  position: absolute;
  top: 0.75px;
  left: 0.75px;
  width: 13.5px;
  height: 13.5px;
  background: #fff;
  border-radius: 13.5px;
  transition: 0.3s;
}
#all-child-switch-con input:checked + label {
  background: #bada55;
}
#all-child-switch-con input:checked + label:after {
  left: calc(100% - 0.75px);
  transform: translateX(-100%);
}
#all-child-switch-con label:active:after {
  width: 19.5px;
}

#all-child-switch-tooltip {
  padding: 1rem;
  border-radius: 4px;
  z-index: 11;
  max-width: 347px;
  display: none;
  background: #fff;
  border: 1px solid #000;
}
#all-child-switch-tooltip kbd {
  line-height: 1.55;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  font-weight: 700;
  background-color: rgb(248, 249, 250);
  color: rgb(73, 80, 87);
  padding: 3px 5px;
  border-radius: 4px;
  border-width: 1px 1px 3px;
  border-style: solid;
  border-color: rgb(222, 226, 230);
}

.sidebar-footer {
  color: gray;
  color: rgb(175.5, 175.5, 175.5);
  font-size: 0.85rem;
  margin-top: 1.4rem;
}
.sidebar-footer code {
  color: inherit;
}

.card .card-body .grsp {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  color: #61AC57;
}

.card .card-body .dcsp {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  color: #B52212;
}

.card .card-body .flsp {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  color: goldenrod;
}

ul li.no-after:after {
  content: none;
}

.cat-filter-label,
.level-filter-label {
  margin-bottom: 0.3rem;
  font-weight: 700;
  font-weight: 500;
}

.level-filters {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.cat-filters {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.level-filters .level-filter,
.cat-filters .cat-filter {
  cursor: pointer;
  background: transparent;
  border: 1px solid #666;
  color: #000;
  transition: background 0.2s ease-in-out;
  margin: 0.2rem;
  font-weight: 700;
  font-weight: 600;
}

.level-filters .level-filter:hover,
.cat-filters .cat-filter:hover {
  background: #ddd;
}

.level-filters .level-filter.clicked,
.cat-filters .cat-filter.clicked {
  background: linear-gradient(to right, rgb(236, 72, 153), rgb(239, 68, 68), rgb(234, 179, 8));
  color: #fff;
}

.cat-filter-label,
.level-filter-label {
  margin-bottom: 0.3rem;
  font-weight: 700;
  font-weight: 500;
}

.taxo-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  gap: 0.7rem;
}

.graph-clear-con {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
}
.graph-clear-con button {
  z-index: 5;
  transition: background 0.2s ease;
  padding: 0.375rem 0.75rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  background-color: #f8f8f8;
  border: 1px solid #efefef;
  color: #6d6e71;
  margin-bottom: 0.3rem;
  width: -moz-fit-content;
  width: fit-content;
}
.graph-clear-con button .material-symbols-outlined {
  font-size: 1rem;
  vertical-align: text-bottom;
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 48;
  margin-left: 0.3rem;
}
.graph-clear-con button:hover {
  background: rgb(242.28, 242.28, 242.28);
}
.graph-clear-con button:active {
  background: rgb(226.38, 226.38, 226.38);
}

.taxo-tree-con-loading::after {
  content: "Loading the taxonomy tree...";
}

#taxo-tree-con {
  min-height: 15rem;
}

.disabled-tag-tooltip-msg {
  display: flex;
  align-items: center;
}
.disabled-tag-tooltip-msg .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 48;
  color: #FFA72B;
  font-size: 1.5em;
  margin-right: 0.3rem;
}

#disabled-tooltip {
  display: none;
  padding: 0.65rem 1rem;
  background-color: #f8f8f8;
  font-size: 14.5px;
  border-radius: 4px;
  border: 1px solid #222;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}/*# sourceMappingURL=left_section.css.map */