/* ==========================================================================
   MNMC.EU - Mystic Template CSS
   --------------------------------------------------------------------------
   Created by Konfix
   Website: https://mnmc.eu
   Version: 1.0.0
   License: © KFX Development - All Rights Reserved
   Do not redistribute or reuse without permission.
   ========================================================================== */


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

/* === Global background === */
body {
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  top: -50px;
  left: -50px;
  width: calc(100vw + 100px);
  height: calc(100vh + 100px);
  background: url('/uploads/81ed00ad61870e0b8fe14a5d3372f26ea43ec163headerbg.webp') no-repeat center center / cover;
  filter: blur(4px);
  z-index: -2;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5); /* blagi crno-sivi overlay */
  z-index: -1;
}

/* gasimo sve background i overlay-e u header-pjs */
#header-pjs {
  background: none !important;
}

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


/* MC Statistics */

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

/*---------- General ----------*/

.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: "Paytone One", sans-serif;
  font-weight: 400;
  color: inherit;
  border-radius: 5px;
}

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

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

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

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

body {
  font-family: "Montserrat", sans-serif;
}

.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 ----------*/
.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%);
}

/*---------- Rules Module (Card Style) ----------*/

.rules-menu {
    background-color: rgb(51, 65, 85); /* ista boja kao cards */
    border-radius: 0.25rem;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(51, 65, 85); /* tamno plavi border */
    box-shadow: inset 0 0 0px 4px #475569;
    outline-color: #0369a1; /* plavi outline */
    outline-style: solid;
    outline-width: 4px;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

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

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

.rules-menu .menu-title {
    font-family: 'Paytone One', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 1rem 1.75rem;
    color: rgba(255, 255, 255, 0.9);
}

.rules-menu-link {
    padding: 1.05rem calc(1.75rem - 5px);
    display: block;
    position: relative;
    border-left: 5px solid transparent;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    transition: all 0.25s ease;
}

.rules-menu-link i {
    font-size: 2rem;
    position: absolute;
    top: 0.7rem;
    color: rgba(255, 255, 255, 0.03);
}

.rules-menu-link span {
    display: inline-block;
    margin-left: 3.6rem;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.25s;
    text-shadow: 0 2px 1px rgba(0,0,0,0.5);
}

.rules-menu-link:hover {
    background-color: rgba(255, 255, 255, 0.03);
    transform: scale(1.02);
    text-shadow: 0 3px 2px rgba(0,0,0,0.6);
    color: rgba(255, 255, 255, 0.9);
}

/*---------- Referrals Module (created by ///Esmit._.jonz///) ----------*/

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

/*---------- Ghost Module ----------*/

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

/* Glavni container full posta – izgled kao card */
.cf-full-post {
    background-color: rgb(51, 65, 85); /* ista boja kao card */
    border-radius: 0.25rem;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(51, 65, 85); /* tamno plavi border */
    outline-color: #0369a1; /* plavi outline */
    outline-style: solid;
    outline-width: 4px;
    overflow: hidden; /* da se zaobljeni uglovi primene i na sliku */
    margin-bottom: 1.2rem;
}

/* Readview (More Posts) */
.container .more-posts {
    font-weight: 400 !important;
    font-family: 'Paytone One', sans-serif !important;
    color: rgba(255, 255, 255, 1.0) !important;

}


/* Slika unutar full posta */
.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;
}

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

/* Body posta */
.cf-full-post-body {
    padding: 2rem 5%;
    background-color: rgba(255, 255, 255, 0.03); /* blago prozirna unutrašnjost kao nested card */
    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: 'Paytone One', sans-serif;
    font-weight: 400;
    color: rgba(241, 245, 249, 1.0) !important;
}


/* Content color fix */
.cf-full-post-content {
    color: #fff !important;
}


/* Responsivni wrapper za naslov + readtime */
.cf-full-post .d-flex {
    display: flex;
    flex-wrap: wrap; /* dozvoljava prelazak u novi red na manjim ekranima */
    align-items: center;
    gap: 0.5rem; /* razmak između elemenata */
}

