
    @import url("/css/light.css?3244824415") screen and (prefers-color-scheme: light);
    @import url("/css/dark.css?3244824415") screen and (prefers-color-scheme: dark);
    @media (prefers-color-scheme: light) {
        :root {
    --theme-primary-rgb: 224,136,65;
    --theme-secondary-rgb: 216,143,48;

    --theme-bg-page-rgb: 255,255,255;
    --theme-bg-primary-rgb: 255,255,255;
    --theme-bg-secondary-rgb: 34,34,34;

        }
    }
    @media (prefers-color-scheme: dark) {
        :root {
    --theme-primary-rgb: 39,44,48;
    --theme-secondary-rgb: 62,64,66;

    --theme-bg-page-rgb: 34,34,34;
    --theme-bg-primary-rgb: 52,58,64;
    --theme-bg-secondary-rgb: 33,37,41;

        }
    }

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

    .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.25rem;
    }

    .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;
        }
    
    @media (prefers-color-scheme: light) {
    .card,
    .table-responsive,
    .dropdown-menu,
    .discord-widget,
    .swal2-modal.swal2-popup {
        box-shadow:
            0px 15px 40px rgba(50, 50, 50, calc(var(--theme-darken-opacity) * 3)),
            0px 5px 15px rgba(0, 0, 0, calc(var(--theme-darken-opacity) * 2));
        border: none;
    }
    }


	.middle {
    display: none;
}
.navbar,
.breadcrumb,
.card-body,
.dropdown-menu,
.dropdown-item,
.card,
.btn-outline-custom,
.table,
.page-link,
.footer,
.input-group-text,
.alternatebg:nth-child(even) {
background-color: rgba(0, 0, 0, 0.4) !important;

}

.dropdown-item {
  color: white;
}

.title-main img {
  width: 75rem;
}

@media screen and (max-width: 900px) {
  .title-main img {
    width: 75%;
  }
}

.btn-outline-custom.active {
  background-color: #212529 !important;
}

.card,
.card-body,
.card-img-top,
.progress,
.progressbar {
  border-radius: 0px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.btn-outline-custom:hover,
.dropdown-item:hover {
  background-color: #b83a27 !important;
  color: #fff !important;
}

.btn-outline-custom {
  background-color: #cd412b !important;
  border-radius: 0px !important;
  border-color: transparent !important;
  color: #fff !important;
}

.bg-wrapper {
  opacity: 0.5;
}

.bg-custom {
  background-color: #cd412b !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.5) 100%
    ),
    radial-gradient(transparent, rgba(0, 0, 0, 0.5) 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;
}
.page-item .page-link {
  width: 80px;
}

.navbar-brand {
    display: none;
}

