@charset "UTF-8";
/*------------------------------------
- COLOR primary
------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@300;400;500;600;700;800;900&family=Source+Code+Pro:wght@200;300;400;500;600;700;800;900&display=swap");
.btn-check:focus + .btn-primary, .btn-primary:focus {
  background-color: #606060;
  border-color: #606060;
}

.alert-primary {
  color: rgb(57.6, 57.6, 57.6);
  background-color: rgb(223.2, 223.2, 223.2);
  border-color: rgb(207.3, 207.3, 207.3);
}

.alert-primary hr {
  border-top-color: rgb(209.367, 209.367, 209.367);
}

.alert-primary .alert-link {
  color: rgb(57.6, 57.6, 57.6);
}

.badge-primary {
  color: #fff;
  background-color: #606060;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  background-color: rgb(76.8, 76.8, 76.8);
}

.bg-primary {
  background-color: #606060 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(76.8, 76.8, 76.8) !important;
}

.border-primary {
  border-color: #606060 !important;
}

.btn-primary {
  color: #fff;
  background-color: #606060;
  border-color: #606060;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(81.6, 81.6, 81.6);
  border-color: rgb(76.8, 76.8, 76.8);
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #606060;
  border-color: #606060;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(76.8, 76.8, 76.8);
  border-color: #484848;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
}

.btn-outline-primary {
  color: #606060;
  background-color: transparent;
  border-color: #606060;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #606060;
  border-color: #606060;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #606060;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #606060;
  border-color: #606060;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
}

.list-group-item-primary {
  color: rgb(57.6, 57.6, 57.6);
  background-color: rgb(207.3, 207.3, 207.3);
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(57.6, 57.6, 57.6);
  background-color: rgb(209.367, 209.367, 209.367);
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(57.6, 57.6, 57.6);
  border-color: rgb(57.6, 57.6, 57.6);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(207.3, 207.3, 207.3);
}

.table-hover .table-primary:hover {
  background-color: rgb(209.367, 209.367, 209.367);
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(209.367, 209.367, 209.367);
}

.text-primary {
  color: #606060 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(76.8, 76.8, 76.8) !important;
}

/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
  color: rgb(149.4, 55.8, 63.6);
  background-color: rgb(253.8, 222.6, 225.2);
  border-color: rgb(253.2, 206.4, 210.3);
}

.alert-secondary hr {
  border-top-color: rgb(253.278, 208.506, 212.237);
}

.alert-secondary .alert-link {
  color: rgb(149.4, 55.8, 63.6);
}

.badge-secondary {
  color: #fff;
  background-color: #f95d6a;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  background-color: rgb(199.2, 74.4, 84.8);
}

.bg-secondary {
  background-color: #f95d6a !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(199.2, 74.4, 84.8) !important;
}

.border-secondary {
  border-color: #f95d6a !important;
}

.btn-secondary {
  color: #fff;
  background-color: #f95d6a;
  border-color: #f95d6a;
}

.btn-secondary:hover {
  color: #fff;
  background-color: rgb(211.65, 79.05, 90.1);
  border-color: rgb(199.2, 74.4, 84.8);
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 93, 106, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #f95d6a;
  border-color: #f95d6a;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(199.2, 74.4, 84.8);
  border-color: rgb(186.75, 69.75, 79.5);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 93, 106, 0.5);
}

.btn-outline-secondary {
  color: #f95d6a;
  background-color: transparent;
  border-color: #f95d6a;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #f95d6a;
  border-color: #f95d6a;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 93, 106, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #f95d6a;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #f95d6a;
  border-color: #f95d6a;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 93, 106, 0.5);
}

.list-group-item-secondary {
  color: rgb(149.4, 55.8, 63.6);
  background-color: rgb(253.2, 206.4, 210.3);
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(149.4, 55.8, 63.6);
  background-color: rgb(253.278, 208.506, 212.237);
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(149.4, 55.8, 63.6);
  border-color: rgb(149.4, 55.8, 63.6);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(253.2, 206.4, 210.3);
}

.table-hover .table-secondary:hover {
  background-color: rgb(253.278, 208.506, 212.237);
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(253.278, 208.506, 212.237);
}

.text-secondary {
  color: #f95d6a !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(199.2, 74.4, 84.8) !important;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  background-color: #308209;
  border-color: #308209;
}

.alert-success {
  color: rgb(28.8, 78, 5.4);
  background-color: rgb(213.6, 230, 205.8);
  border-color: rgb(192.9, 217.5, 181.2);
}

.alert-success hr {
  border-top-color: rgb(195.591, 219.125, 184.398);
}

.alert-success .alert-link {
  color: rgb(28.8, 78, 5.4);
}

.badge-success {
  color: #fff;
  background-color: #308209;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  background-color: rgb(38.4, 104, 7.2);
}

.bg-success {
  background-color: #308209 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(38.4, 104, 7.2) !important;
}

.border-success {
  border-color: #308209 !important;
}

.btn-success {
  color: #fff;
  background-color: #308209;
  border-color: #308209;
}

.btn-success:hover {
  color: #fff;
  background-color: rgb(40.8, 110.5, 7.65);
  border-color: rgb(38.4, 104, 7.2);
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 130, 9, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #308209;
  border-color: #308209;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(38.4, 104, 7.2);
  border-color: rgb(36, 97.5, 6.75);
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 130, 9, 0.5);
}

.btn-outline-success {
  color: #308209;
  background-color: transparent;
  border-color: #308209;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #308209;
  border-color: #308209;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 130, 9, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #308209;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #308209;
  border-color: #308209;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 130, 9, 0.5);
}

.list-group-item-success {
  color: rgb(28.8, 78, 5.4);
  background-color: rgb(192.9, 217.5, 181.2);
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(28.8, 78, 5.4);
  background-color: rgb(195.591, 219.125, 184.398);
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(28.8, 78, 5.4);
  border-color: rgb(28.8, 78, 5.4);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(192.9, 217.5, 181.2);
}

.table-hover .table-success:hover {
  background-color: rgb(195.591, 219.125, 184.398);
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(195.591, 219.125, 184.398);
}

.text-success {
  color: #308209 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(38.4, 104, 7.2) !important;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  background-color: #B52212;
  border-color: #B52212;
}

.alert-danger {
  color: rgb(108.6, 20.4, 10.8);
  background-color: rgb(240.2, 210.8, 207.6);
  border-color: rgb(232.8, 188.7, 183.9);
}

.alert-danger hr {
  border-top-color: rgb(233.762, 191.573, 186.981);
}

.alert-danger .alert-link {
  color: rgb(108.6, 20.4, 10.8);
}

.badge-danger {
  color: #fff;
  background-color: #B52212;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  background-color: rgb(144.8, 27.2, 14.4);
}

.bg-danger {
  background-color: #B52212 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(144.8, 27.2, 14.4) !important;
}

.border-danger {
  border-color: #B52212 !important;
}

.btn-danger {
  color: #fff;
  background-color: #B52212;
  border-color: #B52212;
}

.btn-danger:hover {
  color: #fff;
  background-color: rgb(153.85, 28.9, 15.3);
  border-color: rgb(144.8, 27.2, 14.4);
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 34, 18, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #B52212;
  border-color: #B52212;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(144.8, 27.2, 14.4);
  border-color: rgb(135.75, 25.5, 13.5);
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 34, 18, 0.5);
}

.btn-outline-danger {
  color: #B52212;
  background-color: transparent;
  border-color: #B52212;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #B52212;
  border-color: #B52212;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 34, 18, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #B52212;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #B52212;
  border-color: #B52212;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 34, 18, 0.5);
}

.list-group-item-danger {
  color: rgb(108.6, 20.4, 10.8);
  background-color: rgb(232.8, 188.7, 183.9);
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(108.6, 20.4, 10.8);
  background-color: rgb(233.762, 191.573, 186.981);
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(108.6, 20.4, 10.8);
  border-color: rgb(108.6, 20.4, 10.8);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(232.8, 188.7, 183.9);
}

.table-hover .table-danger:hover {
  background-color: rgb(233.762, 191.573, 186.981);
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(233.762, 191.573, 186.981);
}

.text-danger {
  color: #B52212 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(144.8, 27.2, 14.4) !important;
}

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;
}

#add-gtrends-btn {
  font-size: 0.9rem;
  background: rgb(231.15, 231.15, 231.15);
  border: 1px solid rgb(223.2, 223.2, 223.2);
  padding: 0.3rem 0.5rem;
  line-height: 1;
}
#add-gtrends-btn:hover {
  background: rgb(223.2, 223.2, 223.2);
}

#gtrends-input-div {
  display: flex;
  justify-content: start;
  align-items: center;
}
#gtrends-input-div #gtrends-input {
  margin-right: 2rem;
}
#gtrends-input-div #gtrends-switches-con {
  margin-right: 2rem;
}
#gtrends-input-div #gtrends-switches-con .switch-con {
  margin-right: 1rem;
}
#gtrends-input-div #gtrends-switches-con .switch-con span {
  margin-right: 0.4rem;
}
#gtrends-input-div .switch-con {
  color: #666666;
  display: inline-flex;
  align-items: center;
}
#gtrends-input-div .form-switch .form-check-input:checked {
  background-color: #f95d6a;
  border-color: #606060;
}
#gtrends-input-div .form-check,
#gtrends-input-div .form-label {
  min-height: auto;
  margin-bottom: 0;
}
#gtrends-input-div .form-switch input {
  display: none;
}
#gtrends-input-div .form-switch {
  width: 3rem;
  padding-left: 0;
}
#gtrends-input-div .form-switch label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.3rem;
  box-shadow: 0.3rem 0.3rem 0.6rem var(--neu-greyLight-2), -0.2rem -0.2rem 0.5rem var(--neu-white);
  background: rgba(255, 255, 255, 0);
  position: relative;
  cursor: pointer;
  border-radius: 1.6rem;
  border: var(--neu-greyLight-2) solid 2px;
  box-sizing: content-box;
}
#gtrends-input-div .form-switch label::after {
  content: "";
  position: absolute;
  left: 0.4rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--neu-greyDark);
  transition: all 0.4s ease;
}
#gtrends-input-div .form-switch label::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(330deg, var(--neu-primary-dark) 0%, var(--neu-primary) 50%, var(--neu-primary-light) 100%);
  opacity: 0;
  transition: all 0.4s ease;
}
#gtrends-input-div .form-switch input:checked ~ label::before {
  opacity: 1;
}
#gtrends-input-div .form-switch input:checked ~ label::after {
  left: 57%;
  background: var(--neu-greyLight-1);
}

#gtrends-msgs {
  margin-top: 1em;
}

#gtrends-msg {
  background: rgb(255, 245, 245);
  font-size: 0.9em;
  padding: 1em;
  border-left: 4px solid #fc8181;
  display: block;
  color: #c53030;
  animation: gtrends-msg-anim 1s linear 1s 1;
}

.section-card-header {
  background: rgb(242.28, 242.28, 242.28);
  font-weight: bold;
  border-bottom: 1px solid rgb(223.2, 223.2, 223.2);
  padding: 0.6em 1.1rem;
  position: relative;
}
.section-card-header #close-gtrends-btn {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 0.6rem;
  /* background: beige; */
  /* border: 1px solid darkgoldenrod; */
  cursor: pointer;
}

