/* ==========================================================================
   HYPLACE.ORG - Hyplace Template CSS
   --------------------------------------------------------------------------
   Created by Konfix (KFX Development)
   Website: https://kfx-dev.com
   Version: 1.0.0
   License: [COPYRIGHT] KFX Development & Hyplace - All Rights Reserved
   Do not redistribute or reuse without permission.
   ========================================================================== */

/* @import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Paytone+One&display=swap');

html {
  background:
    linear-gradient(rgba(21,36,58,0.3), rgba(21,36,58,0.3)),
    url('https://i.imgur.com/sUX6sLl.png') center / cover fixed no-repeat;
}

body {
  margin: 0;
  padding: 0;

  font-family: "Nunito Sans", sans-serif;
  color: rgb(209, 222, 240);

  min-height: 100vh;
  display: flex;
  flex-direction: column;

  background: transparent; /* OBAVEZNO */
}

.cornered {
  position: relative;
}

/* Gornji uglovi */
.cornered::before,
.cornered::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(/uploads/css/container-corner.png) no-repeat;
  background-size: 14px;
}

.cornered::before { top: 0; left: 0; transform: rotate(180deg); }   /* gornji levi */
.cornered::after  { top: 0; right: 0; transform: rotate(270deg); }  /* gornji desni */

/* Donji uglovi */
.cornered .cornered-bottom::before,
.cornered .cornered-bottom::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(/uploads/css/container-corner.png) no-repeat;
  background-size: 14px;
}

.cornered .cornered-bottom::before { bottom: 0; left: 0; transform: rotate(90deg); }  /* donji levi */
.cornered .cornered-bottom::after  { bottom: 0; right: 0; transform: rotate(0deg); }   /* donji desni */

#header-pjs {
  background: none !important;
}

#header-pjs::before,
#header-pjs::after {
  content: none !important;
}

.video-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 2px 5px;
}

.video-wrapper iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
    display: block;
}

.mcs-avatar {
  border-radius: 0.25rem;
  width: 45px;
}

.mcs-username {
  margin-left: 0.5rem;
  font-size: 1.1rem;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
  transition: 0.2s;
}

.mcs-username:hover {
  filter: brightness(80%);
}

.mcs-count {
  font-size: 1.3rem;
  font-weight: 500;
  margin: auto 0;
}

.mcs-small {
  font-size: 0.95rem;
}

.mcs-player-sidebar-title {
  font-size: 1.1rem;
  font-weight: 500;
}

.mcs-server-name {
  margin-bottom: 0 !important;
}

.btn-share::after {
  display: none;
}

.members-staff-av {
  width: 45px;
  height: 45px;
  margin-right: 0.75rem;
}

.members-container span {
  cursor: pointer;
  font-size: 1.1rem;
}

.members-count {
  margin-top: 4px;
}

.members-card {
  height: 100%;
}

.members-card .btn {
  position: absolute;
  bottom: 1.25rem;
}

.members-col {
  margin-bottom: 1.2rem;
}

.members-card .pagination {
  background-color: rgb(255, 255, 255, 0.05);
  display: inline-block;
  padding: 0.25rem;
}

.members-card .pagination a {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.45rem 0.75rem;
  color: rgb(189, 189, 189) !important;
}

.joypixels,
.twemoji {
  height: 1em;
  width: 1em;
  vertical-align: middle;
}

.nav-tabs .nav-link {
  border: none;
  padding: 0.5em 1em !important;
  margin: 0 !important;
  color: #fff !important;
}

.nav-tabs {
  border: none;
}

.badge {
  padding: 5px 10px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  color: inherit;
  border-radius: .25;
}

.badge-warning {
  color: #212529 !important;
}

.badge-not-verified {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  box-shadow:
    inset -3px -3px 0px rgba(70, 70, 70, 0.6),
    inset 3px 3px 0px rgba(220, 220, 220, 0.25) !important;
}

.badge-verified { 
  color: #ffffff !important;
  background-color: #1da1f2 !important;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  box-shadow:
    inset -3px -3px 0px rgba(15, 110, 190, 0.7),
    inset 3px 3px 0px rgba(150, 220, 255, 0.3) !important;
}

.badge-member {
  color: #ffffff !important;
  background-color: #8a8a8a !important;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  box-shadow:
    inset -3px -3px 0px rgba(90, 90, 90, 0.6),
    inset 3px 3px 0px rgba(230, 230, 230, 0.25) !important;
}

.badge-moderator { 
  color: #ffffff !important;
  background-color: #895bf2 !important; 
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  box-shadow:
    inset -3px -3px 0px rgba(100, 60, 190, 0.7),
    inset 3px 3px 0px rgba(190, 160, 255, 0.35) !important;
}

.badge-admin { 
  color: #ffffff !important;
  background-color: #d24c9f !important;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  box-shadow:
    inset -3px -3px 0px rgba(150, 40, 90, 0.7),
    inset 3px 3px 0px rgba(235, 160, 200, 0.35) !important;
}

.badge-owner { 
  color: #ffffff !important;
  background-color: #0284C7 !important;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  box-shadow:
    inset -3px -3px 0px rgba(1, 90, 137, 0.7),
    inset 3px 3px 0px rgba(77, 182, 230, 0.35) !important;
}

.badge:hover,
.badge:focus {
  color: inherit;
}

.badge-dark.bdprice {
  background: #2c384a !important;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: inherit;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: none !important;
}

a {
  text-decoration: none !important;
}

.tokenfield.form-control {
  cursor: text;
}

@media (min-width: 768px) {
  .mobile_only {
    display: none;
  }
}

@media (max-width: 767px) {
  .col-inv {
    display: none;
  }

  .web_only {
    display: none;
  }

  html {
    font-size: 90%;
  }
}

img {
  max-width: 100%;
}

.forum-post-card img, .post-card-content img {
  height: auto;
}

.forum_post {
  word-wrap: break-word;
  overflow-x: auto;
}

.forum_post img {
  overflow: auto;
  max-width: 100%;
  height: auto;
}

.forum_post pre[class*=language-] {
  background: #202936;
}

p code {
  color: #32a898 !important;
  background: #232c3b !important;
  font-size: 100%;
  padding: 3px 6px;
  border-radius: 4px;
}

.username {
  font-weight: 400 !important;
  font-family: "Lexend", sans-serif;
}

.username:hover {
  filter: brightness(80%);
}

.avatar-img {
  border-radius: 0.15rem;
}

.input-group-text {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: rgb(189, 189, 189) !important;
  font-weight: 500;
}

.fb-page {
  margin-bottom: 1rem !important;
}

.breadcrumb {
  padding: 0.55rem 1.25rem !important;
  font-size: 0.85rem;
}

#tsparticles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#ie-message {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #ie-message {
    display: initial;
  }
}

.connection-status-icon {
  margin: auto;
  display: block;
  margin-top: 0.5rem;
}

input:-webkit-autofill,
input:-webkit-autofill:visited,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #222933 inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: rgb(189 189 189) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.bg-gallery-thumbnail {
  display: block;
  max-width: 95%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 200ms ease-in-out;
  line-height: 10;
}

.maintenance-icon {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  border-radius: 20rem;
  background-color: #ff0018;
  padding: 0.75rem 1.25rem;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: rgb(255 0 24 / 20%) 0 0 10px 4px;
  z-index: 100;
}

.maintenance-icon:hover {
  filter: brightness(70%);
}

.card-body .rules-tabs h1 {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 1.3rem !important;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #4898c2;
    color: rgb(0, 62, 94) !important;
    line-height: 1.95rem !important; 

    background-color: rgb(2, 132, 199) !important; 
    border-radius: 0.25rem;
    border: 3px solid rgb(2, 132, 199);
    box-shadow:
        inset -4px -4px 0px 0px rgba(2, 87, 129, 0.83),
        0px 10px 8px 0px rgba(0, 0, 0, 0.2),
        inset 3px 4px 0px 0px rgba(75, 164, 209, 1);

    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;

    padding: 0.5rem 1rem;
    z-index: 5;
}

.card-body .rules-tabs h1 span {
    font-size: inherit !important; 
}

.card-body .rules-tabs {
    margin-top: 2.65rem;
}

.rules-tabs p span,
.rules-tabs p {
    color: #fff;
    font-family: "Nunito Sans", sans-serif !important;
    font-size: 1rem !important;
}

.rules-menu {
    background-color: rgb(51, 65, 85);
    border-radius: 0.25rem;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(51, 65, 85);
    box-shadow: inset 0 0 0px 4px #475569;
    outline-color: #2a7fdf;
    outline-style: solid;
    outline-width: 4px;
    margin-bottom: 1rem;
    padding: 1.2rem 1.2rem 0.8rem 1.2rem;
    overflow: hidden;
    box-sizing: border-box; 
}

.rules_image_icon {
    height: 2.8rem;
    width: auto;
}

.rules-menu .nav {
    flex-direction: column;
}

.rules-menu-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; 
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 0.25rem;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%; 
    margin-bottom: 0.5rem;
    overflow: hidden;
    transition: all 0.25s ease;
    box-sizing: border-box;

    --p-color: rgb(141, 155, 64) !important; 
    background-color: var(--p-color);
    color: rgb(50, 50, 20);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);

    box-shadow:
        inset -4px -4px 0px 0px rgba(60, 60, 20, 0.65),
        0px 10px 8px 0px rgba(0, 0, 0, 0.2),
        inset 3px 4px 0px 0px rgba(200, 220, 150, 0.6);

    background-image: repeating-linear-gradient(
        135deg,
        rgba(255,255,255,0.06),
        rgba(255,255,255,0.06) 2px,
        transparent 5px,
        transparent 15px
    );
}

.rules-menu-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.45) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    transition: all 0.6s ease;
    pointer-events: none;
}

.rules-menu-link:hover::before {
    left: 125%;
    transition: all 0.75s ease;
}

.rules-menu-link:hover {
    transform: scale(1.02);
    background-color: rgb(180, 195, 70); 
    color: rgb(60, 60, 25) !important;
}

.rules-menu-link:active,
.rules-menu-link.active {
    filter: brightness(60%) !important;
    --p-color: rgb(60, 60, 25) !important;
    color: rgb(60, 60, 25) !important;
    transform: scale(0.97);
    background-color: rgb(120, 135, 50) !important; 
    box-shadow:
      inset -4px -4px 0px 0px rgba(60, 60, 20, 0.65),
      0px 10px 8px 0px rgba(0, 0, 0, 0.2),
      inset 3px 4px 0px 0px rgba(200, 220, 150, 0.6);
    outline: none !important;
}

.rules-menu-link:focus,
.rules-menu-link:active,
.rules-menu-link:focus-visible {
    color: rgb(60, 60, 25) !important;
    box-shadow:
        inset -4px -4px 0px 0px rgba(60, 60, 20, 0.65),
        0px 10px 8px 0px rgba(0, 0, 0, 0.2),
        inset 3px 4px 0px 0px rgba(200, 220, 150, 0.6) !important;
    outline: none !important;
}

.rules-menu-link i {
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

.rules-menu-link span {
    display: inline-block;
    font-weight: 500;
    font-size: 1rem;
    vertical-align: middle;
}

#th-ref {
  border: 1px solid #3e3e3e;
  background-color: #282828;
}

#td-ref {
  border: 1px solid #3e3e3e;
  background-color: #141313;
}

.referrals .copy-text {
  text-align: center;
  position: relative;
  margin: 5%;
  padding: 10px;
}

.referrals .copy-text input.text {
  padding: 10px;
  padding-left: 20px;
  width: 90%;
  border-radius: 30px;
  font-size: 18px;
  color: #555;
  border: none;
  outline: none;
}

.referrals .copy-text button {
  padding: 10px;
  margin-left: 2%;
  color: #fff;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
}

.referrals .copy-text button:before {
  content: "Copied";
  position: absolute;
  top: -40px;
  right: 0px;
  background: #000000;
  padding: 8px 10px;
  border-radius: 20px;
  font-size: 15px;
  display: none;
}

.referrals .copy-text button:after {
  content: "";
  position: absolute;
  top: -8px;
  right: 25px;
  width: 10px;
  height: 10px;
  background: #000000;
  transform: rotate(45deg);
  display: none;
}

.referrals .copy-text.active button:before,
.referrals .copy-text.active button:after {
  display: block;
}

.latest-news-image {
  height: 50px;
  width: 50px;
  overflow: hidden;
  border-radius: 0.25rem;
  margin-top: 0.3rem;
}

.latest-news-image img {
  height: 100%;
  max-width: none;
}

.latest-news-name {
  font-weight: 600;
  color: #fff;
}

.latest-news-date,
.latest-news-readtime {
  color: rgb(189 189 189);
}

.cf-full-post {
    background-color: rgb(51, 65, 85); 
    border-radius: 0.25rem;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(51, 65, 85); 
    outline-color: #2a7fdf; 
    outline-style: solid;
    outline-width: 4px;
    overflow: hidden; 
    margin-bottom: 1.2rem;
}

