body {
  overflow-x: hidden !important;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}
/*
.table-wrapper {
  max-height: 75vh;
  overflow: hidden;
}
*/
table thead th { position: sticky; top: 0; }

.style-one {
	border: 0;
	height: 1px;
	background: #fff;
	background-image: linear-gradient(to right, #fff, #000, #fff);
}
.c-aqua{
  color: aqua;
}
.text-ccc{
  color:#ccc;
}
.text-red{
  color: red;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 1;
}
.hr-text:before {
  content: "";
  background: linear-gradient(to right, transparent, #ff0, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text::after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 0.5em;
	line-height: 1em;
	color: #ff0;
	background-color: #222;
	font-size: 1.5em;
}

[class*="col-"] {
  margin-bottom: 30px;
}

.content {
  height: 100%;
  padding: 20px 20px 10px;
  color: #fff;
}


#youtubeLink {
  position: relative;
  width: 130px;
  height: 19px;
  top: 20px;
  left: 33%;
  border-radius: 5px;
  background-color: red;
  cursor: pointer;
  transform: scale(2);
}

#youtubeButtonFrame {
  position: relative;
  top: 2px;
  left: 5px;
  width: 20px;
  height: 15px;
  background-color: #fff;
  border-radius: 3px;
}

#youtubeButton {
  position: relative;
  width: 0;
  height: 0;
  top: 2.5px;
  left: 8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid red;
}

#youtubeLinkText {
  position: relative;
  top: -14px;
  left: 12px;
  font-size: 13px;
  font-weight: 1000;
  color: #fff;
}

#youtubeLink:hover {
  background-color: rgb(170, 2, 2);
}
.button {
  position: relative;
  font-size: 40%;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 8px 16px;
  min-width: 8em;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to bottom, #f12828, #a00332, #9f0f31), linear-gradient(to bottom, #ae0034, #6f094c);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.25), inset 0 -1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: 0.2s;
  will-change: transform;
}

.button:active {
  transform: scale(0.92);
  filter: brightness(0.8);
}

.button-hat {
  position: absolute;
  top: -15px;
  left: -17px;
  height: 44px;
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.25));
}

.canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}

::-webkit-scrollbar-thumb {
  background-color: #25628e;
}

::-webkit-scrollbar-track {
  background-color: #b2c5d9;
  border-right: 1px solid rgb(169, 169, 169);
}

.topNav span {
  display: block;
  line-height: 1;
  height: 25px;
}

.topNav span a {
  font-size: 40%;
  color: aqua;
  display: inline-block;
}

.topNav span:first-of-type,
.topNav span:first-of-type a {
  margin-top: -14px;
  color: gray;
}

.topNav span:last-of-type,
.topNav span:last-of-type a {
  color: #ffbf00;
}
.topNav span:last-of-type a:nth-of-type(2) {
	color: #00c3ff;
}

#sortMe3D th[data-type="number"],
#sortMe th[data-type="number"] {
  cursor: pointer;
  color: yellow;
}

[data-dir="asc"]:after {
  content: ' ▲';
  font-weight: bold;
}

[data-dir="desc"]:after {
  content: ' ▼';
  font-weight: bold;
}
.t2d th small {
  float: right !important;
  color: yellow !important;
  position: absolute;
  width: 100%;
  margin-right: 0;
  display: block;
  top: 0px;
  text-align: right;
  right: 6px;
}
.t2d th {
  position: relative;
}
