.aha-padding-xsmall{padding:4px;}
 
.bgimg, .bgimg2 {
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-image: url("./bkg1a.jpg");
}

#bkg-video {
  position: fixed;   /* Keeps it in the background while scrolling */
  right: 0;
  bottom: 0;
  min-width: 100%;   /* Ensures it covers full width */
  min-height: 100%;  /* Ensures it covers full height */
  z-index: 0;       /* Places it behind all other content */
  object-fit: cover; /* Key property to prevent stretching */
}

.latest-text-green {
	color: #55f62b;
}

.latest-text-red {
	color:#33ccff;
}

.latest-text-yellow {
	color:#f8e71c;
}

.latest-action-btn {
	width:350px;
	height:auto;
	border: 0;
	cursor:pointer;
}

.latest-action-btn:hover {
opacity:0.60
}

.latest-title1 {
  color:#ffffff;
  font-family:Roboto-Reg;
}

.latest-title2 {
  color:#66ccff;
  font-family:Roboto-Bold;
}

.latest-table-head {
  min-height: 53px;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  position: relative;
  cursor: pointer;
  clip-path: polygon(
    0px 0%,         /* Top-left cut start */
    100% 0%,        /* Top-right corner (unclipped) */
    100% calc(100% - 20px), /* Bottom-right cut start */
    calc(100% - 20px) 100%, /* Bottom-right cut end */
    0% 100%,        /* Bottom-left corner (unclipped) */
    0% 20px          /* Top-left cut end */
  );
  border: 2px solid #66ccff;
  border-top-left-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.latest-table-head:before {
  content: "";
  width: 4px;
  height: 28px;
  background: #66ccff;
  border: 2px solid #66ccff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  top: -7px;
  left: 4px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.latest-table-head:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #66ccff;
  border-top-left-radius: 10px;
}

.latest-wide{letter-spacing:4px}
.latest-display-container{position:relative}
.latest-grayscale-min{filter:grayscale(50%)}

table {
  width: 100%;
  border-collapse: collapse; /* Merges cell borders into a clean grid */
  background-clip: padding-box;
  border-spacing:0;
  font-family: Arial Narrow, Arial, sans-serif;
  padding: 4px;
  border-color: #66ccff;
  border-radius: 10px;
}

thead, tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed; /* Ensures even column widths */
}

thead, tbody td {
  padding-left:4px;
}

tbody {
  display: block;
  font-family:Roboto-Reg;
  scrollbar-color: #66ccff #033F66; /* thumb then track */
}

/* Style the Table Caption */
caption {
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px;
  caption-side: top; /* Can also be set to 'bottom' */
  text-align: left;
  color: #66ccff;
  background-color: rgba(0, 0, 0, 0.2);
}

thead {
  color: #66ccff;
  background-color: rgba(0, 0, 0, 0.2);
  text-align:left; 
  font-weight:bold;
}

.latest-title {
  color: #66ccff;
  background-color: rgba(0, 0, 0, 0.2);
  text-align:left;
}

thead th {
  padding-top:10px;
  border-bottom: 1px solid #66ccff;
  border-top: 1px solid #66ccff;
}

/* Style the Table Body (tbody) */
tbody td {
  padding: 8px 4px;
  color:#ffffff;
  font-weight:bold;

}

tbody tr:nth-child(even) {
  background-color: rgba(0, 23, 38, 0.7); //#001726
}

tbody tr:nth-child(odd) {
  background-color: rgba(16, 43, 82, 0.7); //#102B52
}

.latest-est-light {
	padding-right:8px;
}

.latest-ctb-option-panel {

  background-image: url('panel.png');

}

.latest-text-light-blue {
color:#66ccff;	
}

.latest-hr-blue {
	background-color:#66ccff;
	height:1px;
	padding:0;
	margin:0;"
}

.latest-hr-blue-glow {
  height: 2px;
  width: 80%;
  margin: 0.15rem auto;
  /* Example: Solid color in middle, fading to transparent on ends */
  background: linear-gradient(90deg, rgba(197, 248, 252,0) 0%, rgba(197, 248, 252,1) 50%, rgba(197, 248, 252,0) 100%);
  
}

@media (max-width:992px){
.latest-display-container:hover .latest-display-hover{display:block}.latest-display-container:hover span.latest-display-hover{display:inline-block}
}