#gtrends-input-div-con {
  border: 1px solid rgb(207.3, 207.3, 207.3);
  margin-bottom: 1rem;
  width: 100%;
  background: rgb(251.82, 251.82, 251.82);
}

#gtrends-input-div {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 0 1rem;
}
#gtrends-input-div .btn {
  font-size: 0.9rem;
}

#gtrends-input-div #gtrends-country-filter {
  width: 25%;
  margin-right: 2rem;
}
#gtrends-input-div #gtrends-input {
  border: 1px solid #d6d4d4;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  width: 15rem;
  height: 2.25rem;
  color: #666666;
}

.te-graph-title-con,
.tf-graph-title-con {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 0 1rem 0;
}
.te-graph-title-con h2,
.tf-graph-title-con h2 {
  font-weight: 700;
  font-weight: 600;
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: 0.1px;
}

#tag-hist-graph,
#tag-hist-graph-a,
#p1-g1 {
  box-shadow: inset 0px 0px 8px -3px rgba(0, 0, 0, 0.1), 0.3px 0.5px 0.7px hsl(var(--shadow-color)/0.34), 1.5px 2.9px 3.7px -0.4px hsl(var(--shadow-color)/0.34), 2.7px 5.4px 6.8px -0.7px hsl(var(--shadow-color)/0.34), 4.5px 8.9px 11.2px -1.1px hsl(var(--shadow-color)/0.34), 7.1px 14.3px 18px -1.4px hsl(var(--shadow-color)/0.34), 11.2px 22.3px 28.1px -1.8px hsl(var(--shadow-color)/0.34), 17px 33.9px 42.7px -2.1px hsl(var(--shadow-color)/0.34), 25px 50px 62.9px -2.5px hsl(var(--shadow-color)/0.34);
  box-shadow: 0px 0.1px 0.1px hsl(var(--shadow-color)/0.34), 0px 0.7px 0.8px -0.4px hsl(var(--shadow-color)/0.34), 0px 1.3px 1.5px -0.7px hsl(var(--shadow-color)/0.34), -0.1px 2.2px 2.5px -1.1px hsl(var(--shadow-color)/0.34), -0.1px 3.5px 3.9px -1.4px hsl(var(--shadow-color)/0.34), -0.2px 5.5px 6.2px -1.8px hsl(var(--shadow-color)/0.34), -0.3px 8.4px 9.5px -2.1px hsl(var(--shadow-color)/0.34), -0.5px 12.4px 14px -2.5px hsl(var(--shadow-color)/0.34);
  border: 2px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  padding: 1rem;
  /* filter: drop-shadow(0px 0px 3px #ddd); */
  margin: 0 0 2rem 0;
}
#tag-hist-graph .modebar-group,
#tag-hist-graph-a .modebar-group,
#p1-g1 .modebar-group {
  background-color: transparent !important;
}
#tag-hist-graph .modebar-btn .icon path,
#tag-hist-graph-a .modebar-btn .icon path,
#p1-g1 .modebar-btn .icon path {
  fill: #777 !important;
}

.tag-title-con {
  margin-top: 2rem;
  display: flex;
}
.tag-title-con .material-symbols-outlined {
  color: #f95d6a;
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 48;
  vertical-align: middle;
  margin-right: 0.3rem;
}

.tag-size-info-con {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.tag-size-info-con .material-symbols-outlined {
  color: #e7aa27;
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 48;
  vertical-align: middle;
  margin-right: 0.3rem;
}

#graph-tag-title,
#graph-tag-title__p1 {
  margin-bottom: 0;
  margin-top: 1em;
  font-weight: 400;
  font-weight: 500;
}

#display-checklist-con {
  display: flex;
  justify-content: space-between;
  flex-grow: 2;
  align-items: center;
}

#display-checklist label,
#display-radioitems label {
  margin-right: 0.8em;
}

#display-checklist label input,
#display-radioitems label input {
  margin-right: 0.3em;
  accent-color: #ef5c8d;
}

#display-checklist label:nth-child(2) input {
  accent-color: #ef8251;
  accent-color: #000;
}

#display-checklist label:nth-child(3) input {
  accent-color: #ebb53e;
}

#display-checklist label:nth-child(4) input {
  accent-color: #c1d731;
}

#display-checklist label:nth-child(5) input {
  accent-color: #5eb458;
}

.vid-thumb-div {
  position: relative;
}

.vid-thumb-div span {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 4px;
  padding: 3px 4px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.35px;
  color: #fff;
}

button.accordion-button:focus {
  box-shadow: none;
}

.new-badge {
  background: #198754;
  color: #fff;
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  margin-right: 0.3em;
}

#metric_choice_con {
  width: 100%;
  padding: 0.7rem 1.4rem;
  line-height: 1.7;
  background: rgb(247.05, 247.05, 247.05);
  color: #333;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  z-index: 1;
  position: relative;
  margin-bottom: 1rem;
}
#metric_choice_con .select-metric-label {
  width: 130px;
}

#show-growth-vids-btn {
  margin: 1.4rem auto 0 auto;
  padding: 0.4rem 1.6rem;
  border-radius: 100px;
  background: rgb(242.28, 242.28, 242.28);
  border: 1px solid rgb(226.38, 226.38, 226.38);
  font-size: 0.9rem;
  display: block;
}
#show-growth-vids-btn:hover {
  background: rgb(226.38, 226.38, 226.38);
}

.show-growth-vids-btn-msg {
  color: #616161;
  font-size: 0.8em;
  margin: 0.3em 0 1.4rem 0;
  text-align: center;
}

#growth-vids-table {
  margin-top: 1rem;
}

.filter-con-con-te {
  border-bottom: 1px solid rgb(207.3, 207.3, 207.3);
  width: 96.8%;
  background: rgb(251.82, 251.82, 251.82);
  padding: 1rem 2rem;
}

.filter-con-te {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0;
}
.filter-con-te .btn {
  font-size: 0.9rem;
}

.filter-con .filter-dd-con {
  display: flex;
  width: 40%;
  align-items: center;
}
.filter-con .filter-dd-con > *:last-child {
  width: 100%;
}
.filter-con .filter-dd-con > *:last-child .Select-value {
  color: #606060;
  background-color: rgb(247.05, 247.05, 247.05);
  border-color: rgb(223.2, 223.2, 223.2);
}
.filter-con .filter-dd-con > *:last-child .VirtualizedSelectFocusedOption {
  background-color: rgb(247.05, 247.05, 247.05);
}
.filter-con .filter-dd-con > *:first-child {
  margin-right: 0.5rem;
  color: #666666;
}
.filter-con > .filter-apply-btn-con {
  align-self: center;
  position: relative;
}
.filter-con > .filter-apply-btn-con #filter-apply-btn {
  transition: background 0.9s ease-in-out;
}
.filter-con > .filter-apply-btn-con #filter-apply-btn-msg {
  display: none;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.9em;
  color: #777;
  letter-spacing: -0.5px;
}

#tf-graph-tooltip {
  padding: 0;
  z-index: 51231;
  box-shadow: var(--shadow-elevation-medium);
  border-radius: 5px;
}
#tf-graph-tooltip .gtooltip-stats {
  padding: 1em 2em;
}
#tf-graph-tooltip .gtooltip-stats p {
  margin-bottom: 0.4em;
}
#tf-graph-tooltip p.gtooltip-tag {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 1em 2em 0.7em 2em;
  margin-bottom: 0;
  font-weight: bold;
  background: rgb(250.23, 250.23, 250.23);
  border-bottom: rgb(220.02, 220.02, 220.02) 1px solid;
}
#tf-graph-tooltip p.gtooltip-tag .gtooltip-tag-lvl {
  font-family: monospace;
  vertical-align: top;
}
#tf-graph-tooltip .guidex,
#tf-graph-tooltip .guidey,
#tf-graph-tooltip .guideb {
  margin-right: 0.5rem;
  font-size: 18px;
  vertical-align: middle;
  background: whitesmoke;
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 200, "opsz" 48;
}
#tf-graph-tooltip .guidex {
  color: #88A61B;
}
#tf-graph-tooltip .guidey {
  color: #F29F05;
}
#tf-graph-tooltip .guideb {
  color: #F25C05;
}

