body.dark-scheme {
  margin-top: -22px;
}

.de-flex .sm-pt10 {
  margin-top: 20px;
}

header.smaller {
  position: fixed;
  top: 0px;
  background: linear-gradient(45deg,
      rgba(84, 0, 103, 0.9),
      rgba(10, 85, 122, 0.9));
}

a.btn-line {
  background: none !important;
  height: 37px;
  color: #35404e;
  border: solid 2px rgb(158, 12, 190) !important;
}

a.btn-line:hover {
  background: rgb(158, 12, 190) !important;
  border: solid 2px rgb(158, 12, 190) !important;
}

.accessibility-btn {
  margin-left: 10px;
}

.accessibility-btn:hover {
  background-color: #8d8d8d;
  /* Hover-Farbe */
}

.offcanvas {
  background: linear-gradient(45deg, #cd00ff, #00aaff4d);
}

.offcanvas-title {
  color: #8900aa;
}

.subtitle.blink:before {
  background: #cd00ff;
}

@keyframes blinkingText {
  0% {
    background: #8900aa;
  }

  50% {
    background: #ffffff;
  }

  100% {
    background: #8900aa;
  }
}

.btn-main{
  background: linear-gradient(to right,
      rgba(0, 170, 255, 0.445),
      rgba(204, 0, 255, 0.575));
}

.btn-main:hover {
  background: linear-gradient(to right,
      rgba(204, 0, 255, 0.575),
      rgba(0, 170, 255, 0.445));
}

.btn.btn-primary {
  background: linear-gradient(to right,
      rgba(0, 170, 255, 0.445),
      rgba(204, 0, 255, 0.575));
}

.btn.btn-primary:hover {
  background: linear-gradient(to right,
      rgba(204, 0, 255, 0.575),
      rgba(0, 170, 255, 0.445));
}

h3.timer.id-color {
  color: #8900aa;
  /* Mintgrün z.B. */
}

.sw-price .d-cur,
.sw-price .d-period {
  color: #8f8d8f;
}

.bg-color-2,
.bg-color-secondary,
section.bg-color-2,
section.bg-color-secondary,
.timeline h5,
.testimonial-color .item:nth-child(2n) blockquote:before,
a.btn-main.bg-color-2,
a.btn-main.invert,
#mainmenu li li a.menu-item:hover,
#mainmenu ul li:hover>a.menu-item,
.icon-box.invert:hover,
#jpreBar,
.t-circle,
.author_list_pp i,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.profile_avatar i,
#btn_copy.clicked,
#form_quick_search #btn-submit i,
.owl-dot.active,
.p_list_pp i,
.author_list_pp img,
.activity-filter li.active,
.dark-scheme .de_countdown.bg-color-secondary,
.btn-line.hover,
a.btn-line.hover,
.de_form input[type="checkbox"]:checked+label:before,
.coll_list_pp i,
#form_sb #btn-submit i,
.de-switch input[type="checkbox"]:checked+label,
.de-card .de-price span,
.de-color-icons i,
.container-timeline ul li::before,
.pricing-table.table-featured .mid,
.pricing-table.table-featured a.btn-main,
.page-item.active .page-link,
.de-marquee-list .d-item-block.bg-color-2 {
  background: #00aaff;
}

.darker-bg {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 40px;
}

/* Hintergrund mit fließenden Linien und geometrischen Formen */
.lines-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #8300a4, #00aaff4d);
  z-index: -2;
  overflow: hidden;
}

.moving-line {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 200%;
  height: 2px;
  background: #cd00ff;
  animation: moveLine 20s linear infinite alternate;
  z-index: -1;
}

@keyframes moveLine {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }

  50% {
    transform: translateX(100%) rotate(45deg);
  }

  100% {
    transform: translateX(-100%) rotate(45deg);
  }
}

/* Geometrische Partikel, die sich bewegen */
.particle-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

/* Partikel als Kreise */
.particle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  animation: floatParticles 5s ease-in-out infinite;
}