.toggle-container {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-right:0px;
  perspective: 800px;
  z-index: 5;
}

.toggle-wrap {
  position: relative;
  width: 100%;
  height: 60px;
  transform-style: preserve-3d;
}

.toggle-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-track {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 30, 60, 0.4);
  border-radius: 30px;
  cursor: pointer;
box-shadow: 
    /* --- "glass" tube --- */
    /* inside */ inset 0 0 0 2px
      rgba(0, 0, 0, 0.75),
    /* outside */ 0 0 0 2px rgba(197, 248, 252, 0.75),
    /* --- glow --- */ /* inside */ inset 0 0 calc(0.5 * 1.75rem) #66ccff,
    /* outside */ 0 0 calc(0.5 * 1.75rem) #66ccff;
  overflow: hidden;
  backdrop-filter: blur(5px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid rgba(0, 150, 255, 0.3);
}

.toggle-track::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      ellipse at center,
      rgba(0, 80, 255, 0.1) 0%,
      rgba(0, 0, 0, 0) 70%
    ),
    linear-gradient(90deg, rgba(0, 60, 120, 0.1) 0%, rgba(0, 30, 60, 0.2) 100%);
  opacity: 0.6;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.toggle-track::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  height: 10px;
  background: linear-gradient(
    90deg,
    rgba(0, 170, 255, 0.3) 0%,
    rgba(0, 80, 255, 0.1) 100%
  );
  border-radius: 30px 30px 0 0;
  opacity: 0.7;
  filter: blur(1px);
  
}

.track-lines {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  overflow: hidden;
}

.track-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    90deg,
    rgba(0, 150, 255, 0.3) 0px,
    rgba(0, 150, 255, 0.3) 5px,
    transparent 5px,
    transparent 15px
  );
  animation: track-line-move 3s linear infinite;
}

@keyframes track-line-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(20px);
  }
}

.toggle-thumb {
  position: absolute;
  width: 54px;
  height: 54px;
  left: 3px;
  top: 3px;
  background: radial-gradient(
    circle,
    rgba(10, 40, 90, 0.9) 0%,
    rgba(0, 20, 50, 0.8) 100%
  );
  border-radius: 50%;
  box-shadow:
    0 2px 15px rgba(0, 0, 0, 0.5),
    inset 0 0 15px rgba(0, 150, 255, 0.5);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 2;
  border: 1px solid rgba(0, 170, 255, 0.6);
  overflow: hidden;
  transform-style: preserve-3d;
}

.thumb-core {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(0, 180, 255, 0.6) 0%,
    rgba(0, 50, 120, 0.2) 100%
  );
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 150, 255, 0.5);
  opacity: 0.9;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.thumb-inner {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(100, 200, 255, 0.5) 100%
  );
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(100, 200, 255, 0.7);
  opacity: 0.7;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  animation: pulse 2s infinite alternate;
}

@keyframes pulse {
  0% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.thumb-scan {
  position: absolute;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 150, 255, 0.5) 20%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(0, 150, 255, 0.5) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  top: 0;
  left: 0;
  filter: blur(1px);
  animation: thumb-scan 2s linear infinite;
  opacity: 0.7;
}

@keyframes thumb-scan {
  0% {
    top: -5px;
    opacity: 0;
  }
  20% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.7;
  }
  100% {
    top: 54px;
    opacity: 0;
  }
}

.thumb-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.thumb-particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: rgba(100, 200, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(100, 200, 255, 0.8);
  animation: thumb-particle-float 3s infinite ease-out;
  opacity: 0;
}

.thumb-particle:nth-child(1) {
  top: 70%;
  left: 30%;
  animation-delay: 0.2s;
}

.thumb-particle:nth-child(2) {
  top: 60%;
  left: 60%;
  animation-delay: 0.6s;
}

.thumb-particle:nth-child(3) {
  top: 50%;
  left: 40%;
  animation-delay: 1s;
}

.thumb-particle:nth-child(4) {
  top: 40%;
  left: 70%;
  animation-delay: 1.4s;
}

.thumb-particle:nth-child(5) {
  top: 80%;
  left: 50%;
  animation-delay: 1.8s;
}

@keyframes thumb-particle-float {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(-30px) scale(0);
    opacity: 0;
  }
}