#graph-select-con__p1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.5rem;
}
#graph-select-con__p1 .graph-select-dd-con {
  width: 28%;
  min-width: 12rem;
}
#graph-select-con__p1 button {
  width: 10%;
  min-width: 80px;
  height: 38px;
}

.gr-sel-row {
  display: flex;
}
.gr-sel-row:not(#gr-sel-update-con):not(#gr-sel-time-con) {
  border-bottom: 1px solid #eee;
  padding: 0.6rem 0;
}
.gr-sel-row#gr-sel-update-con {
  align-items: center;
  padding-top: 1rem;
}
.gr-sel-row .gr-sel-row-label {
  width: 15%;
  display: flex;
  align-items: center;
}
.gr-sel-row .gr-sel-row-label .material-symbols-outlined {
  margin-right: 0.25rem;
  font-size: 1rem;
}
.gr-sel-row .gr-sel-time-radioitems {
  width: 60%;
  display: flex;
  align-items: center;
}
.gr-sel-row .gr-sel-m-radioitems {
  width: 45%;
  display: flex;
  align-items: center;
}
.gr-sel-row .gr-sel-dd-con {
  width: 20%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.gr-sel-row .gr-sel-dd-con .gr-sel-dd {
  width: 100%;
}
.gr-sel-row .gr-sel-dd-con .metric-info-icon {
  font-size: 1.1rem;
  color: #666;
  cursor: help;
  transition: color 0.2s ease;
}
.gr-sel-row .gr-sel-dd-con .metric-info-icon:hover {
  color: #333;
}
.gr-sel-row .gr-sel-gt-filter {
  width: 12%;
  margin-left: auto;
}
.gr-sel-row .gr-sel-gt-filter input {
  --bs-focus-ring-width: 0;
  font-size: 0.8rem;
  line-height: 2;
}
.gr-sel-row .gr-sel-gt-filter input::-moz-placeholder {
  color: #aaa;
}
.gr-sel-row .gr-sel-gt-filter input::placeholder {
  color: #aaa;
}
.gr-sel-row .Select-control {
  background: rgb(251.82, 251.82, 251.82);
}

#metric-type-tooltip {
  padding: 0.6rem 0.9rem;
  border-radius: 4px;
  z-index: 11;
  max-width: 287px;
  display: none;
  background: #fff;
  border: 1px solid #000;
  font-size: 0.8rem;
}
#metric-type-tooltip p {
  margin: 0;
  margin-bottom: 0.2rem;
}
#metric-type-tooltip .emph {
  font-weight: bold;
}

.gr-sel-update-msg {
  color: #A3A3A3;
  font-size: 0.9em;
  font-style: italic;
  margin-left: 0.5rem;
}

#metric-select-accordion-item #gr-sel-time-radioitems .metric-selection-rd-checked-input {
  background-color: #ef8251;
  border-color: #ef8251;
}
#metric-select-accordion-item #gr-sel-x-m-radioitems .metric-selection-rd-checked-input {
  background-color: #ebb53e;
  border-color: #ebb53e;
}
#metric-select-accordion-item #gr-sel-y-m-radioitems .metric-selection-rd-checked-input {
  background-color: #ebb53e;
  border-color: #ebb53e;
}
#metric-select-accordion-item #gr-sel-bs-m-radioitems .metric-selection-rd-checked-input {
  background-color: #6c74b5;
  border-color: #6c74b5;
}
.tf-disp-options {
  display: block;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 2.7rem;
  color: #636466;
}

.option-inputs-con {
  padding: 0.5rem 2rem;
  padding-bottom: 0.9rem;
}
.option-inputs-con label {
  margin-right: 0.3rem;
  margin-bottom: 0.2rem;
}
.option-inputs-con input {
  width: 170px;
  padding: 0.2em 0.4em;
  line-height: 1;
}

.option-checklist .option-checklist-label {
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 2rem;
}
.option-checklist .option-checklist-label:hover {
  background: #eee;
}
.option-checklist .option-checklist-label:has(> input[type=checkbox]:checked) {
  background: #ddd;
}
.option-checklist .option-checklist-input {
  margin-right: 0.6rem;
}

.form-control {
  font-size: 1em;
}

.tf-settings-btn {
  color: #606060;
  line-height: 1;
  background: transparent;
  border: none;
}
.tf-settings-btn .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}

#metric-select-accordion-item {
  margin-bottom: 1rem;
}
#metric-select-accordion-item .accordion-button {
  background: rgb(251.82, 251.82, 251.82);
}
#metric-select-accordion-item .accordion-button:not(.collapsed) {
  background: rgb(242.28, 242.28, 242.28);
  color: #333;
}
#metric-select-accordion-item .accordion-body {
  background: rgb(251.82, 251.82, 251.82);
}

#metric-filter-tooltip {
  padding: 0.6rem 0.9rem;
  border-radius: 4px;
  z-index: 11;
  max-width: 287px;
  display: none;
  background: #fff;
  border: 1px solid #000;
  font-size: 0.8rem;
}

.tf-ginfo-num-traces-p {
  margin-left: 2.5rem;
  margin-top: 2rem;
  border-top: 1px solid #ddd;
  padding-top: 0.6rem;
  width: -moz-fit-content;
  width: fit-content;
}
.tf-ginfo-num-traces-p.tfgntte {
  margin-top: 0.7rem;
}
.tf-ginfo-num-traces-p #tf-ginfo-num-traces,
.tf-ginfo-num-traces-p #te-ginfo-num-traces {
  /* vertical-align: baseline; */
  font-weight: 700;
  background: #2C2C2A;
  background: linear-gradient(90deg, #a05195, #bf508f, #da5184, #f05774, #ff6460, #ff7749, #ff8d2f, #ffa600);
  letter-spacing: 0.4px;
  border-radius: 3px;
  color: hsl(48, 68%, 66%);
  color: #f0f0f0;
  padding: 0px 5px;
  line-height: 1;
  text-shadow: 0 0 18px hsla(48, 81%, 66%, 0.8);
  text-shadow: 1px 1px 0px #222;
  transition: filter 0.5s ease-in-out;
  filter: grayscale(1);
  cursor: none;
  /* font-family: monospace; */
}
.tf-ginfo-num-traces-p #tf-ginfo-num-traces:hover,
.tf-ginfo-num-traces-p #te-ginfo-num-traces:hover {
  filter: grayscale(0);
}

#te-sel-tags-table,
#tf-sel-tags-table {
  --ag-border-color: #ddd;
  --ag-secondary-border-color: transparent;
  --ag-row-border-color: transparent;
  --ag-row-hover-color: transparent;
  --ag-column-hover-color: transparent;
  --ag-header-cell-hover-background-color: transparent;
  --ag-background-color: transparent;
  --ag-header-background-color: transparent;
  --ag-cell-horizontal-padding: 1.2rem;
}
#te-sel-tags-table div[col-id=remove],
#te-sel-tags-table div[col-id=tag_color],
#tf-sel-tags-table div[col-id=remove],
#tf-sel-tags-table div[col-id=tag_color] {
  --ag-cell-horizontal-padding: 0;
}
#te-sel-tags-table div[col-id=tag_name],
#tf-sel-tags-table div[col-id=tag_name] {
  padding-left: 0.6rem;
}

#te-nothing-selected-msg,
#tf-nothing-selected-msg {
  width: 100%;
  height: 125%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: 99;
  padding: 1.7rem 1.618rem;
}

.te-sel-tags-tbl-title,
.tf-sel-tags-tbl-title {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

#tag-hist-graph-a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
#tag-hist-graph-a .x-axis .tick text {
  fill: initial;
}
#tag-hist-graph-a .x-axis .tick line {
  stroke: initial;
}
#tag-hist-graph-a .x-axis.tr .tick text {
  fill: transparent;
}
#tag-hist-graph-a .x-axis.tr .tick line {
  stroke: transparent;
}

#tag-hist-graph-a svg {
  opacity: 1;
  transition: opacity 1s ease;
}

#tag-hist-graph[data-dash-is-loading=true] ~ #tag-hist-graph-a {
  position: relative;
  box-shadow: none;
  border: none;
}
#tag-hist-graph[data-dash-is-loading=true] ~ #tag-hist-graph-a svg {
  opacity: 0.5 !important;
}

#tag-hist-graph[data-dash-is-loading=true] ~ #tag-hist-graph-a::before {
  content: "";
  visibility: visible;
  position: absolute;
  left: calc(50% - 14px);
  top: 2rem;
  width: 28px;
  height: 28px;
  border: 6px solid #EF5C8D;
  border-radius: 50%;
  transform: rotate(45deg);
  box-sizing: border-box;
}

#tag-hist-graph[data-dash-is-loading=true] ~ #tag-hist-graph-a::after {
  content: "";
  visibility: visible;
  position: absolute;
  left: calc(50% - 14px);
  top: 2rem;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 6px solid #EBB53E;
  transform: rotate(45deg);
  animation: prixClipFix 2s infinite linear;
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
#tag-hist-graph-a-brush {
  margin-top: 1.7rem;
}
#tag-hist-graph-a-brush .tick text {
  fill: gray;
}

#te-graph-title[data-dash-is-loading=true] {
  visibility: hidden;
}

#te-sel-tags-con[data-dash-is-loading=true] {
  visibility: hidden;
}

.country-lang-f-inst {
  color: #555;
}

.te-g-tooltip {
  z-index: 1000;
  font-size: 12px;
}
.te-g-tooltip .toolTipCircle {
  fill: #333333;
  filter: drop-shadow(0px 0px 2px red);
  z-index: 800;
}
.te-g-tooltip .tett-tag {
  font-weight: bold;
}
/* TE policy note (under title) spacing */
.te-note {
  font-size: 0.85rem;
  color: #666;
  font-style: italic;
  margin-top: 0.25rem;
  margin-bottom: 0.9rem;
}