/* Partikel-Animation */
@keyframes floatParticles {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.8) translateY(-100px);
    /* Bewegt sich nach oben */
  }

  100% {
    opacity: 0;
    transform: scale(0) translateY(-200px);
    /* Bewegt sich weiter nach oben und wird transparent */
  }
}

/* Styling des Textes */
.subtitle,
.slider-title {
  color: white;
  text-align: left;
  z-index: 10;
  position: relative;
}

.slider-title {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.slider-text {
  color: #ccc;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.btn-main {
  display: inline-block;
  background-color: #cd00ff;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2em;
}

.gradient-bg {
  border: solid 0px rgba(204, 0, 255, 0.3);
  background: linear-gradient(135deg,
      rgba(204, 0, 255, 0.3),
      rgba(0, 170, 255, 0.3)) no-repeat center center;
}

.de-item .price {
  background: rgba(84, 0, 103, 0.9);
}

.tm-gradient-bg {
  background-image: linear-gradient(135deg,
      rgba(204, 0, 255, 0.3),
      rgba(0, 170, 255, 0.3)) !important;
}

.tm-text {
  color: #ff8fe3;
  text-shadow: 2px 2px 2px #35404e;
}

.de-item .d-overlay .d-label {
  position: absolute;
  font-size: 14px;
  top: 20px;
  right: 20px;
  padding: 0px 12px;
  color: #ffffff;
  font-weight: 800;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #8900aa;
}

@keyframes textShadowColorChange {
  0% {
    text-shadow: 2px 2px 5px #00aaff;
  }

  25% {
    text-shadow: 2px 2px 5px #a5a5a5;
  }

  50% {
    text-shadow: 2px 2px 5px #f00145;
  }

  75% {
    text-shadow: 2px 2px 5px #ffffff;
  }

  100% {
    text-shadow: 2px 2px 5px #00aaff;
  }
}

.de-testi-a:before {
  position: absolute;
  top: 60px;
  left: 20px;
  opacity: 0.3;
  content: "";
}

.de-item:hover {
  border: 5px solid transparent;
  /* Transparent base for gradient */
}

.de-item-wrapper:hover {
  border-radius: 10px;
  background: linear-gradient(to right, #8900aa, #00aaff);
}

.sequence {
  position: relative;
  overflow: hidden;
}

.universe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: radial-gradient(circle at center, #8900aa, #02020a);
  animation: universeMove 60s linear infinite;
}

.star {
  position: absolute;
  background: white;
  border-radius: 50%;
  opacity: 0;
  animation: twinkle linear infinite;
}

@keyframes twinkle {

  0%,
  100% {
    opacity: 0;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}

.shooting-star {
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 10px white;
  animation: shootingStar linear infinite;
}

@keyframes shootingStar {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-200px, 200px) scale(0);
  }
}

@keyframes universeMove {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -50px -50px;
  }
}

footer.jarallax {
  background: linear-gradient(to right,
      rgba(137, 0, 170, 0.5),
      rgba(10, 85, 122, 0.5));
}

.social-icons i {
  background: #00aaff;
  color: #ffffff;
}

.social-icons:hover i:hover {
  background: #8900aa;
  color: #00aaff;
}

/* Profile Colors */
:root {
  --primary-lila: #a855f7;
  --dark-bg: #1a1a2e;
  --medium-bg: #22223b;
  --light-bg: #312e81;
  --text-light: #f5f5f5;
}

.content-panel {
  max-width: 90%;
  margin: 0 auto;
}

.profile-header {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}

.profile-background img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.profile-info {
  position: absolute;
  top: 200px;
  left: 5%;
}

.profile-picture img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 6px solid var(--primary-lila);
}

