.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;
}/*# sourceMappingURL=top_vids.css.map */