/* TE metric row and policy switch layout */
.te-metric-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.te-metric-row #metric_choice_con {
  flex: 1;
}
.te-metric-row .te-policy-switch-con {
  white-space: nowrap;
  margin-left: auto;
}
.te-metric-row .te-policy-switch-con .form-check {
  margin-bottom: 0;
}
.te-metric-row .te-policy-switch-con .form-check-label {
  font-size: 0.9rem;
}
.te-metric-row .te-policy-switch-con .form-check-input:checked {
  background-color: #ef5c8d;
  border-color: #ef5c8d;
}
.te-metric-row .te-policy-switch-con .form-check-input:focus {
  border-color: #ef5c8d;
  box-shadow: 0 0 0 0.25rem rgba(239, 92, 141, 0.25);
}
.te-metric-row .te-policy-switch-con .form-check-input:checked:focus {
  border-color: #ef5c8d;
  box-shadow: 0 0 0 0.25rem rgba(239, 92, 141, 0.25);
}

@media (min-width: 1100px) {
  .te-metric-row {
    flex-wrap: nowrap;
  }
}
/* Policy marker styles */
#tag-hist-graph-a .policy-line {
  stroke: #888;
  stroke-dasharray: 4 3;
  opacity: 0.85;
}
#tag-hist-graph-a .te-policy-label {
  fill: #555;
  font-size: 11px;
}
#tag-hist-graph-a .te-policy-label-bg {
  fill: #fff;
  opacity: 0.85;
}

/* Linked note highlight for hover linking */
.linked-note--highlight {
  background: #fff9db; /* soft yellow */
  box-shadow: 0 0 0 2px #f6e27f inset;
}

.tbl-tag-color {
  width: 10px;
  height: 10px;
}

.date-range-picker-container {
  margin-top: 1rem;
  padding: 0.75rem;
  background: var(--bs-gray-100);
  border-radius: 0.375rem;
}
.date-range-picker-container .date-range-label {
  font-size: 0.875rem;
  color: var(--bs-gray-700);
  margin-bottom: 0.5rem;
  display: block;
}
.date-range-picker-container .date-picker {
  width: 100%;
}
.date-range-picker-container .date-picker .SingleDatePickerInput {
  width: 100%;
  background: transparent;
}
.date-range-picker-container .date-picker .SingleDatePickerInput .DateInput {
  width: 100%;
  background: transparent;
}
.date-range-picker-container .date-picker .SingleDatePickerInput .DateInput .DateInput_input {
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid var(--bs-gray-300);
  border-radius: 0.25rem;
  background: white;
}
.date-range-picker-container .date-picker .SingleDatePickerInput .DateInput .DateInput_input:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.date-range-picker-container .date-picker .SingleDatePickerInput .DateInput .DateInput_input.DateInput_input__focused {
  border-color: var(--bs-primary);
}

.gr-sel-time-container {
  width: 100%;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.gr-sel-time-container .date-range-validation {
  font-size: 0.85rem;
}
.gr-sel-time-container .date-range-validation.valid {
  color: #61AC57;
}
.gr-sel-time-container .date-range-validation.invalid {
  color: #B52212;
}
.gr-sel-time-container .date-range-validation .date-range-duration {
  color: #666;
  margin-left: 0.5rem;
}
.gr-sel-time-container .date-range-validation .date-range-duration.invalid {
  color: var(--bs-danger);
}

#comparison-range-container {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--bs-gray-200);
}

.month-range-slider-container {
  padding: 1rem 0rem 0.5rem;
}
.month-range-slider-container .slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7rem;
}
.month-range-slider-container .slider-header .slider-label-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.month-range-slider-container .slider-header .slider-label-container .material-symbols-outlined {
  font-size: 1.1rem;
  color: var(--bs-gray-600);
}
.month-range-slider-container .month-range-slider .rc-slider-rail {
  background-color: #c7c9cb;
}
.month-range-slider-container .month-range-slider .rc-slider-track {
  background-color: #ef5c8d;
}
.month-range-slider-container .month-range-slider .rc-slider-handle {
  border: solid 2px rgb(243.5586592179, 138.4413407821, 173.4804469274);
  background-color: white;
  width: 18px;
  height: 18px;
  margin-top: -7px;
}
.month-range-slider-container .month-range-slider .rc-slider-handle:hover {
  border-color: #ef5c8d;
}
.month-range-slider-container .month-range-slider .rc-slider-handle:active {
  border-color: #ef5c8d;
  box-shadow: 0 0 5px rgba(239, 92, 141, 0.5);
}
.month-range-slider-container .month-range-slider .rc-slider-handle-dragging {
  border-color: rgb(248.1173184358, 184.8826815642, 205.9608938547);
  box-shadow: 0 0 0 5px rgb(252.6759776536, 231.3240223464, 238.4413407821);
}
.month-range-slider-container .month-range-slider .rc-slider-dot {
  border: 2px solid #e9e9e9;
  background-color: #fff;
}
.month-range-slider-container .month-range-slider .rc-slider-dot-active {
  border-color: rgb(243.5586592179, 138.4413407821, 173.4804469274);
}
.month-range-slider-container .month-range-slider .rc-slider-mark-text {
  color: #888;
  font-size: 0.7rem;
}
.month-range-slider-container .month-range-slider .rc-slider-mark-text-active {
  color: #333;
}

#comparison-range-container .month-range-slider-container .month-range-slider .rc-slider-track {
  background-color: #ef8251;
}
#comparison-range-container .month-range-slider-container .month-range-slider .rc-slider-handle {
  border: solid 2px rgb(243.2947368421, 163.5526315789, 127.7052631579);
}
#comparison-range-container .month-range-slider-container .month-range-slider .rc-slider-handle:hover {
  border-color: #ef8251;
}
#comparison-range-container .month-range-slider-container .month-range-slider .rc-slider-handle:active {
  border-color: rgb(243.2947368421, 163.5526315789, 127.7052631579);
  box-shadow: 0 0 0 5px rgb(251.8842105263, 230.6578947368, 221.1157894737);
}
#comparison-range-container .month-range-slider-container .month-range-slider .rc-slider-handle-dragging {
  border-color: #ef8251;
  box-shadow: 0 0 0 5px rgb(251.8842105263, 230.6578947368, 221.1157894737);
}
#comparison-range-container .month-range-slider-container .month-range-slider .rc-slider-dot-active {
  border-color: rgb(243.2947368421, 163.5526315789, 127.7052631579);
}

.tp-compos-tag-title {
  margin-bottom: 0.7rem;
  font-size: 0.9rem;
}
.tp-compos-tag-title .tp-compos-tag-name {
  font-weight: bold;
  font-weight: 600;
}
.tp-compos-tag-title .tp-compos-arrow {
  color: red;
}

.tag-composition-title {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: normal;
  font-weight: 500;
}

.tag-composition-hr {
  margin: 3rem 0;
}

.tag-composition-note {
  margin-top: 2rem;
  font-size: 0.8rem;
  font-style: italic;
  color: gray;
}

.tp-top-vids-tbl-ch-con {
  display: flex;
  align-items: center;
}
.tp-top-vids-tbl-ch-con img {
  width: 40px;
  border-radius: 50%;
}
.tp-top-vids-tbl-ch-con div:first-child {
  margin-right: 0.6rem;
}
.tp-top-vids-tbl-ch-con .tp-top-vids-tbl-ch-title {
  margin: 0;
  line-height: 1.3rem;
  font-weight: 400;
  font-weight: 500;
  white-space: normal;
  word-break: normal;
}
.tp-top-vids-tbl-ch-con .tp-top-vids-tbl-ch-subs {
  margin: 0;
  line-height: 1.3rem;
  color: #777;
}

.tp-top-vids-tbl-vid-duration {
  position: absolute;
  right: 3px;
  bottom: 3px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 2px 3px;
  border-radius: 4px;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.35px;
  line-height: 1;
}

#tp-top-vids-table .cell-number,
#tp-top-vids-table-long .cell-number,
#tp-top-vids-table-shorts .cell-number {
  font-family: "Source Code Pro", monospace;
  font-weight: 500;
}

#tp-sel-tags-table .tag-cell, #te-sel-tags-table .tag-cell, #tf-sel-tags-table .tag-cell {
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0.6rem 1rem;
}
#tp-sel-tags-table .tag-color-cell, #te-sel-tags-table .tag-color-cell, #tf-sel-tags-table .tag-color-cell {
  display: flex;
  align-items: center;
}
#tp-sel-tags-table .cell-positive, #te-sel-tags-table .cell-positive, #tf-sel-tags-table .cell-positive {
  font-weight: 600;
  color: #61AC57;
}
#tp-sel-tags-table .cell-negative, #te-sel-tags-table .cell-negative, #tf-sel-tags-table .cell-negative {
  font-weight: 600;
  color: #B52212;
}
#tp-top-desc-tags-treemap-perc g.slice:first-child path.surface,
#tp-top-desc-tags-treemap-actual g.slice:first-child path.surface {
  transition: fill 0.3s ease-in-out;
}
#tp-top-desc-tags-treemap-perc g.slice:first-child:not(:nth-last-child(2)) path.surface,
#tp-top-desc-tags-treemap-actual g.slice:first-child:not(:nth-last-child(2)) path.surface {
  fill: rgba(0, 0, 0, 0) !important;
  stroke-width: 0 !important;
  pointer-events: none !important;
}