.profile-container {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.profile-section {
  padding: 25px;
  background: var(--medium-bg);
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(130, 0, 255, 0.3), 0 0 18px rgba(0, 255, 240, 0.12);
}

.profile-margin {
  margin-top: 30px !important;
}

.custom-table {
  width: 100%;
  background-color: var(--dark-bg);
  color: var(--text-light);
  border-collapse: collapse;
  margin-top: 20px;
}

.custom-table th,
.custom-table td {
  padding: 14px;
  text-align: left;
  border-bottom: 1px solid var(--light-bg);
}

.custom-table th {
  background: var(--primary-lila);
  color: white;
}

.achievement-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.achievement-card {
  width: 80px;
  height: 80px;
  background: var(--light-bg);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}

.achievement-card:hover {
  transform: scale(1.1);
}

.achievement-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.text-lila {
  color: var(--primary-lila);
}

h2.text-light,
footer h4,
footer h4,
footer h5,
footer h6 {
  font-size: 24px;
}

.night-sky {
  position: relative;
  background: radial-gradient(circle at 50% 50%, #1a002b, #000);
  overflow: hidden;
  transition: background 2s ease-in-out;
}

.stars {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
}

@keyframes twinkle {
  0% {
    opacity: 0.3;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}

.stars span {
  position: absolute;
  background: white;
  border-radius: 50%;
  animation: twinkle 3s infinite alternate ease-in-out;
}

@keyframes moveMoon {
  0% {
    left: 0%;
    top: 59.9%;
  }

  12.5% {
    left: 12.55%;
    top: 33.6%;
  }

  25% {
    left: 25.1%;
    top: 17.5%;
  }

  37.5% {
    left: 37.55%;
    top: 9.3%;
  }

  50% {
    left: 50%;
    top: 6.2%;
  }

  62.5% {
    left: 62.45%;
    top: 9.3%;
  }

  75% {
    left: 74.9%;
    top: 17.5%;
  }

  87.5% {
    left: 87.45%;
    top: 33.6%;
  }

  100% {
    left: 100%;
    top: 59.9%;
  }
}

.moon {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.8);
  background: radial-gradient(circle, #fff 40%, #ccc 70%, transparent 100%);
  animation: moveMoon 300s linear infinite;
  z-index: 10;
  top: 5vh;
  transform-origin: center;
  transform: translateX(-50%);
}

.friend-wrapper {
  flex: 1;
  min-height: calc(100vh - 350px);
  max-height: calc(100vh - 350px);
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  /* Removed overflow-x: scroll */
  overflow: visible;
  /* Allows the dropdown to be visible even if it overflows */
}

.nav-divider {
  border-top: 1px solid #444;
  margin: 10px 0;
}

.nav-item {
  color: white;
  padding: 12px;
  cursor: pointer;
  font-size: 16px;
}

.nav-item:hover {
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.friend-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin-bottom: 10px;
  transition: background-color 0.2s ease-in-out;
  position: relative;
  /* Adds right margin for space */
}

.friend-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.friend-item img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 12px;
}

.friend-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  position: relative;
}

.dropdown-menu {
  display: none;
  background: #1c1c1c;
  color: white;
  padding: 8px 0;
  border-radius: 8px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  width: 160px;
  position: absolute;
  right: -185px;
  /* Position it next to the friend name */
  z-index: 10;
}

.dropdown-menu.active {
  display: block;
}

.dropdown-menu div {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}

.dropdown-menu div:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-menu div:last-child {
  border-bottom: none;
}

.settings-nav .nav-link.active {
  background-color: #333;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.settings-nav .nav-link {
  padding: 10px;
  display: block;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.settings-nav .nav-link:hover {
  background-color: #444;
}

.settings-section {
  display: none;
}

.settings-section.active {
  display: block;
}

.field-set label {
  font-size: 14px;
}

.form-control {
  background-color: #333;
  border: 1px solid #444;
  color: white;
}

.form-check-input {
  background-color: #444;
  border: 1px solid #555;
}

.form-check-label {
  font-size: 14px;
}

.form-check-input:checked {
  background-color: #28a745;
}

.form-check-input:focus {
  border-color: #28a745;
}

.settings-nav a {
  display: block;
  /* Damit der Link den gesamten Bereich einnimmt */
  padding: 10px 20px;
  /* Füge etwas Padding hinzu, um den Bereich angenehmer zu gestalten */
  transition: background-color 0.3s ease, color 0.3s ease, font-weight 0.3s ease;
  /* Animation für die Änderung von Hintergrund, Textfarbe und Schriftgewicht */
}

.settings-nav a.active {
  color: #ffffff;
  /* Setzt die Textfarbe auf Weiß für den aktiven Link */
  background-color: #cd00ff;
  /* Setzt den Hintergrund des aktiven Links auf eine grüne Farbe */
  font-weight: bold;
  /* Macht den Text des aktiven Links fett */
  border-radius: 5px;
  /* Optional: Abrunden der Ecken des Hintergrunds */
}

.settings-section {
  display: none;
}

.settings-section.active {
  display: block;
}

.night-sky {
  position: relative;
  background: radial-gradient(circle at 50% 50%, #1a002b, #000);
  overflow: hidden;
  transition: background 2s ease-in-out;
}

.stars {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
}

@keyframes twinkle {
  0% {
    opacity: 0.3;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}

.stars span {
  position: absolute;
  background: white;
  border-radius: 50%;
  animation: twinkle 3s infinite alternate ease-in-out;
}

@keyframes moveMoon {
  0% {
    left: 0%;
    top: 59.9%;
  }

  12.5% {
    left: 12.55%;
    top: 33.6%;
  }

  25% {
    left: 25.1%;
    top: 17.5%;
  }

  37.5% {
    left: 37.55%;
    top: 9.3%;
  }

  50% {
    left: 50%;
    top: 6.2%;
  }

  62.5% {
    left: 62.45%;
    top: 9.3%;
  }

  75% {
    left: 74.9%;
    top: 17.5%;
  }

  87.5% {
    left: 87.45%;
    top: 33.6%;
  }

  100% {
    left: 100%;
    top: 59.9%;
  }
}

.moon {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.8);
  background: radial-gradient(circle, #fff 40%, #ccc 70%, transparent 100%);
  animation: moveMoon 300s linear infinite;
  z-index: 10;
  top: 5vh;
  transform-origin: center;
  transform: translateX(-50%);
}

.cart-content {
  background: #1e1e1e;
  padding: 15px;
  border-radius: 10px;
  color: white;
}

.cart-content h2 {
  color: #cd00ff;
}

.cart-list {
  list-style: none;
  padding: 0;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.cart-item img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.cart-item-info {
  flex-grow: 1;
  padding-left: 10px;
  color: white;
}

.cart-item-controls {
  display: flex;
  align-items: center;
}

.cart-item-controls button {
  background: #cd00ff;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 3px;
  margin: 0 5px;
}

.cart-item-controls button.remove {
  background: red;
}

.marquee-wrapper {
  margin-bottom: 10px;
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  overflow: hidden;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 0;
  z-index: 1;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marqueeInBox 60s linear infinite;
  color: #fff;
  font-size: 18px;
  padding-left: 100%;
}

@keyframes marqueeInBox {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.dark-scheme .social-icons i {
  color: white;
}

#btn-search {
  margin-top: 10px;
  width: 50px;
  border-radius: 25%;
}

.form-control:focus {
  background-color: #333;
  border: 1px solid #444;
  color: white;
}

h3.article-item {
  color: rgba(84, 0, 103, 0.9);
}

.faq-text {
  color: #a855f7;
}

.faq-text:hover {
  color: #00aaff;
}

.faq-urls {
  color: #a855f7;
}

.faq-urls:hover {
  color: #f5f5f5;
}

.btn-wiki-search {
  margin-top: 10px;
  border-radius: 10px;
  font-size: 16px;
  height: 50px;
}

.btn-wiki-search:hover {
  background: linear-gradient(45deg,
      rgba(84, 0, 103, 0.9),
      rgba(10, 85, 122, 0.9));
}

#subheader {
  position: relative;
  overflow: hidden;
}

.contact-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(45deg, #540067, #CCCCCC);
  animation: gradientShift 6s ease infinite alternate;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.bubble {
  position: absolute;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0.7;
  animation: floatBubbles linear infinite;
}

@keyframes floatBubbles {
  0% {
    transform: translateY(100vh) scale(0.5);
    opacity: 0.3;
  }

  100% {
    transform: translateY(-10vh) scale(1);
    opacity: 0.8;
  }
}

#send_message {
  background: linear-gradient(to right,
      rgba(0, 170, 255, 0.445),
      rgba(204, 0, 255, 0.575));
}

#send_message:hover {
  background: linear-gradient(45deg,
      rgba(84, 0, 103, 0.9),
      rgba(10, 85, 122, 0.9));
}

.de-step-s1 .d-number {
  color: rgba(0, 170, 255, 0.445)
}

.de-step-s1 {
  background: linear-gradient(to right,
      rgba(0, 170, 255, 0.445),
      rgba(204, 0, 255, 0.375));
}

.documentation-background {
  background: linear-gradient(135deg, #282c34 0%, #1c1c1c 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.doc-nav {
  background: #1e1e1e;
  padding: 15px;
  border-radius: 10px;
  color: white;
  position: sticky;
  top: 20px;
}

.doc-nav ul {
  list-style: none;
  padding: 0;
}

.doc-nav li {
  margin: 10px 0;
}

.doc-nav a {
  color: #CD00FF;
  text-decoration: none;
}

.doc-nav a:hover {
  text-decoration: underline;
}

.documentation-content {
  padding: 50px 0;
}

.documentation-content h3 {
  margin-top: 30px;
  color: #CD00FF;
}

pre {
  background: #2a2a2a;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}

code {
  color: #FFDD57;
}

#contact_form input[type=checkbox]{
  border: solid 1px   #CCCCCC;
}

#contact_form input[type=checkbox]:checked{
  background:   rgba(204, 0, 255, 0.575);
}

/* Standard-Checkbox ausblenden und eigenes Styling anwenden */
input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #a855f7;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

/* Wenn NICHT angehakt */
input[type="checkbox"]:not(:checked) {
  background-color: transparent; /* z. B. hellgrau */
}

/* Wenn angehakt */
input[type="checkbox"]:checked {
  background-color: #8900aa; /* z. B. hellblau */
  border-color: #8900aa;
}

.switch-container {
  display: inline-block;
  margin: 20px;
}

/* Rest bleibt wie vorher */
input.switch {
  display: none;
}

.switch-label {
  display: inline-block;
  width: 50px;
  height: 26px;
  background-color: #00aaff;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.switch-label::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: 2px;
  top: 2px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

input.switch:checked + .switch-label {
  background-color: #cd00ff;
}

input.switch:checked + .switch-label::after {
  transform: translateX(24px);
}

.de_pricing-table .d-recommend{
  background: #CD00FF;
}

.de_pricing-table.type-2.rec{
  border-color: #CD00FF;
}

.status-section {
  padding: 60px 20px;
}

.status-container {
  max-width: 900px;
  margin: 0 auto;
}

h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
  color: #ffffff;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.status-card {
  background-color: #1c1c1c;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s;
}

.status-card:hover {
  transform: translateY(-4px);
}

.service-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.status-indicator {
  font-size: 0.95rem;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 20px;
  text-align: center;
  width: fit-content;
}

/* Status Colors */
.operational .status-indicator {
  background-color: #1ea362;
  color: white;
}

.degraded .status-indicator {
  background-color: #ffb648;
  color: black;
}

.offline .status-indicator {
  background-color: #d64545;
  color: white;
}

.pagination:hover a:hover{
  background-color: rgba(130, 0, 255, 0.3);
  color: #00aaff;
}