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

    @import url("/css/dark.css?03583d6ef5a65a8a14b2cb4a5b58105efdefa046777d5b99ae05eea4");
    :root {
    --theme-primary-rgb: 48,44,39;
    --theme-secondary-rgb: 55,51,51;

    --theme-bg-page-rgb: 55,55,55;
    --theme-bg-primary-rgb: 40,42,42;
    --theme-bg-secondary-rgb: 8,9,11;

            --theme-community-logo-url: url(https://i.postimg.cc/1RFYvj9S/server.logo.png);
                --theme-bg-image-url: url(img/landing/wild_sanctuary_wall.png);
    }

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

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

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

    .page-header {
        clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                    padding-bottom: 70px;
            }

    .alternatebg:nth-child(2) {
        clip-path: polygon(0 0, 100% 87px, 100% 100%, 0 100%);
        padding-top: 8vh;
        margin-top: -11.5vh;
    }

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

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

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

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


	:root {
  --primary-color: #2563eb; /* This is the primary color, For outlines etc*/
  --secondary-color: #1d4ed8; /* This is the secondary color, For hovering items etc*/
}
.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(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: var(--secondary-color) !important;
  color: #fff !important;
}

.btn-outline-custom {
  background-color: var(--primary-color) !important;
  border-radius: 0px !important;
  border-color: transparent !important;
  color: #fff !important;
}

.bg-wrapper {
  opacity: 0.5;
}

.bg-custom {
  background-color: var(--primary-color) !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;
}
body, .navbar, .card-body, .card, .dropdown-menu, .form-control, .form-select, .footer {
  color: #da8622 !important;
}
.table td, .table th {
  color: #f1f1f1 !important;
}