.tp-top-vids-tbl-vid-info-con {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.tp-top-vids-tbl-vid-thumb-con {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.tp-top-vids-tbl-vid-thumb {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.tp-top-vids-tbl-vid-t-con {
  width: 53%;
  display: flex;
  flex-direction: column;
}
.tp-top-vids-tbl-vid-t-con .tp-top-vids-vid-title {
  font-size: 1rem;
  font-weight: normal;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5rem;
  white-space: normal;
  word-break: normal;
  line-height: 1.15;
}
.tp-top-vids-tbl-vid-t-con .tp-top-vids-vid-upload-date {
  font-size: 0.95rem;
  font-weight: 400;
  color: #666;
  margin-bottom: 0.5rem;
}

#tp-top-vids-table,
#tp-top-vids-table-long,
#tp-top-vids-table-shorts {
  font-size: 16px;
  --ag-font-size: 16px;
  --ag-line-height: 1;
  --ag-font-family: var(--bs-font-sans-serif);
}
#tp-top-vids-table .cell-center,
#tp-top-vids-table-long .cell-center,
#tp-top-vids-table-shorts .cell-center {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tp-top-vids-table .ag-cell,
#tp-top-vids-table-long .ag-cell,
#tp-top-vids-table-shorts .ag-cell {
  display: flex;
  align-items: center;
  padding: 0.6rem 1rem;
}
#tp-top-vids-table .cell-mv,
#tp-top-vids-table-long .cell-mv,
#tp-top-vids-table-shorts .cell-mv {
  font-size: 1.2rem;
  font-weight: bold;
  color: darkcyan;
  background: linear-gradient(90deg, hsl(289, 56%, 40%) 0%, hsl(320, 80%, 42%) 10%, hsl(338, 78%, 50%) 18%, hsl(1, 88%, 61%) 26%, hsl(356, 85%, 59%) 33%, hsl(351, 82%, 57%) 40%, hsl(346, 78%, 55%) 47%, hsl(7, 94%, 63%) 54%, hsl(24, 100%, 59%) 62%, hsl(40, 95%, 53%) 69%, hsl(24, 100%, 59%) 78%, hsl(7, 94%, 63%) 88%, hsl(346, 78%, 55%) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#tp-top-vids-table .more-header .ag-header-group-text,
#tp-top-vids-table-long .more-header .ag-header-group-text,
#tp-top-vids-table-shorts .more-header .ag-header-group-text {
  white-space: normal;
  height: auto;
}

.tp-top-vids-tbl-vid-rank-con {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-top-vids-tbl-vid-rank-con .tp-top-vids-tbl-vid-rank {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.3rem;
  font-weight: bold;
  font-weight: 900;
  letter-spacing: 1px;
  background: linear-gradient(268.67deg, rgb(255, 255, 255) 3.43%, rgb(255, 240, 102) 15.69%, rgb(255, 163, 26) 55.54%, rgb(255, 0, 115) 99%);
  background: linear-gradient(90deg, hsl(289, 56%, 40%) 0%, hsl(320, 80%, 42%) 10%, hsl(338, 78%, 50%) 18%, hsl(1, 88%, 61%) 26%, hsl(356, 85%, 59%) 33%, hsl(351, 82%, 57%) 40%, hsl(346, 78%, 55%) 47%, hsl(7, 94%, 63%) 54%, hsl(24, 100%, 59%) 62%, hsl(40, 95%, 53%) 69%, hsl(24, 100%, 59%) 78%, hsl(7, 94%, 63%) 88%, hsl(346, 78%, 55%) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tp-top-grams-con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.tp-top-grams-con > *:nth-child(1) {
  width: 70%;
  max-width: 800px;
  margin-right: 1rem;
}
.tp-top-grams-con > *:nth-child(2) {
  width: 27%;
}

.tp-upload-dt-graphs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.tp-upload-dt-graphs > *:nth-child(1) {
  width: 62%;
  height: 250px;
  margin-right: 2rem;
}
.tp-upload-dt-graphs > *:nth-child(2) {
  width: 27%;
  height: 250px;
}

.tp-upload-dt-graphs-con {
  display: flex;
  flex-direction: column;
}
.tp-upload-dt-graphs-con .tp-upload-dt-graph-con {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2rem;
}
.tp-upload-dt-graphs-con .tp-upload-dt-graph-con .tp-upload-dt-title {
  font-weight: normal;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.tp-scorebox-stats-con {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tp-scorebox-stats-con .tp-scorebox-stat {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.tp-scorebox-stats-con .tp-scorebox-stat > div {
  padding: 0.3rem 1rem;
  color: #fff;
}
.tp-scorebox-stats-con .tp-scorebox-stat > div:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tp-scorebox-stats-con .tp-scorebox-stat > div:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tp-scorebox-stats-con .tp-scorebox-stat.tp-avg-title-length > div:first-child {
  background: #333;
}
.tp-scorebox-stats-con .tp-scorebox-stat.tp-avg-title-length > div:last-child {
  background: #D12961;
}
.tp-scorebox-stats-con .tp-scorebox-stat.tp-avg-duration > div:first-child {
  background: #333;
}
.tp-scorebox-stats-con .tp-scorebox-stat.tp-avg-duration > div:last-child {
  background: #DB571A;
}
.tp-scorebox-stats-con .tp-scorebox-stat.tp-median-duration > div:first-child {
  background: #333;
}
.tp-scorebox-stats-con .tp-scorebox-stat.tp-median-duration > div:last-child {
  background: #9F6A0F;
}
.tp-scorebox-stats-con .tp-scorebox-stat.tp-shorts-perc > div:first-child {
  background: #333;
}
.tp-scorebox-stats-con .tp-scorebox-stat.tp-shorts-perc > div:last-child {
  background: #7C4199;
}

.tp-tbl-topic-path .topic-path-parents {
  color: #666;
}

#tp-top-desc-tags-table,
#tp-top-desc-tags-actual-table {
  --ag-font-size: .9rem;
  --ag-font-family: var(--bs-font-sans-serif);
}
#tp-top-desc-tags-table .ag-cell,
#tp-top-desc-tags-actual-table .ag-cell {
  padding: 0.5rem 1rem;
}
#tp-top-desc-tags-table .tp-tbl-topic-path,
#tp-top-desc-tags-actual-table .tp-tbl-topic-path {
  line-height: 1.3;
  padding-bottom: 2px;
}
#tp-top-desc-tags-table .tp-tbl-topic-path .topic-path-parents,
#tp-top-desc-tags-actual-table .tp-tbl-topic-path .topic-path-parents {
  color: #666;
}
#tp-top-desc-tags-table .tp-tbl-topic-path .topic-path-topic,
#tp-top-desc-tags-actual-table .tp-tbl-topic-path .topic-path-topic {
  font-weight: normal;
  font-weight: 500;
  position: relative;
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.3s ease-in-out;
  padding-bottom: 2px;
}
#tp-top-desc-tags-table .tp-tbl-topic-path:hover .topic-path-topic,
#tp-top-desc-tags-actual-table .tp-tbl-topic-path:hover .topic-path-topic {
  background-size: 100% 2px;
}
#tp-top-desc-tags-table .cell-positive,
#tp-top-desc-tags-actual-table .cell-positive {
  font-weight: 600;
  color: #61AC57;
}
#tp-top-desc-tags-table .cell-negative,
#tp-top-desc-tags-actual-table .cell-negative {
  font-weight: 600;
  color: #B52212;
}
.tab-content {
  position: relative;
}

*[id=tp-action-btn-con][data-dash-is-loading=true] {
  opacity: 0;
}

*[id=tp-section-con][data-dash-is-loading=true] {
  visibility: hidden;
}