/* Naslov posta ostaje netaknut */
.cf-full-post-title {
    font-family: 'Paytone One', sans-serif;
    font-weight: 400;
    font-size: 2.7rem;
    --p-color: #fff !important;
    flex-grow: 1; /* naslov zauzima preostali prostor */
    min-width: 0; /* sprečava da readtime bude izbačen van ekrana */
}

/* Readtime ostaje netaknut */
.cf-full-post .readtime {
    margin: auto 0; /* zadržava vertikalno centriranje */
    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; /* desno poravnanje na većim ekranima */
}

/* Full Post Header (avatar + info) */
.cf-full-post .d-flex.mt-2.mb-4 {
    display: inline-flex; /* ili flex, zavisi kako hoćeš da se ponaša */
    align-items: center;
    background: rgba(255, 255, 255, 0.03); /* isti stil kao readtime */
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    gap: 0.5rem; /* razmak između avatara i info */
}

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

/* === POST CARD LARGE === */
.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 #0369a1;
  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: 'Paytone One', 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 === */
.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 #0369a1;
  box-shadow: inset 0 0 0 4px rgba(71, 85, 105, 0.5); /* BOX-SHADOW SE DODAJE OVDE */
  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: 'Paytone One', 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 === */
.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 #0369a1;
  box-shadow: inset 0 0 0 4px rgba(71, 85, 105, 0.5); /* BOX-SHADOW SE DODAJE OVDE */
  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: 'Paytone One', 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;
}

/* === Efekti za slike i naslove === */
.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%);
}



/* Fixing wrong card heights */
.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;
}

/* Mobile */
@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;
  }
  /* Small to medium */
  .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;
  }
  /* Large to medium */
  .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 Widget ----------*/

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

.store-title {
  font-family: 'Paytone One', sans-serif; /* dodato ime fonta */
  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 Module (Partydragen) ----------*/

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

/*---------- Wiki Module ----------*/

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

/*---------- Forum ----------*/

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

/*---------- Badges Module ----------*/

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

/*---------- Random Modules ----------*/

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

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

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

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

/*---------- Typeahead ----------*/

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

/*---------- Containers ----------*/

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

/*---------- Loader ----------*/

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

/* Below code from https://connoratherton.com/loaders */
.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;
}
/* Above code from https://connoratherton.com/loaders */

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

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

/*---------- Social Media Icons ----------*/

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

/*---------- Frames ----------*/

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

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

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

/*---------- Transitions ----------*/

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

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

/*---------- Scrollbar ----------*/

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

::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

/*---------- Chatbox ----------*/

.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 Mode ----------*/

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

/*---------- SweetAlert2 Cards Style ----------*/

.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: 'Paytone One', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase;
  cursor: pointer;
  color: rgb(146, 64, 14) !important; /* tamnija nijansa od bordera */
  --p-color: rgb(250, 204, 21); /* ista žuta kao dugme */
  transition: all 0.25s ease;
  overflow: hidden;

  /* Tekst: senka + bela linijica za 3D efekat */
  text-shadow: 0 1px 0 #fff;

  /* 3D ivice i dubina */
  box-shadow:
    inset -4px -4px 0px 0px rgba(134, 63, 23, 0.8),
    inset 3px 4px 0px 0px rgba(255, 255, 255, 0.5);
}

/* Shine efekat */
.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;
}

/* Shine animacija na hover */
.swal2-popup .swal2-confirm:hover::before {
  left: 125%;
  transition: all 1.25s ease;
}

/* Hover efekat — blago povećanje */
.swal2-popup .swal2-confirm:hover {
  transform: scale(1.025);
}

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

/* Fokus ivice */
.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: 'Paytone One', sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 1.0);
}

.swal2-html-container {
    font-family: 'Montserrat', 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: rgba(51, 65, 85, 1);
}

.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 {
  background-color: rgb(50, 60, 74);
  color: rgb(189, 189, 189);
}

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

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

.dark .token {
  background-color: #181818 !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: rgb(71, 85, 105) !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;
}

.dark ::-webkit-scrollbar-track,
.dark ::-webkit-scrollbar-corner {
  background: #101010;
}

.dark ::-webkit-scrollbar-thumb {
  background: #181818;
}

.dark ::-webkit-scrollbar-thumb:hover {
  background: #252525;
}

.dark .chat-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.dark .chat-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}