.container .more-posts {
    font-weight: 400 !important;
    font-family: 'Lexend', sans-serif !important;
    color: rgba(255, 255, 255, 1.0) !important;

}

.cf-full-post-img {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.cf-full-post-img img {
    width: 100%;
    height: auto;
    display: block;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.cf-full-post-body {
    padding: 2rem 5%;
    background-color: rgba(255, 255, 255, 0.03); 
    box-shadow: inset 0 0 0 4px rgba(71, 85, 105, 0.5) !important;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.cf-full-post-body h1,
.cf-full-post-body h2,
.cf-full-post-body h3,
.cf-full-post-body h4,
.cf-full-post-body h5,
.cf-full-post-body h6,
.cf-full-post-body .h1,
.cf-full-post-body .h2,
.cf-full-post-body .h3,
.cf-full-post-body .h4,
.cf-full-post-body .h5,
.cf-full-post-body .h6 {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    color: rgba(241, 245, 249, 1.0) !important;
}

.cf-full-post-content {
    color: #fff !important;
}

.cf-full-post .d-flex {
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
    gap: 0.5rem; 
}

.cf-full-post-title {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 2.7rem;
    --p-color: #fff !important;
    flex-grow: 1; 
    min-width: 0; 
}

.cf-full-post .readtime {
    margin: auto 0; 
    background: rgba(255, 255, 255, 0.03);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    margin-left: auto; 
}

.cf-full-post .d-flex.mt-2.mb-4 {
    display: inline-flex; 
    align-items: center;
    background: rgba(255, 255, 255, 0.03); 
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    gap: 0.5rem; 
}

.post-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.5rem;
}

.post-card-large {
  grid-area: span 1 / span 6;
  display: flex;
  flex-direction: row;
  background-color: rgb(51, 65, 85);
  border-radius: 0.25rem;
  border: 2px solid rgb(51, 65, 85);
  box-shadow: inset 0 0 0 4px rgba(71, 85, 105, 0.5);
  outline: 4px solid #2a7fdf;
  overflow: hidden;
  color: #fff;
  margin-bottom: 1.2rem;
}

.post-card-large .post-card-img {
  flex: 1 1 60%;
  position: relative;
  overflow: hidden;
}

.post-card-large .post-card-img img {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card-large .post-card-body {
  flex: 1 1 40%;
  background-color: rgba(255, 255, 255, 0.03);
  padding: 2.5rem 2.5rem;
}

.post-card-large .post-card-title {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  --p-color: #fff !important;
}

.post-card-large .post-tags {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1.3rem;
}

.post-card-large .post-card-footer {
  display: flex;
  margin-top: 1.5rem;
}

.post-card-large .readtime {
  margin: auto 0;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .post-card-large {
    flex-direction: column;
  }

  .post-card-large .post-card-img,
  .post-card-large .post-card-body {
    flex: 1 1 100%;
    width: 100%;
  }

  .post-card-large .post-card-img img {
    border-radius: 0.25rem 0.25rem 0 0;
    position: static;
    height: auto;
  }

  .post-card-large .post-card-body {
    border-radius: 0 0 0.25rem 0.25rem;
  }

  .post-card-large .post-card-footer {
    margin-bottom: 1.5rem;
  }
}

.post-card-medium {
  grid-area: span 1 / span 3;
  background-color: rgb(51, 65, 85);
  border-radius: 0.25rem;
  border: 2px solid rgb(51, 65, 85);
  outline: 4px solid #2a7fdf;
  box-shadow: inset 0 0 0 4px rgba(71, 85, 105, 0.5); 
  overflow: hidden;
  color: #fff;
}

.post-card-medium .post-card-img {
  height: 250px;
  position: relative;
}

.post-card-medium .post-card-img img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card-medium .post-card-body {
  padding: 1.5rem 2rem;
}

.post-card-medium .post-card-title {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  --p-color: #fff !important;
}

.post-card-medium .post-tags {
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.post-card-medium .post-card-footer {
  display: flex;
  margin-top: 1.5rem;
}

.post-card-medium .readtime {
  margin: auto 0;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.post-card-small {
  grid-area: span 1 / span 2;
  background-color: rgb(51, 65, 85);
  border-radius: 0.25rem;
  border: 2px solid rgb(51, 65, 85);
  outline: 4px solid #2a7fdf;
  box-shadow: inset 0 0 0 4px rgba(71, 85, 105, 0.5); 
  overflow: hidden;
  color: #fff;
}

.post-card-small .post-card-img {
  height: 200px;
  position: relative;
}

.post-card-small .post-card-img img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card-small .post-card-body {
  padding: 1.5rem 2rem;
}

.post-card-small .post-card-title {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  --p-color: #fff !important;
}

.post-card-small .post-tags {
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.post-card-small .post-card-footer {
  display: flex;
  margin-top: 1.5rem;
}

.post-card-small .readtime {
  margin: auto 0;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.post-list .post-card-img img,
.post-card-title {
  transition: 0.25s;
}

.post-list .post-card-img {
  overflow: hidden;
}

.post-list .post-card-img img:hover {
  transform: scale(1.1);
}

.post-card-title:hover {
  filter: brightness(85%);
}

.outside-footer {
  padding: 1.5rem 2rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.post-card-small .post-card-body,
.post-card-medium .post-card-body {
  margin-bottom: 5rem;
}

.post-card-small,
.post-card-medium {
  position: relative;
}

@media (max-width: 1100px) {
  .post-card-large .post-card-img {
    flex: 1 1 55%;
  }
  .post-card-large .post-card-body {
    flex: 1 1 45%;
  }
  .post-card-small .post-card-body {
    margin-bottom: 8rem;
  }
  .post-card-small .post-card-footer {
    flex-wrap: wrap;
  }
  .post-card-small .readtime {
    margin-top: 1rem;
  }
}

@media (max-width: 991px) {
  .post-card-large .post-card-img {
    flex: 1 1 40%;
  }
  .post-card-large .post-card-body {
    flex: 1 1 60%;
  }
  .post-card-medium .post-card-body {
    margin-bottom: 8rem;
  }

  .post-card-small {
    grid-area: span 1 / span 3;
  }
  .post-card-medium .post-card-footer {
    flex-wrap: wrap;
  }
  .post-card-medium .readtime {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .post-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .post-card-body {
    margin-bottom: -2rem !important;
  }

  .post-card-large {
    grid-area: span 1 / span 3;
    display: block;
  }
  .post-card-large .post-card-img {
    position: relative;
    height: 250px;
  }
  .post-card-large .post-card-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .post-card-large .post-card-title {
    font-size: 1.4rem;
  }
  .post-card-large .post-tags {
    margin-bottom: 1rem;
    font-size: 0.9rem;
  }
  .outside-footer {
    position: initial;
  }
}

.full-post-tag {
  font-weight: 400;
}

.store-box {
  border-radius: 0.25rem;
  position: relative;
  transition: 0.25s;
}

.store-title {
  font-family: 'Lexend', sans-serif; 
  font-weight: 400;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
  margin-top: 1rem;
  margin-left: 1.25rem;
  transition: 0.25s;
}

.store-icon {
  position: absolute;
  bottom: 1.5rem;
  right: 1.25rem;
  font-size: 2rem;
  color: #fff;
  opacity: 0.7;
  transition: 0.25s;
}

.store-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  margin-left: 1.25rem;
  margin-bottom: 1rem;
  transition: 0.25s;
}

.store-box:hover {
  opacity: 0.8;
}

.store-box:hover .store-title,
.store-box:hover .store-subtitle {
  margin-left: 2rem;
}

.store-box:hover .store-icon {
  right: 2rem;
}

.store-player {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  background-color: #161616;
}
.store-player .store-player-txt {
  font-weight: 500;
  font-size: 1.2rem;
}
.img-container img {
  height: 45px;
  width: 45px;
}

body.swal2-toast-shown .swal2-container.wiki-toast {
  width: 22rem !important;
}

.wiki-page-card span strong:first-letter {
  text-transform: uppercase;
}

.wiki-views .text-white i,
.wiki-replies .text-white i {
  color: #fff;
}

.wiki-menu .dropdown-toggle::after {
  border-bottom-color: rgba(255, 255, 255, 0.4);
  border-top-color: rgba(255, 255, 255, 0.4);
}

.wiki-page-card img {
  overflow: auto;
  max-width: 100%;
  height: auto;
}

.wiki-pro-menu {
  background-color: rgba(51, 65, 85, 1) !important;
}

.wiki-pro-menu > ul > li.dropdown > button > i {
  margin-left: 2rem;
}

@media (min-width: 1200px) and (max-width: 1499px) {

  .wiki-pro-menu,
  .card-body,
  .card {
    overflow: visible; 
  }

  .wiki-pro-menu ul.nav-tabs {
    flex-wrap: wrap !important;
    margin: 0 !important;
    width: 100%;
  }

  .wiki-pro-menu .nav-item {
    width: 100%;
    max-width: 100%;
    position: relative; 
  }

  .wiki-pro-menu .btn,
  .wiki-pro-menu .dropdown-toggle {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
    justify-content: flex-start; 
    gap: 6px;
    text-align: left;
    padding: 0.7rem 1rem;
    white-space: normal; 
    overflow: visible;
    transition: font-size 0.2s ease;
  }

  .wiki-pro-menu .btn i,
  .wiki-pro-menu .btn span,
  .wiki-pro-menu .dropdown-toggle i,
  .wiki-pro-menu .dropdown-toggle span {
    display: inline-flex;
    align-items: center;
    font-size: clamp(12px, 1.2vw, 15px);
    line-height: 1.2;
    flex-shrink: 1;
  }

  .wiki-pro-menu .btn .badge,
  .wiki-pro-menu .dropdown-toggle .badge {
    display: none !important;
  }

  .wiki-pro-menu .dropdown-menu {
    position: absolute;
    top: 100%; 
    left: 0;
    z-index: 1050; 
    min-width: 100%; 
    box-sizing: border-box;
  }
}

@media (min-width: 1200px) {
  .col-xl-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-9-5 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

.input-group-btn .btn.btn-theme {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
}

.forum-left-col {
  padding: 2rem 1.25rem;
  border-right: 3px solid rgba(255, 255, 255, 0.03);
  height: 100%;
}

.forum-right-top {
  padding: 0.75rem 1.25rem;
  border-bottom: 3px solid rgba(255, 255, 255, 0.03);
}

.forum-post-content,
.signature,
.post-author-mobile {
  padding: 0.75rem 1.25rem;
}

.forum-table tr:first-child td {
  border-top: none;
}

.forum-icon-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.forum-icon-col i {
  font-size: 3.2rem;
  color: rgba(255, 255, 255, 0.3);
}

.forum-link {
  font-size: 1.1rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .forum-index-card .col-md-1_5 {
    max-width: 12.333333%;
    flex: 0 0 12.333333%;
  }
  .forum-index-card .col-md-4_5 {
    max-width: 29.333333%;
    flex: 0 0 29.333333%;
  }
}

@media (min-width: 1200px) {
  .forum-index-card .col-md-1_5 {
    max-width: 10.333333%;
    flex: 0 0 10.333333%;
  }
  .forum-index-card .col-md-4_5 {
    max-width: 31.333333%;
    flex: 0 0 31.333333%;
  }
}

@media (min-width: 1600px) {
  .forum-index-card .col-md-1_5 {
    max-width: 8.333333%;
    flex: 0 0 8.333333%;
  }
  .forum-index-card .col-md-4_5 {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }
}
.forum-topic-title {
  font-size: 1.4rem;
  font-weight: 500;
}

.post-author-mobile {
  display: none;
  border-top: 3px solid rgba(255, 255, 255, 0.03);
}

@media (max-width: 991px) {
  .forum-author-col {
    display: none;
  }
  .post-author-mobile {
    display: flex;
  }
  .post-btns {
    margin-top: 0.5rem;
  }
}

.bdg {
  width: 4em;
  height: 6.2em;
  border-radius: 10px;
}

.bdgsmall {
  border-radius: 50%;
  width: 0;
  height: 0;
  border-radius: 10px;
}

.bdg,
.bdgsmall {
  position: relative;
  margin: 1.5em 3em;
  display: inline-block;
  top: 0;
  transition: all 0.2s ease;
}

.bdg:before,
.bdg:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bdg:before {
  transform: rotate(60deg);
}

.bdg:after {
  transform: rotate(-60deg);
}

.bdg:hover {
  top: -4px;
}

.bdg .circle,
.bdgsmall .circlesmall {
  height: 60px;
  position: absolute;
  background: #fff;
  z-index: 10;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bdg .circle i,
.bdgsmall .circlesmall i {
  font-size: 2rem;
  margin-top: 0.5rem;
}

.bdg .font {
  display: inline-block;
  margin-top: 1em;
}

.bdg .ribbon {
  position: absolute;
  border-radius: 4px;
  padding: 5px 5px 4px;
  width: 100px;
  z-index: 11;
  color: #fff;
  bottom: 12px;
  left: 50%;
  margin-left: -50px;
  height: 25px;
  font-size: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  background: linear-gradient(to bottom right, #555 0%, #333 100%);
  cursor: default;
}

.module-iframe {
  border-radius: 0.25rem;
}

.star-rating .fa-star {
  color: gold !important;
}

.resource-header > .d-flex {
    align-items: center; /* centrira ikonu, title/desc i dugmad */
}

.resource-header .resource-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.resource-header .resource-btns a {
    margin-bottom: 0 !important;
}

.resource-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.resources-categories-header {
  padding: 0rem 1.25rem 0.75rem 1.25rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.resource-title-row {
    display: flex;
    align-items: center;
    gap: 10px; /* razmak između titla i verzije */
}

.resource-title {
    font-size: 1.3rem;
    font-family: 'Lexend', sans-serif;
    text-shadow: 0 1px 0 #4898c2 !important;
    color: rgb(0, 62, 94);
    font-weight: 400;
    line-height: 1.2;
}

.resource-version-badge {
    background: rgba(0,0,0,0.1);
    text-shadow: 0 1px 0 #4898c2 !important;
    color: rgb(0, 62, 94) !important;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    padding: 2px 4px;
    border-radius: 6px;
    color: #333;
}

.resource-short-desc {
    color: rgb(0, 66, 97) !important;
    font-size: 0.9rem; /* manji tekst */
    margin-top: 2px;
}

.mc-trade .user-nav-link {
  background: none;
  color: inherit;
  outline: inherit;
  width: 100%;
  text-align: left;
  border: none;
  border-left: 5px solid transparent;
}

#countdown-value {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 1500px) and (min-width: 800px) {
  .resources-table .d-flex .flex-grow-1 {
    width: 85%;
  }
}

.resource-tabs .btn.profile-btn {
  padding: 0.55rem 1.1rem;
  font-size: 0.9rem;
}

.item .description b {
  font-weight: 600;
}

span.twitter-typeahead .tt-menu {
  background-color: #181818 !important;
  color: rgb(189, 189, 189) !important;
}

span.twitter-typeahead .tt-suggestion {
  transition: 0.25s;
  color: rgb(189, 189, 189) !important;
}

span.twitter-typeahead .tt-suggestion:focus,
.dropdown-item:hover,
span.twitter-typeahead .tt-suggestion:hover {
  background-color: rgba(255, 255, 255, 0.03) !important;
  color: rgb(189, 189, 189) !important;
}

@media (min-width: 768px) {
  .container {
    max-width: 680px;
  }
}
@media (min-width: 850px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 900px;
  }
}
@media (min-width: 1100px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1400px;
  }
}

.load-wrapper {
  position: absolute;
  top: 90px;
  z-index: 100000;
  right: 90px;
}

.line-scale-party > div,
.line-scale-pulse-out-rapid > div,
.line-scale-pulse-out > div,
.line-scale > div {
  width: 4px;
  height: 35px;
  display: inline-block;
}
.line-scale-party > div,
.line-scale-pulse-out-rapid > div,
.line-scale-pulse-out > div,
.line-scale > div,
.line-spin-fade-loader > div {
  border-radius: 2px;
  margin: 2px;
}
@-webkit-keyframes line-scale {
  0%,
  100% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
}
@keyframes line-scale {
  0%,
  100% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
}
.line-scale > div:nth-child(1) {
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(2) {
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(3) {
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(4) {
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(5) {
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div {
  animation-fill-mode: both;
}

.line-scale > div {
  filter: brightness(80%);
}

@media (max-width: 767px) {
  .load-wrapper {
    display: none;
  }
}

.social {
  transform: scale(0.8);
  transition-duration: 0.5s;
}

.avatar-img {
  max-width: none;
}

.frame {
  height: 50px;
  width: 100%;
  position: relative;
}

.frame-sidebar {
  height: 50px;
  width: 100%;
  position: relative;
}

a,
.btn,
.spoiler-toggle,
.spoiler-title,
.alert-dismissible .close,
.navbar-toggler {
  transition: 0.25s;
}

.swal2-styled.swal2-confirm {
  transition: 0.25s !important;
}

.chat-list {
  height: 250px;
  max-width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  overflow-y: scroll;
  margin-bottom: 1rem;
}

#chatInput {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.chat-flex {
  display: flex;
}

.chat-flex .message-text {
  flex-grow: 1;
  margin-left: 15px;
}

.chat-flex .message-text .float-right {
  margin-right: 1rem;
  margin-top: 17px;
}

.chat-flex img {
  max-height: 50px;
}

.card-chatbox .card-body {
  padding-top: 0 !important;
}

.card-chatbox .card-header.header-theme {
  padding-bottom: 1rem !important;
}

.chat-item {
  margin: 1.5rem 0;
}

.chat-item:first-child {
  margin-top: 0.5rem !important;
}

#chatbox .float-right a {
  color: black !important;
}

.disabled {
  user-select: none !important;
  cursor: default !important;
}

.card-chatbox #chatForm.disabled * {
  pointer-events: none;
}

.dark .form-control::-webkit-input-placeholder,
.dark .form-control::-ms-input-placeholder,
.dark .form-control:-ms-input-placeholder,
.dark .form-control::-moz-placeholder,
.dark .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.dark .swal2-success-circular-line-left,
.dark .swal2-success-circular-line-right,
.dark .swal2-success-fix {
  background-color: transparent !important;
}

.swal2-popup .swal2-confirm {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  border: none;
  border-radius: 0.25rem;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase;
  cursor: pointer;
  color: rgb(146, 64, 14) !important; 
  --p-color: rgb(250, 204, 21); 
  transition: all 0.25s ease;
  overflow: hidden;

  text-shadow: 0 1px 0 #fff;

  box-shadow:
    inset -4px -4px 0px 0px rgba(134, 63, 23, 0.8),
    inset 3px 4px 0px 0px rgba(255, 255, 255, 0.5);
}

.swal2-popup .swal2-confirm::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: all 0.6s ease;
  pointer-events: none;
}

.swal2-popup .swal2-confirm:hover::before {
  left: 125%;
  transition: all 1.25s ease;
}

.swal2-popup .swal2-confirm:hover {
  transform: scale(1.025);
}

.swal2-popup .swal2-confirm:active {
  transform: scale(0.97);
  box-shadow: inherit !important;
}

.swal2-popup .swal2-confirm:focus,
.swal2-popup .swal2-confirm:active,
.swal2-popup .swal2-confirm:focus-visible {
  box-shadow:
    inset -4px -4px 0px 0px rgba(134, 63, 23, 0.8),
    inset 3px 4px 0px 0px rgba(255, 255, 255, 0.5) !important;
  outline: none !important;
}

.dark .swal2-modal {
    background-color: rgba(5, 10, 20, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 0 40px rgba(11, 23, 46, 0.7);
}

.dark .swal2-title {
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
}

.dark .swal2-content {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 1.0);
}

.swal2-html-container {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200 !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

.dark body {
  background-color: transparent !important;
  color: rgb(209, 222, 240);
}

.dark .card {
  background-color: #203658;
}

.dark .dropdown-menu,
.dark .dropdown-item:focus,
.dark .dropdown-item:active,
.dark .modal-body,
.dark .ui-menu-item,
.dark .ui-menu-item-wrapper,
.dark .ui-menu,
.dark .ui-menu-item:hover,
.dark .ui-menu-item-wrapper:hover {
  font-family: 'Nunito Sans', sans-serif;
  text-shadow: none !important;
  font-weight: 400 !important;
  background-color: rgb(50, 60, 74);
  color: rgb(189, 189, 189);
}

#bs-select-1 {
  font-family: 'Nunito Sans', sans-serif;
  text-transform: none !important;
  text-shadow: none !important;
  font-weight: 500 !important;
}

.bs-searchbox input.form-control {
    font-family: 'Nunito Sans', sans-serif !important;
}

.dark .token {
  background-color: #1c232e !important;
  color: rgb(189, 189, 189);
}

.dark .dropdown-item,
.dark #chatbox .float-right a,
.dark table,
.dark .token .close {
  color: rgb(189, 189, 189) !important;
}

.dark .breadcrumb,
.dark .card-footer,
.dark textarea,
.dark textarea:focus,
.dark input,
.dark input:focus,
.dark select,
.dark select:hover,
.dark option,
.dark option:hover,
.dark .btn-secondary,
.dark .modal-footer,
.dark .spoiler-text,
.dark .spoiler-content,
.dark .tokenfield,
.dark .form-control,
.dark .btn-light {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: rgb(255, 255, 255) !important;
}

.dark .popover,
.dark .popover-body {
  background-color: rgba(5, 10, 20, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 0.5rem;
  color: rgb(189, 189, 189) !important;
}

.dark .btn-secondary,
.dark .modal-content,
.dark .ui-menu-item,
.dark .ui-menu-item-wrapper,
.dark .ui-menu,
.dark .ui-menu-item:hover,
.dark .ui-menu-item-wrapper:hover,
.dark .tokenfield,
.dark .tokenfield:focus,
.dark .tokenfield:hover,
.dark .tokenfield.focus,
.dark .token,
.dark .btn-light {
  border: none !important;
}

.dark .btn-secondary.profile-btn {
  background-color: rgba(255, 255, 255, 0.03) !important;
}

.dark .pagination .page-item .page-link {
  background-color: rgba(38, 49, 64, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(255,255,255,0.6);
  --p-color: rgba(3,165,252,0.7);
}

.dark .modal-header,
.dark .pagination .page-item .page-link,
.dark .forum-col,
.dark .dropdown-divider,
.dark .modal-footer {
  border-color: rgba(30, 39, 51, 0.8);
}

.dark .btn-secondary:hover {
  background-color: #222933 !important;
}

.dark hr {
    border: none;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1px;
    margin: 1rem 0;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: rgb(8, 12, 20) !important; 
}

::-webkit-scrollbar-thumb {
  background: rgb(15, 20, 35) !important; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(25, 30, 50) !important; 
}

::-webkit-scrollbar-corner {
  background: rgb(8, 12, 20) !important; 
}

.dark ::-webkit-scrollbar-track,
.dark ::-webkit-scrollbar-corner {
  background: rgb(8, 12, 20) !important;
}

.dark ::-webkit-scrollbar-thumb {
  background: rgb(15, 20, 35) !important;
  border-radius: 10px;
}

.dark ::-webkit-scrollbar-thumb:hover {
  background: rgb(25, 30, 50) !important;
}

.dark .chat-list::-webkit-scrollbar-track {
  background: rgba(8, 12, 20, 0.2) !important; 
}

.dark .chat-list::-webkit-scrollbar-thumb {
  background: rgba(15, 20, 35, 0.6) !important;
  border-radius: 10px;
}

.dark .chat-list::-webkit-scrollbar-thumb:hover {
  background: rgba(25, 30, 50, 0.8) !important;
}

.dark .chat-list::-webkit-scrollbar-corner {
  background: rgba(8, 12, 20, 0.2) !important;
}

.dark .tinymce-mobile-toolstrip ::-webkit-scrollbar-track,
.dark .tinymce-mobile-toolstrip ::-webkit-scrollbar-corner {
  background: rgb(10, 15, 25) !important;
}

.dark .tinymce-mobile-toolstrip ::-webkit-scrollbar-thumb {
  background: rgb(25, 35, 55) !important;
  border-radius: 10px;
}

.dark .tinymce-mobile-toolstrip ::-webkit-scrollbar-thumb:hover {
  background: rgb(35, 45, 65) !important;
}

.dark .white-link,
.dark .white-link:focus {
  color: #fff !important;
}

.dark .white-link:hover {
  color: #d0d0d0 !important;
}

.dark .grey-link,
.dark .grey-link:focus,
.dark .grey-link:hover,
.dark .message-people a,
.dark .message-people a:focus,
.dark .message-people a:hover {
  color: rgb(189, 189, 189) !important;
}

.dark textarea,
.dark input,
.dark select,
.dark .form-control,
.dark .input-group-text {
  border: none !important;
  box-shadow: none !important;
}

.dark .tokenfield.focus {
  box-shadow: none !important;
}

.dark .input-group-text {
  background-color: #333333;
}

.dark .select2-container--default .select2-selection--multiple {
  background-color: #333333;
  border: none;
}

.dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #404040;
  border: none;
}

.dark .select2-container--default .select2-results__option--selected {
  background-color: #333333;
}

.dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #444444;
  color: rgb(189, 189, 189);
}

.dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: none;
}

.dark .select2-dropdown {
  background-color: #404040;
  border: none;
}

.dark .progress {
  background-color: rgba(255, 255, 255, 0.1);
}

.dark input.select2-search__field {
  background-color: transparent !important;
  font-family: inherit !important;
  margin: 0 !important;
  padding: 0.375rem 0.75rem !important;
  height: calc(1.5em + 0.75rem + 2px) !important;
  border-radius: 0.25rem !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none !important;
}

.select2-container--default .select2-selection--multiple {
  padding: none !important;
}

#ticket .ticket-mobile-author {
  display: none;
}

@media (max-width: 992px) {
  #ticket .ticket-mobile-author {
    display: block;
  }
}

.page-link {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.45rem 0.75rem;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  font-size: 1.2rem;
  padding: 0.3rem 0.75rem;
}

.poll-option {
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 1.25rem;
  font-size: 1rem;
}

.poll-option .option-title {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 0.4rem;
}

.select-proc {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 10px !important;
}

.poll-field.loggedin {
  padding: 5px;
}

.poll-field {
  transition: all 250ms ease-out;
  padding: 5px 0;
  border-radius: 3px;
  margin-bottom: 10px;
}

.select-proc.loggedin,
.poll-field:hover.loggedin {
  color: white !important;
  transition: all 250ms ease-out;
}

.poll-field:hover.loggedin {
  cursor: pointer;
  background: rgba(74, 74, 74, 0.53);
}

.socialize-av-large {
  height: 80px;
  width: 80px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.socialize-user-large {
  margin: 1rem 0;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
}

.socialize-user {
  font-size: 1.5rem;
}

.socialize-bottom {
  margin-top: 3rem;
  justify-content: space-around;
  display: flex;
  font-size: 16px;
  align-items: center;
}

.soc-delete {
  cursor: pointer;
  color: rgb(189, 189, 189) !important;
}

.cursor-pointer:hover {
  cursor: pointer;
}

#postsSection img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}

.socialize-date {
  filter: brightness(50%);
  display: inline-block;
  font-size: 0.85rem;
  margin-left: 0.5rem;
}

.actions span {
  filter: brightness(50%);
  display: inline-block;
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

.socialize-comment:last-child {
  margin-bottom: 0 !important;
}

.tox-tinymce {
  min-height: 300px;
}

.dark .tox .tox-tbtn:hover {
  background: #475569; 
  border: 0;
  box-shadow: none;
  color: #fff !important;
}

.dark .tox-tinymce,
.dark .tox:not([dir="rtl"]) .tox-toolbar__group:not(:last-of-type),
.dark .tox .tox-menubar + .tox-toolbar,
.dark .tox .tox-menubar + .tox-toolbar-overlord .tox-toolbar__primary {
  border-color: #1f2937;
}

.dark .tox .tox-toolbar {
  background-color: #334155;
}

.dark .tox .tox-tbtn {
  color: #f8fafc;
}

.dark .tox .tox-tbtn:hover,
.dark .tox .tox-tbtn--enabled,
.dark .tox .tox-split-button:focus,
.dark .tox .tox-edit-area__iframe,
.dark .tox .tox-mbtn,
.dark .tox .tox-statusbar a,
.dark .tox .tox-statusbar__path-item,
.dark .tox .tox-statusbar__wordcount {
  color: #f8fafc;
}

.dark .tox .tox-tbtn svg {
  fill: #f8fafc;
}

.dark .tox .tox-menu,
.dark .tox .tox-statusbar,
.dark .tox .tox-menubar,
.dark .tox .tox-toolbar,
.dark .tox .tox-toolbar__overflow,
.dark .tox .tox-toolbar__primary,
.dark .tox .tox-dialog,
.dark .tox .tox-dialog__header,
.dark .tox .tox-dialog__footer,
.dark .tox .tox-listboxfield .tox-listbox--select,
.dark .tox .tox-textarea,
.dark .tox .tox-textfield,
.dark .tox .tox-toolbar-textfield,
.dark .tox .tox-selectfield select {
  background-color: #334155;
}

.dark .tox .tox-dialog-wrap__backdrop {
  background-color: rgba(51, 65, 85, 0.7);
}

.dark .tox .tox-collection--list .tox-collection__item--enabled {
  background-color: #4f6278;
}

.dark .tox .tox-collection--list .tox-collection__item--active {
  background-color: #64748b;
}

.dark .ui.cards > .green.card,
.dark .ui.green.card,
.dark .ui.green.cards > .card {
  -webkit-box-shadow: 0 0 0 1px #d4d4d5, 0 5px 0 0 #178f2b, 0 1px 3px 0 #d4d4d5;
  box-shadow: 0 0 0 1px #d4d4d5, 0 5px 0 0 #178f2b, 0 1px 3px 0 #d4d4d5;
}

.dark .ui.cards > .red.card,
.dark .ui.red.card,
.dark .ui.red.cards > .card {
  -webkit-box-shadow: 0 0 0 1px #d4d4d5, 0 5px 0 0 #db2828, 0 1px 3px 0 #d4d4d5;
  box-shadow: 0 0 0 1px #d4d4d5, 0 5px 0 0 #db2828, 0 1px 3px 0 #d4d4d5;
}

.dark .ui.tabular.menu {
  border-color: #1e293b; 
}

.dark .ui.tabular.menu .item {
  color: #f8fafc;
}

.dark .ui.tabular.menu .active.item {
  background-color: #1e293b;
  border-color: #1e293b;
}

.dark .cc-window.cc-floating .cc-highlight .cc-btn:first-child,
.dark .cc-window.cc-floating .cc-link {
  color: rgba(248, 250, 252, 0.6); 
}

.dark .cc-window.cc-floating .cc-highlight .cc-btn.cc-allow {
  background-color: #1e293b;
  border-color: transparent;
}

.tox .tox-collection__item,
.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled),
.tox .tox-dialog__header,
.tox .tox-button--naked,
.tox .tox-dialog__body {
  color: rgba(248, 250, 252, 0.7) !important;
}

.tox .tox-label {
  color: rgba(248, 250, 252, 0.4) !important;
}

.dark .tox .tox-dialog__body-nav-item {
  color: rgba(248, 250, 252, 0.2);
}

.dark .tox .tox-dialog__body-nav-item--active {
  border-bottom: 2px solid rgba(248, 250, 252) !important;
  color: rgba(248, 250, 252);
}

.tox.tox-tinymce-aux .tox-toolbar__overflow {
  background-color: #1e293b !important;
}

p.vote-ignore {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.reward-box {
  display: flex;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.02);
  padding: 0.5rem 1rem;
  margin-bottom: 1.25rem;
}

.reward-icon img {
  height: 65px;
}

.reward-icon {
  flex-shrink: 0;
}

.reward-text {
  flex-grow: 1;
  margin: auto 15px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 1.1rem;
}

.staff-flexbox {
  display: flex;
  padding: 0.75rem 1rem;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 0.25rem;
  overflow: hidden;
  font-size: 1.1rem;
  width: 100%;
  margin-bottom: 1rem;
  max-height: 90px;
}

.staff-avatar-body {
  margin-right: 20px;
}

.staff-avatar-body .full-body {
  margin-top: -8px;
  height: 160px;
  width: auto;
}

.staff-page-name {
  display: block;
  font-weight: 500;
  margin-top: 10px;
  color: #fff;
  font-size: 1.1rem;
}

.staff-name-less-margin {
  margin-top: 0rem !important;
  margin-bottom: -0.3rem !important;
}

.staff-row:last-child {
  margin-bottom: 0;
}

.staff-title {
  font-family: 'Lexend', sans-serif; 
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-top: 0.5rem;
  display: inline-block;
}

.p-image-frame {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
}

.p-color-overlay {
  z-index: 3;
}

.p-row {
  display: flex;
  text-align: center;
  justify-content: center;
}

.p-column {
  margin: 0 40px;
}

.p-image {
  transition: all 0.25s ease-in-out;
  margin-bottom: 30px;
}

.p-image:hover {
  transform: scale(1.1);
}

.p-image-frame:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

.p-icon {
  font-size: 7rem;
}

.p-icon-name {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-size: 2rem;
}

.p-column a {
  display: block;
}

.p-column a:hover {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .p-row {
    flex-direction: column;
  }
  .p-color-overlay {
    position: fixed;
    height: 100%;
    top: 0;
    width: 100vw;
  }
  .p-icon-name {
    margin-bottom: 2rem;
  }
}

.form-card .card-body {
  padding: 0.25rem 1.25rem;
}

.popover .arrow {
  display: none;
}

.popover {
  max-width: 100% !important;
  width: auto;
}

.popover-flex {
  display: flex;
  padding: 0.5rem;
}

.popover-user-info {
  margin-left: 15px;
  flex-grow: 1;
}

.popover-username {
  font-size: 1.2rem;
  margin-bottom: 3px;
}

.popover-avatar img {
  height: 60px;
  margin-top: 5px;
}

.popover-user {
  padding-right: 5px;
}

.user-nav {
  background-color: rgb(51, 65, 85);
  padding: 0.6rem 0.6rem;       
  width: 100%;
  border-radius: 0.25rem;
  margin-bottom: 1.2rem;
  border: 2px solid rgb(51, 65, 85);
  box-shadow: inset 0 0 0px 4px #475569;
  outline-color: #2a7fdf;
  outline-style: solid;
  outline-width: 4px;
  display: flex;
  flex-direction: column;       
  align-items: center;          
  gap: 0.5rem;                  
}

.user-nav-link {
  font-family: 'Lexend', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  color: rgb(88, 40, 10) !important; 
  background-color: rgb(226, 142, 58); 
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
  overflow: hidden;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); 
  box-shadow:
    inset -4px -4px 0px 0px rgba(100, 40, 5, 0.65), 
    0px 10px 8px 0px rgba(0, 0, 0, 0.2),           
    inset 3px 4px 0px 0px rgba(255, 210, 150, 0.6); 
  position: relative;
  transition: all 0.25s ease;

  background-image: repeating-linear-gradient(
    135deg,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.05) 2px,
    transparent 5px,
    transparent 15px
  );

  width: calc(100% - 0.8rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-nav-link:hover {
  transform: scale(1.025);
  background-color: rgb(240, 162, 78); 
  color: rgb(90, 40, 10) !important;
}

.user-nav-link:active {
  transform: scale(0.97);
  box-shadow: inherit !important;
  background-color: rgb(186, 115, 60); 
}

.user-nav-link:focus,
.user-nav-link:focus-visible {
  box-shadow:
    inset -4px -4px 0px 0px rgba(100, 40, 5, 0.65),
    0px 10px 8px 0px rgba(0, 0, 0, 0.2),
    inset 3px 4px 0px 0px rgba(255, 210, 150, 0.6) !important;
  outline: none !important;
}

.user-nav-link.active {
  transform: scale(0.97);
  background-color: rgb(186, 115, 60); 
  box-shadow:
    inset -4px -4px 0px 0px rgba(100, 40, 5, 0.65),
    0px 6px 10px rgba(0, 0, 0, 0.4),
    inset 3px 4px 0px 0px rgba(255, 210, 150, 0.6);
}

.slider-title {
  font-family: 'Lexend', sans-serif; 
  font-weight: 400;
  text-shadow: 3px 3px 0 black;
}

.slider-desc {
  text-shadow: 1px 1px 5px black;
}

.carousel {
  padding-bottom: 1rem;
}

.carousel-inner {
  border-radius: 0.25rem;
}
.carousel-indicators {
  margin-bottom: 2rem;
}

.carousel img {
  min-height: 100%;
  min-width: 100%;
  display: block;
}

@media (max-width: 767px)  {
  .slider-title {
    font-size: 1.2rem
  }
  .slider-desc {
    font-size: 0.9rem
  }
  .carousel-img {
    height: 150px;
    width: auto;
  }
}

.friend {
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 0.15rem;
  padding: 0.5rem 1rem;
  display: flex;
}

.friend a {
  flex-grow: 1;
  font-size: 1.3rem;
  margin-left: 15px;
  margin-top: 0.6rem;
}

.friend-img {
  display: block;
  margin: 0 auto 0.5rem;
  width: 50px;
  height: 50px;
}

.button-checkbox > .active {
  border: none;
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active {
  background: #696969;
  border: none;
}

.btn-secondary:hover {
  background: #585858;
  border: none;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-theme,
.btn-secondary,
.btn-info {
  font-weight: 500;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  border: none !important;
}

.sm-btns .btn {
  padding: 0.25rem 0.75rem;
}

.btn-theme,
.btn-theme:hover {
  color: #fff;
}

.store-text-large {
  font-size: 1.5rem;
}

.store-sale {
  color: #dc3545;
  text-decoration: line-through;
}

.hyplace-update-box {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 10000;
  background-color: rgba(5, 10, 20, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  box-shadow: 0 0 15px 0 #000;
}

.hyplace-update-box .update-icon {
  font-size: 2rem;
  margin-right: 1rem;
}

.hyplace-update-box .bottom-row i {
  margin: 0 5px;
}

.hyplace-update-box .top-row {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.lr-navbar .dropdown-toggle::after {
  display: none;
}

.lr-navbar a.nav-link {
  margin: 0.3em 1em !important;
}

.oauth-divider {
  width: 70%;
  text-align: center;
  background-color: none !important;
  border-bottom: 2px solid rgb(189, 189, 189, 0.2);
  line-height: 0.1em;
  margin: 2rem auto;
}

.oauth-divider .or {
  text-shadow:
    -1px -1px 0 #1b2a3a,  
     1px -1px 0 #1b2a3a,
    -1px  1px 0 #1b2a3a,
     1px  1px 0 #1b2a3a;
  padding: 0 3px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
}

.oauth-divider + .flex a[href*="discord.com/oauth2/authorize"] {
  color: #ffffff !important;
  background-color: rgb(79, 70, 229) !important;
  border: none !important;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  outline: none !important;
  transition:
    transform 0.35s ease-out,
    background-color 0.35s ease-out,
    box-shadow 0.35s ease-out;
  box-shadow:
    inset -4px -4px 0px rgba(50, 45, 150, 0.8),
    0px 10px 8px rgba(0, 0, 0, 0.1),
    inset 3px 4px 0px rgba(140, 130, 255, 0.5) !important;
}

.oauth-divider + .flex a[href*="discord.com/oauth2/authorize"]:hover {
  background-color: rgb(45, 41, 145) !important;
  transform: scale(1.025);
  box-shadow:
    inset -4px -4px 0px rgba(50, 45, 150, 0.9),
    0px 10px 10px rgba(0, 0, 0, 0.1),
    inset 3px 4px 0px rgba(140, 130, 255, 0.6) !important;
}

.oauth-divider + .flex a[href*="discord.com/oauth2/authorize"]:focus,
.oauth-divider + .flex a[href*="discord.com/oauth2/authorize"]:focus-visible,
.oauth-divider + .flex a[href*="discord.com/oauth2/authorize"]:active {
  background-color: rgb(45, 41, 145) !important;
  transform: scale(0.97);
  box-shadow:
    inset -4px -4px 0px rgba(50, 45, 150, 0.9),
    0px 10px 10px rgba(0, 0, 0, 0.1),
    inset 3px 4px 0px rgba(140, 130, 255, 0.6) !important;
}

.login-menu,
.register-menu {
  background-color: rgb(51, 65, 85);
  font-weight: 400;
  text-align: center;
  border-radius: 0.25rem;
}

#loginRegisterError {
  display: none;
}

.login-page-card,
.register-page-card {
  margin-top: 5rem;
}

.agree-terms {
  font-weight: 400;
}

.lr-bg-img {
  object-fit: cover;
  min-height: 100%;
}

.fp-link {
  font-weight: 400;
}

.fp-link:hover {
  filter: brightness(80%);
}

.login-menu hr,
.register-modal hr {
  max-width: 60%;
  margin: 30px auto 20px auto;
}

@media (min-width: 992px) {
  #loginModal .modal-lg,
  #registerModal .modal-lg {
    max-width: 1000px;
  }
}

.lr-title {
  font-family: 'Lexend', sans-serif;
  --p-color: #fff;
  font-weight: 400;
  font-size: 30px;
}

.login-overlay,
.register-overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  position: absolute;
  border-radius: 0.25rem;
}

.login-menu .card,
.register-menu .card {
  z-index: 100;
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: rgb(51, 65, 85) !important;
}

.bg-col {
  border-radius: 0.25rem;
}

.login-menu .container-fluid,
.login-menu .col-lg-6,
.register-menu .container-fluid,
.register-menu .col-lg-6 {
  padding: 0;
}

.login-menu .no-margin-row,
.register-menu .no-margin-row {
  margin: 0;
}

.agree-terms {
  font-size: 0.8rem;
}

.agree-terms a {
  font-weight: 600;
}

@media (max-width: 992px) {
  .bg-col {
    display: none;
  }
}

.error-title {
  font-family: 'Lexend', sans-serif; 
  --p-color: #fff;
  font-weight: 400;
  font-size: 3rem;
}

.error-card {
  margin-top: 20%;
}

body.swal2-toast-shown .swal2-container {
  width: 430px !important;
}

.swal2-popup.swal2-toast .swal2-title {
  margin-right: 5rem !important;
  font-size: 0.75rem !important;
}

.swal2-popup.swal2-toast .swal2-confirm {
  float: right;
  position: absolute;
  right: 10px;
  top: 35px;
}

.dark .swal2-toast .swal2-title {
  color: rgba(255, 255, 255, 0.75);
}

.dark .swal2-popup.swal2-toast {
  background-color: rgba(5, 10, 20, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: .25rem;
}

.cc-window.cc-floating,
.dark .cc-window.cc-floating {
  padding: 1rem 1.5rem;
  background-color: rgba(5, 10, 20, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: .25rem;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  cursor: default;
  font-size: 14px;
  line-height: 18px;
  opacity: 1;
  transition: 0.5s all ease;
}

.cc-link {
  color: #fff !important;
}

.cc-btn.cc-allow {
  position: relative;
  display: inline-block; 
  border: none;
  border-radius: 0.25rem;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(2, 132, 199) !important; 
  transition: all 0.25s ease;
  overflow: hidden;

  text-shadow: 0 1px 0 #005987;

  box-shadow:
    inset -4px -4px 0px 0px rgba(2, 87, 129, 0.83),
    inset 3px 4px 0px 0px rgba(75, 164, 209, 1);
}

.cc-btn.cc-allow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: all 0.6s ease;
  pointer-events: none;
}

.cc-btn.cc-allow:hover::before {
  left: 125%;
  transition: all 1.25s ease;
}

.cc-btn.cc-allow:hover {
  transform: scale(1.025);
  color: rgb(255, 255, 255) !important;
}

.cc-btn.cc-allow:active {
  transform: scale(0.97);
  box-shadow: inherit !important;
  outline: none !important;
}

.cc-btn.cc-allow:focus,
.cc-btn.cc-allow:active,
.cc-btn.cc-allow:focus-visible {
  box-shadow:
    inset -4px -4px 0px 0px rgba(2, 87, 129, 0.83),
    inset 3px 4px 0px 0px rgba(75, 164, 209, 1) !important;
  outline: none !important;
}

.cc-window.cc-floating .cc-highlight .cc-btn:first-child {
  color: rgb(255 255 255 / 68%);
}

.cc-window.cc-floating .cc-highlight .cc-btn.cc-allow {
  border-color: transparent;
  border-radius: 0.25rem;
  color: #fff;
}

.cc-revoke.cc-bottom.cc-right {
  color: #fff;
  background-color: rgba(5, 10, 20, 0.95) !important;
}

.welcome-card-flex {
  display: flex;
}

.welcome-title {
  --p-color: #ecbc62;
  background: linear-gradient(#ffe98d, #e19f27);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 5px;
}

.welcome-card {
  background-color: rgba(5, 10, 20, 0.75) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  outline: none !important;
  border: none !important;
  box-shadow: 0 0 20px 5px rgba(17, 30, 55, 0.6) !important;
  overflow: hidden;
  height: 105px;
}

.welcome-card .btn {
  margin-top: 15px;
}

.welcome-picture {
  width: auto;
  height: 75px;
  margin-right: 9px;
  opacity: 0.9;
  cursor: default;

  animation: pulseGlow 2.2s ease-in-out infinite;
}

.welcome-picture:hover {
  opacity: 1;
}

@keyframes pulseGlow {
  0% {
    opacity: 0.85;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.85;
  }
}

.welcome-picture,
.welcome-av-col,
.welcome-card {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.welcome-text-col {
  margin-right: 15px;
  flex-grow: 1;
}

.welcome-lr-col {
  text-align: left;
  white-space: nowrap;
}

.welcome-lr-col .btn:first-child {
  margin-right: 10px;
}

.welcome-lr-col .btn {
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  font-weight: 400;
}

@media (max-width: 1500px) {
  .welcome-lr-col .btn {
    font-size: 0.9rem;
    padding: 0.65rem 1.2rem;
  }
}

@media (max-width: 1200px) {
  .welcome-lr-col .btn {
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 1100px) {
  .welcome-av-col {
    display: none;
  }
  .welcome-card {
    height: auto;
    overflow: auto;
  }
  .welcome-lr-col {
    white-space: nowrap;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media (max-width: 850px) {
  .welcome-lr-col .btn:first-child {
    display: inherit;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .welcome-title {
    font-family: 'Lexend', sans-serif; 
    font-weight: 400;
    font-size: 1.2rem;
  }
}

.container-tfa .card {
  margin-top: 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.container-tfa #logo-link {
  visibility: hidden;
}

.container-tfa .logo {
  visibility: hidden;
}

.card-header.news-header {
  padding: 0 !important;
  border-bottom: 3px solid rgba(255, 255, 255, 0.03);
}

.news-text {
  padding: 0.75rem 0 0.75rem 1.25rem;
}

.news-badge-col {
  padding: 0.75rem 0 0.75rem 1.25rem;
  margin-right: -0.5rem;
}

.news-badge-col .news-badge {
  margin-top: 1rem;
}

.info {
  padding: 0.75rem 0;
}

.avatar {
  padding: 0.75rem 1.25rem 0.75rem 0;
}

.news-title {
  font-family: 'Lexend', sans-serif; 
  font-weight: 400;
  text-transform: none;
  font-size: 1.5rem;
  display: inline-block;
  margin-top: 10px;
}

.news-title:hover {
  filter: brightness(85%);
}

.news-flex .avatar .full-body {
  height: 150px;
  float: right;
  margin-top: -5px;
}

.news-flex {
  display: flex;
  overflow: hidden;
  max-height: 80px;
}

.news-flex .info {
  margin-right: 20px;
  margin-left: 20px;
}

.news-text {
  flex-grow: 1;
}

.news-info {
  display: block;
  margin-top: 10px;
  text-transform: none;
  text-align: right;
  font-weight: 400;
}

.news-info .time {
  font-size: 0.9rem;
}

.btn-new-news i {
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.6);
}

.btn-new-news {
  background-color: rgba(255, 255, 255, 0.05);
  color: #a1a1a1;
  font-weight: 500;
  margin-top: 10px;
}

.btn-new-news:hover {
  color: #a1a1a1;
  filter: brightness(80%);
}

.btn-read-more-news {
  font-weight: 500;
  margin-top: 10px;
}

.views-box,
.replies-box {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.75rem;
  font-weight: 500;
  color: #a1a1a1;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-top: 10px;
}

.replies-box {
  margin-left: 5px;
}

.views-box i,
.replies-box i {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.6);
}
.btn-read-more-news i {
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.6);
}

[data-toggle="tooltip"]:hover {
  cursor: pointer;
}

@media (max-width: 992px) {
  .news-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .news-flex {
    flex-direction: column;
    max-height: 130px;
  }
  .news-text {
    padding-bottom: 0;
  }
  .news-flex .info {
    padding-top: 0;
  }
  .news-info {
    text-align: left;
    margin-top: 3px;
  }
  .news-info .author,
  .news-info .time {
    display: inline-block;
  }
  .news-info .time {
    margin-left: 15px;
  }
  .news-flex .avatar {
    display: none;
  }
}

.no-margin ul {
  margin-bottom: 0;
}

.msg-date {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ip-text {
  cursor: pointer;
  display: inline-block;
}

.server-card {
  flex-direction: row;
  padding: 0.75rem 1.25rem;
}

.server-name {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.server-icon-box i {
  font-size: 2.8rem;
  margin-top: 0.35rem;
  color: #505050;
}

.server-status-box {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .server-status-box {
    position: inherit;
    margin-bottom: 5px;
    display: inline-block;
  }
}

.reaction-button-selected {
  padding: 0.2rem 0.5rem;
    border-radius: .25rem;
    color: #FFF;
}

.reaction-button-selected:has(.text-success) {
  background-color: #28a745 !important;
}

.reaction-button-selected:has(.text-danger) {
  background-color: #dc3545 !important
}

.reaction-button-selected:has(.text-warning) {
  background-color: #8b6905 !important
}

.reaction-button-selected .text-success, .reaction-button-selected .text-danger, .reaction-button-selected .text-warning {
  color: #FFF !important;
}

.mobile_profile_box {
  right: 1rem;
  position: absolute;
  top: 1rem;
}

.profile-card .main-card-body {
  padding: 1.25rem 2.75rem;
}

.profile-tabs-new {
  margin-top: 1.25rem;
  margin-bottom: 0.3rem;
}

.profile-tabs-new .profile-nav-link {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 3px solid transparent;
}

.profile-header {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-size: cover;
  height: 300px;
  position: relative;
  z-index: 1;
  border-bottom: 4px solid #2a7fdf;
  background-position: center;
}

.profile-card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 2rem;
}

.profile-header-bottom {
  padding: 0 1.5rem;
  padding-top: 1.5rem;
  font-size: 1.5rem;
  background-color: rgba(5, 10, 20, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  border-radius: 0.5rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
}

.profile-header-username {
  font-weight: 500;
}

.profile-header-bottom img {
  margin-top: -5px;
}

.btn.profile-btn {
  padding: 0.65rem 1.15rem;
  position: relative;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0.75rem 0;
}

.profile-btn i {
  color: rgba(255, 255, 255, 0.9);
  margin-right: 5px;
}

.btn.profile-btn.active:after {
  height: 4px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  margin-bottom: 10px;
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  transition: 0.25s;
}

.profile-bg-image-change {
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
}

.profile-bg-image-change span {
  font-weight: 500;
  padding-top: 0.85rem;
  display: inline-block;
  font-size: 1.05rem;
}

.timeline {
  position: relative;
  padding: 21px 0 10px;
  margin-top: 4px;
  margin-bottom: 30px;
}

.timeline .line {
  position: absolute;
  width: 4px;
  display: block;
  background: #475569;
  top: 0;
  bottom: 0;
  margin-left: 30px;
}

.timeline .separator {
  border-top: 1px solid #475569;
  padding: 5px;
  padding-left: 40px;
  font-style: italic;
  font-size: 0.9em;
  margin-left: 30px;
}

.timeline .line:before {
  top: -4px;
}

.timeline .line:after {
  bottom: -4px;
}

.timeline .line:before,
.timeline .line:after {
  content: "";
  position: absolute;
  left: -4px;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: #475569;
}

.timeline .panel {
  position: relative;
  margin: 10px 0 21px 70px;
  clear: both;
}

.timeline .panel:before {
  position: absolute;
  display: block;
  top: 8px;
  left: -24px;
  content: "";
  width: 0;
  height: 0;
  border: inherit;
  border-width: 12px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.timeline .panel .panel-heading.icon * {
  font-size: 20px;
  vertical-align: middle;
  line-height: 40px;
}

.timeline .panel .panel-heading.icon {
  position: absolute;
  left: -59px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  float: left;
}

.timeline .panel-outline {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.timeline .panel-outline .panel-body {
  padding: 10px 0;
}

.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
  display: none;
}

.panel {
  margin-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 0.15rem;
}

.panel-body {
  padding: 1.25rem;
}

.panel-heading {
  padding: 0.75rem 1.25rem;
  border-bottom: 3px solid rgba(255, 255, 255, 0.03);
}

.panel-footer {
  padding: 0.75rem 1.25rem;
}

.panel-footer .grey-link {
  display: inline-block;
  margin: 0 10px;
}

.panel-footer .grey-link:first-child {
  margin-left: 0;
}

.panel-footer .grey-link:last-child {
  margin-right: 0;
}

.reply-panel {
  margin-left: 150px !important;
}

.reply-line {
  width: 80px;
  height: 4px;
  background-color: #475569;
  position: absolute;
  margin-top: 19px;
  margin-left: 30px;
}

.card-columns-profile {
  column-count: 2;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}

.card-columns-profile .card {
  display: inline-block;
  width: 100%;
}

.profile-about-box {
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  border-left: 5px solid transparent;
}

.profile-about-box .about-title {
  font-size: 1.2rem;
  margin-right: 0.75rem;
  padding: 0.25rem 0;
  display: inline-block;
  color: #fff;
}

.profile-about-box-new {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.profile-about-box-new .icon i {
  font-size: 2rem;
  display: inline-block;
  margin-top: 0.25rem;
}

.profile-about-box-new .text {
  margin-left: 1rem;
}

.profile-about-box-new .text div {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
}

ul.thumbnails.image_picker_selector li .thumbnail {
  border: none !important;
}

@media (max-width: 767px) {
  .card-columns-profile {
    column-count: 1;
  }
  .card-columns-profile span.float-right {
    float: none !important;
    display: block;
  }
  .profile-header-bottom {
    font-size: 1.1rem;
  }
  .profile-header-bottom img {
    width: 30px;
    height: 30px;
  }
  .btn.profile-btn {
    font-size: 1rem;
  }
}

.blockquote p {
  padding: 1.25rem;
}

.blockquote > a:first-child {
  display: block;
  padding: 0.75rem 1.25rem;
  color: #fff;
}

.blockquote > a:first-child + br {
  display: none;
}

blockquote {
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  margin: 1.5rem;
  font-size: 1rem !important;
  background-color: rgba(255, 255, 255, 0.03);
}

blockquote a {
  color: #fff;
}

.more-dropdown-menu {
    background-color: #e5e7eb !important;          
    border-radius: 0.5rem;           
    box-shadow: 0 4px 8px rgba(0,0,0,0.15); 
    min-width: 180px;                
    padding: 0;
    overflow: hidden;               
    z-index: 1000;
}

.more-dropdown-menu .dropdown-item {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    color: rgba(51, 65, 85, 1.0) !important;                  
    padding: 0.5rem 1rem;
    transition: background-color 0.25s, color 0.25s;
    border-radius: 0;
    margin: 0;
}

.more-dropdown-menu .dropdown-item:hover,
.more-dropdown-menu .dropdown-item:active {
    background-color: rgba(37, 99, 235, 1.0) !important; 
    color: #fff !important;                               
}

.navbar {
  width: 100%;
  z-index: 150;
  font-weight: 600;
  position: absolute;
  color: #fff;
  padding: 15px 0;
}

.navbar-bottom {
  position: relative;
  background-color: #161616;
  border-radius: 0.25rem;
  margin: 1rem 0;
  z-index: 149;
}

.navbar-bottom .nav-item:first-child .nav-link {
  margin-left: 2em;
}

.navbar-bottom .navbar-nav.ml-auto .nav-item .nav-link {
  margin-right: 2em;
}

.navbar-bottom .nav-link,
.navbar-bottom .store-link {
  font-weight: 500;
  padding: 0.4em 1.5em;
}

.navbar-bottom .nav-link i {
  margin-right: 3px;
  font-size: 1.2rem;
}

.navbar-bottom .store-link,
.navbar-top-new .store-link {
  position: relative;
  display: inline-block;
}

.navbar-bottom .store-link:after,
.navbar-top-new .store-link:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: opacity 3s linear infinite;
  top: 0;
  left: 0;
  border-radius: 0.25rem;
}

.navbar-bottom .store-link:hover,
.navbar-top-new .store-link:hover {
  transform: scale(1.05);
}

.navbar-top-new .nav-link i {
  margin-right: 3px;
}

.navbar-top-new .mx-auto .store-link i {
  display: none;
}

.navbar-top-new .mx-auto .store-link:hover {
  filter: brightness(100%);
}

.navbar-top-new .container {
    border-top: 2px solid #15243a;
    border-right: 2px solid #15243a;
    border-bottom: 2px solid #15243a;
    border-left: 2px solid #15243a;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5), inset 0 0 0 2px #4e5765;
    flex: 1 0 0;
    position: relative;
    height: 3em;
    margin: 0 auto 0 auto;
    padding: 0 0 0 .5em;
    border-width: 1px;
    border-radius: 5px;
    background: #203658;
    font-size: .9em;
}

/* Vertikalna linija između navbar itema u Hytale stilu */
.navbar-top-new .container .nav-item + .nav-item {
  position: relative; /* pseudo-element pozicionira se u odnosu na li */
  margin-left: 1em;   /* razmak između stavki */
}

.navbar-top-new .container .nav-item + .nav-item::before {
  content: "";
  position: absolute;
  left: -2px;          /* pomak linije ka prethodnoj stavci */
  top: 0.4em;          /* start linije od vrha teksta */
  bottom: 0.5em;       /* kraj linije malo iznad dna teksta */
  width: 2px;          /* debljina linije */
  background: linear-gradient(
    to bottom,
    rgba(54, 72, 98, 0) 0%,   /* transparentan vrh */
    #364862 25%,               /* tamnoplavi Hytale ton */
    #364862 75%,               /* tamnoplavi Hytale ton */
    rgba(54, 72, 98, 0) 100%  /* transparentan dno */
  );
}

.navbar .nav-item .nav-link {
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em; 
  text-transform: uppercase;
  color: #a5b9c6;
  text-shadow: 0 1px 0px rgba(0,0,0,0.8);
  margin: 0.3em 1.5em;
  display: inline-block;
  padding: 0.4em 0;
}

.navbar .nav-item .nav-link:hover {
  color: #fff;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
}

.navbar .nav-item .nav-link:active,
.navbar .nav-item .nav-link.nav-link-active {
  color: #ecbc62;
  background: radial-gradient(ellipse at center, rgba(237, 181, 72, 0.1) 0%, rgba(237, 181, 72, 0.1) 20%, rgba(237, 181, 72, 0) 70%, rgba(237, 181, 72, 0) 100%);
}

.nav-link.store-link {
  padding: 0.4em 1.5em;
  border-radius: 0.25rem;
  color: rgba(255, 255, 255, 0.9);
}

.store-link:hover {
  filter: brightness(85%);
}

button:focus {
  outline: none;
}

.navbar-nav {
  margin: 0;
}

.navbar-expand-sm .navbar-nav .dropdown-menu {
  position: absolute;
}

.nav-item {
  margin-left: 0;
}

.navbar-toggler {
  font-size: 1.1rem;
}

.navbar-top-new .dropdown-menu {
  box-shadow: none;
}

.header-btn-row .nav-link .mobile_only {
  display: none !important;
}

.user-box {
  position: fixed;
  z-index: 1000;
  margin-top: 360px;
  width: 50px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-box .navbar .dropdown-menu,
.more-dropdown-menu,
.pms-dropdown-menu,
.alerts-dropdown-menu,
.account-dropdown-menu {
  position: absolute;
  margin-left: 25px;

  background-color: #e5e7eb !important;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  overflow: hidden;
  z-index: 1000;
}

.user-box .dropdown-toggle:after {
  content: none;
}

.header-btn-row .navbar {
  border-top: 2px solid #15243a;
  border-right: 2px solid #15243a;
  border-bottom: 2px solid #15243a;
  border-left: 2px solid #15243a;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5), inset 0 0 0 2px #4e5765;
  position: relative;
  font-weight: 400;
  display: inline-block;
  background: rgb(32, 54, 88);
  border-width: 1px;
  border-radius: 5px;
  padding: 0 15px;
}

.header-btn-row .navbar .navbar-nav .ml-auto {
  margin-right: 0 !important;
}

.header-btn-row .navbar .nav-link {
  filter: brightness(100%);
  color: rgb(189, 189, 189);
  margin: 0.3rem 0.1rem !important;
  font-size: 1rem;
}

.header-btn-row .navbar-nav .nav-item:first-child {
  margin-left: 0 !important;
}

.msg-alert {
  margin: -10px 0;
  font-size: 1rem;
}

#pms,
#alerts {
  display: inline;
}

.dropdown-menu {
  padding: 0;
  border: none;
  box-shadow: 0 0 10px 0 #1b1b1b;
}

.alert-dropdown-menu,
.pm-dropdown-menu {
  min-width: 12rem;
}

.dropdown-item {
  padding: 0.5rem 1rem;
}

.user-box .dropdown-menu .dropdown-item.d-header,
.more-dropdown-menu .dropdown-item.d-header,
.pms-dropdown-menu .dropdown-item.d-header,
.alerts-dropdown-menu .dropdown-item.d-header,
.account-dropdown-menu .dropdown-item.d-header {
  pointer-events: none;
  background-color: transparent !important; 
  color: rgb(0, 62, 94) !important;
  font-size: 1.2rem;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0.03);
}

.user-box .dropdown-menu .dropdown-item.d-header i,
.more-dropdown-menu .dropdown-item.d-header i,
.pms-dropdown-menu .dropdown-item.d-header i,
.alerts-dropdown-menu .dropdown-item.d-header i,
.account-dropdown-menu .dropdown-item.d-header i {
  margin-left: 15px;
  float: right;
  margin-top: 0.25rem;
}

.user-box .dropdown-menu .dropdown-item:not(.d-header),
.more-dropdown-menu .dropdown-item:not(.d-header),
.pms-dropdown-menu .dropdown-item:not(.d-header),
.alerts-dropdown-menu .dropdown-item:not(.d-header),
.account-dropdown-menu .dropdown-item:not(.d-header) {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  color: rgba(51, 65, 85, 1.0) !important;
  transition: background-color 0.25s, color 0.25s;
  border-radius: 0;
}

.user-box .dropdown-menu .dropdown-item:not(.d-header):hover,
.more-dropdown-menu .dropdown-item:not(.d-header):hover,
.pms-dropdown-menu .dropdown-item:not(.d-header):hover,
.alerts-dropdown-menu .dropdown-item:not(.d-header):hover,
.account-dropdown-menu .dropdown-item:not(.d-header):hover,
.user-box .dropdown-menu .dropdown-item:not(.d-header):active,
.more-dropdown-menu .dropdown-item:not(.d-header):active,
.pms-dropdown-menu .dropdown-item:not(.d-header):active,
.alerts-dropdown-menu .dropdown-item:not(.d-header):active,
.account-dropdown-menu .dropdown-item:not(.d-header):active {
  background-color: rgba(37, 99, 235, 1.0) !important;
  color: #fff !important;
}

.dropdown-item.item-small {
  font-size: inherit;
}

.dark .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

.nav-item .username {
  color: #fff;
}

.alert-msg-icon {
  position: absolute;
  color: rgb(194, 21, 21);
  z-index: 1000;
  top: 0;
  margin-left: 0.75rem;
  font-size: 0.9rem;
}

.dropdown-item:hover.noclick {
  background-color: transparent;
}

.dropdown-item.alert-msg-list {
  display: block;
  color: inherit !important;
}

.dropdown-item.alert-msg-list:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 5px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 0.25rem;
  vertical-align: 10%;
}

.more-dropdown-menu,
.pms-dropdown-menu,
.alerts-dropdown-menu,
.account-dropdown-menu {
    margin-left: 5px !important;
}

.account-dropdown-menu .ui.divider {
    background-color: rgba(0, 0, 0, 0.15);
    margin: 1rem 2rem;
    height: 2px;
}

.header {
  background-size: cover !important;
  width: 100%;
  position: relative;
}

.header:before {
  bottom: -5px;
}

.header:after,
.header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
}

.header:after {
  bottom: auto;
}

.top-container {
  margin-top: -100px;
  z-index: 101 !important;
}

.container {
  position: relative;
  z-index: 100;
}

.color-overlay {
  z-index: 3;
}

@-webkit-keyframes pulse {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes pulse {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.logo {
  z-index: 10;
  transition: 0.25s;
}

.logo-ds-flex {
  display: flex;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  max-width: 100%;
  width: 100%;
  z-index: 10;
  justify-content: center;
}

.logo-container {
  z-index: 1;
  height: fit-content;
}

.logo:hover {
  filter: brightness(90%);
}

.animated-logo {
  animation: pulse 3s infinite;
}

.logo-ds-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .user-box {
    display: none !important;
  }

  .navbar .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
    gap: 6px;
  }

  .navbar-toggler {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 46px;
    height: 46px;
    padding: 0 12px;
    border-radius: 0.35rem;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-sizing: border-box;
  }

  .navbar-toggler:hover {
    transform: scale(1.03);
  }

  .navbar-toggler {
    color: rgb(146, 64, 14);
    background-color: rgb(250, 204, 21);
    box-shadow:
      inset -4px -4px 0px rgba(134, 63, 23, 0.8),
      0px 10px 8px rgba(0, 0, 0, 0.3),
      inset 3px 4px 0px rgba(255, 245, 160, 1.0);

    font-family: "Lexend", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #4898c2;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 12px;
  }

  .navbar .collapse.navbar-collapse {
    margin-left: auto !important;
  }
}

.swal-overlay {
  z-index: 20000 !important;
}

.spoiler {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.spoiler .show-icon,
.spoiler .hide-icon {
  display: none !important;
}

.spoiler .spoiler-toggle,
.spoiler .spoiler-title {
  display: inline-block;
  background-color: #d0d0d0;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 0.95rem;
  color: #fff;
}

.spoiler .spoiler-toggle:hover,
.spoiler-title:hover {
  cursor: pointer;
  color: #fff;
}

.spoiler .spoiler-text,
.spoiler .spoiler-content {
  background-color: #f5f5f5;
  padding: 10px;
  margin-top: 10px;
  border: none;
}

table {
  border: 4px solid #475569;
  width: 100%;
  margin-bottom: 1rem;
}

table td {
  padding: 0.75rem;
  vertical-align: top;
}

table td,
table th {
  border-top: 4px solid #475569 !important;
}

table thead th {
  border-bottom: 4px solid #475569 !important;
}

.table-responsive::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-corner {
  background: transparent;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #252525;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #404040;
}

@media (min-width: 992px) {
  .d-lg-table-column {
    display: table-column !important;
  }
}

.alert {
  border: none;
  color: rgb(189, 189, 189);
  padding: 0.75rem 1rem;
  background-color: rgba(5, 10, 20, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  padding-left: 3.7rem;
  border-radius: 0.15rem;
}

.alert-theme,
.alert-dismissible .close:hover {
  color: #fff !important;
}

.card .alert {
  background-color: rgba(255, 255, 255, 0.03) !important;
}

.alert:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  padding: 0.8rem 0.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.15rem 0 0 0.15rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 2.7rem;
  max-width: 2.7rem;
}

.announcement-alert:before {
  display: none;
}

.announcement-alert {
  padding-left: 1rem;
}

.alert-success:before {
  content: "\f00c";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  background-color: #28a745;
}

.alert-primary:before {
  content: "\f105";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  background-color: #007bff;
}

.alert-warning:before {
  content: "\f12a";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  background-color: #b38706;
}

.alert-danger:before {
  content: "\f071";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  background-color: #dc3545;
}

.alert-info:before {
  content: "\f129";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  background-color: #17a2b8;
}

.breadcrumb {
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.breadcrumb:after {
  display: table;
  clear: both;
  content: "";
}

.breadcrumb > li {
  float: left;
}

.breadcrumb > li + li:before {
  padding-right: 8px;
  padding-right: 0.5rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  color: #818a91;
  content: "/";
}

.breadcrumb > .active {
  color: #818a91;
}

.footer {
  margin-top: auto;
}

.footer-spacer {
  height: 4rem;
}

.f-small {
  background-color: rgba(12, 25, 43, 1.0);
  padding: 1rem 0;
}

.f-small .f-top-copy {
  font-weight: 600;
  color: rgba(183, 206, 221, 0.7);
  margin-bottom: 0.2rem;
}

.f-small .f-top-copy span {
  color: rgba(183, 206, 221, 0.8);
}

.f-small .f-bottom-copy {
  color: rgba(183, 206, 221, 0.4);
  font-size: 0.9rem;
}

.f-small .f-credit-img {
  height: 50px;
  opacity: 0.4;
  transition: opacity 0.5s ease;
  cursor: default;
}

.f-small .f-credit-img:hover {
  opacity: 0.7;
}

.f-small .f-credit-img,
.f-small .f-icon-col {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.f-small .f-tc {
  margin-right: 1.5rem;
  text-align: right;
  flex-grow: 1;
}

.f-small .f-tc .f-link {
  color: rgba(183, 206, 221, 1.0);
  font-weight: 500;
  font-size: 0.9rem;
  margin-top: 0.15rem;
}

.f-small .f-icons {
  margin-left: 1.5rem;
}

.f-small .f-icons i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  font-size: 1.2rem;
  color: rgba(183, 206, 221, 0.4);
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 0.5rem;
  margin-top: 0.35rem;
  margin-right: 0.3rem;
  line-height: 1;
  text-align: center;
}

.f-small .f-icons i:hover {
  filter: brightness(1.2);
}

@media (max-width: 767px) {
  .f-small .container {
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .f-small .f-icons {
    margin-left: 0;
  }
  .f-small .f-tc {
    text-align: left;
  }
}

.f-large {
  background-color: rgba(18, 31, 51, 1.0);
  border-top: 1px solid #36455c;
}

.f-large .footer-col {
  padding: 2rem 3rem;
}

.f-large .footer-col:first-child {
  padding-left: 15px;
}

.f-large .footer-col:last-child {
  padding-right: 15px;
}

.f-large .footer-col {
  color: rgba(183, 206, 221, 1.0);
}

@media (max-width: 992px) {
  .f-large .footer-col {
    padding: 15px;
  }
  .f-large {
    padding: 1rem 0;
  }
}

.footer-text-header {
  font-family: Lexend, sans-serif;
  font-size: 1.6rem;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0.5rem;
  font-weight: 700 !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(#f5fbff, #bfe6ff);
  display: inline-block;
}

.f-large .container > .row {
  clear: both;
}

.other-btn {
  position: relative;
  color: #ccd9e0 !important;
  display: inline-block;
  padding: 0.75rem 1rem;

  border: 2px solid rgba(96, 140, 190, 0.8) !important;
  border-radius: 0.35rem;

  background: linear-gradient(to bottom, #262d35, #121519);

  box-shadow:
    inset 0 0 0 2px #060b11,
    inset 0 0 0 3px rgba(96, 140, 190, 0.25);

  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  font-size: .9em;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  transition: all 0.25s ease;
  overflow: hidden;
}

.other-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;

  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(210, 225, 245, 0.08) 50%,
    rgba(255, 255, 255, 0) 100%
  );

  transform: skewX(-25deg);
  transition: all 0.6s ease;
  pointer-events: none;
}

.other-btn:hover::before {
  left: 125%;
  transition: all 0.75s ease;
}

.other-btn::after {
  content: "";
  position: absolute;
  inset: 2px;

  border: 1px solid rgba(96, 140, 190, 0.35);
  pointer-events: none;
}

.other-btn:hover {
  filter: brightness(1.1) !important;
}

.footer-link:hover {
  color: rgba(183, 206, 221, 0.6);
  filter: brightness(75%);
}
.footer-link,
.footer-link:focus {
  font-family: 'Lexend', sans-serif; 
  color: rgba(183, 206, 221, 0.6);
  display: block;
  font-weight: 400;
  padding-bottom: 0.2rem;
}

.footer .btn-play {
  background-color: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Lexend', sans-serif; 
  padding: 0.65rem 1.65rem;
  font-size: 1rem;
}

.footer .btn-play:hover i {
  margin-left: 15px;
}

.footer .btn-play i {
  color: rgba(255, 255, 255, 0.9);
  margin-left: 10px;
  transition: 0.25s;
}

.footer .btn-play:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.card-header.header-theme.widget-header {
  padding-bottom: 0;
  display: flex;
  font-size: 1.2rem;
}
.widget-header-txt {
  flex-grow: 1;
}
.widget-header-txt:after {
  box-shadow: 0 0 10px 0;
}
.widget-header .number {
  color: #fff;
  padding: 0.15rem 0.5rem;
  margin: 0.25rem 0;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 0.75rem;
  max-height: 1.5rem;
}

.widget-card .card-body {
  padding-top: 0.75rem;
}

.stats-card .card-body {
  padding-top: 0.5rem;
}

.staff-card {
  display: flex;
}

.staff-card .staff-info {
  flex-grow: 1;
  margin-left: 15px;
  font-weight: 500;
}

.staff-card .staff-name:hover,
.widget-card .grey-link:hover {
  filter: brightness(85%);
}

.widget-card .status-badge span {
  margin-top: 3px;
  display: block;
}

.widget-post-flex {
  display: flex;
  font-size: 0.85rem;
}

.widget-post-flex .post-info {
  flex-grow: 1;
  margin-left: 15px;
}

.widget-post-flex img {
  border-radius: 0.25rem;
  height: 50px;
  max-width: 50px;
}

.card {
    border-top: 2px solid #15243a;
    border-right: 2px solid #15243a;
    border-bottom: 2px solid #15243a;
    border-left: 2px solid #15243a;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5), inset 0 0 0 2px #4e5765;
    position: relative;
    border-width: 1px;
    border-radius: 5px;
    background-color: #203658;
    margin-bottom: 1.2rem;
}

.card-header {
    background-color: transparent !important;
    border-bottom: none;
    border-radius: .25rem .25rem 0 0;
    padding-bottom: 0;
}

#myTabContent .tab-pane .menu-title.theme-text {
  display: block;
  position: relative;
  z-index: 5; 

  width: calc(100% + 2.5rem);
  margin: -1rem -1.25rem 1rem -1.25rem;
  padding: 0.5rem 1rem;

  background-color: rgb(2, 132, 199) !important;
  border: 3px solid rgb(2, 132, 199);
  border-radius: 0.25rem;
  box-shadow:
    inset -4px -4px 0px 0px rgba(2, 87, 129, 0.83),
    0px 10px 8px 0px rgba(0, 0, 0, 0.2),
    inset 3px 4px 0px 0px rgba(75, 164, 209, 1);

  font-family: 'Lexend', sans-serif;
  font-weight: 400 !important;
  font-size: 1.3rem !important;
  text-transform: uppercase;
  color: rgb(0, 62, 94) !important;
  text-shadow: 0 1px 0 #4898c2;

  box-sizing: border-box;
}

.menu-title.theme-text > strong {
  font-weight: 400 !important;
}

.card-header.header-theme {
    font-family: 'Lexend', sans-serif;
    font-weight: 700 !important;
    font-size: 1.4rem;
    text-transform: uppercase;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: #ecbc62 !important;
    background: linear-gradient(#ffe98d, #e19f27);
    position: relative;
    padding: 0.5rem 1.2rem; /* smanjen padding da se linija lepo pozicionira */
    margin-bottom: 0.2rem;
}

.card-header.header-theme::after {
    content: "";
    display: block;
    height: 2px;   /* debljina linije */
    width: 100%;   /* cela širina kartice */
    margin-top: 0.5rem; /* razmak od teksta */
    background: linear-gradient(
        to right,
        rgba(54, 72, 98, 0) 0%,   /* transparentan kraj */
        #364862 25%,               /* Hytale ton */
        #364862 75%,               /* Hytale ton */
        rgba(54, 72, 98, 0) 100%  /* transparentan kraj */
    );
}

.card-header a {
    color: #fff;
}

.card .card {
    background-color: rgba(0,0,0,0.1) !important; 
    margin: 0.5rem; 
    outline: none !important;
}

.card-body {
    padding-top: 1rem;
}

.card-body.donate > p:first-child:empty {
    display: none;
}

.card-body h1,
.card-body h2,
.card-body h3,
.card-body h4,
.card-body h5,
.card-body h6,
.card-body .h1,
.card-body .h2,
.card-body .h3,
.card-body .h4,
.card-body .h5,
.card-body .h6 {
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    color: rgba(241, 245, 249, 1.0) !important;
}

.card-body .p {
    color: rgb(255, 255, 255) !important;
}

.card-body .btn-theme {
  position: relative;
  color: #ccd9e0 !important;
  display: inline-block;
  padding: 0.75rem 1rem;
  border: 2px solid rgba(212, 165, 55, 0.8) !important;
  border-radius: 0.35rem;
  background: linear-gradient(to bottom, #262d35, #121519);
  box-shadow: inset 0 0 0 2px #060b11, inset 0 0 0 3px rgba(127, 100, 49, 0.2);
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  font-size: .9em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.25s ease;
  overflow: hidden;
}

.card-body .btn-theme::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: all 0.6s ease;
  pointer-events: none;
}

.card-body .btn-theme:hover::before {
  left: 125%;
  transition: all 0.75s ease;
}

.card-body .btn-theme::after {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(212, 165, 55, 0.2);
  pointer-events: none;
}

.card-body .btn-theme:hover {
  filter: brightness(1.1) !important;
}

.modal-header {
  font-weight: 600;
}

.modal {
  z-index: 300000;
}

.modal-title {
  font-family: 'Lexend', sans-serif; 
  font-weight: 400;
  color: #fff !important;
}

@media (max-width: 575px) {
  .modal-dialog {
    max-width: 85%;
    margin: 3rem auto;
  }
}

.modal-backdrop {
  z-index: 250000;
}

.konfix-navbar-menu {
  left: 0;
  top: 0;
  bottom: 0;
  margin-left: -100%;
  min-width: 250px;
  max-width: 100%;
  width: auto;
  position: fixed;
  z-index: 200000;
  transition: 0.25s;
  background-color: rgba(5, 10, 20, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

}

.konfix-navbar-menu ul {
  list-style-type: none;
  margin: 0.75rem 0 0 0;
  padding: 0;
}

.konfix-navbar-menu ul {
  list-style-type: none;
  margin: 0.75rem 0 0 0;
  padding: 0;
}

.konfix-navbar-menu .nav-header {
  display: flex;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 1.5rem;
}

.konfix-navbar-menu .nav-header-text.theme-text {
  --p-color: rgba(255, 255, 255, 0.8);
  font-family: "Lexend", sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
}

#nav-header-close {
  background-color: #eb4034 !important; 
  color: #611d19 !important;
  font-family: "Lexend", sans-serif;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  font-weight: 400;

  box-shadow:
    inset -4px -4px 0px 0px rgba(148, 39, 33, 0.8), 
    0px 10px 8px 0px rgba(0, 0, 0, 0.3),            
    inset 3px 4px 0px 0px rgba(247, 167, 163, 0.6); 

  transition: box-shadow 0.25s ease;
}

.konfix-navbar-menu .nav-link-active,
.konfix-navbar-menu .nav-link:hover {
  color: #fff !important;
  font-weight: 600;
}

.konfix-navbar-menu .nav-link,
.konfix-navbar-menu .nav-link:focus {
  color: rgb(189, 189, 189);
  font-size: 1.1rem !important;
}

.konfix-navbar-menu .msg-alert {
  font-size: 1.1rem;
}

.konfix-navbar-menu .divider {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 1rem 3rem;
}

.konfix-navbar-menu.active {
  margin-left: 0;
}

.konfix-navbar-menu .nav-header .nav-header-text {
  font-size: 1.5rem;
  font-weight: 500;
  flex-grow: 1;
}

.feature-block {
  width: 100%;
  padding: 2rem 2rem;
  margin-bottom: 1.2rem;
  color: #fff;

  background-image: repeating-linear-gradient(
    135deg,
    rgba(255,255,255,0.02),
    rgba(255,255,255,0.02) 2px,
    transparent 5px,
    transparent 15px
  );
}

.feature-block.basic {
  background-color: #203658;
  border-top: 2px solid #15243a;
  border-right: 2px solid #15243a;
  border-bottom: 2px solid #15243a;
  border-left: 2px solid #15243a;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5), inset 0 0 0 2px #4e5765;
  outline-color: #309de6;
  outline-style: solid;
  outline-width: 4px;
}

.feature-container {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}

.feature-text {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.flip-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.flip-text span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  
  /* Nasledjuje sve od H1 */
  font: inherit;
  text-transform: inherit;
  text-shadow: inherit;

  /* Samo boja/flavor za Hytale stil */
  color: #b9e0fa;
  text-shadow: 0 2px 0 rgba(0,0,0,0.3), 0 4px 10px rgba(0,0,0,0.2);

  transition: opacity 0.3s linear;
}

.flip-text span.active {
  opacity: 1;
  position: relative;
}

.feature-text h3.basic {
  margin-bottom: -0.7rem;
}

.feature-text h1 {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 3.25rem;
  color: #fff;
}

.feature-text h3 {
  text-shadow: 0 3px 0 rgba(0,0,0,0.6);
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #b7cedd;
}

.feature-text p {
  text-shadow: 0 3px 0 rgba(0,0,0,0.6);
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #b7cedd;
}

.feature-media {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.feature-video,
.feature-image {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-drag: none;
  user-select: none;
  pointer-events: none;

  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  display: block;
  outline-style: solid;
  outline-width: 4px;
}

.feature-video.basic,
.feature-image.basic {
  outline-color: #157da3;
}

.feature-mask {
  position: absolute;
  width: 100%;
  height: auto;
  top: -20px;
  left: 0;
  border-radius: 1rem;
  pointer-events: none;
  image-rendering: pixelated;
}

.feature-block.reverse .feature-container {
  flex-direction: row-reverse;
}

@media (max-width: 992px) {
  .feature-container {
    flex-direction: column;
    gap: 2rem;
  }

  .feature-text, .feature-media {
    flex: 1 1 100%;
    text-align: center;
  }

  .feature-text h1 {
    font-size: 2rem;
  }

  .feature-text p {
    font-size: 1rem;
  }
}

.feature-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.konfix-feature-button {
  position: relative;
  display: inline-block;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.25rem;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  font-size: .9em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
  overflow: hidden;
}

.konfix-feature-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: all 0.6s ease;
  pointer-events: none;
}

.konfix-feature-button:hover::before {
  left: 125%;
  transition: all 0.75s ease;
}

.konfix-feature-button.basic {
  position: relative;
  color: #ccd9e0;
  background: linear-gradient(to bottom, #262d35, #121519);
  box-shadow: inset 0 0 0 2px #060b11, inset 0 0 0 3px rgba(127, 100, 49, 0.2);
  border: 2px solid rgba(212, 165, 55, 0.8);
  border-radius: 0.35rem;
}

.konfix-feature-button.basic::after {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(212, 165, 55, 0.2);
  pointer-events: none;
}

.konfix-feature-button.basic:hover {
  filter: brightness(1.1);
}

.site-actions-section {
  width: 100%;
  margin-bottom: 1.2rem;
}

.site-actions-container {
  max-width: 1250px;   /* ISTO kao feature-container */
  margin: 0 auto;

  display: flex;
  gap: 2rem;
}

.site-action-button {
  position: relative;
  overflow: hidden;

  flex: 1 1 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  min-height: 180px;

  background: transparent;
  border: 2px solid rgba(212, 165, 55, 0.8);
  border-radius: 0.5rem;

  /* SAMO SPOLJAŠNJI SHADOW */
  box-shadow:
    0 10px 30px rgba(0,0,0,0.45);

  text-decoration: none;
  text-align: center;

  color: #e6edf3;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  transition: transform 0.2s ease, filter 0.2s ease;
}

.site-action-button > * {
  position: relative;
  z-index: 2;
}

.site-action-button::before {
  content: "";
  position: absolute;
  inset: -20px;

  background-image: url("/uploads/css/background.webp");
  background-size: cover;
  background-position: center;

  filter: blur(3px) brightness(0.9);
  transform: scale(1.1);

  z-index: 0;
}

.site-action-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 25, 32, 0.65);
  z-index: 1;
}

.site-action-button i {
  font-size: 2.4rem;
  margin-bottom: 0.75rem;
  color: #ecbc62;
  text-shadow: 0 2px 0 rgba(0,0,0,0.4);
}

.site-action-button span {
  font-size: 0.85rem;
}

.site-action-button:hover {
  transform: translateY(-4px);
  filter: brightness(1.05);
}

@media (max-width: 992px) {
  .site-actions-container {
    flex-direction: column;
  }
}

/* =========================================
   GHOST POSTS – FINAL CSS (1370px WIDE)
   ========================================= */

/* Lokalni reset */
.ghost-posts-bg,
.ghost-posts-bg * {
  box-sizing: border-box;
}

/* =========================================
   FULL-BLEED BACKGROUND
   ========================================= */

.ghost-posts-bg {
  width: 100%;
  border-top: 1px solid #715e2b;
  background-image: url("/uploads/css/news-background.jpg");
  background-size: cover;
  background-position: center;
}

/* =========================================
   WIDE CONTENT – REAL MAX WIDTH
   MATCHES MAIN SITE (1370px)
   ========================================= */

.ghost-posts-wide {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding-bottom: clamp(4rem, 6.5vw, 5.25rem);
}

.ghost-posts--index .ghost-posts-wide {
  padding-top: 2.5rem;
}

/* =========================================
   CLICKABLE ARTICLE WRAPPER
   ========================================= */

.ghost-post-link {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}


.ghost-post-link::after {
  content: "";
  position: absolute;

  left: 0;
  right: 0;
  bottom: -1px;

  height: 1px;
  background-color: #36455c;

  pointer-events: none; /* bitno */
}


/* =========================================
   ONE ARTICLE ROW
   ========================================= */

.ghost-post-row {
  display: flex;
  align-items: stretch;
  gap: 2rem;

  padding: 1.25rem;            /* okvir oko sadržaja */
  margin: 0;               /* BITNO */

  transition: background-color 0.25s ease;
}

.ghost-post-link:hover .ghost-post-row {
  background-color: rgba(210, 233, 247, 0.04);
}


/* =========================================
   IMAGE (LEFT)
   ========================================= */

.ghost-post-image {
  flex: 0 0 270px;
  width: 270px;
  height: 140px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #151e2c;
  border: 1px solid #473e26;
}

.ghost-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

/* =========================================
   CONTENT (RIGHT)
   ========================================= */

.ghost-post-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 140px;
}

.ghost-post-title {
  margin: 0 0 0.5rem;
  color: rgb(210, 159, 50);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  unicode-bidi: isolate;
  line-height: 1.25;
}

.ghost-post-excerpt {
  margin: 0;
  color: rgb(183, 206, 221);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1em;
  unicode-bidi: isolate;
  line-height: 1.6;
}

.ghost-post-meta {
  margin-top: auto;
  display: flex;
  gap: 1rem;
  font-size: 0.9em;
  color: rgb(158, 178, 192);
}

.ghost-post-date::after {
  content: "•";
  margin-left: 1rem;
  color: rgba(255, 255, 255, 0.35);
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 1200px) {
  .ghost-post-image {
    flex: 0 0 42%;
    max-width: 460px;
    height: 230px;
  }
}

@media (max-width: 640px) {

  /* layout u kolonu */
  .ghost-post-row {
    flex-direction: column;
    gap: 1.25rem;
    padding-bottom: 0;
  }

  /* excerpt nestaje TEK OVDE */
  .ghost-post-excerpt {
    display: none;
  }

  /* meta odmah ispod titla */
  .ghost-post-meta {
    margin-top: 0.5rem;
  }

  /* content više nema “praznu visinu” */
  .ghost-post-content {
    min-height: auto;
  }

  .ghost-post-image {
    flex: 0 0 auto;   /* ← KLJUČNO (resetuje 270px basis) */
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;

    margin-left: auto;   /* ← centriranje */
    margin-right: auto;  /* ← centriranje */
  }
}

@media (max-width: 768px) {
  .ghost-posts-wide {
    padding: 2rem 1.25rem;
  }

  .ghost-post-title {
    font-size: 1.45rem;
  }
}

@media (max-width: 480px) {
  .ghost-post-title {
    font-size: 1.3rem;
  }

  .ghost-post-meta {
    font-size: 0.8rem;
  }
}

/* =========================================
   NEWS HEADER (INSIDE ghost-posts-bg)
   ========================================= */

.ghost-news-header {
  text-align: center;
}

/* NASLOV */

.ghost-news-title {
  margin-bottom: 2.5rem;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  text-transform: uppercase;
  background: linear-gradient(#ffe98d, #e19f27);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: rgb(210, 159, 50);
}

/* HR – IDENTIČNA ŠIRINA I LOGIKA KAO SEPARATORI */

.ghost-news-separator {
  display: block;
  width: 100%;
  height: 1px;

  margin: 1.25rem 0 0;
  border: none;

  background-color: #36455c;
}

/* GOLD VARIJANTA */
.ghost-news-separator.gold {
  display: block;
  width: 100%;
  height: 1px;

  background-color: #715e2b;
}

.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100000;
  position: fixed;
  transition: 0.25s;
  display: none;
  opacity: 0;
}

.overlay.active {
  display: block;
  opacity: 1;
}

.block-display {
  display: block !important;
}