.toggle-data {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.data-text {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.data-text.off {
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 0 0 5px rgba(0, 100, 255, 0.4);
}

.data-text.on {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  color: rgba(0, 255, 150, 0.6);
  text-shadow: 0 0 5px rgba(0, 255, 100, 0.4);
}

.status-indicator {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 180, 255, 0.8) 0%,
    rgba(0, 80, 200, 0.4) 100%
  );
  box-shadow: 0 0 10px rgba(0, 150, 255, 0.5);
  animation: blink 2s infinite alternate;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.status-indicator.off {
  top: 25px;
  right: 15px;
}

.status-indicator.on {
  top: 25px;
  left: 15px;
  opacity: 0;
  background: radial-gradient(
    circle,
    rgba(0, 255, 150, 0.8) 0%,
    rgba(0, 200, 80, 0.4) 100%
  );
  box-shadow: 0 0 10px rgba(0, 255, 150, 0.5);
}

@keyframes blink {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

.energy-rings {
  position: absolute;
  width: 54px;
  height: 54px;
  left: 3px;
  top: 3px;
  pointer-events: none;
  z-index: 1;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.energy-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid transparent;
  opacity: 0;
}

.energy-ring:nth-child(1) {
  width: 50px;
  height: 50px;
  border-top-color: rgba(0, 150, 255, 0.5);
  border-right-color: rgba(0, 150, 255, 0.3);
  animation: spin 3s linear infinite;
}

.energy-ring:nth-child(2) {
  width: 40px;
  height: 40px;
  border-bottom-color: rgba(0, 150, 255, 0.5);
  border-left-color: rgba(0, 150, 255, 0.3);
  animation: spin 2s linear infinite reverse;
}

.energy-ring:nth-child(3) {
  width: 30px;
  height: 30px;
  border-left-color: rgba(0, 150, 255, 0.5);
  border-top-color: rgba(0, 150, 255, 0.3);
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.interface-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.interface-line {
  position: absolute;
  background: rgba(0, 150, 255, 0.3);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.interface-line:nth-child(1) {
  width: 15px;
  height: 1px;
  bottom: -5px;
  left: 20px;
}

.interface-line:nth-child(2) {
  width: 1px;
  height: 8px;
  bottom: -12px;
  left: 35px;
}

.interface-line:nth-child(3) {
  width: 25px;
  height: 1px;
  bottom: -12px;
  left: 35px;
}

.interface-line:nth-child(4) {
  width: 15px;
  height: 1px;
  bottom: -5px;
  right: 20px;
}

.interface-line:nth-child(5) {
  width: 1px;
  height: 8px;
  bottom: -12px;
  right: 35px;
}

.interface-line:nth-child(6) {
  width: 25px;
  height: 1px;
  bottom: -12px;
  right: 10px;
}

.toggle-reflection {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 40%
  );
  border-radius: 30px;
  pointer-events: none;
}

.toggle-label {
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  color: rgba(0, 150, 255, 0.7);
  text-shadow: 0 0 10px rgba(0, 100, 255, 0.5);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.holo-glow {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 150, 255, 0.2) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  filter: blur(10px);
  opacity: 0.5;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
}

.toggle-input:checked + .toggle-track {
  background: rgba(0, 60, 30, 0.4);
  border-color: rgba(0, 255, 150, 0.3);
   
box-shadow: 
    /* --- "glass" tube --- */
    /* inside */ inset 0 0 0 2px
      rgba(
0, 255, 127
, 0.75),
    /* outside */ 0 0 0 2px rgba(197, 248, 252, 0.75),
    /* --- glow --- */ /* inside */ inset 0 0 calc(0.5 * 1.75rem) #00ff7f,
    /* outside */ 0 0 calc(0.5 * 1.75rem) #00ff7f;
}

.toggle-input:checked + .toggle-track::before {
  background: radial-gradient(
      ellipse at center,
      rgba(0, 255, 150, 0.1) 0%,
      rgba(0, 0, 0, 0) 70%
    ),
    linear-gradient(90deg, rgba(0, 120, 60, 0.1) 0%, rgba(0, 60, 30, 0.2) 100%);
}

.toggle-input:checked + .toggle-track::after {
  background: linear-gradient(
    90deg,
    rgba(0, 255, 150, 0.3) 0%,
    rgba(0, 160, 80, 0.1) 100%
  );
}

.toggle-input:checked + .toggle-track .track-line {
  background: repeating-linear-gradient(
    90deg,
    rgba(0, 255, 150, 0.3) 0px,
    rgba(0, 255, 150, 0.3) 5px,
    transparent 5px,
    transparent 15px
  );
  animation-direction: reverse;
}

.toggle-input:checked + .toggle-track .toggle-thumb {
  left: calc(100% - 57px);
  background: radial-gradient(
    circle,
    rgba(10, 90, 40, 0.9) 0%,
    rgba(0, 50, 20, 0.8) 100%
  );
  border-color: rgba(0, 255, 150, 0.6);
  box-shadow:
    0 2px 15px rgba(0, 0, 0, 0.5),
    inset 0 0 15px rgba(0, 255, 150, 0.5);
}

.toggle-input:checked + .toggle-track .thumb-core {
  background: radial-gradient(
    circle,
    rgba(0, 255, 150, 0.6) 0%,
    rgba(0, 120, 50, 0.2) 100%
  );
  box-shadow: 0 0 20px rgba(0, 255, 150, 0.5);
}

.toggle-input:checked + .toggle-track .thumb-inner {
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(100, 255, 200, 0.5) 100%
  );
  box-shadow: 0 0 10px rgba(100, 255, 200, 0.7);
}

.toggle-input:checked + .toggle-track .thumb-scan {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 255, 150, 0.5) 20%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(0, 255, 150, 0.5) 80%,
    rgba(0, 0, 0, 0) 100%
  );
}