.dark .chat-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}

.dark .chat-list::-webkit-scrollbar-corner {
  background: rgb(0, 0, 0, 0);
}

.dark .tinymce-mobile-toolstrip ::-webkit-scrollbar-corner,
.dark .tinymce-mobile-toolstrip ::-webkit-scrollbar-track {
  background: #ffffff;
}

.dark .tinymce-mobile-toolstrip ::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 10px;
}

.dark .tinymce-mobile-toolstrip ::-webkit-scrollbar-thumb:hover {
  background: #b8b8b8;
}

.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);
}
/*---------- Tickets ----------*/

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

/*---------- Pagination ----------*/

.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 Module ----------*/

.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 ----------*/

.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 ----------*/

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

.dark .tox .tox-tbtn:hover {
  background: #475569; /* ranije #4a5562 */
  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; /* ranije #000 */
}

.dark .tox .tox-toolbar {
  background-color: #334155; /* ranije #222 */
}

.dark .tox .tox-tbtn {
  color: #f8fafc; /* svetlo siva/bela */
}

.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; /* ranije #222 */
}

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

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

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

.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; /* ranije #282828 */
}

.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); /* svetlosivo */
}

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

/*---------- Vote Page ----------*/

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

/*---------------------------------------------------------
  VOTE DUGME — TOPLA, ENERGIČNA NARANDŽASTA VARIJANTA
----------------------------------------------------------*/

/* ---------- Vote Button Pink / Ljubičasta ---------- */
.card-body .btn-theme.vote-btn,
.card-body .btn-theme.vote-btn:focus {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem !important;
  border: none;
  border-radius: 0.35rem;
  font-family: 'Paytone One', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase;
  cursor: pointer;

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

  --p-color: rgb(200, 80, 180) !important;
  background-color: var(--p-color);
  color: rgb(110, 36, 110) !important;
  transition: all 0.25s ease;
  overflow: hidden;

  /* Tekst senka i 3D efekat */
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) !important;

  /* 3D ivice i dubina */
  box-shadow:
    inset -4px -4px 0px 0px rgba(90, 30, 90, 0.7) !important,
    0px 10px 8px 0px rgba(0, 0, 0, 0.3) !important,
    inset 3px 4px 0px 0px rgba(255, 180, 240, 0.4) !important;
}

/* Shine efekat */
.card-body .btn-theme.vote-btn::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;
}

/* Shine animacija */
.card-body .btn-theme.vote-btn:hover::before {
  left: 125%;
  transition: all 1.25s ease;
}

/* Hover efekat — svetlija i toplija pink */
.card-body .btn-theme.vote-btn:hover {
  transform: scale(1.025);
  --p-color: rgb(220, 100, 200) !important; /* svetlija pozadina */
  background-color: var(--p-color);
  color: rgb(89, 29, 89) !important; /* tamniji tekst */
  box-shadow:
    inset -3px -3px 0px 0px rgba(90, 30, 90, 0.6) !important,
    0px 12px 10px 0px rgba(0, 0, 0, 0.35) !important,
    inset 3px 3px 0px 0px rgba(255, 180, 240, 0.45) !important;
}

/* Klik efekat */
.card-body .btn-theme.vote-btn:active {
  transform: scale(0.97);
  box-shadow:
    inset -4px -4px 0px 0px rgba(90, 30, 90, 0.7),
    0px 10px 8px 0px rgba(0, 0, 0, 0.3),
    inset 3px 4px 0px 0px rgba(255, 180, 240, 0.4);
}

/* Fokus */
.card-body .btn-theme.vote-btn:focus,
.card-body .btn-theme.vote-btn:active,
.card-body .btn-theme.vote-btn:focus-visible {
  box-shadow:
    inset -4px -4px 0px 0px rgba(90, 30, 90, 0.7) !important,
    0px 10px 8px 0px rgba(0, 0, 0, 0.3) !important,
    inset 3px 4px 0px 0px rgba(255, 180, 240, 0.4) !important;
}

/* Ikonica */
.card-body .btn-theme.vote-btn i {
  margin-left: 4px;
  transform: rotate(10deg);
  font-size: 1.25rem;
  transition: 0.25s;
}