*[id=tp-section-con][data-dash-is-loading=true]::before {
  content: "";
  visibility: visible;
  width: 100%;
  height: 4.8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

*[id=tp-section-con][data-dash-is-loading=true]::after {
  content: "";
  visibility: visible;
  box-sizing: border-box;
  width: 0;
  height: 4.8px;
  background: #ef5c8d;
  position: absolute;
  left: 0;
  top: 0;
  animation: animFw 120s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes animFw {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
*[id=tp-composition][data-dash-is-loading=true]::before {
  content: "Loading...";
  display: block;
  color: black;
  font-size: 1rem;
  visibility: visible;
}

*[id=tp-velocity-con][data-dash-is-loading=true] {
  visibility: hidden;
}

*[id=tp-velocity-con][data-dash-is-loading=true]::before {
  content: "Loading...";
  display: block;
  color: black;
  font-size: 1rem;
  visibility: visible;
}

#tp-top-desc-tags-comps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

*[id=tp-top-desc-tags-comps][data-dash-is-loading=true] {
  visibility: hidden;
}

*[id=tp-top-desc-tags-comps][data-dash-is-loading=true]::before {
  content: "";
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 2rem;
  width: 85px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#ef5c8d 50px, transparent 0), linear-gradient(#ef5c8d 50px, transparent 0), linear-gradient(#ef5c8d 50px, transparent 0), linear-gradient(#ef5c8d 50px, transparent 0), linear-gradient(#ef5c8d 50px, transparent 0), linear-gradient(#ef5c8d 50px, transparent 0);
  background-position: 0px center, 15px center, 30px center, 45px center, 60px center, 75px center, 90px center;
  animation: rikSpikeRoll 0.65s linear infinite alternate;
}

@keyframes rikSpikeRoll {
  0% {
    background-size: 10px 3px;
  }
  16% {
    background-size: 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px, 10px 3px;
  }
  33% {
    background-size: 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px;
  }
  50% {
    background-size: 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px;
  }
  66% {
    background-size: 10px 3px, 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px;
  }
  83% {
    background-size: 10px 3px, 10px 3px, 10px 10px, 10px 30px, 10px 50px, 10px 3px;
  }
  100% {
    background-size: 10px 3px, 10px 3px, 10px 3px, 10px 10px, 10px 30px, 10px 50px;
  }
}
.tp-section-wrapper {
  --shadow-color: 0deg 0% 63%;
  --shadow-elevation-low:
    0px 0.3px 0.3px hsl(var(--shadow-color) / 0.34),
    0px 0.5px 0.6px -1.2px hsl(var(--shadow-color) / 0.34),
    0px 1.2px 1.3px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    0px 0.3px 0.3px hsl(var(--shadow-color) / 0.36),
    0px 1px 1.1px -0.8px hsl(var(--shadow-color) / 0.36),
    0px 2.5px 2.8px -1.7px hsl(var(--shadow-color) / 0.36),
    0px 6.1px 6.9px -2.5px hsl(var(--shadow-color) / 0.36);
  --shadow-elevation-high:
    0px 0.3px 0.3px hsl(var(--shadow-color) / 0.34),
    0px 1.8px 2px -0.4px hsl(var(--shadow-color) / 0.34),
    0px 3.3px 3.7px -0.7px hsl(var(--shadow-color) / 0.34),
    0px 5.5px 6.2px -1.1px hsl(var(--shadow-color) / 0.34),
    -0.1px 8.7px 9.8px -1.4px hsl(var(--shadow-color) / 0.34),
    -0.1px 13.7px 15.4px -1.8px hsl(var(--shadow-color) / 0.34),
    -0.1px 20.8px 23.4px -2.1px hsl(var(--shadow-color) / 0.34),
    -0.2px 30.6px 34.4px -2.5px hsl(var(--shadow-color) / 0.34);
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 2.5rem 0;
  background: white;
  box-shadow: 0 11px 26px 1px rgba(0, 0, 0, 0.3), inset 0 0px 6px rgba(153, 153, 153, 0.2509803922);
  box-shadow: 0 6px 16px 1px rgba(0, 0, 0, 0.3), inset 0 0px 6px rgba(153, 153, 153, 0.2509803922);
  box-shadow: var(--shadow-elevation-low);
  box-shadow: 2px 4px 8px hsl(var(--shadow-color)/0.5);
  box-shadow: none;
  overflow: hidden;
}
.tp-section-wrapper .tp-section-comp {
  padding: 1.5rem;
}
.tp-section-wrapper .tp-section-comp.no-side-padding-comp {
  padding-left: 0;
  padding-right: 0;
}
.tp-section-wrapper .tp-section-comp.no-bottom-padding-comp {
  padding-bottom: 0;
}
.tp-section-wrapper .tp-section-header {
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  box-shadow: inset 0px 5px 4px -4px rgba(236, 221, 212, 0.3803921569);
  background: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
  background: linear-gradient(to top, #ebebeb 0%, #f6f6f6 100%);
  background: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.tp-section-wrapper .tp-section-title {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1rem;
  font-variant: small-caps;
  letter-spacing: 0.4px;
}
.tp-section-wrapper .tp-section-subtitle {
  margin-bottom: 0;
  margin-top: 0.2rem;
  color: #6b6b6b;
}

.tp-scorebox-stats-section {
  padding: 1.6rem 0;
}
.tp-scorebox-stats-section .tp-section-title {
  font-weight: bold;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  font-variant: small-caps;
}
.tp-scorebox-stats-section .tp-section-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  z-index: -1;
  width: 100%;
  height: 4px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0.7;
  background: linear-gradient(90deg, hsl(289, 56%, 40%) 0%, hsl(320, 80%, 42%) 10%, hsl(338, 78%, 50%) 18%, hsl(1, 88%, 61%) 26%, hsl(356, 85%, 59%) 33%, hsl(351, 82%, 57%) 40%, hsl(346, 78%, 55%) 47%, hsl(7, 94%, 63%) 54%, hsl(24, 100%, 59%) 62%, hsl(40, 95%, 53%) 69%, hsl(24, 100%, 59%) 78%, hsl(7, 94%, 63%) 88%, hsl(346, 78%, 55%) 100%);
  margin-bottom: 0.5rem;
  background-size: 130% 130%;
  background-position: 50% 50%;
  animation: gradientAnimation 2s ease infinite;
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.tp-vid-duration-radios-con #tp-vid-duration-radios .form-check label {
  font-size: 0.9rem;
}
.tp-vid-duration-radios-con #tp-vid-duration-radios .form-check label.btn-outline-secondary:not(:disabled):not(.disabled).active {
  background: #666;
  color: #fff;
}
.tp-vid-duration-radios-con #tp-vid-duration-radios .form-check label.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background: #ccc;
  color: #fff;
}

.tp-rd-inp-checked {
  border-color: #ef5c8d !important;
  background-color: #ef5c8d !important;
}

.tp-top-desc-tags-filters-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.8rem;
  gap: 1.13rem;
  margin-bottom: 1rem;
}
.tp-top-desc-tags-filters-con .tp-desctags-inputs-con {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.tp-top-desc-tags-filters-con .tp-desctags-inputs-con button {
  margin-left: 1rem;
}
.tp-top-desc-tags-filters-con .tp-desctags-inputs-con #tp-min-level-input,
.tp-top-desc-tags-filters-con .tp-desctags-inputs-con #tp-max-level-input,
.tp-top-desc-tags-filters-con .tp-desctags-inputs-con #tp-perc-growth-abs-threshold-input {
  width: 60px;
  display: inline-block;
  padding: 0rem 0 0 0.4rem;
  border: 1px solid #bbb;
  border-radius: 4px;
}
.tp-top-desc-tags-filters-con .tp-desctags-inputs-con #tp-perc-growth-abs-threshold-input {
  width: 100px;
}
.tp-top-desc-tags-filters-con .tp-desctags-inputs-con .tp-input-label {
  margin-right: 0.43rem;
}

#tp-desc-tags-radios .form-check label {
  font-size: 0.9rem;
}
#tp-desc-tags-radios .form-check label.btn-outline-secondary:not(:disabled):not(.disabled).active {
  background: #666;
  color: #fff;
}
#tp-desc-tags-radios .form-check label.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background: #ccc;
  color: #fff;
}

.tp-ngrams-radios-con {
  margin-bottom: 1rem;
}
.tp-ngrams-radios-con #tp-ngrams-radios .form-check label {
  font-size: 0.9rem;
}
.tp-ngrams-radios-con #tp-ngrams-radios .form-check label.btn-outline-secondary:not(:disabled):not(.disabled).active {
  background: #666;
  color: #fff;
}
.tp-ngrams-radios-con #tp-ngrams-radios .form-check label.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background: #ccc;
  color: #fff;
}

#tp-compos-vids-graph {
  margin-bottom: 0.8rem;
}

#tp-top-countries-map {
  margin-bottom: 2rem;
}

#tp-ch-countries-scatter {
  width: 88%;
}

#tp-top-langs-graph {
  height: 500px;
}

#tp-action-btn-con {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-top: 1.7rem;
}
#tp-action-btn-con #tp-action-btn-msg {
  font-size: 0.8rem;
  color: #666;
  font-style: italic;
}

.tp-currently-selected li {
  padding-left: 0.5rem;
}
.tp-currently-selected li::marker {
  content: "❋";
  color: #ef5c8d;
}

.tp-table-gr-icn {
  font-size: 1rem;
  vertical-align: middle;
}

#tp-video-modal.modal-dialog {
  width: -moz-fit-content;
  width: fit-content;
}
#tp-video-modal .modal-footer {
  justify-content: center;
  background-color: #252628;
}
#tp-video-modal .modal-header {
  background-color: #252628;
  padding: 0;
  justify-content: flex-end;
  border: none;
}
#tp-video-modal .modal-body {
  background-color: #252628;
  padding: 0.3rem 1.4rem 0.8rem;
}
#tp-video-modal #close-video-modal {
  background: transparent;
  border: none;
  display: flex;
  padding: 0.8rem 1rem;
}

#tp-top-channels-graph a {
  fill: initial;
}

#tag-composition-graph-vids {
  background: rgb(250.23, 250.23, 250.23);
  border: 1px solid rgb(215.25, 215.25, 215.25);
  border-radius: 10px;
  padding: 1rem 2rem;
  margin-bottom: 1.5rem;
}

#tag-composition-graph-views {
  background: rgb(250.23, 250.23, 250.23);
  border: 1px solid rgb(215.25, 215.25, 215.25);
  border-radius: 10px;
  padding: 1rem 2rem;
}

.tag-composition-desc {
  margin-bottom: 2rem;
}

.vid-tag-con span.vid-tag {
  background: #eee;
  color: #606060;
  border-radius: 10px;
  padding: 0.2em 1em;
  margin: 0.2em;
  margin-left: 0;
  display: inline-block;
  font-size: 0.9em;
  cursor: default;
}

.vid-description {
  white-space: normal;
  color: #606060;
}
.vid-description.prewrap {
  white-space: pre-wrap;
}

.desc-more {
  text-decoration: underline;
  color: inherit;
  font-weight: normal;
  font-weight: 500;
  cursor: pointer;
  margin: 0 0.3rem;
  color: #606060;
}

.tags-more {
  text-decoration: underline;
  font-weight: normal;
  font-weight: 500;
  color: inherit;
  cursor: pointer;
  margin: 0 0.3rem;
  color: #606060;
}

.vid-upload-date {
  margin-left: auto;
}