.toggle-input:checked + .toggle-track .thumb-particle {
  background: rgba(100, 255, 200, 0.8);
  box-shadow: 0 0 5px rgba(100, 255, 200, 0.8);
}

.toggle-input:checked + .toggle-track .data-text.off {
  opacity: 0;
}

.toggle-input:checked + .toggle-track .data-text.on {
  opacity: 1;
}

.toggle-input:checked + .toggle-track .status-indicator.off {
  opacity: 0;
}

.toggle-input:checked + .toggle-track .status-indicator.on {
  opacity: 1;
}

.toggle-input:checked + .toggle-track .energy-rings {
  left: calc(100% - 57px);
}

.toggle-input:checked + .toggle-track .energy-ring {
  opacity: 1;
}

.toggle-input:checked + .toggle-track .energy-ring:nth-child(1) {
  border-top-color: rgba(0, 255, 150, 0.5);
  border-right-color: rgba(0, 255, 150, 0.3);
}

.toggle-input:checked + .toggle-track .energy-ring:nth-child(2) {
  border-bottom-color: rgba(0, 255, 150, 0.5);
  border-left-color: rgba(0, 255, 150, 0.3);
}

.toggle-input:checked + .toggle-track .energy-ring:nth-child(3) {
  border-left-color: rgba(0, 255, 150, 0.5);
  border-top-color: rgba(0, 255, 150, 0.3);
}

.toggle-input:checked + .toggle-track .interface-line {
  background: rgba(0, 255, 150, 0.3);
}

.toggle-input:checked ~ .toggle-label {
  color: rgba(0, 255, 150, 0.7);
  text-shadow: 0 0 10px rgba(0, 255, 150, 0.5);
}