/* Rotacija ikonice na hover/focus */
.card-body .btn-theme.vote-btn:hover i,
.card-body .btn-theme.vote-btn:focus i {
  transform: rotate(25deg);
}

/*---------- Staff Page ----------*/

.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: 'Paytone One', sans-serif; /* dodato ime fonta */
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-top: 0.5rem;
  display: inline-block;
}

/*---------- Portal ----------*/

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

/*---------- Forms Module ----------*/

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

/*---------- Popover ----------*/

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

/*---------- Account Area Navigation ----------*/

.user-nav {
  background-color: rgb(51, 65, 85);
  padding: 0.6rem 0.6rem;       /* razmak unutar user-nav */
  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: #0369a1;
  outline-style: solid;
  outline-width: 4px;
  display: flex;
  flex-direction: column;       /* dugmad jedno ispod drugog */
  align-items: center;          /* centriranje horizontalno */
  gap: 0.5rem;                  /* razmak između dugmadi */
}

.user-nav-link {
  font-family: 'Paytone One', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  color: rgb(0, 62, 94) !important; /* tamnija plava za tekst */
  background-color: rgb(2, 132, 199); /* plava pozadina */
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
  overflow: hidden;
  text-shadow: 0 1px 0 #4898c2; /* bela linijica / 3D efekat */
  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: relative;
  transition: all 0.25s ease;

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

  /* širina ostaje malo manja od user-nav */
  width: calc(100% - 0.8rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover — blago zatamni pozadinu */
.user-nav-link:hover {
  transform: scale(1.025);
  background-color: rgb(1, 115, 185); /* malo tamnija plava */
}

/* Active klik efekat */
.user-nav-link:active {
  transform: scale(0.97);
  box-shadow: inherit !important;
  background-color: rgb(0, 102, 165); /* još tamnija plava */
}

/* Fokus i outline */
.user-nav-link:focus,
.user-nav-link:focus-visible {
  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) !important;
  outline: none !important;
}

/* Stil za dugmad koja su trenutno aktivna / na toj stranici */
.user-nav-link.active {
  transform: scale(0.97); /* isto kao :active */
  background-color: rgb(0, 102, 165); /* tamnija plava */
  box-shadow:
    inset -4px -4px 0px 0px rgba(2, 87, 129, 0.83),  /* unutrašnja senka */
    0px 6px 10px rgba(0, 0, 0, 0.4),                 /* tamnija spoljašnja senka */
    inset 3px 4px 0px 0px rgba(75, 164, 209, 1);     /* unutrašnja svetlija ivica */
}

/*---------- Carousel ----------*/

.slider-title {
  font-family: 'Paytone One', sans-serif; /* dodato ime fonta */
  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;
  }
}

/*---------- Friends ----------*/

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

/*---------- Buttons ----------*/

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

/*---------- Tebex/CraftingStore/MC Trade ----------*/

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

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

/*---------- Update Box ----------*/

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

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

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

.mystic-update-box .top-row {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}
/*---------- Login + Register Pages/Forms ----------*/

.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: "Paytone One", 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: 'Paytone One', 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: 'Paytone One', 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 Pages ----------*/

.error-title {
  font-family: 'Paytone One', sans-serif; /* dodato ime fonta */
  --p-color: #fff;
  font-weight: 400;
  font-size: 3rem;
}

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


/*---------- Cookie Popup Styled as Card (Samo vizuelno) ----------*/

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

/* Vizuelni stil popup-a, preuzet iz .card */
.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;
}

/*---------- Cookie Popup — Custom Override, uključujući dark ----------*/
.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;
}

/* Linkovi i dugmad */
.cc-link {
  color: #fff !important;
}

/*---------------------------------------------------------
  CC ALLOW BUTTON — dizajniran kao VOTE dugme
----------------------------------------------------------*/
.cc-btn.cc-allow {
  position: relative;
  display: inline-block; /* ne dira padding/layout */
  border: none;
  border-radius: 0.25rem;
  font-family: 'Paytone One', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(2, 132, 199) !important; /* plava tema */
  transition: all 0.25s ease;
  overflow: hidden;

  /* Tekst: senka + bela linijica za 3D efekat */
  text-shadow: 0 1px 0 #005987;

  /* 3D ivice i dubina */
  box-shadow:
    inset -4px -4px 0px 0px rgba(2, 87, 129, 0.83),
    inset 3px 4px 0px 0px rgba(75, 164, 209, 1);
}

