	@import url("/css/bg-img.css?3244824415");

    @import url("/css/dark.css?3244824415");
    :root {
    --theme-primary-rgb: 19,20,21;
    --theme-secondary-rgb: 108,117,125;

    --theme-bg-page-rgb: 34,34,34;
    --theme-bg-primary-rgb: 0,5,14;
    --theme-bg-secondary-rgb: 33,37,41;

            --theme-community-logo-url: url(/img/euklogo300.png);
                --theme-bg-image-url: url(/img/giphy5.gif);
    }

    :root {
        --theme-opacity: 0.27;
    }

    .navbar-primary {
        backdrop-filter: blur(10px);
    }

    .page-header {
        background: var(--theme-gradient);
    }


    .title {
        font-weight: 900;
        text-transform: uppercase;
    }

    .page-header {
        text-align: center;
    }

    :root {
        --theme-border-radius: 0.76rem;
    }

    .btn, .badge, .card,
    div.table-responsive,
    .form-control, .form-select,
    .form-switch .form-check-input,
    .text-editor .toolbar-bubble .toolbar,
    .modal-content,
    .input-group-text,
    .page-item .page-link.page-link, .page-item span,
    .btn-group > .btn,
    .input-group > .form-control,
    .input-group > .form-select,
    .input-group > .input-group-text,
    .input-group > .btn,
    div.swal2-popup, button.swal2-styled.swal2-styled, .swal2-input, .swal2-select,
    .ace_editor {
        border-radius: var(--theme-border-radius);
    }

    .card-img-top {
        border-top-left-radius: calc(var(--theme-border-radius) - 1px);
        border-top-right-radius: calc(var(--theme-border-radius) - 1px);
    }

    .table {
        margin-bottom: 0;
    }

    .table-responsive {
        margin-bottom: 1rem;
    }

            .page-item .page-link {
            height: 35px;
            width: 35px;
            margin: 0 5px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    


	.navbar,
.breadcrumb,
.card-body,
.dropdown-menu,
.dropdown-item,
.card,
.btn-outline-custom,
.form-control,
.form-select,
.table,
.page-link,
.footer,
.input-group-text,
.alternatebg:nth-child(even) {
  background-color: rgba(200, 200, 200, 0.10) !important;
}


.dropdown-item {
  color: white;
}

.title-main img {
  width: 25rem;
}

@media screen and (max-width: 900px) {
  .title-main img {
    width: 75%;
  }
}

.btn-outline-custom.active {
  background-color: #0f1112 !important;
}

.card,
.card-body,
.card-img-top,
.progress,
.progressbar {
  border-radius: 10px;
  border-color: #b05628 !important;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.btn-outline-custom:hover,
.dropdown-item:hover {
  background-color: #383fb5 !important;
  color: #ffffff !important;
}

.btn-outline-custom {
  background-color: #0F70D2 !important;
  border-radius: 3px !important;
  border-color: transparent !important;
  color: #fff !important;
}

.bg-wrapper {
  opacity: 0.5;
}

.bg-custom {
  background-color: #575fcf !important;
}

.bg-overlay,
.bg-img {
  position: fixed;
  top: 0;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  background-size: 100%;
  background-repeat: no-repeat;
}

.bg-overlay {
  background-image: linear-gradient(
      -180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.0) 100%
    ),
    radial-gradient(transparent, rgba(0, 0, 0, 0.0) 100%);
}

.btn-outline-custom {
  background-color: var(--blurred-btn-bg);
}

.parallax {
  margin-top: 0px !important;
  z-index: 0;
}
.card-img-caption {
  margin-bottom: 0rem !important;
}

.col-auto {
  margin-top: 20px !important;
}

.col-auto.d-flex.align-items-center {
  margin-top: 40px !important;
}

.card-img-caption {
  margin-bottom: 60px !important;
}


/* === Google Fonts === */
@import url(&#039;https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700&amp;family=Poppins:wght@300;400;600&amp;display=swap&#039;);

/* === Base Theme === */
body {
  background-color: #1a1a1a;
  color: #e0e0e0;
  font-family: &#039;Poppins&#039;, sans-serif;
  margin: 0;
  padding: 0;
}

/* === Neon Pulse Navigation Bar === */
nav {
  background-color: #0d1b2a;
  display: flex;
  justify-content: center;
  padding: 1rem 1rem;
  box-shadow: 0 0 10px rgba(255, 69, 0, 0.1), 0 0 40px rgba(255, 69, 0, 0.1);
  animation: pulseGlow 4.5s infinite ease-in-out;
  border-bottom: 1px solid rgba(255, 69, 0, 0.1);
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(255, 69, 0, 0.6), 0 0 40px rgba(255, 69, 0, 0.4);
  }
  50% {
    box-shadow: 0 0 30px rgba(255, 69, 0, 0.9), 0 0 60px rgba(255, 69, 0, 0.7);
  }
}

/* === Glowing Nav Buttons === */
nav a {
  position: relative;
  font-family: &#039;Orbitron&#039;, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #ff4500;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 1.5rem;
  padding: 0.5rem 1rem;
  letter-spacing: 1.5px;
  transition: color 0.5s ease, text-shadow 0.5s ease;
}

nav a::before {
  content: &#039;&#039;;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 69, 0, 0.8);
  box-shadow: 0 0 10px rgba(255, 69, 0, 0.8);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

nav a:hover {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 69, 0, 0.8);
}

nav a:hover::before {
  transform: scaleX(1);
}

/* === Optional: Responsive Layout === */
@media (max-width: 768px) {
  nav {
    flex-direction: column;
    align-items: center;
  }

  nav a {
    margin: 0.5rem 0;
  }
}