.modal-NB {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content-NB {
  background-color: #000;
  margin: auto;
  padding: 2rem 3rem;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* The Close Button */
.close-NB {
  color: #fff;
  line-height: 1;
  position: absolute;
  right: 2px;
  top: -30px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

-NB .close-NB:hover,
.close-NB:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.vid-card {
  margin: 0 auto;
  margin-bottom: 4rem;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}
.vid-card .card-body {
  height: 100%;
  padding: 0;
}
.vid-card .vid-title {
  font-size: 1.2rem;
  font-weight: bold;
}
.vid-card > .row {
  padding: 0.7rem 0.2rem 0.5rem 0.7rem;
}

.vid-info-con {
  display: flex;
}
.vid-info-con > div:first-child {
  width: 70%;
  padding: 1.1rem 1.5rem;
}
.vid-info-con > div:last-child {
  width: 30%;
  padding: 1.1rem 1.5rem;
}

.vid-thumb-div-con {
  padding: 1.4rem 0 1.4rem 1.3rem;
  width: 28%;
}

.vid-thumb-div {
  cursor: pointer;
  filter: drop-shadow(-2px 0px 4px black);
  transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
}
.vid-thumb-div:hover {
  filter: drop-shadow(0px 2px 4px black);
}

.vid-stats-con {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.vid-stats-con .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  font-size: 20px;
}
.vid-stats-con div.vid-stat {
  display: flex;
  align-items: center;
  padding-left: 0.7rem;
  margin-bottom: 0.6rem;
  color: #252422;
  font-weight: normal;
  font-weight: 500;
}
.vid-stats-con div.vid-stat:first-child {
  border-top-right-radius: 12px;
}
.vid-stats-con div.vid-stat:last-child {
  border-bottom-right-radius: 12px;
}
.vid-stats-con div.vid-stat:nth-of-type(1) .material-symbols-outlined {
  color: #00aba1;
}
.vid-stats-con div.vid-stat:nth-of-type(2) .material-symbols-outlined {
  color: #00aba1;
}
.vid-stats-con div.vid-stat:nth-of-type(3) .material-symbols-outlined {
  color: #00aba1;
}
.vid-stats-con div.vid-stat:nth-of-type(4) .material-symbols-outlined {
  color: #2B298C;
}
.vid-stats-con div.vid-stat:nth-of-type(5) .material-symbols-outlined {
  color: #2B298C;
}
.vid-stats-con div.vid-stat:nth-of-type(6) .material-symbols-outlined {
  color: #2B298C;
}
.vid-stats-con span.material-symbols-outlined:first-child {
  margin-right: 0.4rem;
  vertical-align: bottom;
}

.vid-stats-hr {
  margin: 0.1rem 0.7rem 0.7rem;
  background-color: #403d39;
  opacity: 1;
  width: 75%;
}

.taxo-class-con {
  padding: 0.9rem 0.7rem 1.1rem 1.8rem;
  border-top: 1px solid #ddd;
  margin-top: 0.3rem;
}
.taxo-class-con p {
  margin-bottom: 0.3rem;
  width: 80%;
}

.tag-sep {
  color: darkred;
}

.top-vids-con {
  margin: 0 auto;
  padding-top: 2rem;
}

.vid-rank {
  position: absolute;
  left: -22px;
  top: -42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 12px;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 0.7rem;
  font-size: 2.2rem;
}
.vid-card:first-child .vid-rank {
  color: #d7ae04;
}

.vid-card:nth-child(2) .vid-rank {
  color: #6D6D6D;
}

.vid-card:nth-child(3) .vid-rank {
  color: #CD7F32;
}

.top-vids-filter-con {
  display: flex;
  margin: 0 auto;
  margin-bottom: 2.3rem;
  align-items: flex-end;
}
.top-vids-filter-con > *:nth-child(1) {
  width: 50%;
  margin-right: 3rem;
}
.shorts-chk-ipc {
  background-color: #606060 !important;
  border-color: #606060 !important;
}

#cat-filter__p2 .Select--multi .Select-value {
  background-color: rgb(251.82, 251.82, 251.82);
  border-color: rgb(223.2, 223.2, 223.2);
  color: #606060;
}
#cat-filter__p2 .Select--multi .Select-value-icon {
  border-right-color: rgb(239.1, 239.1, 239.1);
}

#page-header__p2 {
  margin: 2rem auto 0.45rem auto;
  font-weight: bold;
  letter-spacing: -0.7px;
  color: #001427;
}
#page-header__p2 #header-month {
  color: #8d0801;
}

#page-subheader__p2 {
  margin: 0rem auto 3.2rem auto;
  font-size: 1.3rem;
  font-family: monospace;
  font-family: "IBM Plex Mono", monospace;
  font-style: italic;
  color: #708d81;
}

body {
  width: 100%;
}

.app-con__p2 {
  width: 68%;
}

.legend-tooltip .tooltip-inner {
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: left;
}
.legend-tooltip .tooltip-inner .material-symbols-outlined {
  vertical-align: bottom;
  margin-right: 0.4rem;
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  font-size: 20px;
}
.legend-tooltip .tooltip-inner .legend-tooltip-content {
  padding: 1rem 0.9rem 1rem 0.6rem;
}
.legend-tooltip .tooltip-inner .legend-tooltip-content div:not(:last-child) {
  margin-bottom: 0.7rem;
}

.legend-hover-text-con {
  margin-left: auto;
}
.legend-hover-text-con #legend-hover-text {
  color: #777;
  text-decoration: underline;
  cursor: pointer;
}

:root {
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  --bs-body-color: #212529;
}

:root {
  --neu-primary-light: #8abdff;
  --neu-primary: #6d5dfc;
  --neu-primary-dark: #5b0eeb;
  --neu-primary: #66e;
  --neu-primary-dark: #66e;
  --neu-white: #FFFFFF;
  --neu-greyLight-1: #E4EBF5;
  --neu-greyLight-2: #c8d0e7;
  --neu-greyLight-3: #bec8e4;
  --neu-greyDark: #9baacf;
  --neu-greyLight-1: rgb(243.075, 243.075, 243.075);
  --neu-greyLight-2: rgb(226.38, 226.38, 226.38);
  --neu-greyLight-3: rgb(199.9065, 199.9065, 199.9065);
}

:root {
  --shadow-color: 0deg 0% 63%;
  --shadow-elevation-low:
    -0.2px 0.2px 0.3px hsl(var(--shadow-color) / 0.34),
    -0.4px 0.4px 0.6px -1.2px hsl(var(--shadow-color) / 0.34),
    -0.9px 0.9px 1.4px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium:
    -0.2px 0.2px 0.3px hsl(var(--shadow-color) / 0.36),
    -0.7px 0.8px 1.2px -0.8px hsl(var(--shadow-color) / 0.36),
    -1.8px 1.9px 2.9px -1.7px hsl(var(--shadow-color) / 0.36),
    -4.5px 4.6px 7.2px -2.5px hsl(var(--shadow-color) / 0.36);
  --shadow-elevation-high:
    -0.2px 0.2px 0.3px hsl(var(--shadow-color) / 0.34),
    -1.3px 1.3px 2.1px -0.4px hsl(var(--shadow-color) / 0.34),
    -2.4px 2.5px 3.9px -0.7px hsl(var(--shadow-color) / 0.34),
    -4px 4.1px 6.4px -1.1px hsl(var(--shadow-color) / 0.34),
    -6.4px 6.6px 10.3px -1.4px hsl(var(--shadow-color) / 0.34),
    -10px 10.3px 16.2px -1.8px hsl(var(--shadow-color) / 0.34),
    -15.2px 15.6px 24.5px -2.1px hsl(var(--shadow-color) / 0.34),
    -22.4px 23px 36.1px -2.5px hsl(var(--shadow-color) / 0.34);
}

/* To change the default inital loading screen */
/* end */
.dropdown {
  /* width: 30%; */
  /* max-width: 250px; */
}

.graph-cont {
  display: flex;
  flex-direction: column;
}

html,
body,
#react-entry-point {
  width: 100%;
  height: 100%;
}

.app-con {
  height: 100%;
  padding: 0;
}

span.ns span.badge {
  margin-left: 0.7em;
  padding: 0.2em 0.45em;
  font-size: 0.65em;
}

.table-dark {
  --bs-table-bg: $tooltip-bg;
  border-color: #373b3e;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

/* #tag-tooltip {
  display: none;
}
#tag-tooltip[data-show] {
  display: block;
} */
/* .dash-spinner {
  background-image: url("http://i.stack.imgur.com/SBv4T.gif");
  background-size: contain;
  background-repeat: no-repeat;
}
.dash-spinner * {
  display: none !important;
} */
.card-growth-num {
  font-size: 1em;
  font-weight: bold;
}

.card-growth-text {
  color: #666;
}

#te-error-alert-con,
#tf-error-alert-con,
#tp-error-alert-con {
  margin: 0 auto;
}
#te-error-alert-con .alert,
#tf-error-alert-con .alert,
#tp-error-alert-con .alert {
  background-color: rgb(254, 252, 232);
  border: none;
  color: rgb(161, 98, 7);
  padding: 1rem;
  padding-right: 2.4rem;
  display: flex;
}
#te-error-alert-con .alert .btn-close,
#tf-error-alert-con .alert .btn-close,
#tp-error-alert-con .alert .btn-close {
  padding: 1rem;
}
#te-error-alert-con .alert .alert-text-con,
#tf-error-alert-con .alert .alert-text-con,
#tp-error-alert-con .alert .alert-text-con {
  margin-left: 0.75rem;
}
#te-error-alert-con .alert .material-symbols-outlined,
#tf-error-alert-con .alert .material-symbols-outlined,
#tp-error-alert-con .alert .material-symbols-outlined {
  color: #FFC107;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
  font-size: 1.2rem;
}
#te-error-alert-con .alert p,
#tf-error-alert-con .alert p,
#tp-error-alert-con .alert p {
  margin-top: 0;
  color: rgb(133, 77, 14);
  font-weight: 500;
}
#te-error-alert-con .alert p:last-child,
#tf-error-alert-con .alert p:last-child,
#tp-error-alert-con .alert p:last-child {
  margin-bottom: 0;
}
#te-error-alert-con .alert ul,
#tf-error-alert-con .alert ul,
#tp-error-alert-con .alert ul {
  margin-bottom: 0;
  padding-left: 1.25rem;
}
#te-error-alert-con .alert ul li:first-child,
#tf-error-alert-con .alert ul li:first-child,
#tp-error-alert-con .alert ul li:first-child {
  margin-top: 0;
}
#te-error-alert-con .alert ul li:last-child,
#tf-error-alert-con .alert ul li:last-child,
#tp-error-alert-con .alert ul li:last-child {
  margin-bottom: 0;
}