/* Shine efekat */
.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;
}

/* Shine animacija na hover */
.cc-btn.cc-allow:hover::before {
  left: 125%;
  transition: all 1.25s ease;
}

/* Hover efekat — blago povećanje */
.cc-btn.cc-allow:hover {
  transform: scale(1.025);
  color: rgb(255, 255, 255) !important;
}

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

/* Fokus ivice */
.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 Box ----------*/

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

.welcome-title {
  --p-color: rgba(255,255,255,0.9);
  font-family: 'Paytone One', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 5px;
}

.welcome-card {
  background-color: rgba(17, 30, 55, 0.75) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  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.8;
  transition: opacity 0.5s ease;
  cursor: default;
}

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

.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: 'Paytone One', 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 {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: 8rem;
}

.container-tfa .logo {
  width: 200px;
  margin-top: 0;
  height: auto;
  max-width: 80%;
}

/*---------- News ----------*/

.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: 'Paytone One', sans-serif; /* dodato ime fonta */
  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;
  }
}

/*---------- Messaging ----------*/

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

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

/*---------- Status Page ----------*/

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

/*---------- Profile Page ----------*/

.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: 3px solid #1d1d1d;
  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: #1d1d1d;
  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;
}

/* Note: Timeline not created by me */

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

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

.timeline .separator {
  border-top: 1px solid #303030;
  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: #303030;
}

.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: #303030;
  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 ----------*/

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

/*---------- Navbar All ----------*/

/* Dropdown lista */
.more-dropdown-menu {
    background-color: #e5e7eb !important;          /* bela pozadina */
    border-radius: 0.5rem;           /* zaobljene ivice */
    box-shadow: 0 4px 8px rgba(0,0,0,0.15); /* blagi shadow */
    min-width: 180px;                /* širina menija */
    padding: 0;
    overflow: hidden;               /* obavezno da ivice budu zaobljene */
    z-index: 1000;
}

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

/* Hover / active stavke */
.more-dropdown-menu .dropdown-item:hover,
.more-dropdown-menu .dropdown-item:active {
    background-color: rgba(37, 99, 235, 1.0) !important; /* plavi overlay */
    color: #fff !important;                               /* tekst postaje beo */
}

/* ---------- Navbar ---------- */
.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%);
  transform: scale(1.05);
}

/* ---------- Font + tekst efekti ---------- */
.navbar .nav-item .nav-link {
  font-family: 'Paytone One', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;         /* možeš povećati za par pt ako želiš */
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 0px rgba(0,0,0,1.0);
  transition: transform 0.3s ease, text-shadow 0.3s ease, color 0.3s ease;
  margin: 0.3em 1.5em;
  display: inline-block;
  padding: 0.4em 0;
}

.navbar .nav-item .nav-link:hover {
  transform: scale(1.05);
  text-shadow: 0 2.1px 0px rgba(0,0,0,0.6);
  color: #fff;
  opacity: 0.7;
}

.navbar .nav-item .nav-link:active,
.navbar .nav-item .nav-link.nav-link-active {
  color: #fff;
  opacity: 1;
}


/* Specifični linkovi po href */
.navbar .nav-item .nav-link[href="https://store.mnmc.eu"] {
  color: #8fe34b;
}

.navbar .nav-item .nav-link[href="/"] {
  color: rgba(253, 224, 71, 1.0);
}

/* ---------- Store link posebni efekti ---------- */
.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%);
}

/* ---------- Ostalo ---------- */
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 Button Box ----------*/