.toggle-input:checked + .toggle-track .holo-glow {
  background: radial-gradient(
    ellipse at center,
    rgba(0, 255, 150, 0.2) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  
box-shadow: 
    /* --- "glass" tube --- */
    /* inside */ inset 0 0 0 2px
      rgba(
0, 255, 127
, 0.75),
    /* outside */ 0 0 0 2px rgba(
0, 255, 127
, 0.75),
    /* --- glow --- */ /* inside */ inset 0 0 calc(0.5 * 1.75rem) #00ff7f,
    /* outside */ 0 0 calc(0.5 * 1.75rem) #00ff7f;
}

.toggle-input:hover + .toggle-track {
  box-shadow:
    0 0 20px rgba(0, 150, 255, 0.3),
    inset 0 0 10px rgba(0, 0, 0, 0.8);
}

.toggle-input:checked:hover + .toggle-track {
  box-shadow:
    0 0 20px rgba(0, 255, 150, 0.3),
    inset 0 0 10px rgba(0, 0, 0, 0.8);
}

.gas {

  align-items: center;
  border-radius: 12px;
  border: 4px solid currentColor;
  box-shadow: 
    /* --- "glass" tube --- */
    /* inside */ inset 0 0 0 2px
      rgba(0, 0, 0, 0.15),
    /* outside */ 0 0 0 2px rgba(0, 0, 0, 0.15),
    /* --- glow --- */ /* inside */ inset 0 0 calc(0.5 * 1.75rem) #00ff7f,
    /* outside */ 0 0 calc(0.5 * 1.75rem) #00ff7f;
  color: #00ff7f;
  display: inline-flex;
  flex-direction: column;
  height: 12rem;
  justify-content: space-around;
  padding: 1rem;
  width: 12rem;
}

.gas.on {
  filter: brightness(110%);
  cursor: pointer;
}
.gas.on:hover {
  filter: brightness(120%) drop-shadow(0 0 10px #00ff7f);
}

.ctb-panel {
  height: 100%;
  clip-path: inherit;
  background: linear-gradient(145deg, #1c223a, #0f1326, 0.25);
}

.ctb-outer-panel-scouts {
  width: 320px;
  height: 240px;
  padding: 2px;
  background-image:url('scouts_panel.png');
  background-repeat: no-repeat;
}

.ctb-outer-panel-swaps {
  width: 320px;
  height: 240px;
  padding: 2px;
  background-image:url('swaps_panel.png');
  background-repeat: no-repeat;
}

.ctb-outer-panel-estimate {
  width: 320px;
  height: 240px;
  padding: 2px;
  background-image:url('estimate_panel.png');
  background-repeat: no-repeat;
}

.ctb-outer-panel-position {
  width: 320px;
  height: 240px;
  padding: 2px;
  background-image:url('position_panel.png');
  background-repeat: no-repeat;
}

.ctb-outer-panel {
  width: 320px;
  height: 170px;
  background: rgba(102, 204, 255, 0.1); 
  box-shadow: inset 0 0 0 2px
      rgba(102, 204, 255, 0.75),
    0 0 0 2px rgba(102, 204, 255, 0.75),
    inset 0 0 calc(0.5 * 1.75rem) #66ccff,
    0 0 calc(0.5 * 1.75rem) #66ccff;
  clip-path: polygon(
    20px 0,           /* Top-left 1 */
    calc(100% - 20px) 0, /* Top-right 1 */
    100% 20px,        /* Top-right 2 */
    100% calc(100% - 20px), /* Bottom-right 1 */
    calc(100% - 20px) 100%, /* Bottom-right 2 */
    20px 100%,        /* Bottom-left 1 */
    0 calc(100% - 20px), /* Bottom-left 2 */
    0 20px            /* Top-left 2 */
  );
  padding: 2px;
}

.ctb-bull-highlight {
	width:240px;
	height:30px;
	  clip-path: polygon(
    10px 0,           /* Top-left 1 */
    calc(100% - 10px) 0, /* Top-right 1 */
    100% 10px,        /* Top-right 2 */
    100% calc(100% - 10px), /* Bottom-right 1 */
    calc(100% - 10px) 100%, /* Bottom-right 2 */
    10px 100%,        /* Bottom-left 1 */
    0 calc(100% - 10px), /* Bottom-left 2 */
    0 10px            /* Top-left 2 */
  );
}

.swaps-content {
  position: absolute;
  inset: 0;
  padding: 54px 12px 20px 8px;
  display: flex;
  justify-content: space-evenly;
  align-items: top;
}

.swaps-content-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.latest-title-shape {
	width: 260px;
	height: 180px;
	background: linear-gradient(to right, rgba(197, 248, 252, 0.55), rgba(197, 248, 252, 0.15));
  clip-path: polygon(18% 35%, 79% 35%, 89% 48%, 78% 59%, 18% 59%, 7% 48%);
}

.divider {
  width: 2px;
  height: 60%;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 200, 255, 1),
    transparent
  );
  box-shadow: 0 0 10px rgba(0, 200, 255, 0.8);
  /* shimmer animation */
  animation: dividerPulse 4s ease-in-out infinite;
}

/* Divider shimmer */
@keyframes dividerPulse {
  0%, 100% {
    opacity: 0.4;
    box-shadow: 0 0 5px rgba(0, 200, 255, 0.4);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 20px rgba(0, 200, 255, 1);
  }
}