#react-entry-point {
  max-width: 1750px;
}

@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) {
  body {
    font-size: 14px;
  }
}
.dbp {
  color: #61AC57;
  cursor: ne-resize !important;
}

.dbvp {
  color: rgb(77.6, 137.6, 69.6);
  cursor: ne-resize !important;
  text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 15px #bef264, 0 0 20px #bef264, 0 0 25px #bef264, 0 0 40px #bef264;
}

.dbn {
  color: #B52212;
  cursor: se-resize !important;
}

.dbvn {
  color: rgb(144.8, 27.2, 14.4);
  cursor: se-resize !important;
  text-shadow: 0 0 2.5px #fff, 0 0 20px #fda4af, 0 0 25px #fda4af, 0 0 40px #fda4af;
}

.dbz {
  color: #e2cc05;
}

span[class^=db] {
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 200, "opsz" 48;
  font-size: 65%;
}

.growth-cards-con .card {
  min-width: 200px;
  max-width: 230px;
}

.disp-opts-con {
  margin-bottom: 0;
}

.beta_label {
  background: #FEF3F7;
  /* color: white; */
  border-radius: 0.95rem;
  padding: 0.1rem 0.4rem 0.2rem;
  margin-left: 0.2rem;
  font-size: 0.65rem;
  line-height: 1;
  border: 1.2px solid #FDE8EF;
  font-variant: all-petite-caps;
}

.beta_option_con {
  display: inline-flex;
  align-items: center;
}

.page-cont {
  display: flex;
  padding-top: 60px;
}
.page-cont #tabs {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  border-bottom: 1px solid rgb(197, 197, 198);
  margin-left: 2rem;
  margin-right: 2rem;
  width: calc(100% - 4rem);
}
.page-cont .tag-items-con {
  z-index: 0;
  width: 35%;
  padding: 2em 1em 1em 2em;
  background: rgb(251.82, 251.82, 251.82);
  border-right: rgb(215.25, 215.25, 215.25) solid 1px;
  position: relative;
}
.page-cont .tabs-cont {
  width: 65%;
}

.resizer {
  display: flex;
  justify-content: center;
  padding-top: 110%;
  font-size: 0.2rem;
  width: 4px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  cursor: col-resize;
  background: rgb(245.46, 245.46, 245.46);
  color: rgb(245.46, 245.46, 245.46);
  border-left: 1px solid rgb(215.25, 215.25, 215.25);
  transition: background 0.2s ease, color 0.2s ease, width 0.2s ease, font-size 0.2s ease;
}

.resizer:hover {
  background: rgb(242.28, 242.28, 242.28);
  color: #999;
  font-size: 0.2rem;
  width: 11px;
}

.tab-content {
  padding: 2em 2em 1em 2em;
}

#hw-con {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 123214213412;
}

#last-updated {
  position: fixed;
  bottom: 0;
  right: 24px;
  z-index: 123214213412;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8a8a8a;
}
#last-updated span.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 16;
  font-size: 16px;
  transform: scale(0.7);
}

#last-updated-tooltip {
  font-size: 0.75em;
}
#last-updated-tooltip .tooltip-inner {
  max-width: 300px;
}

#info-btn {
  position: fixed;
  bottom: 0;
  right: 48px;
  z-index: 123214213412;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8a8a8a;
}
#info-btn span.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 16;
  font-size: 12px;
}

.custom-tab {
  color: #555555;
  background-color: rgb(242.28, 242.28, 242.28) !important;
  border: none !important;
  background-color: transparent !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 1.75rem;
}
.custom-tab > span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.8rem;
  border-bottom: 5px solid transparent;
}

.custom-tab--selected > span {
  border-bottom-color: #EF4281;
}
.custom-tab:first-child {
  border-left: 0 !important;
}

.ag-header-cell-filtered {
  background-color: #1b6d85 !important;
  color: #fff !important;
}

.ag-header-cell-filtered span {
  color: #fff !important;
}

.download-btn-con {
  display: inline;
  vertical-align: -0.5rem;
  display: none;
}
.download-btn-con button {
  background: none;
  border: none;
}
.download-btn-con .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 48;
  color: #777;
  font-size: 1.3em;
}

.nothing-selected-msg .nothing-selected-span1 {
  font-weight: bold;
}
.nothing-selected-msg ul {
  padding-left: 1rem;
}
.nothing-selected-msg li::marker {
  color: #ee2c73;
}

.inst-caret-icn {
  color: #666;
}

.tabs-cont .nothing-selected-msg {
  display: none;
}
.tabs-cont.nothing-selected .nothing-selected-msg {
  display: block;
}

.top-vids-btn {
  line-height: 1;
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  border: 1px solid #333;
  border-radius: 4px;
}

.remove-btn {
  line-height: 1;
  font-size: 0.8rem;
  border: none;
  background: none;
}
.remove-btn .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 48;
  color: darkred;
  font-size: 1.2em;
  vertical-align: middle;
}

.page-cont {
  flex-wrap: wrap;
}

#taxo-ieg-con {
  width: 100%;
  padding: 3rem 2rem;
}

.ieg-tooltip {
  position: absolute;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 12px;
  font-size: 13px;
  z-index: 1000;
  max-width: 280px;
}
.ieg-tooltip .tooltip-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ieg-tooltip .tooltip-title {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
}
.ieg-tooltip .tooltip-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.ieg-tooltip .tooltip-row span:first-child {
  color: #666;
}
.ieg-tooltip .tooltip-row span:last-child {
  font-weight: 500;
}
.ieg-tooltip .tooltip-row .positive {
  color: #2171b5;
}
.ieg-tooltip .tooltip-row .negative {
  color: #de2d26;
}

#taxo-ieg-con {
  width: 100%;
  padding: 3rem 2rem;
}
#taxo-ieg-con .bar {
  transition: filter 0.15s ease-in-out;
}
#taxo-ieg-con .bar:hover {
  filter: brightness(0.95);
}
#taxo-ieg-con .x-axis .domain, #taxo-ieg-con .y-axis .domain {
  stroke: #ddd;
}
#taxo-ieg-con .x-axis .tick line, #taxo-ieg-con .y-axis .tick line {
  stroke: #ddd;
}
#taxo-ieg-con .x-axis .tick text, #taxo-ieg-con .y-axis .tick text {
  fill: #666;
  font-size: 11px;
}
#taxo-ieg-con .grid-line {
  stroke: #f0f0f0;
}

.chsd-title-con {
  padding-bottom: 2rem;
  margin-left: -1rem;
  padding-left: 1rem;
  margin-top: -1rem;
  padding-top: 1rem;
  background: linear-gradient(to bottom, #B8C3D4, transparent);
  background: linear-gradient(to bottom, #d1dcee, transparent);
}
.chsd-title-con p {
  font-style: italic;
}
.chsd-title-con h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

#ch-size-dist-btn {
  margin-bottom: 1rem;
}

#te-sel-tags-table-download-btn {
  background: transparent;
  border: none;
  text-decoration: underline;
  color: gray;
  font-size: 0.9rem;
  margin-top: 0.4rem;
  text-underline-offset: 2px;
}

@keyframes flash {
  0% {
    background-color: rgb(245, 218, 158.5);
    box-shadow: 10px 0 rgb(245, 218, 158.5), -10px 0 rgb(247, 173.5, 198);
  }
  50% {
    background-color: rgb(247, 173.5, 198);
    box-shadow: 10px 0 rgb(245, 218, 158.5), -10px 0 rgb(245, 218, 158.5);
  }
  100% {
    background-color: rgb(245, 218, 158.5);
    box-shadow: 10px 0 rgb(247, 173.5, 198), -10px 0 rgb(245, 218, 158.5);
  }
}
#country-lang-filter-status {
  position: relative;
}

#country-lang-filter-status[data-dash-is-loading=true] {
  visibility: hidden;
  height: 0.7rem;
}

#country-lang-filter-status[data-dash-is-loading=true]::before {
  content: "";
  visibility: visible;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(247, 173.5, 198);
  box-shadow: 6px 0 rgb(247, 173.5, 198), -6px 0 rgb(247, 173.5, 198);
  animation: flash 0.5s ease-out infinite alternate;
  position: absolute;
  left: 13px;
  top: 0;
}

.country-lang-status {
  color: #555;
  border-top: 1px solid #ccc;
  padding-top: 0.8rem;
  line-height: 1.7;
}
.country-lang-status .country-sts-c {
  font-weight: bold;
  background: rgb(253.4, 238.7, 243.6);
  background: linear-gradient(45deg, rgb(253.4, 238.7, 243.6), rgb(253.4, 242.5, 237.6));
  padding: 0.1rem 0.2rem;
}
.country-lang-status .lang-sts-l {
  font-weight: bold;
  background: rgb(253.4, 242.5, 237.6);
  background: linear-gradient(45deg, rgb(248.8, 251, 234.4), rgb(238.9, 247.5, 238.3));
  padding: 0.1rem 0.2rem;
}/*# sourceMappingURL=style.css.map */