.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 {
  position: relative;
  font-weight: 400;
  display: inline-block;
  background-color: rgba(5, 10, 20, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 0.25rem;
  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;
}

/* Prva stavka dropdowna - naslov */
.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: 'Paytone One', 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: 'Paytone One', 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 ----------*/

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

/*---------- Discord and Server Status Texts ----------*/

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

.status-box-container,
.discord-box-container {
  display: flex;
  align-items: center;
  height: 60px;
  flex-shrink: 0;
}

.status-box-container {
  justify-content: flex-start;
  margin-right: 20px;
}

.discord-box-container {
  justify-content: flex-end;
  margin-left: 20px;
}

/* Buttons */
.status-text,
.discord-text {
  z-index: 100000;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  cursor: pointer;
  padding: 0.8rem 1.4rem;
  border: none;
  border-radius: 0.35rem;
  font-family: 'Paytone One', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase;
  overflow: hidden;
  min-width: 180px;
}

/* Hover */
.status-text:hover,
.discord-text:hover {
  transform: scale(1.02);
}

.status-text .text,
.discord-text .text {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.status-text .main-text,
.discord-text .main-text {
  font-weight: 400;
  font-size: 1rem;
}

.status-text .server-status {
  color: rgb(217, 119, 6) !important;
  text-shadow: 0 1px 0 #ffffff !important;
}

.discord-text .discord-status {
  color: rgb(189, 193, 255);
  text-shadow: 0 1px 0 #201c5e !important;
}

.status-text {
  color: rgb(146, 64, 14);
  --text-color: rgb(146, 64, 14);
  text-shadow: 0 1px 0 #fff;
  background: 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);
}

.discord-text {
  color: #ffffff;
  --text-color: #ffffff;
  text-shadow: 0 1px 0 #201c5e !important;
  background-color: rgb(79, 70, 229);
  box-shadow:
    inset -4px -4px 0px rgba(50, 45, 150, 0.8),
    0px 10px 8px rgba(0, 0, 0, 0.3),
    inset 3px 4px 0px rgba(140, 130, 255, 0.5);
}

.status-text,
.discord-text {
  position: relative;
}

.status-text::before,
.discord-text::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.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: all 0.6s ease;
  pointer-events: none;
  border-radius: inherit;
}

.status-text:hover::before,
.discord-text:hover::before,
.status-text:active::before,
.discord-text:active::before {
  left: 125%;
  transition: all 1.25s ease;
}

/* Media queries */
@media (min-width: 1600px) {
  .discord-text { margin-left: 100px; }
  .status-text { margin-right: 100px; }
}

@media (max-width: 1050px) {
  /* Sakrij tekst */
  .status-text .main-text,
  .discord-text .main-text {
    display: none;
  }

  .status-text,
  .discord-text {
    width: auto;
    min-width: 46px;
    justify-content: center;
  }
}

@media (min-width: 993px) {
  .status-icon,
  .discord-icon {
    display: none !important;
  }
}

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

  .status-box-container,
  .discord-box-container {
    display: none !important;
  }

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

  .status-icon,
  .discord-icon,
  .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;
  }

  .status-icon:hover,
  .discord-icon:hover,
  .navbar-toggler:hover {
    transform: scale(1.03);
  }

  .status-icon {
    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);
  }

  .discord-icon {
    color: #ffffff;
    background-color: rgb(79, 70, 229);
    box-shadow:
      inset -4px -4px 0px rgba(50, 45, 150, 0.8),
      0px 10px 8px rgba(0, 0, 0, 0.3),
      inset 3px 4px 0px rgba(140, 130, 255, 0.5);
  }

  .navbar-toggler {
    color: rgb(0, 62, 94) !important;
    background-color: rgb(2, 132, 199) !important;
    box-shadow:
        inset -4px -4px 0px rgba(2, 87, 129, 0.8),
        0px 10px 8px rgba(0, 0, 0, 0.3),
        inset 3px 4px 0px rgba(255, 255, 255, 0.3);

    font-family: "Paytone One", 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;
  }
}

/* SweetAlert overlay fix */
.swal-overlay {
  z-index: 20000 !important;
}

/*---------- Spoiler ----------*/

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

/*---------- Tables ----------*/

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

/*---------- Alerts ----------*/

.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 ----------*/

.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 ----------*/

/* Fix footer not at bottom of page */

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.footer {
  margin-top: auto;
}

.footer-spacer {
  height: 4rem;
}

/* Small footer */

.f-small {
  background-color: rgba(11, 20, 42, 1.0);
  padding: 2rem 0;
}

.f-small .f-top-copy {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.2rem;
}

.f-small .f-top-copy span {
  color: rgba(255, 255, 255, 0.7);
}

.f-small .f-bottom-copy {
  color: rgba(255, 255, 255, 0.3);
  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(255, 255, 255, 0.3);
  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(255, 255, 255, 0.3);
    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;
}

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

/* Large footer */

.f-large {
  border-top: 3px solid rgba(255, 255, 255, 0.025);
  border-bottom: 3px solid rgba(255, 255, 255, 0.025);
  background-color: rgba(15, 23, 42, 1.0);
}

.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(255, 255, 255, 0.6);
}

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

.footer-text-header {
  font-family: 'Paytone One', sans-serif; /* dodato ime fonta */
  font-weight: 400;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
}
.footer-text-header:after {
  content: none !important;
  display: none !important;
}

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

/* ---------- Custom Footer Button ---------- */


.other-btn,
.other-btn:focus {
  position: relative;
  display: inline-block;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 0.25rem;
  font-family: 'Paytone One', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  --p-color: rgb(250, 204, 21) !important;
  color: rgb(146, 64, 14) !important; /* tamnija nijansa od bordera */
  transition: all 0.25s ease;
  overflow: hidden; /* obavezno zbog shine efekta */

  /* Tekst: senka + bela linijica za 3D */
  text-shadow:
    0 1px 0 #ffffff;         /* tanka bela linijica ispod teksta */

  /* 3D efekat ivica i dubine */
  box-shadow:
    inset -4px -4px 0px 0px rgba(134, 63, 23, 0.8), /* tamniji unutrašnji rub (dole/desno) */
    0px 10px 8px 0px rgba(0, 0, 0, 0.3),            /* spoljašnja senka (dubina) */
    inset 3px 4px 0px rgba(255, 245, 160, 1.0); /* svetliji unutrašnji rub (gore/levo) */
}

/* Shine efekat */
.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(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: all 0.6s ease;
  pointer-events: none; /* shine ne blokira klikove */
}

/* Shine prolazi preko dugmeta na hover */
.other-btn:hover::before {
  left: 125%;
  transition: all 0.75s ease;
}

/* Hover efekat: blago povećanje i promena tona */
.other-btn:hover {
  transform: scale(1.05);
  --p-color: rgb(250, 204, 21) !important;
  color: rgb(146, 64, 14) !important; /* tamnija nijansa od bordera */
}

/* Klik efekat: “press in” izgled */
.other-btn:active {
  transform: scale(0.97);
  box-shadow: inherit !important; /* zadrži postojeći shadow */
  outline: none !important;
}

/* Ikonica u dugmetu */
.other-btn i {
  margin-left: 6px;
}

.other-btn:focus,
.other-btn:active,
.other-btn:focus-visible {
  box-shadow:
    inset -4px -4px 0px 0px rgba(134, 63, 23, 0.8),
    0px 10px 8px 0px rgba(0, 0, 0, 0.3),
    inset 3px 4px 0px rgba(255, 245, 160, 1.0) !important;
  outline: none !important;
}

.footer-link:hover {
  color: rgba(121, 146, 207, 0.6);
  filter: brightness(75%);
}
.footer-link,
.footer-link:focus {
  font-family: 'Paytone One', sans-serif; /* dodato ime fonta */
  color: rgba(121, 146, 207, 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: 400;
  text-transform: uppercase;
  font-family: 'Paytone One', sans-serif; /* dodato ime fonta */
  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);
}

/*---------- Widgets ----------*/

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

/*---------- Cards ----------*/

/* 1:1 Copy Mystic Card sa borderima */
.card {
    margin-bottom: 1.2rem;
    border-radius: .25rem;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(51, 65, 85);
    background-color: rgb(51, 65, 85);
    box-shadow: inset 0 0 0px 4px #475569;
    outline-color: #0369a1;
    outline-style: solid;
    outline-width: 4px;
}

/* Header stil */
.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; /* da ide iznad sivog bordera carda */

  /* identična širina i položaj kao demo verzija */
  width: calc(100% + 2.5rem);
  margin: -1rem -1.25rem 1rem -1.25rem;
  padding: 0.5rem 1rem;

  /* Vizuelni izgled */
  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);

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

  /* sprečava interferencu s unutrašnjim elementima */
  box-sizing: border-box;
}

.card-header.header-theme {
    font-family: 'Paytone One', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    text-transform: uppercase;
    /* Tekst: senka + bela linijica za 3D */
    text-shadow: 0 1px 0 #4898c2;
    color: rgb(0, 62, 94) !important;

    /* Vizuelni stil dugmeta */
    background-color: rgb(2, 132, 199) !important; /* plava tema */
    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);

    /* Održavamo tekst iznad vizuelnog stila */
    position: relative;
    padding: 0.5rem 1rem; /* možeš prilagoditi */
}

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

/* Nested card */
.card .card {
    background-color: rgba(0,0,0,0.1) !important; /* malo svetlije od main card */
    margin: 0.5rem; /* unutrašnji padding između parent i nested */
    outline: none !important;
}

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

.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: 'Paytone One', sans-serif;
    font-weight: 400;
    color: rgba(241, 245, 249, 1.0) !important;
}

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

/* ---------- Card Body Button (življa bakarno-zlatna) ---------- */

.card-body .btn-theme,
.card-body .btn-theme:focus {
  background-image: repeating-linear-gradient(
    135deg,
    rgba(255,255,255,0.06),
    rgba(255,255,255,0.06) 2px,
    transparent 5px,
    transparent 15px
  );

  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.25rem;
  font-family: 'Paytone One', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;

  /* Glavna boja – toplija, zasićenija bakarno-zlatna */
  --p-color: rgb(226, 142, 58) !important;
  background-color: var(--p-color);

  /* Tekst – tamnija, “pečena” bakarna nijansa */
  color: rgb(88, 40, 10) !important;

  transition: all 0.25s ease;
  overflow: hidden;

  /* Blagi 3D tekst efekat */
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);

  /* 3D ivice i dubina */
  box-shadow:
    inset -4px -4px 0px 0px rgba(100, 40, 5, 0.65),  /* unutrašnji rub dole/desno */
    0px 10px 8px 0px rgba(0, 0, 0, 0.2),             /* spoljašnja senka */
    inset 3px 4px 0px 0px rgba(255, 210, 150, 0.6);  /* svetliji unutrašnji rub (gore/levo) */
}

/* Shine efekat */
.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.45) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: all 0.6s ease;
  pointer-events: none;
}

/* Shine prolazi preko dugmeta na hover */
.card-body .btn-theme:hover::before {
  left: 125%;
  transition: all 0.75s ease;
}

/* Hover efekat – blago posvetli i “zazari” */
.card-body .btn-theme:hover {
  transform: scale(1.025);
  background-color: rgb(240, 162, 78);
  color: rgb(90, 40, 10) !important;
}

/* Klik efekat: “press in” izgled */
.card-body .btn-theme:active {
  transform: scale(0.97);
  box-shadow: inherit !important;
  outline: none !important;
}

.card-body .btn-theme.active {
  transform: scale(0.97);
  outline: none !important;
  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;
}


/* Ikonica u dugmetu */
.card-body .btn-theme i {
  margin-left: 6px;
}

/* Fokus i aktivno stanje */
.card-body .btn-theme:focus,
.card-body .btn-theme:active,
.card-body .btn-theme: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;
}

/*---------- Modals ----------*/

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

.modal {
  z-index: 300000;
}

.modal-title {
  font-family: 'Paytone One', sans-serif; /* dodato ime fonta */
  font-weight: 400;
  color: #fff !important;
}

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

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

/*---------- Custom mobile nav menu ----------*/

.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: "Paytone One", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

#nav-header-close {
  background-color: #eb4034 !important; /* jarka crvena */
  color: #611d19 !important;
  font-family: "Paytone One", sans-serif;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  font-weight: 400;
  
  /* Box-shadow u nijansama crvene */
  box-shadow:
    inset -4px -4px 0px 0px rgba(148, 39, 33, 0.8), /* tamniji unutrašnji rub (dole/desno) */
    0px 10px 8px 0px rgba(0, 0, 0, 0.3),            /* spoljašnja senka (dubina) */
    inset 3px 4px 0px 0px rgba(247, 167, 163, 0.6); /* svetliji unutrašnji rub (gore/levo) */

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

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